@charset 'UTF-8';
.sliding_menu,
html.sp .modal_window {
  -webkit-overflow-scrolling: touch;

          overflow-scrolling: touch;
}

body,
input,
textarea,
select,
button {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html.pc:not(.tb) .header,
html.tb .header.header_cart,
html.tb .header.header_new_window {
  -webkit-box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
          box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
}

.footer_sns_inner::after,
.header_sub::after,
.header_sub_link::after,
.header_search::after,
html.pc .layout::after,
.form::after,
.form_set::after,
.form_items::after,
.form_line::after,
.progress::after,
.progress_list::after,
.banner_module_list::after,
.layout_aside .product_detail_tile .product_item_wrapper::after,
.product::after,
html.sp .product_detail_list::after,
.product_detail_list .product_item .product_box_tag::after,
.product_detail_list .product_item .product_bottom_support::after,
.product_detail_list .product_item .product_bottom_category .product_category_list::after,
.product_detail_list .product_category_list::after,
.product_detail_tile::after,
.product_detail_tile .product_item .product_box_tag::after,
.product_detail_tile .product_item .product_bottom_support::after,
.product_detail_tile .product_item .product_bottom_category::after,
.search_content .search_gift_item::after,
html.sp .pagination_period .pagination_area::after,
.pickup_products::after,
.pickup_products .pickup_products_item::after,
.pickup_products .pickup_products_item .product_item_wrapper::after,
.related_top .wrapper_link::after,
.sns_list::after,
.ingredient::after,
.search_conditions_item::after,
.aside_shop_box .register_wrapper::after,
.aside_shop_box .register_complete::after,
.wrapper_slide .slide::after,
.attention::after,
.ingredient_category::after,
.ingredient_company_list::after,
.product_refer_search_list::after {
  display: block;
  clear: both;
  content: '';
}

.header_icon_image::after,
.header_menu_item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
dfn,
em,
img,
ins,
q,
strong,
small,
sub,
sup,
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;
  vertical-align: baseline;
  border: 0;
}

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

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

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

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

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

li {
  list-style-type: none;
}

a,
label {
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
  background: #534839;
          text-size-adjust: 100%;
  font-size: 12px; 

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
html:not([data-show-modal='true']) {
  -ms-overflow-style: scrollbar;
}

body {
  word-wrap: break-word; 
  color: #000;
          text-size-adjust: 100%;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
  line-height: 1.5;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
html.pc body {
  min-width: 980px;
}

@-ms-viewport {
  width: device-width;
}

a {
  text-decoration: none; 
  color: #331e00;
}
a img,
a svg {
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:hover img,
a:hover svg {
  opacity: 0.7;
}
a:active {
  color: #8f5400;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  display: inline-block;
}
svg.color {
  fill: currentColor;
}

.svg_symbols {
  display: none;
}

input,
textarea,
select,
button {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, '游ゴシック', YuGothic, sans-serif;
  font-size: 1rem;

     -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}
input::-ms-expand,
textarea::-ms-expand,
select::-ms-expand,
button::-ms-expand {
  display: none;
}

/* Webkit */
::-webkit-input-placeholder {
  opacity: 1; 
  color: #9f9f9f;
}

/* Firefox 18 以前 */
:-moz-placeholder {
  opacity: 1; 
  color: #9f9f9f;
}

/* Firefox 19 以降 */
::-moz-placeholder {
  opacity: 1; 
  color: #9f9f9f;
}

/* IE 10 以降 */
:-ms-input-placeholder {
  opacity: 1; 
  color: #9f9f9f;
}

/* CSS4 */
input:placeholder-shown {
  opacity: 1; 
  color: #9f9f9f;
}

/* IE 9 以前 (Placeholder jQuery Plugin) */
.placeholder {
  opacity: 1; 
  color: #9f9f9f;
}

.footer_inner {
  position: relative;
  background: #534839;
}

.footer_sns_buttons {
  padding-bottom: 30px;
  text-align: center;
}
html.pc .footer_sns_buttons {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .footer_sns_buttons {
  padding-right: 16px;
  padding-left: 16px;
}
html.pc .footer_sns_buttons .sns_item:not(:first-child) {
  margin-left: 11px;
}
html.pc .footer_sns_buttons .sns_item.like {
  margin-left: 1px;
}

.footer_sns {
  position: relative;
  background: #f6ebdc;
}
html.pc .footer_sns {
  padding: 53px 0;
}
html.sp .footer_sns {
  padding: 15px 0;
}
.footer_sns_inner {
  width: 920px;
  margin: 0 auto;
}
html.sp .footer_sns_inner {
  display: none;
}
.footer_sns .sns_header {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer_sns .sns_header .title {
  padding-left: 10px;
  color: #fff;
  line-height: 30px;
}
.footer_sns .sns_header .btn a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px 0 20px;
  color: #fff;
  border-left: 1px solid #fff; 
  line-height: 30px;
}
.footer_sns .sns_header .btn a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  content: '';
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent; 
  border-left: 4px solid #fff;
}
.footer_sns .twitter {
  float: left; 
  width: 440px;
}
.footer_sns .twitter_header {
  background: #1bacf7;
}
.footer_sns .facebook {
  float: right; 
  width: 440px;
}
.footer_sns .facebook_content {
  text-align: center;
  background: #fff;
}
.footer_sns .facebook_header {
  background: #32589d;
}
.footer_sns_icon {
  text-align: center;
}
html.pc .footer_sns_icon {
  display: none;
}
.footer_sns_icon a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: top;
}
.footer_sns_icon svg {
  vertical-align: middle; 
  color: #d1b898;
}
.footer_sns_icon .twitter_icon svg {
  width: 17px;
  height: 14px;
}
.footer_sns_icon .facebook_icon {
  margin-left: 25px;
}
.footer_sns_icon .facebook_icon svg {
  width: 19px;
  height: 19px;
}

.footer_nav {
  text-align: center;
}
.footer_nav_list {
  display: table;
  width: 920px;
  margin: 0 auto;
  table-layout: fixed;
  font-size: 0rem;
}
html.sp .footer_nav_list {
  display: block;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
html.pc .footer_nav_list_item {
  position: relative;
  display: table-cell;
  font-size: 1.17rem;
}
html.pc .footer_nav_list_item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  content: ''; 
  background: #655b4d;
}
html.pc .footer_nav_list_item:last-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  content: ''; 
  background: #655b4d;
}
html.sp .footer_nav_list_item {
  padding: 10px 0;
  font-size: 0.92rem;
}
.footer_nav_list_item a {
  color: #fff;
}
html.pc .footer_nav_list_item a {
  display: block;
  line-height: 74px;
}

.footer_info {
  text-align: center;
}
html.pc .footer_info {
  padding: 10px 0 40px;
}
html.sp .footer_info {
  margin: 0 16px;
  padding: 15px 0 30px 0;
  border-top: 1px solid #655b4d;
}
.footer_info .logo {
  display: block;
  margin: 0 auto;
}
html.pc .footer_info .logo {
  width: 92px;
}
html.sp .footer_info .logo {
  width: 50px;
}
.footer_info .logo img {
  width: 100%;
  height: auto;
}
.footer_info small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
html.sp .footer_info small {
  margin-top: 7px;
  font-size: 0.84rem;
}
.footer_info .copyright_mark {
  font-family: Arial, sans-serif;
}

.footer_pagetop {
  position: absolute;
  display: block;
  font-size: 0;
}
html.pc .footer_pagetop {
  top: -32px;
  right: 30px;
  width: 64px;
  height: 32px;
}
html.sp .footer_pagetop {
  top: -27px;
  right: 16px;
  width: 54px;
  height: 27px;
}
html.pc .footer_pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -16px;
  margin-left: -32px;
  content: '';
  border: solid 32px transparent;
  border-top: 0; 
  border-bottom-color: #f6ebdc;
}
html.sp .footer_pagetop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -13.5px;
  margin-left: -27px;
  content: '';
  border: solid 27px transparent;
  border-top: 0; 
  border-bottom-color: #f6ebdc;
}
.footer_pagetop svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  margin-left: -7.5px;
  color: #3e372d;
  line-height: 0;
}
html.sp .footer_pagetop svg {
  width: 13px;
  margin-left: -6.5px;
}
html.pc .footer_pagetop svg {
  height: 9px;
}
html.sp .footer_pagetop svg {
  height: 7px;
}
.footer_pagetop:hover svg {
  color: #9f9b96;
}

.footer.footer_cart .footer_pagetop::before {
  border-bottom-color: #534839;
}

.footer.footer_cart .footer_pagetop svg {
  color: #fff;
}

.footer.footer_cart .footer_pagetop:hover svg {
  color: white;
}

.header_main_column.left::after,
.header_main_column.right::before {
  position: absolute;
  content: '';
  border-right: solid 1px #c2bebe;
}
html.pc:not(.tb) .header_main_column.left::after,
html.pc:not(.tb) .header_main_column.right::before {
  top: 28px;
  height: 40px;
}
html.sp .header_main_column.left::after,
html.sp .header_main_column.right::before,
html.tb .header_main_column.left::after,
html.tb .header_main_column.right::before {
  top: 18px;
  height: 30px;
}
html.sp .header_main_column.left::after,
html.sp .header_main_column.right::before,
html.tb .header_main_column.left::after,
html.tb .header_main_column.right::before {
  top: 18px;
  height: 30px;
}
html.tb .header_main_column.left::after,
html.tb .header_main_column.right::before {
  top: 19.5px;
  height: 30px;
}

.header {
  position: relative;
  z-index: 100;
  color: #423539; 
  background: #fff;
}
html.sp .header {
  margin-bottom: 49px;
}
html.tb .header {
  margin-bottom: 56px;
}
.header_sub {
  padding-top: 15px; 
  font-size: 0.84rem;
}
html.sp .header_sub {
  padding: 0 8px;
  line-height: 17px;
}
html.tb .header_sub {
  padding-top: 0;
}
.header_sub_inner {
  position: relative;
}
html.pc .header_sub_inner {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.header_sitename {
  position: absolute;
  line-height: 11px;
}
html.pc:not(.tb) .header_sitename {
  top: 12px;
  left: 188px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html.sp .header_sitename {
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html.sp .header_sitename img {
  max-width: 104px;
}
html.tb .header_sitename {
  top: 28px;
  right: 50%;
  -webkit-transform: translateX(-67px);
      -ms-transform: translateX(-67px);
          transform: translateX(-67px);
}
.header_sub_link {
  float: right;
}
html.sp .header_sub_link,
html.tb .header_sub_link {
  display: none;
}
html.sp .header_sub_link,
html.tb .header_sub_link {
  display: none;
}
.header_sub_link_item {
  float: left;
}
.header_sub_link_item:not(:first-child) {
  margin-left: 15px;
}
.header_sub_link_item a:hover {
  color: #4d4d4d;
}
.header_main {
  background: #fff;
}
html.pc:not(.tb) .header_main {
  padding-bottom: 8px;
}
.header_main_inner {
  display: table;
  width: 100%;
}
html.pc .header_main_inner {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}
html.pc .header_main_inner {
  height: 96px;
  padding: 0;
}
html.sp .header_main_inner,
html.tb .header_main_inner {
  height: 66px;
}
html.sp .header_main_inner,
html.tb .header_main_inner {
  height: 66px;
}
html.tb .header_main_inner {
  height: 69px;
}
.header_main_column {
  display: table-cell;
  vertical-align: middle;
}
.header_main_column.left {
  position: relative;
  width: 1px;
}
html.tb .header_main_column.left {
  padding: 0 10px;
}
.header_main_column.left::after {
  right: 0;
}
html.pc:not(.tb) .header_main_column.left .header_icon {
  width: 60px;
}
html.sp .header_main_column.left .header_icon,
html.tb .header_main_column.left .header_icon {
  width: 60px;
}
html.sp .header_main_column.left .header_icon,
html.tb .header_main_column.left .header_icon {
  width: 60px;
}
html.pc:not(.tb) .header_main_column.center {
  padding: 0 14px 0 30px;
}
.header_main_column.right {
  position: relative;
  width: 1px;
}
html.pc .header_main_column.right {
  padding: 0 20px;
}
html.tb .header_main_column.right {
  padding: 0 10px;
}
.header_main_column.right::before {
  left: 0;
}
html.pc:not(.tb) .header_main_column.right .header_icon {
  width: 60px;
}
html.sp .header_main_column.right .header_icon,
html.tb .header_main_column.right .header_icon {
  width: 56px;
}
html.sp .header_main_column.right .header_icon,
html.tb .header_main_column.right .header_icon {
  width: 56px;
}
.header_main_center_inner {
  display: table;
  width: 100%;
}
html.sp .header_main_center_inner {
  margin-top: 12px;
}
.header_main_center_item {
  display: table-cell;
  width: 1px; 
  vertical-align: middle;
}
html.pc:not(.tb) .header_main_center_item.variable {
  width: auto;
  padding: 0 28px 0 24px;
}
.header_main_center_item.logo {
  text-align: center;
}
html.pc:not(.tb) .header_main_center_item.logo {
  width: 120px;
}
html.sp .header_main_center_item.logo,
html.tb .header_main_center_item.logo {
  width: auto;
}
html.sp .header_main_center_item.logo,
html.tb .header_main_center_item.logo {
  width: auto;
}
.header_icon {
  display: block;
  text-align: center;
}
html.sp .header_icon,
html.tb .header_icon {
  height: 66px;
}
html.sp .header_icon,
html.tb .header_icon {
  height: 66px;
}
html.tb .header_icon {
  height: 69px;
}
.header_icon_image {
  position: relative;
  display: inline-block;
  color: #b2afad;
}
html.pc:not(.tb) .header_icon_image {
  margin-bottom: 11px;
}
html.sp .header_icon_image {
  margin: 18px 0 3px;
}
html.tb .header_icon_image {
  margin: 17px 0 6px;
}
.header_icon_image svg {
  vertical-align: top;
}
.header_icon_notification_count {
  position: absolute;
  min-width: 18px;
  padding: 2px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%); 
  letter-spacing: -0.05em;
  color: #fff;
  border-radius: 100px;
  background: #dd232b;
  font-size: 0.84rem;
}
.header_icon_notification_count::before {
  display: inline-block;
  padding-top: 100%;
  content: '';
  vertical-align: middle;
}
html.sp .header_icon_notification_count {
  padding: 3px 2px 1px;
}
html.pc:not(.tb) .header_icon_notification_count.lerge {
  min-width: 25px;
  padding: 3px 2px 1px;
  font-size: 1.09rem; 
  font-weight: bold;
}
html.sp .header_icon_notification_count.lerge,
html.tb .header_icon_notification_count.lerge {
  min-width: 19px;
  font-size: 0.84rem;
}
html.sp .header_icon_notification_count.lerge,
html.tb .header_icon_notification_count.lerge {
  min-width: 19px;
  font-size: 0.84rem;
}
.header_icon_label {
  display: block;
  font-size: 0.84rem;
  line-height: 1;
}
.header_icon_label .line {
  display: inline-block;
}
.header_icon[data-link-hover=true] .header_icon_image {
  color: #fdbf50;
}
.header_icon[data-link-active=true] .header_icon_image {
  color: #fd9d50;
}
.header_menu {
  position: relative;
}
html.pc:not(.tb) .header_menu {
  margin-bottom: -8px;
  padding-bottom: 8px;
}
html.pc:not(.tb) .header_menu_inner {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
}
.header_menu_trigger {
  position: relative;
}
.header_menu_window {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  -webkit-transform: translate(-50%, -6px) scaleY(0.9);
      -ms-transform: translate(-50%, -6px) scaleY(0.9);
          transform: translate(-50%, -6px) scaleY(0.9);
  -webkit-transform-origin: center 0;
      -ms-transform-origin: center 0;
          transform-origin: center 0;
  white-space: nowrap;
  opacity: 0;
  background: #534839;
  font-size: 1.09rem;
}
html.sp .header_menu_window,
html.tb .header_menu_window {
  display: none;
}
html.sp .header_menu_window,
html.tb .header_menu_window {
  display: none;
}
html.android.pc .header_menu_window {
  -webkit-transition: none;
          transition: none; 
  -webkit-transform: translate(-50%, 0) scaleY(1);
      -ms-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1);
}
.header_menu_window::before {
  position: absolute;
  bottom: 100%;
  left: 50%; 
  display: block;
  margin-top: -5px;
  margin-left: -10px;
  content: '';
  border: solid 10px transparent;
  border-top: 0;
  border-bottom-color: #534839;
}
.header_menu_window::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
  margin: auto;
  content: '';
  border-right: solid 1px #756d61;
}
.header_menu_list {
  overflow: hidden;
  padding: 26px 0;
}
.header_menu_list.sub {
  position: absolute;
  z-index: 1;
  top: 0;
  visibility: hidden;
  margin: auto;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  opacity: 0;
}
html.android.pc .header_menu_list.sub {
  visibility: visible;
  -webkit-transition: none;
          transition: none; 
  opacity: 1;
}
.header_menu_item {
  padding: 4px 30px;
}
.header_menu_item a {
  position: relative;
  display: block;
  color: #fff;
}
.header_menu_item a svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 12px;
  height: 12px;
  margin-top: -6px;
  color: #756d61;
}
.header_menu_item:hover > a {
  color: #e59302;
}
.header_menu_item:hover > a svg {
  color: #e59302;
}
.header_menu[data-menu-hover=true] .header_menu_window {
  visibility: visible;
  -webkit-transform: translate(-50%, 0) scaleY(1);
      -ms-transform: translate(-50%, 0) scaleY(1);
          transform: translate(-50%, 0) scaleY(1); 
  opacity: 1;
}
html.android.pc .header_menu[data-menu-hover=true] .header_menu_window {
  opacity: 0;
}
.header_menu[data-show-sub=true] .header_menu_window::after {
  display: block;
}
.header_menu_item[data-show=true] .header_menu_list.sub {
  visibility: visible;
  opacity: 1;
}
html.pc:not(.tb) .header_category .header_icon {
  padding-top: 12px;
}
.header_category .header_icon_image {
  cursor: default; 
  color: #331e00;
}
html.pc:not(.tb) .header_category .header_icon_image {
  margin-bottom: 12px;
}
html.pc .header_category .header_icon_image svg {
  width: 33px;
  height: 25px;
}
html.sp .header_category .header_icon_image svg {
  width: 20px;
  height: 17px;
}
html.pc:not(.tb) .header_category .header_menu {
  padding-right: 20px;
  padding-left: 20px;
}
.header_category .header_menu_window {
  left: 0;
  width: 260px;
  -webkit-transform: translate(0, -6px) scaleY(0.9);
      -ms-transform: translate(0, -6px) scaleY(0.9);
          transform: translate(0, -6px) scaleY(0.9);
  -webkit-transform-origin: 50px 0;
      -ms-transform-origin: 50px 0;
          transform-origin: 50px 0;
}
html.android.pc .header_category .header_menu_window {
  -webkit-transform: translate(0, 0) scaleY(1);
      -ms-transform: translate(0, 0) scaleY(1);
          transform: translate(0, 0) scaleY(1);
}
.header_category .header_menu_window::before {
  left: 50px;
}
.header_category .header_menu_window::after {
  left: 260px;
}
.header_category .header_menu_list {
  width: 260px;
}
.header_category .header_menu_list.sub {
  left: 260px;
  width: 261px;
  min-height: 100%;
  border-left: 1px solid #756d61;
  background: #534839;
}
.header_category .header_menu_item a {
  padding-right: 12px;
  white-space: normal;
}
.header_category .header_menu[data-menu-hover=true] .header_menu_window {
  -webkit-transform: translate(0, 0) scaleY(1);
      -ms-transform: translate(0, 0) scaleY(1);
          transform: translate(0, 0) scaleY(1);
}
.header_category .header_menu[data-show-sub=true] .header_menu_window {
  width: 521px;
}
.header_logo {
  display: inline-block;
  white-space: nowrap; 
  color: #585858;
}
html.pc:not(.tb) .header_logo {
  max-width: 120px;
  font-size: 24px;
}
html.sp .header_logo {
  max-width: 80px;
  font-size: 18px;
}
html.tb .header_logo {
  max-width: 97px;
}
.header_logo a {
  display: block;
}
.header_logo a:hover {
  color: #8a8a8a;
}
.header_logo img {
  max-width: 100%;
}
html.sp .header_search,
html.tb .header_search {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  padding: 0 8px 8px;
  border-bottom: solid 1px #e7e7e7;
  background: #fff;
}
html.sp .header_search,
html.tb .header_search {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  padding: 0 8px 8px;
  border-bottom: solid 1px #e7e7e7;
  background: #fff;
}
html.tb .header_search {
  top: 69px;
  padding: 0 20px 20px;
}
.header_search_inner {
  position: relative;
}
.header_search_select {
  position: relative;
  float: left;
}
.header_search_text {
  display: block;
  visibility: hidden;
  font-size: 0.92rem;
}
html.pc:not(.tb) .header_search_text {
  padding: 0 26px 0 14px;
}
html.sp .header_search_text,
html.tb .header_search_text {
  max-width: 10rem;
  padding: 0 26px 0 13px;
}
html.sp .header_search_text,
html.tb .header_search_text {
  max-width: 10rem;
  padding: 0 26px 0 13px;
}
.header_search .select {
  display: block;
  border-radius: 3px 0 0 3px; 
  background: #331e00;
}
html.pc:not(.tb) .header_search .select select,
html.pc:not(.tb) .header_search .select_text {
  height: 40px;
  padding: 0 26px 0 14px; 
  line-height: 40px;
}
html.sp .header_search .select select,
html.tb .header_search .select select,
html.sp .header_search .select_text,
html.tb .header_search .select_text {
  height: 40px;
  padding: 0 25px 0 13px; 
  line-height: 40px;
}
html.sp .header_search .select select,
html.tb .header_search .select select,
html.sp .header_search .select_text,
html.tb .header_search .select_text {
  height: 40px;
  padding: 0 25px 0 13px; 
  line-height: 40px;
}
html.tb .header_search .select select,
html.tb .header_search .select_text {
  height: 35px;
  line-height: 35px;
}
.header_search .select select {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.header_search .select_text {
  position: relative;
  color: #fff;
  border: 0;
  font-size: 0.92rem;
}
.header_search .select svg {
  right: 10px;
  color: #fff;
}
.header_search .select::after {
  color: #fff;
}
html.ie9 .header_search .select select {
  padding: 0;
}
html.ie9 .header_search .select option {
  padding: 0 26px 0 14px;
}
.header_search .select:hover {
  background: #70624d;
}
.header_search .select.empty .select_text {
  color: #fff;
}
.header_search_input {
  overflow: hidden;
  padding-right: 40px;
}
.header_search_input .input {
  width: 100%;
  padding: 0 12px;
  border: solid 2px #857866;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
html.pc:not(.tb) .header_search_input .input {
  height: 40px;
  font-size: 1.17rem;
}
html.sp .header_search_input .input,
html.tb .header_search_input .input {
  height: 40px;
  font-size: 1.09rem;
}
html.sp .header_search_input .input,
html.tb .header_search_input .input {
  height: 40px;
  font-size: 1.09rem;
}
html.tb .header_search_input .input {
  height: 35px;
}
.header_search .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  color: #fff; 
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #331e00;
}
html.pc:not(.tb) .header_search .button {
  height: 40px;
}
html.sp .header_search .button,
html.tb .header_search .button {
  height: 40px;
}
html.sp .header_search .button,
html.tb .header_search .button {
  height: 40px;
}
html.tb .header_search .button {
  height: 35px;
}
.header_search .button svg {
  width: 16px;
  height: 15px;
  margin-top: -1px;
  vertical-align: middle;
}
.header_search .button:hover {
  background: #70624d;
}
.header_main_link {
  display: table;
}
.header_main_link_item {
  display: table-cell;
  vertical-align: middle;
}
.header_main_link .header_icon {
  min-height: 48px;
  padding-top: 3px;
}
html.pc:not(.tb) .header_main_link .header_icon {
  width: 60px;
}
html.sp .header_main_link .header_icon,
html.tb .header_main_link .header_icon {
  width: 56px;
}
html.sp .header_main_link .header_icon,
html.tb .header_main_link .header_icon {
  width: 56px;
}
.header_mypage {
  position: relative;
}
html.sp .header_mypage,
html.tb .header_mypage {
  display: none;
}
html.sp .header_mypage,
html.tb .header_mypage {
  display: none;
}
.header_mypage .header_menu_trigger {
  position: relative;
  display: block;
  text-align: center;
  white-space: nowrap;
}
html.pc:not(.tb) .header_mypage .header_menu_trigger {
  margin-top: 12px;
  padding: 0 8px 8px;
}
.header_mypage .header_icon {
  min-height: 0;
}
html.pc:not(.tb) .header_mypage .header_icon {
  width: auto;
  padding-top: 0;
}
html.pc:not(.tb) .header_mypage .header_icon_image {
  margin: 0 6px 0 0;
}
html.pc:not(.tb) .header_mypage .header_icon_image svg {
  width: 13px;
  height: 17px;
}
html.pc:not(.tb) .header_mypage .header_icon_label {
  display: inline-block;
  margin: 0;
  font-size: 1rem; 
  font-weight: bold;
}
html.pc:not(.tb) .header_mypage_title {
  margin-bottom: 4px;
}
.header_mypage_name {
  font-size: 0.84rem;
}
.header_mypage_point {
  font-size: 0.84rem;
  line-height: 1.3;
}
.header_mypage_point_num {
  font-size: 1.17rem; 
  font-weight: bold;
}
.header_mypage_icon {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 11px;
  height: 6px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); 
  vertical-align: top;
  color: #d1b898;
}
.header_mypage .header_menu[data-menu-hover=true] .header_mypage_icon {
  display: none;
}
html.sp .header_login,
html.tb .header_login {
  display: none;
}
html.sp .header_login,
html.tb .header_login {
  display: none;
}
.header_login .header_icon_image svg {
  width: 20px;
  height: 26px;
}
.header_login .header_icon_label {
  font-size: 1.17rem; 
  font-weight: bold;
}
html.sp .header_history,
html.tb .header_history {
  display: none;
}
html.sp .header_history,
html.tb .header_history {
  display: none;
}
html.pc:not(.tb) .header_history .header_icon_image {
  width: 23px;
  height: 21px;
  margin-bottom: 6px;
}
.header_history .header_icon_image svg {
  width: 23px;
  height: 21px;
}
html.pc:not(.tb) .header_history .header_icon_image svg {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11px;
}
.header_history .header_icon_label {
  margin-top: 0.5em;
}
html.sp .header_wishlist,
html.tb .header_wishlist {
  display: none;
}
html.sp .header_wishlist,
html.tb .header_wishlist {
  display: none;
}
.header_wishlist .header_icon_image {
  top: 1px;
}
.header_wishlist .header_icon_image svg {
  width: 21px;
  height: 21px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
html.sp .header_coupon,
html.tb .header_coupon {
  display: none;
}
html.sp .header_coupon,
html.tb .header_coupon {
  display: none;
}
html.pc:not(.tb) .header_coupon .header_icon_image {
  margin-top: 4px;
}
.header_coupon .header_icon_image svg {
  width: 23px;
  height: 15px;
}
.header_coupon .header_icon_notification_count {
  top: -2px;
  right: 0;
}
html.pc:not(.tb) .header_cart .header_icon_image {
  margin-bottom: 12px;
}
html.sp .header_cart .header_icon_image {
  margin: 16px 0 2px;
}
html.tb .header_cart .header_icon_image {
  margin: 11px 0 3px;
}
html.pc .header_cart .header_icon_image svg {
  width: 32px;
  height: 35px;
}
html.sp .header_cart .header_icon_image svg {
  width: 22px;
  height: 23px;
}
html.pc .header_cart .header_icon_notification_count {
  top: 9px;
  right: 0;
}
html.sp .header_cart .header_icon_notification_count {
  top: 3px;
  right: -1px;
}
html.tb .header_cart .header_icon_notification_count {
  top: 16px;
  right: 1px;
}
html.sp .header.hide_form,
html.tb .header.hide_form {
  margin-bottom: 8px;
  border-bottom: solid 1px #e7e7e7;
}
html.sp .header.hide_form,
html.tb .header.hide_form {
  margin-bottom: 8px;
  border-bottom: solid 1px #e7e7e7;
}
html.sp .header.hide_form .header_search,
html.tb .header.hide_form .header_search {
  display: none;
}
html.sp .header.hide_form .header_search,
html.tb .header.hide_form .header_search {
  display: none;
}
html.sp .header.header_cart,
html.sp .header.header_new_window {
  margin-bottom: 10px;
  border-bottom: solid 1px #e7e7e7;
}
html.tb .header.header_cart,
html.tb .header.header_new_window {
  margin-bottom: 0;
}
html.pc .header.header_cart .header_main,
html.pc .header.header_new_window .header_main {
  padding-bottom: 0;
}
html.pc .header.header_cart .header_main_inner,
html.pc .header.header_new_window .header_main_inner {
  height: 65px;
}
html.sp .header.header_cart .header_main_inner,
html.sp .header.header_new_window .header_main_inner {
  height: 50px;
}
html.sp .header.header_cart .header_main_column.center,
html.sp .header.header_new_window .header_main_column.center {
  padding-left: 0;
  text-align: center;
}
html.tb .header.header_cart .header_main_column.center,
html.tb .header.header_new_window .header_main_column.center {
  padding: 0 14px 0 30px;
}
.header.header_cart .header_main_center_inner,
.header.header_new_window .header_main_center_inner {
  margin-top: 0;
}
html.pc .header.header_cart .header_main_center_item.logo,
html.pc .header.header_new_window .header_main_center_item.logo {
  text-align: left;
}
html.pc .header.header_cart .header_logo,
html.pc .header.header_new_window .header_logo {
  max-width: 98px;
}
html.pc .header.header_new_window .header_logo {
  max-width: none;
}
html.sp .header.header_new_window .header_logo {
  max-width: none;
}
.header.header_new_window .header_logo_image {
  vertical-align: top;
}

html.pc:not(.tb) .service_site .header_main_column.left::after,
.service_site html.pc:not(.tb) .header_main_column.left::after,
html.pc:not(.tb) .service_site .header_main_column.right::before,
.service_site html.pc:not(.tb) .header_main_column.right::before {
  top: 35px;
}

html.sp .service_site .header_main_column.left::after,
.service_site html.sp .header_main_column.left::after,
html.sp .service_site .header_main_column.right::before,
.service_site html.sp .header_main_column.right::before {
  top: 10px;
}

html.sp .service_site .header {
  margin-bottom: 56px;
  border-bottom: solid 1px #e7e7e7;
}

.service_site .header_sub {
  background: #e7e7e7;
}
html.pc .service_site .header_sub {
  padding: 5px 0;
}
html.tb .service_site .header_sub_inner {
  padding-right: 20px;
  padding-left: 20px;
}

.service_site .header_sitename {
  position: static;
  float: left;
  line-height: inherit;
}
html.pc:not(.tb) .service_site .header_sitename {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
html.sp .service_site .header_sitename {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
html.tb .service_site .header_sitename {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

html.pc:not(.tb) .service_site .header_main {
  padding-bottom: 0;
}

html.pc:not(.tb) .service_site .header_main_inner {
  height: 110px;
}

html.sp .service_site .header_main_inner {
  height: 50px;
}

html.sp .service_site .header_main_center_inner {
  margin-top: 0;
}

html.sp .service_site .header_icon {
  height: 50px;
}

html.sp .service_site .header_icon_image {
  margin: 11px 0 5px;
}

html.pc .service_site .header_logo {
  max-width: none;
}

html.sp .service_site .header_logo {
  max-width: none;
  margin: 0 10px;
}

.service_site .header_logo img {
  width: auto;
  max-width: none;
  max-height: 60px;
}
html.sp .service_site .header_logo img {
  max-width: 100%;
  max-height: 40px;
}

html.sp .service_site .header_search {
  top: 68px;
  padding: 8px;
  border-bottom: none;
}

html.tb .service_site .header_search {
  top: 94px;
}

html.sp .service_site .header_cart .header_icon_image {
  margin: 9px 0 2px;
}

html.pc #js-login .modal_window {
  width: 868px;
  padding: 40px 50px;
}

html.pc #js-login .form_line:not(:first-child) {
  margin-top: 8px;
}

html.pc #js-login .form_set:not(:first-child) {
  margin-top: 12px;
}

#js-login .my-login {
  display: block;
  width: 100%;
}
html.pc #js-login .my-login {
  min-height: 421px;
  max-height: 471px;
}
html.sp #js-login .my-login {
  min-height: 800px;
}

html.pc .breadcrumb {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}

html.sp .breadcrumb {
  padding-right: 16px;
  padding-left: 16px;
}

html.pc .breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
}

html.sp .breadcrumb {
  display: none;
}

.breadcrumb_item {
  display: inline-block;
}
.breadcrumb_item:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb_item:not(:first-child)::before {
  margin-right: 10px; 
  content: '＞';
}
.breadcrumb_item a:hover {
  color: #4d4d4d;
}

.share_buttons_wrapper {
  text-align: center;
}

.share_buttons_item {
  display: inline-block;
}

.sliding_menu {
  position: absolute;
  z-index: 199;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 215px;
  margin: auto;
  padding: 20px 15px;
  color: #fff; 
  background: #534839;
}
html.pc .sliding_menu {
  display: none;
}
.sliding_menu a {
  display: block;
  padding-right: 12px;
  color: #fff;
}
.sliding_menu_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 9px;
  height: 9px;
  margin-top: -4.5px;
  color: #9f9b96;
}
.sliding_menu_mypage {
  position: relative;
}
.sliding_menu_mypage_info {
  position: relative;
  padding-left: 26px;
}
.sliding_menu_mypage_info::before {
  top: 3px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); 
  color: #fff;
}
.sliding_menu_mypage_image {
  position: absolute;
  top: 0;
  left: 0;
}
.sliding_menu_mypage_image svg {
  width: 15px;
  height: 19px;
}
.sliding_menu_mypage_label {
  font-size: 1.09rem; 
  font-weight: bold;
}
.sliding_menu_mypage_name {
  margin-top: 3px;
  font-size: 0.84rem;
}
.sliding_menu_mypage_point {
  margin-top: 1px;
  font-size: 0.92rem;
}
.sliding_menu_mypage_point_num {
  font-size: 1.25rem;
}
.sliding_menu_mypage_coupon {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 5px;
  border-radius: 3px;
  background: #e77029;
  font-size: 0.75rem;
}
.sliding_menu_mypage_coupon_num {
  font-size: 1rem; 
  font-weight: bold;
}
.sliding_menu_mypage_coupon_unit {
  margin-left: 1px;
  font-size: 0.67rem;
}
.sliding_menu_mypage_link {
  margin-top: 15px;
}
.sliding_menu_category {
  margin-top: 22px;
  padding-top: 12px;
  border-top: solid 1px #756d61;
}
.sliding_menu_category_item {
  position: relative;
  font-size: 1.09rem;
}
.sliding_menu_category_item:first-child {
  margin-top: 6px;
}
.sliding_menu_category_item:not(:first-child) {
  margin-top: 12px;
}
.sliding_menu_top {
  margin-top: 22px;
  padding-top: 12px;
  border-top: solid 1px #756d61;
}
.sliding_menu_sub_link_item {
  position: relative;
  font-size: 0.75rem;
}
.sliding_menu_sub_link_item:first-child {
  margin-top: 6px;
}
.sliding_menu_sub_link_item:not(:first-child) {
  margin-top: 12px;
}

html.sp .sliding_contents,
html.tb .sliding_contents {
  position: relative;
  z-index: 200;
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.sp .sliding_contents::before,
html.tb .sliding_contents::before {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

html.sp .sliding_contents,
html.tb .sliding_contents {
  position: relative;
  z-index: 200;
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.sp .sliding_contents::before,
html.tb .sliding_contents::before {
  position: absolute;
  z-index: 200;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

html.sp .sliding[data-show=true] .sliding_contents,
html.tb .sliding[data-show=true] .sliding_contents {
  overflow: hidden;
  -webkit-transform: translateX(215px);
      -ms-transform: translateX(215px);
          transform: translateX(215px);
}
html.sp .sliding[data-show=true] .sliding_contents::before,
html.tb .sliding[data-show=true] .sliding_contents::before {
  display: block;
}

html.sp .sliding[data-show=true] .sliding_contents,
html.tb .sliding[data-show=true] .sliding_contents {
  overflow: hidden;
  -webkit-transform: translateX(215px);
      -ms-transform: translateX(215px);
          transform: translateX(215px);
}
html.sp .sliding[data-show=true] .sliding_contents::before,
html.tb .sliding[data-show=true] .sliding_contents::before {
  display: block;
}

.sliding .sliding_contents.show::before {
  display: block;
}

html.android .sliding_contents {
  -webkit-transition: none;
          transition: none;
}

html.pc .layout:not(:first-child),
html.pc .layout_inner:not(:first-child) {
  margin-top: 30px;
}

html.sp .layout:not(:first-child),
html.sp .layout_inner:not(:first-child) {
  margin-top: 25px;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  background: #fff;
}
html.pc .wrapper {
  min-width: 980px;
}

html.pc .content {
  min-width: 980px;
  padding-top: 30px;
  padding-bottom: 112px;
}

html.sp .content {
  padding-top: 8px;
  padding-bottom: 75px;
}

.content_title {
  padding-left: 17px;
  border-left: 4px solid #d1b898; 
  font-size: 2rem;
}
html.sp .content_title {
  padding-left: 15px; 
  border-width: 3px;
  font-size: 1.59rem;
}

.content_description {
  margin-top: 25px;
}

html.pc .layout {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}

html.sp .layout {
  padding-right: 16px;
  padding-left: 16px;
}

html.pc .layout_main {
  width: 100%;
}

html.pc .layout_aside {
  width: 200px;
}

html.pc .layout.column_2_right .layout_main {
  float: right;
  padding-left: 244px;
}

html.pc .layout.column_2_right .layout_aside {
  float: left;
  margin-right: -244px;
}

html.pc .layout.column_2_left .layout_main {
  float: left;
  padding-right: 244px;
}

html.pc .layout.column_2_left .layout_aside {
  float: right;
  margin-left: -244px;
}

.hidden {
  display: none;
}

html.sp .pc_only,
html.tb .pc_only {
  display: none;
}

html.sp .pc_only,
html.tb .pc_only {
  display: none;
}

html.pc:not(.tb) .pc_only {
  display: block;
}

.tb_only {
  display: none;
}
html.tb.pc .tb_only {
  display: block;
}

html.pc .sp_only {
  display: none;
}

html.sp .sp_only {
  display: block;
}

.link {
  padding: 0;
  cursor: pointer; 
  text-decoration: underline;
  color: #331e00;
  border: 0;
  background: none;
}
.link.arrow {
  text-decoration: none; 
  font-size: 1.25rem;
}
.link.arrow svg {
  width: 6px;
  height: 11px; 
  color: #d1b898;
}
.link.arrow:hover {
  cursor: pointer; 
  opacity: 0.7;
}
html.pc .link:hover {
  opacity: 0.7;
}

.form_set {
  position: relative;
}
.form_set:not(:first-child) {
  margin-top: 15px;
}

.form_label {
  font-size: 1.17rem; 
  font-weight: bold;
}
html.pc .form_label {
  position: relative;
  float: left;
  clear: both;
  width: 200px;
  min-height: 1px;
  margin-right: -200px;
  padding-top: 5.5px;
}
html.pc .form_label .checkbox {
  font-size: 1rem; 
  font-weight: normal;
}
html.sp .form_label {
  margin-bottom: 5px;
  font-size: 1.09rem;
}

.form_required {
  display: inline-block;
  color: #dd232b;
  font-size: 1rem; 
  font-weight: normal;
}
html.sp .form_required {
  font-size: 0.92rem;
}

html.pc .form_value {
  float: left;
  width: 100%;
  padding-left: 200px;
}

.form_group:not(:first-child) {
  margin-top: 10px;
}

.form_items.hyphenation,
.form_line.hyphenation {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
html.pc .form_items.hyphenation > *,
html.pc .form_line.hyphenation > * {
  float: left;
}
.form_items.hyphenation .button,
.form_line.hyphenation .button {
  margin-top: 2px;
  margin-left: 10px;
}
html.sp .form_items.hyphenation .button,
html.sp .form_line.hyphenation .button {
  margin-left: 5px;
}

.form_line:not(:first-child) {
  margin-top: 10px;
}

.form_column {
  float: left;
  width: 49.9%;
  padding-right: 8px;
}
.form_column:not(:first-child) {
  padding-right: 0;
  padding-left: 8px;
}
.form_column .input {
  width: 100%;
}

.form_halfsize {
  display: block;
}
html.pc .form_halfsize {
  padding-top: 3px;
  font-size: 1rem;
}
html.sp .form_halfsize {
  padding-top: 2px;
  font-size: 0.92rem;
}

.form_suffix {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; 
  font-size: 1.09rem;
}
html.sp .form_suffix {
  margin-left: 3px;
  font-size: 1rem;
}

.form_hyphen {
  position: relative; 
  display: inline-block;
}
.form_hyphen + .form_hyphen {
  padding-left: 34px;
}
.form_hyphen + .form_hyphen::before {
  position: absolute;
  top: 50%;
  left: 10px; 
  display: block;
  width: 14px;
  height: 1px;
  content: '';
  background: #888;
}
html.sp .form_hyphen + .form_hyphen {
  display: inline-block; 
  float: none;
  padding-left: 16px;
}
html.sp .form_hyphen + .form_hyphen::before {
  left: 6px;
  width: 5px;
}
html.pc .form_hyphen {
  line-height: 32px;
}
html.sp .form_hyphen {
  line-height: 32px;
}

html.sp .form .form_set.tel .input {
  width: 100%;
}

.form_submit {
  margin-top: 30px;
  text-align: center;
}
html.sp .form_submit .button {
  width: 100%;
}

html.sp .form_set.fullname .form_column {
  width: 50%;
}
html.sp .form_set.fullname .form_column:first-child {
  padding-right: 5px;
}
html.sp .form_set.fullname .form_column:not(:first-child) {
  padding-left: 5px;
}

html.sp .form_set.fullname .input {
  display: block; 
  width: 100%;
}

html.pc .form_set.tel .input {
  width: 94px;
}

html.sp .form_set.tel .input {
  width: 73px !important;
}

html.sp .form_set.email .form_value {
  width: auto;
}

html.sp .form_set.email .form_label {
  width: 100%;
}

html.pc .form_set.email .input {
  width: 100%;
}

html.sp .form_set.email .input {
  width: 100%;
}

.form_set.gender .form_column {
  width: auto;
  padding-right: 20px;
}
.form_set.gender .form_column:not(:first-child) {
  padding-left: 20px;
}

html.pc .form_set.gender .form_label {
  padding-top: 0;
}

.form_set.birthday .form_column {
  width: auto;
  padding: 0;
  white-space: nowrap;
}
.form_set.birthday .form_column:not(:first-child) {
  padding-left: 15px;
}
html.sp .form_set.birthday .form_column:not(:first-child) {
  padding-left: 12px;
}
.form_set.birthday .form_column .select {
  vertical-align: middle;
}

.form_validation_error {
  color: #dd232b;
  font-size: 1rem; 
  font-weight: bold;
}
html.sp .form_validation_error {
  font-size: 0.92rem;
}
.form_validation_error_item {
  display: none;
  margin-bottom: 2px;
}

.form_group[data-error='true'] .form_validation_error {
  margin-bottom: 5px;
}

.input {
  min-width: 20px;
  padding: 0 10px;
  border: solid 1px #9f9f9f;
  border-radius: 0;
  font-size: 1rem;
}
html.pc .input {
  height: 32px;
}
html.sp .input {
  height: 32px;
}
html.pc .input.small {
  height: 24px;
}
html.sp .input.small {
  height: 24px;
}
html.pc .input.full {
  width: 100%;
}
html.sp .input.full {
  width: 100%;
}
html.pc .input.zip_1 {
  width: 90px;
}
html.sp .input.zip_1 {
  width: 78px;
}
html.pc .input.zip_2 {
  width: 90px;
}
html.sp .input.zip_2 {
  width: 78px;
}

.textarea {
  padding: 10px;
  resize: vertical; 
  border: solid 1px #9f9f9f;
  border-radius: 0;
}
html.pc .textarea.full {
  width: 100%;
}
html.sp .textarea.full {
  width: 100%;
}

.select {
  position: relative;
  display: inline-block;
  background: #fff;
}
.select select,
.select_text {
  display: block;
  width: 100%;
  padding: 0 30px 0 10px;
}
html.pc .select select,
html.pc .select_text {
  height: 32px;
  line-height: 32px;
}
html.sp .select select,
html.sp .select_text {
  height: 32px;
  line-height: 32px;
}
.select select {
  position: relative;
  z-index: 2;
  opacity: 0;
}
html.sp .select select {
  margin-right: 0.8em;
}
.select_text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  text-align: left;
  word-break: break-all; 
  border: solid 1px #9f9f9f;
}
.select svg {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 5px;
  margin-top: -2.5px;
  color: #9f9f9f;
}
html.ie9 .select select {
  margin-right: 20px;
  padding: 0;
}
html.ie9 .select option {
  padding: 0 30px 0 10px;
}
html.pc .select.large select,
html.pc
  .select.large .select_text {
  height: 40px;
  line-height: 40px;
}
html.sp .select.large select,
html.sp
  .select.large .select_text {
  height: 40px;
  line-height: 40px;
}
.select.full {
  width: 100%;
}
.select.pref {
  width: auto;
  min-width: 130px;
}
.select.year {
  width: auto;
  min-width: 84px;
}
html.sp .select.year {
  min-width: 0;
}
.select.month {
  width: auto;
  min-width: 68px;
}
html.sp .select.month {
  min-width: 0;
}
.select.day {
  width: auto;
  min-width: 68px;
}
html.sp .select.day {
  min-width: 0;
}
.select select:focus ~ .select_text {
  outline: -webkit-focus-ring-color auto 5px;
}
.select.empty .select_text {
  opacity: 1; 
  color: #9f9f9f;
}
.select[data-disabled='true'] {
  background: #ddd;
}

.button.plus,
.button.arrow,
.button.buy {
  padding: 0 25px 0 15px;
}
html.pc .large.button.plus,
html.pc .large.button.arrow,
html.pc .large.button.buy {
  padding: 0 30px;
}
html.sp .large.button.plus,
html.sp .large.button.arrow,
html.sp .large.button.buy {
  padding: 0 20px 0 10px;
}
.large.button.plus::after,
.large.button.arrow::after,
.large.button.buy::after {
  right: 30px;
}

.button {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  border: solid 1px #9f9f9f;
  border-radius: 3px;
  background: #fff;
}
html.pc .button {
  height: 30px;
  font-size: 1.09rem;
}
html.sp .button {
  height: 28px;
  font-size: 0.92rem;
}
html.pc .button.medium {
  height: 36px;
}
html.sp .button.medium {
  height: 32px;
}
html.pc .button.large {
  width: 340px;
  height: 60px;
  font-size: 1.34rem;
}
html.sp .button.large {
  height: 40px;
  font-size: 1.09rem;
}
.button.plus {
  color: #000; 
  background: #ddd;
}
.button.plus::after {
  content: '+';
  font-weight: bold;
}
.button.arrow {
  border: 1px solid #d1b898;
}
.button.arrow::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  margin: auto;
  content: '';
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  opacity: 0;
  border: 2px solid #d1b898;
  border-radius: 2px;
}
.button.arrow svg {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  color: #d1b898;
}
html.sp .button.arrow svg {
  height: 8px;
  margin-top: -4px;
}
html.sp .button.arrow svg {
  width: 5px;
}
.button.arrow.large svg {
  right: 30px;
}
.button.arrow.reverse svg {
  right: auto;
  left: 11px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.button.arrow.reverse.large svg {
  left: 30px;
}
html.pc .button.arrow:hover {
  color: #4d4d4d;
}
html.pc .button.arrow:hover::before {
  opacity: 1;
}
html.pc .button.arrow:hover svg {
  color: #ddcab2;
}
.button.important {
  border: 0;
  background: #dd232b;
  font-weight: bold;
}
html.pc .button.important {
  height: 60px;
}
html.sp .button.important {
  height: 50px;
}
.button.buy {
  color: #fff;
  border: 0;
  background: #d1b898;
  font-size: 1.09rem;
}
html.pc .button.buy {
  height: 36px;
}
html.sp .button.buy {
  padding: 0 20px 0 13px; 
  font-size: 0.92rem;
}
.button.buy svg {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 6px;
  height: 11px;
  margin-top: -5.5px;
  color: #fff;
}
html.sp .button.buy svg {
  height: 8px;
  margin-top: -4px;
}
html.sp .button.buy svg {
  width: 5px;
}
html.pc .button.buy:hover {
  background: #dfcdb7;
}
html.pc .button.buy.large {
  height: 60px;
}
html.sp .button.buy.large {
  height: 40px;
}
.button.buy.large svg {
  right: 20px;
}
html.pc .button:not([disabled]):hover {
  opacity: 0.7;
}
.button[disabled] {
  cursor: default; 
  opacity: 0.4;
}

.radio {
  position: relative;
  display: inline-table;
  cursor: pointer;
  vertical-align: middle;
  font-size: 1.17rem;
  line-height: 14px;
}
.radio input {
  position: absolute;
  z-index: -1;
  margin-right: 8px; 
  vertical-align: middle;
  opacity: 0;
}
.radio input:checked + .radio_label:after {
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 6px;
  content: ''; 
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #000;
}
.radio_label {
  position: relative;
  display: table-cell;
  padding-left: 26px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 1.09rem;
}
.radio_label:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
  border: solid 1px #9f9f9f;
  -webkit-border-radius: 15px; 
          border-radius: 15px;
  background: #fff;
}
.radio input:focus + .radio_label:before {
  outline: -webkit-focus-ring-color auto 5px;
}

.checkbox {
  display: inline-block;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; 
  line-height: 15px;
}
html.sp .checkbox {
  line-height: 20px;
}
.checkbox_label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.checkbox_icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
  text-align: center;
  vertical-align: middle; 
  border: solid 1px #b2afad;
  background: #fff;
}
html.pc .checkbox_icon {
  width: 15px;
  height: 15px;
  line-height: 13px;
}
html.sp .checkbox_icon {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.checkbox_icon svg {
  visibility: hidden;
  color: #000;
}
html.pc .checkbox_icon svg {
  width: 9px;
  height: 6px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
html.sp .checkbox_icon svg {
  width: 12px;
  height: 9px;
}
.checkbox input[type='checkbox'] {
  position: absolute;
  z-index: -1; 
  opacity: 0;
}
.checkbox input[type='checkbox']:checked + .checkbox_label .checkbox_icon {
  border-color: #ccc;
}
.checkbox input[type='checkbox']:checked + .checkbox_label .checkbox_icon svg {
  visibility: visible;
}
.checkbox.current input[type='checkbox']:checked + .checkbox_label .checkbox_icon {
  border-color: #777;
  background: #777;
}
.checkbox.current input[type='checkbox']:checked + .checkbox_label .checkbox_icon svg {
  color: #fff;
}
.checkbox input[type='checkbox']:focus + .checkbox_label .checkbox_icon {
  outline: -webkit-focus-ring-color auto 5px;
}

.progress_inner {
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}
html.sp .progress_inner {
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}

.progress {
  position: relative;
  z-index: 10;
  list-style: none;
  counter-reset: step;
  text-align: center;
}
.progress_list {
  width: 738px;
  margin: 0 auto 38px;
}
html.sp .progress_list {
  width: auto;
  margin-bottom: 24px;
}
html.pc .progress .progress_list li {
  width: 242px;
}
html.sp .progress .progress_list li {
  width: 32%;
}
.progress li {
  position: relative;
  display: inline-block;
  width: 112px;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 1.17rem; 
  font-weight: bold;
}
html.sp .progress li {
  width: 23%;
  font-size: 1.09rem;
}
.progress li:before {
  position: absolute;
  z-index: -1; 
  bottom: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #bcbcbc;
}
.progress li:after {
  display: block;
  width: 28px;
  height: 28px;
  margin: 5px auto 0 auto;
  content: counter(step);
  counter-increment: step;
  text-align: center;
  color: #fff;
  border: 2px solid #bcbcbc;
  border-radius: 50%;
  background-color: #bcbcbc;
  font-weight: bold; 
  line-height: 28px;
}
.progress li:first-child:before {
  content: none;
}
.progress li.current {
  color: #000;
}
.progress li.current:after {
  border-color: #000;
  background: #000;
}
.progress li.current:before {
  background-color: #000;
}
.progress li .progress_item {
  display: table;
  width: 100%;
}
.progress li .progress_item_inner {
  display: table-cell;
  text-align: center; 
  vertical-align: bottom;
}
html.pc .progress li .progress_item_inner br {
  display: none;
}

.validation_error {
  margin-bottom: 30px;
  padding: 13px 18px;
  color: #dd232b;
  border: 2px solid #dd232b;
  font-size: 1.17rem;
  font-weight: bold;
  line-height: 1.71429;
}
html.sp .validation_error {
  margin-bottom: 20px;
  padding: 6px 8px;
  font-size: 0.92rem;
  line-height: 1.81818;
}

.js-quantity_input {
  display: none;
}

.js-loading {
  position: relative;
}
.js-loading::before {
  position: absolute;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: url(/img/share/ico-loading.svg) no-repeat center center rgba(255, 255, 255, 0.9);
}

html.ie .js-loading::before {
  background-image: url(/img/share/ico-loading.gif);
}

html.pc .moduleblock:not(:first-child) {
  margin-top: 30px;
}

html.sp .moduleblock:not(:first-child) {
  margin-top: 25px;
}

.moduleblock_heading {
  margin-bottom: 20px;
  padding-bottom: 12px;
  color: #331e00; 
  border-bottom: solid 1px #331e00;
}
html.sp .moduleblock_heading {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.moduleblock_heading_txt {
  font-size: 1.84rem; 
  font-weight: bold;
}
html.pc .moduleblock_heading_txt {
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .moduleblock_heading_txt {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .moduleblock_heading_txt {
  font-size: 1.34rem;
}

.moduleblock_description {
  margin: 20px 0;
  font-size: 1.17rem;
  line-height: 1.57143;
}
html.pc .moduleblock_description {
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .moduleblock_description {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .moduleblock_description {
  margin: 10px 0;
}

.moduleblock_link {
  margin-top: 20px;
  text-align: right;
}
html.pc .moduleblock_link {
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .moduleblock_link {
  padding-right: 16px;
  padding-left: 16px;
}

html.sp .layout .moduleblock {
  margin-right: -16px;
  margin-left: -16px;
}

html.pc .layout .moduleblock_heading_txt,
html.pc .layout .moduleblock_description,
html.pc .layout .moduleblock_link {
  padding: 0;
}

html.pc .layout .moduleblock .product_carousel .slick-track,
html.pc
.layout .moduleblock .category_carousel .slick-track {
  margin: 0;
}

.moduleblock_category {
  padding-top: 2px;
}
html.sp .moduleblock_category {
  padding-top: 0;
}
.moduleblock_category_wrapper {
  padding: 10px 0;
}
.moduleblock_category_wrapper:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.moduleblock_category_photo {
  position: absolute;
  width: 40px;
}
.moduleblock_category_photo img {
  width: 100%;
  border: solid 1px #e7e7e7;
}
.moduleblock_category a:hover {
  color: #e59302;
}
.moduleblock_category_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 40px;
  margin-bottom: 5px;
  padding-left: 50px; 

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
.moduleblock_category_name a {
  display: inline-block;
  vertical-align: middle; 
  font-size: 1.17rem;
  font-weight: bold;
  line-height: 1.42857;
}

.moduleblock .js-category_carousel_product {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  margin: auto;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  opacity: 0;
}
.moduleblock .js-category_carousel_product[data-show='true'] {
  position: relative;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.moduleblock .js-category_carousel.js-loading .js-category_carousel_product:first-child {
  position: relative;
}

html.pc .banner_module {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}

html.sp .banner_module {
  padding-right: 16px;
  padding-left: 16px;
}

.banner_module_link {
  display: block;
}

html.pc .banner_module_list {
  margin: -30px 0 0 -30px;
}

html.sp .banner_module_list {
  margin-top: -20px;
}

.banner_module_item {
  float: left;
}
html.pc .banner_module_item {
  margin: 30px 0 0 30px;
}
html.sp .banner_module_item {
  margin-top: 20px;
}

html.pc .banner_module_caption {
  margin-top: 15px;
  font-size: 1.17rem;
  line-height: 1.57143;
}

html.sp .banner_module_caption {
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.45455;
}

html.pc .banner_module.pattern_a .banner_module_item {
  max-width: 950px;
}

html.pc .banner_module.pattern_b .banner_module_item {
  max-width: 475px;
}

html.pc .banner_module.pattern_c .banner_module_item {
  max-width: 373px;
}

html.pc .banner_module.pattern_d .banner_module_item {
  max-width: 272px;
}

html.sp .banner_module.pattern_a .banner_module_item {
  width: 100%;
}

html.sp .banner_module.pattern_b .banner_module_item {
  width: 100%;
}

html.sp .banner_module.pattern_c .banner_module_item {
  width: 48.25%;
}
html.sp .banner_module.pattern_c .banner_module_item:nth-child(even) {
  margin-left: 3.5%;
}

html.sp .banner_module.pattern_d .banner_module_item {
  width: 48.25%;
}
html.sp .banner_module.pattern_d .banner_module_item:nth-child(even) {
  margin-left: 3.5%;
}

html.pc .layout .banner_module {
  padding: 0;
}

html.pc .related_keywords_module {
  max-width: 1530px;
  margin: auto;
  padding-right: 30px;
  padding-left: 30px;
}

html.sp .related_keywords_module {
  padding-right: 16px;
  padding-left: 16px;
}

.related_keywords_module_title {
  margin-bottom: 4px;
  color: #999;
  font-size: 1.25rem;
}
html.sp .related_keywords_module_title {
  margin-bottom: 6px;
  font-size: 0.92rem;
}

.related_keywords_module_list {
  font-size: 1rem;
  line-height: 1.66667;
}
html.sp .related_keywords_module_list {
  font-size: 0.92rem;
  line-height: 1.81818;
}

.related_keywords_module_item {
  display: inline;
  margin-top: 6px;
}
.related_keywords_module_item:not(:first-child) {
  margin-left: 9px;
  padding-left: 12px;
  border-left: 1px solid #e7e7e7;
}

.related_keywords_module_link:hover {
  color: #e59302;
}

html.pc .layout .related_keywords_module {
  padding: 0;
}

html.pc .layout_aside .moduleblock {
  border-bottom: 1px solid #ccc;
}
html.pc .layout_aside .moduleblock:not(:first-child) {
  margin-top: 60px;
}
html.pc .layout_aside .moduleblock_heading {
  margin-bottom: 0;
  padding-bottom: 10px;
}
html.pc .layout_aside .moduleblock_heading_txt {
  font-size: 1.25rem;
}
html.pc .layout_aside .moduleblock_description {
  margin-top: 10px;
}
html.pc .layout_aside .moduleblock_link {
  margin-bottom: 20px;
}
html.pc .layout_aside .moduleblock_link .link.arrow {
  font-size: 1rem;
}
html.pc .layout_aside .moduleblock_link .link.arrow svg {
  margin-left: 5px;
}

html.sp .layout_aside .moduleblock {
  margin-top: 25px;
}
html.sp .layout_aside .moduleblock_link .link.arrow {
  position: relative;
  display: inline-block;
  height: 28px;
  padding: 0 25px 0 15px;
  border: 1px solid #d1b898;
  border-radius: 3px;
  background: #fff;
  font-size: 0.92rem; 
  line-height: 28px;
}
html.sp .layout_aside .moduleblock_link .link.arrow svg {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 5px;
  height: 11px;
  margin-top: -5.5px;
  color: #d1b898;
}
html.sp html.sp .layout_aside .moduleblock_link .link.arrow svg {
  height: 8px;
  margin-top: -4px;
}

.layout_aside .slick-vertical .slick-slide {
  border: none;
}

.layout_aside .product_detail_tile .product_item {
  float: none;
}
html.pc .layout_aside .product_detail_tile .product_item_photo {
  position: relative; 
  float: left;
  width: 80px;
}
.layout_aside .product_detail_tile .product_item_photo img {
  width: 100%;
  border: solid 1px #e7e7e7;
}
html.pc .layout_aside .product_detail_tile .product_item_info {
  position: relative; 
  float: left;
  width: 110px;
  margin-left: 10px;
}
.layout_aside .product_detail_tile .product_item .product_bottom {
  margin-top: 0;
}
.layout_aside .product_detail_tile .product_item .product_bottom_name {
  font-size: 1.09rem;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_name {
  font-weight: normal;
}
html.sp .layout_aside .product_detail_tile .product_item .product_bottom_name {
  font-size: 0.92rem;
}
.layout_aside .product_detail_tile .product_item .product_bottom_name a {
  display: inline-block;
}
.layout_aside .product_detail_tile .product_item .product_bottom_name a:hover {
  color: #e59302;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_price {
  font-size: 1.17rem; 
  font-weight: bold;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_unit {
  font-size: 1rem;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_off {
  margin-left: 0;
  font-size: 0.92rem;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_point {
  margin-top: 2px;
  font-size: 0.84rem;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_company {
  margin-top: 0;
  margin-left: -90px;
}
html.pc .layout_aside .product_detail_tile .product_item .product_bottom_table {
  margin-top: 5px;
  margin-bottom: -4px;
  margin-left: -90px;
}

.layout_aside .product_carousel {
  max-height: 495px;
  margin-top: 10px;
}
.layout_aside .product_carousel .slick-arrow {
  left: 50%;
  width: 150px;
  height: 30px;
  margin-left: -75px;
  border-radius: 5px 5px 0 0;
}
.layout_aside .product_carousel .slick-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-top: -10px;
  margin-left: -6px; 
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.layout_aside .product_carousel .slick-arrow.slick-prev {
  top: 0;
  margin-top: -30px;
  margin-left: -75px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.layout_aside .product_carousel .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
  margin-bottom: -30px;
}
.layout_aside .product_carousel .slick-arrow.slick-disabled.slick-prev {
  margin-left: -75px;
}
.layout_aside .product_carousel > .product_item:not(:first-child) {
  position: static;
}
.layout_aside .product_carousel:hover .slick-arrow.slick-prev,
.layout_aside .product_carousel.tablet .slick-arrow.slick-prev {
  margin-top: 0;
  margin-left: -75px;
}
.layout_aside .product_carousel:hover .slick-arrow.slick-next,
.layout_aside .product_carousel.tablet .slick-arrow.slick-next {
  margin-bottom: 0;
}
.layout_aside .product_carousel:hover .slick-arrow.slick-disabled.slick-prev,
.layout_aside .product_carousel.tablet .slick-arrow.slick-disabled.slick-prev {
  margin-top: -30px;
  margin-left: -75px;
}
.layout_aside .product_carousel:hover .slick-arrow.slick-disabled.slick-next,
.layout_aside .product_carousel.tablet .slick-arrow.slick-disabled.slick-next {
  margin-bottom: -30px;
}
html.pc .layout_aside .product_carousel.medium::before {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0));
  background:         linear-gradient(to top, white, rgba(255, 255, 255, 0));
}
html.pc .layout_aside .product_carousel.medium .product_item {
  width: auto;
}
html.pc .layout_aside .product_carousel.medium .product_item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
html.pc .layout_aside .product_carousel.medium .product_box_tag {
  left: -90px;
}
html.pc .layout_aside .product_carousel.medium .product_box_tag_option {
  display: block;
  width: 42px;
  height: 42px;
}
html.pc .layout_aside .product_carousel.ranking .product_item {
  padding-top: 0;
}
html.pc .layout_aside .product_carousel.ranking .product_item_info {
  padding-top: 26px;
}
html.pc .layout_aside .product_carousel.ranking .product_rank {
  top: 0;
  left: 90px;
  width: 19px;
  height: 19px;
  text-align: left;
}
html.pc .layout_aside .product_carousel.ranking .product_rank.first,
html.pc .layout_aside .product_carousel.ranking .product_rank.second,
html.pc .layout_aside .product_carousel.ranking .product_rank.third {
  height: 24px;
  background: none;
}
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-crown_gold,
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-crown_silver,
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-crown_bronze {
  top: 0;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 24px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
html.pc .layout_aside .product_carousel.ranking .product_rank .order {
  top: -1px;
  left: 5px;
  width: 8px;
  height: 10px;
}
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-nom_01,
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-nom_02,
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-nom_03 {
  top: 4px;
  left: 13px;
}
html.pc .layout_aside .product_carousel.ranking .product_rank .svg-nom_10 {
  left: 3px;
  width: 13px;
}
html.pc .layout_aside .product_carousel.ranking .product_bottom_new {
  margin-top: 2px;
}
html.pc .layout_aside .product_carousel.category .product_item_photo,
html.pc .layout_aside .product_carousel.category_only .product_item_photo {
  position: absolute;
  width: 40px;
}
html.pc .layout_aside .product_carousel.category .product_item_photo img,
html.pc .layout_aside .product_carousel.category_only .product_item_photo img {
  width: 100%;
  border: solid 1px #e7e7e7;
}
html.pc .layout_aside .product_carousel.category .product_item_info,
html.pc .layout_aside .product_carousel.category_only .product_item_info {
  width: auto;
  margin-left: 0;
}
html.pc .layout_aside .product_carousel.category .product_item_category,
html.pc .layout_aside .product_carousel.category_only .product_item_category {
  padding-top: 0;
}
html.pc .layout_aside .product_carousel.category .product_item_category_name,
html.pc .layout_aside .product_carousel.category_only .product_item_category_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 50px; 

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
html.pc .layout_aside .product_carousel.category .product_item_category_name a,
html.pc .layout_aside .product_carousel.category_only .product_item_category_name a {
  display: inline-block;
  vertical-align: middle; 
  font-size: 1.17rem;
  font-weight: bold;
  line-height: 1.42857;
}
html.pc .layout_aside .product_carousel.category .product_item_category_list,
html.pc .layout_aside .product_carousel.category_only .product_item_category_list {
  border-bottom: none;
}
html.pc .layout_aside .product_carousel.category .product_item_category_item,
html.pc .layout_aside .product_carousel.category_only .product_item_category_item {
  padding: 2px 0;
  border-top: none;
}
html.pc .layout_aside .product_carousel.category .product_item_category_link,
html.pc .layout_aside .product_carousel.category_only .product_item_category_link {
  display: table;
  width: 100%;
  min-height: 40px;
  font-size: 1.09rem;
  line-height: 1.53846;
}
html.sp html.pc .layout_aside .product_carousel.category .product_item_category_link,
html.sp html.pc .layout_aside .product_carousel.category_only .product_item_category_link {
  min-height: 32px;
  font-size: 0.92rem;
  line-height: 1.45455;
}
html.pc .layout_aside .product_carousel.category .product_item_category_rank,
html.pc .layout_aside .product_carousel.category_only .product_item_category_rank {
  position: relative;
  display: table-cell;
  width: 38px;
  vertical-align: middle;
}
html.pc .layout_aside .product_carousel.category .product_item_category_rank .order,
html.pc .layout_aside .product_carousel.category_only .product_item_category_rank .order {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 11px;
  width: 6px;
  height: 8px;
  color: #fff;
}
html.sp html.pc .layout_aside .product_carousel.category .product_item_category_rank .order,
html.sp html.pc .layout_aside .product_carousel.category_only .product_item_category_rank .order {
  top: 13px;
  width: 6px;
  height: 8px;
}
html.pc .layout_aside .product_carousel.category .product_item_category_rank .icon,
html.pc .layout_aside .product_carousel.category_only .product_item_category_rank .icon {
  position: absolute;
  top: 6px;
  width: 28px;
  height: 21px;
}
html.sp html.pc .layout_aside .product_carousel.category .product_item_category_rank .icon,
html.sp html.pc .layout_aside .product_carousel.category_only .product_item_category_rank .icon {
  top: 3px;
  width: 28px;
  height: 21px;
}
html.pc .layout_aside .product_carousel.category .product_item_category_text,
html.pc .layout_aside .product_carousel.category_only .product_item_category_text {
  display: table-cell;
  vertical-align: middle;
}
html.pc .layout_aside .product_carousel.category .product_item_category_text:before,
html.pc .layout_aside .product_carousel.category_only .product_item_category_text:before {
  display: none;
}
html.pc .layout_aside .product_carousel.category .product_item_category_text span,
html.pc .layout_aside .product_carousel.category_only .product_item_category_text span {
  display: block;
}
html.pc .layout_aside .product_carousel.recommend.medium .product_item {
  padding: 0;
}
html.pc .layout_aside .product_carousel.recommend.medium .product_item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
  border: none;
}

html.pc .layout_aside .category_carousel {
  margin-top: 15px;
}
html.pc .layout_aside .category_carousel .slick-arrow {
  top: 5px;
  width: 15px;
  height: 30px;
}
html.pc .layout_aside .category_carousel .slick-prev {
  right: 15px;
}
html.pc .layout_aside .category_carousel_item {
  width: auto;
  height: 32px;
  margin-top: 4px;
  padding: 0 24px 0 10px;
  font-size: 0.92rem; 
  line-height: 30px;
}
html.pc .layout_aside .category_carousel_item svg {
  right: 8px;
  width: 10px;
  height: 5px;
}
html.pc .layout_aside .category_carousel_item[data-show='true'] {
  width: auto;
  height: 36px;
  padding-right: 10px; 
  line-height: 34px;
}

html.pc .layout_aside .banner_module {
  border-bottom: 0;
}
html.pc .layout_aside .banner_module .banner_module_item {
  width: auto;
}

html.pc .layout_aside .related_keywords_module {
  border-bottom: 0;
}

.js-module_carousel {
  height: 400px;
}
.layout_aside .js-module_carousel {
  height: auto;
}
html.sp .js-module_carousel {
  height: 300px;
}
.js-module_carousel > * {
  display: none;
}

[id^='recommender_'] {
  min-height: 195px;
}
html.sp [id^='recommender_'] {
  min-height: 152px;
}

.modal {
  position: absolute;
  z-index: 400;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  overflow: hidden;
  min-height: 100%;
  margin: auto;
}
html.sp .modal {
  position: fixed;
  bottom: 0;
}
.modal_backdrop {
  position: absolute;
  z-index: 399;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  margin: auto;
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal_window {
  z-index: 400;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom; 
  background: #fff;
}
html.pc .modal_window {
  position: relative;
  visibility: hidden;
  width: 720px;
  margin: 120px auto 30px;
  padding: 40px 60px 50px;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
html.sp .modal_window {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  float: none;
  overflow-y: auto;
  max-height: 100%;
  margin: auto;
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  border: 0;
}
html.android.pc .modal_window {
  -webkit-transition: none;
          transition: none; 
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
html.android.sp .modal_window {
  bottom: -100%;
  -webkit-transition: none;
          transition: none; 
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal_header {
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #331e00; 
  font-size: 1.67rem;
  font-weight: bold;
}
html.sp .modal_header {
  margin-bottom: 0;
  padding: 10px 88px 10px 16px;
  color: #fff;
  background: #534839;
  font-size: 1.17rem;
}
html.sp .modal_contents {
  padding: 16px;
}
.modal_label_pc {
  display: inline-block;
  margin-left: 8px;
  color: #d22128;
  font-size: 1rem; 
  font-weight: normal;
}
html.sp .modal_label_pc {
  display: none;
}
.modal_label_sp {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 4px; 
  color: #fff;
  background: #d22128;
  font-size: 1rem;
  font-weight: normal;
}
html.pc .modal_label_sp {
  display: none;
}
.modal_heading {
  margin: 25px 0 0 0; 
  font-size: 1.17rem;
}
html.sp .modal_heading {
  margin: 0; 
  font-size: 1.09rem;
}
html.pc .modal_close {
  position: absolute;
  top: -56px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  line-height: 40px;
}
html.pc .modal_close:hover {
  cursor: pointer; 
  opacity: 0.7;
}
html.pc .modal_close::before,
html.pc .modal_close::after {
  position: absolute;
  top: 16px;
  left: 1px;
  display: block;
  width: 33px;
  height: 1px;
  content: '';
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; 
  border-top: 2px solid #fff;
}
html.pc .modal_close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html.pc .modal_close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
html.pc .modal_close_label,
html.pc .modal_close svg {
  display: none;
}
html.sp .modal_close {
  position: absolute;
  top: 8px;
  right: 16px;
  height: 24px;
  padding: 0 8px;
  white-space: nowrap; 
  border: 0;
  border-radius: 2px;
  background: #fff;
  font-size: 0.84rem;
  font-weight: bold;
}
html.sp .modal_close svg {
  width: 10px;
  height: 10px;
  margin-left: 2px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px); 
  vertical-align: middle;
}
html.sp .modal.cart .modal_header {
  color: #000; 
  border-color: #e7e7e7;
  background: #e7e7e7;
}
.modal[data-show='true'] .modal_backdrop {
  visibility: visible;
  opacity: 1;
}
.modal[data-show='true'] .modal_window {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); 
  opacity: 1;
}
html.sp .modal[data-show='true'] .modal_window {
  overflow-x: hidden;
}

.pagination {
  position: relative; 
  margin: 40px auto 0;
  text-align: center;
}
.pagination.top {
  margin: -26px auto 30px;
}
html.sp .pagination.top {
  display: none;
}
html.pc .pagination {
  width: 45%;
}
html.sp .pagination {
  margin-top: 15px;
}
.pagination .page_number {
  position: absolute;
  top: 0;
  left: 0; 
  display: inline-block;
  font-size: 1.09rem;
}
.pagination .page_number .btn_store {
  display: none;
}
html.sp .pagination .page_number {
  position: relative;
  display: block;
  padding: 15px 5%;
  text-align: left;
  background: #f3f2f2;
  font-size: 0.92rem;
}
html.sp .pagination .page_number .btn_store {
  display: block;
  text-align: center;
}
html.sp .pagination .page_number .btn_store_cart .select {
  width: 100%;
  height: 38px;
  margin-top: 10px;
  border: 1px solid #000; 
  font-weight: bold;
}
html.sp .pagination_item {
  position: relative; 
  margin: 20px -6px 0;
}
.pagination_item_number {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  vertical-align: middle;
}
html.sp .pagination_item_number {
  display: table;
  width: 100%;
  line-height: 18px;
}
.pagination_item_number .number_item {
  text-align: center;
}
html.pc .pagination_item_number .number_item {
  display: inline;
  margin: 0 -1px;
}
html.sp .pagination_item_number .number_item {
  position: absolute;
  left: 50%;
  display: table-cell;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  vertical-align: top;
  white-space: nowrap;
}
.pagination_item_number .number_item .view_page {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 1.25rem;
}
.pagination_item_number .number_item .view_page:not(.dot_line):not(.current):hover {
  cursor: pointer; 
  opacity: 0.7;
}
html.pc .pagination_item_number .number_item .view_page {
  padding: 0 1.9%;
  font-size: 1.17rem;
}
html.sp .pagination_item_number .number_item .view_page {
  padding: 0 6px;
}
.pagination_item_number .number_item .current {
  text-decoration: none;
}
html.pc .pagination_item_number .number_item .current {
  font-weight: bold;
}
.pagination_item_number .number_item svg {
  width: 10px;
  height: 17px;
  vertical-align: top;
}
.pagination_item_number .number_item svg + svg {
  margin-left: -8px;
}
html.sp .pagination_item_number .number_item svg + svg {
  margin-left: -4px;
}
html.sp .pagination_item_number .prev_last,
html.sp
    .pagination_item_number .next_last,
html.sp
    .pagination_item_number .prev,
html.sp
    .pagination_item_number .next {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
html.sp .pagination_item_number .prev_last_item,
html.sp
    .pagination_item_number .next_last_item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  vertical-align: baseline; 

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
          align-items: flex-start;
}
html.sp .pagination_item_number .prev_last {
  width: 40px;
  text-align: left;
}
.pagination_item_number .prev_last .prev_last_item {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); 
  color: #d1b898;
  font-weight: bold;
}
html.sp .pagination_item_number .next_last {
  width: 40px;
  text-align: right;
}
.pagination_item_number .next_last .next_last_item {
  color: #d1b898;
  font-weight: bold;
}
html.sp .pagination_item_number .prev {
  width: 14px;
}
.pagination_item_number .prev .prev_item {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); 
  color: #d1b898;
  font-weight: bold;
}
html.sp .pagination_item_number .next {
  width: 14px;
  text-align: right;
}
.pagination_item_number .next .next_item {
  color: #d1b898;
  font-weight: bold;
}
html.pc .pagination .pagination_sp {
  display: none;
}
html.sp .pagination .pagination_pc {
  display: none;
}

.sliding_menu,
html.sp .modal_window {
  -webkit-overflow-scrolling: touch;

          overflow-scrolling: touch;
}

body,
input,
textarea,
select,
button {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html.pc:not(.tb) .header,
html.tb .header.header_cart,
html.tb .header.header_new_window {
  -webkit-box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
          box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
}

.footer_sns_inner::after,
.header_sub::after,
.header_sub_link::after,
.header_search::after,
html.pc .layout::after,
.form::after,
.form_set::after,
.form_items::after,
.form_line::after,
.progress::after,
.progress_list::after,
.banner_module_list::after,
.layout_aside .product_detail_tile .product_item_wrapper::after,
.product::after,
html.sp .product_detail_list::after,
.product_detail_list .product_item .product_box_tag::after,
.product_detail_list .product_item .product_bottom_support::after,
.product_detail_list .product_item .product_bottom_category .product_category_list::after,
.product_detail_list .product_category_list::after,
.product_detail_tile::after,
.product_detail_tile .product_item .product_box_tag::after,
.product_detail_tile .product_item .product_bottom_support::after,
.product_detail_tile .product_item .product_bottom_category::after,
.search_content .search_gift_item::after,
html.sp .pagination_period .pagination_area::after,
.pickup_products::after,
.pickup_products .pickup_products_item::after,
.pickup_products .pickup_products_item .product_item_wrapper::after,
.related_top .wrapper_link::after,
.sns_list::after,
.ingredient::after,
.search_conditions_item::after,
.aside_shop_box .register_wrapper::after,
.aside_shop_box .register_complete::after,
.wrapper_slide .slide::after,
.attention::after,
.ingredient_category::after,
.ingredient_company_list::after,
.product_refer_search_list::after {
  display: block;
  clear: both;
  content: '';
}

.header_icon_image::after,
.header_menu_item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

.main_visual .product_intro {
  margin-bottom: 20px;
}

.product_main {
  margin-left: 244px;
}
html.sp .product_main {
  margin: 0;
}

.product_wrapper {
  float: right;
  width: 100%;
}
html.sp .product_wrapper {
  float: none;
}

.product_side {
  float: left;
  width: 200px;
  background: #fff;
}
html.sp .product_side {
  display: none;
  float: none;
}
.product_side a {
  color: #0d1321;
}

.product .intro_title {
  display: inline-block; 
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #b49731;
  font-size: 1.84rem;
}
html.sp .product .intro_title {
  display: block; 
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 1.67rem;
}
.product .intro_title_note {
  display: inline-block;
  padding-left: 25px;
  color: #b49731; 
  font-size: 1.5rem;
}
html.sp .product .intro_title_note {
  display: block;
  padding-left: 13px; 
  font-size: 1.25rem;
}

.product .gallery_title {
  margin-bottom: 10px; 
  padding-left: 10px;
  border-left: 3px solid #b49731;
  font-size: 1.67rem;
}
html.sp .product .gallery_title {
  display: block;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 1.67rem;
  line-height: 1.2;
}

.product_des {
  font-size: 1.17rem; 
  line-height: 1.7;
}
html.sp .product_des {
  font-size: 1rem;
  line-height: 1.5;
}
html.sp .product_des {
  margin-top: 8px; 
  font-size: 1.09rem;
  line-height: 1.7;
}

.product_section {
  padding-top: 27px; 
  border-top: 2px solid #e5e5e5;
}
html.sp .product_section {
  padding-top: 0;
  border-top: 0;
}
.product_section_notice {
  margin-top: 35px;
}
html.sp .product_section_notice {
  display: none;
}

.product_sub_title {
  font-size: 1.67rem;
  font-weight: bold;
}
html.sp .product_sub_title {
  display: none;
}

.product_inner {
  margin-top: 12px;
}
html.sp .product_inner {
  margin-top: 14px;
}

.product_section_des {
  color: #050d1a; 
  font-size: 1.09rem;
  line-height: 1.7;
}
html.sp .product_section_des {
  display: none;
}

.product_detail {
  margin-top: 25px;
}
html.sp .product_detail {
  margin-top: 16px;
}

.product_main_content {
  margin-top: 18px;
}
html.sp .product_main_content {
  display: none;
}

.product_content {
  margin-top: 28px;
}
html.sp .product_content {
  margin-top: 12px;
}

.product .intro_section {
  margin-bottom: 28px;
}
html.sp .product .intro_section {
  margin-bottom: 18px;
}

.product .gallery_section {
  margin-top: 37px;
}
html.sp .product .gallery_section {
  margin-top: 32px;
}

html.sp .product .product_gallery {
  margin-top: 19px;
}

html.sp .product .free_area.bottom_banner {
  display: none;
}

.product_detail_list {
  margin-bottom: 30px;
}
html.sp .product_detail_list {
  margin-bottom: 20px;
}
.product_detail_list .product_item {
  position: relative; 
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
}
html.sp .product_detail_list .product_item {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product_detail_list .product_item_wrapper {
  display: table;
  width: 100%; 
  table-layout: fixed;
}
.product_detail_list .product_item_photo {
  position: relative; 
  display: table-cell;
  width: 90px;
  vertical-align: top;
}
html.sp .product_detail_list .product_item_photo {
  width: 60px;
}
.product_detail_list .product_item_photo img {
  border: 1px solid #d9d6d6;
}
.product_detail_list .product_item_info {
  display: table-cell;
  padding-left: 15px; 
  vertical-align: top;
}
html.sp .product_detail_list .product_item_info {
  padding-left: 12px;
}
.product_detail_list .product_item .product_label {
  position: absolute;
  top: 0;
  left: 0;
}
.product_detail_list .product_item .product_label svg {
  display: block; 
  width: 40px;
  height: 40px;
}
html.sp .product_detail_list .product_item .product_label svg {
  width: 28px;
  height: 28px;
}
.product_detail_list .product_item .product_box_area {
  min-height: 61px;
}
html.sp .product_detail_list .product_item .product_box_area {
  min-height: 40px;
}
.product_detail_list .product_item .product_box {
  display: table;
  width: 100%; 
  table-layout: fixed;
}
html.sp .product_detail_list .product_item .product_box {
  display: block;
}
.product_detail_list .product_item .product_box_info {
  display: table-cell;
  width: 73%; 
  vertical-align: top;
}
html.sp .product_detail_list .product_item .product_box_info {
  display: block;
  width: auto;
}
.product_detail_list .product_item .product_box_price {
  display: table-cell;
  width: 27%;
  text-align: right; 
  vertical-align: top;
}
html.sp .product_detail_list .product_item .product_box_price {
  display: block;
  width: auto;
  text-align: left;
}
.product_detail_list .product_item .product_box_tag {
  margin-bottom: 5px;
}
html.sp .product_detail_list .product_item .product_box_tag {
  margin-bottom: 0;
}
.product_detail_list .product_item .product_box_tag li {
  float: left;
  margin-left: 1px;
}
.product_detail_list .product_item .product_box_tag li:first-child {
  margin-left: 0;
}
html.sp .product_detail_list .product_item .product_box_tag li:first-child {
  margin-left: 0;
}
html.sp .product_detail_list .product_item .product_box_tag_new {
  margin-bottom: 4px;
}
.product_detail_list .product_item .product_box_tag_new svg {
  display: block;
  width: 45px;
  height: 17px;
  color: #dd232b;
}
html.sp .product_detail_list .product_item .product_box_tag_new svg {
  width: 35px;
  height: 13px;
}
.product_detail_list .product_item .product_box_tag_soldout {
  display: inline-block;
  padding: 0 4px;
  color: #333;
  border: 1px solid #7b7b7b;
  font-size: 0.84rem;
}
html.sp .product_detail_list .product_item .product_box_tag_soldout {
  margin-bottom: 1px; 
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.product_detail_list .product_item .product_bottom_right {
  position: absolute;
  right: 0; 
  bottom: 12px;
  text-align: right;
}
.product_detail_list .product_item .product_bottom_right .btn_like {
  display: block;
  width: 25px;
  height: 25px;
}
html.sp .product_detail_list .product_item .product_bottom_right .btn_like {
  width: 20px;
  height: 18px;
}
.product_detail_list .product_item .product_bottom_right .btn_like_icon {
  display: inline-block;
}
.product_detail_list .product_item .product_bottom_right .btn_like_icon svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  color: #d9d9d9;
}
html.sp .product_detail_list .product_item .product_bottom_right .btn_like_icon svg {
  width: 20px;
  height: 18px;
}
.product_detail_list .product_item .product_bottom_right .btn_like:hover svg {
  color: #edb34e;
}
.product_detail_list .product_item .product_bottom_right .btn_like .svg-heart {
  display: none;
}
.product_detail_list .product_item .product_bottom_right .btn_like.liked .btn_like_icon svg {
  color: #e59302;
}
.product_detail_list .product_item .product_bottom_right .btn_like.liked .svg-heart {
  display: block;
}
.product_detail_list .product_item .product_bottom_right .btn_like.liked .svg-openheart {
  display: none;
}
.product_detail_list .product_item .product_bottom {
  width: 100%;
  margin-top: 10px;
}
html.sp .product_detail_list .product_item .product_bottom {
  margin-top: 0;
}
.product_detail_list .product_item .product_bottom_point {
  color: #000;
}
.product_detail_list .product_item .product_bottom_row {
  display: table;
  width: 100%;
}
.product_detail_list .product_item .product_bottom_new svg {
  width: 45px;
  height: 17px;
}
.product_detail_list .product_item .product_bottom_name {
  font-size: 1.17rem;
  font-weight: bold; 
  line-height: 1.5;
}
html.sp .product_detail_list .product_item .product_bottom_name {
  font-size: 0.92rem;
}
.product_detail_list .product_item .product_bottom_name a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #000;
}
.product_detail_list .product_item .product_bottom_name a:hover {
  color: #e59302;
}
.product_detail_list .product_item .product_bottom_des {
  font-size: 1rem;
  line-height: 1.5;
}
html.sp .product_detail_list .product_item .product_bottom_des {
  display: none;
}
.product_detail_list .product_item .product_bottom_number {
  font-weight: bold;
}
.product_detail_list .product_item .product_bottom_normal_price {
  color: #000; 
  font-size: 1rem;
}
html.sp .product_detail_list .product_item .product_bottom_normal_price {
  display: inline-block;
  font-size: 0.75rem;
}
.product_detail_list .product_item .product_bottom_normal_price s {
  text-decoration: none;
}
.product_detail_list .product_item .product_bottom_normal_price .value {
  margin-left: 0.3em;
  text-decoration: line-through;
}
.product_detail_list .product_item .product_bottom_price {
  color: #000;
  font-size: 1.67rem;
  font-weight: bold;
  line-height: 1.2;
}
html.sp .product_detail_list .product_item .product_bottom_price {
  display: inline-block;
  font-size: 1.09rem;
}
.product_detail_list .product_item .product_bottom_price.hot_price {
  color: #dd232b;
}
.product_detail_list .product_item .product_bottom_unit {
  font-size: 1.17rem;
}
html.sp .product_detail_list .product_item .product_bottom_unit {
  font-size: 0.84rem;
}
.product_detail_list .product_item .product_bottom_off {
  display: inline-block;
  margin-left: 8px; 
  font-size: 1.17rem;
}
html.sp .product_detail_list .product_item .product_bottom_off {
  font-size: 0.84rem;
}
html.sp .product_detail_list .product_item .product_bottom_point {
  font-size: 0.84rem;
}
.product_detail_list .product_item .product_bottom_point.hot {
  color: #dd232b;
  font-weight: bold;
}
.product_detail_list .product_item .product_bottom_point.hot .value {
  font-weight: normal;
}
.product_detail_list .product_item .product_bottom_company {
  margin: 2px 0 5px;
  font-size: 1rem;
  font-weight: bold;
}
html.sp .product_detail_list .product_item .product_bottom_company {
  margin: 0 0 1px 0; 
  font-size: 0.75rem;
}
.product_detail_list .product_item .product_bottom_company a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #999;
}
.product_detail_list .product_item .product_bottom_company a:hover {
  color: #b8b8b8;
}
html.sp .product_detail_list .product_item .product_bottom_support {
  display: table-cell;
  padding-top: 9px; 
  text-align: right;
  vertical-align: bottom;
}
.product_detail_list .product_item .product_bottom_support li {
  float: left;
  margin-left: 12px;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
}
html.sp .product_detail_list .product_item .product_bottom_support li {
  margin-left: 10px;
  font-size: 0.67rem;
  line-height: 1;
}
.product_detail_list .product_item .product_bottom_support li:first-child {
  margin-left: 0;
}
html.sp .product_detail_list .product_item .product_bottom_support li:first-child {
  margin-left: 0;
}
.product_detail_list .product_item .product_bottom .btn_like {
  padding-bottom: 5px;
  text-align: right;
  vertical-align: bottom;
}
.product_detail_list .product_item .product_bottom .btn_like_icon {
  display: inline-block;
}
.product_detail_list .product_item .product_bottom .btn_like_icon svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  color: #d9d9d9;
}
html.sp .product_detail_list .product_item .product_bottom .btn_like_icon svg {
  width: 20px;
  height: 18px;
}
.product_detail_list .product_item .product_bottom .btn_like:hover svg {
  color: #edb34e;
}
.product_detail_list .product_item .product_bottom .btn_like.liked .btn_like_icon svg {
  color: #e59302;
}
.product_detail_list .product_item .product_bottom_category {
  display: table-cell;
  vertical-align: top;
}
html.sp .product_detail_list .product_item .product_bottom_category {
  text-align: right;
}
.product_detail_list .product_item .product_bottom_category .product_category_option {
  display: table;
  width: 187px;
}
html.sp .product_detail_list .product_item .product_bottom_category .product_category_option {
  display: block;
  width: auto;
}
.product_detail_list .product_item .product_bottom_category .product_category_list {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
html.sp .product_detail_list .product_item .product_bottom_category .product_category_list {
  display: block;
  width: auto;
}
.product_detail_list .product_item .product_bottom_category li {
  float: left;
  margin: 0 4px 3px 0;
}
html.sp .product_detail_list .product_item .product_bottom_category li {
  float: none; 
  margin-right: 2px;
  font-size: 0.67rem;
}
.product_detail_list .product_item .product_bottom_category svg {
  display: block;
  width: 90px;
  height: 20px;
}
html.sp .product_detail_list .product_item .product_bottom_category svg {
  width: 70px;
  height: 15px;
}
.product_detail_list .product_category_list {
  vertical-align: top;
}
html.sp .product_detail_list .product_category_list {
  width: 145px;
  margin-top: 2px;
}
.product_detail_list .product_category_list li {
  float: left;
  margin: 0 4px 0 0;
}
html.sp .product_detail_list .product_category_list li {
  margin: 2px 2px 0 0; 
  font-size: 0.67rem;
}
.product_detail_list .product_category_list svg {
  display: block;
  width: 90px;
  height: 20px;
}
html.sp .product_detail_list .product_category_list svg {
  width: 70px;
  height: 15px;
}
html.android .product_detail_list .product_category_list svg {
  background-color: #fff;
}

.sliding_menu,
html.sp .modal_window {
  -webkit-overflow-scrolling: touch;

          overflow-scrolling: touch;
}

body,
input,
textarea,
select,
button {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html.pc:not(.tb) .header,
html.tb .header.header_cart,
html.tb .header.header_new_window {
  -webkit-box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
          box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
}

.footer_sns_inner::after,
.header_sub::after,
.header_sub_link::after,
.header_search::after,
html.pc .layout::after,
.form::after,
.form_set::after,
.form_items::after,
.form_line::after,
.progress::after,
.progress_list::after,
.banner_module_list::after,
.layout_aside .product_detail_tile .product_item_wrapper::after,
.product::after,
html.sp .product_detail_list::after,
.product_detail_list .product_item .product_box_tag::after,
.product_detail_list .product_item .product_bottom_support::after,
.product_detail_list .product_item .product_bottom_category .product_category_list::after,
.product_detail_list .product_category_list::after,
.product_detail_tile::after,
.product_detail_tile .product_item .product_box_tag::after,
.product_detail_tile .product_item .product_bottom_support::after,
.product_detail_tile .product_item .product_bottom_category::after,
.search_content .search_gift_item::after,
html.sp .pagination_period .pagination_area::after,
.pickup_products::after,
.pickup_products .pickup_products_item::after,
.pickup_products .pickup_products_item .product_item_wrapper::after,
.related_top .wrapper_link::after,
.sns_list::after,
.ingredient::after,
.search_conditions_item::after,
.aside_shop_box .register_wrapper::after,
.aside_shop_box .register_complete::after,
.wrapper_slide .slide::after,
.attention::after,
.ingredient_category::after,
.ingredient_company_list::after,
.product_refer_search_list::after {
  display: block;
  clear: both;
  content: '';
}

.header_icon_image::after,
.header_menu_item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

html.sp .main_visual {
  margin-right: -16px;
  margin-left: -16px;
}

.main_visual .product_intro {
  overflow: hidden;
  margin-bottom: 20px; 
  text-align: left;
}
.main_visual .product_intro img {
  width: auto;
  max-width: 100%;
}
html.sp .main_visual .product_intro {
  margin-top: -8px;
  text-align: center;
}

.product_main {
  margin-left: 244px;
}
html.sp .product_main {
  margin: 0;
}

.product_wrapper {
  float: right;
  width: 100%;
}
html.sp .product_wrapper {
  float: none;
}

.product_side {
  float: left;
  width: 200px;
  background: #fff;
}
html.sp .product_side {
  display: none;
  float: none;
}
.product_side a {
  color: #0d1321;
}

.product .intro_title {
  display: inline-block; 
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 3px solid #b49731;
  font-size: 1.84rem;
}
html.sp .product .intro_title {
  display: block; 
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 1.67rem;
}
.product .intro_title_note {
  display: inline-block;
  padding-left: 25px;
  color: #b49731; 
  font-size: 1.5rem;
}
html.sp .product .intro_title_note {
  display: block;
  padding-left: 13px; 
  font-size: 1.25rem;
}

.product .gallery_title {
  margin-bottom: 10px; 
  padding-left: 10px;
  border-left: 3px solid #b49731;
  font-size: 1.67rem;
}
html.sp .product .gallery_title {
  display: block;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 1.67rem;
  line-height: 1.2;
}

.product_closed_message {
  margin-bottom: 10px;
  color: #dd232b;
  font-size: 1.17rem; 
  font-weight: bold;
}
html.sp .product_closed_message {
  margin: 5px 0 5px;
  font-size: 1rem;
}

.product_des {
  font-size: 1.17rem; 
  line-height: 1.7;
}
html.sp .product_des {
  font-size: 1rem;
  line-height: 1.5;
}
html.sp .product_des {
  margin-top: 8px; 
  font-size: 1.09rem;
  line-height: 1.7;
}

.product_section {
  padding-top: 27px; 
  border-top: 2px solid #e5e5e5;
}
html.sp .product_section {
  padding-top: 0;
  border-top: 0;
}
.product_section_notice {
  margin-top: 35px;
}
html.sp .product_section_notice {
  display: none;
}

.product_sub_title {
  font-size: 1.67rem;
  font-weight: bold;
}
html.sp .product_sub_title {
  display: none;
}

.product_inner {
  margin-top: 12px;
}
html.sp .product_inner {
  margin-top: 14px;
}

.product_section_des {
  color: #050d1a; 
  font-size: 1.09rem;
  line-height: 1.7;
}
html.sp .product_section_des {
  display: none;
}

.product_detail {
  margin-top: 25px;
}
html.sp .product_detail {
  margin-top: 16px;
}

.product_main_content {
  margin-top: 18px;
}
html.sp .product_main_content {
  display: none;
}

.product_content {
  margin-top: 28px;
}
html.sp .product_content {
  margin-top: 12px;
}

.product .intro_section {
  margin-bottom: 28px;
}
html.sp .product .intro_section {
  margin-bottom: 18px;
}

.product .gallery_section {
  margin-top: 37px;
}
html.sp .product .gallery_section {
  margin-top: 32px;
}

html.sp .product .product_gallery {
  margin-top: 19px;
}

html.sp .product .free_area.bottom_banner {
  display: none;
}

.product_menu {
  position: relative; 
  display: table;
  width: 100%;
}
html.sp .product_menu {
  display: block;
  width: auto; 
  padding: 15px 5%;
  background: #f3f2f2;
  font-size: 0.92rem;
}
.product_menu_recommend .select {
  max-width: 129px;
  margin-left: 1px;
}
.product_menu_comment {
  display: table-cell;
  width: 228px; 
  text-align: right;
}
html.sp .product_menu_comment {
  display: table;
  width: 100%;
}
.product_menu_review {
  display: table-cell;
  padding-left: 150px; 
  text-align: right;
  font-size: 1.09rem;
}
html.sp .product_menu_review {
  display: block;
  padding: 10px 0; 
  text-align: left;
  font-size: 1rem;
}
.product_menu_item {
  display: inline-block;
  margin-left: 11px;
}
html.sp .product_menu_item {
  display: table-cell;
  width: 38px;
  vertical-align: middle;
}
.product_menu_item:first-child {
  margin-left: 0;
}
html.sp .product_menu_item:first-child {
  display: none;
}
.product_menu_item.select_recommend {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
html.sp .product_menu_item.select_recommend {
  position: relative;
  width: auto;
  text-align: left;
  vertical-align: top;
}
.product_menu_item.menu_search {
  display: none;
}
html.sp .product_menu_item.menu_search {
  display: table-cell;
  width: 27.78%;
  margin-left: 0;
  padding-left: 0; 
  text-align: center;
}
.product_menu_item .select {
  max-width: 117px;
  margin-right: 17px;
}
html.sp .product_menu_item .select {
  height: 35px;
  margin-right: 0; 
  font-size: 0.92rem;
}
.product_menu_category {
  display: none;
}
html.sp .product_menu_category {
  display: block;
}
html.sp .product_menu_category .btn_category {
  display: block;
  padding: 8px 0 7px;
  text-align: center;
  text-decoration: none;
  color: #fff; 
  background: #000;
  font-size: 1rem;
}
.product_menu_view {
  display: inline-block;
  color: #cfcfcf;
}
.product_menu_view svg {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
html.sp .product_menu_view svg {
  width: 25px;
  height: 25px;
}
.product_menu_view.active {
  color: #d1b898;
}

.product_detail_tile {
  margin: 0 -8px;
}
html.sp .product_detail_tile {
  margin: 0;
}
.product_detail_tile .product_item {
  position: relative;
  float: left; 
  width: 230px;
  margin: 0 8px 40px;
}
html.sp .product_detail_tile .product_item {
  float: left;
  width: 50%;
  margin: 0 0 20px;
  padding-bottom: 0;
  border-bottom: 0;
}
.product_detail_tile .product_item_ranking {
  width: 52px;
  height: 42px;
  margin: 0 auto 9px;
  text-align: center;
  color: #fff;
  background: url(/img/share/dum-crown_black.png) no-repeat left top;
  background-size: 52px 42px;
  font-size: 1.17rem; 
  line-height: 52px;
}
.product_detail_tile .product_item_wrapper {
  position: relative;
}
html.sp .product_detail_tile .product_item_wrapper {
  margin-left: 6px;
}
html.sp .product_detail_tile .product_item:nth-child(2n+1) .product_item_wrapper {
  margin-right: 6px;
  margin-left: 0;
}
html.sp .product_detail_tile .product_item_info {
  padding-top: 6px;
}
.product_detail_tile .product_item_photo {
  position: relative; 
  overflow: hidden;
}
html.sp .product_detail_tile .product_item_photo {
  display: block;
  width: auto;
}
.product_detail_tile .product_item_photo img {
  border: solid 1px #e7e7e7;
}
.product_detail_tile .product_item .btn_like {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 25px;
  height: 25px;
}
html.sp .product_detail_tile .product_item .btn_like {
  width: 20px;
  height: 18px;
}
.product_detail_tile .product_item .btn_like_icon {
  display: inline-block;
}
.product_detail_tile .product_item .btn_like_icon svg {
  width: 26px;
  height: 25px;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  vertical-align: bottom;
  color: #d9d9d9;
}
html.sp .product_detail_tile .product_item .btn_like_icon svg {
  width: 19px;
  height: 18px;
}
.product_detail_tile .product_item .btn_like:hover svg {
  color: #edb34e;
}
.product_detail_tile .product_item .btn_like .svg-heart {
  display: none;
}
.product_detail_tile .product_item .btn_like.liked .btn_like_icon svg {
  color: #e59302;
}
.product_detail_tile .product_item .btn_like.liked .svg-heart {
  display: block;
}
.product_detail_tile .product_item .btn_like.liked .svg-openheart {
  display: none;
}
.product_detail_tile .product_item_link {
  display: block;
  text-decoration: none; 
  background: #fff;
}
.product_detail_tile .product_item_link:hover img {
  opacity: 1;
}
.product_detail_tile .product_item_link:hover .product_item_des {
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1); 
  opacity: 1;
}
html.sp .product_detail_tile .product_item_link:hover .product_item_des {
  display: none;
}
.product_detail_tile .product_item_des {
  position: absolute;
  top: 1px;
  left: 1px;
  display: table;
  width: 100%;
  width: 228px;
  height: 228px;
  table-layout: fixed;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  -webkit-transform: translateY(-3px) scale(1.03);
      -ms-transform: translateY(-3px) scale(1.03);
          transform: translateY(-3px) scale(1.03);
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
html.sp .product_detail_tile .product_item_des {
  display: none;
}
.product_detail_tile .product_item_text {
  display: table-cell;
  padding: 0 24px;
  vertical-align: middle;
  color: #fff;
  font-size: 1.09rem;
  line-height: 1.7;
}
html.sp .product_detail_tile .product_item .product_box {
  width: auto;
}
.product_detail_tile .product_item .product_box_tag {
  position: absolute;
  top: 0;
  left: 0;
}
html.sp .product_detail_tile .product_item .product_box_tag {
  position: absolute;
  margin: 0;
}
.product_detail_tile .product_item .product_box_tag_option {
  float: left;
}
html.pc .product_detail_tile .product_item .product_box_tag_option {
  width: 60px;
  height: 60px;
}
html.sp .product_detail_tile .product_item .product_box_tag_option {
  width: 32px;
  height: 32px;
}
.product_detail_tile .product_item .product_box_tag_option svg {
  width: 100%;
  height: 100%;
}
.product_detail_tile .product_item .product_bottom {
  margin-top: 8px;
}
html.sp .product_detail_tile .product_item .product_bottom {
  margin-top: 0;
}
.product_detail_tile .product_item .product_bottom_right {
  padding-top: 2px;
}
html.sp .product_detail_tile .product_item .product_bottom_right {
  position: relative;
  padding-top: 0;
}
.product_detail_tile .product_item .product_bottom_table {
  margin-top: 10px;
}
html.sp .product_detail_tile .product_item .product_bottom_table {
  margin-top: 4px;
}
.product_detail_tile .product_item .product_bottom_row {
  display: table;
  width: 100%;
}
.product_detail_tile .product_item .product_bottom_new svg {
  width: 45px;
  height: 17px;
  color: #dd232b;
}
html.sp .product_detail_tile .product_item .product_bottom_new svg {
  width: 35px;
  height: 13px;
}
.product_detail_tile .product_item .product_bottom_soldout {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  color: #333;
  border: 1px solid #7b7b7b;
  font-size: 0.84rem;
}
html.sp .product_detail_tile .product_item .product_bottom_soldout {
  margin-bottom: 0; 
  -webkit-transform: scale(0.8) translateY(-1px);
      -ms-transform: scale(0.8) translateY(-1px);
          transform: scale(0.8) translateY(-1px);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.product_detail_tile .product_item .product_bottom_name {
  font-size: 1.17rem;
  font-weight: bold; 
  line-height: 1.5;
}
html.sp .product_detail_tile .product_item .product_bottom_name {
  font-size: 0.92rem;
}
.product_detail_tile .product_item .product_bottom_name a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
}
.product_detail_tile .product_item .product_bottom_name a:hover {
  color: #e59302;
}
.product_detail_tile .product_item .product_bottom_number {
  font-weight: bold;
}
.product_detail_tile .product_item .product_bottom_normal_price {
  font-size: 0.92rem;
}
html.sp .product_detail_tile .product_item .product_bottom_normal_price {
  font-size: 0.84rem;
}
.product_detail_tile .product_item .product_bottom_normal_price s {
  text-decoration: none;
}
.product_detail_tile .product_item .product_bottom_normal_price .value {
  margin-left: 0.3em;
  text-decoration: line-through;
}
.product_detail_tile .product_item .product_bottom_price {
  margin-top: 3px;
  color: #000;
  font-size: 1.67rem;
  font-weight: bold;
  line-height: 1.2;
}
html.sp .product_detail_tile .product_item .product_bottom_price {
  text-align: left;
  font-size: 1.17rem;
}
.product_detail_tile .product_item .product_bottom_price.hot_price {
  color: #dd232b;
}
.product_detail_tile .product_item .product_bottom_unit {
  font-size: 1.17rem;
}
html.sp .product_detail_tile .product_item .product_bottom_unit {
  font-size: 0.84rem;
}
.product_detail_tile .product_item .product_bottom_off {
  display: inline-block;
  margin-left: 8px; 
  font-size: 1.17rem;
}
html.sp .product_detail_tile .product_item .product_bottom_off {
  font-size: 0.84rem;
}
.product_detail_tile .product_item .product_bottom_point.hot {
  color: #dd232b;
  font-weight: bold;
}
.product_detail_tile .product_item .product_bottom_point.hot .value {
  font-weight: normal;
}
.product_detail_tile .product_item .product_bottom_company {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: bold;
}
html.sp .product_detail_tile .product_item .product_bottom_company {
  margin: 2px 0 7px; 
  font-size: 0.75rem;
}
.product_detail_tile .product_item .product_bottom_company a {
  display: inline-block;
  max-width: 100%;
  text-decoration: none;
  color: #999;
  line-height: 1.66;
}
.product_detail_tile .product_item .product_bottom_company a:after {
  display: inline-block;
  width: 25px;
  height: 10px; 
  content: '';
  vertical-align: baseline;
}
html.sp .product_detail_tile .product_item .product_bottom_company a:after {
  width: 20px;
  height: 8px;
}
.product_detail_tile .product_item .product_bottom_company a:hover {
  color: #b8b8b8;
}
html.sp .product_detail_tile .product_item .product_bottom_support {
  display: table-cell;
  padding-top: 9px; 
  text-align: right;
  vertical-align: bottom;
}
.product_detail_tile .product_item .product_bottom_support li {
  float: left;
  margin-left: 12px;
  color: #000;
  font-size: 1rem;
  line-height: 1.2;
}
html.sp .product_detail_tile .product_item .product_bottom_support li {
  margin-left: 10px;
  font-size: 0.67rem;
  line-height: 1;
}
.product_detail_tile .product_item .product_bottom_support li:first-child {
  margin-left: 0;
}
html.sp .product_detail_tile .product_item .product_bottom_support li:first-child {
  margin-left: 0;
}
.product_detail_tile .product_item .product_bottom .btn_like {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.product_detail_tile .product_item .product_bottom .btn_like_icon {
  display: inline-block;
}
.product_detail_tile .product_item .product_bottom .btn_like_icon svg {
  width: 26px;
  height: 25px;
  vertical-align: bottom; 
  color: #d9d9d9;
}
html.sp .product_detail_tile .product_item .product_bottom .btn_like_icon svg {
  width: 19px;
  height: 18px;
}
.product_detail_tile .product_item .product_bottom .btn_like.liked .btn_like_icon svg {
  color: #e59302;
}
.product_detail_tile .product_item .product_bottom_category {
  display: table-cell;
  vertical-align: top;
}
html.sp .product_detail_tile .product_item .product_bottom_category {
  text-align: right;
}
html.pc .product_detail_tile .product_item .product_bottom_category .product_category_list {
  position: relative;
  width: 100%; 
  margin-top: 22px;
}
html.pc .product_detail_tile .product_item .product_bottom_category .product_category_list li {
  display: inline-block;
}
html.pc .product_detail_tile .product_item .product_bottom_category .product_category_list li:nth-child(1) {
  position: absolute;
  top: -22px;
  left: 0;
}
html.pc .product_detail_tile .product_item .product_bottom_category .product_category_list li:nth-child(3) {
  position: absolute;
  top: -22px;
  left: 95px;
}
html.sp .product_detail_tile .product_item .product_bottom_category li {
  margin-top: 2px; 
  font-size: 0.67rem;
}
.product_detail_tile .product_item .product_bottom_category svg {
  display: block;
  width: 92px;
  height: 19px;
}
html.sp .product_detail_tile .product_item .product_bottom_category svg {
  width: 70px;
  height: 15px;
}
html.android .product_detail_tile .product_item .product_bottom_category svg {
  background-color: #fff;
}
.product_detail_tile .product_item_category {
  padding-top: 2px;
}
html.sp .product_detail_tile .product_item_category {
  padding-top: 0;
}
.product_detail_tile .product_item_category a:hover {
  color: #e59302;
}
.product_detail_tile .product_item_category_name {
  margin: 10px 0;
}
.product_detail_tile .product_item_category_name a {
  display: inline-block;
  font-size: 1.34rem;
  font-weight: bold;
  line-height: 1.5;
}
html.sp .product_detail_tile .product_item_category_name a {
  font-size: 1.09rem;
  line-height: 1.23077;
}
html.pc .product_detail_tile .product_item_category_list {
  border-bottom: solid 1px #e7e7e7;
}
.product_detail_tile .product_item_category_item {
  padding: 12px 0;
  border-top: solid 1px #e7e7e7;
}
.product_detail_tile .product_item_category_link {
  display: table;
  width: 100%; 
  table-layout: fixed;
}
.product_detail_tile .product_item_category_rank {
  position: relative;
  display: table-cell;
  width: 38px;
  vertical-align: middle;
}
.product_detail_tile .product_item_category_rank .order {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 11px;
  width: 6px;
  height: 8px;
  color: #fff;
}
html.sp .product_detail_tile .product_item_category_rank .order {
  top: 13px;
  width: 6px;
  height: 8px;
}
.product_detail_tile .product_item_category_rank .icon {
  position: absolute;
  top: 6px;
  width: 28px;
  height: 21px;
}
html.sp .product_detail_tile .product_item_category_rank .icon {
  top: 3px;
  width: 28px;
  height: 21px;
}
.product_detail_tile .product_item_category_text {
  display: table-cell;
  vertical-align: middle; 
  font-size: 1.09rem;
  line-height: 1.53846;
}
html.sp .product_detail_tile .product_item_category_text {
  font-size: 0.92rem;
  line-height: 1.45455;
}
.product_detail_tile .product_item_category_text::before {
  display: inline-block;
  height: 40px;
  content: '';
  vertical-align: middle;
}
html.sp .product_detail_tile .product_item_category_text::before {
  height: 32px;
}
.product_detail_tile .product_item_category_text span {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.product_detail_tile .product_button {
  margin-top: 15px;
}
html.sp .product_detail_tile .product_button {
  margin-top: 5px;
}
.product_detail_tile .product_button_buy .button {
  width: 100%;
}
.product_detail_tile .product_button_delete {
  margin-top: 10px;
  text-align: right;
}
html.sp .product_detail_tile .product_button_delete .link {
  font-size: 0.92rem;
}

html.sp .aside_top_product_list {
  display: none;
}

.aside_gift_item {
  margin-top: 20px;
}
.aside_gift_item:first-child {
  margin-top: 0;
}
html.sp .aside_gift_item {
  margin-top: 29px;
}
.aside_gift_item .search_content {
  padding: 20px 20px 30px;
  background: #f3f2f2;
}
html.sp .aside_gift_item .search_content {
  padding: 0; 
  background: #fff;
}
.aside_gift_item .search_condition_item {
  margin-top: 2px;
}
.aside_gift_item .search_condition_item:first-child {
  margin-top: 0;
}
.aside_gift_item .search_content_check_item {
  margin-top: 20px;
}
.aside_gift_item .search_content_check_item:first-child {
  margin-top: 0;
}

.search_content .search_gift_item {
  margin-top: 12px;
}
.search_content .search_gift_item:first-child {
  margin-top: 0;
}
.search_content .search_gift_item .checkbox {
  font-size: 1rem;
}
.search_content .search_gift_item .search_check_box {
  margin-right: 10px; 
  vertical-align: middle;
}
.search_content .search_gift_item .right_check_box + .checkbox_label {
  position: relative;
  padding-right: 22px;
}
.search_content .search_gift_item .right_check_box + .checkbox_label::before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 14px;
  height: 14px; 
  margin: 0;
  content: ' ';
}
.search_content .search_gift_item .right_check_box:checked + .checkbox_label {
  position: relative;
  padding-right: 22px;
}
.search_content .search_gift_item .right_check_box:checked + .checkbox_label::after {
  position: absolute;
  top: 2px;
  right: 0;
  left: initial;
  width: 14px;
  content: 'v';
  text-align: center;
  line-height: 14px;
}
.search_content .search_gift_item .checkbox_label {
  text-decoration: underline;
}
.search_content .search_gift_item .checkbox_label:hover {
  text-decoration: none;
}
.search_content .search_gift_item .checkbox_label::before {
  margin-right: 10px;
}
.search_content .search_gift_item .info_box {
  display: block;
  float: right;
  margin-left: 12px;
  padding: 3px 8px 1px;
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

.search_content .search_gift_title {
  margin-bottom: 5px; 
  color: #b49731;
  font-size: 0.92rem;
  font-weight: bold;
}

.search_content .search_gift_category {
  font-weight: bold;
}

.search_content .search_gift_link {
  font-size: 1rem;
}

.search_content .search_gift .info_box {
  float: right;
  padding: 3px 8px 1px;
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

.search_content .gift_sub {
  margin: 10px 0 0 10px;
}
.search_content .gift_sub_item {
  margin-bottom: 13px;
}

html.sp .pagination_area {
  display: inline-block;
}

.pagination_period {
  position: relative;
}
html.sp .pagination_period {
  text-align: center;
}
html.sp .pagination_period .pagination_top {
  display: none;
}
.pagination_period_item {
  float: left;
  margin-right: 45px;
}
html.sp .pagination_period_item {
  display: none;
  margin-right: 0;
}
html.sp .pagination_period_item:first-child {
  left: 0 !important;
}
html.sp .pagination_period_item:last-child {
  right: 0 !important;
}
.pagination_period_item.pagination_period_active {
  font-weight: bold;
}
html.sp .pagination_period_item.pagination_period_active {
  display: block;
  font-weight: normal;
}
.pagination_period_item.prev_last {
  display: none;
  font-weight: bold;
}
html.sp .pagination_period_item.prev_last {
  display: block;
}
html.sp .pagination_period_item.prev_last {
  position: absolute;
  left: 0;
}
.pagination_period_item.prev {
  display: none;
  font-weight: bold;
}
html.sp .pagination_period_item.prev {
  display: block;
}
html.sp .pagination_period_item.prev {
  position: absolute;
  left: 16.5%;
}
.pagination_period_item.next {
  display: none;
  font-weight: bold;
}
html.sp .pagination_period_item.next {
  display: block;
}
html.sp .pagination_period_item.next {
  position: absolute;
  right: 16.5%;
}
.pagination_period_item.next_last {
  display: none;
  font-weight: bold;
}
html.sp .pagination_period_item.next_last {
  display: block;
}
html.sp .pagination_period_item.next_last {
  position: absolute;
  right: 0;
}
.pagination_period_link {
  display: block;
  color: #070d1b; 
  font-size: 1.25rem;
}
html.sp .pagination_period_link {
  text-decoration: none;
  font-size: 1.17rem;
}

.pickup_section {
  margin: 30px 0 40px;
}
html.sp .pickup_section {
  margin-right: -16px;
  margin-left: -16px;
}
html.sp .pickup_section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.list_section {
  margin-top: 40px;
}
html.sp .list_section {
  margin-right: -16px;
  margin-left: -16px;
}
html.sp .list_section {
  margin-top: 20px;
}

.pickup_title,
.list_section .list_title {
  padding-bottom: 12px;
  color: #331e00;
  border-bottom: 1px solid #331e00; 
  font-size: 1.84rem;
  font-weight: bold;
}
html.sp .pickup_title,
html.sp .list_section .list_title,
.list_section html.sp .list_title {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .pickup_title,
html.sp .list_section .list_title,
.list_section html.sp .list_title {
  display: block;
  padding-top: 4px;
  border-width: 2px; 
  font-size: 1.34rem;
  line-height: 1.2;
}
.pickup_title ~ .pickup_title,
.list_section .list_title ~ .pickup_title,
.list_section .pickup_title ~ .list_title,
.list_section .list_title ~ .list_title {
  margin-top: 35px;
}
html.sp .pickup_title ~ .pickup_title,
html.sp .list_section .list_title ~ .pickup_title,
.list_section html.sp .list_title ~ .pickup_title,
html.sp .list_section .pickup_title ~ .list_title,
.list_section html.sp .pickup_title ~ .list_title,
html.sp .list_section .list_title ~ .list_title,
.list_section html.sp .list_title ~ .list_title {
  margin-top: 30px;
}

.pickup_des {
  padding: 30px 0;
  font-size: 1.17rem; 
  line-height: 1.7;
}
html.sp .pickup_des {
  padding: 15px 16px;
  font-size: 0.92rem; 
  line-height: 1.6;
}

.pickup_content,
.list_section .ingredient_content {
  padding: 30px; 
  border-top: 1px solid #331e00;
  background: #fff8ed;
}
html.sp .pickup_content,
html.sp .list_section .ingredient_content,
.list_section html.sp .ingredient_content {
  padding: 15px 16px;
  border-width: 2px;
}

.pickup_content {
  border-top: none;
}
.pickup_content.pattern_1 .product_detail_tile .product_item,
.pickup_content.pattern_2 .product_detail_tile .product_item {
  margin-right: 0;
  margin-left: 0;
}
html.pc .pickup_content.grid_2,
html.pc .pickup_content.grid_4,
html.pc .pickup_content.grid_5,
html.pc .pickup_content.grid_6 {
  padding: 16px;
  padding-bottom: 0;
}
html.pc .pickup_content.grid_2 .pickup_products,
html.pc .pickup_content.grid_4 .pickup_products,
html.pc .pickup_content.grid_5 .pickup_products,
html.pc .pickup_content.grid_6 .pickup_products {
  margin-right: -8px;
  margin-left: -8px;
}
html.pc .pickup_content.grid_2 .pickup_products_item,
html.pc .pickup_content.grid_4 .pickup_products_item,
html.pc .pickup_content.grid_5 .pickup_products_item,
html.pc .pickup_content.grid_6 .pickup_products_item {
  margin-bottom: 16px;
}
html.pc .pickup_content.grid_3 {
  padding: 20px;
  padding-bottom: 0;
}
html.pc .pickup_content.grid_3 .pickup_products {
  margin-right: -10px;
  margin-left: -10px;
}
html.pc .pickup_content.grid_3 .pickup_products_item {
  margin-bottom: 20px;
}
html.sp .pickup_content.grid_4,
html.sp .pickup_content.grid_5,
html.sp .pickup_content.grid_6 {
  padding-bottom: 0;
}

.pickup_products {
  overflow: hidden; 
  margin: 0;
}
.pickup_products + .pickup_products {
  margin-top: 14px;
}
html.sp .pickup_products + .pickup_products {
  margin-top: 0;
}
html.sp .pickup_products + .pickup_products .col_sm_3:first-child {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e4e2e2;
}
.pickup_products .pickup_products_item {
  position: relative;
  float: none; 
  width: auto;
  margin-bottom: 30px;
}
html.sp .pickup_products .pickup_products_item {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px solid #e4e2e2;
}
html.sp .pickup_products .pickup_products_item:last-child {
  margin-bottom: 0;
}
html.sp .pickup_products .pickup_products_item:not(:first-child) {
  padding-top: 15px;
}
html.sp .pickup_products .pickup_products_item .product_item_des {
  display: block;
}
html.sp .pickup_products .pickup_products_item:first-child {
  border-top: 0;
}
.pickup_products .pickup_products_item .products_item_photo {
  position: relative; 
  float: left;
  width: 270px;
}
html.sp .pickup_products .pickup_products_item .products_item_photo {
  width: 138px;
}
.pickup_products .pickup_products_item img {
  border: 1px solid #d9d6d6;
}
html.pc .pickup_products .pickup_products_item .product_item_link img {
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
}
html.pc .pickup_products .pickup_products_item .product_item_link:hover img {
  opacity: 0.7;
}
.pickup_products .pickup_products_item .pickup_item_text {
  font-size: 1.09rem;
}
html.sp .pickup_products .pickup_products_item .pickup_item_text {
  font-size: 0.92rem;
}
html.sp .pickup_products .pickup_products_item .product_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: column; 

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}
html.sp .pickup_products .pickup_products_item .product_bottom_wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
          order: 1;
}
.pickup_products .pickup_products_item .product_bottom_info {
  margin-left: 290px;
}
html.sp .pickup_products .pickup_products_item .product_bottom_info {
  margin-left: 150px;
}
html.sp .pickup_products .pickup_products_item .product_bottom_table {
  margin-top: 0; 

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
          order: 2;
}
html.sp .pickup_products .pickup_products_item .product_bottom .pickup_item_des {
  margin-left: -150px;
  padding: 8px 0 0; 

  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
          order: 3;
}
html.sp .pickup_products .pickup_products_item .product_bottom_row {
  display: block;
  width: 100%;

  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
          order: 0;
}
html.pc .pickup_products .medium .product_item_wrapper,
html.pc .pickup_products .large .product_item_wrapper {
  margin: 0;
}
html.pc .pickup_products .medium .product_bottom_table,
html.pc .pickup_products .large .product_bottom_table {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
html.pc .pickup_products .medium:last-child,
html.pc .pickup_products .large:last-child {
  margin-bottom: 0;
}
html.pc .pickup_products .medium .product_bottom,
html.pc .pickup_products .large .product_bottom {
  position: relative;
  margin-top: 0;
}
html.pc .pickup_products .medium .pickup_item_des,
html.pc .pickup_products .large .pickup_item_des {
  display: block;
  padding: 5px 0 30px;
}
html.pc .pickup_products .medium .product_bottom_price,
html.pc .pickup_products .large .product_bottom_price {
  font-size: 1.67rem;
}
html.pc .pickup_products .medium .product_bottom_category .product_category_list li,
html.pc .pickup_products .large .product_bottom_category .product_category_list li {
  position: static !important;
  vertical-align: text-top;
}
html.sp .pickup_products .medium .product_item_wrapper,
html.sp .pickup_products .large .product_item_wrapper {
  margin: 0 !important;
}
html.pc .pickup_products .medium .product_bottom_row,
html.pc .pickup_products .large .product_bottom_row {
  position: absolute;
  bottom: 0;
  width: 100%;
}
html.pc .pickup_products .large .product_bottom {
  min-height: 270px;
}
html.pc .pickup_products .large .product_bottom_name {
  font-size: 1.5rem;
}
html.pc .pickup_products .medium .product_bottom {
  min-height: 230px;
}
html.pc .pickup_products .medium .products_item_photo {
  float: left; 
  width: 230px;
}
html.pc .pickup_products .medium .product_bottom_info {
  margin-left: 250px;
}
html.pc .pickup_products .medium .product_bottom_name {
  font-size: 1.34rem;
}
.pickup_products .small .pickup_item_des {
  display: none;
}
html.pc .pickup_products .small {
  float: left;
  width: 347px;
  margin: 0 8px;
}
html.pc .pickup_products .small .product_box_tag_option {
  width: 50px;
  height: 50px;
}
html.pc .pickup_products .small .products_item_photo {
  float: none; 
  width: 100%;
}
html.pc .pickup_products .small .product_bottom_info {
  margin-left: 0;
}
html.pc .pickup_products .small .product_bottom_price {
  font-size: 1.59rem;
}
html.pc .pickup_products .small:not(.col_sm_3) .product_bottom_info {
  padding-bottom: 20px;
}
html.sp .pickup_products .small:not(.col_sm_3) {
  float: left;
  width: 50%;
  margin-bottom: 15px; 
  border-top: 0;
}
html.sp .pickup_products .small:not(.col_sm_3):not(:first-child) {
  padding-top: 0;
}
html.sp .pickup_products .small:not(.col_sm_3) .products_item_photo {
  float: none; 
  width: 100%;
}
html.sp .pickup_products .small:not(.col_sm_3) .product_bottom_info {
  float: none;
  margin-left: 0;
  padding-top: 10px;
}
html.sp .pickup_products .small:not(.col_sm_3) .product_item_des {
  display: block;
}
html.pc .pickup_products .col_sm_3 {
  width: 220px;
  margin-right: 10px;
  margin-left: 10px;
}
html.sp .pickup_products .col_sm_3 .product_item_wrapper {
  margin: 0 !important;
}
html.pc .pickup_products .col_sm_4 {
  width: 165px;
}
html.pc .pickup_products .col_sm_5 {
  width: 130px;
}
html.pc .pickup_products .col_sm_6 {
  width: 105px;
}
html.pc .pickup_products .col_sm_4,
html.pc .pickup_products .col_sm_5,
html.pc .pickup_products .col_sm_6 {
  margin: 0 8px;
}
html.pc .pickup_products .col_sm_4 .product_bottom_category,
html.pc .pickup_products .col_sm_5 .product_bottom_category,
html.pc .pickup_products .col_sm_6 .product_bottom_category {
  display: none;
}
html.pc .pickup_products .col_sm_5 .product_bottom_name,
html.pc .pickup_products .col_sm_5 .product_bottom_normal_price,
html.pc .pickup_products .col_sm_5 .product_bottom_unit,
html.pc .pickup_products .col_sm_5 .product_bottom_off,
html.pc .pickup_products .col_sm_6 .product_bottom_name,
html.pc .pickup_products .col_sm_6 .product_bottom_normal_price,
html.pc .pickup_products .col_sm_6 .product_bottom_unit,
html.pc .pickup_products .col_sm_6 .product_bottom_off {
  font-size: 1rem;
}
html.pc .pickup_products .col_sm_5 .product_bottom_name,
html.pc .pickup_products .col_sm_5 .product_bottom_company a,
html.pc .pickup_products .col_sm_6 .product_bottom_name,
html.pc .pickup_products .col_sm_6 .product_bottom_company a {
  line-height: 1.36;
}
html.pc .pickup_products .col_sm_5 .product_bottom_price,
html.pc .pickup_products .col_sm_6 .product_bottom_price {
  font-size: 1.5rem;
  line-height: 1.1;
}
html.pc .pickup_products .col_sm_5 .product_bottom_company,
html.pc .pickup_products .col_sm_6 .product_bottom_company {
  font-size: 0.92rem;
}

html.pc .free_area {
  margin: 40px 0;
}

html.sp .free_area {
  margin: 20px 0;
}

html.pc .layout_aside .free_area {
  margin: 30px 0;
}

html.sp .layout_aside .free_area {
  display: none;
}

.free_area:first-child {
  margin-top: 0 !important;
}

.free_area:last-child {
  margin-bottom: 0 !important;
}

html.pc .sns_block {
  text-align: right;
}

html.sp .sns_block {
  text-align: center;
}

html.sp .pickup_products .pickup_products_item.large .product_bottom_table,
html.sp .pickup_products .pickup_products_item.medium .product_bottom_table,
html.sp .pickup_products .pickup_products_item.large .product_bottom_table,
html.sp .pickup_products .pickup_products_item.medium .product_bottom_table {
  position: relative;
}

.pickup_products .product_item .product_bottom_company a:after {
  display: none;
}

.product_bottom_category li svg {
  background: #fff;
}

.product_bottom_new svg {
  background: #fff;
}

.list_section .ingredient_section {
  padding-top: 0; 
  border-top: 0;
}

.list_section .ingredient_content {
  margin-top: 0;
  padding: 0;
  border-top: none; 
  background: none;
}

.list_section .ingredient_inner {
  margin-top: 30px;
}
html.sp .list_section .ingredient_inner {
  margin-top: 0;
}

.list_section .pickup_content {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
  background: none;
}
html.sp .list_section .pickup_content {
  padding-right: 0;
  padding-left: 0;
}

html.pc .list_section .pickup_products {
  margin: -30px -8px 0 -8px;
}

html.pc .list_section .pickup_products .pickup_products_item {
  margin-top: 30px;
}

html.sp .list_section .pagination,
html.sp
.list_section .pagination .pagination_sp {
  margin-top: 10px;
}

.related_top {
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid #ebebeb;
}
html.sp .related_top {
  display: none;
}
.related_top_detail {
  padding-top: 12px;
}
.related_top_detail:first-child {
  padding-top: 0;
}
.related_top_title {
  font-size: 1.17rem;
  font-weight: bold;
}
.related_top_list {
  margin-top: 7px;
}
.related_top .wrapper_link_item {
  display: block;
  float: left;
}
.related_top .wrapper_link_item:first-child .item_link {
  padding-left: 0;
}
.related_top .wrapper_link_item .item_link {
  display: block;
  margin-bottom: 4px;
  padding: 0 5px;
  text-decoration: none;
  color: #cfd0d2; 
  border-right: 1px solid #cfd0d2;
  border-bottom: 1px solid #cfd0d2;
  font-size: 0.92rem;
  line-height: 1.2;
}
.related_top .wrapper_link_item .item_link:link {
  color: #cfd0d2;
}

.sns_wrapper {
  display: inline-block;
  margin-top: -10px;
  vertical-align: top;
}

.sns_item {
  display: inline-block;
  margin-top: 10px;
  vertical-align: middle;
}
.sns_item:not(:first-child) {
  margin-left: 3px;
}
.sns_item a {
  display: block;
}
.sns_item svg {
  width: 19px;
  height: 19px;
  vertical-align: top;
}
.sns_item.like {
  margin-left: 1px;
}
.sns_item.like svg {
  width: 55px;
  height: 18px;
}
.sns_item.twitter svg {
  color: #55acee;
}
html.pc .sns_item.line {
  display: none;
}
.sns_item.line img {
  width: 20px;
  vertical-align: middle;
}

html.pc .product_carousel .slick-track,
html.pc .category_carousel .slick-track {
  margin: 0 30px;
}

html.sp .product_carousel .slick-track,
html.sp .category_carousel .slick-track {
  margin: 0 8px;
}

.product_carousel .slick-arrow,
html.pc .product_carousel:hover .slick-arrow.slick-disabled,
html.pc .product_carousel.tablet .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.product_carousel .slick-prev.slick-arrow,
html.pc .product_carousel:hover .slick-prev.slick-arrow.slick-disabled,
html.pc .product_carousel.tablet .slick-prev.slick-arrow.slick-disabled {
  margin-left: -30px;
}
.product_carousel .slick-next.slick-arrow,
html.pc .product_carousel:hover .slick-next.slick-arrow.slick-disabled,
html.pc .product_carousel.tablet .slick-next.slick-arrow.slick-disabled {
  margin-right: -30px;
}

html.pc .product_carousel:hover .slick-arrow,
html.pc .product_carousel.tablet .slick-arrow {
  visibility: visible;
  opacity: 1;
}
html.pc .product_carousel:hover .slick-prev.slick-arrow,
html.pc .product_carousel.tablet .slick-prev.slick-arrow {
  margin-left: 0;
}
html.pc .product_carousel:hover .slick-next.slick-arrow,
html.pc .product_carousel.tablet .slick-next.slick-arrow {
  margin-right: 0;
}

.product_carousel {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.product_carousel::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: none;
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background:         linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
html.pc .product_carousel::before {
  width: 70px;
}
html.sp .product_carousel::before {
  width: 35px;
}
.product_carousel.slick-over::before {
  display: block;
}
.product_carousel .slick-slide img {
  opacity: 0.5;
}
.product_carousel .slick-slide.slick-active img,
.product_carousel .slick-slide.slick-current img,
.product_carousel .slick-slide.slick-current ~ .slick-slide img {
  opacity: 1;
}
.product_carousel .slick-slide .product_item_link:hover img {
  opacity: 0.7;
}
html.ie9 .product_carousel .slick-slide {
  -webkit-transition: opacity 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: opacity 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
}
html.ie9 .product_carousel .slick-slide.slick-active ~ :not(.slick-active) img {
  opacity: 0.5;
}
.product_carousel .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 180px;
  height: 180px;
  margin-top: -90px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  border: 0;
  border-radius: 5px 0 0 5px;
  outline: none;
  background: rgba(62, 55, 45, 0.9);
  font-size: 0;
}
.product_carousel .slick-arrow svg {
  width: 12px;
  height: 24px;
  margin-left: 1px;
  vertical-align: middle; 
  color: #fff;
}
html.pc .product_carousel .slick-arrow:hover {
  background: rgba(62, 55, 45, 0.6);
}
.product_carousel .slick-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product_carousel .slick-prev svg {
  margin-left: 0;
}
.product_carousel .slick-next {
  right: 0;
}
.product_carousel > .product_item:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
.product_carousel.slick-slider {
  display: block;
}
html.pc .product_carousel.product_detail_tile .product_item,
html.pc
  .product_carousel.product_detail_tile .product_item .product_item_wrapper {
  margin: 0;
}
html.sp .product_carousel.product_detail_tile .product_item,
html.sp
  .product_carousel.product_detail_tile .product_item .product_item_wrapper {
  margin: 0;
}
.product_carousel .product_item_link:hover img {
  opacity: 0.7;
}
html.pc .product_carousel.medium::before {
  height: 166px;
}
html.sp .product_carousel.medium::before {
  height: 130px;
}
.product_carousel.medium .product_item {
  outline: none;
}
html.pc .product_carousel.medium .product_item {
  width: 166px;
}
html.sp .product_carousel.medium .product_item {
  width: 130px;
}
html.pc .product_carousel.medium .product_item:not(:last-child) {
  margin-right: 15px;
}
html.sp .product_carousel.medium .product_item:not(:last-child) {
  margin-right: 16px;
}
html.pc .product_carousel.medium .product_box_tag {
  top: 0;
  left: 0;
}
html.sp .product_carousel.medium .product_box_tag {
  top: 0;
  left: 0;
}
html.pc .product_carousel.medium .product_box_tag_option {
  width: 56px;
  height: 56px;
}
html.pc .product_carousel.medium .product_bottom_category .product_category_list {
  margin-top: 0;
}
html.pc .product_carousel.product_detail_tile .product_item .product_bottom_category .product_category_list li {
  position: relative;
  top: 0;
  left: 0;
  margin: 0; 
  padding: 0;
}
html.pc .product_carousel.small::before {
  height: 120px;
}
html.sp .product_carousel.small::before {
  height: 85px;
}
html.sp .product_carousel.small .slick-track {
  margin: 0 32px;
}
.product_carousel.small .slick-arrow {
  height: 80px;
  margin-top: -40px;
}
.product_carousel.small .product_item {
  outline: none;
}
html.pc .product_carousel.small .product_item {
  width: 120px;
  margin: 0;
}
html.sp .product_carousel.small .product_item {
  width: 85px;
  margin: 0;
}
html.pc .product_carousel.small .product_item:not(:last-child) {
  margin-right: 20px;
}
html.sp .product_carousel.small .product_item:not(:last-child) {
  margin-right: 8px;
}
html.pc .product_carousel.small .product_box_tag {
  top: 0;
  left: 0;
}
html.sp .product_carousel.small .product_box_tag {
  top: 0;
  left: 0;
}
html.pc .product_carousel.small .product_box_tag_option {
  width: 50px;
  height: 50px;
}
html.sp .product_carousel.small .product_box_tag_option {
  width: 38px;
  height: 38px;
}
html.pc .product_carousel.small .product_bottom_name {
  font-size: 1rem;
}
html.sp .product_carousel.small .product_bottom_name {
  font-size: 0.92rem;
}
html.pc .product_carousel.small .product_bottom_price {
  font-size: 1.42rem;
}
html.sp .product_carousel.small .product_bottom_price {
  font-size: 1.09rem;
}
html.pc .product_carousel.small .product_bottom_point {
  font-size: 0.92rem;
}
html.sp .product_carousel.small .product_bottom_point {
  font-size: 0.84rem;
}
html.pc .product_carousel.small .product_bottom_unit {
  font-size: 1.09rem;
}
html.sp .product_carousel.small .product_bottom_unit {
  font-size: 0.75rem;
}
.product_carousel.small .product_bottom_off {
  display: block;
  margin-left: 0;
}
html.pc .product_carousel.small .product_bottom_off {
  font-size: 1rem;
}
html.sp .product_carousel.small .product_bottom_off {
  font-size: 0.75rem;
}
html.pc .product_carousel.small .product_bottom_company {
  font-size: 0.92rem;
}
html.sp .product_carousel.small .product_bottom_company {
  font-size: 0.84rem;
}
.product_carousel.small .product_bottom_category li {
  margin: 0 0 1px 3px; 
  padding: 2px 4px 0;
}
html.pc .product_carousel.ranking::before {
  height: 211px;
}
html.sp .product_carousel.ranking::before {
  height: 175px;
}
html.pc .product_carousel.ranking .product_item {
  padding-top: 45px;
}
html.sp .product_carousel.ranking .product_item {
  padding-top: 35px;
}
.product_carousel.ranking .product_bottom_category li {
  margin: 0 0 1px 3px; 
  padding: 2px 4px 0;
}
.product_carousel.ranking .product_rank {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 22px;
  text-align: center; 
  background: #d4a551;
  line-height: 22px;
}
html.sp .product_carousel.ranking .product_rank {
  top: 15px;
  height: 20px;
  line-height: 20px;
}
.product_carousel.ranking .product_rank .order {
  position: relative;
  z-index: 1;
  width: 9px;
  height: 12px;
  color: #fff;
}
html.sp .product_carousel.ranking .product_rank .order {
  width: 6px;
  height: 9px;
}
.product_carousel.ranking .product_rank .icon {
  position: absolute;
  top: -23px;
  left: 50%;
  width: 52px;
  height: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
html.sp .product_carousel.ranking .product_rank .icon {
  top: -15px;
  width: 33px;
  height: 26px;
}
.product_carousel.ranking .product_rank.first {
  background: #f6e9c2;
}
.product_carousel.ranking .product_rank.first .order {
  top: -6px;
  width: 8px;
  height: 13px;
}
html.sp .product_carousel.ranking .product_rank.first .order {
  top: -8px;
}
.product_carousel.ranking .product_rank.first .icon {
  color: #d7af39;
}
.product_carousel.ranking .product_rank.second {
  background: #e6e8e9;
}
.product_carousel.ranking .product_rank.second .order {
  top: -6px;
  width: 10px;
  height: 13px;
}
html.sp .product_carousel.ranking .product_rank.second .order {
  top: -8px;
}
.product_carousel.ranking .product_rank.second .icon {
  color: #adb3b5;
}
.product_carousel.ranking .product_rank.third {
  background: #ebe0d0;
}
.product_carousel.ranking .product_rank.third .order {
  top: -6px;
  width: 10px;
  height: 13px;
}
html.sp .product_carousel.ranking .product_rank.third .order {
  top: -8px;
}
.product_carousel.ranking .product_rank.third .icon {
  color: #cf8148;
}
.product_carousel.ranking .product_rank.tenth .order {
  width: 17px;
  height: 12px;
}
html.sp .product_carousel.ranking .product_rank.tenth .order {
  width: 13px;
  height: 9px;
}
html.pc .product_carousel.center .slick-track {
  margin: 0;
}
html.sp .product_carousel.center .slick-track {
  margin: 0;
}
html.sp .product_carousel.category::before {
  height: 100%;
}
html.sp .product_carousel.category .product_item {
  width: 264px;
  padding: 12px 12px 0;
  border: solid 1px #e7e7e7;
}
html.sp .product_carousel.category .product_item_photo {
  position: absolute;
  width: 40px;
}
html.sp .product_carousel.category .product_item_info {
  padding-top: 0;
}
html.sp .product_carousel.category .product_item_category_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  min-height: 40px;
  margin-top: 0;
  padding-left: 50px; 

  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
}
html.sp .product_carousel.category .product_item_category_name a {
  vertical-align: middle;
}
html.pc .product_carousel.category_only::before {
  height: 166px;
}
html.sp .product_carousel.category_only::before {
  height: 84px;
}
html.sp .product_carousel.category_only .slick-track {
  margin: 0 16px;
}
html.sp .product_carousel.category_only .product_item {
  width: 84px;
}
html.sp .product_carousel.category_only .product_item:not(:last-child) {
  margin-right: 12px;
}
html.sp .product_carousel.category_only .product_item_category_name {
  min-height: 0;
  margin: 0;
  padding-left: 0;
}
html.sp .product_carousel.category_only .product_item_category_name a {
  font-size: 0.92rem;
  line-height: 1.45455;
}

.category_carousel {
  position: relative;
  margin-bottom: 15px;
}
.category_carousel .slick-arrow {
  position: absolute;
  z-index: 2;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9);
          transition: 170ms cubic-bezier(0.76, 0.005, 0.23, 0.9); 
  border: 0;
  outline: none;
  background: #fffdfb;
  font-size: 0;
}
html.pc .category_carousel .slick-arrow {
  top: 6px;
  width: 38px;
  height: 38px;
}
html.sp .category_carousel .slick-arrow {
  top: 9px;
  width: 24px;
  height: 30px;
}
.category_carousel .slick-arrow svg {
  width: 6px;
  height: 11px;
  color: #382306;
}
.category_carousel .slick-arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.category_carousel .slick-prev {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
html.pc .category_carousel .slick-prev {
  right: 38px;
}
html.sp .category_carousel .slick-prev {
  right: 24px;
}
.category_carousel .slick-next {
  right: 0;
}
.category_carousel > .category_carousel_item:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
.category_carousel_item {
  position: relative;
  margin-bottom: 6px;
  cursor: pointer;
  text-align: center;
  border: solid 1px #d1b898;
  outline: none; 
  background: #fffdfb;
  font-size: 1.09rem;
  font-weight: bold;
}
.category_carousel_item:not(:first-child) {
  margin-left: -1px;
}
html.pc .category_carousel_item {
  width: 170px;
  margin-top: 5px;
  padding: 0 20px 0 10px;
  line-height: 38px;
}
html.sp .category_carousel_item {
  width: auto;
  max-width: 160px;
  margin-top: 8px;
  padding: 0 20px 0 15px;
  line-height: 30px;
}
.category_carousel_item::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  top: 100%;
  left: 50%;
  display: block;
  margin-top: -3px;
  margin-top: 1px; 
  margin-left: -6px;
  content: '';
  opacity: 0;
  border: solid 6px transparent;
  border-top-color: #331e00;
  border-bottom: 0;
}
.category_carousel_item svg {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d1b898;
}
html.sp .category_carousel_item svg {
  right: 7px;
  width: 9px;
  height: 5px;
}
.category_carousel_item[data-show='true'] {
  z-index: 1;
  color: #fff;
  border-color: #331e00;
  background: #331e00;
  font-size: 1.17rem;
}
html.pc .category_carousel_item[data-show='true'] {
  width: 175px;
  height: 45px;
  margin-top: 0;
  padding: 0;
  line-height: 43px;
}
html.sp .category_carousel_item[data-show='true'] {
  height: 40px;
  margin-top: 0;
  padding: 0 17.5px;
  line-height: 38px;
}
.category_carousel_item[data-show='true']::after {
  opacity: 1;
}
.category_carousel_item[data-show='true'] svg {
  display: none;
}
.category_carousel_text {
  display: inline-block;
}
.category_carousel_product {
  position: relative;
}

.sliding_menu,
html.sp .modal_window {
  -webkit-overflow-scrolling: touch;

          overflow-scrolling: touch;
}

body,
input,
textarea,
select,
button {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html.pc:not(.tb) .header,
html.tb .header.header_cart,
html.tb .header.header_new_window {
  -webkit-box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
          box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
}

.footer_sns_inner::after,
.header_sub::after,
.header_sub_link::after,
.header_search::after,
html.pc .layout::after,
.form::after,
.form_set::after,
.form_items::after,
.form_line::after,
.progress::after,
.progress_list::after,
.banner_module_list::after,
.layout_aside .product_detail_tile .product_item_wrapper::after,
.product::after,
html.sp .product_detail_list::after,
.product_detail_list .product_item .product_box_tag::after,
.product_detail_list .product_item .product_bottom_support::after,
.product_detail_list .product_item .product_bottom_category .product_category_list::after,
.product_detail_list .product_category_list::after,
.product_detail_tile::after,
.product_detail_tile .product_item .product_box_tag::after,
.product_detail_tile .product_item .product_bottom_support::after,
.product_detail_tile .product_item .product_bottom_category::after,
.search_content .search_gift_item::after,
html.sp .pagination_period .pagination_area::after,
.pickup_products::after,
.pickup_products .pickup_products_item::after,
.pickup_products .pickup_products_item .product_item_wrapper::after,
.related_top .wrapper_link::after,
.sns_list::after,
.ingredient::after,
.search_conditions_item::after,
.aside_shop_box .register_wrapper::after,
.aside_shop_box .register_complete::after,
.wrapper_slide .slide::after,
.attention::after,
.ingredient_category::after,
.ingredient_company_list::after,
.product_refer_search_list::after {
  display: block;
  clear: both;
  content: '';
}

.header_icon_image::after,
.header_menu_item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

.ingredient_main {
  margin-left: 244px;
}
html.sp .ingredient_main {
  margin: 0;
}

.ingredient_wrapper {
  float: right;
  width: 100%;
}
html.sp .ingredient_wrapper {
  float: none;
}

.ingredient_side {
  float: left;
  width: 200px;
  background: #fff;
}

.ingredient_title {
  margin-bottom: 28px;
  padding-left: 15px;
  border-left: 4px solid #d1b898;
  font-size: 2.17rem;
}
html.sp .ingredient_title {
  margin-bottom: 10px;
  padding-top: 2px;
  font-size: 1.59rem;
}
html.sp .ingredient_title .main_title {
  display: block;
}
.ingredient_title .product_search {
  display: none;
}
html.sp .ingredient_title .product_search {
  display: inline-block;
  font-weight: normal;
}
.ingredient_title .product_number {
  display: inline-block;
  margin-left: 40px;
}
html.sp .ingredient_title .product_number {
  margin-left: 20px;
}

.ingredient_des {
  font-size: 1rem; 
  line-height: 1.6;
}
html.sp .ingredient_des {
  font-size: 0.75rem;
  line-height: 1.7;
}

.ingredient_content {
  margin-top: 35px;
}
html.sp .ingredient_content {
  margin-top: 10px;
}
html.pc .ingredient_content.no_option {
  margin-top: 0;
}
html.sp .ingredient_content.no_option {
  margin-top: 20px;
}

.ingredient_section {
  padding-top: 50px; 
  border-top: 2px dotted #9c9ea3;
}
html.sp .ingredient_section {
  padding-top: 0;
  border-top: 0;
}

.ingredient_section_product {
  padding-top: 10px;
}
html.sp .ingredient_section_product {
  padding-top: 0;
}
.ingredient_section_product_other {
  padding-top: 10px;
}
html.sp .ingredient_section_product_other {
  display: none;
}

.ingredient_section_other {
  padding-top: 20px;
}
html.sp .ingredient_section_other {
  display: none;
}

html.sp .ingredient_section_feature {
  display: none;
}

.ingredient_section_relate {
  padding-top: 22px;
}
html.sp .ingredient_section_relate {
  padding-top: 0;
}

.ingredient_sub_title {
  font-size: 2.17rem;
}
html.sp .ingredient_sub_title {
  display: none;
}
.ingredient_sub_title .count {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.5rem; 
  font-weight: normal;
}

.ingredient_inner {
  margin-top: 20px;
}
html.sp .ingredient_inner {
  margin-top: 10px;
}
.ingredient_inner.other {
  margin-top: 0;
}

.ingredient_section_des {
  font-size: 1.17rem;
  line-height: 1.7;
}
html.sp .ingredient_section_des {
  display: none;
}

.ingredient_detail {
  margin-top: 25px;
}
html.sp .ingredient_detail {
  margin-top: 16px;
}

.ingredient_main_content {
  margin-top: 28px;
}
html.sp .ingredient_main_content {
  display: none;
}

.ingredient_list {
  margin-bottom: 35px;
}
html.sp .ingredient_list {
  margin-bottom: 28px;
}

html.pc .ingredient .module,
html.sp .ingredient .module {
  margin: 0;
}

html.sp .search_category {
  display: none;
}

html.sp .modal .search_category {
  display: block;
}

.search_category .aside_title svg {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 7px;
  vertical-align: top; 
  color: #b2afad;
}
html.sp .search_category .aside_title svg {
  color: #a09a92;
}

.search_category_wrapper {
  padding: 15px 0;
}
html.sp .search_category_wrapper {
  padding: 0 15px;
}
.search_category_wrapper + .search_category_wrapper {
  border-top: solid 1px #ccc;
}
html.sp .search_category_wrapper + .search_category_wrapper {
  border-color: #331e00;
}
.search_category_wrapper > .search_category_item:first-child {
  border-top: 0;
}

html.sp .search_category_list,
html.sp .search_category_item {
  margin-top: 0;
}
html.sp .search_category_list.other,
html.sp .search_category_item.other {
  margin-left: 10px;
}

.search_category_list:not(:first-child),
.search_category_item:not(:first-child) {
  margin-top: 10px;
}
html.sp .search_category_list:not(:first-child),
html.sp .search_category_item:not(:first-child) {
  margin-top: 0;
}

html.sp .search_category_item {
  border-top: 1px solid #ccc;
}

.search_category_item:not(:first-child) {
  margin-top: 10px;
}
html.sp .search_category_item:not(:first-child) {
  margin-top: 0;
}

.search_category_name {
  font-size: 1.09rem;
  line-height: 15px;
}
html.sp .search_category_name {
  line-height: 20px;
}
.search_category_name.no_checkbox {
  margin-left: 13px; 
  font-weight: normal;
}
.search_category_name.normal {
  font-weight: normal;
}
html.sp .search_category_name .checkbox {
  padding-top: 13px;
  padding-bottom: 13px;
}
html.sp .search_category_name .checkbox a {
  display: inline;
}
.search_category_name a {
  color: #000;
}
html.pc .search_category_name a:hover {
  color: #e59302;
}
html.pc .search_category_name a:hover .count {
  color: inherit;
}
html.sp .search_category_name a {
  display: block;
  padding: 13px 0;
}
.search_category_name .count {
  margin-left: 0.3em;
  color: #7d7d7d;
  font-size: 0.84rem;
  font-weight: normal;
}
.search_category_name_icon {
  display: inline-block;
  height: 10px;
  margin-top: 2px;
  margin-right: 6px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); 
  vertical-align: top;
  color: #d1b898;
}
html.sp .search_category_name_icon {
  margin-top: 5px;
}

.search_category_wrapper > .search_category_item > .search_category_name a svg {
  width: 5px;
  height: 10px;
  vertical-align: top;
}

.search_category_list.hierarchy_1 > .search_category_item {
  margin-left: 10px;
}
html.sp .search_category_list.hierarchy_1 > .search_category_item {
  margin-top: 0;
  padding: 0;
}
.search_category_list.hierarchy_1 > .search_category_item.current > .search_category_name {
  font-weight: bold;
}
.search_category_list.hierarchy_1 > .search_category_item.current > .search_category_name > .sub_category > .count {
  color: #000;
}
html.pc .search_category_list.hierarchy_1 > .search_category_item.current > .search_category_name > .sub_category:hover {
  color: #e59302;
}
html.pc .search_category_list.hierarchy_1 > .search_category_item.current > .search_category_name > .sub_category:hover > .count {
  color: inherit;
}
html.sp .search_category_list.hierarchy_1 > .search_category_item > .search_category_name .checkbox {
  display: block;
}
.search_category_list.hierarchy_1 > .search_category_item > .search_category_name > .sub_category > .count {
  color: #7d7d7d;
}

html.sp .search_category_list.hierarchy_1 .search_category_name {
  margin-top: 0;
}

.search_category_list.hierarchy_1 .search_category_name .sub_category::before {
  display: none;
}

html.sp .search_category_list.hierarchy_1 .search_category_name {
  margin-top: 0;
}

.search_category_list.hierarchy_2 {
  margin-left: 34px;
}
html.sp .search_category_list.hierarchy_2 {
  margin-top: 0;
  margin-left: 39px;
  padding-left: 0;
}
.search_category_list.hierarchy_2 .search_category_name {
  font-weight: normal;
}
.search_category_list.hierarchy_2 .count {
  color: #7d7d7d;
}

.search_category_item.other {
  margin-top: 15px;
}
.search_category_item.other .search_category_name {
  font-weight: normal;
}
.search_category_item.other .search_category_item {
  margin-left: 34px;
}
html.sp .search_category_item.other .search_category_item {
  margin-left: 39px;
}
.search_category_item.other .search_category_name {
  font-weight: normal;
}
.search_category_item.other .search_category_other {
  padding-left: 19px;
}
html.sp .search_category_item.other .search_category_other {
  padding-left: 26px;
}
.search_category_item.other .count {
  color: #7d7d7d;
}

.search_category_other {
  position: relative;
  padding-left: 19px;
  color: #000; 
  font-size: 1.09rem;
}
.search_category_other::before,
.search_category_other::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #5c5454;
}
.search_category_other::after {
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_category_other[data-open='false']::after {
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_category_other[data-open='true']::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
html.sp .search_category_other::before,
html.sp .search_category_other::after {
  width: 16px;
}
.search_category_other::before,
.search_category_other::after {
  left: 0;
}
html.sp .search_category_other {
  padding-left: 26px;
}
.search_category_other .count {
  font-size: 0.84rem;
}

html.pc .search_category_accordion_wrapper {
  padding: 10px 0;
}

html.sp .search_category_accordion_wrapper {
  padding: 4px 16px;
}

.search_category_accordion_list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
html.pc .search_category_accordion_list {
  margin: 4px 0;
  padding-bottom: 4px;
  padding-left: 12px;
}
html.sp .search_category_accordion_list {
  margin: 5px 0;
  padding-bottom: 5px;
  padding-left: 12px;
}
.search_category_accordion_item:last-child > .search_category_accordion_list {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.search_category_accordion_list.hierarchy_3 .search_category_accordion_name {
  padding-right: 0;
}
.search_category_accordion_list.hierarchy_3 .search_category_accordion_name a {
  padding-right: 0;
}

:not(.search_category_accordion_wrapper) > .search_category_accordion_item:first-child {
  padding-top: 5px;
}

.search_category_accordion_name {
  position: relative;
  padding-right: 20px;
}
html.sp .search_category_accordion_name {
  padding-right: 30px;
}
.search_category_accordion_name a {
  display: inline-block;
  max-width: 100%;
  padding: 5px 15px 5px 0;
  font-size: 1.09rem;
  line-height: 15px;
}
html.sp .search_category_accordion_name a {
  padding: 10px 25px 10px 0;
  line-height: 20px;
}
.search_category_accordion_name a:hover {
  color: #e59302;
}
.search_category_accordion_name.current {
  font-weight: bold;
}

.search_category_accordion_trigger {
  position: absolute;
  top: 50%;
  right: -7px;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-radius: 0;
  outline: none; 
  background: none;
}
.search_category_accordion_trigger::before,
.search_category_accordion_trigger::after {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background: #5c5454;
}
.search_category_accordion_trigger::after {
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_category_accordion_trigger[data-open='false']::after {
  -webkit-transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: 300ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.search_category_accordion_trigger[data-open='true']::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
html.sp .search_category_accordion_trigger::before,
html.sp .search_category_accordion_trigger::after {
  width: 16px;
}
.search_category_accordion_trigger::before,
.search_category_accordion_trigger::after {
  left: 50%;
  margin-left: -5px;
}
html.sp .search_category_accordion_trigger {
  right: -12px;
  display: block;
  width: 40px;
  height: 40px;
}
html.sp .search_category_accordion_trigger::before,
html.sp .search_category_accordion_trigger::after {
  margin-left: -8px;
}

.word_search .search_category_name {
  font-weight: normal;
}

html.sp .search_conditions {
  display: none;
}

html.sp .modal .search_conditions {
  display: block;
}

.search_conditions .aside_title svg {
  width: 16px;
  height: 13px;
  margin-right: 5px;
  color: #b2afad;
}
html.sp .search_conditions .aside_title svg {
  color: #a09a92;
}

html.pc .search_conditions_wrapper {
  padding: 20px 0;
}

.search_conditions_item {
  margin-top: 15px;
}
.search_conditions_item:first-child {
  margin-top: 0;
}
html.pc .search_conditions_item .validation_error {
  font-size: 1.09rem;
}
html.sp .search_conditions_item .validation_error {
  margin: 20px 0 0 0;
}
html.sp .search_conditions_item {
  margin: 0 15px;
}
html.sp .search_conditions_item + .search_conditions_item {
  border-top: 1px solid #ccc;
}
.search_conditions_item .checkbox {
  font-size: 1.09rem;
}
html.sp .search_conditions_item .checkbox {
  display: block;
  padding: 12px 0;
}
.search_conditions_item .checkbox input:checked + .checkbox_label {
  font-weight: bold;
}
.search_conditions_item .checkbox input:checked + .checkbox_label .search_check_box_icon svg {
  color: #000;
}
.search_conditions_item .search_check_box {
  margin-right: 10px; 
  vertical-align: middle;
}
.search_conditions_item .search_check_box_icon {
  display: inline-block;
  width: 14px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
}
html.sp .search_conditions_item .search_check_box_icon {
  width: 19px;
  margin-right: 10px;
  margin-left: 2px;
}
.search_conditions_item .search_check_box_icon svg {
  color: #7d7d7d;
}
.search_conditions_item .search_check_box_icon.postage svg {
  width: 14px;
  height: 10px;
}
html.sp .search_conditions_item .search_check_box_icon.postage svg {
  width: 19px;
  height: 14px;
}
.search_conditions_item .search_check_box_icon.gift svg {
  width: 10px;
  height: 14px;
}
html.sp .search_conditions_item .search_check_box_icon.gift svg {
  width: 14px;
  height: 18px;
}
.search_conditions_item .search_check_box_icon.shop svg {
  width: 12px;
  height: 10px;
}
html.sp .search_conditions_item .search_check_box_icon.shop svg {
  width: 18px;
  height: 14px;
}
.search_conditions_item .search_check_box_icon.card svg {
  width: 12px;
  height: 10px;
}
html.sp .search_conditions_item .search_check_box_icon.card svg {
  width: 16px;
  height: 14px;
}
.search_conditions_item .checkbox_label svg {
  margin-right: 0;
}
.search_conditions_item .info_box {
  display: block;
  float: right;
  margin-left: 12px;
  padding: 3px 8px 1px;
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

.search_conditions_price {
  display: table;
  width: 100%;
}
html.sp .search_conditions_price {
  display: block;
  padding: 20px 0;
}
.search_conditions_price_input {
  display: table-cell;
  padding-right: 5px; 
  vertical-align: middle;
}
.search_conditions_price_input.btn_submit .button {
  width: 24px;
  height: 24px;
  border-color: #777;
  background-color: #777;
}
.search_conditions_price_input.btn_submit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  margin-left: -6.5px;
  color: #fff;
}
html.sp .search_conditions_price_input.btn_submit svg {
  height: 16px;
  margin-top: -8px;
}
html.sp .search_conditions_price_input.btn_submit svg {
  width: 16px;
  margin-left: -8px;
}
.search_conditions_price_input .input {
  width: 100%;
  margin-right: 10px;
}
html.pc .search_conditions_price_input .input {
  height: 24px;
}
html.sp .search_conditions_price_input .input {
  height: 32px;
}
.search_conditions_price_input .button {
  z-index: 10; 
  display: block;
  width: 24px;
  padding: 0;
  background: none;
}
html.pc .search_conditions_price_input .button {
  height: 24px;
}
html.sp .search_conditions_price_input .button {
  width: 32px;
  height: 32px;
}
.search_conditions_price_input.unit {
  padding-right: 17px; 
  vertical-align: bottom;
}

html.pc .search_conditions_check_item:not(:first-child) {
  margin-top: 5px;
}

html.pc .search_conditions_check_item .checkbox:hover {
  color: #e59302;
}
html.pc .search_conditions_check_item .checkbox:hover .search_check_box_icon svg {
  color: inherit;
}

html.sp .search_conditions_check_item {
  border-top: 1px solid #ccc;
}
html.sp .search_conditions_check_item:first-child {
  border-top: 0;
}

.no_result {
  margin: 100px 0; 
  font-size: 1.84rem;
  font-weight: bold;
}
html.sp .no_result {
  margin: 60px 0; 
  font-size: 1.25rem;
}

html.pc .aside {
  border-bottom: solid 1px #ccc;
}
html.pc .aside:not(:first-child) {
  margin-top: 30px;
}

.aside_title {
  padding-bottom: 8px;
  color: #331e00; 
  border-bottom: solid 1px #331e00;
  font-size: 1.25rem;
  font-weight: bold;
}
html.sp .aside_title {
  padding: 9px 15px;
  color: #fff;
  background: #403424;
}

html.pc .aside_contents {
  border-top: solid 1px #331e00;
}

html.sp .aside_contents {
  border-top: solid 40px #403424;
}

.refer_price {
  padding: 30px 0 28px;
  border-top: 2px dotted #9c9ea3;
}
.refer_price:first-child {
  padding-top: 0; 
  border-top: 0;
}
html.sp .refer_price {
  display: none; 
  margin-top: -1px;
  padding: 0;
  border-top: solid 1px #ccc;
}
.refer_price_title {
  margin-bottom: 5px; 
  font-size: 1.17rem;
  font-weight: bold;
}
.refer_price_title.box_expand {
  position: relative;
  cursor: pointer;
}
.refer_price_title.box_expand:after {
  position: absolute;
  top: 0; 
  right: 0;
  width: 21px;
  height: 21px;
  content: '-';
  text-align: center;
  color: #fff;
  background: #9c9ea3;
}
.refer_price_title.box_expand.open:after {
  content: '+';
}
.refer_price_heading {
  color: #b49731;
  font-size: 1rem;
  font-weight: bold;
}
.refer_price_list {
  margin-top: 16px;
}
.refer_price_item {
  margin-top: 20px;
  font-size: 1.17rem;
  line-height: 1.2;
}
.refer_price_item:first-child {
  margin-top: 0;
}
.refer_price_item .price_link {
  text-decoration: none;
}
.refer_price_note {
  font-size: 0.84rem;
}
.refer_price .search_category_name {
  margin-left: 10px;
}

.search_box {
  padding: 25px 0 28px; 
  background: #f3f2f2;
}
html.sp .search_box {
  padding: 0;
  background: #fefaf2;
}
.search_box .search_option {
  margin-top: 32px;
  padding: 0 18px;
  padding-top: 30px; 
  border-top: 1px dotted #9f9f9f;
}
.search_box .search_option:first-child {
  margin-top: 0;
  padding-top: 0; 
  border-top: 0;
}
html.sp .search_box .search_option {
  margin: 0;
  padding: 0;
  border: none;
}
.search_box .search_option_heading {
  font-size: 1rem;
  font-weight: bold;
}
html.sp .search_box .search_option_heading {
  padding: 22px 16px 16px;
  border-bottom: solid 1px #d1b898;
}
.search_box .search_option_list {
  margin-top: 14px;
}
html.sp .search_box .search_option_list {
  margin: 0;
}
.search_box .search_option_item {
  margin-top: 13px;
}
.search_box .search_option_item:first-child {
  margin-top: 0;
}
html.sp .search_box .search_option_item {
  margin: 0;
  border-bottom: solid 1px #d1b898;
}
html.sp .search_box .search_option_item .checkbox {
  display: block;
  padding: 12px 16px;
}
.search_box .search_option_item label {
  font-size: 1.09rem;
}
.search_box .search_option_item .search_check_box {
  margin-right: 10px; 
  vertical-align: middle;
}
.search_box .search_option_item .checkbox_label::before {
  margin-right: 10px;
}
.search_box .search_option_other {
  margin: 15px 18px 0;
  padding-top: 15px;
  border-top: 1px dotted #9f9f9f;
}
.search_box .search_option_other_item {
  margin-top: 13px;
}
.search_box .search_option_other_item:first-child {
  margin-top: 0;
}
.search_box .search_option_other_item label {
  font-size: 1.09rem;
}
.search_box .search_option_other_item .search_check_box {
  margin-right: 10px; 
  vertical-align: middle;
}
.search_box .search_option_other_item .search_box_item {
  display: inline-block;
  margin-left: 12px;
  padding: 3px 8px 1px; 
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

.aside_shop_box_list {
  border-bottom: 1px solid #ccc;
}
html.sp .aside_shop_box_list {
  border-bottom: 0;
}

.aside_shop_box_item:not(:first-child) {
  margin-top: 28px;
}

html.sp .aside_shop_box_item {
  margin: 0;
  margin-top: 38px; 
  background: none;
}

html.sp .aside_shop_box_item.ranking_list {
  display: none;
}

.aside_shop_box .shop_name {
  padding-bottom: 8px; 
  color: #331e00;
  border-bottom: 1px solid #331e00;
  font-size: 1.25rem;
  font-weight: bold;
}
.aside_shop_box .shop_name.mail svg {
  display: inline-block;
  width: 14px;
  height: 9px;
  margin-right: 8px;
  vertical-align: middle;
  color: #9f9f9f;
}
.aside_shop_box .shop_name.ranking svg {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-top: 2px;
  margin-right: 5px;
  vertical-align: top;
  color: #9f9f9f;
}

.aside_shop_box .shop_des {
  margin: 18px 0 10px;
  color: #000; 
  line-height: 1.5;
}
html.sp .aside_shop_box .shop_des {
  margin: 15px 0 17px;
  font-size: 1.09rem;
}

.aside_shop_box .shop_detail {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  color: #000;
  border: 1px solid #d1b898;
  border-radius: 2px;
  background: #fff;
  font-size: 1rem; 
  font-weight: bold;
  line-height: 30px;
}
.aside_shop_box .shop_detail:hover {
  opacity: 0.7;
}
html.sp .aside_shop_box .shop_detail {
  height: 40px;
  font-size: 1.09rem;
  line-height: 40px;
}
html.sp .aside_shop_box .shop_detail:hover {
  opacity: 1;
}
.aside_shop_box .shop_detail svg {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -5px;
  color: #d1b898;
}

.aside_shop_box .register_wrapper {
  margin-bottom: 18px;
}
html.sp .aside_shop_box .register_wrapper {
  margin-bottom: 0;
}

.aside_shop_box .register_complete {
  margin-top: 10px;
}
.aside_shop_box .register_complete_item {
  float: left;
}
html.sp .aside_shop_box .register_complete_item {
  margin-bottom: 0;
  font-size: 1.09rem;
}
.aside_shop_box .register_complete .register_link {
  color: #000; 
  font-size: 1rem;
}
html.sp .aside_shop_box .register_complete .register_link:hover {
  opacity: 1;
}
.aside_shop_box .register_complete .register_link:hover {
  opacity: 0.7;
}
.aside_shop_box .register_complete .register_link svg {
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 4px;
  vertical-align: middle; 
  color: #d1b898;
}

.aside_shop_box .shop_product li:nth-child(1) svg {
  color: #d7af39;
}

.aside_shop_box .shop_product li:nth-child(2) svg {
  color: #adb3b5;
}

.aside_shop_box .shop_product li:nth-child(3) svg {
  color: #cf8148;
}

.aside_shop_box .shop_product_item {
  padding: 10px 0 8px;
  border-bottom: 1px solid #ccc;
}
.aside_shop_box .shop_product_item a {
  display: table;
  text-decoration: none;
}
.aside_shop_box .shop_product_item .shop_product_number {
  position: relative; 
  display: inline-block;
  width: 19px;
  height: 19px;
  text-align: center;
  color: #fff;
  background: #d4a551;
  line-height: 20px;
}
.aside_shop_box .shop_product_item .shop_product_number.item_ranking {
  width: 34px;
  padding-top: 2px;
  background: none;
  line-height: 19px;
}
.aside_shop_box .shop_product_item .shop_product_number.item_ranking svg {
  position: absolute;
  z-index: 0; 
  top: -6px;
  left: 0;
  display: inline-block;
  width: 34px;
  height: 24px;
}
.aside_shop_box .shop_product_item .shop_product_number .order {
  position: relative;
  z-index: 1;
}
.aside_shop_box .shop_product_item .shop_product_photo {
  position: relative; 
  float: left;
  width: 80px;
}
.aside_shop_box .shop_product_item .shop_product_photo .product_label {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
}
.aside_shop_box .shop_product_item .shop_product_photo .product_label svg {
  display: block; 
  width: 42px;
  height: 42px;
}
.aside_shop_box .shop_product_item .shop_product_info {
  position: relative; 
  float: left;
  width: 110px;
  margin-left: 10px;
}
.aside_shop_box .shop_product_item .shop_product_name {
  margin-top: 5px; 
  font-size: 1.09rem;
}
html.sp .aside_shop_box .shop_product_item .shop_product_name {
  font-size: 0.92rem;
}
.aside_shop_box .shop_product_item .shop_product_point {
  font-size: 1.17rem; 
  font-weight: bold;
}
.aside_shop_box .shop_product_item .shop_product_point.hot_price {
  color: #d22128;
}
.aside_shop_box .shop_product_item .shop_product_unit {
  font-size: 1rem;
}
.aside_shop_box .shop_product_item .shop_product_off {
  font-size: 0.92rem;
}
.aside_shop_box .shop_product_item .shop_product_normal_price {
  margin-top: 4px; 
  font-size: 0.92rem;
}
.aside_shop_box .shop_product_item .shop_product_normal_price .value {
  text-decoration: line-through;
}

.aside_shop_box .store_nav_list {
  margin-top: 35px;
  padding: 0 0 10px;
}

.aside_shop_box .store_nav_item {
  border-bottom: 1px solid #cdc8c8;
}
.aside_shop_box .store_nav_item:first-child {
  border-top: 1px solid #cdc8c8;
}
.aside_shop_box .store_nav_item .store_link {
  position: relative; 
  display: block;
  padding: 15px 0 13px;
  text-decoration: none;
  font-size: 1.09rem;
}
.aside_shop_box .store_nav_item .store_link svg {
  position: absolute;
  top: 50%;
  right: 0;
  display: block; 
  width: 6px;
  height: 10px;
  margin-top: -5px;
  color: #d1b898;
}
.aside_shop_box .store_nav_item .store_link.active {
  color: #ac9271;
  font-weight: bold;
}
.aside_shop_box .store_nav_item .store_link.active svg {
  display: none;
}
.aside_shop_box .store_nav_item.is_child .store_link {
  padding-left: 19px;
}

html.sp .aside_top_product_list {
  display: none;
}

.aside_gift_item {
  margin-top: 20px;
}
.aside_gift_item:first-child {
  margin-top: 0;
}
html.sp .aside_gift_item {
  margin-top: 29px;
}
.aside_gift_item .search_content {
  padding: 20px 20px 30px;
  background: #f3f2f2;
}
html.sp .aside_gift_item .search_content {
  padding: 0; 
  background: #fff;
}
.aside_gift_item .search_condition_item {
  margin-top: 2px;
}
.aside_gift_item .search_condition_item:first-child {
  margin-top: 0;
}
.aside_gift_item .search_content_check_item {
  margin-top: 20px;
}
.aside_gift_item .search_content_check_item:first-child {
  margin-top: 0;
}

.search_content .search_gift_item {
  margin-top: 12px;
}
.search_content .search_gift_item:first-child {
  margin-top: 0;
}
html.sp .search_content .search_gift_item {
  margin-top: 0;
  border-bottom: solid 1px #d1b898;
}
.search_content .search_gift_item .checkbox {
  font-size: 1rem;
}
html.sp .search_content .search_gift_item .checkbox {
  display: block;
  padding: 12px 16px;
}
.search_content .search_gift_item .search_check_box {
  margin-right: 10px; 
  vertical-align: middle;
}
.search_content .search_gift_item .search_check_box_icon {
  display: inline-block;
  width: 42px;
  text-align: center;
  vertical-align: middle;
}
.search_content .search_gift_item .search_check_box_icon::after {
  color: #6a5b5b;
}
.search_content .search_gift_item .checkbox_label::before {
  margin-right: 0;
}
.search_content .search_gift_item .info_box {
  display: block;
  float: right;
  margin-left: 12px;
  padding: 3px 8px 1px;
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

.search_content .search_gift_title {
  margin-bottom: 5px; 
  color: #b49731;
  font-size: 0.92rem;
  font-weight: bold;
}
html.sp .search_content .search_gift_title {
  display: none;
}

.search_content .search_gift_category {
  text-decoration: underline; 
  font-weight: bold;
}
html.sp .search_content .search_gift_category {
  position: relative;
  display: block;
  padding: 13px 16px;
  text-decoration: none; 
  background: #fcf0da;
}
html.sp .search_content .search_gift_category.opened {
  background: #fefaf2;
}

.search_content .search_gift_link {
  text-decoration: underline; 
  font-size: 1rem;
}

.search_content .search_gift .info_box {
  float: right;
  padding: 3px 8px 1px;
  vertical-align: middle;
  border: 1px solid #827676;
  font-size: 0.71rem;
}

html.sp .search_content .search_gift_other {
  background: #fefaf2;
}

.search_content .search_gift_other_title {
  margin-bottom: 13px;
}
html.sp .search_content .search_gift_other_title {
  margin: -1px 0 0;
  border-top: solid 1px #d1b898;
  border-bottom: solid 1px #d1b898;
}

.search_content .search_gift_other_link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  text-decoration: underline;
}
.search_content .search_gift_other_link:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 14px;
  height: 14px;
  content: '^';
  text-align: center; 
  color: #fff;
  background: #000;
}
html.sp .search_content .search_gift_other_link {
  display: block;
  padding: 13px 16px;
}

.search_content .search_gift_other .other_category {
  margin-left: 10px;
}
.search_content .search_gift_other .other_category_item {
  margin-bottom: 13px;
}
.search_content .search_gift_other .other_category_link {
  text-decoration: underline;
}
html.sp .search_content .search_gift_other .other_category {
  margin: 0 16px;
}
html.sp .search_content .search_gift_other .other_category_item {
  margin: 0;
}
html.sp .search_content .search_gift_other .other_category_item:not(:last-child) {
  border-bottom: solid 1px #d1b898;
}
html.sp .search_content .search_gift_other .other_category_link {
  position: relative;
  display: block;
  padding: 13px 11px;
  text-decoration: none;
}

.search_content .search_gift_control {
  display: table;
  width: 100%;
}
html.sp .search_content .search_gift_control {
  display: block;
  padding: 28px 16px;
}

.search_content .search_gift_input {
  display: table-cell;
  padding-right: 5px; 
  vertical-align: middle;
}
.search_content .search_gift_input.btn_submit {
  max-width: 20px;
  padding: 0; 
  text-align: right;
}
.search_content .search_gift_input .input_search {
  width: 34px;
  height: 20px;
  margin-right: 10px;
}
.search_content .search_gift_input .button_search {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/share/btn-search.jpg) no-repeat left top;
  background-size: 20px;
}

.search_content .gift_sub {
  margin: 10px 0 0 10px;
}
.search_content .gift_sub_item {
  margin-bottom: 13px;
}
.search_content .gift_sub_link {
  text-decoration: underline;
}
html.sp .search_content .gift_sub {
  margin: 0;
  padding: 0 16px;
  border-top: solid 1px #d1b898;
}
html.sp .search_content .gift_sub_item {
  margin: 0;
}
html.sp .search_content .gift_sub_item:not(:last-child) {
  border-bottom: solid 1px #d1b898;
}
html.sp .search_content .gift_sub_link {
  position: relative;
  display: block;
  padding: 13px 12px;
  text-decoration: none;
}

.wrapper_slide {
  position: relative; 
  margin-bottom: 56px;
}
.wrapper_slide .slide_item {
  float: left;
  margin-left: 12px;
}
.wrapper_slide .slide_item img {
  border: 1px solid #ececec;
}
.wrapper_slide .slide_control {
  position: absolute;
  top: 29px; 
  width: 100%;
}
.wrapper_slide .slide_prev .arrow_prev {
  position: absolute;
  left: 0;
  display: block;
  width: 106px;
  height: 108px;
  cursor: pointer; 
  background: url(/img/share/btn-prev_slide.png) no-repeat left top;
}
.wrapper_slide .slide_next .arrow_next {
  position: absolute;
  right: 0;
  display: block;
  width: 106px;
  height: 108px;
  cursor: pointer; 
  background: url(/img/share/btn-next_slide.png) no-repeat left top;
}
.wrapper_slide .slide .slick-dots {
  margin-top: 12px;
  text-align: center;
}
.wrapper_slide .slide .slick-dots li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  cursor: pointer; 
  border: 2px solid #939393;
  border-radius: 7px;
  background: #fff;
  line-height: 1;
}
.wrapper_slide .slide .slick-dots button {
  display: none;
}
.wrapper_slide .slide .slick-dots .slick-active {
  border: 2px solid #b4a931;
  background: #b4a931;
}

.attention {
  margin: 0 -14px 25px;
}
html.sp .attention {
  margin: 0;
}
.attention_wrapper {
  margin: 0 14px 35px;
}
html.sp .attention_wrapper {
  margin: 0;
}
html.sp .attention > li:nth-child(2n+1) {
  margin-left: 0;
}
.attention_item {
  float: left; 
  width: 254px;
}
html.sp .attention_item {
  width: 47.92%;
  margin: 0 0 17px 4.16%;
}
.attention_item_photo {
  position: relative;
}
.attention_item_photo img {
  border: 1px solid #dbd8d8;
}
html.sp .attention_item_photo img {
  width: 100%;
}
.attention_item_info {
  margin-top: 9px;
}
html.sp .attention_item_info {
  margin-top: 5px;
}
.attention_item_box {
  display: table;
  width: 100%;
}
html.sp .attention_item_box {
  margin-bottom: 4px;
}
.attention_item_box_left {
  display: table-cell;
  width: 190px; 
  vertical-align: top;
}
html.sp .attention_item_box_left {
  width: 77.9%;
}
.attention_item_box_right {
  display: table-cell;
  width: 36px;
  padding-left: 10px; 
  text-align: right;
  vertical-align: top;
}
html.sp .attention_item_box_right {
  width: auto;
  padding-left: 0;
}
.attention_item_box_name {
  margin-bottom: 3px; 
  font-size: 1.25rem;
  line-height: 1.4;
}
html.sp .attention_item_box_name {
  font-size: 0.92rem;
  line-height: 1.5;
}
.attention_item_box_name a {
  text-decoration: none;
}

.ingredient_category {
  margin: 0 -10px 40px;
}
.ingredient_category_item {
  float: left;
  width: 368px;
  margin: 0 10px 20px;
}
.ingredient_category_item .category_box {
  padding: 1px; 
  text-align: center;
  border: 2px solid #c7b67c;
}
.ingredient_category_item .category_box:hover {
  opacity: 0.7;
}
.ingredient_category_item .category_box a {
  display: block;
  padding: 11px 0; 
  text-decoration: none;
  border: 1px solid #c7b67c;
}

.ingredient_company_list {
  margin: 0 -10px 28px;
}

.ingredient_company_item {
  float: left; 
  width: 169px;
  margin: 0 10px 32px;
}
.ingredient_company_item a {
  text-decoration: none;
}

.ingredient_company_photo {
  display: block; 
  border: 1px solid #e7e7e7;
}

.ingredient_company_name {
  display: block;
  margin-top: 10px; 
  text-align: center;
  font-size: 1.17rem;
}

.ingredient_menu {
  position: relative; 
  display: table;
  width: 100%;
  max-width: 100%;
}
html.sp .ingredient_menu {
  display: block;
  width: auto; 
  font-size: 0.92rem;
}
.ingredient_menu_recommend .select {
  margin-left: 1px;
}
.ingredient_menu_comment {
  display: table-cell;
  width: 1px;
  padding-left: 10px; 
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
html.sp .ingredient_menu_comment {
  display: table;
  width: 100%;
  padding-left: 0;
}
.ingredient_menu_category + .ingredient_menu_comment,
.ingredient_menu_review + .ingredient_menu_comment {
  margin-top: 15px;
}
.ingredient_menu_comment_inner {
  display: table;
  width: 100%;
}
.ingredient_menu_review {
  display: table-cell;
  padding-left: 150px; 
  text-align: right;
  vertical-align: middle;
  font-size: 1.09rem;
}
html.sp .ingredient_menu_review {
  display: none;
}
.ingredient_menu_item {
  display: table-cell;
  padding-left: 11px;
  vertical-align: middle;
}
html.sp .ingredient_menu_item {
  display: table-cell;
  width: 42px;
}
.ingredient_menu_item:first-child {
  padding-left: 0;
}
html.sp .ingredient_menu_item:first-child {
  display: none;
}
.ingredient_menu_item.select_recommend {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
}
html.sp .ingredient_menu_item.select_recommend {
  position: relative;
  width: auto;
  padding-left: 0;
  text-align: left; 
  vertical-align: top;
}
.ingredient_menu_item.select_recommend select {
  vertical-align: top;
}
.ingredient_menu_item.menu_search {
  display: none;
}
html.sp .ingredient_menu_item.menu_search {
  display: table-cell;
  width: 27.78%;
  margin-left: 0;
  padding-left: 0; 
  text-align: center;
}
html.sp .ingredient_menu_item.menu_search .btn_search {
  display: block;
  width: 100%;
  padding: 11px 0;
  text-decoration: none;
  color: #fff; 
  background: #000;
  font-size: 0.92rem;
}
.ingredient_menu_item .select {
  min-width: 75px;
  vertical-align: middle;
}
html.sp .ingredient_menu_item .select {
  margin-right: 0; 
  font-size: 0.92rem;
}
.ingredient_menu_item img {
  vertical-align: middle;
}
.ingredient_menu_category {
  display: none;
}
html.sp .ingredient_menu_category {
  display: block;
}
html.sp .ingredient_menu_category .btn_category {
  display: block;
  width: 100%;
  height: 38px;
  cursor: pointer;
  text-align: center; 
  border: 1px solid #d1b898;
  border-radius: 5px;
  background: #fff;
  font-size: 1.09rem;
  font-weight: bold;
  line-height: 38px;
}
html.sp .ingredient_menu_category .btn_category svg {
  position: relative;
  top: -1px;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  vertical-align: middle;
  color: #9f9f9f;
}
html.pc .ingredient_menu_conditions {
  display: none;
}
html.sp .ingredient_menu_conditions {
  display: block;
  width: 90px;
  height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: inherit; 
  border: 1px solid #d1b898;
  border-radius: 5px;
  background: #fff;
  font-size: 1rem;
  font-weight: bold;
}
.ingredient_menu_view {
  display: inline-block;
  color: #9f9f9f;
}
.ingredient_menu_view svg {
  width: 22px;
  height: 22px;
  vertical-align: top;
}
html.sp .ingredient_menu_view svg {
  width: 25px;
  height: 25px;
}
.ingredient_menu_view:hover {
  color: #bcbcbc;
}
.ingredient_menu_view.active {
  color: #d1b898;
}

.result_found {
  padding-bottom: 30px; 
  font-size: 1.17rem;
}
html.sp .result_found {
  padding-bottom: 13px;
  font-size: 0.92rem;
}

.review_all {
  margin: 15px 0;
  font-size: 1.34rem;
  font-weight: bold;
}
html.sp .review_all {
  margin: 10px 0;
  font-size: 1.09rem;
}

.pagination {
  margin-top: 0;
}

.related_ingredient {
  margin-top: 60px;
}
html.sp .related_ingredient {
  display: none;
}
.related_ingredient_detail {
  margin-top: 18px;
}
.related_ingredient_title {
  font-size: 1.17rem;
}
.related_ingredient_list {
  margin-top: 2px;
}
.related_ingredient .wrapper_link_item {
  display: inline-block;
  margin-top: 4px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #4c4c4c;
  line-height: 11px;
}
.related_ingredient .wrapper_link_item:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.related_ingredient .wrapper_link_item.other {
  margin-left: 6px; 
  padding-left: 5px;
}
.related_ingredient .wrapper_link_item.other:first-child {
  margin-left: 0; 
  padding-left: 0;
}
.related_ingredient_link {
  display: inline-block; 
  text-decoration: none;
  color: #4c4c4c;
  font-size: 0.84rem;
}
.related_ingredient_link:link {
  color: #4c4c4c;
}

.product_refer_item {
  margin-top: 20px; 
  padding: 18px 20px 12px;
  border: 1px solid #cacaca;
}
.product_refer_item:first-child {
  margin-top: 0;
}

.product_refer_search_title {
  font-size: 1.34rem; 
  font-weight: bold;
}

.product_refer_search_content {
  margin-top: 10px;
}

.product_refer_search_child {
  float: left;
  margin-bottom: 8px; 
  padding: 0 5px;
  border-left: 1px solid #636770;
}
.product_refer_search_child:first-child {
  padding-left: 0;
  border-left: 0;
}

.product_refer_search_link {
  text-decoration: underline; 
  font-size: 1.17rem;
}

.product_tip_item {
  display: table;
  width: 100%; 
  padding: 18px 0 20px;
  border-bottom: 1px solid #ccc;
}

.product_tip_photo {
  display: table-cell;
  width: 42px;
  vertical-align: top;
}

.product_tip_txt {
  display: table-cell;
  padding-left: 22px; 
  vertical-align: top;
}

.product_tip_comment {
  font-size: 1.17rem; 
  font-weight: bold;
}

.product_tip_link {
  text-decoration: underline;
}

.product_tip_position {
  font-size: 1rem;
}

.product_tip_name {
  font-size: 1rem;
}

.btn_list_wrapper {
  margin-top: 20px;
  text-align: right;
}
html.pc .btn_list_wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
html.sp .btn_list_wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

.btn_list {
  display: inline-block;
}

.sliding_menu,
html.sp .modal_window {
  -webkit-overflow-scrolling: touch;

          overflow-scrolling: touch;
}

body,
input,
textarea,
select,
button {
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale; 

  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
}

html.pc:not(.tb) .header,
html.tb .header.header_cart,
html.tb .header.header_new_window {
  -webkit-box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
          box-shadow: rgba(193, 193, 193, 0.98) 1px 1px 4px;
}

.footer_sns_inner::after,
.header_sub::after,
.header_sub_link::after,
.header_search::after,
html.pc .layout::after,
.form::after,
.form_set::after,
.form_items::after,
.form_line::after,
.progress::after,
.progress_list::after,
.banner_module_list::after,
.layout_aside .product_detail_tile .product_item_wrapper::after,
.product::after,
html.sp .product_detail_list::after,
.product_detail_list .product_item .product_box_tag::after,
.product_detail_list .product_item .product_bottom_support::after,
.product_detail_list .product_item .product_bottom_category .product_category_list::after,
.product_detail_list .product_category_list::after,
.product_detail_tile::after,
.product_detail_tile .product_item .product_box_tag::after,
.product_detail_tile .product_item .product_bottom_support::after,
.product_detail_tile .product_item .product_bottom_category::after,
.search_content .search_gift_item::after,
html.sp .pagination_period .pagination_area::after,
.pickup_products::after,
.pickup_products .pickup_products_item::after,
.pickup_products .pickup_products_item .product_item_wrapper::after,
.related_top .wrapper_link::after,
.sns_list::after,
.ingredient::after,
.search_conditions_item::after,
.aside_shop_box .register_wrapper::after,
.aside_shop_box .register_complete::after,
.wrapper_slide .slide::after,
.attention::after,
.ingredient_category::after,
.ingredient_company_list::after,
.product_refer_search_list::after {
  display: block;
  clear: both;
  content: '';
}

.header_icon_image::after,
.header_menu_item a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: rgba(255, 255, 255, 0);
}

html.sp .info_module {
  padding-right: 16px;
  padding-left: 16px;
}

html.pc .info_module:not(:first-child) {
  margin-top: 40px;
}

html.sp .info_module:not(:first-child) {
  margin-top: 20px;
}

.info_module_title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #331e00; 
  border-bottom: 1px solid #331e00;
  font-size: 1.67rem;
  font-weight: bold;
}
html.sp .info_module_title {
  margin-right: -16px;
  margin-left: -16px;
}
html.sp .info_module_title {
  padding-right: 16px;
  padding-left: 16px;
}
html.sp .info_module_title {
  margin-bottom: 15px;
  border-width: 2px; 
  font-size: 1.34rem;
  line-height: 1.3125;
}

.info_module_main {
  margin-bottom: 18px;
  text-align: center;
}
html.sp .info_module_main {
  margin-bottom: 12px;
}
.info_module_main_visual {
  position: relative; 
  display: inline-block;
}
.info_module_main_visual_image {
  width: auto;
  max-width: 100%;
}
.info_module_main_text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: left; 
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: -webkit-linear-gradient(bottom, black, transparent);
  background:         linear-gradient(to top, black, transparent);
  font-size: 1.34rem;
  font-weight: bold;
  line-height: 1.5;
}
html.sp .info_module_main_text {
  padding: 10px; 
  font-size: 1rem;
  line-height: 1.5;
}

.info_module_text {
  margin-top: 25px; 
  font-size: 1.17rem;
  line-height: 1.71429;
}
html.sp .info_module_text {
  margin-top: 18px; 
  font-size: 1.09rem;
  line-height: 1.53846;
}
.info_module_main + .info_module_text,
.info_module_section_title + .info_module_text,
.table_of_contents_title + .info_module_text {
  margin-top: 0;
}
html.sp .info_module_main + .info_module_text,
html.sp
    .info_module_section_title + .info_module_text,
html.sp .table_of_contents_title + .info_module_text {
  margin-top: 0;
}

.info_module_photo {
  margin-top: 25px;
  text-align: center;
}
html.sp .info_module_photo {
  margin-top: 15px;
}
.info_module_photo_image {
  width: auto;
  max-width: 100%;
}

.info_module_section {
  margin-top: 40px;
}
html.sp .info_module_section {
  margin-top: 20px;
}
.info_module_section_title,
.table_of_contents_title {
  margin-bottom: 15px; 
  color: #331e00;
  font-size: 1.34rem;
  font-weight: bold;
}
html.sp .info_module_section_title,
html.sp .table_of_contents_title {
  margin-bottom: 10px; 
  font-size: 1.25rem;
}

.info_module_box {
  position: relative; 
  margin-top: 35px;
  padding: 30px;
  border: 1px solid #ccc;
  font-size: 1.17rem;
}
html.sp .info_module_box {
  margin-top: 20px;
  padding: 20px 15px;
  font-size: 1.09rem;
}
.info_module_box_title {
  position: absolute;
  top: -10px;
  left: 20px;
  padding: 0 10px;
  color: #999;
  background: #fff;
  font-weight: bold;
}
html.sp .info_module_box_title {
  top: -8px;
  left: 12px;
  padding: 0 4px;
}

.info_module_item:not(:first-child) {
  margin-top: 14px;
}
html.sp .info_module_item:not(:first-child) {
  margin-top: 10px;
}

.info_module_link:hover {
  color: #e59302;
}

.info_module_link svg {
  display: inline-block;
  width: 6px;
  height: 11px;
  margin-left: 2px;
  color: #d1b898;
}

.info_module .contact_detail_item:not(:first-child) {
  margin-top: 10px;
}

.info_module .contact_detail_name {
  display: inline;
  font-weight: bold;
}

.info_module .contact_detail_data {
  display: inline;
}

.info_module .contact_detail_link:hover {
  color: #e59302;
}

.info_module .contact_detail .external_icon {
  width: 14px;
  height: 10px;
  margin-left: 2px;
  color: #d1b898;
}

.info_module .material {
  position: relative;
  padding-left: 14px;
}
html.sp .info_module .material {
  padding-left: 11px;
}
.info_module .material:not(:first-child) {
  margin-top: 12px;
}
html.sp .info_module .material:not(:first-child) {
  margin-top: 6px;
}
.info_module .material:before {
  position: absolute;
  z-index: 2;
  top: 6px; 
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 3px;
  background: #d1b898;
}
.info_module .material_name {
  display: inline;
}
.info_module .material_name:after {
  display: inline-block;
  width: 3em;
  margin: -1px 0.5em 0;
  content: '';
  vertical-align: middle; 
  border-top: 1px dotted #999;
}
.info_module .material_amount {
  display: inline;
}

.table_of_contents {
  margin: 40px 0;
  padding: 40px 0;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
}
html.sp .table_of_contents {
  margin: 20px 0;
  padding: 20px 0;
}
.table_of_contents_item {
  position: relative;
  margin-top: 12px;
  padding-left: 18px;
  font-size: 1.17rem;
}
html.sp .table_of_contents_item {
  font-size: 1.09rem;
}
.table_of_contents_item svg {
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 5px;
  vertical-align: middle; 
  color: #d1b898;
}
.table_of_contents_link:hover {
  color: #e59302;
}

/* アフィリエイトタグによるレイアウト崩れ回避 */
body > img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
@media screen and (max-width: 1279px) {
  html.pc .pagination {
    -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
            transform: translateX(-8%);
  }
  html.pc .pagination_item_number .number_item .view_page {
    padding: 0 1.3%;
    font-size: 1rem;
  }
}
