@charset "UTF-8";

/*reset--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
a {
  text-decoration: none;
  color: inherit;
  word-break: break-all;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
b, strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
button {
  display: block;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
/*共通設定*/
body {
  color: #3E390C;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.03rem;
  font-weight: 500;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: bold;
}
button,
option,
input,
select {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.3s;
}
textarea {
  font-family: "Roboto", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea,
select {
  border: solid 1px #707070;
  padding: 8px;
}
select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  background: #fff;
}
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
::-webkit-scrollbar {
  width: 12px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
::-webkit-scrollbar-thumb {
  background-color: #CCC;
}
::-moz-selection {
  background-color: #FF9803;
  color: #fff;
}
::selection {
  background-color: #FF9803;
  color: #fff;
}
input {
  accent-color: #FF9803;
}
/*align---------------------------------*/
.alL {
  text-align: left !important;
}
.alR {
  text-align: right !important;
}
.alC {
  text-align: center !important;
}
/*width---------------------------------*/
.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-width--middle {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.page-width--narrow {
  max-width: 840px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*layout---------------------------------*/
.cont-margin {
  margin: 110px 0;
}
@media screen and (max-width: 768px) {
  .cont-margin {
    margin: 70px 0;
  }
}
.cont-padding {
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  .cont-padding {
    padding: 70px 0;
  }
}
/*margin*/
.m_auto {
  margin: 0 auto;
}
.m0 {
  margin: 0;
}
.mx0 {
  margin-left: 0;
  margin-right: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mt0 {
  margin-top: 0;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
/*padding*/
.p0 {
  padding: 0;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pt0 {
  padding-top: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pl5 {
  padding-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.px5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
/*only*/
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}
.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}
.pc_smonly {
  display: block;
}
@media screen and (max-width: 576px) {
  .pc_smonly {
    display: none;
  }
}
.sp_smonly {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp_smonly {
    display: block;
  }
}
.pc_lgonly {
  display: block;
}
@media screen and (max-width: 992px) {
  .pc_lgonly {
    display: none;
  }
}
.sp_lgonly {
  display: none;
}
@media screen and (max-width: 992px) {
  .sp_lgonly {
    display: block;
  }
}
.pc_xlonly {
  display: block;
}
@media screen and (max-width: 1200px) {
  .pc_xlonly {
    display: none;
  }
}
.sp_xlonly {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sp_xlonly {
    display: block;
  }
}
/*ヘッダー*/
#header {
  color: #330000;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#header .global-bar {
  padding: 5px 0;
  border-bottom: 1px solid #330000;
}
@media screen and (max-width: 992px) {
  #header .global-bar {
    display: none;
  }
}
#header .global-bar .bar-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .global-bar .bar-text {
  font-size: 85%;
}
#header .global-bar .bar-list {
  display: inline-flex;
  gap: 20px;
}
#header .global-bar .bar-link {
  font-size: 90%;
  position: relative;
}
#header .global-bar .bar-link:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #E64343;
  margin-right: 0.3rem;
}
#header .logo h1 {
  padding: 0;
}
#header .logo h1:before {
  content: none;
}
#header .global {
  display: grid;
  grid-template-columns: 20% 1fr 28%;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 992px) {
  #header .global {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
}
#header .global-button {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  #header .global-button {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #header .global-menu {
    display: none;
  }
}
#header .global-menu--list {
  display: flex;
  justify-content: center;
}
#header .global-menu--item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 33.33%;
  max-width: 185px;
  height: 60px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
}
#header .global-menu--item.active {
  color: #E64343;
}
#header .global-menu--item.active img {
  filter: invert(34%) sepia(55%) saturate(6427%) hue-rotate(346deg) brightness(96%) contrast(83%);
}
#header .global-menu--item.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #E64343;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header .global-menu--item.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #E64343 transparent;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
#header .global-menu--cont {
  display: none;
  background-color: #FFF3E1;
  width: 100vw;
  padding: 40px 0 70px;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  max-height: calc(100vh - 110px);
  overflow-y: scroll;
}
#header .global-menu--cont .menu-cont--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
#header .global-menu--cont .menu-cont--column {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
#header .global-menu--cont .menu-cont--box dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #E64343;
}
#header .global-menu--cont .menu-cont--box dd {
  position: relative;
}
#header .global-menu--cont .menu-cont--box dd:not(:last-child) {
  margin-bottom: 5px;
}
#header .global-menu--cont .menu-cont--box a {
  font-weight: bold;
  font-size: 90%;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 1.2;
}
#header .global-menu--cont .menu-cont--box a:before {
  content: "・";
}
#header .mobile-buttons {
  display: none;
}
@media screen and (max-width: 992px) {
  #header .mobile-buttons {
    display: inline-flex;
    gap: 10px;
  }
}
#header .mobile-button {
  display: block;
  width: 65px;
  height: 65px;
  padding: 7px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: -0.1rem;
  cursor: pointer;
}
#header .mobile-button#cart-button {
  background-color: #E64343;
}
#header .mobile-button#cart-button .ico {
  display: block;
}
#header .mobile-button#drawer-button {
  background-color: #330000;
}
#header .mobile-button#drawer-button .bar {
  display: block;
  width: 80%;
  height: 2px;
  margin: 15px auto 18px;
  background-color: #fff;
  position: relative;
}
#header .mobile-button#drawer-button .bar:before, #header .mobile-button#drawer-button .bar:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
#header .mobile-button#drawer-button .bar:before {
  top: -10px;
}
#header .mobile-button#drawer-button .bar:after {
  bottom: -10px;
}
#header .mobile-button#drawer-button.active .bar {
  height: 0;
  margin: 30px auto 35px;
}
#header .mobile-button#drawer-button.active .bar:before {
  top: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(40deg);
}
#header .mobile-button#drawer-button.active .bar:after {
  top: -15px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%) rotate(-40deg);
}
/*ドロワーメニュー*/
#drawer-menu {
  width: 100%;
  height: calc(100vh - 85px);
  padding: 30px 0;
  background-color: #fff;
  overflow-y: scroll;
  position: fixed;
  top: 85px;
  right: -200%;
  opacity: 0;
  z-index: 9999;
  transition: 0.3s ease-in-out;
}
#drawer-menu.active {
  right: auto;
  left: 0;
  opacity: 1;
}
.drawer-head {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
.drawer-head .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  height: 60px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
.drawer-head .button.registar {
  background-color: #FF9803;
}
.drawer-head .button.registar span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 3px;
}
.drawer-head .button.login {
  background-color: #B1A74F;
}
.drawer-cont--item > span, .drawer-cont--item > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 800;
  color: #330000;
  position: relative;
  cursor: pointer;
}
.drawer-cont--item > span:after, .drawer-cont--item > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #330000;
  border-right: solid 1px #330000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
}
.drawer-cont--item > span img, .drawer-cont--item > a img {
  filter: invert(8%) sepia(43%) saturate(2932%) hue-rotate(343deg) brightness(91%) contrast(115%);
}
.drawer-cont--item > span.active:after, .drawer-cont--item > a.active:after {
  transform: translateY(-50%) rotate(-45deg);
}
.drawer-cont--item i {
  display: inline-block;
  width: 2.2rem;
  text-align: center;
}
.drawer-cont--item#recommend a {
  background-color: #330000;
  color: #fff;
}
.drawer-cont--item#recommend a:after {
  border-color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.drawer-cont--item#recommend img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.drawer-cont--submenu {
  padding: 0 15px 20px;
}
.drawer-cont--submenu .menu-cont--box {
  font-size: 15px;
}
.drawer-cont--submenu .menu-cont--box:not(:last-child) {
  margin-bottom: 20px;
}
.drawer-cont--submenu .menu-cont--box dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #E64343;
}
.drawer-cont--submenu .menu-cont--box dd {
  position: relative;
}
.drawer-cont--submenu .menu-cont--box dd:not(:last-child) {
  margin-bottom: 5px;
}
.drawer-cont--submenu .menu-cont--box a {
  font-weight: bold;
  font-size: 90%;
  line-height: 1.2;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #bebebe;
}
/*フッター*/
#footer-banner .f-banner--list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #footer-banner .f-banner--list {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 10px;
  }
}
#footer-guide {
  /*アコーディオン用*/
}
#footer-guide .f-guide--list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: ". . ." ". contact .";
  gap: 60px 40px;
}
@media screen and (max-width: 992px) {
  #footer-guide .f-guide--list {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". . " ". ." ". contact";
    gap: 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer-guide .f-guide--list {
    grid-template-columns: 1fr;
    gap: 30px;
    grid-template-areas: "." "." "." "." "." "contact";
  }
}
#footer-guide .f-guide--item {
  display: flex;
  flex-flow: column nowrap;
}
#footer-guide .f-guide--item#contact {
  grid-area: contact;
}
#footer-guide .f-guide--cont {
  padding-bottom: 50px;
  position: relative;
  height: 100%;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #footer-guide .f-guide--cont {
    padding-bottom: 30px;
  }
}
#footer-guide .f-guide--box .logo {
  max-width: 180px;
}
#footer-guide .f-guide--box:not(:last-child) {
  margin-bottom: 20px;
}
#footer-guide .f-guide--dot-title {
  margin-bottom: 10px;
}
#footer-guide .f-guide--dot-title:before {
  content: "\f111";
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 35%;
  vertical-align: middle;
}
#footer-guide .f-guide--link {
  display: block;
  width: 100%;
  text-align: right;
  color: #E64343;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer-guide .f-guide--link:before {
  content: "\f0da\f0da";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 0.3rem;
}
#footer-guide .num_list {
  margin-top: 10px;
  counter-reset: num 0;
}
#footer-guide .num_list p {
  position: relative;
  padding-left: 1.2rem;
  font-size: 90%;
}
#footer-guide .num_list p:before {
  counter-increment: num 1;
  content: counter(num) ".";
  display: inline-block;
  position: absolute;
  left: 0;
}
#footer-guide .btn {
  margin-top: 0;
  background-color: #3E390C;
  height: 70px;
}
#footer-guide .btn i {
  display: inline-block;
  font-size: 120%;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  #footer-guide .btn {
    width: auto;
    max-width: 100%;
    height: 50px;
  }
}
#footer-guide address {
  font-size: 90%;
  line-height: 1.4;
}
#footer-guide p + p {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #footer-guide .js-accordion .border_ttl {
    cursor: pointer;
    position: relative;
  }
  #footer-guide .js-accordion .border_ttl:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background-color: #3E390C;
    position: absolute;
    top: 0;
    right: 5px;
  }
  #footer-guide .js-accordion .border_ttl:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 12px;
    top: 5px;
    transform: rotate(135deg);
    transition: all 0.3s;
  }
  #footer-guide .js-accordion .border_ttl.active:after {
    top: 8px;
    transform: rotate(-45deg);
  }
  #footer-guide .js-accordion .f-guide--cont {
    display: none;
  }
  #footer-guide .js-accordion .f-guide--cont.active {
    display: block;
  }
}
#footer-cont {
  background-color: #330000;
  color: #fff;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #footer-cont {
    padding-top: 40px;
  }
}
#footer-cont .f-cont--head {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #footer-cont .f-cont--head {
    margin-bottom: 30px;
  }
}
#footer-cont .f-cont--head .logo {
  max-width: 200px;
}
#footer-cont .f-sns--list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer-cont .f-cont-ttl {
  font-size: 160%;
  padding-bottom: 7px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
#footer-cont .f-cont--box:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #footer-cont .f-cont--box:not(:last-child) {
    margin-bottom: 30px;
  }
}
#footer-cont .f-cont--list {
  display: flex;
  gap: 10px 40px;
  flex-flow: row wrap;
}
@media screen and (max-width: 576px) {
  #footer-cont .f-cont--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
#footer-cont .f-cont--link {
  font-size: 110%;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.f-cont--copyright {
  padding: 15px 0;
  margin-top: 50px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .f-cont--copyright {
    flex-flow: column nowrap;
    margin-top: 30px;
  }
}
.f-cont--copyright .f-sub--list {
  display: inline-flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .f-cont--copyright .f-sub--list {
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
  }
}
.f-cont--copyright .f-sub--link {
  font-size: 95%;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
.f-cont--copyright .f-sub--link:before {
  content: "\f0da";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4rem;
}
.f-cont--copyright .copyright {
  font-family: "Roboto", sans-serif;
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  .f-cont--copyright .copyright {
    width: 100%;
    text-align: center;
    font-size: 95%;
  }
}
#floating-menu {
  display: none;
}
/*************************************************
ここからデフォルトショップサーブテーマ･･･修正削除あり
*************************************************/
/*センター用2分割フリーエリア*/
.half-cont_wrap01, .half-cont_wrap02 {
  overflow: hidden;
}
.half-cont {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.half-cont:nth-child(2n) {
  float: left;
  width: 48%;
  margin-right: 0;
}
#main-column .half-cont_wrap01 .half-cont .category h2,
#main-column .half-cont_wrap02 .half-cont .category h2,
#main-column .half-cont_wrap01 .half-cont .group h2,
#main-column .half-cont_wrap02 .half-cont .group h2 {
  padding: 29px 0 40px;
  font-size: 120%;
}
/*店長日記*/
#main-column .shopDiary h2::before {
  content: "Shop Diary";
  display: block;
  font-size: 27px;
  margin-bottom: 12px;
}
.freeArea2.shopDiary p {
  font-size: 85%;
}
#main-column .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 80%;
  padding: 0.5%;
  text-align: center;
  width: 20%;
}
#main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
#main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 66%;
  padding: 1%;
  text-align: center;
  width: 34%;
}
#sub-column .shopDiary {
  background: none;
}
#sub-column .freeArea2.shopDiary p a {
  border: 1px solid #333;
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  font-size: 90%;
  margin: 15px 0 0 45%;
  padding: 2% 1%;
  text-align: center;
  width: 55%;
}
/*  .freeArea2 {
    margin-bottom: 20px;
}
.freeArea2 .free-banner {
    margin-bottom: 5px;
}
.freeArea2 .free-contents p {
    line-height: 160%;
}
.w100 .freeArea2 {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.freeArea2 .free-contents ul {
  margin: 0px 40px;
}
.freeArea2 .free-contents ul li {
  list-style-type: square;
}
.freeArea2 .free-contents ol {
  margin: 0px 40px;
}
.freeArea2 .free-contents ol li {
  list-style-type: decimal;
}
*/
#main-column .group, #main-column .category, #main-column .shopDiary {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#main-column .group h2 {
  font-size: 100%;
}
.group .group-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.group .group-banner {
  margin-bottom: 5px;
}
.group ul {
  line-height: 200%;
  margin-top: -5px;
}
.group ul li {
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 100%;
  padding: 0 17px 0 0;
  background: url(../img/slash_000.gif) no-repeat right center;
}
.group ul li:last-child {
  background-image: none;
  padding: 0;
}
.w100 .group {
  width: 100%;
}
.w100 .group .group-Title {
  top: 3px;
}
.w100 .group h2 {
  display: block;
  width: 100%;
}
.category .category-Title {
  position: absolute;
  right: 0px;
  top: 4px;
}
.category .category-banner {
  margin-bottom: 5px;
}
.category ul {
  line-height: 110%;
}
.category ul li {
  display: inline-block;
  display: inline;
  zoom: 1;
  font-size: 75%;
  padding: 0 3px 0 12px;
  background: url(../img/slash_000.gif) no-repeat left center;
}
.category ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
.w100 .category {
  width: 100%;
}
.w100 .category h2 {
  display: block;
  font-size: 100%;
  width: 100%;
}
.category h3 {
  border-bottom: 1px dotted #B9B9B9;
  color: #555;
  font-size: 90%;
  font-weight: bold;
  line-height: 120%;
  padding: 0 0 5px;
  margin: 5px 0 15px;
}
.w100 .category ul li {
  font-size: 100%;
}
.freeArea {
  width: 100%;
  height: 300px;
  background-color: #EEE;
}
/*-- 店長日記/フリーページ --*/
/*日付/コメント左寄せ 記事一覧*/
.state_l {
  border-top: 1px dotted #333;
  padding: 10px 0 0;
  font-size: 65%;
}
/*日付/コメント右寄せ*/
.state_r {
  border-top: 1px dotted #333;
  padding: 10px 0 0;
  margin: 0 0 25px;
  text-align: right;
  font-size: 65%;
}
.state_l ul, .state_r ul {
  line-height: 90%;
}
.state_l li, .state_r li {
  display: inline-block;
  display: inline;
  zoom: 1;
  padding: 0 3px 0 0;
}
.state_l li.comment, .state_r li.comment {
  border-left: 1px solid #333;
  padding: 0 0 0 5px;
}
.state_l li.cate, .state_r li.cate {
  border-left: 1px solid #333;
  padding: 0 5px;
}
.state_l li.name {
  border-right: 1px solid #333;
  padding: 0 5px 0;
  margin: 0 5px 0 0;
}
/*コメントをするボタン*/
#Journal .more {
  background-color: #333;
  border-radius: 0px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: block;
  width: 160px;
  height: 40px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  /*vertical-align: middle;*/
  margin: 10px 0 0;
  padding: 10px 0;
}
#Journal a .more:hover {
  width: 160px;
  height: 40px;
  background-color: #666;
}
#Journal .more img {
  padding: 0 5px 0;
  vertical-align: middle;
}
#JournalList .comment-t, #Journal .comment-t {
  font-size: 80%;
  font-weight: bold;
  margin: 0 0 10px;
}
#Journal .comment-cont {
  margin: 0 0 15px;
}
#Journal fieldset {
  margin-bottom: 5px;
}
#Journal legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
}
#Journal fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.8rem;
}
#Journal fieldset input {
  margin: 0 3px 2px 0;
}
#Journal input.name {
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 5px;
}
#Journal input.url {
  width: 300px;
  height: 40px;
  margin: 0;
  padding: 5px;
}
#Journal textarea {
  width: 360px;
  height: 100px;
  margin: 0;
  padding: 5px;
}
#Journal .btn-confirm {
  margin: 10px 0 0 120px;
}
/*投稿するボタン*/
input[type=submit].btn-confirmPost {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  height: 40px;
  padding: 10px 0;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  width: 120px;
}
input[type=submit].btn-confirmPost:hover {
  background-color: #666;
}
#comment-form #comment-post {
  margin: 0;
}
#comment-form #comment-post h2 {
  background: none;
  border-bottom: 1px dotted #6B6B6B;
  border-top: none;
  height: 2.3em;
  line-height: 2.3em;
  padding: 0;
}
#comment-form #comment-post .comment-cont {
  padding: 10px 0;
}
#comment-form legend {
  background: none repeat scroll 0 0 transparent;
  font-size: 75%;
  line-height: 200%;
  padding: 0;
  width: 100%;
  font-weight: bold;
}
#comment-form p {
  margin-bottom: 15px;
}
#comment-form .name {
  width: 215px;
  height: 16px;
}
#comment-form .comment-txt {
  width: 360px;
  padding: 0;
  height: auto;
}
#comment-post {
  margin: 35px 0;
}
.comment-box {
  margin: 30px 0 0;
}
div.caution p {
  color: #d51414;
  font-size: 70%;
  line-height: 145%;
}
input[type=button].btn-confirmBack {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  height: 40px;
  padding: 10px 0;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  width: 120px;
}
input[type=button].btn-confirmBack:hover {
  background-color: #666;
}
@-moz-document url-prefix() {
  .btn-confirmPost {
    padding: 0 5px 2px;
  }
  .btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
}
/*-- サイトマップ --*/
section#document_wrap h2 {
  background: none;
  border-bottom: 1px dashed #6B6B6B;
  border-top: none;
  font-size: 110%;
  font-weight: bold;
  height: 3em;
  line-height: 3em;
  margin: 0 0 20px;
  padding: 0;
}
/*section#document_wrap h3 {
  font-size: 75%;
}*/
/*section #document li {
    font-size: 75%;
    font-size: 0.8rem;
}*/
section #document .txt-list01 {
  padding-bottom: 30px;
}
section #document .txt-list01 li.c1 {
  display: inline-block;
  zoom: 1;
  padding: 0 25px 0 0;
}
section #document .txt-list02 {
  padding-bottom: 10px;
  overflow: hidden;
}
section #document .txt-list02 h3 {
  font-weight: bold;
}
section #document .txt-list02 section.tree00 {
  padding: 0 35px 20px 0;
}
section #document .txt-list02 ul.tree01 {
  padding: 0 0 0 12px;
  overflow: hidden;
}
section #document .txt-list02 ul.tree01 li.c2 {
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
}
section #document .txt-list02 ul.tree01 li.c3 {
  padding: 0 0 0 28px;
  margin: 0 0 0 3px;
}
section #document .txt-list02 ul.tree01 li.c4 {
  padding: 0 0 0 42px;
  margin: 0 0 0 3px;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 {
  padding: 0 0 0 56px;
  margin: 0 0 0 3px;
}
section #document .txt-list02 ul.tree01 li.sp1 {
  float: left;
  padding: 0 0 0 14px;
  margin: 0 0 0 3px;
}
section #document .txt-list02 ul.tree01 li.sp2 {
  float: left;
  padding: 0 0 0 2px;
}
section #document .txt-list02 ul.tree01 li.sp3 {
  float: left;
  padding: 0 0 0 2px;
}
section #document .txt-list02 ul.tree01 ul.tree02 li.c5 a {
  display: inline;
  display: inline;
  zoom: 1;
  padding: 0 10px 0 0;
}
section #document .txt-list02 ul.iB {
  padding: 5px 0 0 12px;
  float: left;
  line-height: 120%;
}
section #document .txt-list02 ul.iB li {
  padding: 0 10px 0 0;
  float: left;
}
section #document .txt-list03 {
  padding-bottom: 30px;
  overflow: hidden;
}
section #document .txt-list03 section.tree00 {
  padding: 0 35px 0 0;
}
section #document .txt-list03 ul.tree01 li {
  padding: 0 0 0 7px;
  margin: 0 0 0 5px;
  background: url(../img/ico_list01.gif) no-repeat left center;
}
#contact div.caution {
  margin-bottom: 15px;
}
#contact div.caution p {
  color: #d51414;
  font-size: 70%;
  line-height: 145%;
}
#formArea_cc #contact form {
  margin-top: 30px;
}
#contents-pop #contact {
  width: auto;
  margin: 10px 20px;
}
/*メールマガジン登録・解除*/
#contact {
  margin: 0 auto;
}
#contact h4 {
  font-size: 75%;
}
#contact .txtBox {
  margin: 25px 0 10px;
}
section #contact .text-center {
  text-align: center;
  margin: 50px 0;
}
#contact .txtBox p.txt-T {
  font-size: 80%;
  font-weight: bold;
  margin-bottom: 5px;
}
section #document li {
  font-size: 100%;
}
#contact table {
  width: 100%;
  margin: 10px 0 0;
  word-break: break-all;
}
#contents-pop table {
  width: 100%;
}
#contact table th {
  width: 28%;
  padding: 20px;
  font-size: 75%;
  font-weight: bold;
  color: #2B2B2B;
  background-color: #EEE;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
#contact em {
  color: #C23E42;
  margin-left: 5px;
  font-size: 90%;
  font-size: 0.7rem;
}
#contact table td {
  width: 72%;
  padding: 20px;
}
#contact table td input.name, #contact table td input.tel {
  height: 16px;
  width: 40%;
  padding: 2px 5px;
}
#contact table td input.mailAddress, #contact table td input.mailAddress2 {
  height: 20px;
  width: 60%;
}
#contact .weaktxt {
  color: #333;
  font-size: 90%;
  padding: 5px 0 0;
}
#contact .note {
  color: #333;
  font-size: 95%;
  font-size: 0.7rem;
  line-height: 150%;
  margin: 0 0 15px;
}
#contact .txtBox .note {
  font-size: 70%;
  font-size: 0.7rem;
}
#contact table td textarea {
  box-sizing: border-box;
  height: 150px;
  padding: 5px !important;
  width: 100% !important;
}
#contact table td .text-area {
  display: block;
  margin: 0 0 15px;
}
#contact .btn-confirm {
  text-align: center;
  padding: 20px;
  border-bottom: none;
  font-size: 100%;
}
#contact .btn-confirm-enq {
  padding: 20px;
  font-size: 100%;
}
#contact input.btn-confirmNext {
  height: 25px;
  width: 150px;
  color: #FFF;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background-color: #333;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmNext:hover {
  background-color: #666;
  /*repeat-x: left top;*/
}
#contact .btn-enq input.btn-confirmNext {
  height: 25px;
  width: 200px;
  color: #FFF;
  padding: 0;
  font-size: 75%;
  font-size: 0.8rem;
  background-color: #333;
  border: none;
  margin: 0 5px;
}
#contact .btn-enq input.btn-confirmNext:hover {
  background-color: #666;
  /*repeat-x: left top;*/
}
#contact input.btn-confirmBack {
  height: 25px;
  width: 80px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-back_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmBack:hover {
  background: url(../img/btn-back_bg_on.gif) no-repeat left top;
}
#contact input.btn-confirmCancel {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
}
#contact .btn-confirmCancel:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact .btn-confirmClose {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 80%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-close_bg.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact .btn-confirmClose:hover {
  background: url(../img/btn-close_bg_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact .btn-enq input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmNext {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBack {
    padding: 0 2px 2px 8px;
  }
  #contact input.btn-confirmCancel {
    padding: 0 2px 3px 8px;
  }
  #contact input.btn-confirmClose {
    padding: 0 2px 4px 8px;
  }
}
#contact fieldset {
  margin-bottom: 25px;
}
#contact legend {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#contact fieldset p {
  margin-bottom: 5px;
  font-size: 75%;
  font-size: 0.8rem;
}
#contact fieldset ul {
  overflow: hidden;
}
#contact fieldset li {
  font-size: 75%;
  font-size: 0.8rem;
}
#contact fieldset li.fL {
  float: left;
  margin-right: 20px;
}
#contact fieldset input {
  margin: 0 3px 2px 0;
}
#contact fieldset label {
  margin-right: 10px;
  font-size: 100%;
  font-size: 0.8rem;
}
#contact input.txtF {
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact input.mailAddress {
  width: 300px;
  margin: 0;
}
#contact input.name_sei {
  margin: 0 10px 0 0;
}
#contact select {
  margin: 0 0 5px;
  min-width: 110px;
}
#contact fieldset textarea {
  width: 70%;
  height: 150px;
  padding: 5px;
}
#contact .commentItem {
  padding: 10px 0 0;
}
#contact table td.commentWite {
  border-bottom: 1px dotted #000;
  border-top: 1px dotted #000;
  font-size: 100%;
  padding: 15px 20px 20px;
  width: 72%;
}
#contact .commentItem {
  font-weight: 150%;
}
#contact .memberF {
  padding: 20px 20px 10px;
  margin: 20px 0 0 0;
  border: 10px solid #EEE;
}
#contact .atttxt {
  color: #333;
  font-size: 75%;
  padding: 5px 0 0;
}
#contact .memberF input {
  width: 40%;
  height: 16px;
  margin: 0;
  padding: 2px 5px;
}
#contact .memberF th {
  padding: 10px 20px;
}
#contact .memberF td {
  padding: 10px 20px;
  font-size: 100%;
}
#contact .memberF input.btn-confirm160 {
  margin: 10px 0 0;
}
.memberName {
  border-bottom: 1px dotted;
  font-size: 75%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 5px;
  padding: 0;
}
#contact input.btn-confirm120 {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0;
  font-size: 75%;
  font-size: 0.8rem;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirm120:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirm160 {
  height: 25px;
  width: 160px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
}
#contact input.btn-confirm160:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmReg {
  height: 25px;
  width: 160px;
  color: #FFF;
  padding: 0 0 0 8px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-confirm_bg.gif) repeat-x left top;
  border: none;
}
#contact input.btn-confirmReg:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
#contact input.btn-confirmBackItem {
  height: 25px;
  width: 120px;
  color: #FFF;
  padding: 0 5px 2px 15px;
  font-size: 75%;
  font-size: 0.8rem;
  text-align: center;
  background: url(../img/btn-back_bg120.gif) no-repeat left top;
  border: none;
  margin: 0 5px;
}
#contact input.btn-confirmBackItem:hover {
  background: url(../img/btn-back_bg120_on.gif) no-repeat left top;
}
@-moz-document url-prefix() {
  #contact input.btn-confirm120, #contact input.btn-confirm160, #contact input.btn-confirmReg {
    padding: 0 5px 2px;
  }
  #contact input.btn-confirmBackItem {
    padding: 0 2px 2px 8px;
  }
}
/*-- メールマガジン登録・解除 --*/
#contact .mailm:first-child {
  margin: 3px 0 0;
}
#contact .mailm {
  margin: 30px 0 0 0;
}
#contact .mailm .txtBox {
  margin: 0;
}
#contact .mailm .txtBox h2 {
  border-bottom: 1px dotted #DEDEDE;
  border-top: none;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
#contact .mailm .caution {
  margin: 0 0 5px;
}
#contact table.mailMF td {
  overflow: hidden;
  font-size: 100%;
  border-top: solid 1px #DEDEDE;
  border-bottom: solid 1px #DEDEDE;
}
#contact table.mailMF input.mailAddress {
  float: left;
  margin: 0 10px 0 0;
  height: 40px;
}
#contact table.mailMF span.btn-confirm {
  display: block;
  float: left;
  padding: 0;
}
#contact table.mailMF input.btn-confirmNext {
  background-color: #333;
  border-radius: 0px;
  float: left;
  height: 40px;
  padding: 0 5px;
}
#contact .mailMC input.btn-confirmNext {
  background-color: #333;
  border-radius: 0px;
  float: left;
  height: 40px;
  padding: 0 5px;
}
#contact .mailMF input.btn-confirmNext:hover, #contact .mailMC input.btn-confirmNext:hover {
  background-color: #666;
}
@-moz-document url-prefix() {
  #contact table.mailMF input.btn-confirmNext, #contact .mailMC input.btn-confirmNext {
    padding: 0 5px 1px;
  }
}
#contact table.mailMF td.n1 {
  border-bottom: none;
  padding: 20px 20px 10px;
}
#contact table.mailMF td.n2 {
  border-top: none;
  padding: 10px 20px 20px;
}
#contact table.mailMF td p {
  float: left;
  font-size: 80%;
  padding: 10px 0;
  margin-right: 10px;
}
#contact input.mailAddress_new {
  float: left;
  height: 40px;
  margin: 0 10px 0 0;
  width: 60%;
}
#contact .mailMC span.btn-confirm {
  display: block;
  padding: 0;
}
#contact.sps-mailMagazine .sps-mailMagazine-freeArea {
  border: 1px solid #DDD;
  box-sizing: border-box;
  margin: 60px 5% 0;
  padding: 2%;
  width: 90%;
}
#contact .freeArea {
  margin: 60px 50px 0;
  width: 620px;
  background-color: #FFF;
}
#contact .ann-input {
  margin: 5px 0 0;
  font-size: 100%;
}
#contact .ann-input input {
  margin: 0 3px 2px 0;
}
/*#itemList_wrap {margin: 0 0 20px 0;}
#itemList {
    margin: 15px 0 0 0;
    position: relative;
}*/
/*お客様の声-商品詳細ページ*/
section.userreview {
  padding: 20px 0 0;
  margin-bottom: 30px;
}
section.userreview h2 {
  border-top: 3px solid #333;
  color: #333;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 19px 0;
  margin-bottom: 15px;
}
section.userreview table.userreview_list {
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 160%;
  border-bottom: 1px dotted #CCC;
}
section.userreview div.more {
  width: 100%;
  height: 30px;
  margin: 10px 0 0 0;
  text-align: right;
}
section.userreview div.more a img {
  width: 110px;
  height: 30px;
  vertical-align: middle;
}
section.userreview table.userreview_list tr td.userreview_user {
  font-size: 80%;
  text-align: left;
}
section.userreview table.userreview_list tr td.userreview_date {
  font-size: 80%;
  text-align: right;
}
section.userreview table.userreview_list td.userreview_rate {
  font-size: 80%;
}
section.userreview table.userreview_list td.userreview_rate img {
  vertical-align: middle;
}
section.userreview table.userreview_list td.userreview_comment {
  padding: 10px 0 20px;
}
section.userreview .userreview_comment .reviewBox_item {
  margin: 0;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
  background: none;
  font-size: 75%;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 10px;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment p {
  margin: 0;
}
article#Detail #main-column section.recommend {
  padding: 20px 0 0;
}
article#Detail section.column5 {
  border: none;
}
.column-set .quantityArea {
  margin-top: 5px;
  text-align: right;
}
.column-set .quantityArea span {
  font-size: 70%;
}
.column-set .quantityArea input,
.column-set .quantityArea select {
  height: 32px;
  text-align: right;
}
article #main-column .pageNav_top {
  overflow: hidden;
  font-size: 70%;
  padding-bottom: 5px;
  border-bottom: 1px dotted #111111;
}
article #main-column .pageNav {
  font-size: 70%;
}
article #main-column .pageL {
  float: left;
  width: 100%;
}
article #main-column .pageNav_top .pageL {
  width: 50%;
}
article #main-column .pageR {
  float: right;
}
/*-- お客様の声 --*/
article #main-column #itemBox {
  background-color: #efefef;
  overflow: hidden;
  padding: 15px 2%;
  margin-bottom: 15px;
}
article #itemBox h2 {
  border-top: none;
  float: left;
  font-size: 90%;
  font-weight: normal;
  padding: 0;
}
article #itemBox p {
  float: right;
}
article #main-column #itemBox p.btnMore img {
  width: 166px;
}
/*商品画像ポップアップ*/
.ui-dialog.ui-widget {
  top: 120px !important;
  left: 50% !important;
  height: auto !important;
  max-width: 800px;
  transform: translateX(-50%);
}
.ui-dialog .fl_contents {
  width: 100% !important;
}
.ui-dialog .fl_contents .fl_main {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.ui-dialog .fl_contents .fl_main > div {
  float: none !important;
  left: auto !important;
}
.ui-dialog .fl_contents .fl_main > div:nth-of-type(1), .ui-dialog .fl_contents .fl_main > div:nth-of-type(3) {
  display: flex;
  align-items: center;
}
.ui-dialog .fl_contents .fl_main > div:nth-of-type(1) img, .ui-dialog .fl_contents .fl_main > div:nth-of-type(3) img {
  margin-top: 0 !important;
}
.ui-dialog .fl_contents .fl_main > div:nth-of-type(2) {
  width: 100%;
  max-width: 520px;
}
.ui-dialog .fl_contents .fl_main > div:only-child {
  width: 100%;
  max-width: 520px;
}
.ui-dialog .fl_contents .fl_main .fl_main_img {
  height: auto !important;
  width: 100% !important;
  padding: 0 10px 0 !important;
}
.ui-dialog .fl_contents .fl_thumbnail {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 15px 0 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none !important;
}
.ui-dialog .fl_contents .fl_thumbnail .fl_t_item {
  padding: 8px !important;
  width: auto !important;
}
.ui-dialog .fl_contents .fl_thumbnail .fl_t_img {
  width: 50px !important;
  height: 50px !important;
  background-size: contain !important;
}
.ui-dialog .fl_contents .fl_thumbnail .fl_img_selected {
  border: solid 2px #330000 !important;
}
#dialog {
  height: calc(100% - 50px) !important;
  padding-bottom: 40px !important;
}
/*.ui-dialog {
   padding: 1em;
   box-sizing: border-box;
   &.ui-widget {
    top: 120px!important;
    height: calc(100dvh - 160px)!important;
   }
}
#dialog{
    height: calc(100% - 50px)!important;
}
.fl_main {
   min-height: 40px;
}
.fl_main_img{
    width: 300px!important;
    height: 300px!important;
    object-fit: contain;
}
.fl_thumbnail {
    max-width: 152px !important;
}
.fl_t_item {
    padding: 5px !important;
}
.fl_img_selected {
    background-color: #C9E1F4 !important;
    border: none !important;
    margin: 5px !important;
    padding: 6px !important;
}
#thum_prev {
    padding-left: 0 !important; 
    padding-right: 5px !important; 
}
#thum_next {
    padding-left: 5px !important; 
    padding-right: 0 !important; 
}*/
/*ダイアログ-商品を追加しました*/
div[aria-describedby=sps-cartaddModal] {
  border-radius: 4px !important;
}
div.sps-cartaddErrDetail {
  width: 90%;
  margin: 22px auto 40px;
  box-sizing: border-box;
}
/*ポップアップ全般*/
.ui-front {
  z-index: 250 !important;
}
.ui-widget-overlay {
  z-index: 200 !important;
}
.ui-widget-content {
  box-sizing: border-box;
  padding: 1em !important;
}
div#sps-cartaddModal {
  padding: 0.5em 1em !important;
  width: 720px !important;
}
#contact #center1 .centerbox {
  margin: 0px;
}
#contact #center1 .centerbox .mainCont .step_navi01 {
  background-image: url("https://jcshop.jp/common/img/cart/navi01.gif");
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi02 {
  background-image: url("https://jcshop.jp/common/img/cart/navi02.gif");
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi03 {
  background-image: url("https://jcshop.jp/common/img/cart/navi03.gif");
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi04 {
  background-image: url("https://jcshop.jp/common/img/cart/navi04.gif");
  background-repeat: no-repeat;
}
#contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
  height: 83px;
  text-align: center;
  margin: 0 auto;
  width: 400px;
}
#contact #center1 .center {
  text-align: center !important;
}
#contact #center1 p.center a#logout {
  float: none;
}
#contact #center1 .centerbox .mainCont input[name=PZIP_SEEK] {
  width: 180px;
}
/*お届けスケジュール*/
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan {
  background-color: #fff;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
  box-sizing: border-box;
  border: none;
  overflow: hidden;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td {
  background: #efefef;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table caption {
  text-align: center;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table tbody td {
  background-color: #fff;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.day,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sat,
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td table td.sun {
  text-align: right !important;
}
/*お気に入りリスト*/
div.wishlist-column .sps-wishBtnArea .wishDeleteItem, div.wishlist-column .sps-wishBtnArea .wishAddCart {
  background-position: right top;
}
#allItemDelete {
  text-align: right;
  height: 32px;
  margin: -20px 0 20px;
}
input[type=button].wishAllDelBtn {
  background: none !important;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  border-radius: 0px;
  color: #FFF !important;
  height: 32px !important;
  margin: 0 !important;
  min-width: 120px;
}
input[type=button].wishAllDelBtn:hover {
  background-color: #666 !important;
  border: 1px solid #666 !important;
}
/*ポップアップ center3*/
#center3 .centerbox table td[align=right],
#center3 .centerbox .right,
#contact #center1 .right {
  text-align: right !important;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 td.backcolor1 {
  text-align: left;
}
/*ポップアップ マイページ center-seo*/
#center-seo .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center-seo .centerbox table th[align=left],
#center-seo .centerbox table td[align=left],
#center3 .centerbox .backcolor3 .deli_plan_box table.layoutp5 th,
#center3 .centerbox table th[align=left],
#center3 .centerbox table td[align=left],
#contact #center1 .left {
  text-align: left !important;
}
#contact #center1 .middle {
  vertical-align: middle !important;
}
#contact #center1 .buttom {
  vertical-align: bottom !important;
}
#contact #center1 .float_left {
  float: left !important;
}
/*#contact #center1 .centerbox .title1 a {
    color: #333;
    text-decoration:underline;
}
#contact #center1 .centerbox .title1 a:hover {
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}*/
#contact #center1 .centerbox .mainCont {
  margin: 0;
  width: auto;
  background-color: #FFF;
}
.backcolor1 strong, .backcolor2 strong {
  font-weight: bold;
}
#contact #center1 .centerbox .mainFrame .mainCont #confirm .right {
  width: 100% !important;
}
/*-- カート/レジ画面 --*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 {
  box-sizing: border-box;
  padding: 5px 0px;
  max-width: 1200px;
  width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table {
  font-size: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 th {
  padding: 10px;
  border: 1px solid #999;
}
/*table中身*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
  padding: 1rem 2% !important;
  border: 1px solid #cccccc;
  /*font-size:0.75rem;
  background-color: #fff;*/
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
  padding: 0 !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
  border: none;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
  padding: 10px 15px;
}
#contact #center1 .backcolor3 {
  background: #e1ecf7;
}
/*カート画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor1 {
  width: 35%;
  background: #f4f4f4;
}
/*レジ画面table見出し*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 {
  background: #f4f4f4;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.backcolor1 td {
  background: #f4f4f4;
  text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td {
  width: 15%;
}
/*レジ画面table中身*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 {
  vertical-align: middle;
  background: #FFF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2[width="17%"] {
  width: 1%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=text],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=password] {
  width: 100% !important;
  max-width: 300px;
  height: auto !important;
  padding: 8px !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=text],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=password] {
  height: 32px;
  width: auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=text],
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td input[type=password] {
    width: 100%;
  }
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 {
  background: #f4f4f4;
  padding: 1rem;
  width: 100% \9 ;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 input {
  height: auto;
  vertical-align: 0 !important;
}
#deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
  width: 15% !important;
}
#deli_scadule .deli_scadule_box table.layoutp5.deli_cycle tbody tr td.backcolor1 {
  width: 35% \9  !important;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=PREV_ENQUETE] + form[name=NEXT] .bordlayoutp3 table.border tbody tr td.backcolor1 {
  background: #f4f4f4;
  width: 30% \9  !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td {
  width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td {
  width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td {
  width: 26%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td + td {
  width: 12%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.border tbody tr td + td + td + td + td + td {
  width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td {
  width: 8%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td + td + td + td + td {
  width: 10%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 form[name=NEXTM] table.border tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] .bordlayoutp3 table.border tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td.backcolor1.center,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"],
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td + td[width="49%"] {
  width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td[width="49%"] + td,
#contact #center1 .centerbox .mainFrame .mainCont table.border tbody tr td.backcolor2 + td {
  width: 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table.border tbody tr td + td + td.backcolor1.center {
  width: 49%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td {
  width: auto;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=right] {
  text-align: right;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
  display: inline;
  padding: 0 2%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=text] {
  height: 30px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=変更] {
  margin: 5px 0 5px 5px;
} /*変更ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=削除] {
  margin: 5px 0;
  width: 60px;
} /*削除ボタン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit] {
  padding: 0 1%;
}
#deli_scadule table.deli_plan_cal tbody tr td {
  vertical-align: top;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border {
  border: 1px solid #999;
  width: 100% !important;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td.backcolor2 table.layoutp3 {
  margin-top: 0px;
}
#contact #center1 .centerbox .mainFrame .mainCont div.layoutp3 table.border tbody tr td {
  border: none;
  padding: 2px 9px;
}
/*カート注文内容table*/
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td {
  width: 17%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td {
  width: 25%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td {
  width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td {
  width: 20%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td {
  width: 13%;
}
#contact #center1 .centerbox .mainFrame .mainCont form[name=MODIFY] .bordlayoutp3 table.cartItem tbody tr td + td + td + td + td + td {
  width: 12%;
}
#contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_day th {
  font-size: 100%;
  background-color: inherit;
  border: none;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 form[name=list] table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center form table[align=center],
table#enter #center3 .centerbox .mainCont div.bordlayoutp3.center table[align=center] {
  width: auto;
  margin: 0 auto;
}
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 hr {
  display: block;
  margin: 5px;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3,
table#enter #center3 .centerbox .mainCont div.bordlayoutp3 {
  padding: 5px 0 10px;
}
table#enter {
  background: none repeat scroll 0 0 #FFF;
  text-align: left;
  width: 100%;
}
table#enter #center3 .centerbox form[name=NEXT] .mainCont .bordlayoutp3 table tbody td div.send_info {
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  margin: 0.5em 0 1em 25px !important;
  vertical-align: middle;
  padding: 10px !important;
  width: 60% !important;
}
#center-seo .centerbox a, #center3 .centerbox a {
  color: #FF9803;
}
#center-seo .centerbox a:hover, #center3 .centerbox a:hover {
  text-decoration: underline;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td[align=center],
#center3 .centerbox .bordlayoutp3 table td[align=center], #center3 .centerbox .bordlayoutp3 table tr.center td,
#center-seo .centerbox .center, #center3 .centerbox .center, #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] {
  text-align: center;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.border tbody tr td[align=center] p font[color=red] strong {
  font-weight: bold;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_set].off {
  border: 1px solid #CCC;
}
#contact #center1 .centerbox .mainCont #card_info input[name=card_info_edit].off {
  border: 1px solid #CCC;
}
#contact #center1 .float_right, table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  float: right !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.form_group {
  line-height: 200%;
}
/*会員登録*/
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem {
  padding-top: 30px;
  width: 100%;
}
/*#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle h3.title1 {
    border-top: 3px solid #333;
    font-size: 156%;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 21px 0;
}*/
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont p {
  font-size: 145%;
  line-height: 165%;
  margin-bottom: 10px;
}
#contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem .centerbox .bordlayoutp3 td {
  border-left: none;
  border-right: none;
}
table#enter td#center3 div.centerbox form div.mainCont div {
  width: 100% !important;
}
table#enter td#center3 div.centerbox form div.mainCont input.float_right {
  position: absolute;
  right: 19px;
  top: 77px;
}
table#enter td#center3 div.centerbox form div.mainCont input#otherAddress {
  top: -50px !important;
}
#contact #center1 .centerbox .mainFrame {
  margin: 0px;
}
#contact #center1 .box_in_box {
  text-align: center !important;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td,
#contact .bordlayoutp3 table tbody td {
  text-align: left;
}
#contact .layoutp3 table.layoutp3 tbody td,
#contact .layoutp3 table.layoutp5 tbody td {
  padding: 5px;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td.center,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td.center {
  width: 2%;
}
#contact .mainFrame .mainCont .layoutp3 table.layoutp3 tbody td label,
#contact .mainFrame .mainCont .layoutp3 table.layoutp5 tbody td label strong {
  font-size: 0.8rem;
}
#contact .mainFrame .mainCont #tradesafe_div1 {
  font-size: 100% !important;
  line-height: 142% !important;
}
#center3 .centerbox .red, #contact #center1 .red {
  color: #C00;
  font-size: 0.75rem !important;
}
#contact #center1 .point {
  font-size: 120%;
  color: red;
  font-weight: 900;
}
#contact #center1 .pointline {
  font-size: 100%;
  color: #FFF;
  font-weight: 900;
  padding: 5px;
  padding-bottom: 5px;
  background-color: #666;
  margin-top: 5px;
  margin-bottom: 5px;
}
#contact .mainFrame .mainCont div.layoutp3 table tbody tr td {
  border: none;
}
#contact .mainFrame .mainCont h4 {
  font-size: 120%;
  font-weight: normal;
}
#contents div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
  margin: 0;
  background-color: #fff;
}
#contents .enquete-section #contact table tbody tr td div.mainCont:first-child {
  padding: 0px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] p {
  margin: 5px 0;
  padding: 2px 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td:first-child {
  width: 40%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table {
  width: 50%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td {
  padding: 1px 1px 10px;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  border: none;
  font-size: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
  margin-left: 15px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td input {
  margin-left: 27px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td:nth-child(2) input {
  margin-left: 24px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame {
  border: soild 1px;
}
div.enquete-section #contact {
  width: 100%;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=password],
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] select {
  height: 40px;
  padding: 0;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=text] {
  height: 40px;
  padding: 0;
  min-width: 80px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] h4.title {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid #cdcdcd;
  font-size: 110%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
#enquete-header {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=radio] {
  margin: 10px 5px 13px 20px;
}
div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=checkbox] {
  margin: 10px 5px 10px 20px;
}
div.enquete-section {
  padding: 0;
}
div.enquete-section #contact table tbody tr td {
  width: 100%;
  border-top: none;
  padding: 0px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] strong {
  font-size: 120%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] textarea {
  height: 150px;
  padding: 5px;
  width: 70%;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit] {
  border: medium none;
  color: #FFF;
  font-size: 0.8rem;
  height: 25px;
  margin: 0 5px;
  padding: 0;
  width: 200px;
}
div.enquete-section #contact .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=submit]:hover {
  background: url(../img/btn-confirm_bg_on.gif) repeat-x left top;
}
.shoplogo {
  width: 340px;
}
#enquete-footer {
  width: 100%;
  margin: 0 auto;
  height: 57px;
  line-height: 100%;
  position: relative;
  clear: both;
}
#enquete-footer #footer-inner .footer_gnavi {
  float: left;
}
#enquete-footer #footer-inner .footer_gnavi ul li:first-child {
  background-image: none;
  padding: 0 3px 0 0;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  background: url("../img/slash_ccc.gif") no-repeat scroll left center transparent;
  color: #999;
  display: inline-block;
  font-size: 60%;
  line-height: 100%;
  padding: 0 3px 0 18px;
}
#enquete-footer #footer-inner .footer_gnavi ul li a {
  color: #999;
}
#enquete-footer #footer-inner .footer_gnavi ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
#enquete-footer #footer-inner .footer_gnavi ul li {
  float: left;
}
#enquete-footer #copyright {
  float: right;
  font-size: 67%;
  text-align: right;
  color: #FFF;
}
#center-seo .centerbox,
#center3 .centerbox {
  font-size: 100%;
  margin: 0px;
  padding: 20px 15px 20px;
  word-break: break-all;
}
/*#center-seo h3.title1,#center3 h3.title1 {
    border-top: 3px solid #333;
    color: #333;
    font-size: 120%;
    font-weight: bold;
    margin: 25px 0 0;
    padding: 19px 0;
}*/
#center-seo #bread, #center3 #bread {
  color: #999;
  margin: 0px;
  padding: 5px 2% 15px;
  text-align: left;
  font-size: 75%;
  line-height: 200%;
}
#center-seo .mainCont {
  margin: 0px;
  width: auto;
}
#center3 .mainCont {
  margin: 0 0 15px;
  width: auto;
}
#center3 .centerbox .caution, #EST_SPS_regi .caution {
  color: #d51414;
  font-weight: bold;
}
#center-seo .centerbox .caution {
  color: #d51414;
  font-weight: bold;
  text-align: left;
}
#center-seo .centerbox table th, #center-seo .centerbox .bordlayoutp3 table th, #center-seo .centerbox table td, #center3 .centerbox table th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #2B2B2B;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  word-break: normal;
  min-width: 45px;
  padding: 1em 5px;
}
#center-seo .centerbox table td {
  text-align: left;
}
#center3 .centerbox table th {
  background-color: #f4f4f4;
}
#center-seo .centerbox table tr.form_group label {
  white-space: initial !important;
}
#center3 .centerbox table th.sps-my-regular-order-number {
  width: 25% !important;
}
#center3 .centerbox table th.sps-my-regular-item {
  width: 50% !important;
}
#center3 .centerbox table td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  overflow: hidden;
  text-align: left;
  min-width: 45px;
  padding: 1em 5px;
  vertical-align: middle;
  word-break: break-all;
}
#center3 .centerbox table td[width="5%"] {
  width: 10%;
}
#center-seo .centerbox .backcolor1, #center3 .centerbox .backcolor1 {
  background-color: #EEEEEE;
  min-width: 100px;
  text-align: center;
}
#center3 .layoutp3 table th,
form[name$=FORM] ~ tbody #center3 .layoutp3 table th {
  font-weight: bold;
  width: 20%;
}
#center-seo .centerbox th.backcolor1,
#center-seo .bordlayoutp3 th,
#center-seo .bordlayoutp3 td,
#center3 .centerbox th.backcolor1,
#center3 .bordlayoutp3 th,
#center-seo .bordlayoutp3 td, #center3 .bordlayoutp3 td {
  border: 1px solid #ccc;
  vertical-align: middle;
  white-space: initial !important;
}
#center3 .bordlayoutp3 .layoutp3 th,
#center3 .bordlayoutp3 .layoutp3 td {
  padding: 0px;
  border: none;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info {
  border: 1px solid #999;
}
#center3 .bordlayoutp3 .layoutp3 td.send_info + td {
  width: 70%;
}
#center3 .centerbox strong,
#center3 .centerbox h4 {
  text-align: left;
  font-weight: bold;
  width: 100% !important;
}
#center-seo .centerbox .layoutp3 + .bordlayoutp3 > table,
#center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
  width: 95%;
}
#center3 img#OffAmazonPaymentsWidgets1 {
  margin: 15px 0;
}
#center-seo select, #center-seo input[type=text] {
  border: 1px solid #A9A9A9;
  height: 40px;
  line-height: 40px;
  margin: 2px 0px;
  max-width: 350px;
  min-width: inherit;
  width: 100%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select {
  border: 1px solid #A9A9A9;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 2px 4px;
  margin: 2px 0px;
  min-width: inherit;
}
#center3 input[type=text],
#center3 input[type=password] {
  border: 1px solid #A9A9A9;
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 2px 4px;
  margin: 2px 0px;
  max-width: 350px;
  min-width: inherit;
  width: 100%;
}
#center3 select {
  height: 40px;
  line-height: 40px;
  padding: 2px 4px;
  margin: 2px 0px;
  max-width: 350px;
  min-width: inherit;
  width: auto;
}
#center3 textarea {
  padding: 2px 4px;
  margin: 2px 0px;
  min-width: inherit;
  width: 100%;
}
#center3 textarea[name=Naiyo], #center3 textarea[name=Naiyo2] {
  height: auto !important;
}
span.sps-requiredPopup.cart_float_right {
  border-radius: 4px;
  background: none;
  color: #CF0000;
  float: right;
  font-size: 0.7rem;
  margin-left: 0.5em;
  padding: 0.2em 0.5em;
  white-space: nowrap;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td div select,
#center-seo select,
#center-seo textarea {
  padding: 1px;
  margin: 2px 0px;
}
#center3 select[name=SEL_CARD] {
  margin-left: 5px;
  padding: 1px;
}
#center-seo .centerbox table td input[type=radio],
#center3 .centerbox table td input[type=radio] {
  margin: 0 3px 0 5px;
}
table#enter form[name=NEWMEM] #center3 .centerbox .bordlayoutp3 table td[colspan="2"] input[type=checkbox] {
  margin: -3px 4px 0px 0px;
}
#center-seo p, #center3 p {
  margin: 5px 0px;
  padding: 2px 0px;
}
#center3 .centerbox .bordlayoutp3 table td.backcolor2 div form {
  display: inline-block;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor3 div > table tr.backcolor2 td {
  background-color: #FFF;
}
#contact #center1 .centerbox .mainCont form[name=NEXT] h4 + div.right input[type=button] {
  height: 30px;
  margin: 10px 3px 0;
  padding: 0 1em;
}
#contact #center1 .centerbox .mainCont form[name=NEXT] h4 + div.right input[type=submit] {
  height: 30px;
  margin: 0px 3px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.layoutp5.deli_cycle tbody tr td input[type=radio] {
  margin: 0px 3px;
  height: auto;
}
#center-seo .bordlayoutp3 table tbody tr td input[type=button],
#center3 .bordlayoutp3 table tbody tr td input[type=button] {
  margin: 7px auto 0;
}
#center3 .bordlayoutp3 table tbody tr td input[type=button]:first-child {
  margin: 0 auto;
}
/*パスワード変更*/
form[name=PWDCHG] #center3 .centerbox table tr:first-child td,
form[name=PWDCHG] #center3 .centerbox table tr:nth-child(3) td {
  background-color: #EFEFEF;
}
form[name=PWDCHG] #center3 .centerbox table tr:nth-child(3) td br {
  display: none;
}
/*メールアドレス変更*/
form[name=MAILCHG] #center3 .centerbox table th {
  background-color: #FFF;
}
form[name=MAILCHG] #center3 .centerbox table .backcolor1 th {
  background-color: #efefef;
}
form[name=MAILCHG] #center3 .centerbox table td.center {
  text-align: left;
}
/*会員情報の変更/お届け先情報*/
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input,
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup select {
  height: 40px !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type=checkbox],
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup input[type=radio] {
  height: auto !important;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup td {
  border: none;
  padding: 0;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTablePopup textarea {
  min-height: 160px;
}
#center3 .centerbox .bordlayoutp3 table.sps-inputTable-banchiPopup input[type=text] {
  height: 40px !important;
}
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td.sps-inputItem,
table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup tr td:first-child {
  background-color: #EFEFEF;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select,
#center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select {
  margin: 0 0 5px;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
  margin: 2px 0;
  min-width: 350px;
}
table#enter #center3 .centerbox form[name=NEXT] .mainCont .bordlayoutp3 table tbody td div.send_info {
  width: 80% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table {
  width: 100% !important;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table td {
  padding: 1em 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table div {
  margin: 0 0 5px !important;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_DATE_LIST],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_TIME],
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
#center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME] {
  width: 350px;
}
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name=RECV_NGDAY] {
  width: 350px !important;
  margin-left: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY],
#center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name=RECV_TIME] {
  width: 350px !important;
  margin-left: -4px;
}
/*お届け先情報*/
.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更],
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更] {
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #333;
  height: 30px;
  margin: 0;
}
.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示] {
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #333;
  height: 30px;
  margin-right: 5px;
}
.cart-section #contact #center1 .centerbox .mainCont input[value=住所変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示]:hover {
  background-color: #FFF;
  border: 1px solid #AAA;
  font-weight: bold;
}
/*Amazonログイン*/
.ui-dialog div[aria-describedby=amazon_dialog] .ui-dialog-titlebar {
  border-radius: 0;
  border-bottom: 1px dotted #333 !important;
}
.ui-dialog div[aria-describedby=amazon_dialog] .ui-dialog-titlebar .ui-dialog-title {
  font-size: 75%;
  color: #333;
  padding: 3px 0 4px 5px;
}
.ui-dialog #amazon_dialog #button_area .agree {
  text-align: center;
}
.ui-dialog #amazon_dialog #button_area input.button1 {
  background: none;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  font-size: 0.8rem;
  height: 40px;
  min-width: 148px;
}
.ui-dialog #amazon_dialog #button_area input.button1:hover {
  background: none;
  background-color: #666;
  border: 1px solid #666;
}
div[aria-describedby=amazon_dialog] .ui-widget-header,
div[aria-describedby=amazon_dialog] .ui-dialog-titlebar {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px dotted #333 !important;
}
div[aria-describedby=amazon_dialog] .ui-dialog-title {
  font-size: 75% !important;
  padding: 3px 0 4px 5px !important;
}
div[aria-describedby=amazon_dialog] .ui-dialog-content {
  padding: 0.5em 0;
}
div[aria-describedby=amazon_dialog] #amazon_dialog #button_area {
  text-align: center;
}
.leftSearch {
  background-color: #F5F5F5;
  margin-bottom: 20px;
  overflow: hidden;
}
.leftSearch #searchbox_wrap {
  margin: 10px 2% 15px;
  overflow: hidden;
}
.leftSearch searchbox {
  color: #999;
  float: right;
  font-size: 65%;
  line-height: 160%;
  overflow: hidden;
  text-align: right;
}
.leftSearch #searchbox form {
  border: 1px solid #777777;
  box-sizing: border-box;
  float: left;
  height: 35px;
  width: 100%;
}
.leftSearch #searchbox input.searchbox {
  border: none;
  box-sizing: border-box;
  float: left;
  height: 100%;
  padding: 0 5px;
  width: 80%;
}
.leftSearch #searchbox input.searchSubmit {
  padding: 0;
  width: 20%;
}
#header-inner h2 {
  max-width: 340px;
}
.siteName {
  margin: 0px;
  padding: 10px 10px 5px 10px;
  font-size: 100%;
  line-height: 1em;
}
.siteName a {
  color: black;
}
.siteName a:hover {
  color: blue;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.sitecopy {
  padding: 10px 10px 5px 5px;
  margin: 0px;
  color: #999;
  font-size: 80%;
  line-height: 1em;
}
.sitecopy a {
  color: black;
}
.sitecopy a:hover {
  color: blue;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
.cart-section .header_area {
  margin: 0 auto;
}
.cart-section .footer_area {
  margin: 0 auto;
}
#contents #main-column .footer_area {
  padding-top: 5px;
}
.pageNav form img {
  float: right;
}
#sub-column .category .fukidashi nav,
#sub-column .category .tatenarabi nav,
#sub-column .category #sps-itemListAllCategory nav {
  margin-bottom: 0;
}
#sub-column .category .fukidashi nav:last-child,
#sub-column .category .tatenarabi nav:last-child,
#sub-column .category #sps-itemListAllCategory section nav:last-child {
  margin-bottom: 20px;
}
#sub-column .category #sps-itemListAllCategory section nav:first-child {
  margin-bottom: 0;
}
#sub-column .category .fukidashi ul {
  zoom: 1;
}
#sub-column .category .fukidashi nav {
  position: relative;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#sub-column .category .fukidashi nav:hover .sps-itemCategorySub {
  display: block;
  z-index: 999;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub {
  padding: 5px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background: #fff;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a {
  color: #333;
  font-weight: normal;
}
#sub-column .category .fukidashi nav .sps-itemCategorySub .cat2 a:hover {
  color: #333;
  font-weight: normal;
}
#sub-column .category nav ul li.listcat2 a {
  zoom: 1;
  display: block;
  padding: 15px 12px 15px 2%;
  margin: 0px 0;
  line-height: 100%;
  color: #000;
  font-weight: bold;
}
#sub-column .category nav ul li.listcat3 a {
  zoom: 1;
  display: block;
  padding: 15px 12px 15px 6%;
  margin: 0px 0;
  line-height: 100%;
  color: #000;
}
#sub-column .category nav ul li.child a {
  color: #000;
}
section.half-cont div.category section {
  margin: 0 0 23px;
}
section.half-cont div.category section:last-child {
  margin: 0;
}
section.half-cont div.category section nav ul {
  font-size: 100%;
}
section.half-cont div.category section nav ul li {
  font-size: 85%;
  line-height: 150%;
}
#sub-column .category .sps-allList {
  margin-bottom: 20px;
}
#sub-column .category .sps-allList + #sps-itemListAllCategory {
  display: none;
  margin-top: -20px;
}
/*#center1 .centerbox .mainCont h3 {
    border-top: 3px solid #333;
    color: #333;
    font-size: 130%;
    font-weight: bold;
    margin: 0;
    padding: 21px 0;
}*/
/*#contact #center1 .centerbox h3.title1 {
    border-top: 3px solid #333;
    color: #333;
    font-size: 130%;
    font-weight: bold;
    margin: 30px 0 0 0;
    padding: 21px 0;
}*/
#center1 .centerbox .mainCont .column-set .column5 h3,
#center1 .centerbox .mainCont .column-set .column5 h3 {
  border-top: none;
  font-weight: bold !important;
  margin: 0 0 7px !important;
}
.mainCont p.no2 {
  font-size: 130%;
  width: 900px !important;
}
/*-- お客様の声をお送りください --*/
.sps-reviewComment .mainCont p.no2 {
  font-size: 130%;
  width: 900px !important;
  margin: 0 auto;
}
.mainCont > .comment_box {
  width: 900px !important;
  margin-top: 15px;
}
/*.mainCont .comment_box input[type="text"],
.mainCont .comment_box select {
   height: 34px;
}*/
.mainCont .comment_box td.backcolor1 {
  background-color: #EEE;
  border: 1px solid #999;
  box-sizing: border-box;
  color: #2B2B2B;
  font-weight: bold;
  text-align: left;
  word-break: normal;
  width: 15em !important;
}
.mainCont .comment_box td.backcolor2 {
  background-color: #fff;
  border: 1px solid #999;
  color: #2B2B2B;
  font-weight: normal;
  padding: 1em;
  text-align: left;
  word-break: normal;
}
.mainCont .comment_box td {
  font-size: 100%;
}
.mainCont .comment_box td.backcolor2 div.float_left {
  text-align: left;
}
.mainCont .comment_box td.backcolor2 div.float_left a {
  text-decoration: underline;
}
.mainCont .comment_box td.center {
  text-align: center !important;
}
.mainCont .comment_box td.backcolor2 div.write_comment input[type=submit],
.mainCont .comment_box td.backcolor2 div.write_comment input[type=button] {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  font-size: 100%;
  font-weight: normal;
  height: 40px;
  padding: 0 2%;
  text-align: center;
  margin: 2px 2px;
  width: 150px;
}
.mainCont .comment_box td.backcolor2 div.write_comment input[type=submit]:hover,
.mainCont .comment_box td.backcolor2 div.write_comment input[type=button]:hover {
  background-color: #666;
  border: 1px solid #666;
}
.mainCont .comment_box form[name=form3] table td.backcolor2 table {
  margin: 0 auto;
  width: auto;
}
.mainCont .comment_box table td.backcolor2 input[type=submit] {
  font-size: 100%;
  width: 150px;
}
.mainCont .comment_box td.backcolor2 table input[name=ACC],
.mainCont .comment_box td.backcolor2 table input[name=PWD] {
  height: 32px;
  width: auto !important;
}
#center1 .mainCont input[value=商品選択に戻る], #center1 .mainCont input[value=内容を確認する] {
  min-width: 180px;
}
div.mainCont input[type=button],
div.mainCont input[type=submit] {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  padding: 0 2%;
  text-align: center;
  margin: 5px 2px;
}
div.mainCont input[type=button]:hover,
div.mainCont input[type=submit]:hover {
  background-color: #666;
  border: 1px solid #666;
}
.itemDescFc {
  position: absolute;
  margin-left: 5px;
}
.itemThumb-wrap-right {
  word-break: break-all;
  margin-left: 26%;
}
/*まとめ買い*/
#main-column #itemList .column4 h2.sps-add-to-cart-together, #main-column #itemList .column5 h2.sps-add-to-cart-together,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together, #main-column #itemList2 .column5 h2.sps-add-to-cart-together {
  font-size: 75%;
  margin: 15px 0 0;
  text-align: right;
}
#main-column #itemList .column4 h2.sps-add-to-cart-together input, #main-column #itemList .column5 h2.sps-add-to-cart-together input,
#main-column #itemList2 .column4 h2.sps-add-to-cart-together input, #main-column #itemList2 .column5 h2.sps-add-to-cart-together input {
  text-align: right;
}
#enter #contents {
  width: auto;
}
/*まとめ割引詳細用*/
div[aria-describedby=bundle_dialog] .ui-dialog-content {
  padding: 1em 0 0 !important;
}
div[aria-describedby=bundle_dialog] .ui-dialog-title {
  color: #333;
  font-size: 0.7em;
  padding: 3px 0 4px;
}
#bundle_detail > h4 {
  font-size: 0.7em;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.5em;
}
#bundle_detail > .bundle_table + h4,
#bundle_detail > .bundle_table + .bundle_table {
  margin-top: 1.5em;
}
#bundle_detail > .bundle_table td {
  padding: 2px 4px;
  border: 1px solid #999;
  font-size: 0.7em;
  color: #333;
  word-break: break-all;
}
#bundle_detail > .bundle_table td.bundle_title,
#bundle_detail > .bundle_table td.bundle_backcolor1 {
  background: #f4f4f4;
}
#bundle_detail > .bundle_table td.bundle_backcolor1 {
  text-align: center;
}
#bundle_detail > .bundle_table td span.bundle_name {
  display: inline-block;
  margin-top: 3px;
  padding: 3px;
  border: 1px solid #FF9803;
  line-height: 1.3;
}
#bundle_detail > div:last-child {
  padding: 1.5em 0 1em;
  text-align: center;
}
#bundle_detail > div:last-child input {
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  color: #FFF;
  font-size: 85%;
  height: 40px;
  padding: 0 2%;
  width: 30%;
}
#bundle_detail > div:last-child input:hover {
  background-color: #666;
  border: 1px solid #666;
}
div[aria-describedby=bundle_dialog] .ui-widget-header {
  border: none;
  border-bottom: 1px dotted #333;
  border-radius: 0;
  background: #FFF;
  text-align: left;
  padding: 0;
}
#bundle_dialog table {
  border-collapse: collapse;
}
.bundle_name {
  color: #FF9803;
  display: inline-block;
  margin-top: 3px;
  padding: 5px;
  border: 1px solid #FF9803;
  border-radius: 0px;
  line-height: 1.3;
  text-decoration: none !important;
}
.bundle_name font {
  color: #FF9803;
}
#bundle_link {
  font-size: 90%;
}
#bundle_link a {
  font-weight: normal;
}
/*定期、頒布会商品初回価格*/
p.rg_price span.regular_price_str {
  color: #2A78D0;
  margin-bottom: 3px;
}
p.rg_price span.regular_price {
  color: #2A78D0;
  margin-bottom: 3px;
}
/*価格と在庫一覧ポップアップ*/
#variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
  padding: 1em 0 !important;
}
div[aria-describedby=variationPriceAnnounceMailDialog], div[aria-describedby=spsVarpriceStockDialog1] {
  padding: 1em;
}
#spsVarpriceStockDialog1 > div:last-child input {
  font-size: 90% !important;
  width: 30%;
}
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType {
  min-width: 50%;
}
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType th,
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType td {
  font-size: 100%;
  vertical-align: middle;
}
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType td.backcolor1 {
  width: 25%;
}
div[aria-describedby=spsVarpriceStockDialog1] #spsVarpriceStockDialog1 #itemStocklist table.contType p {
  font-size: 90%;
  margin: 0;
  padding: 10% 7%;
}
/*入荷連絡*/
#variationPriceAnnounceMailDialog {
  padding: 0.5em 0 !important;
}
#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input {
  font-size: 100% !important;
  width: 30%;
}
#variationPriceAnnounceMailDialog div.layoutp3 + div input:hover,
#variationPriceAnnounceMailDialog div.layoutp3 > div:last-child input:hover {
  background-color: #666;
  border: 1px solid #666;
}
#spsVarpriceStockDialog1 #itemStocklist table.contType {
  width: 100%;
}
#spsVarpriceStockDialog1 #itemStocklist td.backcolor2 p a.announceMail img {
  display: block;
  margin-top: 10px;
  width: 110px;
}
#spsVarpriceStockDialog1 .cartArea table.variation td a img {
  width: 110px;
}
/*-- マイページ --*/
#center3 .centerbox form[name=Login] table td {
  border-top: none;
  min-width: 60px;
}
#center3 .centerbox form[name=Login] table tr:last-child td {
  border-bottom: none;
}
#center3 input.sps-my-display[type=button],
#center3 input.sps-my-change-display[type=button] {
  background-color: #FFF;
  color: #333;
  height: 34px;
  margin: 0 0 15px;
}
#center3 input.sps-my-display[type=button]:hover,
#center3 input.sps-my-change-display[type=button]:hover {
  background-color: #AAA;
  border: 1px solid #AAA;
  color: #FFF;
}
#center3 .bordlayoutp3 input[value=次回から全て再開] {
  height: 30px;
  max-width: 200px;
  min-width: 170px;
}
#center3 .bordlayoutp3 table tbody tr td input[value=再開] {
  height: 30px;
  margin: 5px auto;
  max-width: 150px;
  min-width: 100px;
  padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[value=休止] {
  background-color: #fff;
  color: #333;
  height: 30px;
  margin: 5px auto;
  max-width: 150px;
  min-width: 100px;
  padding: 0;
}
#center3 .bordlayoutp3 h4 input {
  height: 30px;
}
#center3 .bordlayoutp3 table tbody tr td input[value=変更] {
  height: 30px;
  max-width: 150px;
  min-width: 100px;
  padding: 0;
}
#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用する],
#center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用しない] {
  height: 30px;
  margin-left: 10px;
  max-width: 150px;
  min-width: 100px;
  padding: 0;
}
#center3 .centerbox .bordlayoutp3 table tbody tr td table tr td.send_info {
  width: 12em !important;
}
#center-seo input[type=submit], #center-seo input[type=button], #center3 input[type=submit], #center3 input[type=button],
#contact #center1 .centerbox .mainCont input[type=button],
#contact #center1 .centerbox .mainCont input[type=submit] {
  background: none;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 0px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  font-size: 0.8rem;
  height: 40px;
  padding: 0 2%;
  width: 42%;
}
#center3 input[type=button], #center3 input[type=submit] {
  min-width: 150px;
  width: auto;
}
/*-- カート(#EST_SPS_cart)/レジ(#EST_SPS_regi)/注文完了(#EST_SPS_order)アンケート --*/
.cart-section #contact #center1 .centerbox .mainCont {
  margin-bottom: 20px;
}
#contact #center1 .centerbox .mainFrame .mainCont h4 {
  display: inline-block !important;
  font-weight: bold;
  margin: 35px 0 15px;
}
div.cart-section div#contact img[height="1"] {
  display: none;
}
.cart-section #contact table td {
  padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
  text-align: left !important;
  background: no-repeat;
  font-size: 120%;
  font-weight: bold;
  min-width: 80px;
  width: 7% !important;
}
#contact #center1 .centerbox .mainCont input[type=button],
#contact #center1 .centerbox .mainCont input[type=submit] {
  margin: 5px 0;
  padding: 0 2em;
  min-width: 100px;
  width: auto;
}
#center-seo input[type=submit]:hover, #center-seo input[type=button]:hover, #center3 input[type=submit]:hover, #center3 input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=button]:hover,
#contact #center1 .centerbox .mainCont input[type=submit]:hover {
  background-color: #666;
  background-image: none;
  border: 1px solid #666;
}
/*カゴ画面購入手続きへ進むボタン*/
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=購入手続きへ進む],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む] {
  /*background: #FF9803;
  border-color: #FF9803;*/
  background: #333!important;
  border-color: #333!important;
  color: #FFF;
  letter-spacing: 0.13em;
  vertical-align: middle;
  width: auto;
}
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=戻る] {
  letter-spacing: 0.13em;
  margin: 5px 15px 5px 0;
  vertical-align: middle;
  width: auto;
}
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "],
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=　この内容で注文する　] {
  background-color: #FF9803;
  border-color: #FF9803;
  color: #FFF;
  letter-spacing: 0.13em;
  vertical-align: middle;
  width: auto;
}
/*.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="購入手続きへ進む"]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　 次へ　 "]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="確認画面に進む"]:hover,
.cart-section #contact #center1 .centerbox .mainCont input[type="button"][value="　この内容で注文する　"]:hover {
   background-color: #87AFD8;
   border-color: #87AFD8;
}*/
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "]:disabled,
.cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む]:disabled {
  background: #d3d3d3;
  color: #808080;
  border: 1px solid #333;
}
.cart-section #contact #center1 .centerbox .mainCont input[value=変更],
.cart-section #contact #center1 .centerbox .mainCont input[value=削除] {
  height: 30px;
  margin: 5px auto;
  max-width: 150px;
  min-width: 60px;
  padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name=COUPONCODE] {
  display: inline;
  height: 40px !important;
  margin-left: 5px;
  min-width: 48%;
}
/*カートのまとめ割引リンク用*/
.bundle_display a {
  display: inline-block;
  margin-top: 3px;
  padding: 5px;
  border: 1px solid #FF9803;
  border-radius: 0px;
  line-height: 1.3;
  text-decoration: none !important;
  color: #FF9803;
}
.bundle_display a font {
  color: #FF9803;
}
.bundle_display a:hover {
  background: #f0f8ff;
}
#contact table.cartItem .backcolor2 a#bundle_desc {
  color: #FF9803;
}
/*カート内関連商品*/
#contents .cart-section h4.SPS-cart-related_item {
  border-top: 3px solid #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 21px 0;
  width: 100%;
}
div[aria-describedby=variationPriceAnnounceMailDialog] .ui-dialog-titlebar-close,
div[aria-describedby=spsVarpriceStockDialog1] .ui-dialog-titlebar-close {
  top: 30%;
}
input#announceMailAddress {
  width: 99%;
}
.sps-enqueteTable input[type=radio] {
  margin: 0 3px 2px 5px;
}
/*支払方法選択*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side {
  padding: 0;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .point_use_table .side,
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .side .paytypewrap {
  font-size: 90%;
}
#EST_SPS_cart #contact div.mainCont h4.newMemberinfo {
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5em;
  overflow: hidden;
}
#contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
  padding: 1em 5px;
  text-align: left;
  width: 18%;
}
.cartTopMsg {
  margin-top: 1em;
}
form[name=COUPON] .backcolor2 {
  padding: 1em !important;
}
.login-next {
  margin-top: 1em;
}
/*レジ画面プルダウン*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select {
  margin: 5px 0;
}
.SPS-regi-item_detail {
  display: block !important;
  padding-top: 3em;
}
#contact table.cartItem {
  margin: 0;
}
#contact select[name^=enq_ans_month],
#contact select[name^=enq_ans_day] {
  min-width: 60px;
}
#EST_SPS_cart #contact #center1 .centerbox .mainFrame .mainCont form[name=NEXTM] table td hr {
  display: block;
  margin: 0 20px 1rem;
  height: 2px;
  background-color: #e0e0e0;
  border: 0;
}
.cartBtnPreviousBottom {
  display: inline-block;
  vertical-align: middle;
}
.itemPic img {
  height: auto;
  min-width: 50px;
}
.SPS-fontlarge {
  font-size: 1.2em;
  vertical-align: middle;
}
#EST_SPS_order .sps-noregist {
  cursor: pointer;
  display: inline-block;
  margin-top: 0.5em;
  font-size: 0.8em;
}
.sps-coupon_notice {
  font-size: 0.8em;
}
/*お届けスケジュールカレンダー表示*/
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.first {
  padding: 1rem 0.5% 1rem 1% !important;
  width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.second {
  padding: 1rem 0.5% !important;
  width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal td.third {
  padding: 1rem 1% 1rem 0.5% !important;
  width: 32%;
}
#contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 #deli_scadule .deli_plan_cal th {
  padding: 20px;
  text-align: center;
}
/*会員登録完了*/
/*#contact #center3 .centerbox h3.title1 {
   font-size: .9rem;
   letter-spacing: 0.05em;
   padding: 21px 0;
}*/
#contact #center3 .centerbox .mainCont p {
  font-size: 0.8rem;
}
/*-----------------------------------------------------*/
/*	for -768px					*/
/*-----------------------------------------------------*/
@media screen and (max-width: 768px) {
  /*店長日記*/
  #main-column .freeArea2.shopDiary p a {
    margin: 15px 0 0 66%;
    padding: 1%;
    width: 34%;
  }
  .half-cont, .half-cont:nth-child(2n) {
    box-sizing: border-box;
    float: none;
    margin: 0;
    width: 100%;
  }
  .newItem, .pickup, .ranking {
    padding: 0;
    margin: 0 0 10px;
  }
  #main-column .half-cont_wrap01 .half-cont .category h2,
  #main-column .half-cont_wrap02 .half-cont .category h2,
  #main-column .half-cont_wrap01 .half-cont .group h2,
  #main-column .half-cont_wrap02 .half-cont .group h2 {
    padding: 21px 0;
    font-size: 100%;
  }
  /*まとめ買い(768px)*/
  h2.sps-add-to-cart-together input[type=text] {
    display: inline;
    height: 34px;
  }
  h2.sps-add-to-cart-together select {
    height: 34px;
  }
  .column4 h2 select, .column5 h2 select {
    height: 34px;
    width: 40px;
  }
  .column4 h2 input, .column5 h2 input {
    height: 34px;
    padding: 0 2%;
    text-align: right;
    width: 40px;
  }
  /* 入荷連絡(768px) */
  #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 th {
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    display: block;
    padding: 10px 5px;
    width: 100%;
  }
  #variationPriceAnnounceMailDialog #center3 table.bordlayoutp3 td {
    box-sizing: border-box;
    display: block;
    border: none;
    padding: 10px 5px;
    width: 100%;
  }
  div[aria-describedby=variationPriceAnnounceMailDialog], div[aria-describedby=spsVarpriceStockDialog1] {
    left: 2% !important;
    right: 2%;
    position: absolute !important;
    width: 96% !important;
  }
  /*ポップアップ全般(768px)*/
  .ui-dialog {
    width: 96% !important;
    left: 2% !important;
    top: 20px !important;
    max-height: 80vh;
    overflow: auto;
  }
  .ui-dialog .ui-dialog-content, .ui-widget-content {
    max-height: 80vh !important;
  }
  div#sps-cartaddModal {
    width: 100% !important;
  }
  .ui-dialog #notChangeCycleDialog.ui-dialog-content {
    height: initial !important;
  }
  div[aria-describedby=notChangeCycleDialog] {
    position: fixed;
  }
  div[aria-describedby=amazon_dialog] {
    position: fixed !important;
  }
  /*入荷連絡/在庫一覧スクロール(768px)*/
  #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
    height: 96% !important;
    max-height: 96% !important;
  }
  div[aria-describedby=variationPriceAnnounceMailDialog], div[aria-describedby=spsVarpriceStockDialog1] {
    position: fixed !important;
  }
  /*商品画像ポップアップ(768px)*/
  .ui-dialog div#dialog {
    height: 93% !important;
  }
  .fl_contents .fl_main {
    float: none;
    margin: 0 0 10px;
    overflow: initial;
  }
  .fl_main div {
    max-width: 85% !important;
    display: table-cell;
    vertical-align: middle;
    float: none !important;
  }
  .fl_contents .fl_thumbnail {
    box-sizing: border-box;
    float: none;
    max-width: none !important;
    overflow: hidden;
    width: 100%;
  }
  /*ダイアログ-商品を追加しました(768px)*/
  div.sps-cartaddBtnContent {
    width: 460px;
    margin: 0 auto;
  }
  div[aria-describedby=sps-cartaddModal] {
    height: auto !important;
  }
  section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
    min-width: 69px;
  }
  #spsVarpriceStockDialog1 table.variation th.sps-variation-stock {
    max-width: 120px;
    min-width: 100px;
    width: 121px !important;
  }
  section#itemDetail-wrap .cartArea table.variation th.sps-variation-cart {
    max-width: 121px;
    min-width: 100px;
    width: 121px !important;
  }
  section#itemDetail-wrap .cartArea table.variation td input[type=image] {
    height: auto;
    max-width: 110px;
  }
  #center3 .centerbox table td.backcolor2 input[type=text] {
    width: 98%;
  }
  .fl_contents {
    width: auto !important;
  }
  .fl_main {
    display: table;
    width: 100% !important;
  }
  .fl_main div {
    left: 0 !important;
  }
  .fl_main_img {
    height: initial !important;
    padding-top: 0 !important;
    margin: 0 auto;
    max-width: 100% !important;
  }
  #thum_next, #thum_prev {
    min-width: 15px;
    padding-left: 5px !important;
    padding-top: 0 !important;
  }
  .fl_t_item {
    box-sizing: border-box;
    margin: 1% !important;
    padding: 2% !important;
  }
  .fl_img_selected {
    border: 2px solid #330000 !important;
    margin: 1% !important;
    padding: 2% !important;
  }
  /*ドロワー内 メルマガ(768px)*/
  #sub-column #snav_mailMag {
    box-sizing: border-box;
    width: 100%;
  }
  #sub-column div.snav_mailMag_cont {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  #sub-column div.snav_mailMag_cont p:last-child {
    background-color: #FFF;
    height: auto;
    line-height: 130%;
    margin: 15px 0 10px 24%;
    padding: 10px 1%;
  }
  /*フッター/ドロワー内 注目キーワード(768px)*/
  #sub-column .link.keyword nav {
    padding: 5px 2% 0;
  }
  #sub-column .link.keyword nav ul li {
    border: none;
    background-color: inherit;
    display: inline;
  }
  #sub-column .link.keyword nav ul li a {
    background-color: #FFF;
    border-radius: 0px;
    display: inline-block;
    margin: 0 0 2%;
    padding: 3% 2%;
  }
  #sub-column .link.keyword nav ul li a:hover {
    color: #999;
  }
  #sub-column .keyword nav ul li a::after {
    display: none;
  }
  /*-- サイトマップ(768px) --*/
  section #document .txt-list03 section.tree00 {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  /*-- お客様の声(768px) --*/
  article #main-column section.rating .tmb {
    margin-right: 2%;
    width: 23%;
  }
  article #main-column section.rating .reviewTxt {
    width: 75%;
  }
  article #main-column section.rating h2 {
    display: block;
    width: 100%;
  }
  article #main-column section.rating .btnMore {
    display: block;
    margin: 10px 0 0 0;
    width: 170px;
  }
  article #main-column form[name=REVIEWLIST] .btnMore img {
    width: 190px;
  }
  /*-- カート/アンケート(768px) --*/
  #cart-header #hNav ul#header-nav li#header-nav-cart,
  #enquete-header #hNav ul#header-nav li#header-nav-cart {
    margin-left: 0;
  }
  #cart-header #hNav ul#header-nav li,
  #enquete-header #hNav ul#header-nav li {
    margin-right: 0;
  }
  #cart-header #header-inner {
    display: table;
  }
  #cart-header #main-nav {
    display: none;
  }
  #contact {
    width: 100%;
    margin: 0 auto;
  }
  #center1 .centerbox .mainCont {
    padding: 10px 0;
  }
  #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02,
  #contact #center1 .centerbox .mainCont .step_navi03, #contact #center1 .centerbox .mainCont .step_navi04 {
    background-size: 100%;
    margin: 0 auto;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[type=submit] {
    margin: 5px 0;
    padding: 0 1em;
    min-width: 50px;
    width: auto;
  }
  .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit] {
    padding: 0 6%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
    margin-right: 5px;
    max-width: 50px;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=削除] {
    max-width: 60px;
    min-width: 34px;
    width: auto;
  } /*削除ボタン*/
  .sps-coupon_notice {
    display: block;
  }
  /*SSL*/
  .sps-sslSticker-description {
    line-height: 140%;
    margin: 0 !important;
    width: auto !important;
  }
  /*カート内関連商品(768px)*/
  #contents .cart-section .column5 {
    float: left;
    width: 22% !important;
    margin: 0 4% 10px 0 !important;
    padding-bottom: 10px !important;
  }
  #contents .cart-section .column5:nth-child(4n) {
    margin: 0 0 10px 0 !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[type=text]#PREPAIR_POINT {
    display: inline;
  }
  /*会員情報の変更/お届け先情報(768px)*/
  /*#contact #center1 .centerbox #cartNewmem #newMemberTitle h3.title1 {
    font-size: 150%;
  }*/
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td,
  #contact .sps-inputTable td, #center3 .sps-inputTablePopup td,
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputItem,
  #contact .sps-inputTable td.sps-inputContent, #center3 .sps-inputTablePopup td.sps-inputItem,
  table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td {
    border-left: 0;
    border-right: 0;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  table#enter #center-seo .centerbox .mainCont div.bordlayoutp3 .sps-inputTablePopup td:nth-child(2) {
    border: none;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi td {
    border: none;
    width: 100% !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:first-child {
    padding: 0 !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td table.sps-inputTable-banchi tr td:nth-child(2) {
    padding: 0 0 1rem !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable tr:last-child td {
    border: none;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent,
  #contact .sps-inputTable td.sps-inputConten,
  #center3 .sps-inputTablePopup td.sps-inputContent {
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  #center3 .sps-inputTablePopup td:first-child {
    font-weight: bold;
    text-align: left;
  }
  #center3 .sps-inputTablePopup input[type=text],
  #center3 .sps-inputTablePopup input[type=password],
  #center3 .sps-inputTablePopup select {
    max-width: 100%;
    width: 100%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td:nth-child(2n),
  #center3 .sps-inputTablePopup td:nth-child(2n) {
    border: none;
  }
  #center3 .sps-inputTablePopup td.form_group {
    line-height: 225%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont input[type=text],
  #contact #center1 .centerbox .mainFrame .mainCont td#cartNewmem #newMemberTitle .mainCont textarea {
    width: 100%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .sps-inputTable td.sps-inputContent input[type=text],
  #center3 .sps-inputTablePopup .sps-inputContent input[type=text],
  #center3 .sps-inputTablePopup td input[type=text], #center3 .sps-inputTablePopup td select[name=Pref] {
    max-width: initial;
    width: 100% !important;
  }
  #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup td {
    background-color: #FFF;
    display: block;
    width: 100% !important;
  }
  #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:first-child {
    padding: 0;
  }
  #center3 table.sps-inputTablePopup table.sps-inputTable-banchiPopup tr td:nth-child(2) {
    padding-top: 0;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td p.wrapn_select span,
  #center3 .centerbox .bordlayoutp3 table tbody tr td p.wrapn_select span {
    margin: 0 10px 0 0;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_TIME],
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=RECV_DATE_LIST],
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td input[name=RECV_NGDAY],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
  #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td select[name=RECV_TIME],
  #center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY] {
    width: 100% !important;
    margin-left: 0;
    max-width: inherit;
  }
  #center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY],
  #center3 .centerbox .bordlayoutp3 #RECVDATE table tbody tr td input[name=RECV_NGDAY] {
    width: 100% !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
    display: block;
    max-width: inherit;
    width: 100% !important;
  }
  /*お届けスケジュール(768px)*/
  #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
    width: 30% !important;
  }
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_scadule_box table.deli_cycle td {
    background-color: none;
    border: none;
    display: block;
    padding: 0 !important;
    width: 100%;
  }
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third {
    box-sizing: border-box;
    display: block;
    padding: 1rem 1% !important;
    width: 100%;
  }
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.deli_plan_calday {
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first th,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second th,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third th,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.first td,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.second td,
  #contact #center1 .centerbox .mainCont .bordlayoutp3 #deli_scadule .deli_plan_box table.deli_plan_cal td.third td {
    box-sizing: border-box;
    padding: 3% !important;
    width: 13% !important;
  }
  #center-seo .centerbox .layoutp3 + .bordlayoutp3 > table, #center3 .centerbox .layoutp3 + .bordlayoutp3 > table {
    width: 100% !important;
  }
  /*SSL(768px)*/
  .sps-sslSticker-description {
    margin: 0 !important;
    padding: 2% 0 0;
    width: 100% !important;
  }
  /*お届けスケジュール確認ポップアップ(768px)*/
  div[aria-describedby=allChangeScheduleStatus],
  div[aria-describedby=changeScheduleStatus] {
    position: fixed !important;
  }
  /*新規会員登録table(768px)*/
  #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td {
    box-sizing: border-box;
    display: block;
    padding: 1em 5px;
    text-align: left;
    width: 100% !important;
  }
  #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor1 {
    font-weight: bold;
  }
  #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td.backcolor2,
  #contact #center3 .centerbox .mainCont .layoutp3 #userinfo td:nth-child(2) {
    border: none;
    min-height: 44px;
  }
  /*-- アンケート(768px) --*/
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr {
    padding-bottom: 10px;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
    width: 140px;
  }
  /*メールマガジン登録・解除(768px)*/
  #contact table.mailMF input.mailAddress, #contact table.mailMF input.mailAddress_new {
    width: 100%;
  }
  #contact table.mailMF input.btn-confirmNext {
    margin: 15px 0;
  }
  #contact.sps-mailMagazine .sps-mailMagazine-freeArea {
    margin: 60px 0 0;
    width: 100%;
  }
  #contact .mailm .txtBox h2 {
    padding: 15px;
    background-color: #EEE;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
  }
  #contact table.mailMF tbody tr th {
    display: none;
  }
  #contact table.mailMF tbody tr td {
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  #contact table.mailMF tbody tr td input[type=text] {
    border: 1px solid #A9A9A9;
    float: none;
  }
  #contact table.mailMF span.btn-confirm {
    float: none;
  }
  #contact table.mailMF tbody tr td input[type=button] {
    float: none;
    margin: 15px auto;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td input {
    margin-left: 0;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td input {
    margin-left: 12px;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:first-child td:nth-child(2) input {
    margin-left: 8px;
  }
  /*-- お問い合わせ/商品についてのお問い合わせ/お友達に教えるポップアップ --*/
  form[name$=FORM] ~ tbody #center3 .layoutp3 table th {
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 100%;
  }
  form[name$=FORM] ~ tbody #center3 .layoutp3 table td {
    border: none;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  /*-- お客様の声をお送りください(768px) --*/
  .sps-reviewComment .mainCont p.no2 {
    width: 100% !important;
  }
  .mainCont .comment_box {
    text-align: left;
    width: 100% !important;
  }
  .mainCont .comment_box table {
    table-layout: fixed;
  }
  .mainCont .comment_box table td.backcolor1 {
    border-left: none;
    border-right: none;
    display: block;
    width: 100% !important;
  }
  .mainCont .comment_box table td.backcolor2 {
    border: none;
    display: block;
    padding: 1em 0;
    width: 100%;
  }
  .mainCont .comment_box form[name=form3] table table td input[type=password] {
    width: 100% !important;
  }
  .mainCont .comment_box form[name=form3] table td.backcolor2 table input[type=text] {
    width: 100% !important;
  }
  .mainCont .comment_box table td.backcolor2 br {
    display: none;
  }
  #to-cart a:hover img, #page-top a:hover img {
    opacity: 1;
  }
  .customResponsiveTable > tbody > tr:not(:first-of-type) {
    border: 1px solid #999;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.setColspan {
    display: none;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.unsetColspan {
    display: table-cell !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.delivery_edit_title {
    display: block;
    border: unset !important;
    padding: 1rem 0 0 1% !important;
    width: 100% !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 .customResponsiveTable td.delivery_edit_input {
    display: block;
    border: unset !important;
    padding: 0 0 1rem 1% !important;
    width: 98% !important;
  }
}
/*-----------------------------------------------------*/
/*	for -580px					*/
/*-----------------------------------------------------*/
@media screen and (max-width: 580px) {
  /*商品一覧*/
  #itemList_wrap #pager-top .selectbox .select01 {
    margin: 0 0 15px;
    width: 100%;
  }
  #center3 input[type=submit] {
    display: block;
    margin: 0 auto 12px !important;
    min-width: 150px;
    width: auto;
  }
  #center3 input[type=submit][value=　　決定　　] {
    display: inline;
  }
  #center3 .layoutp3 input[type=button][value=キャンセル] {
    margin: 0 auto;
    min-width: 150px;
    width: auto;
  }
  #center3 .bordlayoutp3 table tbody tr td input[type=button] {
    display: block;
    margin: 0;
    padding: 0 2%;
    width: 100%;
  }
  #center3 .bordlayoutp3 table tbody tr td input[type=button]:nth-child(n+2) {
    margin: 7px auto 0;
  }
  /*カート(580px)*/
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi td {
    display: block;
    padding: 0 !important;
    width: 100% !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable td.sps-inputContent table.sps-inputTable-banchi tr:first-child td div {
    margin-bottom: 10px;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[type=button][value=購入手続きへ進む] {
    margin: 0;
    width: 90%;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[type=button][value=戻る] {
    margin: 10px 0 0;
    width: 90%;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[type=button][value="　 次へ　 "],
  .cart-section #contact #center1 .centerbox .mainCont input[type=button][value=確認画面に進む],
  .cart-section #contact #center1 .centerbox .mainCont input[type=button][value=　この内容で注文する　] {
    display: block;
    width: 90%;
    margin: 10px auto 0;
  }
  /*マイページ*/
  #center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用する],
  #center3 .bordlayoutp3 table tbody tr td input[type=button][value=利用しない] {
    margin-left: 0;
  }
  /*お客様の声をお送りください*/
  .mainCont .comment_box form[name=form3] table td.backcolor2 table {
    width: 100%;
    margin: 0 auto;
  }
  .mainCont .comment_box form[name=form3] table td.backcolor2 table td:first-child {
    width: 90px;
  }
}
/*-----------------------------------------------------*/
/*	for -480px					*/
/*-----------------------------------------------------*/
@media screen and (max-width: 480px) {
  /*店長日記(480px)*/
  #main-column .freeArea2.shopDiary p a,
  #main-column .half-cont_wrap01 .half-cont .freeArea2.shopDiary p a,
  #main-column .half-cont_wrap02 .half-cont .freeArea2.shopDiary p a {
    font-size: 90%;
    margin: 15px 0 0 48%;
    padding: 1%;
    text-align: center;
    width: 52%;
  }
  /*ダイアログ-商品を追加しました(480px)*/
  div.sps-cartaddBtnContent {
    width: auto;
  }
  /*ポップアップ全般(480px)*/
  .ui-dialog {
    position: fixed !important;
    top: 20px !important;
  }
  .ui-dialog .ui-dialog-content, .ui-widget-content {
    max-height: 70vh !important;
  }
  /*入荷連絡/在庫一覧スクロール(480px)*/
  #variationPriceAnnounceMailDialog, #spsVarpriceStockDialog1 {
    height: 93% !important;
    max-height: 93% !important;
  }
  div[aria-describedby=variationPriceAnnounceMailDialog], div[aria-describedby=spsVarpriceStockDialog1] {
    position: fixed !important;
    top: 20px !important;
  }
  /*商品画像ポップアップ(480px)*/
  .ui-dialog div#dialog {
    height: 93% !important;
  }
  .fl_contents {
    width: auto !important;
  }
  /*ドロワー内 メルマガ(480px)*/
  #sub-column div.snav_mailMag_cont p:last-child {
    margin: 15px 0 10px 16%;
    padding: 10px 1%;
  }
  /*-- お客様の声(480px) --*/
  article #main-column section.rating .tmb {
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  article #main-column section.rating .reviewTxt {
    float: none;
    margin: 5px 0 0 0;
    width: 100%;
  }
  article #main-column section.rating .ttlArea {
    display: block;
  }
  article #main-column section.rating h2 {
    display: block;
    width: 100%;
    padding: 0;
  }
  article #main-column section.rating .btnMore {
    text-align: right;
    width: 100%;
  }
  article #main-column #itemBox {
    position: relative;
    overflow: visible;
  }
  article #itemBox h2 {
    padding: 0 0 10px;
  }
  article div#main-column form[name=REVIEWLIST] .btnMore {
    display: block;
    float: none;
    position: absolute;
    right: 0;
    top: -30px;
    padding: 0 0 10px;
  }
  article div#main-column div#itemBox p.review_txt {
    float: none;
  }
  article #main-column section.rating ul li:nth-child(6),
  article #main-column section.rating ul li:nth-child(7) {
    width: 100%;
  }
  /*マイページボタン(480px)*/
  #center3 input[type=button], #center3 input[type=submit] {
    min-width: 100px;
    width: auto;
  }
  #center3 input.sps-my-display[type=button] {
    height: 40px;
  }
  /*-- カート/アンケート(480px) --*/
  #cart-header #hNav ul#header-nav li#header-nav-cart,
  #enquete-header #hNav ul#header-nav li#header-nav-cart {
    margin-left: 0;
  }
  #cart-header #hNav ul#header-nav li,
  #enquete-header #hNav ul#header-nav li {
    margin-right: 0;
  }
  #contact #center1 .centerbox .mainCont .step_navi01, #contact #center1 .centerbox .mainCont .step_navi02, #contact #center1 .centerbox .mainCont .step_navi03,
  #contact #center1 .centerbox .mainCont .step_navi04 {
    height: 100px;
    width: 100%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td {
    padding: 1rem 3px;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input {
    margin-right: 2px;
    max-width: 40px;
    min-width: 35px;
  }
  #contact #center1 .centerbox .mainCont input[type=button] {
    margin: 5px 0 5px 5px;
  }
  #contact #center1 .centerbox .mainCont input[type=button]:first-child {
    margin: 0 0 5px 5px;
  }
  #contact #center1 .centerbox .mainCont input[type=button].regi_next {
    margin: 5px 0 5px 5px;
  }
  .SPS-fontlarge {
    display: block;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td.backcolor2 input[name=COUPONCODE] {
    margin-left: 0;
    width: 70% !important;
  }
  #contact #center1 .centerbox .mainFrame .mainCont form[name=COUPON] .bordlayoutp3 td.backcolor2 input[type=button][value=適用] {
    margin: 0;
    min-width: auto;
    padding: 0 1em;
    width: 25%;
  }
  #cart-header #hNav ul#header-nav li#header-nav-cart {
    margin-left: 0;
  }
  #EST_SPS_order #contact #center1 .centerbox .mainCont input[type=button] {
    margin: 5px 0;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[value=住所変更],
  .cart-section #contact #center1 .centerbox .mainCont input[value=その他の情報変更] {
    margin: 5px 0 10px;
    padding: 0 1.5em;
  }
  .cart-section #contact #center1 .centerbox .mainCont input[value=詳細表示] {
    margin: 5px 5px 10px 0;
    padding: 0 1.5em;
  }
  .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id=spsLname],
  .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.sps-inputTable input[id=spsLnameKana] {
    margin: 0 0 15px;
  }
  .cart-section #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[type=submit][value=削除] {
    font-size: 0.7rem;
    padding: 0 2%;
    margin: 0;
    min-width: auto;
    width: 100%;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 table.cartItem tbody tr td input[value=変更] {
    display: block;
    font-size: 0.7rem;
    margin: 8px auto 0;
  }
  /*カート内関連商品(480px)*/
  #contents .cart-section .column5 {
    width: 49% !important;
    margin: 0 2% 20px 0 !important;
    padding-bottom: 20px !important;
  }
  #contents .cart-section .column5:nth-child(5n) {
    margin: 0 2% 20px 0 !important;
  }
  #contents .cart-section .column5:nth-child(2n) {
    margin: 0 0 20px 0 !important;
  }
  /*お届けスケジュール(480px)*/
  #deli_scadule .deli_scadule_box div.backcolor3.deli_plan table.layoutp5.deli_plan_day tbody tr td.backcolor1 {
    width: 40% !important;
  }
  /*アンケート(480px)*/
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] input[type=text] {
    margin-left: 0;
    min-width: 56px;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td,
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr td:first-child {
    display: block;
    padding-bottom: 10px;
    width: 100%;
  }
  div.enquete-section #contact #center1 .centerbox .mainCont .mainFrame .mainCont form[name=ENQ] table tbody tr:last-child td:last-child {
    padding-bottom: 0;
  }
  /*新規会員登録(480px)*/
  div[aria-describedby=amazon_dialog] .ui-dialog-content {
    padding: 0.5em 0 !important;
  }
  /*-- お客様の声をお送りください(480px) --*/
  .mainCont .comment_box form[name=form3] table table td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  /*会員情報の変更/お届け先情報(480px)*/
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_N],
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 td select[name=WRAP_W],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_N],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=WRAP_W] {
    max-width: inherit;
    min-width: auto;
  }
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_DATE_LIST],
  #center3 .centerbox .bordlayoutp3 table tbody tr td select[name=RECV_TIME],
  #center3 .centerbox .bordlayoutp3 table tbody tr td input[name=RECV_NGDAY] {
    display: block;
    width: 100% !important;
  }
  #center3 .layoutp3 input[type=button][value=キャンセル] {
    min-width: 100px;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
    display: block;
    width: 100%;
  }
  #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td {
    padding: 0 !important;
  }
  #EST_SPS_regi #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td input[type=button][value=編集] {
    height: 30px;
  }
  #contact #center1 .centerbox .mainFrame .mainCont .bordlayoutp3 tr.border_none td.send_info.border.center {
    width: 30% !important;
  }
}
/*Ｅストアーモバイル*/
#sps-menu img, #global-navi img {
  width: 100%;
}
/*************************************************
ここまでデフォルトショップサーブテーマ
*************************************************/
#main-column-full {
  width: 100%;
}
#formArea {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#formArea #contact > table {
  width: 100%;
}
input[name=LName],
input[name=FName],
input[name=PwdLName],
input[name=PwdFName],
input[name=YourLName],
input[name=YourFName] {
  width: 160px !important;
}
@media screen and (max-width: 576px) {
  input[name=LName],
  input[name=FName],
  input[name=PwdLName],
  input[name=PwdFName],
  input[name=YourLName],
  input[name=YourFName] {
    width: 100% !important;
  }
}
.sps_forgetpwd {
  width: 100%;
}
.SPS-regi-addresseeData td {
  padding-right: 0;
  padding-left: 0;
}
.SPS-regi-addresseeData label {
  display: flex;
  align-items: flex-start;
}
.sps-required {
  font-size: 80%;
  background: none !important;
  color: #CF0000 !important;
}
font[color="#FF0000"],
font[color=red] {
  color: #CF0000;
}
.formErrorContent {
  color: #CF0000 !important;
}
.title1 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #FF9803;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#contact #selectaddressee table.layoutp3 tbody tr td input {
  top: 5px;
}
/*営業日カレンダー*/
#sub-column {
  width: 100%;
  margin-top: 30px;
}
#subc_calendar .subc_cal_cont h2 {
  margin-bottom: 10px;
}
#subc_calendar .subc_cal_cont h2:before {
  content: "\f111";
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 35%;
  vertical-align: middle;
}
#subc_calendar .subc_cal_cont h2:after {
  content: "定休日カレンダー";
}
#subc_calendar table.cal {
  table-layout: fixed;
  width: 100%;
}
#subc_calendar table.cal th p.month {
  display: inline-block;
  margin: 0 15px 10px;
}
#subc_calendar table.cal th input {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
#subc_calendar table.cal th input.prev {
  background: url(/common/img/calender_arrow_prev.jpg) no-repeat center/contain;
}
#subc_calendar table.cal th input.next {
  background: url(/common/img/calender_arrow_next.jpg) no-repeat center/contain;
}
#subc_calendar table.cal td {
  font-size: 90%;
  text-align: center;
  line-height: 1;
  border: 1px solid #B1A74F;
  font-weight: 300;
}
#subc_calendar table.cal td > div {
  padding: 5px;
}
#subc_calendar table.cal td > div.Today {
  background-color: #ccc;
  font-weight: bold;
}
#subc_calendar table.cal tr.headline td {
  background-color: #B1A74F;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}
#subc_calendar .cap {
  margin-top: 15px;
}
#subc_calendar .cap ul li.cap_txt {
  display: flex;
  gap: 10px;
}
#subc_calendar .cap ul li.cap_txt span {
  font-size: 90%;
}
#subc_calendar .cap p.cap-info {
  font-size: 80%;
  font-weight: 400;
  margin-top: 10px;
}
/*共通*/
.small {
  font-size: 85%;
}
.big {
  font-size: 125%;
}
/*タイトル*/
.ttl_mincho {
  font-size: 30px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl_mincho {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.border_ttl {
  font-size: 135%;
  line-height: 1.1;
  padding-bottom: 5px;
  border-bottom: 1px solid #3E390C;
  margin-bottom: 15px;
}
/*商品一覧自動出力*/
.column-set {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 30px 15px;
  position: relative;
}
.column-set .column5 {
  position: relative;
  width: calc((100% - 60px) / 5);
}
@media screen and (max-width: 768px) {
  .column-set .column5 {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .column-set .column5 {
    width: calc((100% - 15px) / 2);
  }
}
.column-set .column4 {
  position: relative;
  width: calc((100% - 45px) / 4);
}
@media screen and (max-width: 768px) {
  .column-set .column4 {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .column-set .column4 {
    width: calc((100% - 15px) / 2);
  }
}
.column-set .itemThumb-wrap .itemThumb {
  padding-top: 100%;
  position: relative;
}
.column-set .itemThumb-wrap .itemThumb a:hover {
  opacity: 1;
}
.column-set .itemThumb-wrap .itemThumb a:hover img {
  filter: opacity(70%);
}
.column-set .itemThumb-wrap .item-list-span-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}
.column-set .itemThumb-wrap .item-list-span-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
.column-set .sps-itemList-stockDisp {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
}
.column-set .sps-wishAddItem {
  padding: 0 10px;
  cursor: pointer;
  display: none;
}
.column-set .sps-wishAddItem img {
  width: calc(100% - 20px);
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right center;
     object-position: right center;
}
.column-set .badge {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
}
.column-set .badge img {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.column-set h3 {
  margin-top: 10px;
}
.column-set h3 a {
  font-size: 115%;
  line-height: 1.5;
  font-weight: bold;
}
.column-set .price {
  font-size: 115%;
  margin-top: 10px;
}
.column-set .price .taxin {
  font-size: 80%;
}
/*ボタン*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 80px;
  margin: 50px auto 0;
  background-color: #FF9803;
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .btn {
    max-width: calc(100vw - 100px);
    height: 60px;
  }
}
/*--------------トップ---------------- */
.top_slider {
  padding-bottom: 30px !important;
}
.top_slider .swiper-button-prev,
.top_slider .swiper-button-next {
  top: 47%;
  width: 50px;
  transition: all 0.3s;
}
.top_slider .swiper-button-prev:before,
.top_slider .swiper-button-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px #FF9803;
  border-right: solid 2px #FF9803;
  position: absolute;
  top: 16px;
}
.top_slider .swiper-button-prev:after,
.top_slider .swiper-button-next:after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #FF9803;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 2px #FF9803;
  font-size: 24px;
}
.top_slider .swiper-button-prev:hover,
.top_slider .swiper-button-next:hover {
  opacity: 0.7;
}
.top_slider .swiper-button-prev {
  left: auto;
  right: 70.5%;
}
@media screen and (max-width: 1200px) {
  .top_slider .swiper-button-prev {
    right: 75.5%;
  }
}
@media screen and (max-width: 992px) {
  .top_slider .swiper-button-prev {
    right: 80%;
  }
}
@media screen and (max-width: 768px) {
  .top_slider .swiper-button-prev {
    display: none;
  }
}
.top_slider .swiper-button-prev:before {
  right: 16px;
  transform: rotate(-135deg);
}
.top_slider .swiper-button-next {
  right: auto;
  left: 70.5%;
}
@media screen and (max-width: 1200px) {
  .top_slider .swiper-button-next {
    left: 75.5%;
  }
}
@media screen and (max-width: 992px) {
  .top_slider .swiper-button-next {
    left: 80%;
  }
}
@media screen and (max-width: 768px) {
  .top_slider .swiper-button-next {
    display: none;
  }
}
.top_slider .swiper-button-next:before {
  right: 21px;
  transform: rotate(45deg);
}
.top_slider .swiper-pagination {
  bottom: 0;
}
.top_slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 3px !important;
}
.top_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FF9803;
}
.news h2,
.newItem h2,
.pickup h2,
.ranking h2,
.h2 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #FF9803;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  .news h2,
  .newItem h2,
  .pickup h2,
  .ranking h2,
  .h2 {
    margin: 30px;
    font-size: 26px;
  }
}
#lineup .lineup-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #lineup .lineup-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.ranking {
  max-width: 1200px;
  margin: 0 auto 110px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .ranking {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 70px;
  }
}
.ranking h2 {
  padding: 80px 0;
  margin-bottom: -30px;
  color: #fff;
  position: relative;
}
.ranking h2:after {
  content: "";
  display: block;
  width: 100vi;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(94, 94, 94, 0.5);
  background-image: url(../img/ttl_bg_rank.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ranking h2 {
    padding: 50px 0;
    margin-bottom: -15px;
  }
}
.ranking .itemThumb-wrap {
  position: relative;
}
.ranking .badge {
  position: absolute;
  top: -10px;
  left: 10px;
  display: block;
}
.ranking .badge img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .ranking .badge img {
    width: 25px;
    height: 25px;
  }
}
.pickup {
  max-width: 1200px;
  margin: 0 auto 110px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto 70px;
  }
}
.pickup h2 {
  padding: 80px 0;
  margin-bottom: -30px;
  color: #fff;
  position: relative;
}
.pickup h2:after {
  content: "";
  display: block;
  width: 100vi;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(94, 94, 94, 0.5);
  background-image: url(../img/ttl_bg_pickup.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pickup h2 {
    padding: 50px 0;
    margin-bottom: -15px;
  }
}
.pickup .column5 {
  width: calc((100% - 45px) / 4);
  gap: 30px 15px;
}
@media screen and (max-width: 768px) {
  .pickup .column5 {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .pickup .column5 {
    width: calc((100% - 15px) / 2);
  }
}
.pickup .badge {
  display: none;
}
#point {
  position: relative;
}
#point:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: url(../img/point_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#point .ttl_mincho {
  color: #fff;
}
#point p {
  color: #fff;
  font-size: 130%;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #point p {
    text-align: left;
    line-height: 2;
  }
}
#point .point-linklist {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 576px) {
  #point .point-linklist {
    flex-flow: column nowrap;
    gap: 25px;
  }
}
#point .point-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 170px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 150%;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #point .point-link {
    text-shadow: 1px 1px 2px rgba(94, 94, 94, 0.5);
  }
}
#point .point-link:hover {
  opacity: 1;
  text-shadow: 1px 1px 2px rgba(94, 94, 94, 0.5);
}
#point .point-link:hover:after {
  filter: blur(0) sepia(0%) saturate(120%);
}
#point .point-link:after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.2s ease-in-out;
  filter: blur(2px) sepia(80%);
}
@media screen and (max-width: 768px) {
  #point .point-link:after {
    filter: blur(3px) sepia(0%) saturate(120%);
  }
}
@media screen and (max-width: 768px) {
  #point .point-link {
    width: 45%;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #point .point-link {
    width: 80%;
    height: 120px;
  }
}
#point .point-link.kodawari::after {
  background-image: url(../img/top-bn-kodawari.jpg);
}
#point .point-link.farm::after {
  background-image: url(../img/top-bn-farm.jpg);
}
@media screen and (max-width: 992px) {
  #voice {
    margin-top: 0;
  }
}
#voice .voice-wrap {
  padding: 50px;
  padding-bottom: 70px;
  background-color: #FFF3E1;
}
@media screen and (max-width: 992px) {
  #voice .voice-wrap {
    padding-left: 25px;
    padding-right: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  #voice .voice-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#voice .h2 {
  color: #330000;
}
#voice .voice-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media screen and (max-width: 992px) {
  #voice .voice-list {
    gap: 30px 15px;
    overflow-x: scroll;
  }
}
#voice .voice-item {
  padding: 20px 35px;
  background-color: #fff;
  border: 2px solid #FF9803;
  border-radius: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #voice .voice-item:nth-child(n+4) {
    margin-bottom: 20px;
  }
}
#voice .voice-item .copy {
  color: #FF9803;
  font-size: 130%;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
#voice .voice-item .text {
  font-size: 115%;
}
#voice .voice-item .rating-row {
  display: inline-flex;
  align-items: flex-end;
  gap: 5px;
}
#voice .voice-item .star:before {
  content: "\f005";
  display: inline-block;
  font-size: 150%;
  color: #FF9803;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
#voice .voice-item .star_empty:before {
  content: "\f005";
  display: inline-block;
  font-size: 150%;
  color: #FF9803;
  font-weight: regular;
  font-family: "Font Awesome 6 Free";
}
#voice .voice-item .rate {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 130%;
  letter-spacing: 0.2rem;
  margin-left: 0.5rem;
  line-height: 1.1;
}
#voice .voice-item .rate > span {
  font-size: 160%;
  color: #FF9803;
}
#infomation {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 20px));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #infomation {
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 100%;
  }
}
.news {
  padding: 50px 30px;
  border: 1px solid #FF9803;
}
@media screen and (max-width: 768px) {
  .news {
    flex-shrink: 0;
    padding: 0 25px 30px;
  }
}
.news .news-contents {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
.news .news-box {
  position: relative;
}
.news .news-box span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 90%;
}
.news .news-box h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .news .news-box h3 {
    font-size: 16px;
    padding: 0 35px 10px 0;
  }
}
.news .news-box h3:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100vh;
  background-color: #FF9803;
  position: absolute;
  right: 5px;
  top: 2px;
}
@media screen and (max-width: 768px) {
  .news .news-box h3:before {
    right: 0;
  }
}
.news .news-box h3:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 12px;
  top: 7px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news .news-box h3:after {
    right: 7px;
  }
}
.news .news-box p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news .news-box p {
    font-size: 13px;
  }
}
.news .news-box p a {
  text-decoration: underline;
}
.news .news-box span ~ br,
.news .news-box p ~ br,
.news .news-box h3 ~ br {
  display: none;
}
.news .news-box dd.active h3:after {
  top: 10px;
  transform: rotate(-45deg);
}
#article-include {
  width: 100%;
  padding: 50px 30px;
  border: 1px solid #FF9803;
}
@media screen and (max-width: 768px) {
  #article-include {
    padding: 0 25px 30px;
  }
}
#article-include .journal-cont,
#article-include .comment,
#article-include .time,
#article-include .cate,
#article-include #bread-crumb,
#article-include #JournalList article {
  display: none;
}
#article-include h1 {
  /*スタイルリセット*/
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #FF9803;
  text-align: center;
  letter-spacing: 0.3rem;
}
#article-include h1::before {
  display: none;
}
@media screen and (max-width: 768px) {
  #article-include h1 {
    margin: 30px;
    font-size: 26px;
  }
}
#article-include article:nth-child(n+1) {
  display: flex;
  flex-flow: column-reverse nowrap;
  gap: 5px;
}
#article-include article:not(:last-child) {
  border-bottom: 1px dashed #3E390C;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#article-include h2 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #article-include h2 {
    font-size: 16px;
  }
}
#article-include .state_l {
  border: none;
  padding: 0;
  font-size: 90%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  #article-include .btn {
    max-width: 100%;
  }
}
#calender .calender-nav {
  border-bottom: 3px solid #FF9803;
}
@media screen and (max-width: 768px) {
  #calender .calender-nav {
    border-bottom: none;
    margin-bottom: 30px;
  }
}
#calender .calender-cont {
  padding: 50px 0;
  background-color: #FFF3E1;
}
#calender .calender-nav--list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #calender .calender-nav--list {
    flex-flow: row wrap;
    gap: 10px 20px;
  }
}
#calender .calender-nav--item {
  color: #fff;
  padding: 0 15px;
  background-color: #B1A74F;
  cursor: pointer;
}
#calender .calender-nav--item span {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 150%;
}
#calender .calender-nav--item.active {
  background-color: #FF9803;
}
@media screen and (max-width: 768px) {
  #calender .calender-nav--item {
    min-width: 70px;
    text-align: center;
  }
}
#calender .calender-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #calender .calender-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
}
#calender .attention {
  margin-top: 30px;
  font-size: 85%;
  text-align: right;
}
@media screen and (max-width: 576px) {
  #calender .attention {
    text-align: left;
  }
}
/*マーカースタイル*/
.marker {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.marker:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: rgba(245, 180, 0, 0.4431372549);
  position: absolute;
  bottom: 4px;
  left: 0;
  mix-blend-mode: multiply;
}
/*リストスタイル*/
ul.list,
ol.list {
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
  margin: 15px 0;
}
ul.list.checkbox li,
ol.list.checkbox li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3;
}
ul.list.checkbox li:before,
ol.list.checkbox li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 500;
  color: #FF9803;
  position: absolute;
  left: 0;
}
ul.list.dot li,
ol.list.dot li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  ul.list.dot li,
  ol.list.dot li {
    padding-left: 1rem;
  }
}
ul.list.dot li:before,
ol.list.dot li:before {
  content: "・";
  position: absolute;
  left: 0;
}
ul.list.num,
ol.list.num {
  counter-reset: num;
}
ul.list.num li,
ol.list.num li {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.3;
}
ul.list.num li:before,
ol.list.num li:before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
}
/* ※つきリスト */
.attention {
  margin-top: 10px;
}
.attention p {
  position: relative;
  padding-left: 1rem;
  font-size: 90%;
}
.attention p:before {
  content: "※";
  position: absolute;
  left: 0;
}
.attention p + p {
  margin-top: 10px;
}
/* 送料リスト */
.shipping-table {
  margin: 20px 0;
}
.shipping-table table {
  table-layout: fixed;
  width: 100%;
}
.shipping-table th, .shipping-table td {
  line-height: 1.1;
  padding: 10px 0px;
  text-align: center;
}
.shipping-table .heading th {
  text-align: center;
  background-color: rgba(177, 167, 79, 0.3);
}
.shipping-table .heading th:not(:last-child) {
  border-right: 10px solid #fff;
}
.shipping-table .heading th:first-child {
  width: 40%;
}
.shipping-table tr:not(.heading):not(:last-child) {
  border-bottom: 1px dashed #3E390C;
}
.shipping-table tr:not(.heading) th {
  text-align: left;
}
/*画像BOX*/
.imageBox {
  /*レイアウト*/
  display: flex;
  flex-flow: row nowrap;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .imageBox {
    flex-flow: column nowrap;
    gap: 20px;
  }
}
.imageBox:nth-of-type(2n) {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  .imageBox:nth-of-type(2n) {
    flex-flow: column nowrap;
  }
}
.imageBox:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .imageBox:not(:first-child) {
    margin-top: 50px;
  }
}
.imageBox.align-center {
  align-items: center;
}
.imageBox.column {
  flex-flow: column nowrap;
}
.imageBox.column .photo {
  width: 100%;
  height: 100%;
  padding-top: 40%;
}
.imageBox .photo {
  width: 40%;
  flex-shrink: 0;
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .imageBox .photo {
    width: 100%;
    height: 35vh;
    min-height: 0;
  }
}
.imageBox .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imageBox .photo.contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.imageBox .text {
  font-size: 110%;
  line-height: 1.8;
}
/*BOX内見出し*/
.title_main {
  font-weight: bold;
  font-size: 150%;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .title_main {
    font-size: 140%;
  }
}
.title_main::first-letter {
  font-size: 170%;
}
@media screen and (max-width: 768px) {
  .title_main::first-letter {
    font-size: 160%;
  }
}
.title_sub {
  color: #E64343;
  font-size: 135%;
  padding-bottom: 5px;
  border-bottom: 1px solid #E64343;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .title_sub {
    font-size: 110%;
  }
}
/*ページャー*/
.pagerlist ul {
  display: flex;
  gap: 15px;
  margin: 15px 0;
}
.pagerlist li > a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
.pagerlist li.selected {
  display: inline-block;
  padding: 5px 10px;
  background-color: #333;
  color: #fff;
}
/*パンくずリスト*/
#bread-crumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0px;
  margin-bottom: 50px;
}
#bread-crumb:has(~ #itemDetail-wrap) {
  margin-bottom: 0;
}
#bread-crumb ol {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#bread-crumb ol li {
  font-size: 13px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #bread-crumb ol li {
    font-size: 11px;
  }
}
#bread-crumb ol li:not(:last-of-type):after {
  content: "";
  border-left: 5px solid #FF9803;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #bread-crumb ol li:not(:last-of-type):after {
    right: 8px;
  }
}
#bread-crumb ol li a {
  color: #FF9803;
  text-decoration: underline;
}
#Journal:not(.article-template) #bread-crumb li:nth-of-type(2) {
  display: none;
}
/* 下層タイトル*/
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 250px;
  background: url(../img/ttl_bg_under.jpg) no-repeat center/cover;
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    padding: 15px;
    text-align: center;
    height: 150px;
  }
}
/*リンクテキスト*/
/*フリーページ*/
/*店長日記*/
#JournalList .row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#JournalList .row > article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px dashed #3E390C;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #JournalList .row > article {
    margin: 0 15px;
  }
}
#JournalList .row > article > h2 {
  display: block;
  width: 100%;
}
#JournalList .row > article > h2 a {
  display: block;
  padding: 20px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #JournalList .row > article > h2 a {
    padding: 15px 0;
    padding-right: 20px;
  }
}
#JournalList .row > article > h2 a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #3E390C;
  border-right: 2px solid #3E390C;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #JournalList .row > article > h2 a:after {
    width: 10px;
    height: 10px;
    right: 0;
  }
}
#JournalList .row > article .journal-cont {
  display: none;
}
#JournalList .row > article .state_l {
  flex-shrink: 0;
  font-size: 85%;
  border-top: none;
  padding: 0;
}
#JournalList .row > article .state_l .date font {
  font-size: 100% !important;
}
#JournalList .row > article .state_l .time {
  display: none;
}
#JournalList .row > article .state_l .comment {
  display: none;
}
#JournalList > article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  border-bottom: 1px dashed #3E390C;
  display: flex;
  flex-flow: row-reverse nowrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #JournalList > article {
    margin: 0 15px;
  }
}
#JournalList > article > h2 {
  width: 100%;
}
#JournalList > article a {
  display: block;
  padding: 20px 0;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #JournalList > article a {
    padding: 15px 0;
    padding-right: 20px;
  }
}
#JournalList > article a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #3E390C;
  border-right: 2px solid #3E390C;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  #JournalList > article a:after {
    width: 10px;
    height: 10px;
    right: 0;
  }
}
#JournalList > article .journal-cont {
  display: none;
}
#JournalList > article .state_l {
  flex-shrink: 0;
  font-size: 85%;
  border-top: none;
  padding: 0;
}
#JournalList > article .state_l .time {
  display: none;
}
#JournalList > article .state_l .comment {
  display: none;
}
/*通常ページ*/
#Journal .state_r {
  display: none;
}
#Journal .journal-cont {
  margin: 0;
}
.under-page .page-head p {
  font-size: 110%;
  text-align: center;
  line-height: 1.8;
}
/*ご利用ガイド*/
/*特定商取引法*/
#shopGuide_wrap {
  /*ご利用案内　タイトル追加*/
  /*レイアウト*/
  /*ご利用案内*/
  /*特商法*/
  /*ご利用案内　コンテンツ内CSS*/
}
#shopGuide_wrap h2 {
  /*ご利用案内*/
  /*特商法*/
}
#shopGuide_wrap h2:not(.ttlShop) {
  color: #FF9803;
  font-size: 110%;
  padding-bottom: 5px;
  border-bottom: 1px solid #FF9803;
  margin-bottom: 10px;
}
#shopGuide_wrap h2.ttlShop {
  margin: 100px 0 50px;
  font-size: 40px;
  font-weight: bold;
  color: #FF9803;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap h2.ttlShop {
    margin: 70px 0 30px;
    font-size: 26px;
  }
}
#shopGuide_wrap .guide01.index-1, #shopGuide_wrap .guide01.index-10, #shopGuide_wrap .guide01.index-13 {
  position: relative;
}
#shopGuide_wrap .guide01.index-1:before, #shopGuide_wrap .guide01.index-10:before, #shopGuide_wrap .guide01.index-13:before {
  content: "";
  display: block;
  margin: 100px 0 50px;
  font-size: 40px;
  font-weight: bold;
  color: #FF9803;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap .guide01.index-1:before, #shopGuide_wrap .guide01.index-10:before, #shopGuide_wrap .guide01.index-13:before {
    margin: 70px 0 30px;
    font-size: 26px;
  }
}
#shopGuide_wrap .guide01.index-1::before {
  content: "ご利用ガイド";
}
#shopGuide_wrap .guide01.index-10::before {
  content: "営業時間・発送について";
}
#shopGuide_wrap .guide01.index-13::before {
  content: "送料及びお支払い方法";
}
#shopGuide_wrap .guide01 {
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}
#shopGuide_wrap .guide01 + .guide01 {
  margin-top: 40px;
}
#shopGuide_wrap .ttlShop ~ table {
  table-layout: fixed;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #shopGuide_wrap .ttlShop ~ table {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
#shopGuide_wrap .ttlShop ~ table th, #shopGuide_wrap .ttlShop ~ table td {
  border: 1px solid #B1A74F;
  text-align: left;
  padding: 10px 20px;
}
#shopGuide_wrap .ttlShop ~ table th {
  background-color: #FFF3E1;
  width: 35%;
  border-right: none;
}
#shopGuide_wrap .ttlShop ~ table td {
  border-left: none;
}
#shopGuide_wrap .guide01 .fc-pink {
  color: #E64343;
}
#shopGuide_wrap .guide01 p + p {
  margin-top: 25px;
}
#shopGuide_wrap .guide01 .attention p + p {
  margin-top: 5px;
}
#shopGuide_wrap .guide01 .flexbox {
  display: flex;
  gap: 25px;
  flex-flow: row wrap;
}
#shopGuide_wrap .guide01 .flexbox .col-2 {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap .guide01 .flexbox .col-2 {
    width: 100%;
  }
}
#shopGuide_wrap .guide01 .shipping-table.col5 .heading th:first-child {
  width: auto;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap .guide01 .shipping-table.col5 td {
    text-align: left;
  }
}
/*プライバシーポリシー*/
.policy {
  max-width: 1080px;
  padding: 0 15px;
  margin: 0 auto;
}
.policy dl {
  margin: 50px 0;
}
.policy dt {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 10px;
}
.policy p + p {
  margin-top: 15px;
}
/*頒布会*/
#hanpukai .page-head p {
  font-size: 120%;
  line-height: 1.1;
  margin-bottom: 10px;
}
#hanpukai .page-head .list-wrap {
  margin: 30px auto;
  max-width: 75%;
  padding: 50px;
  border: 1px solid #FF9803;
  font-size: 110%;
}
#hanpukai .page-head .list-wrap .list {
  margin: 0;
}
@media screen and (max-width: 768px) {
  #hanpukai .page-head .list-wrap {
    max-width: 100%;
    padding: 25px;
  }
}
#hanpukai .otodoke-wrap {
  background-color: #FFF3E1;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  #hanpukai .otodoke-wrap {
    padding: 50px 25px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 768px) {
  #hanpukai .otodoke-wrap {
    padding: 40px 15px;
  }
}
#hanpukai .otodoke-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 20px;
}
@media screen and (max-width: 992px) {
  #hanpukai .otodoke-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }
}
@media screen and (max-width: 576px) {
  #hanpukai .otodoke-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 10px;
  }
}
#hanpukai .otodoke-item {
  position: relative;
}
#hanpukai .otodoke-item .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #FF9803;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}
#hanpukai .otodoke-item .badge span {
  display: inline-block;
  margin-top: 5px;
  font-size: 60%;
}
@media screen and (max-width: 768px) {
  #hanpukai .otodoke-item .badge {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -20px;
  }
}
#hanpukai .otodoke-item .photo.cool {
  position: relative;
}
#hanpukai .otodoke-item .photo.cool:after {
  content: "";
  display: block;
  width: 75px;
  height: 40px;
  background: url(../img/hanpukai-otodoke-cool.png) no-repeat center/contain;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #hanpukai .otodoke-item .photo.cool:after {
    bottom: 5px;
    left: 5px;
    width: 55px;
    height: 30px;
  }
}
#hanpukai .otodoke-item .desc .name {
  font-size: 120%;
  color: #FF9803;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px;
}
#hanpukai .otodoke-item .desc .name span {
  font-size: 80%;
}
#hanpukai .otodoke-item .desc .qty {
  display: flex;
  align-items: center;
  line-height: 1.1;
  gap: 15px;
  padding: 5px 0;
  border-bottom: 1px dashed #3E390C;
}
#hanpukai .otodoke-item .desc .qty:not(:last-child) {
  margin-bottom: 5px;
}
#hanpukai .otodoke-item .desc .qty dt {
  font-size: 125%;
  font-weight: 400;
}
#hanpukai .otodoke-item .desc .qty dt::first-letter {
  font-size: 75%;
}
#hanpukai .otodoke-item .desc .qty dd {
  font-size: 90%;
  letter-spacing: -0.05rem;
}
#hanpukai .otodoke-attention {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #hanpukai .otodoke-attention {
    grid-template-columns: 1fr;
  }
}
#hanpukai .otodoke-attention .shipping .border_ttl span {
  color: #E64343;
  font-size: 70%;
}
#hanpukai .otodoke-attention .attention {
  margin-top: 0;
}
#hanpukai .btn-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  #hanpukai .btn-wrap {
    flex-flow: column nowrap;
  }
}
#hanpukai .btn-wrap .btn.fax {
  background-color: #B1A74F;
}
/*ラッピングサービス*/
#rapping .rapping-box {
  text-align: center;
  padding: 40px;
  border: 1px solid #B1A74F;
}
#rapping .rapping-box > p {
  margin-bottom: 15px;
}
#rapping .rapping-box:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-box:not(:first-of-type) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #rapping .rapping-box {
    padding: 25px;
  }
}
#rapping .rapping-box.message .title {
  background-color: #FF9803;
  font-weight: bold;
  color: #fff;
  font-size: 120%;
  padding: 5px;
}
#rapping .rapping-box > div:not(:last-child) {
  margin-bottom: 30px;
}
#rapping .rapping-type {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-type {
    gap: 15px;
  }
}
#rapping .rapping-type--box {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 15px;
}
#rapping .rapping-type--box h5 {
  font-size: 150%;
}
#rapping .rapping-card {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-card {
    gap: 15px;
  }
}
#rapping .rapping-card--box {
  width: calc((100% - 60px) / 4);
}
#rapping .rapping-card--box p {
  margin-top: 5px;
  font-weight: 700;
  font-size: 110%;
}
#rapping .rapping-card--box img {
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-card--box {
    width: calc((100% - 20px) / 2);
  }
}
#rapping .rapping-card--sample p {
  margin: 10px 0;
}
#rapping .rapping-card--sample img {
  border: 1px solid #ccc;
}
#rapping .rapping-noshi--head {
  padding: 10px;
  background-color: #B1A74F;
  color: #fff;
  font-weight: 700;
  font-size: 110%;
  line-height: 1;
}
#rapping .rapping-noshi--sample {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  #rapping .rapping-noshi--sample {
    gap: 10px;
    flex-flow: row wrap;
    margin-bottom: 30px;
  }
}
#rapping .rapping-noshi--sample .noshi-sample--box {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 576px) {
  #rapping .rapping-noshi--sample .noshi-sample--box {
    gap: 10px;
    width: calc((100% - 10px) / 2);
  }
}
#rapping .rapping-noshi--sample .noshi-sample--box img {
  border: 1px solid #ccc;
}
#rapping .rapping-noshi--sample .noshi-sample--box p {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
  margin-top: 5px;
  align-items: flex-start;
  font-size: 90%;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--sample .noshi-sample--box p {
    font-size: 100%;
  }
}
#rapping .rapping-noshi--sample .noshi-sample--box p span {
  display: inline-block;
  line-height: 1;
  background-color: #FF9803;
  color: #fff;
  font-weight: bold;
  font-size: 80%;
  padding: 5px 10px;
  border-radius: 3px;
}
#rapping .rapping-noshi--sample .noshi-sample--box p span.choji {
  background-color: #333;
}
#rapping .rapping-noshi .rapping-box {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi .rapping-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#rapping .rapping-noshi:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi:not(:first-of-type) {
    margin-top: 0;
  }
}
#rapping .rapping-noshi--box > p {
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box > p {
    margin-top: 30px;
  }
}
#rapping .rapping-noshi--box .label {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 3fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .label {
    grid-template-columns: 1.3fr 0.8fr 1.9fr;
  }
}
#rapping .rapping-noshi--box .label span {
  display: block;
  text-align: center;
  background-color: #FFF3E1;
  font-size: 88%;
  font-weight: bold;
  line-height: 1;
  padding: 5px;
}
#rapping .rapping-noshi--box .label span:first-child {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .label span:first-child {
    display: none;
  }
}
#rapping .rapping-noshi--box .type {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .type {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#rapping .rapping-noshi--box .title {
  text-align: left;
  line-height: 1.2;
  padding: 10px 0;
  padding-left: 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .title {
    padding-left: 0.6rem;
    padding-bottom: 0;
  }
  #rapping .rapping-noshi--box .title br {
    display: none;
  }
}
#rapping .rapping-noshi--box .title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #FF9803;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .title:before {
    width: 6px;
    height: 6px;
    top: 14px;
  }
}
#rapping .rapping-noshi--box .list {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 10px;
  text-align: left;
  border-bottom: 1px dashed #B1A74F;
}
@media screen and (max-width: 768px) {
  #rapping .rapping-noshi--box .list {
    grid-template-columns: 1.3fr 0.8fr 1.9fr;
  }
}
#rapping .rapping-noshi--box .list dt, #rapping .rapping-noshi--box .list dd {
  line-height: 1.3;
  padding: 10px 0;
}
#rapping .rapping-noshi--box .list dd > span:not([class]) {
  display: block;
}
#rapping .noshi-modal {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #E64343;
  cursor: pointer;
}
#rapping #grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#rapping #grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 30vh;
  -o-object-fit: contain;
     object-fit: contain;
}
/*武田青果のこだわり*/
#kodawari {
  counter-reset: num;
}
#kodawari .ttl_mincho > span {
  color: #FF9803;
}
#kodawari .kodawari-ttl {
  color: #FF9803;
  font-size: 120%;
  line-height: 1.3;
  margin-top: -10px;
  margin-bottom: 15px;
}
#kodawari .kodawari-ttl:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero) ".";
  display: inline-block;
  transform: skewX(-10deg);
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  #kodawari .kodawari-ttl {
    width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: 140%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  #kodawari .kodawari-ttl:before {
    content: counter(num, decimal-leading-zero);
    display: block;
  }
}
#kodawari .kodawari-box {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #kodawari .kodawari-box {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  #kodawari .kodawari-box {
    grid-template-columns: 1fr;
  }
}
#kodawari .kodawari-box:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #kodawari .kodawari-box:not(:first-of-type) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  #kodawari .kodawari-box .photo {
    height: 180px;
    position: relative;
  }
  #kodawari .kodawari-box .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    filter: brightness(70%);
  }
}
/*タケダ農園*/
#farm .parallax-parent {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
#farm .parallax-bg {
  background: url(../img/farm_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
}
#farm .farm-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  #farm .farm-wrap {
    padding: 70px 30px;
  }
}
@media screen and (max-width: 576px) {
  #farm .farm-wrap {
    padding: 1px 20px 50px;
  }
}
@media screen and (max-width: 768px) {
  #farm .h2 {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  #farm .imageBox {
    margin-top: 0;
  }
  #farm .imageBox .photo {
    height: 50vh;
  }
}
#farm .imageBox2 {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px dashed #3E390C;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  #farm .imageBox2 {
    margin-top: 25px;
    padding-top: 25px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#farm .imageBox2 .photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#farm .imageBox2 .photo img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #farm .imageBox2 .photo {
    gap: 10px;
  }
}
#farm .grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #farm .grid-wrap {
    display: flex;
    flex-flow: column-reverse nowrap;
  }
}
#farm .grid-wrap .grid-col2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
#farm .grid-wrap .grid-areas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 5px 20px;
  grid-template-areas: "photo ttl " "photo desc";
}
#farm .grid-wrap .grid-areas.reverse {
  grid-template-areas: "ttl photo" "desc photo";
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #farm .grid-wrap .grid-areas.reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "photo" "ttl" "desc";
  }
  #farm .grid-wrap .grid-areas.reverse .photo {
    height: 50vh;
  }
}
#farm .grid-wrap .grid-areas .photo {
  grid-area: photo;
  position: relative;
}
#farm .grid-wrap .grid-areas .ttl {
  grid-area: ttl;
}
#farm .grid-wrap .grid-areas .desc {
  grid-area: desc;
}
#farm .grid-wrap .grid-areas .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#farm .grid-wrap .box {
  display: flex;
  align-items: center;
}
#farm .grid-wrap .box.column {
  gap: 5px;
  flex-direction: column;
}
#farm .grid-wrap .box.column .ttl {
  margin-top: 5px;
}
#farm .grid-wrap .box.row {
  gap: 20px;
  flex-direction: row;
}
#farm .grid-wrap .ttl {
  color: #FF9803;
  font-size: 110%;
  font-weight: 700;
}
/*メディア紹介*/
#media .page-head a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#media .media-box {
  padding: 30px;
  border: 1px solid #FF9803;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #media .media-box {
    flex-flow: column nowrap;
    gap: 5px;
    padding: 20px 10px;
  }
}
#media .media-box:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #media .media-box:not(:first-of-type) {
    margin-top: 25px;
  }
}
#media .media-box .date {
  flex-shrink: 0;
  opacity: 0.6;
}
#media .media-box .info a {
  color: #FF9803;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 576px) {
  #media .media-box .info img {
    display: block;
    margin: 0 auto;
  }
}
/*会社概要*/
#company {
  /*概要*/
  /*挨拶*/
}
#company .company-head {
  padding: 10px;
  background-color: #B1A74F;
  color: #fff;
  font-weight: 700;
  font-size: 110%;
  line-height: 1;
}
#company .company-table {
  padding: 20px 20px 35px;
  border: 1px solid #B1A74F;
}
#company .company-table--box {
  display: grid;
  grid-template-columns: 25% 1fr;
}
@media screen and (max-width: 576px) {
  #company .company-table--box {
    grid-template-columns: 40% 1fr;
  }
}
#company .company-table--box .title {
  text-align: left;
  padding: 10px 0;
  padding-left: 1rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #company .company-table--box .title {
    padding-left: 0.6rem;
    padding-bottom: 0;
  }
  #company .company-table--box .title br {
    display: none;
  }
}
#company .company-table--box .title:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #FF9803;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (max-width: 768px) {
  #company .company-table--box .title:before {
    width: 6px;
    height: 6px;
    top: 14px;
  }
}
#company .company-table--box dd {
  line-height: 1.3;
  padding: 10px 0;
  border-bottom: 1px dashed #B1A74F;
}
#company .company-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #company .company-info {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  #company .company-info {
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
#company .company-info--box .title {
  font-size: 130%;
  font-weight: bold;
  color: #FF9803;
  margin-bottom: 15px;
}
#company .company-info--box .text:not(:last-of-type) {
  margin-bottom: 20px;
}
#company .company-info--box .text .big {
  font-size: 135%;
}
#company .gmap {
  padding-top: 70%;
  position: relative;
}
@media screen and (max-width: 576px) {
  #company .gmap {
    padding-top: 100%;
  }
}
#company .gmap-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#company .gmap iframe {
  width: 100%;
  height: 100%;
}
#company #greeting {
  background-color: #FFF3E1;
}
#company .greeting-wrap {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #company .greeting-wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  #company .greeting-wrap {
    flex-direction: column-reverse;
  }
}
#company .greeting-wrap .photo {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #company .greeting-wrap .photo {
    text-align: center;
  }
}
#company .greeting-wrap .title {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 150%;
  margin-bottom: 15px;
}
/*よくあるご質問*/
@media screen and (max-width: 768px) {
  #faq .h2 {
    letter-spacing: 0.1rem;
  }
}
#faq .faq-linklist--wrap {
  margin: 30px 0;
}
#faq .faq-linklist--list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
@media screen and (max-width: 992px) {
  #faq .faq-linklist--list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 576px) {
  #faq .faq-linklist--list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 10px;
  }
}
#faq .faq-linklist--item {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#faq .faq-linklist--link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  border: 1px solid #FF9803;
  color: #FF9803;
  font-weight: bold;
  font-size: 115%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#faq .faq-linklist--link i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 50px;
}
#faq .faq-linklist--link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #FF9803 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s ease-in-out;
  z-index: 1;
}
#faq .faq-linklist--link:hover {
  opacity: 1;
  background-color: #FF9803;
  color: #fff;
}
#faq .faq-linklist--link:hover svg {
  color: #fff;
}
#faq .faq-linklist--link:hover svg path {
  fill: #fff;
}
#faq .faq-linklist--link:hover:before {
  bottom: -20px;
}
#faq .faq-box {
  font-size: 110%;
  padding-top: 30px;
}
#faq .faq-box:not(:first-of-type) {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #faq .faq-box:not(:first-of-type) {
    margin-top: 50px;
  }
}
#faq .faq-box dt, #faq .faq-box dd {
  position: relative;
}
#faq .faq-box dt:before, #faq .faq-box dd:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 180%;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 768px) {
  #faq .faq-box dt:before, #faq .faq-box dd:before {
    width: 30px;
    height: 30px;
    font-size: 150%;
    top: -20px;
  }
}
#faq .faq-box .question {
  position: relative;
  padding: 25px 50px;
  border: 2px solid #B1A74F;
  border-radius: 100vh;
  max-width: 85%;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.3;
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  #faq .faq-box .question {
    max-width: 95%;
    padding: 25px;
    margin-bottom: 30px;
    font-size: 110%;
  }
}
#faq .faq-box .question:before {
  content: "Q";
  background-color: #B1A74F;
  left: 30px;
  transform: rotate(-10deg);
}
#faq .faq-box .question:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-bottom: 2px solid #B1A74F;
  border-right: 2px solid #B1A74F;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
#faq .faq-box .answer {
  padding: 30px;
  border: 2px solid #E64343;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .faq-box .answer {
    padding: 20px;
  }
}
#faq .faq-box .answer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #E64343;
}
#faq .faq-box .answer:before {
  content: "A";
  background-color: #E64343;
  right: 30px;
  transform: rotate(10deg);
}
/*店長日記記事ページ*/
.article-template > article {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}
.article-template article + article {
  margin-top: 50px;
}
.article-template > article:first-of-type h2 {
  font-size: 150%;
  color: #FF9803;
  padding-bottom: 5px;
  border-bottom: 1px solid #FF9803;
}
.article-template > article:first-of-type > .state_l {
  font-size: 85%;
  border-top: 1px solid #FF9803;
}
.article-template > article:first-of-type > .state_l > ul {
  text-align: end;
}
.article-template > article:first-of-type > .journal-cont {
  padding: 70px 0;
}
.article-template > article:first-of-type > .journal-cont p {
  line-height: 1.8;
}
.article-template > article:first-of-type > .journal-cont a {
  color: #E64343;
  text-decoration: underline;
  text-underline-offset: 3px;
}
/*お客様の声*/
form[name=REVIEWLIST] {
  border-bottom: 1px solid #3E390C;
}
form[name=REVIEWLIST] #itemBox {
  max-width: 1200px;
  margin: 0 auto;
}
.pageNav_top, .pageNav {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 90% !important;
  border: none !important;
  padding-bottom: 10px !important;
}
.pageNav {
  padding-top: 10px;
  position: relative;
}
.pageNav:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #3E390C;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.rating {
  margin: 50px auto;
  max-width: 1200px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .rating {
    margin: 35px 0;
  }
}
.rating .reviewBox_item ul li {
  display: inline-block;
  vertical-align: bottom;
}
.rating .reviewBox_item ul li.space {
  margin-left: 10px;
}
.rating .reviewBox_item p {
  margin-top: 15px;
}
.rating .reviewBox {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 30px;
  padding: 40px 25px;
  background-color: #FFF3E1;
}
@media screen and (max-width: 768px) {
  .rating .reviewBox {
    padding: 25px 15px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.rating .tmb {
  width: 100% !important;
  margin: 0 !important;
}
.rating .tmb img {
  width: 100% !important;
}
.rating .reviewTxt {
  display: grid;
  grid-template-columns: 2fr auto;
  grid-template-areas: "ttl rating" "review review";
  grid-row: auto auto;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .rating .reviewTxt {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "ttl" "rating" "review";
    width: 100% !important;
  }
}
.rating .reviewTxt > .ttlArea {
  grid-area: ttl;
  display: flex;
  flex-flow: column nowrap;
  gap: 15px;
}
.rating .reviewTxt > .ttlArea h2 a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 115%;
}
@media screen and (max-width: 768px) {
  .rating .reviewTxt > .ttlArea h2 a {
    font-size: 125%;
  }
}
.rating .reviewTxt > .ttlArea p a {
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .rating .reviewTxt > .ttlArea p a {
    max-width: 230px;
  }
}
.rating .reviewTxt > ul {
  grid-area: rating;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row: auto auto auto;
  grid-template-areas: ". . . . ." "name name name name name" "date date date date date";
}
@media screen and (max-width: 768px) {
  .rating .reviewTxt > ul {
    grid-template-columns: repeat(5, 35px) 1fr;
    grid-template-areas: ". . . . . ." "name name name name name name" "date date date date date date";
    gap: 10px 0;
  }
}
.rating .reviewTxt > ul li {
  line-height: 1;
}
.rating .reviewTxt > ul li:last-child {
  grid-area: date;
  font-size: 85%;
}
.rating .reviewTxt > ul li:nth-last-child(2) {
  grid-area: name;
}
.rating .reviewTxt > ul li img {
  max-width: 35px;
}
.rating .reviewTxt > p {
  grid-area: review;
  padding-top: 25px;
  border-top: 1px dashed #3E390C;
  font-size: 110%;
}
@media screen and (max-width: 768px) {
  .rating .reviewTxt > p {
    padding-top: 15px;
  }
}
.rating .comment {
  position: relative;
  border: 1px solid #FF9803;
  padding: 0 25px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .rating .comment {
    margin-top: 20px;
    padding: 0 15px 20px;
  }
}
.rating .comment:after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-top: 1px solid #FF9803;
  border-right: 1px solid #FF9803;
  position: absolute;
  top: -12.5px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .rating .comment:after {
    width: 15px;
    height: 15px;
    top: -7.5px;
  }
}
.rating .comment h3 {
  padding: 20px 0;
  color: #FF9803;
  text-align: right;
}
.rating .comment h3:before {
  content: "\f54e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.4rem;
}
.rating .comment p {
  line-height: 1.2;
  font-size: 90%;
}
/*サイトマップ*/
#document.sitemap > section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#document.sitemap .tree00 {
  margin: 30px 0;
}
article #main-column {
  /*カテゴリページ*/
  /*まとめてカートへ*/
  /*ページ送り*/
  /*商品一覧*/
  /*商品ページ*/
}
article #main-column #itemList_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
article #main-column #itemList_wrap .sticky_btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  position: sticky;
  bottom: 20px;
  width: 500px;
  margin: 15px auto;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  article #main-column #itemList_wrap .sticky_btn {
    width: 220px;
  }
}
article #main-column #itemList_wrap .sticky_btn:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("https://jcshop.jp/common/img/icon_cart.svg") no-repeat center center/contain;
  position: absolute;
  left: 170px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  article #main-column #itemList_wrap .sticky_btn:before {
    width: 20px;
    height: 20px;
    left: 40px;
  }
}
article #main-column #itemList_wrap .sticky_btn.active {
  z-index: 10;
  opacity: 1;
}
article #main-column #itemList_wrap .sticky_btn:hover {
  opacity: 0.7;
}
article #main-column #itemList_wrap .sticky_btn input[type=button] {
  width: 100%;
  background: #FF9803;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 15px 20px 15px 80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  article #main-column #itemList_wrap .sticky_btn input[type=button] {
    font-size: 15px;
    padding: 10px 20px 10px 40px;
  }
}
article #main-column .cate_head {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  article #main-column .cate_head {
    margin-bottom: 30px;
  }
}
article #main-column .cate_head .img {
  margin-bottom: 20px;
}
article #main-column .cate_head .img img {
  width: 100%;
}
article #main-column .cate_head p + p {
  margin-top: 20px;
}
article #main-column .cate_head .point {
  color: #CF0000;
}
article #main-column .cate_head .bnr_link {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media screen and (max-width: 576px) {
  article #main-column .cate_head .bnr_link {
    flex-flow: column;
    align-items: center;
  }
}
article #main-column .cate_head .bnr_link a {
  display: block;
  width: calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  article #main-column .cate_head .bnr_link a {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
  }
}
article #main-column .cate_head .bnr_link a:nth-of-type(3n) {
  margin-right: 0;
}
article #main-column .cate_head .bnr_link a img {
  width: 100%;
}
article #main-column .cate_head .bnr_link .textlink {
  text-align: center;
  font-weight: bold;
  border: solid 4px #FF9803;
  background: rgba(51, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 7/3;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 992px) {
  article #main-column .cate_head .bnr_link .textlink {
    border-width: 3px;
    font-size: clamp(14px, 2.2vw, 20px);
  }
}
@media screen and (max-width: 576px) {
  article #main-column .cate_head .bnr_link .textlink {
    aspect-ratio: 199/60;
    font-size: clamp(14px, 4.5vw, 20px);
  }
}
article #main-column .cate_head .bnr_link .textlink:before {
  content: "";
  border-right: 15px solid #FF9803;
  border-top: 15px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  article #main-column .cate_head .bnr_link .textlink:before {
    border-right-width: 1.2vw;
    border-top-width: 1.2vw;
  }
}
@media screen and (max-width: 576px) {
  article #main-column .cate_head .bnr_link .textlink:before {
    border-right-width: 2.5vw;
    border-top-width: 2.5vw;
  }
}
article #main-column .expl {
  width: 100%;
  max-width: 960px;
  margin: 50px auto;
  background: #FFF3E1;
  text-align: center;
  padding: 30px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  article #main-column .expl {
    font-size: 13px;
    padding: 30px 10px;
  }
}
article #main-column .expl div + div {
  margin-top: 15px;
}
article #main-column .expl div:last-of-type {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
article #main-column .expl div:last-of-type:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("https://jcshop.jp/common/img/icon_cart.svg") no-repeat center center/contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
article #main-column .expl div:last-of-type input[type=button] {
  background: #FF9803;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 10px 20px 10px 30px;
  transition: all 0.3s;
}
article #main-column .expl div:last-of-type input[type=button]:hover {
  opacity: 0.7;
}
article #main-column .expl.clone div:before {
  content: none;
}
article #main-column .expl.expl-fixed {
  width: 100% !important;
  position: relative;
  border: none;
  top: auto;
  border-radius: 0;
}
article #main-column #pager-top {
  font-size: 80%;
}
@media screen and (max-width: 576px) {
  article #main-column #pager-top {
    font-size: 90%;
  }
}
@media screen and (max-width: 576px) {
  article #main-column #pager-top .selectbox {
    display: flex;
    flex-flow: column;
  }
}
article #main-column #pager-top .selectbox select {
  padding: 5px 10px;
  margin-right: 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (max-width: 576px) {
  article #main-column #pager-top .selectbox select {
    padding: 8px 5px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
article #main-column #pager-top .quantity {
  margin-top: 10px;
}
article #main-column #itemList,
article #main-column #itemList2 {
  margin-top: 40px;
}
article #main-column #itemList h1,
article #main-column #itemList2 h1 {
  display: none;
}
article #main-column #itemList h2,
article #main-column #itemList2 h2 {
  margin: 10px 0;
}
article #main-column #itemList .sps-add-to-cart-together,
article #main-column #itemList2 .sps-add-to-cart-together {
  font-size: 90%;
  font-weight: 500;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  article #main-column #itemList .sps-add-to-cart-together,
  article #main-column #itemList2 .sps-add-to-cart-together {
    margin: 5px 0 0;
  }
}
article #main-column #itemList .sps-add-to-cart-together select,
article #main-column #itemList2 .sps-add-to-cart-together select {
  padding: 3px 5px;
  margin-left: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
article #main-column #itemList .badge,
article #main-column #itemList2 .badge {
  display: none;
}
article #main-column #itemList2 .column-set {
  flex-flow: row wrap;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemList2 .column-set {
    gap: 0 15px;
  }
}
article #main-column #itemList2 .column4,
article #main-column #itemList2 .colmun5 {
  width: calc((100% - 45px) / 4);
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemList2 .column4,
  article #main-column #itemList2 .colmun5 {
    width: calc((100% - 15px) / 2);
    margin-bottom: 20px;
  }
}
article #main-column #itemList2 .itemThumb-wrap.itemThumb-wrap-left {
  width: 100%;
}
article #main-column #itemList2 .itemThumb-wrap-right {
  width: 100%;
  padding: 0;
  margin: 0;
}
article #main-column #itemList2 .itemThumb-wrap-left br {
  display: none;
}
article #main-column #itemList2 .inner-catch {
  margin-top: 10px;
  font-size: 90%;
}
article #main-column #pager-bm {
  margin-top: 40px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 768px) {
  article #main-column #pager-bm {
    margin-top: 30px;
    padding-top: 10px;
  }
}
article #main-column #pager-bm .quantity {
  font-size: 80%;
}
@media screen and (max-width: 768px) {
  article #main-column #pager-bm .quantity {
    font-size: 90%;
  }
}
article #main-column #itemDetail-wrap,
article #main-column #itemDetailSub-wrap,
article #main-column #itemDetailSub2-wrap,
article #main-column .recommend,
article #main-column .userreview {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0 15px;
}
article #main-column #itemDetail-wrap:first-of-type {
  display: flex;
  flex-direction: column-reverse;
}
article #main-column #itemDetail-wrap #itemDetail-cont {
  margin-bottom: 40px;
}
article #main-column #itemDetail-wrap #itemDetail-cont + .description {
  margin: 0 0 40px !important;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap #itemDetail-cont + .description {
    margin: 0 0 20px !important;
  }
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap #itemDetail-cont {
    margin-bottom: 20px;
  }
}
article #main-column #itemDetail-wrap .shopping_form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form {
    flex-flow: column;
    margin: 0 auto;
  }
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap {
  width: 47%;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap {
    padding-right: 15px;
  }
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb-main {
  width: 100%;
  margin-bottom: 10px;
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb-main img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb {
    overflow-x: scroll;
    padding-left: 5px;
    padding-bottom: 5px;
  }
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul li {
  width: calc((100% - 20px) / 5);
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul li {
    width: 70px;
  }
}
article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul li:nth-of-type(5n) {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form .itemThumb-wrap .itemThumb ul li:nth-of-type(5n) {
    margin-right: 5px;
  }
}
article #main-column #itemDetail-wrap .shopping_form #pi_cart {
  width: 53%;
}
@media screen and (max-width: 576px) {
  article #main-column #itemDetail-wrap .shopping_form #pi_cart {
    width: 100%;
  }
}
article #main-column #itemDetail-wrap .shopping_form .ico_itemType {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: none;
}
article #main-column #itemDetail-wrap .shopping_form .ico_itemType li {
  width: 30px;
  margin-right: 5px;
}
article #main-column #itemDetail-wrap .shopping_form .ico_itemType li img {
  vertical-align: middle;
}
article #main-column #itemDetail-wrap .shopping_form h1 {
  display: block;
  background: none;
  height: auto;
  width: auto;
  color: #3E390C;
  padding: 0;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
}
article #main-column #itemDetail-wrap .shopping_form h1:before {
  content: none;
}
article #main-column #itemDetail-wrap .shopping_form .price tr,
article #main-column #itemDetail-wrap .shopping_form .spec tr {
  display: flex;
  align-items: center;
}
article #main-column #itemDetail-wrap .shopping_form .price th,
article #main-column #itemDetail-wrap .shopping_form .spec th {
  text-align: left;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 140px;
  font-weight: 500;
  padding: 0 5px 0 0 !important;
}
article #main-column #itemDetail-wrap .shopping_form .price th, article #main-column #itemDetail-wrap .shopping_form .price td {
  margin-bottom: 5px;
}
article #main-column #itemDetail-wrap .shopping_form .price .selling_price,
article #main-column #itemDetail-wrap .shopping_form .price .special_price {
  font-size: 22px;
  font-weight: bold;
}
article #main-column #itemDetail-wrap .shopping_form .price .special_price {
  color: #CF0000;
}
article #main-column #itemDetail-wrap .shopping_form .price .special_price + .taxin {
  color: #CF0000;
}
article #main-column #itemDetail-wrap .shopping_form .spec tbody {
  display: flex;
  flex-flow: column-reverse;
}
article #main-column #itemDetail-wrap .shopping_form .spec tr:last-of-type td {
  font-size: 22px;
  font-weight: bold;
}
article #main-column #itemDetail-wrap .shopping_form .spec th, article #main-column #itemDetail-wrap .shopping_form .spec td {
  margin-bottom: 15px;
}
article #main-column #itemDetail-wrap .shopping_form .spec input {
  border: solid 1px #707070;
  padding: 8px 15px;
  min-width: 90px;
  margin-right: 10px;
}
article #main-column #itemDetail-wrap .shopping_form .cartArea {
  margin-top: 30px;
  max-width: 390px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap .shopping_form .cartArea {
    margin: 20px auto 0;
  }
}
article #main-column #itemDetail-wrap .shopping_form .cartArea #cartButton,
article #main-column #itemDetail-wrap .shopping_form .cartArea .nostock {
  display: block;
  margin-bottom: 15px;
}
article #main-column #itemDetail-wrap .shopping_form .cartArea input {
  width: 100%;
  transition: all 0.3s;
}
article #main-column #itemDetail-wrap .shopping_form .cartArea input:hover {
  opacity: 0.7;
}
article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItem,
article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItemOk {
  display: block;
  width: 100%;
  max-width: 390px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItem,
  article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItemOk {
    margin: 0 auto 15px;
  }
}
article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItem.wishBtnHidden,
article #main-column #itemDetail-wrap .shopping_form .sps-wishAddItemOk.wishBtnHidden {
  display: none;
}
article #main-column #itemDetail-wrap .shopping_form .cancel {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetail-wrap .shopping_form .cancel {
    margin-top: 40px;
  }
}
article #main-column #itemDetail-wrap .shopping_form .cancel a {
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  border-bottom: solid 1px #707070;
  padding-left: 18px;
  position: relative;
}
article #main-column #itemDetail-wrap .shopping_form .cancel a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/common/img/icon_return.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
article #main-column #itemDetail-wrap .shopping_form .review_txt {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 15px 0;
}
article #main-column #itemDetail-wrap .shopping_form .review_txt img {
  width: 35px;
}
article #main-column #itemDetail-wrap .shopping_form .review_txt span, article #main-column #itemDetail-wrap .shopping_form .review_txt a {
  font-size: 130%;
}
article #main-column #itemDetail-wrap .shopping_form .review_txt a {
  color: #FF9803;
  text-decoration: underline;
  text-underline-offset: 3px;
}
article #main-column #itemDetail-wrap .shopping_form .snsArea {
  margin-bottom: 10px;
}
article #main-column #itemDetail-wrap .shopping_form .snsArea #sns-facebook-button {
  margin-left: -20px;
}
article #main-column #itemDetail-wrap .shopping_form .infoArea {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
article #main-column #itemDetail-wrap .shopping_form .infoArea li {
  width: 140px;
  margin-right: 10px;
}
article #main-column #itemDetail-wrap .shopping_form .infoArea li img {
  width: 100%;
}
article #main-column #itemDetailSub-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  article #main-column #itemDetailSub-wrap {
    margin-top: 30px;
  }
}
article #main-column .description {
  margin: 0 !important;
}
article #main-column .description #shousai2 {
  background-color: #FFF3E1;
  padding: 35px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  article #main-column .description #shousai2 {
    margin: 0;
    width: 100%;
  }
}
article #main-column .description .list_back {
  display: none;
}
article #main-column .description p:has(+ .top_text) {
  text-align: center;
}
article #main-column .description p:has(+ .top_text) img {
  margin: 10px 0;
  width: 100%;
}
article #main-column .recommend {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  article #main-column .recommend {
    margin-top: 80px;
  }
}
article #main-column .recommend h2 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 3px #AAEAFF;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  article #main-column .recommend h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
article #main-column .recommend h2:before {
  content: "";
  width: 45px;
  height: 3px;
  background: #FF9803;
  position: absolute;
  left: 0;
  bottom: -3px;
}
article #main-column .recommend .column-set .badge {
  display: none;
}
article #main-column section.userreview {
  padding: 0 15px;
}
article #main-column section.userreview h2 {
  border: none;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: bold;
  color: #FF9803;
  text-align: center;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 768px) {
  article #main-column section.userreview h2 {
    margin: 30px;
    font-size: 26px;
  }
}
article #main-column section.userreview table.userreview_list {
  table-layout: fixed;
  margin: 50px 0;
  border: none;
}
@media screen and (max-width: 768px) {
  article #main-column section.userreview table.userreview_list {
    margin: 30px 0;
  }
}
article #main-column section.userreview table.userreview_list tr:first-child {
  display: block;
}
article #main-column section.userreview table.userreview_list tr:first-child td {
  display: block;
}
article #main-column section.userreview table.userreview_list tr:first-child td.userreview_user {
  font-size: 100%;
}
article #main-column section.userreview table.userreview_list tr:first-child td.userreview_date {
  text-align: left;
}
article #main-column section.userreview table.userreview_list td.userreview_rate {
  padding-bottom: 15px;
}
article #main-column section.userreview table.userreview_list td.userreview_rate img {
  width: 35px;
}
article #main-column section.userreview table.userreview_list td.userreview_comment {
  padding-top: 15px;
  border-top: 1px dashed #B1A74F;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment {
  border: 1px solid #FF9803;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-top: 1px solid #FF9803;
  border-right: 1px solid #FF9803;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3 {
  padding: 15px;
  color: #FF9803;
  font-size: 110%;
  position: relative;
  cursor: pointer;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3:before {
  content: "\f54e";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3rem;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3:after {
  content: "コメント表示 +";
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 90%;
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment h3.active:after {
  content: "コメント非表示 ｰ";
}
article #main-column section.userreview table.userreview_list td.userreview_comment .comment p.message_area {
  padding: 15px;
  line-height: 1.2;
}
article #main-column section.userreview .more {
  height: auto;
  text-align: center;
}
article #main-column section.userreview .more a img {
  max-width: 400px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  article #main-column section.userreview .more a img {
    max-width: 85%;
  }
}
.catLP-head {
  max-width: 1200px;
  margin: 0 auto 30px;
}
.catLP-cont {
  max-width: 1080px;
  margin: 0 auto 70px;
  padding: 0 15px;
}
.catLP-cont .photo img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.catLP-cartBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
  height: 55px;
  background-color: #E64343;
  margin: 50px auto;
  font-size: 110%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .catLP-cartBtn a {
    height: 50px;
    margin: 30px auto;
  }
}
.catLP-cartBtn a:before, .catLP-cartBtn a:after {
  content: "▼▼▼";
  display: inline-block;
  margin: 0 0.5rem;
  font-size: 70%;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .catLP-cartBtn a:before, .catLP-cartBtn a:after {
    margin: 0 0.3rem;
    content: "▼▼";
  }
}
.catLP-box {
  display: flex;
  flex-flow: column nowrap;
  gap: 50px;
  margin: 70px 0;
}
@media screen and (max-width: 768px) {
  .catLP-box {
    gap: 30px;
    margin: 50px 0;
  }
}
.catLP-box p {
  line-height: 1.8;
}
.catLP-box p + .recipe-box {
  margin-top: 20px;
}
.catLP-box.bg-yellow {
  padding: 50px;
  background-color: #FFF3E1;
}
@media screen and (max-width: 768px) {
  .catLP-box.bg-yellow {
    padding: 25px;
  }
}
.catLP-box .grid.col-2 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .catLP-box .grid.col-2 {
    gap: 25px;
  }
}
@media screen and (max-width: 576px) {
  .catLP-box .grid.col-2 {
    grid-template-columns: 1fr;
  }
}
.catLP-box .grid.col-2.reverse {
  grid-template-columns: 1fr 1.5fr;
}
.catLP-box .grid + .grid {
  margin-top: 20px;
}
.catLP-box .title_sub:not(:first-of-type) {
  margin-top: 20px;
}
.text {
  line-height: 1.8;
  font-size: 110%;
}
.text img {
  margin: 15px 0;
}
.text a {
  color: #E64343;
}
.text .red {
  color: #E64343;
}
.recipe-box {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recipe-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recipe-ttl {
  font-size: 100%;
  margin: 0 0 15px;
}
.recipe-ttl:before {
  content: "■";
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 85%;
  vertical-align: middle;
}
.recipe-item.list .bg-white {
  padding: 35px 25px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .recipe-item.list .bg-white {
    padding: 20px;
  }
}
.recipe-item.howto .list li {
  line-height: 1.5;
}
.catLP-cont.kodawari .title_sub:not(:first-of-type) {
  margin-top: 20px;
}
.catLP-cont.review .review-box {
  display: flex;
  flex-flow: column nowrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .catLP-cont.review .review-box {
    gap: 20px;
  }
}
.catLP-cont.review .review-item {
  background-color: #FFF3E1;
  padding: 25px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .catLP-cont.review .review-item {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
  }
}
.catLP-cont.review .review-item .photo {
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
.catLP-cont.review .review-item .photo .thumb {
  padding-top: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .catLP-cont.review .review-item .photo .thumb {
    padding-top: 70%;
  }
}
.catLP-cont.review .review-item .photo .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.catLP-cont.review .review-item .photo .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.catLP-cont.review .review-item .photo a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #E64343;
  line-height: 1.3;
  font-size: 85%;
}
.catLP-cont.review .review-item .text .name {
  font-size: 115%;
  margin-bottom: 10px;
}
.catLP-cont.review .review-item .text .comment {
  line-height: 1.6;
}
.catLP-cont.review .review-more {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #E64343;
  font-size: 120%;
}
.catLP-cont.review .review-more:before {
  content: "\f101";
  display: inline-block;
  margin-right: 0.2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.section_heading {
  color: #E64343;
  font-size: 115%;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .section_heading {
    font-size: 105%;
  }
}
.subsection_heading {
  font-size: 110%;
  margin-top: 40px;
  margin-bottom: 10px;
}
.checkbox-list li {
  line-height: 1.3;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.checkbox-list li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/cate/cont/common_checkbox.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
.reference_mark-list {
  list-style: none;
  padding: 0;
}
.reference_mark-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.reference_mark-list li::before {
  content: "※ ";
  position: absolute;
  left: 0;
  top: 0;
}
/*フルーツギフト系*/
.gift-content {
  /*ラッピングサービス*/
  /*福袋*/
}
.gift-content > .bg-yellow {
  padding: 0;
}
.gift-content > .bg-yellow:not(.fukubukuro) {
  margin-bottom: 0;
}
.gift-content .gift-container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .gift-content .gift-container {
    padding: 60px 15px;
    gap: 30px;
  }
}
.gift-content .gift-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "image text";
}
@media screen and (max-width: 768px) {
  .gift-content .gift-box {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
  }
}
.gift-content .gift-box:nth-child(2n) {
  grid-template-areas: "text image";
}
@media screen and (max-width: 768px) {
  .gift-content .gift-box:nth-child(2n) {
    grid-template-areas: "image" "text";
  }
}
.gift-content .gift-box .image {
  grid-area: image;
  position: relative;
  padding-top: 73.4%;
}
.gift-content .gift-box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gift-content .gift-box .text {
  grid-area: text;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .gift-content .gift-box .text {
    padding: 35px 20px;
  }
}
.gift-content .gift-box .title {
  font-size: 3.5rem;
  color: #E64343;
  margin-bottom: 10px;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gift-content .gift-box .title span {
  font-size: 50%;
  display: inline-block;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .gift-content .gift-box .title {
    font-size: 2rem;
  }
}
.gift-content .gift-box .catLP-cartBtn a {
  color: #fff;
  margin-bottom: 0;
}
.gift-content .gift-box .catLP-cartBtn a:before {
  display: none;
}
.gift-content .gift-box .catLP-cartBtn a:after {
  content: "&#9654;&#9654;";
}
.gift-content .gift-wrapping {
  margin-top: 0;
  padding: 50px 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .gift-content .gift-wrapping {
    padding: 50px 20px;
  }
}
.gift-content .wrapping-box {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .gift-content .wrapping-box {
    padding: 30px 20px;
  }
}
.gift-content .wrapping-box .wrapping-list {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gift-content .wrapping-box .wrapping-list {
    max-width: 100%;
  }
}
.gift-content .wrapping-box .imageBox {
  align-items: center;
}
.gift-content .wrapping-box .imageBox:not(:first-child) {
  margin-top: 30px;
}
.gift-content .wrapping-box .imageBox .photo {
  min-height: 250px;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .gift-content .wrapping-box .imageBox .photo {
    width: 100%;
    height: 25vh;
  }
}
.gift-content .wrapping-box .imageBox .photo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.gift-content .fukubukuro .fc-pink {
  color: #E64343;
}
.gift-content .fukubukuro .fukubukuro-box {
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .gift-content .fukubukuro .fukubukuro-box {
    background-position: 15% center;
    padding: 30px;
  }
}
.gift-content .fukubukuro .fukubukuro-box--text {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  .gift-content .fukubukuro .fukubukuro-box--text {
    width: 100%;
    padding: 25px 15px;
    margin-top: 200px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.gift-content .fukubukuro .fukubukuro-box--text .ttl_mincho {
  line-height: 1.3;
}
.gift-content .fukubukuro .fukubukuro-box--text .ttl_mincho span {
  color: #FF9803;
}
.gift-content .fukubukuro .gift-box .text {
  background-color: transparent;
}
.gift-content .fukubukuro .fukubukuro-sample .head img {
  width: 100%;
}
.gift-content .fukubukuro .fukubukuro-sample .text .ttl_mincho {
  margin: 2rem 0 1rem;
  line-height: 1.3;
}
.gift-content .fukubukuro .fukubukuro-sample .text .ttl_mincho span {
  font-size: 55%;
  margin: 0 0.5rem;
}
.gift-content .fukubukuro .fukubukuro-sample .text p {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .gift-content .fukubukuro .fukubukuro-sample .text p {
    width: 100%;
  }
}
/*カテゴリフッター*/
.category-footer .page-width {
  padding-left: 15px;
  padding-right: 15px;
}
.category-footer .catF-ttl {
  font-size: 130%;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 3px;
  border-bottom: 1px solid #3E390C;
  margin-bottom: 25px;
}
.category-footer .catF-ttl-sub {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.category-footer .catF-box + .catF-box {
  margin-top: 50px;
}
.category-footer .catF-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .category-footer .catF-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 8px;
  }
}
@media screen and (max-width: 576px) {
  .category-footer .catF-links {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 8px;
  }
}
.category-footer .catF-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #FF9803;
  color: #FF9803;
  font-weight: bold;
  line-height: 1;
  height: 45px;
}
.category-footer .catF-link:before {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -3px;
}
.category-footer .catF-link.ippan::before {
  content: "";
  background-image: url(/common/img/cate/icon_ippan.svg);
}
.category-footer .catF-link.fruitset::before {
  content: "";
  background-image: url(/common/img/cate/icon_fruitset.svg);
}
.category-footer .catF-link.gokatei::before {
  content: "";
  background-image: url(/common/img/cate/icon_gokatei.svg);
}
.category-footer .catF-link.hakoiri::before {
  content: "";
  background-image: url(/common/img/cate/icon_hakoiri.svg);
}
.category-footer .catF-link.kokyu::before {
  content: "";
  background-image: url(/common/img/cate/icon_kokyu.svg);
}
.category-footer .catF-link.okaidoku::before {
  content: "";
  background-image: url(/common/img/cate/icon_okaidoku.svg);
}
.category-footer .catF-link.tokujo::before {
  content: "";
  background-image: url(/common/img/cate/icon_tokujo.svg);
}
.category-footer .catF-link.wakeari::before {
  content: "";
  background-image: url(/common/img/cate/icon_wakeari.svg);
}/*# sourceMappingURL=style.css.map */