@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  color: #3b91d6;
}

a:visited {
  color: #3b91d6;
}

a:hover {
  color: #3b91d6;
}

a:active {
  color: #3b91d6;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

/**************************************************************************/
body {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  background: #f4f0df;
  word-wrap: break-word;
}

input,
textarea {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: 2px;
  font-size: 12px;
}

textarea {
  width: 100%;
}

select {
  font-size: 12px;
  padding: 2px;
}

/*  固定　画像表示 */
p.full {
  margin: 10px;
}

.full_img {
  width: 100%;
}

.productimg {
  width: 97%;
}

.logoimg {
  width: 260px;
}

.searchbutton {
  width: 60px;
  height: 50px;
}

.imgharf {
  width: 50%;
}

.catalogimg {
  width: 142px;
}

.img72 {
  margin: 0 1px;
  width: 17%;
}

.imgRL {
  width: 30%;
  margin-top: 2px;
}

.img100 {
  margin: 0 1px;
  width: 100px;
}

.clearof {
  overflow: hidden;
}

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

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

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

.text_s {
  font-size: 75%;
}

.text_1 {
  color: #ff0000;
  font-size: 15px;
}

.border_1 {
  margin: 10px 0;
  padding: 10px;
}

.more {
  text-align: right;
}

.red {
  color: #cc3333;
}

.gray {
  color: #7e7e7e;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

/*  画像枠 */
.imgborder {
  border: 1px solid #f2e5ae;
}

form {
  margin: 0;
}

hr {
  margin: 0 auto;
}

/* contents
----------------------------------------------------*/
#page {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 13px;
  color: #333333;
  -webkit-text-size-adjust: none;
}

/*  100%    */
section {
  width: 100%;
  margin: 0 auto;
  background: #f4f0df;
  padding-bottom: 4px;
}

.formbox section {
  background: transparent;
}

#main {
  margin: 0 auto;
  text-align: center;
}

/*  検索box   */
#searchbox {
  display: none;
  position: absolute;
  top: 0;
  background: #000;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  width: 100%;
  color: #fff;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

/*下検索*/
#searchbox2 {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  background: white;
}

.search_form div.clearof {
  padding: 0 10px;
}

.search_form .input_l {
  padding: 5px 10px;
  background: #fffef8;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  margin: 5px 10px;
}

.search_form .input_l .keyword_search {
  font-size: 12px;
  color: #644600;
  font-weight: bold;
}

.search_form .input_s {
  padding: 5px 10px;
  background: #fffef8;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  margin: 5px 10px;
}

.search_form .input_s .price_search {
  font-size: 12px;
  color: #644600;
  font-weight: bold;
}

.search_form select {
  width: 100%;
}

.search_form .input_l input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#searchbox .title {
  text-align: left;
  width: 95%;
  text-shadow: none;
  padding: 10px 0;
  background: none;
  box-shadow: none;
}

#searchbox h1 {
  color: #fff;
  text-shadow: none;
}

.search_form {
  margin: 0 auto;
  color: #644600;
}

#search_form div {
  margin: 10px 0;
}

.search_form p.f_l {
  margin: 0;
}

.search_form .f_l select {
  border: 1px solid #bcb9ae;
  background: #fffef8;
  color: #644600;
  margin-right: 10px;
}

.search_form .submit {
  text-align: center;
  margin: 5px auto;
}

.search_form .submit input {
  width: 246px;
  height: 36px;
  background: url(../img/theme6/btn4_bg.gif) no-repeat;
  border: none;
  color: #6a4f0f;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
}

.submit_gr {
  font-size: 14px;
  padding: 3px 10px;
  background: transparent;
  color: #6a4f0f;
  border: none;
}

#close {
  text-align: center;
  color: #333333;
  background: #fff;
  position: absolute;
  padding: 16px 15px;
  top: 0px;
  right: 10px;
  font-size: 150%;
}

#close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*  HEADER  */
#header {
  margin: 0 auto 10px;
}

#header section {
  margin: 0;
  width: 100%;
}

/*  logo    */
.logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.logo .l {
  float: left;
}

.logo .r {
  float: right;
}

/* マイページ */
#header nav {
  margin: 10px auto 10px;
  text-align: center;
  width: 100%;
}

#header nav a {
  text-decoration: none;
}

/* header common */
#header ol {
  list-style-type: decimal;
  padding: 0 25px;
}

/* header toppage */
#top_header ul {
  list-style-type: disc;
  padding: 0 25px;
}

#top_header ol {
  list-style-type: decimal;
  padding: 0 25px;
}

#contents {
  margin: 0 auto;
  padding-top: 250px;
}

/* tag */
.tag {
  margin: 0 0 10px;
  text-align: right;
}

.tagline {
  color: #999;
  font-size: 75%;
}

.recommend {
  color: #ff9900;
  margin-right: 3px;
  font-size: 75%;
}

.price {
  color: #333333;
  font-size: 12px;
}

.fixedprice {
  text-decoration: line-through !important;
  color: #333333;
  font-size: 12px;
}

.catch {
  display: block;
  font-weight: bold;
  color: #5d5d5d;
  text-shadow: none;
}

.new {
  background: #f12d2d;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 3px;
  text-shadow: none !important;
}

.pickup {
  background: #4ecadc;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 3px;
  white-space: nowrap;
  text-shadow: none !important;
}

.sale {
  background: #ffa800;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 3px;
  white-space: nowrap;
  text-shadow: none !important;
}

.member {
  background: #be9a43;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 3px;
  text-shadow: none !important;
}

.cool {
  background: #a0e953;
  color: #fff;
  padding: 2px 3px;
  font-size: 10px;
  margin-right: 3px;
  text-shadow: none !important;
}

.soldout {
  font-size: 10px;
  text-align: right;
  float: left;
}

.soldout span {
  color: white;
  width: 93%;
  text-align: center;
  background: #ff6d77;
  padding: 3px;
  border: 1px solid #ff2c45;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
}

/* accordion */
.accordion .titlebar {
  color: #6f4e00;
  background: #f5f5f5 url(../img/theme6/title_bg.gif) repeat-x;
  background-size: contain;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 6px 0 4px 0;
  vertical-align: middle;
  text-align: left;
}

.accordion .titlebar h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 25px 2px 20px;
  text-align: left;
}

.accordion .titlebar_b {
  color: #6f4e00;
  background: #f5f5f5 url(../img/theme6/title_bg.gif) repeat-x;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 6px 0 4px 0;
  vertical-align: middle;
  text-align: left;
}

.accordion .titlebar_b h1 {
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

.accordion .titlebar_b + aside {
  padding: 5px 0;
}

.accordion .titlebar_b + aside > .formtable {
  margin: 0 10px;
}

.accordion aside ul.listmenu {
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
}

.accordion aside ul.listmenu li {
  background: transparent;
  border: none;
  line-height: 1;
}

.accordion aside ul.listmenu li.categorylink {
  background: transparent;
}

.accordion aside ul.listmenu li a {
  color: #7c6623;
  background: #fffbe9 url(../img/theme6/arrow2.gif) no-repeat 100% center;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 5px 10px;
  font-size: 14px;
}

/*  NEWS date   */
.date {
  color: #686868;
}

#contents section .date.text-right {
  padding: 10px;
}

.listmenu a p.date {
  display: inline;
  margin-left: 10px;
}

.note {
  color: #464646;
  font-size: 75%;
}

/* freearea */
.freearea {
  text-shadow: none;
  padding: 0 10px;
}

.freearea p {
  margin: 10px 15px;
  line-height: 1.5;
}

.freearea hr {
  margin: 10px 0;
}

.freearea img {
  vertical-align: middle;
}

.freearea ul {
  list-style-type: disc;
  padding: 0 25px;
}

.freearea ol {
  list-style-type: decimal;
  padding: 0 25px;
}

/*  title   */
#contents .title {
  color: #6f4e00;
  background: #f5f5f5 url(../img/theme6/title_bg.gif) repeat-x;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding: 6px 0 4px 0;
  vertical-align: middle;
  text-align: left;
}

#contents > .title {
  margin: 0;
}

.title h1 {
  display: inline;
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

.title img {
  margin: 0;
  vertical-align: top;
  margin-left: 5px;
}

#news .title {
  height: 15px;
}

#news .title h1 {
  float: left;
}

/*  一覧はこちら  */
.title p {
  float: right;
  margin: -6px 10px 0 0;
  padding: 5px 0 7px 12px;
  height: 14px;
  border-left: 1px solid #d8d8d8;
}

.title p a {
  margin: 0 auto 0;
  padding: 4px 20px 4px 10px;
  height: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 75%;
  color: #6f4e00;
  vertical-align: middle;
  text-align: left;
}

.title p a:after {
  content: " >";
}

/* タイトルバー */
.titlebar {
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}

.titlebar .open {
  text-align: left;
  padding: 10px 4px;
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar .open.active {
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar .closed {
  text-align: left;
  padding: 10px 4px;
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar .closed.active {
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_g .open {
  padding: 10px 4px;
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_g .open.active {
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_g .closed {
  padding: 10px 4px;
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_g .closed.active {
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_g {
  padding: 0 4px;
  margin: 0;
  font-size: 120%;
  background: url("../img/theme6/gradation_green_401.png") repeat-x 97% center;
  color: #ffffff;
  text-shadow: none;
  vertical-align: middle;
  text-align: left;
}

/*  タイトルバー blue */
.titlebar_b {
  padding: 5px 8px;
  font-size: 100%;
  color: #333333;
  text-shadow: none;
  vertical-align: middle;
  text-align: left;
}

.titlebar_b + aside {
  text-align: left;
  padding: 10px 0;
}

.titlebar_b .open {
  padding: 10px 4px 10px 5px;
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_b .open.active {
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_b .closed {
  padding: 10px 4px 10px 5px;
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

.titlebar_b .closed.active {
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

/*  カテゴリータイトル   */
.categorybar {
  padding: 6px 4px;
  text-align: left;
  margin: 0;
  font-size: 100%;
  background: #e8eee8;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  vertical-align: middle;
}

.categorylink {
  background: #e8eee8;
  vertical-align: middle;
}

/*  listmenu    */
section .listmenu,
.itemlist {
  margin: 7px;
  word-wrap: break-word;
  background-color: #fffef8;
  border-radius: 8px;
  border: 1px solid #00aa8d;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
}

.itemlist li,
.listmenu li {
  border-bottom: 1px solid #eaeaea;
  list-style-type: none;
  text-align: left;
  font-size: 12px;
  line-height: 13px;
}

.listmenu li a,
.itemlist a,
.titlebar + aside a {
  padding: 9px 9px 9px 40px;
  display: block;
  background-image: url(../img/theme6/arrow6.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  color: #231715;
  text-decoration: none;
}

#contents > .listmenu li {
  border-bottom: 1px solid #00aa8d;
}

.listmenu li a:link {
  color: #231715;
}

/*  list LR*/
.li_l {
  margin: 0 8px 0 0;
  float: left;
  clear: both;
}

.li_r div {
  color: #925b19;
  font-size: 12px;
  padding-right: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.li_r div.tagline {
  color: #231715;
  height: auto;
  font-size: 11px;
}

.li_r div.fixedprice {
  color: #ee2f1b;
  height: auto;
  padding-bottom: 0px;
  text-align: right;
  padding-right: 10px;
}

.li_r div.price {
  color: #ee2f1b;
  height: auto;
  text-align: right;
  padding-right: 10px;
  padding-bottom: 0px;
}

.li_r div.soldout {
  margin-right: 5px;
  clear: right;
}

.listmenu li,
.itemlist li,
.titlebar + aside a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.4);
  -webkit-tap-highlight-color: #ccc;
}

.itemlist li:last-child,
.listmenu li:last-child {
  border-bottom: none;
}

/* news icon */
#news .listmenu li:first-child {
  margin: 0;
}

#news .listmenu span {
  color: #000;
}

.itemlist,
.titlebar + aside ul,
.formlist ul {
  margin: 0;
}

.payment ul {
  margin: 0;
}

.payment li {
  padding: 5px 22px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  background-image: url(../img/theme6/icon_news1.png);
  background-position: 8px center;
  background-repeat: no-repeat;
  list-style-type: none;
  text-align: left;
}

.payment aside > p {
  margin: 10px;
}

.payment .formtable {
  font-size: 12px;
  padding: 10px 0;
  background: white;
}

.payment .formtable li + p {
  color: #967a25;
  border-bottom: 1px solid #eaeaea;
  padding: 0 10px 10px 22px;
  margin: 5px 0;
}

.payment .formtable li + p:last-child {
  border-bottom: none;
}

.payment .formtable br + p {
  padding: 0 10px 10px 22px;
  margin: 5px 0;
}

/*  背景無し    */
.titlebar + aside .listmenu li,
.footer ul li,
.formlist ul li {
  margin: 0;
  background: transparent;
}

.bgn {
  margin: 5px 8px 7px;
}

.bgn li {
  list-style-type: none;
  text-align: left;
  font-size: 100%;
}

.bgn li a {
  border-radius: 8px;
  border: 1px solid #00aa8d;
  background: #fffbe9 url(../img/theme6/arrow7.png) no-repeat 97% center;
  color: #694a00;
  padding: 6px 20px 6px 10px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.bgn li.categorylink a {
  background: white url(../img/theme6/arrow7.png) no-repeat 97% center;
}

.bgn2 .categorylink {
  background: white url(../img/theme6/arrow7.png) no-repeat 97% center;
}

.bgn2 ul.bgn {
  margin-bottom: 0;
}

.bgn2 ul.bgn li.categorylink a {
  background-color: #cdc6ac;
  border: none;
  border-bottom: 1px solid #bcab82;
  border-radius: 0;
  color: #694a00;
  font-size: 12px;
}

.bgn2 .listmenu2 .bgn li a {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #bcab82;
  border-radius: 0;
  color: #694a00;
  font-size: 12px;
}

/*  accordion top処理*/
.titlebar + aside .listmenu li:first-child {
  border-top: none;
}

.listmenu2 {
  margin: 0 8px;
}

.listmenu2 ul {
  list-style-type: none;
  margin: 0 auto;
  box-shadow: none;
}

.listmenu2 .l {
  float: left;
  overflow: hidden;
  width: 49%;
  text-align: left;
}

.listmenu2 .r {
  float: right;
  width: 49%;
  text-align: left;
}

.listmenu2 .l li,
.listmenu2 .r li {
  border-right: none;
  border-left: none;
}

div.listmenu2 div ul.listmenu li a {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bcab82;
  background: url(../img/theme6/arrow7.png) no-repeat 97% center;
  color: #694a00;
  font-size: 12px;
  padding: 1px 15px 5px 0;
  margin-bottom: 3px;
}

.listmenu3 {
  margin: 5px auto;
  width: 97%;
  text-shadow: none;
  padding: 0;
}

.listmenu3 .l {
  float: left;
  overflow: hidden;
  width: 49%;
  text-align: center;
}

.listmenu3 .r {
  float: right;
  overflow: hidden;
  width: 49%;
  text-align: center;
}

.listmenu3 a {
  border: 1px solid #00aa8d;
  border-radius: 8px;
  background: #ffffff;
  color: #231715;
  padding: 0;
  text-decoration: none;
  display: block;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  font-size: 12px;
}

/* ranking */
.whitelist li:nth-child(odd) {
  padding: 4px 5px;
}

.whitelist li:nth-child(even) {
  background: none;
  padding: 4px 5px;
}

#ranking .itemlist {
  margin: 0 7px 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

#ranking .itemlist li {
  list-style-type: none;
  text-align: left;
  font-size: 100%;
  line-height: 20px;
  border: none;
  background: none;
}

#ranking .itemlist li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 3px #000;
  background: #fffef8 url(../img/theme6/arrow4.gif) no-repeat right center;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

#ranking .btn button {
  width: 246px;
  height: 36px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.prize {
  font-size: 130%;
  padding-left: 27px;
  color: red;
  background: url(../img/theme6/crown2.png) no-repeat;
  margin-bottom: 5px;
}

.prize img {
  display: none;
}

.rank {
  font-size: 130%;
  padding-left: 27px;
  margin-bottom: 8px;
}

#ranking .tag {
  margin: 0 3px 5px;
  text-align: left;
}

/* new arrive */
#newarrival .itemlist {
  margin: 0 7px 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

#newarrival .itemlist li {
  list-style-type: none;
  text-align: left;
  font-size: 100%;
  border: none;
  background: none;
}

#newarrival .itemlist li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 3px #000;
  background: #fffef8 url(../img/theme6/arrow4.gif) no-repeat right center;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

#newarrival .btn button {
  width: 246px;
  height: 36px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

#newarrival .tag {
  margin: 0 3px 5px;
  text-align: left;
}

/* recommended */
#recommended .itemlist {
  margin: 0 7px 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

#recommended .itemlist li {
  list-style-type: none;
  text-align: left;
  font-size: 100%;
  line-height: 20px;
  border: none;
  background: none;
}

#recommended .itemlist li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 3px #000;
  background: #fffef8 url(../img/theme6/arrow4.gif) no-repeat right center;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

#recommended .btn button {
  width: 246px;
  height: 36px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

#recommended .tag {
  margin: 0 3px 5px;
  text-align: left;
}

#recommended .li_r div:first-child {
  padding-top: 23px;
}

/* input */
.input_l input {
  width: 95%;
}

.input_m input {
  width: 50%;
}

.input_s input {
  width: 20%;
}

.input_2 input {
  width: 40%;
}

.tag .recommend img {
  position: relative;
  top: 3px;
}

/*  在庫返品sns */
.form_menu {
  margin: 10px;
}

.sns {
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}

.sns ul {
  position: relative;
  left: 50%;
  float: left;
  list-style-type: none;
}

.sns li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 5px;
}

#contents > section.review {
  margin: 0 auto;
}

#contents > section.review > div.comment {
  margin: 0 auto;
  width: 90%;
}

.comment {
  margin: 10px 0;
}

.comment .plus,
.comment .minus {
  margin: 5px 0;
}

.arrowbg {
  border-left: 15px solid transparent;
  border-top: 16px solid #999;
  position: absolute;
  bottom: 5px;
  left: 119px;
  width: 0;
  height: 14px;
}

.arrow {
  border-left: 14px solid transparent;
  border-top: 14px solid #fff;
  position: absolute;
  bottom: 5px;
  left: 121px;
  width: 0;
  height: 15px;
}

/*  form 1 */
.shopping_form {
  text-align: left;
}

.shopping_form .variation1,
.variation2,
.variation3 {
  border-spacing: 0;
  width: 97%;
  margin: 10px auto 30px;
  border-collapse: collapse;
  table-layout: auto;
}

/*  バリエリスト見出し */
.shopping_form .variation1 th,
.variation2 th,
.variation3 th {
  padding: 10px 5px;
  font-size: 75%;
  background: #ffffff;
  border: 1px solid #ddd;
  color: #333;
}

.shopping_form .variation1 td,
.variation2 td {
  padding: 10px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
}

.variation3 th,
.variation3 td {
  border: 1px solid #ddd;
  font-size: 100%;
}

.shopping_form .variation3 {
  width: 50%;
  text-align: center;
}

/*  button select   */
.shopping_form select {
  margin: 5px 0;
  text-align: left;
  width: 93%;
}

.shopping_form p {
  margin: 5px auto;
  text-align: center;
}

.shopping_form .variation1 td:nth-child(1) {
  width: 80%;
  font-size: 75%;
}

.shopping_form .variation1 td:nth-child(2) {
  width: 5%;
  text-align: center;
  white-space: normal;
}

.shopping_form .variation1 td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
}

.shopping_form .soldout {
  font-size: 75%;
  text-align: center;
}

.variation1 img {
  width: 104px;
  height: 24px;
}

.variation2 td:nth-child(1) {
  width: 80%;
  font-size: 75%;
}

.variation2 td:nth-child(2) {
  width: 5%;
  border-right: 1px solid #fff;
  text-align: center;
}

.variation2 td:nth-child(3) {
  width: 15%;
}

.variation2 a {
  margin-left: 5px;
}

.variation2 .ok {
  color: #359e65;
}

.variation2 .few {
  color: #ef9848;
}

/*  備考購入数   */
.remark {
  padding: 5px 0 5px 20px;
  text-align: left;
  width: 100%;
}

.remark dl {
  font-size: 120%;
}

.remark dt {
  float: left;
  width: 22%;
  margin: 5px 0;
  vertical-align: middle;
}

.remark dd {
  float: none;
  margin: 3px 0;
  white-space: nowrap;
}

.remark span {
  position: relative;
  top: 5px;
  display: block;
}

.remark td {
  vertical-align: middle;
}

.remark .l {
  width: 30%;
}

.remark .r {
  width: 70%;
  text-align: left;
}

.input100 {
  width: 80%;
}

.input10 {
  width: 20%;
}

.stock hr {
  border-color: #939394;
}

.stock select {
  max-width: 100%;
}

.pager {
  margin: 0 auto;
  padding: 5px 0;
  color: #666666;
  text-align: left;
  font-size: 80%;
}

.sort {
  margin: 5px auto 5px;
  padding: 0;
  width: 90%;
  text-align: center;
}

.sortimg {
  width: 91px;
  height: 42px;
}

.mailicon {
  width: 27px;
  height: 15px;
}

.req {
  margin: 5px 10px 20px;
  text-align: left;
  font-size: 75%;
}

.req img {
  vertical-align: bottom;
}

.req span {
  color: #231715;
}

/*  cssonly */
.pagelist {
  margin: 5px auto 5px;
  text-align: center;
  font-size: 80%;
}

.pagelist2 {
  margin: 20px auto 5px;
  text-align: center;
  font-size: 80%;
}

.pagelist li,
.pagelist2 li {
  display: inline;
  margin: 0 2px;
  color: #666;
}

.pagelist li span,
.pagelist2 li span {
  display: -moz-inline-box;
  display: inline-block;
  padding: 4px 8px;
  border: 1px white solid;
  font-weight: bold;
  background: #656565 url(../img/theme6/btn5_o_bg.gif) repeat-x;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.pagelist li a,
.pagelist2 li a {
  display: -moz-inline-box;
  display: inline-block;
  padding: 4px 8px;
  border: 1px white solid;
  font-weight: bold;
  background: #d7cc9e;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  text-decoration: none;
  text-shadow: none;
}

.pagelist li a:hover,
.pagelist2 li a:hover {
  background: #656565 url(../img/theme6/btn5_o_bg.gif) repeat-x;
  color: white;
}

.pagelist .back a,
.pagelist2 .back a {
  padding: 4px 20px;
  background-color: transparent, white;
  background-image: url(../img/theme6/arrow8_l.png), none;
  background-position: 6px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
  text-decoration: none;
  text-align: center;
}

.pagelist .back a:hover,
.pagelist2 .back a:hover {
  background-color: transparent, #656565;
  background-image: url(../img/theme6/arrow8_l.png), url(../img/theme6/btn5_o_bg.gif);
  background-position: 6px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
}

.pagelist .next a,
.pagelist2 .next a {
  padding: 4px 20px;
  background-color: transparent, white;
  background-image: url(../img/theme6/arrow8_r.png), none;
  background-position: 51px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
  text-decoration: none;
  text-align: center;
}

.pagelist .next a:hover,
.pagelist2 .next a:hover {
  background-color: transparent, #656565;
  background-image: url(../img/theme6/arrow8_r.png), url(../img/theme6/btn5_o_bg.gif);
  background-position: 51px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
}

/*back disable*/
.pagelist .back_b,
.pagelist2 .back_b {
  visibility: hidden;
  display: -moz-inline-box;
  display: inline-block;
  padding: 4px 20px;
  background-color: transparent, #656565;
  background-image: url(../img/theme6/arrow8_l.png), url(../img/theme6/btn5_o_bg.gif);
  background-position: 6px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}

/*next disable*/
.pagelist .next_b,
.pagelist2 .next_b {
  visibility: hidden;
  padding: 4px 20px;
  background-color: transparent, #656565;
  background-image: url(../img/theme6/arrow8_r.png), url(../img/theme6/btn5_o_bg.gif);
  background-position: 55px center, center top;
  background-repeat: no-repeat, repeat-x;
  color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
}

.result {
  position: relative;
  overflow: hidden;
}

.result ul {
  position: relative;
  left: 50%;
  float: left;
  list-style-type: none;
}

.result li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 -10px;
  font-size: 120%;
}

.result .back {
  background: url("../img/theme6/preview_h30_w80_not_active.png") no-repeat 0 0;
  text-align: left;
  display: block;
  padding: 6px 25px;
  font-size: 150%;
}

.result .next {
  background: url("../img/theme6/next_h30_w80_not_active.png") no-repeat center right;
  text-align: left;
  display: block;
  padding: 8px 25px;
  font-size: 150%;
}

.result .back:hover {
  background: url("../img/theme6/preview_h30_w80_active.png") no-repeat 0 0;
}

.result .next:hover {
  background: url("../img/theme6/next_h30_w80_active.png") no-repeat 0 right;
}

.result a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  text-shadow: none;
  padding: 6px 15px;
}

/*  ボタン */
.btn {
  margin: 0 auto;
}

.btn button {
  width: 80%;
  margin: 20px auto;
  border: 1px solid #999;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #cccccc);
  color: #464646;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 3px;
  color: #464646;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

.submit {
  margin: 10px auto;
  text-align: center;
}

/* カート */
.curt_s {
  text-align: center;
}

.stock form input.curt_s {
  width: 88px;
  border-radius: 5px;
  background: #ff9800;
  border: 1px solid #ffae52;
  padding: 3px;
  font-size: 10px;
  color: white;
  display: inline-block;
  -webkit-appearance: none;
}

.curt_l {
  padding: 10px;
  font-size: 120%;
  width: 80%;
  color: #fff !important;
  font-weight: bold;
  background: #ffcc99;
  margin: 0 auto;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.curt_l button:hover,
.curt_s button:hover {
  border-top-color: #ff9900;
  border-left-color: #ff9900;
  border-bottom-color: #fff;
  border-right-color: #fff;
  background: #ff9900;
  color: #ffffff;
}

.curt_l button:active,
.curt_s button:active {
  border-top-color: #ff9900;
  background: #ff6600;
}

/* 入荷連絡を希望する   */
.request_s {
  border: 1px solid #646464;
  background: #828284;
  padding: 3px;
  font-size: 10px;
  width: 80px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
}

a.request_s {
  color: white;
  text-decoration: none;
}

.request_l {
  padding: 10px;
  font-size: 120%;
  width: 80%;
  color: #fff !important;
  font-weight: bold;
  border: 1px solid #336699;
  margin: 0 auto;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}

.request_l button:hover,
.request_s button:hover {
  border-top-color: #3366cc;
  border-top-left: #3366cc;
  background: #3366cc;
}

.request_l button:active,
.request_s button:active {
  border-top-color: #1b435e;
  background: #3366cc;
}

/* 通知 */
.error {
  color: #ff0000;
  text-align: left;
}

#contents section > p.error {
  padding: 20px 10px;
}

.attention {
  border: 1px solid #d9cfa0;
  border-radius: 8px;
  background: white;
  padding: 5px 10px;
  margin: 10px auto;
  width: 95%;
}

.formbar2 {
  margin: 0;
  padding: 10px;
  text-align: left;
  background: #edf2ed;
  border-bottom: none;
}

.formlist {
  margin: 5px auto;
  padding: 10px 0;
  text-align: center;
}

.formlist .bar {
  margin: 0;
  padding: 10px;
  text-align: left;
  background: #e4dec4;
  border: none;
  border-bottom: 1px solid #d4c9a5;
}

.formlist .bar h3 {
  color: #6a4a00;
  margin: 0;
}

.formcontents {
  margin: 0 auto;
  width: 95%;
}

.formcontents dl {
  margin: 0 auto;
  list-style-type: none;
  width: 95%;
}

.formcontents dt {
  margin: 10px auto;
  text-align: center;
}

.formcontents dd {
  margin: 5px auto;
  text-align: left;
  padding: 0;
}

.formcontents p {
  margin: 20px auto;
}

.formcontents p.btg_r {
  margin: 0 auto;
}

.formbar2 + .formcontents p {
  margin: 10px auto;
}

.radio {
  position: relative;
  top: -4px;
}

.formcontents ul li {
  word-wrap: break-word;
}

/*  button orange固定 */
.button_or {
  margin: 0;
}

.button_or input {
  width: 246px;
  margin: 0 auto;
  padding: 12px 0;
  color: white;
  background: url(../img/theme6/btn_bg.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

/*  button  orange2固定   */
.button_closing input {
  width: 70%;
  margin: 0 auto;
  font-size: 100%;
  padding: 15px 20px;
  border: 1px solid #f4bd2b;
  background: #ffffff;
  background: url("../img/theme6/arrow_right.png") no-repeat 97% center, -moz-linear-gradient(top, #ffe885, #f4b81c);
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

/*  button gray可変*/
.button {
  margin: 10px auto;
  font-size: 100%;
  text-align: center;
}

#contents > .button:last-child {
  margin-bottom: 20px;
}

.btg_r,
.btg_l {
  display: inline;
}

.btg_l a {
  border: 1px solid #5a5a5a;
  width: 100%;
  padding: 15px 10px 15px 40px;
  text-decoration: none;
  color: #4d4d4d;
  background: #ffffff;
  font-size: 75%;
  background: url("../img/theme6/arrow_left.png") no-repeat 5% center, -moz-linear-gradient(top, #ffffff, #cccccc);
  background: url("../img/theme6/arrow_left.png") no-repeat 5% center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
}

.btg_r button,
.btg_r input,
.btg_r a {
  border: 1px solid #5a5a5a;
  padding: 15px 40px 15px 10px;
  text-decoration: none;
  color: #4d4d4d;
  background: #ffffff;
  font-size: 75%;
  display: inline;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background: url("../img/theme6/rightarrow1.png") no-repeat 95% center, -moz-linear-gradient(top, #ffffff, #cccccc);
  background: url("../img/theme6/rightarrow1.png") no-repeat 95% center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
}

.address {
  margin: 0;
  display: inline;
}

.formbox .address input[type=submit] {
  width: 100px;
  margin: 0;
  height: 20px;
  padding: 2px 10px;
  border: none;
  background: #6e6e6e;
  background: -moz-linear-gradient(top, #a8a8a8, #6e6e6e);
  color: white;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  vertical-align: middle;
  display: inline;
  font-size: 11px;
  text-decoration: none;
}

.formnavi {
  margin: 0 auto;
}

.formnavi dl,
.formnavi div {
  margin: 20px auto;
  width: 90%;
}

.formnavi dt {
  float: left;
  width: 47%;
  text-align: left;
}

.formnavi dd {
  float: right;
  width: 47%;
  text-align: right;
}

.ar_link_l {
  width: 80%;
  text-align: left;
  margin: 10px;
  text-indent: -1px;
}

.ar_link_l a {
  background: #e3d9b5 url("../img/theme6/arrow9_l.png") no-repeat 7px center;
  color: #81732a;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  padding: 5px 25px 5px 25px;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
}

.ar_link_r {
  width: 80%;
  padding: 5px 0 5px 25px;
  text-align: left;
  margin: 0;
  background: url("../img/theme6/arrow9.png") no-repeat 0 center;
  margin-left: 1px;
  text-indent: -1px;
}

.ar_link_r a {
  background: none;
  color: #231715;
}

.formnavi .a_l {
  background: url("../img/theme6/arrow_left.png") left center;
  background-repeat: no-repeat;
  background-position: 5% center;
  padding: 15px 0px 15px 35px;
  color: #4d4d4d;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

.formnavi .a_r {
  background-image: url("../img/theme6/arrow_right_bk.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  padding: 15px 35px 15px 0px;
  color: #4d4d4d;
  text-decoration: none;
  vertical-align: middle;
  display: block;
}

.update input {
  padding: 5px 10px;
  border-radius: 1px;
  border: 1px #969696 solid;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #cccccc);
  color: #4d4d4d;
  text-decoration: none;
}

section .customersbox:last-of-type {
  border-bottom: 1px solid #969696;
}

.customerscomment,
.shopcomment {
  margin: 0 auto;
  width: 97%;
}

.customerbar {
  border: 1px solid #d9cfa0;
  border-radius: 8px;
  background: white;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 11px;
}

.customersbox .customerbar {
  margin: 0 17px;
}

.customerbar img {
  vertical-align: -3px;
}

.customerbar .f_r.date {
  padding-top: 2px;
}

.customerscomment {
  padding: 10px 0;
  font-size: 11px;
  text-shadow: none;
  line-height: 1.5;
}

.customerscomment p {
  margin: 10px auto;
  color: #464646;
  text-align: left;
  line-height: 1.5;
}

.customersbox .customerscomment {
  margin: 0 17px;
  width: auto;
}

.comment .minus {
  padding: 10px 0;
  font-size: 11px;
  line-height: 1.5;
  margin: 0 auto;
  width: 97%;
}

.minus {
  display: none;
  color: #464646;
  text-align: left;
}

.shopcomment p {
  text-align: left;
  background: #fceae2;
  margin: 10px 0;
  padding: 8px;
}

.shopcomment .f_l,
.shopcomment .f_r {
  padding: 6px 0;
  font-size: 75%;
}

.shopcomment .f_r {
  margin-right: 22px;
}

.shopcomment .f_l {
  background: url("../img/theme6/shopicon_43_20.png") no-repeat 0 center;
  padding-left: 50px;
  color: #3b91d6;
  width: 138px;
}

.plus {
  margin: 0;
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 2px 0;
}

.plus.active {
  background-image: url("../img/theme6/minus.gif");
}

.plus.act {
  background-image: url("../img/theme6/minus.gif");
}

.plus.act2 {
  background-image: url("../img/theme6/minus.gif");
}

.commenttitle {
  color: white;
  text-align: left;
  padding: 4px;
  background: #bbad72;
}

.commenttitle a {
  text-decoration: none;
  margin: 5px 0;
  display: block;
  color: white;
}

.commenttitle p {
  color: #464646;
  background: white;
  padding: 5px;
}

.rightarrow {
  text-align: right;
}

.rightarrow > div {
  float: right;
  text-align: right;
  padding: 7px;
  text-align: left;
  width: 150px;
  margin: 10px 4px;
  background: url("../img/theme6/arrow10.gif") no-repeat 0 center;
  margin-left: 1px;
  font-size: 13px;
}

.rightarrow > div > a {
  text-decoration: none;
  color: #81732a;
}

/*  購入はこちら  */
.price + .rightarrow a {
  background: none;
  text-decoration: underline;
}

.price + .rightarrow div {
  padding: 5px 0 5px 15px;
}

.catalog {
  margin: 0 auto;
  width: 100%;
}

.catalog p {
  display: inline;
}

/* フリーページ */
/* 1 */
section.titlebar_list ul.listmenu {
  background-color: white;
}

section.titlebar_list ul.listmenu li {
  font-size: 12px;
}

section.titlebar_list ul.listmenu li:last-child {
  border-bottom: none;
}

section.titlebar_list ul.listmenu li a {
  padding: 12px 9x 12px 40px;
}

/* 2 */
section.titlebar_list aside ul.listmenu {
  background-color: transparent;
}

section.titlebar_list .titlebar_list .accordion .titlebar {
  margin-top: 0px;
}

/* 4 */
/* カテゴリ選択 */
/* 2 */
/* footer */
#footer {
  background: #e3dab5;
}

#footer section {
  background: transparent;
  padding: 0;
  border: none;
}

#footer section > p.ch {
  background: #00aa8d;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
}

#footer section > p.ch a {
  color: white;
}

#footer section > p.copy {
  background: #00aa8d;
  color: white;
  font-size: 12px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#footer .footer aside ul.listmenu {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding-top: 5px;
  display: none;
}

#footer .footer aside ul.listmenu li {
  background: transparent;
  border: none;
  line-height: 1;
}

#footer .footer aside ul.listmenu li a {
  color: #7c6623;
  background: white url(../img/theme6/arrow5.gif) no-repeat 97% center;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  padding: 10px 15px;
  margin: 5px 10px;
  font-size: 14px;
}

/* ランキング */
section .itemlist {
  margin: 0 10px 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

section .itemlist li {
  border: none;
}

section .itemlist li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 3px #000;
  background: #fffef8 url(../img/theme6/arrow4.gif) no-repeat right center;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

section .itemlist li a:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 商品検索 */
.product_search .pager .f_l {
  color: #8d6e1c;
  line-height: 1.5;
}

.product_search .pager .f_r select {
  border: 1px solid #00aa8d;
  color: #8d6e1c;
}

.product_search + section .itemlist {
  margin: 0 7px 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
}

.product_search + section .itemlist li {
  list-style-type: none;
  text-align: left;
  font-size: 100%;
  border: none;
  background: none;
}

.product_search + section .itemlist li a {
  position: relative;
  display: block;
  -webkit-box-shadow: 1px 1px 3px #000;
  background: #fffef8 url(../img/theme6/arrow4.gif) no-repeat right center;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

.product_search + section .tag {
  text-align: left;
  margin: 0 3px 5px;
}

.product_search + section .btn button {
  width: 246px;
  height: 36px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* 商品詳細 */
.product_name {
  background: #f4f0df;
  margin: 2px 0;
  padding: 0;
}

.product_name ul {
  margin: 0 auto;
  width: 97%;
  line-height: 20px;
  text-align: left;
  list-style-type: none;
}

.product_name li {
  margin: 0;
  text-align: left;
  color: #ee2f1b;
  font-size: 18px;
}

.product_name li.catch {
  color: #925b19;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
}

.product_name li span,
prize {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}

.product_name dt {
  width: 70px;
  padding: 5px 0;
  display: block;
  float: left;
  margin: 5px 0;
  text-align: left;
}

.product_name dd {
  text-align: left;
  width: 65%;
  padding: 5px 0;
  display: block;
  margin: 5px 0;
  float: left;
}

.product_img .nb {
  position: relative;
  overflow: hidden;
}

.product_img ul {
  position: relative;
  left: 50%;
  float: left;
  list-style-type: none;
}

.product_img li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 3px;
}

.product_img li p {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}

#sub_img,
#imgRL {
  padding: 10px auto;
  padding: 0 2px;
  text-align: center;
}

#sub_img img {
  border: 1px solid #f2e5ae;
}

.description {
  background: #fffef8;
  padding: 6px;
  margin: 0 10px 10px;
  border: 1px solid #cfc493;
  border-radius: 8px;
  width: auto;
}

.description #group {
  color: #925b19;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #e3dab5;
  background: transparent;
}

.titlebar_g_o {
  color: #6f4e00;
  background: #f5f5f5 url(../img/theme6/title_bg.gif) repeat-x;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding: 6px 0 4px 0;
  vertical-align: middle;
  text-align: left;
}

.titlebar_g_o h1 {
  display: inline;
  font-size: 15px;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}

#contents .description aside {
  color: #231715;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  height: 120px;
  overflow: hidden;
  padding: 0 5px 8px;
}

#contents .description aside p {
  margin: 0 0 12px;
}

.description aside ul {
  list-style-type: disc;
  padding: 0 25px;
}

#contents section > div.productprice {
  padding: 20px 10px 0;
  text-align: left;
}

.productprice p {
  padding: 0 20px 0 0;
  font-size: 23px;
  font-weight: bold;
  float: left;
  margin: 0;
}

.productprice div:last-child {
  font-size: 15px;
  padding-top: 5px;
  clear: left;
}

.productprice:after {
  content: ".";
  clear: both;
  display: block;
  height: 10px;
  visibility: hidden;
}

.description .seemore {
  width: 246px;
  height: 24px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg_noarrow.png) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 12px 0 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
  cursor: pointer;
}

.stock .titlebar_g {
  color: #6f4e00;
  background: #f5f5f5 url(../img/theme6/title_bg.gif) repeat-x;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 10px;
  padding: 6px 0 4px 0;
  vertical-align: middle;
  text-align: left;
}

.stock .titlebar_g h1 {
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 20px;
  text-align: left;
}

.stock table.variation1,
.stock table.variation2 {
  border: 1px solid #00aa8d;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.04);
  margin-bottom: 0px;
}

.stock .variation1 th,
.stock .variation2 th {
  border-bottom: 1px solid #00aa8d;
  background: #eae1c3;
}

.stock .variation1 tr th:nth-child(1) {
  border-right: none;
}

.stock .variation1 tr th:nth-child(2) {
  border-right: none;
  border-left: none;
}

.stock .variation1 tr th:nth-child(3) {
  border-left: none;
}

.stock .variation2 tr th:nth-child(1) {
  border-right: none;
}

.stock .variation2 tr th:nth-child(2) {
  border-left: none;
}

.stock .variation1 td,
.stock .variation2 td {
  border: 1px solid #eaeaea;
  background: white;
}

.stock .variation2 tr td:nth-child(2) {
  border-right: none;
}

.stock .variation2 tr td:nth-child(3) {
  border-left: none;
}

.stock table.variation3 {
  border: 1px solid #00aa8d;
  margin: 5px auto;
}

.stock .variation3 th {
  border-bottom: 1px solid #00aa8d;
  background: #eae1c3;
}

.stock .variation3 td {
  border: 1px solid #00aa8d;
  background: white;
}

.stock hr {
  border: none;
}

.stock form {
  background: #fffef8;
  border: 1px solid #d9cfa0;
  border-radius: 8px;
  padding: 5px;
  display: block;
  margin: 0 10px;
}

.stock form[name=CARTIN] {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.stock form select {
  background: white;
  border: 1px solid #d9cfa0;
  border-radius: 8px;
}

.stock form input {
  background: white;
  border: 1px solid #d9cfa0;
  border-radius: 8px;
}

.stock form input[type=submit] {
  width: 246px;
  height: 36px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* カート */
#contents section .title_c {
  background: #e4dec4;
  margin: 0 0 10px;
  padding: 10px 0;
  border-bottom: 1px solid #d4c9a5;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
}

#contents section .title_c h1 {
  font-size: 18px;
  color: #6a4a00;
  margin: 0;
  padding: 0;
}

#contents section .title_c h2 {
  font-size: 18px;
  color: #6a4a00;
  margin: 0;
  padding: 0;
}

#contents section .title_c h3 {
  font-size: 18px;
  color: #6a4a00;
  margin: 0;
  padding: 0;
}

.info {
  margin: 10px auto;
  text-align: left;
  color: #231715;
  font-size: 12px;
  line-height: 1.5;
}

#contents section .info {
  padding: 0 10px;
}

.formtable {
  margin: 0 10px 5px;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  background: #fffef8;
  padding: 8px;
}

.formtable h3 {
  margin: 5px auto;
  text-align: left;
}

.formtable table {
  border: 1px solid #00aa8d;
  border-collapse: collapse;
  border-spacing: 0;
  width: 95%;
  font-size: 11px;
  color: #231715;
  margin: 10px auto;
  border-radius: 8px;
}

.formtable table th {
  padding: 5px;
  border: none;
  font-weight: bold;
  line-height: 120%;
  text-align: left;
}

.formtable table td {
  padding: 3px;
  border: none;
  text-align: left;
}

.formtable table .l {
  border: 1px solid #00aa8d;
  padding: 5px;
  text-align: left;
  width: 40%;
  background: #eae1c3;
}

.formtable table .r {
  border: 1px solid #00aa8d;
  padding: 5px;
  text-align: left;
  width: 60%;
  background: #ffffff;
}

.table2 {
  margin: 5px 0;
}

.formtable table.table2 {
  border: none;
}

.formtable table.table2 th {
  border: none;
}

.formtable table.table2 td {
  border: none;
}

.table2 td {
  color: #925b19;
  font-size: 12px;
}

.formtable table.table2 td[rowspan="2"] {
  width: 100px;
  height: 100px;
  vertical-align: middle;
  border-top: 1px solid #00aa8d;
  padding-top: 10px;
}

.formtable table.table2 td[rowspan="4"] {
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #00aa8d;
  padding-top: 10px;
}

.formtable table.table2 tr:first-child td {
  padding-top: 0px;
  border-top: none;
}

.table2 td:only-of-type {
  vertical-align: middle;
  background: none;
}

.table2 td.esy {
  color: #231715;
}

.formtable table.table2 td:not(.esy) {
  border-top: 1px solid #00aa8d;
  padding-top: 10px;
}

.table2 input {
  border: 1px solid #00aa8d;
  border-radius: 4px;
}

.table2 .del input[type=submit] {
  border: none;
  border-radius: 3px;
  color: white;
  background-image: url(../img/theme6/batsu.png), -moz-linear-gradient(top, #939393, #6e6e6e);
  background-repeat: no-repeat, repeat-x;
  background-position: 10px center, left top;
  background-color: #939393;
  width: 70px;
  padding: 0 10px;
  margin-right: 10px;
  font-size: 11px;
}

.formtable .table3 td:nth-child(1) {
  width: 48%;
}

.formtable .table3 td:nth-child(2) {
  width: 26%;
  text-align: center;
}

.formtable .table3 td:nth-child(3) {
  width: 26%;
  text-align: center;
}

.formtable .table3 {
  border: none;
}

.formtable .table3 th {
  border: none;
  border-bottom: 1px solid #00aa8d;
  color: #644600;
  text-align: center;
}

.formtable .table3 th:first-child {
  text-align: left;
}

.formtable .table3 td {
  border: none;
  border-bottom: 1px solid #00aa8d;
  color: #666666;
  padding: 0 3px;
}

.formtable .table3 .edit {
  margin: 0;
  padding: 0;
}

.formtable .table3 .edit input {
  border: 1px solid #00aa8d;
  border-radius: 3px;
  background: #967a25;
  color: white;
  width: 58px;
  height: auto;
  padding: 2px 0;
  margin: 7px 0;
}

.formtable .table3 .del {
  margin: 0;
  padding: 0;
}

.formtable .table3 .del input {
  border: 1px solid #00aa8d;
  border-radius: 3px;
  background: #969389;
  color: white;
  width: 58px;
  height: auto;
  padding: 2px 0;
  margin: 7px 0;
}

.formtable .table4 td:nth-child(1) {
  width: 45%;
  vertical-align: top;
}

.formtable .table4 td:nth-child(2) {
  width: 18%;
}

.formtable .table4 td:nth-child(3) {
  width: 17%;
}

.formtable .table4 td:nth-child(4) {
  width: 20%;
}

.formtable .table4 th {
  font-weight: normal;
  border: 1px solid #00aa8d;
  padding: 5px;
  text-align: left;
  width: 40%;
  background: #eae1c3;
}

.formtable .table4 td {
  border: 1px solid #00aa8d;
  padding: 5px;
  text-align: left;
  width: 60%;
  background: #ffffff;
}

.formbox .formtable {
  margin: 0 auto 10px;
  width: 97%;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 8px;
}

.info + div {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.formbox .info {
  padding: 10px;
  text-align: left;
  line-height: 1.5;
}

.formbox p {
  padding: 0 10px;
  margin: 5px auto;
  text-align: left;
  line-height: 1.5;
}

.formbox p.btg_r {
  padding: 0 10px;
}

.del,
.edit {
  margin: 5px auto;
}

.edit {
  text-align: center;
}

.edit input {
  width: 99px;
  height: 30px;
  margin: 20px auto;
  background: transparent url(../img/theme6/btn6_bg.png) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

#contents section div.formbox {
  margin: 0 auto 10px;
  padding-bottom: 5px;
  text-align: center;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  background: #fffef8;
  overflow: hidden;
  width: 97%;
}

.formbar {
  margin: 0;
  padding: 7px 10px 5px;
  text-align: left;
  background: #f4f0df;
  border-bottom: 1px solid #00aa8d;
  color: #6a4f0f;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
}

.formbar > h3 {
  margin: 0;
}

.formbox_n {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}

.formbox input,
textarea {
  border: 1px solid #999;
}

.formbox input[type=checkbox] {
  border: none;
}

.formbox input[type=radio] {
  border: none;
}

.formbox input[type=submit] {
  width: 246px;
  height: 36px;
  margin: 0 auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.form_t {
  margin: 0;
  text-align: left;
}

.form_t p {
  margin: 5px 0 5px;
  padding: 0;
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  color: #644600;
}

.form_t textarea {
  height: 100px;
}

.formbox input.submit_or {
  width: 246px;
  height: 36px;
  margin: 1em auto;
  color: white;
  background: url(../img/theme6/btn_bg.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

/* 購入手続き */
.required {
  margin: 10px auto;
  text-align: left;
  color: #3e3e3e;
  font-size: 12px;
}

.required .info {
  text-align: left;
  line-height: 1.5;
  padding: 0 10px;
}

p.button_or input[type=submit] {
  width: 246px;
  margin: 0 auto;
  color: white;
  background: url(../img/theme6/btn_bg.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 12px;
  text-align: center;
}

.bto_r input {
  width: 246px;
  margin: 0 auto;
  color: white;
  background: url(../img/theme6/btn_bg.gif) no-repeat center center;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 13px;
  height: 36px;
  text-align: center;
}

/* 入荷連絡希望*/
.btg_r input[type=submit] {
  width: 246px;
  height: 36px;
  margin: 5px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.btg_r button[type=button] {
  width: 246px;
  height: 36px;
  margin: 5px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.btg_r button[type=submit] {
  width: 246px;
  height: 36px;
  margin: 5px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.button .btg_r {
  margin: 0;
  display: block;
}

.button .btg_r a {
  width: 246px;
  height: 24px;
  margin: 5px auto;
  background: transparent url(../img/theme6/btn_bg.gif) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 12px 0 0;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* add comment */
.title_c + .text-center {
  margin-top: 10px;
}

.commentbox {
  margin: 0 10px;
  border: 1px solid #00aa8d;
  border-radius: 8px;
  background: white;
}

.commentbar {
  margin: 0;
  padding: 7px 4px;
  text-align: left;
  background: #e3dab5;
  border-bottom: 1px solid #00aa8d;
}

.commentbar h3.catch {
  color: #5d5d5d;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.commentcontents {
  margin: 10px auto;
  width: 95%;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
}

.commentcontents p {
  text-align: left;
}

.commentcontents div {
  margin: 10px auto 0;
}

.commentcontents div.rightarrow > div {
  background: transparent;
  padding: 0 0 5px;
  width: auto;
}

.commentcontents div.rightarrow > div a {
  background: #aea389;
  padding: 4px 5px 5px;
  color: white;
  font-size: 11px;
}

.yet {
  color: #7e7e7e;
}

/* ポイントの利用 */
#contents > form > section > div.formbox {
  width: auto;
  margin: 0 10px;
}

#contents > form > section > div.formbox > .formcontents > .form_t:first-child > div:first-child {
  margin-top: 20px;
}

/* 会員規約 */
#contents > section > form > .agreement > .formbox {
  padding-bottom: 0;
}

aside.agreement pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
}

/***** 複数カテゴリ対応用 *****/
/*トップページの見出し位置調整*/
#sortarea div.sps-itemCategoryGroup {
  width: 100%;
}

#sortarea div.sps-itemCategoryMidashi {
  margin: 10px 0;
}

/*サイトマップの見出し位置調整*/
#contents nav.sps-itemCategoryGroup {
  width: 100%;
}

#contents nav.sps-itemCategoryGroup > div.titlebar_list {
  width: 100%;
}

/*サイトマップ用下層エリア*/
.listmenu li.sps-itemCategorySub {
  padding: 0 0 2px 15px;
}

/*サイトマップ用下層（第2階層以下）エリアの右線*/
.listmenu li.sps-itemCategorySub .titlebar,
.listmenu li.sps-itemCategorySub li {
  border-right: none;
}

/*サイトマップ用リンクバー*/
.titlebar_list .accordion .sps-titleLinkBar h1 a {
  display: block;
  margin: 0;
  padding: 0 25px 0 0;
  border: none;
  background: none;
  background: url(../img/theme6/arrow7.png) no-repeat 100% center;
  text-decoration: none;
  font-size: 12px;
  color: #6f4e00;
}

/*************************************************/
/*** キーワードリンクデザイン ***/
/* theme6～10の共通レイアウト */
#sps-keywordBox ul {
  margin: 0 auto;
  padding: 0 0.7em 0 0;
}

#sps-keywordBox li {
  display: inline-block;
}

#sps-keywordBox li a {
  display: block;
  margin: 0 0 0.5em 0.7em;
  padding: 0.5em 1em;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9em;
}

/* theme6のデザイン */
#sps-keywordBox li a {
  border: 1px solid #00aa8d;
  background: #fff;
  color: #231715;
}

/***** 購入履歴の評価コメントデザイン *****/
/* theme6のデザイン */
.review p {
  float: none;
  margin: 0;
  padding: 0;
}

.review p a {
  position: relative;
  top: 3px;
  margin: 0 auto 0;
  padding: 4px 10px 4px 38px;
  text-decoration: none;
  font-weight: bold;
  font-size: 75%;
  color: #6f4e00;
  vertical-align: middle;
  text-align: left;
}

/*************************************************/
/* お気に入り */
/*************************************************/
.wishBtnHidden {
  display: none;
}

/* 商品詳細_通常 */
.stock p[class^=wish_area] {
  margin: 15px auto;
  min-height: 36px;
  text-align: center;
  vertical-align: middle;
}

.stock .wish_add {
  width: 246px;
  height: 36px;
  background: transparent url(../img/theme6/btn7_bg.png) no-repeat;
  border: none;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
}

.stock .wish_add_ok {
  text-decoration: underline;
  padding-bottom: 20px;
}

/* 商品詳細_ばりごと */
.stock .variations .wish_add {
  height: 20px;
  background: url("../img/theme6/btn7_bg.png") no-repeat scroll center center transparent;
}

/* 商品一覧 リスト表示 */
.itemlist .wish_area {
  float: right;
  margin: -45px 10px 0;
  padding: 0;
}

.itemlist .itemlist_bottom a {
  padding-bottom: 45px !important;
}

.itemlist .wish_area .wish_add {
  font-size: 10px;
  margin: -5px 10px 0;
  padding: 7px 7px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  color: #fff !important;
  font-size: 80%;
  font-weight: bold;
  background: none repeat scroll 0 0 #d7cc9e;
  border: 1px solid white;
  border-radius: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-appearance: none;
}

.itemlist .wish_area .wish_add_ok {
  text-decoration: underline;
  padding: 15px;
  font-size: 80%;
  position: relative;
}

/* 商品一覧 カタログ表示 */
.cataloglist {
  width: 97%;
  margin: 0 auto;
}

.cataloglist ul.clearof {
  text-align: left;
  font-size: 0;
}

.cataloglist .box {
  font-size: 12px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: left;
  margin: 0 2% 15px 0;
}

.cataloglist .box:nth-child(even) {
  margin-right: 0;
}

.cataloglist .box a {
  text-decoration: none;
  background: none;
  padding: 0;
}

.cataloglist div.box .catalogimg {
  width: 100%;
  box-sizing: border-box;
  vertical-align: bottom;
}

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

.cataloglist .itemname {
  font-size: 1em;
  font-weight: normal;
  margin: 5px 0 6px;
  padding: 0 1%;
  line-height: 130%;
  text-align: left;
}

.cataloglist a .itemname {
  color: #925b19;
}

.cataloglist .price {
  line-height: 130%;
  font-weight: bold;
  font-size: 1em;
}

.cataloglist .price br {
  display: none;
}

.cataloglist .original_price {
  font-size: 0.82em;
  font-weight: normal;
  margin: 3px 0 0;
}

.cataloglist .list_price,
.cataloglist .sales_price {
  display: block;
  padding-left: 1%;
  padding-right: 1%;
}

.cataloglist .initial_price {
  display: block;
  margin: 5px 0 0;
  padding-left: 1%;
  padding-right: 1%;
}

.cataloglist .soldout {
  margin: 5px 0 0;
  padding: 0 1%;
  float: none;
}

.cataloglist .soldout span {
  width: auto;
  padding: 4px 5px;
  font-weight: normal;
}

.cataloglist .recommend {
  margin: 8px 0;
  padding: 0 1%;
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-align: right;
}

.cataloglist .wish_area {
  clear: both;
  text-align: center;
  margin: 5px 0 0;
  width: 100%;
}

.cataloglist .wish_area .wish_add {
  color: #fff !important;
  font-size: 80%;
  font-weight: bold;
  padding: 5px 20px;
  background: none repeat scroll 0 0 #d7cc9e;
  border: 1px solid white;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: relative;
  -webkit-appearance: none;
}

.cataloglist .wish_area .wish_add_ok {
  text-decoration: underline;
  font-size: 80%;
  position: relative;
  margin: 5px 0 0 0;
  padding: 9px 0;
}

/***** お気に入りリスト *****/
/* 画像ON */
.itemlist .wish_button_area {
  float: right;
  margin: -45px 15px 0;
  padding: 0;
}

.itemlist .wish_button_area .wish_add_cart {
  position: relative;
  vertical-align: middle;
  width: 88px;
  border-radius: 5px;
  background: #ff9800;
  border: 1px solid #ffae52;
  padding: 3px;
  font-size: 10px;
  color: white;
  display: inline-block;
  -webkit-appearance: none;
  margin-right: 2px;
}

.itemlist .wish_button_area .wish_del {
  text-decoration: underline;
  position: relative;
  vertical-align: middle;
  font-size: 12px;
  padding-right: 5px;
  cursor: pointer;
}

.itemlist .wish_button_area .wish_text_black {
  position: relative;
  vertical-align: middle;
  font-size: 11px;
  padding-right: 2px;
}

.itemlist .wish_text_red {
  font-size: 11px;
  color: red;
  font-weight: bold;
}

/* カタログ表示 */
.cataloglist .wish_button_area {
  margin-top: 5px;
  text-align: center;
  float: left;
  width: 100%;
}

.cataloglist .wish_button_area .wish_add_cart {
  margin-bottom: 5px;
  vertical-align: middle;
  width: 88px;
  border-radius: 5px;
  background: #ff9800;
  border: 1px solid #ffae52;
  padding: 3px;
  font-size: 10px;
  color: white;
  display: inline-block;
  -webkit-appearance: none;
}

.cataloglist .wish_button_area .wish_del {
  margin: 10px auto 0;
  width: 50px;
  height: 25px;
  text-decoration: underline;
  display: block;
  vertical-align: middle;
  font-size: 90%;
  cursor: pointer;
}

.cataloglist .wish_button_area .wish_text_black {
  position: relative;
  vertical-align: middle;
  font-size: 11px;
  padding: 5px 0 7px 0;
  display: block;
}

.cataloglist .wish_text_red {
  font-size: 11px;
  color: red;
  font-weight: bold;
  text-align: right;
  padding: 0 1% 3px;
}

/* option information style */
.td_lineheight {
  line-height: 150%;
}

.option_style,
.history_option_style {
  padding: 4px 0px;
  position: relative;
  width: 100%;
}

.option_style .option_name,
.history_option_style .option_name {
  word-break: break-all;
  padding-right: 2px;
  color: #925b19;
  text-align: left;
  width: 65%;
  line-height: 1;
  float: left;
}

.option_style .option_price,
.history_option_style .option_price {
  text-align: right;
  width: 28%;
  line-height: 1;
  float: right;
}

.option_style:after,
.history_option_style:after {
  content: "";
  display: table;
  clear: both;
}

.history_option_style,
.history_option_style .option_name,
.history_option_style .option_price {
  padding-bottom: 2px !important;
  margin: 0 !important;
}

.history_option_style .option_name {
  color: #925b19;
}

tr.kago_option_info {
  padding: 2px 5px !important;
  line-height: 120%;
}

tr.kago_option_info td.option_name,
tr.kago_option_info td.option_name_last,
tr.kago_option_info td.option_price,
tr.kago_option_info td.option_price_last {
  border-bottom: none;
  border-top: none;
}

tr.kago_option_info td.option_name_last,
tr.kago_option_info td.option_price_last {
  border-bottom: 1px solid #00aa8d;
}

td.no_border_bottom {
  border-bottom: none !important;
}

span.option_point_calc {
  color: blue;
  font-size: 15px;
}

/* End option information style */
/* まとめ割引 */
.bundle_name {
  display: inline-block;
  margin: 5px 0px;
  padding: 3px;
  border: 1px solid #f00;
  line-height: 1.3;
  text-decoration: none;
  font-size: 80%;
  color: #f00;
}

td.kago_bundle_info {
  border-top: none !important;
  padding: 0px 5px 5px !important;
}

/* スマホ決済方法アコーディオン */
#contents .sps-pm_accordion {
  margin-bottom: 15px;
}

#contents .sps-pm_accordion .paywrap {
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 0;
  margin: 0 auto;
}

#contents .sps-pm_accordion .paytitlewrap {
  border-radius: 0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
  background-color: #f4f4f4;
}

#contents .sps-pm_accordion .paybodywrap {
  padding: 0.5em 0;
}

#contents .sps-pm_accordion .pm-section,
#contents .sps-pm_accordion .pm-section .form_t {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#contents .sps-pm_accordion .pm-section + .pm-section .paywrap {
  border-top: none;
}

#contents .sps-pm_accordion .paytitlewrap label {
  display: block;
  padding: 0.4em 0.4em 0.2em;
}

#contents .sps-pm_accordion .paytitlewrap label input {
  margin: 0 0.5em 0 0;
  transform: scale(1.3);
}

/** submitリンク */
.guest_area_link {
  width: 246px;
  margin: 1em auto;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: black;
}

.guest_area_link a {
  background: none;
  color: #231715;
}

.login_area_link {
  width: 246px;
  margin: 1em auto;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  vertical-align: middle;
  font-size: 18px;
  text-align: center;
  color: black;
}

.login_area_link a {
  background: none;
  color: #231715;
}

.cart_guest_area_separator {
  margin: 10px 20px;
  height: 2px;
  background-color: #e0e0e0;
  border: 0;
}

/* アコーディオン開閉ボタン */
.formbar .accordion-open {
  background-image: url("../img/theme6/minus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
  padding-right: 50px;
}

.formbar .accordion-open.active {
  background-image: url("../img/theme6/plus.gif");
  background-repeat: no-repeat;
  background-position: 97% center;
}

/* OVERRIDE */
/* CSS Document */
/*------------------------------------------------------------
   Browser Default Initialization responsive1
 ------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  /*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
   *font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;*/
  color: #333;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  height: 100%;
  word-wrap: break-word;
}

div,
dl,
dt,
dd,
ul,
ul li,
ol,
ol li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: top;
  line-height: 0;
}

ul li,
ol li {
  list-style-type: none;
}

textarea {
  border: 1px solid #00aa8d;
  box-sizing: border-box;
  padding: 2%;
}

a {
  outline: none;
  text-decoration: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  cursor: pointer !important;
  transition: opacity 0.3s;
}

a:active {
  text-decoration: none;
  color: #c00;
}

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

span.sps-smp-required {
  background: #00aa8d;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
header.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
#sps-floating-menu {
  display: none !important;
}

#floating-menu {
  display: none !important;
}

#page-top {
  display: none !important;
}

.c-header-contact {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.c-header-contact dt {
  font-size: 22px;
  text-align: right;
  line-height: 1.681;
  position: relative;
}
.c-header-contact dt::before {
  content: "";
  background: url(https://www.petpatties.com/theme/img/common/ico_tel_black.png) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.c-header-contact dd {
  font-size: 12px;
  line-height: 1;
}

header,
#cart-header {
  border-bottom: 1px solid #efefef;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header #header-inner,
#cart-header #header-inner {
  display: none;
}
header .l-header-news,
#cart-header .l-header-news {
  color: #fff;
  background: #00aa8d;
  text-align: center;
  font-size: 14px;
  line-height: 1.71;
  padding-top: 9px;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}
header .l-header-head,
#cart-header .l-header-head {
  border-bottom: 1px dotted #a5e3d9;
  background: #fff;
}
header .l-header-head .l-header-head-inner,
#cart-header .l-header-head .l-header-head-inner {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}
header .l-header-head .l-header-head-inner .p-header-head,
#cart-header .l-header-head .l-header-head-inner .p-header-head {
  width: 650px;
  display: flex;
  align-items: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
}
header .l-header-head .l-header-head-inner .p-header-head h1,
header .l-header-head .l-header-head-inner .p-header-head .p-header-h1,
#cart-header .l-header-head .l-header-head-inner .p-header-head h1,
#cart-header .l-header-head .l-header-head-inner .p-header-head .p-header-h1 {
  width: 250px;
  min-width: 250px;
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch,
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch {
  width: 100%;
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox p,
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox p {
  display: none;
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form,
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form {
  width: min(350px, 100%);
  border-radius: 20px;
  position: relative;
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form::before,
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/ico_search_black.png) no-repeat;
  background-size: 100%;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  opacity: 1;
  transform: translateY(-50%);
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form input[type=text],
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form input[type=text] {
  background: #f8f8f8;
  border-radius: 20px;
  border: none;
  height: 40px;
  width: 100%;
  padding-left: 60px;
  padding-right: 20px;
}
header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form .searchSubmit,
#cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form .searchSubmit {
  background: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  opacity: 0;
  height: 20px;
  width: 20px;
}
header .l-header-head .l-header-head-inner .l-header-info,
#cart-header .l-header-head .l-header-head-inner .l-header-info {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 3px;
  padding-right: 0 !important;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item {
  width: 22px;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.search,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.search {
  display: none;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  display: none;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(1),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(1),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(1),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(1) {
  position: absolute;
  top: 10px;
  transform: rotate(35deg);
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(2),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(2),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(2),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(2) {
  display: none;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(3),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(3),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open span:nth-child(3),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger.is__open div:nth-child(3) {
  position: absolute;
  top: 10px;
  transform: rotate(-35deg);
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span,
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span,
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div {
  width: 100%;
  height: 1px;
  background: #333333;
  display: block;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(1),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(1),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(1),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(1) {
  position: absolute;
  top: 0;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(2),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(2),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(2),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(2) {
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(3),
header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(3),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger span:nth-child(3),
#cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger div:nth-child(3) {
  position: absolute;
  bottom: 0;
}
header .l-header-nav,
#cart-header .l-header-nav {
  position: relative;
  width: min(1200px, 100%);
  margin-inline: auto;
}
header .l-header-nav .l-header-nav-list,
#cart-header .l-header-nav .l-header-nav-list {
  display: flex;
  justify-content: center;
  height: 75px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
header .l-header-nav .l-header-nav-list li,
#cart-header .l-header-nav .l-header-nav-list li {
  height: 100%;
  line-height: 1;
}
header .l-header-nav .l-header-nav-list li.megamenu,
#cart-header .l-header-nav .l-header-nav-list li.megamenu {
  width: 84px;
}
header .l-header-nav .l-header-nav-list li.megamenu a.is__show p span::before,
#cart-header .l-header-nav .l-header-nav-list li.megamenu a.is__show p span::before {
  transform: rotate(45deg) scale(-1, -1);
  margin: -1px auto auto;
}
header .l-header-nav .l-header-nav-list li.megamenu a p,
#cart-header .l-header-nav .l-header-nav-list li.megamenu a p {
  left: -7px;
}
header .l-header-nav .l-header-nav-list li.megamenu a p span::before,
#cart-header .l-header-nav .l-header-nav-list li.megamenu a p span::before {
  border-right: 1px solid #00aa8d;
  border-bottom: 1px solid #00aa8d;
  content: "";
  height: 7px;
  margin: -4px auto auto;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 7px;
}
header .l-header-nav .l-header-nav-list li a,
#cart-header .l-header-nav .l-header-nav-list li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
header .l-header-nav .l-header-nav-list li a p,
#cart-header .l-header-nav .l-header-nav-list li a p {
  position: relative;
}
header .l-header-nav .l-header-nav-list li a .en,
#cart-header .l-header-nav .l-header-nav-list li a .en {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #00aa8d;
}
header .l-header-nav .l-header-nav-menu,
#cart-header .l-header-nav .l-header-nav-menu {
  position: absolute;
  top: 76px;
  left: 0;
  background: #fff;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  z-index: 99;
  opacity: 0;
  transition: all 500ms ease;
  pointer-events: none;
}
header .l-header-nav .l-header-nav-menu.is__show,
#cart-header .l-header-nav .l-header-nav-menu.is__show {
  pointer-events: all;
  opacity: 1;
  transition: all 500ms ease;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col {
  width: 100%;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk {
  width: min(550px, 100%);
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box {
  margin-bottom: 30px;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item {
  row-gap: 5px;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item li,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item li {
  width: 100%;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries_sp,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries_sp {
  display: none;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale_sp,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale_sp {
  display: none;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box:last-child,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box:last-child {
  margin-bottom: 0;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-ttl,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-ttl {
  font-size: 16px;
  background: #f0f0f0;
  border-radius: 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-left: 15px;
  margin-bottom: 12px;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0 !important;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li {
  width: 50%;
  margin-bottom: 5px;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li:nth-last-of-type(2),
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li:nth-last-of-type(2) {
  margin-bottom: 0;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li:last-child,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li:last-child {
  margin-bottom: 0;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li a,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li a {
  letter-spacing: 0.05em;
  line-height: 1.58;
  font-size: 12px;
  position: relative;
  padding-left: 11px;
  color: #333333;
}
header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li a::before,
#cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li a::before {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  height: 5px;
  margin: -1px auto auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}
header .l-header-nav .l-header-nav-menu .c-header-nav-link,
#cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link {
  display: none;
}
header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle.is__open,
#cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle.is__open {
  border-bottom: none;
}
header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle.is__open a::before,
#cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle.is__open a::before {
  transform: rotate(45deg) scale(-1, -1);
  margin: 1px auto auto;
}
header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle a::before,
#cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link.toggle a::before {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  content: "";
  height: 5px;
  margin: -1px auto auto;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}
header .l-header-nav .l-header-nav-menu .c-header-nav-link.menu a::before,
#cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link.menu a::before {
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  content: "";
  height: 5px;
  margin: -1px auto auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}
header .l-header-nav .l-header-nav-menu .c-header-logo,
#cart-header .l-header-nav .l-header-nav-menu .c-header-logo {
  display: none;
}
header .l-header-nav .l-header-nav-menu .c-header-contact,
#cart-header .l-header-nav .l-header-nav-menu .c-header-contact {
  display: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
footer.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
footer .l-footer,
#cart-footer .l-footer {
  background: #edf8f6;
  padding-top: 50px;
  padding-bottom: 18px;
}
footer .l-footer .l-footer-inner,
#cart-footer .l-footer .l-footer-inner {
  width: min(1200px, 100%);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
footer .l-footer .l-footer-inner .l-footer-blk,
#cart-footer .l-footer .l-footer-inner .l-footer-blk {
  width: 250px;
}
footer .l-footer .l-footer-inner .l-footer-blk .p-footer-logo,
#cart-footer .l-footer .l-footer-inner .l-footer-blk .p-footer-logo {
  width: 250px;
  margin-bottom: 18px;
}
footer .l-footer .l-footer-inner .l-footer-blk .c-header-contact,
#cart-footer .l-footer .l-footer-inner .l-footer-blk .c-header-contact {
  width: 195px;
  margin-inline: auto;
}
footer .l-footer .l-footer-inner .l-footer-list,
#cart-footer .l-footer .l-footer-inner .l-footer-list {
  margin-top: 8px;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-item,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item {
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li a,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li a {
  color: #333333;
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.05em;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li a::before,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li a::before {
  border-right: 1px solid #00aa8d;
  border-top: 1px solid #00aa8d;
  content: "";
  height: 5px;
  margin: -1px auto auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 5px;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns {
  margin-top: 45px;
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 5px;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns li,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns li {
  width: 20px;
}
footer .l-footer .l-footer-inner .l-footer-list .c-footer-copy,
#cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-copy {
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.07em;
}
footer .l-footer .l-footer-inner > .c-footer-copy,
#cart-footer .l-footer .l-footer-inner > .c-footer-copy {
  display: none;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
custmize.css
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
body {
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  background: none;
}

section > div:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
  background: none;
  padding: 0;
}

section > div.freearea:first-child {
  background: none !important;
  padding-top: 0 !important;
}

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

#contents {
  margin-left: 0;
  margin-right: 0;
}

#contents section {
  background: none;
  width: 90%;
}

#contents > section > p {
  padding: 0;
  margin: 0;
  background: none;
}

.ar_link_r {
  background: none;
}

.ar_link_r a {
  background: none;
  border-bottom: none;
}

.radio {
  top: 0;
}

.radio input {
  margin-right: 5px;
}

#page > img {
  display: none;
}
section {
  background: none;
  width: 90%;
  margin-inline: auto;
}

section section {
  width: 100%;
}

/* タイトル */
#contents section .title_c {
  background: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 50px !important;
  padding: 0 !important;
  position: relative;
  text-align: center;
  border-bottom: none;
  border-top: none !important;
  background: none;
  color: #333333;
}

#contents section .title_c h1 {
  font-size: 20px;
  color: #333333;
  margin: 0;
  padding: 0;
}

#contents .title {
  border-bottom: none;
  border-top: none;
  background: none;
  color: #00aa8d;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

#contents .title h1 {
  padding-left: 0;
}

#contents section .title_c h2 {
  color: #333;
}

/* リード文 */
.info {
  margin-bottom: 20px;
  font-size: 14px;
}

.table2 td {
  color: #333333;
}

.table2 td.esy {
  color: #333333;
}

.table2 .del input[type=submit] {
  width: 100%;
  height: 40px;
  font-family: "Noto Sans JP", serif;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  text-shadow: none;
  margin-right: 0;
}

.ar_link_l {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.formcontents {
  width: 100%;
  padding: 5%;
  margin-bottom: 15px;
  padding-top: 15px;
  background: none;
  margin-left: 0;
  margin-right: 0;
}

.formtable {
  border: none;
  border-radius: 0;
  background: #edf8f6;
  margin-bottom: 15px;
  padding: 5%;
  margin-left: 0;
  margin-right: 0;
  box-shadow: none;
}

.formtable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.formtable table.table2 {
  padding: 5%;
  margin-top: 0;
  margin-bottom: 0;
}

.formtable table .l {
  background-color: #edf8f6;
  border: 1px solid #00aa8d;
}

.formtable table .r {
  background-color: #edf8f6;
  border: 1px solid #00aa8d;
}

#contents section div.formbox {
  border: 1px solid #00aa8d;
  border-radius: 0 !important;
  background: #edf8f6;
  margin-bottom: 20px;
  width: 100%;
}

#contents section div.formbox .formbar {
  border-radius: 0 !important;
  background-color: #ded9d0;
  font-weight: normal;
  border-bottom: 1px solid #00aa8d;
  color: #333;
  margin-bottom: 15px;
  background: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}

#contents section div.formbox .formbar h3 {
  font-weight: normal;
}

#contents > form > section > div.formbox {
  margin-left: 0;
  margin-right: 0;
}

.formlist {
  width: 100%;
}

.formlist .bar h3 {
  color: #333;
}

section .listmenu,
section .itemlist {
  border-radius: 0;
  border: none;
}

.listmenu li a,
.itemlist a,
.titlebar + aside a {
  padding: 15px 9px 15px 40px;
}

/* ボタン */
.btg_r input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.formbox input.submit_or {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.ar_link_l a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.button_or input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.edit input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 56px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.button .btg_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

p.button_or input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c34019;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #c34019;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.bto_r input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

input[value=次へ],
input[value=確認画面へ] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c34019;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #c34019;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

form[action="https://www.petpatties.com/CART/smp_order.php"] .bto_r input {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c34019;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #c34019;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

.form_t p {
  color: #333333;
  font-size: 14px;
}

.formbox input,
.formbox textarea,
.formbox select {
  height: 40px;
  border: 1px solid #00aa8d;
  color: #333;
  border-radius: 4px;
  padding-inline: 10px;
}

.formbox input[type=text],
.formbox input[type=email],
.formbox input[type=password],
.formbox input[type=tel],
.formbox textarea,
select {
  width: 100%;
}

/* フッター */
#footer {
  background: #edf8f6;
  margin-top: 50px;
}

#footer section {
  width: 100%;
}

#footer .freearea {
  padding-left: 0;
  padding-right: 0;
}

#footer .freearea ul {
  padding-left: 0;
  padding-right: 0;
}

#footer .freearea p {
  margin: 0;
}

/* カートTOP */
#sps-smp-cart #page ~ img {
  display: none;
}

#sps-smp-cart:has(#pi_buy) #page {
  padding-bottom: 0;
}

#sps-smp-cart #pi_buy section {
  width: 100%;
}

#sps-smp-cart #pi_buy .formbox form[name=cartButtonNameLoginSubmitForm] .formcontents dl {
  width: 100%;
  margin-bottom: 20px;
}

#sps-smp-cart #pi_refund .formbox_n .formcontents .ar_link_r a[href="https://www.petpatties.com/hpgen/HPB/shop/business.html#return"] {
  display: none;
}

#sps-smp-cart #pi_refund .formbox_n {
  padding-bottom: 0;
}

#sps-smp-cart #pi_refund .formbox_n .formcontents {
  padding: 0;
  margin-bottom: 0;
}

#sps-smp-cart:has(#pi_refund) .formtable:has(form[name=SMP_CART_FORM]) table {
  background: #edf8f6;
}

#sps-smp-cart:has(#pi_refund) .formtable:has(form[name=SMP_CART_FORM]) table tbody tr td:first-child {
  padding-right: 10px;
}

#sps-smp-cart:has(#cart_guest_area) form[name=order_back_quick] {
  padding-left: 14px;
  padding-right: 14px;
}

#sps-smp-cart:has(#cart_guest_area) .mp_smt_message_domain_filter {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
}

#sps-smp-cart:has(#pi_buy) form[name=order_back_quick] input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

/* カート　ステップ共通 */
#sps-smp-cart #footer {
  background: #edf8f6;
  padding-top: 0;
  padding-bottom: 0;
}

#sps-smp-cart footer,
#sps-smp-cart #cart-footer {
  border-top: none;
}

#sps-smp-cart #page:has(.full_img) {
  padding-top: 50px;
}

#sps-smp-cart #page:has(.full_img) .info {
  background: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#sps-smp-cart #page .full {
  margin-bottom: 30px;
}

/* カート　ステップ01 */
#sps-smp-cart:has(#selectaddressee) #contents {
  padding-top: 0 !important;
}

#sps-smp-cart:has(#selectaddressee) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(#selectaddressee) #contents section .full {
  position: relative;
  margin-bottom: 50px;
}

#sps-smp-cart:has(#selectaddressee) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi01.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

#sps-smp-cart:has(input[name=REPREF]) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(input[name=REPREF]) #contents section .full {
  position: relative;
  margin-bottom: 50px;
}

#sps-smp-cart:has(input[name=REPREF]) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi01.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

#sps-smp-cart:has(input[name=REPREF]) #contents .formcontents .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(#selectaddressee) .ar_link_l {
  margin-bottom: 0;
  margin-top: 20px;
}

#sps-smp-cart #selectaddressee {
  margin-bottom: 30px;
}

#sps-smp-cart:has(#selectaddressee) form[name=spsEntryForm] .text-center.clearof .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

/* カート　ステップ02 */
#sps-smp-cart:has(.form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL) #contents {
  padding-top: 0;
}

#sps-smp-cart:has(.form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(.form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL) #contents section .full {
  position: relative;
  margin-bottom: 40px;
}

#sps-smp-cart:has(.form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi02.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 40px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL .formcontents #card_info .button_or.pmAdditionalCheck input {
  background: #00aa8d;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL .formcontents #card_info .button_or.pmAdditionalCheck input:disabled {
  background: #00aa8d;
  color: #fff;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay4_DETAIL .formcontents {
  margin-bottom: 0;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay13_DETAIL .formcontents {
  margin-bottom: 0;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay13_DETAIL .formcontents .info:nth-last-child(1) {
  margin-top: 0;
  margin-bottom: 0;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay13_DETAIL .formcontents .info:nth-last-child(1) span {
  font-size: 100%;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay13_DETAIL .formcontents .info:nth-last-child(2) {
  margin-bottom: 0;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay1_DETAIL .formcontents {
  padding-top: 0;
  margin-bottom: 0;
}

#sps-smp-cart:has(.form_group.selectpayment) .form_t .formbox #pay13_DETAIL .formcontents .ar_link_r {
  padding-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
}

#sps-smp-cart:has(.form_group.selectpayment) .form_t .formbox #pay13_DETAIL .formcontents .ar_link_r a {
  font-size: 14px;
}

#sps-smp-cart .form_group.selectpayment .pm-section .form_t .formbox #pay1_DETAIL .formcontents .info {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

#sps-smp-cart .formbox:has(.formcontents .info.recv table tbody tr td b) {
  margin-bottom: 20px;
}

#sps-smp-cart .formbox:has(.formcontents .info.recv table tbody tr td b) .formcontents:nth-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 0;
}

#sps-smp-cart .formbox:has(.formcontents .info.recv table tbody tr td b) .formcontents:nth-of-type(2) {
  padding-top: 0;
  margin-bottom: 0;
}

#sps-smp-cart .formbox:has(.formcontents .info.recv table tbody tr td b) .formcontents .info.recv table tbody tr td b {
  font-size: 13px;
}

#sps-smp-cart:has(#formPayment) .formcontents:has(.bto_r) {
  padding-left: 0;
  padding-right: 0;
}

#sps-smp-cart:has(input[name=POINT]) #contents {
  padding-top: 0;
}

#sps-smp-cart:has(input[name=POINT]) .formbox .formcontents {
  margin-bottom: 0;
}

#sps-smp-cart:has(input[name=POINT]) .formbox .formcontents .info {
  margin-bottom: 10px;
}

#sps-smp-cart:has(input[name=POINT]) .formbox .formcontents input[name=POINT] {
  margin-right: 5px;
}

#sps-smp-cart .formnavi.clearof {
  margin-top: 30px;
}

#sps-smp-cart:has(.formnavi.clearof) .formnavi div {
  width: 100%;
}

#sps-smp-cart:has(.formnavi.clearof) .formnavi dl {
  width: 100%;
}

#sps-smp-cart:has(.formnavi.clearof) .formnavi dl .ar_link_l {
  width: 100%;
  margin-top: 0;
}

#sps-smp-cart:has(.form_group.selectpayment) form .form_group.selectpayment .pm-section .form_t .formbox .formbar {
  padding-left: 14px;
  padding-right: 14px;
}

#sps-smp-cart:has(input[name=POINT]) .formtable table tr:last-child .r {
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(input[name=POINT]) .formnavi.clearof .button {
  margin-bottom: 20px;
}

#sps-smp-cart:has(#formPayment) .formcontents .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(input[name=CMD]) .formnavi.clearof dl .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(input[name=POINT]) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(input[name=POINT]) #contents section .full {
  position: relative;
  margin-bottom: 50px;
}

#sps-smp-cart:has(input[name=POINT]) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi02.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

/* カート　ステップ03 */
#sps-smp-cart:has(form[name=NEXT]) #contents {
  padding-top: 0;
}

#sps-smp-cart .formtable .table4 {
  background: none;
  border: 1px solid #00aa8d;
}

#sps-smp-cart .formtable .table4 th {
  background: none;
  border: 1px solid #00aa8d !important;
}

#sps-smp-cart .formtable .table4 td {
  background: none;
  border: 1px solid #00aa8d;
}

#sps-smp-cart .formtable table tr:last-child .r {
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(form[name=NEXT]) .formcontents .button + .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#sps-smp-cart:has(form[name=NEXT]) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(form[name=NEXT]) #contents section .full {
  position: relative;
  margin-bottom: 50px;
}

#sps-smp-cart:has(form[name=NEXT]) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi03.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

/* カート　ステップ04 */
#sps-smp-cart:has(form[name=REGULATION]) #contents {
  padding-top: 0;
}

#sps-smp-cart:has(form[name=REGULATION]) #contents section .full img {
  display: none;
}

#sps-smp-cart:has(form[name=REGULATION]) #contents section .full {
  position: relative;
  margin-bottom: 50px;
}

#sps-smp-cart:has(form[name=REGULATION]) #contents section .full::before {
  content: "";
  background: url(https://cart2.shopserve.jp/vol1blog/p/petpatties.ht.shopserve.jp/docs/pic-labo/navi04.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 350px;
  height: 80px;
  display: block;
}

#sps-smp-cart:has(form[name=REGULATION]) .formbox .formcontents #mp_ta_member {
  padding-left: 14px;
  padding-right: 14px;
}

#sps-smp-cart:has(form[name=REGULATION]) .formbox .formcontents #mp_ta_member + .ar_link_r {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#sps-smp-cart:has(form[name=REGULATION]) .formbox .formcontents #mp_ta_member + .ar_link_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

#sps-smp-cart:has(form[name=MEMBERADD]) form[name=MEMBERADD] dl {
  padding-left: 14px;
  padding-right: 14px;
  width: 100%;
}

#sps-smp-cart:has(form[name=MEMBERADD]) .formbox input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 30px;
}

#sps-smp-cart:has(form[name=MEMBERADD]) .button {
  margin-left: 15px;
  margin-right: 15px;
}

#sps-smp-cart:has(form[name=MEMBERADD]) .button .btg_r button[type=button] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 30px;
}

/* マイページ 共通 */
#page + #footer {
  margin-top: 0;
}

#page #bread-crumb {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

/* ログイン */
#page:has(form[name=Login]) #contents section .formbox .formcontents .ar_link_r {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#page:has(form[name=Login]) #contents section .formbox .formcontents .ar_link_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

/* 新規会員登録 */
#page #contents section .formbox .formcontents > .info {
  background: none;
}

#page #contents section .formbox .formcontents > .info + div {
  background: none;
}

#page #contents section .formbox .formcontents > .info + div {
  background: none;
}

#page #contents section .formbox .formcontents > .text-left {
  padding-left: 10px;
  padding-right: 10px;
}

#page #contents section .formbox .formcontents > .ar_link_r {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

/* マイページ　TOP */
#page:has(+ #footer, .mypagelist) .info {
  text-align: center !important;
  font-size: 10px;
  background: none;
  margin-bottom: 10px;
}

#page:has(+ #footer, .mypagelist) .formtable table .r {
  border: 1px solid #00aa8d;
}

#page:has(+ #footer, .mypagelist) .formlist .bar {
  background: none;
  border-bottom: none;
  padding-left: 0;
}

#page:has(+ #footer, .mypagelist) .formlist .bar h3 {
  padding-left: 0;
  color: #00aa8d;
}

#page:has(+ #footer, .mypagelist) .formlist .listmenu {
  margin-left: 0;
  margin-right: 0;
  background: none;
  box-shadow: none;
}

#page:has(+ #footer, .mypagelist) .formlist .listmenu li {
  border-bottom: none;
  margin-bottom: 20px;
}

#page:has(+ #footer, .mypagelist) .formlist .listmenu li a {
  background: none;
  box-shadow: none;
  padding: 0;
  font-size: 14px;
}

/* マイページ　会員情報の確認・編集 */
#page:has(+ #footer, select[name=enq_ans_year_2]) select {
  width: auto;
}

#page:has(+ #footer, select[name=enq_ans_year_2]) #contents form section {
  width: 100%;
}

#page:has(+ #footer, select[name=enq_ans_year_2]) #contents form .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

/* マイページ　退会手続き */
#page:has(+ #footer, form[name=leaveForm]) form[name=leaveForm] {
  margin-top: 20px;
}

#page:has(+ #footer, form[name=leaveForm]) section .formnavi.clearof .button {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#page:has(+ #footer, form[name=leaveForm]) section .formnavi.clearof .ar_link_l {
  width: 100%;
}

/* マイページ　カード情報の確認 */
#page:has(+ #footer, #contents section > .ar_link_l) #contents {
  padding-bottom: 50px;
}

#page:has(+ #footer, #contents section > .ar_link_l) #contents section > .ar_link_l {
  margin-bottom: 0;
}

/* マイページ　アドレス帳 新規登録 */
#page:has(form[name=entryForm]) .formnavi.clearof div {
  width: 100%;
}

#page:has(form[name=entryForm]) .formnavi.clearof .button {
  margin-bottom: 20px;
}

#page:has(form[name=entryForm]) .formnavi.clearof .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

/* マイページ　アドレス帳 */
#page .period form[name=formgroup] {
  background: none;
}

#page .period form[name=formgroup] span {
  margin-bottom: 5px;
  display: block;
}

#page .period form[name=formgroup] select {
  height: 40px;
}

#page .formtable form[name=formtable] .table3 {
  font-size: 13px;
  background: none;
  border: 1px solid #00aa8d;
}

#page .formtable form[name=formtable] .table3 th {
  color: #333;
  border: 1px solid #00aa8d;
  background: none;
}

#page .formtable form[name=formtable] .table3 td {
  color: #333;
  border: 1px solid #00aa8d;
  background: none;
}

#page:has(form[name=formgroup]) .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#page .formtable form[name=formtable] .table3 td .edit input {
  margin-inline: auto;
  background: #00aa8d;
  border: 1px solid #00aa8d;
  min-height: 30px;
}

#page .formtable form[name=formtable] .table3 td .del input {
  background: #00aa8d;
  border: 1px solid #00aa8d;
  margin-inline: auto;
  min-height: 30px;
}

#page:has(input[name=group_id]) .formtable .table3 td .edit input {
  margin-inline: auto;
  background: #00aa8d;
  border: 1px solid #00aa8d;
  min-height: 30px;
}

#page:has(input[name=group_id]) .formtable .table3 td .del input {
  background: #00aa8d;
  border: 1px solid #00aa8d;
  margin-inline: auto;
  min-height: 30px;
}

/* マイページ　グループ */
#page:has(form[name=main]) .formtable .table3 {
  font-size: 13px;
  border: 1px solid #00aa8d;
  background: none;
}

#page:has(form[name=main]) .formtable .table3 th {
  color: #333;
  border: 1px solid #00aa8d;
  background: none;
}

#page:has(form[name=main]) .formtable .table3 td {
  color: #333;
  border: 1px solid #00aa8d;
  background: none;
}

#page:has(form[name=main]) .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

/* マイページ　お気に入り */
#page:has(.product_search) .product_search + section .itemlist li a {
  box-shadow: none;
  border-radius: 0;
  background: #edf8f6;
  border: none;
}

#page:has(.product_search) .product_search + section .itemlist li a .li_r div {
  color: #333;
}

#page:has(.product_search) .product_search + section .itemlist li a img {
  border: 1px solid #00aa8d;
}

#page:has(.product_search) .product_search .pager > div > button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
}

#page:has(.product_search) .cataloglist .clearof li .box a img {
  border: 1px solid #00aa8d;
}

#page:has(.product_search) #bread-crumb {
  display: none;
}

/* マイページ　お気に入りログイン */
#page:has(form[name=Login]) .formbox .formcontents dl {
  width: 90%;
  margin-bottom: 20px;
}

#page:has(form[name=Login]) .formbox .formcontents .button .btg_r {
  width: 90%;
  padding-left: 0;
  padding-right: 0;
}

#page:has(form[name=Login]) .formbox .formcontents .info .ar_link_r a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00aa8d;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  line-height: 1;
  position: relative;
  transition: all 300ms ease;
  border: 1px solid #00aa8d;
  width: 100%;
  height: 48px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-shadow: none;
  margin-top: 20px;
}

/* マイページ　購入履歴 */
#page:has(form[name=list]) .period form {
  margin-left: 0;
  margin-right: 0;
  background: none;
}

#page:has(form[name=list]) .period form #year {
  width: auto;
}

#page:has(form[name=list]) .period form #month {
  width: auto;
}

#page:has(form[name=list]) .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

/* パスワードがわからない場合 */
#page:has(input[name=ACTION]) .formbox_n .formcontents {
  padding-left: 0;
  padding-right: 0;
}

#page:has(input[name=ACTION]) .formbox_n .formcontents .ar_link_l a {
  background: #00aa8d;
  border: 1px solid #00aa8d;
}

#page:has(input[name=ACTION]) .formbox .info {
  background: none;
}

/* カート 新規会員登録 */
#sps-smp-cart #page:has(pre) #contents section .title_c {
  margin-bottom: 20px !important;
}

#sps-smp-cart #page:has(pre) #contents form > section {
  width: 90% !important;
}

@media screen and (max-width: 750px) {
  #contents {
    padding-top: 105px;
  }
  header .l-header-news,
  #cart-header .l-header-news {
    display: none;
  }
  header .l-header-head .l-header-head-inner,
  #cart-header .l-header-head .l-header-head-inner {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .l-header-head .l-header-head-inner .p-header-head h1,
  header .l-header-head .l-header-head-inner .p-header-head .p-header-h1,
  #cart-header .l-header-head .l-header-head-inner .p-header-head h1,
  #cart-header .l-header-head .l-header-head-inner .p-header-head .p-header-h1 {
    width: 154px;
    min-width: 154px;
  }
  header .l-header-head .l-header-head-inner .p-header-head #headeSearch,
  #cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch {
    display: none;
  }
  header .l-header-head .l-header-head-inner .l-header-info .c-header-contact,
  #cart-header .l-header-head .l-header-head-inner .l-header-info .c-header-contact {
    display: none;
  }
  header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.search,
  #cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.search {
    display: block;
  }
  header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger,
  #cart-header .l-header-head .l-header-head-inner .l-header-info .l-header-list .p-header-item.hamburger {
    display: block;
  }
  header .l-header-nav.is__open,
  #cart-header .l-header-nav.is__open {
    opacity: 1;
    transition: all 500ms ease;
    pointer-events: all;
  }
  header .l-header-nav.is__open .l-header-nav-menu,
  #cart-header .l-header-nav.is__open .l-header-nav-menu {
    pointer-events: all;
  }
  header .l-header-nav,
  #cart-header .l-header-nav {
    overflow: scroll;
    background: #fff;
    height: calc(100% - 60px);
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms ease;
    padding-bottom: 100px;
  }
  header .l-header-nav .l-header-nav-list,
  #cart-header .l-header-nav .l-header-nav-list {
    display: none;
  }
  header .l-header-nav .l-header-nav-menu,
  #cart-header .l-header-nav .l-header-nav-menu {
    top: 0;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 300ms ease;
    opacity: 1;
    flex-direction: column;
    pointer-events: none;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col {
    margin-bottom: 42px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl {
    display: none;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk {
    width: 100%;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box {
    margin-bottom: 18px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.cat .c-header-menu-item {
    row-gap: 0;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries {
    display: none;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries_sp,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.bigdogseries_sp {
    display: block;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale {
    display: none;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale_sp,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box.sale_sp {
    display: block;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box:last-child,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box:last-child {
    margin-bottom: 18px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-ttl,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-ttl {
    font-size: 14px;
    min-height: 36px;
    margin-bottom: 8px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li {
    width: 100%;
  }
  header .l-header-nav .l-header-nav-menu .c-header-nav-link,
  #cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px dotted #a5e3d9;
    height: 50px;
    position: relative;
  }
  header .l-header-nav .l-header-nav-menu .c-header-nav-link a,
  #cart-header .l-header-nav .l-header-nav-menu .c-header-nav-link a {
    padding-left: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .l-header-nav .l-header-nav-menu .c-header-logo,
  #cart-header .l-header-nav .l-header-nav-menu .c-header-logo {
    display: block;
    width: 250px;
    margin-inline: auto;
    margin-bottom: 16px;
  }
  header .l-header-nav .l-header-nav-menu .c-header-contact,
  #cart-header .l-header-nav .l-header-nav-menu .c-header-contact {
    display: block;
    margin-inline: auto;
    padding-bottom: 100px;
  }
  footer .l-footer,
  #cart-footer .l-footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  footer .l-footer .l-footer-inner,
  #cart-footer .l-footer .l-footer-inner {
    flex-wrap: wrap;
  }
  footer .l-footer .l-footer-inner .l-footer-blk,
  #cart-footer .l-footer .l-footer-inner .l-footer-blk {
    order: 2;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  footer .l-footer .l-footer-inner .l-footer-list,
  #cart-footer .l-footer .l-footer-inner .l-footer-list {
    width: 100%;
    margin-top: 0;
    order: 1;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-item,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 14px;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-item.c-footer-item02,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item.c-footer-item02 {
    row-gap: 3px;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-item.c-footer-item02 li,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item.c-footer-item02 li {
    width: 100%;
    margin-bottom: 0;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-item li {
    width: 49%;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-sns {
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
  footer .l-footer .l-footer-inner .l-footer-list .c-footer-copy,
  #cart-footer .l-footer .l-footer-inner .l-footer-list .c-footer-copy {
    display: none;
  }
  footer .l-footer .l-footer-inner > .c-footer-copy,
  #cart-footer .l-footer .l-footer-inner > .c-footer-copy {
    width: 100%;
    order: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #333333;
    line-height: 1;
    text-align: center;
    margin-inline: auto;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  header .l-header-head .l-header-head-inner,
  #cart-header .l-header-head .l-header-head-inner {
    width: min(1200px, 90%);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  header .l-header-head .l-header-head-inner,
  #cart-header .l-header-head .l-header-head-inner {
    width: min(1200px, 90%);
  }
  header .l-header-head .l-header-head-inner .p-header-head,
  #cart-header .l-header-head .l-header-head-inner .p-header-head {
    width: 600px;
  }
  header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form,
  #cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form {
    width: min(300px, 90%);
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li {
    width: 100%;
  }
  footer .l-footer .l-footer-inner,
  #cart-footer .l-footer .l-footer-inner {
    width: min(1200px, 90%);
  }
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  header .l-header-head .l-header-head-inner,
  #cart-header .l-header-head .l-header-head-inner {
    width: min(1200px, 90%);
  }
  header .l-header-head .l-header-head-inner .p-header-head,
  #cart-header .l-header-head .l-header-head-inner .p-header-head {
    width: 154px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  header .l-header-head .l-header-head-inner .p-header-head h1,
  header .l-header-head .l-header-head-inner .p-header-head .p-header-h1,
  #cart-header .l-header-head .l-header-head-inner .p-header-head h1,
  #cart-header .l-header-head .l-header-head-inner .p-header-head .p-header-h1 {
    width: 154px;
    min-width: 154px;
  }
  header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form,
  #cart-header .l-header-head .l-header-head-inner .p-header-head #headeSearch #searchbox form {
    width: 200px;
  }
  header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li,
  #cart-header .l-header-nav .l-header-nav-menu .l-header-nav-col .l-header-nav-tgl .p-header-nav-tgl .l-header-nav-menu-blk .l-header-nav-menu-box .c-header-menu-item li {
    width: 100%;
  }
  footer .l-footer .l-footer-inner,
  #cart-footer .l-footer .l-footer-inner {
    width: min(1200px, 90%);
  }
  footer .l-footer .l-footer-inner .l-footer-list,
  #cart-footer .l-footer .l-footer-inner .l-footer-list {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 768px) {
  #page {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=override.css.map */