@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
}

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

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

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

blockquote, q {
  quotes: "" "";
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a img {
  border: 0;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: 'メイリオ', meiryo, -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium',  sans-serif;
  font-size: 14px;
  line-height: 170%;
  color: #333;
  /*background一旦とる時の記述下記↓*/
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/background.jpg?cmsp_timestamp=20170130102913) repeat center top;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  width: 100%;
  position: relative;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  cursor: pointer;
  color: #426fb8;
  transition: .5s;
}

a:hover {
  color: #999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -o-transition: opacity .5s;
  outline: none;
}

a:hover img {
  opacity: 0.6;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
}

/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea, input[type="tel"], input[type="email"], input[type="date"], select {
  vertical-align: middle;
  max-width: 99%;
  width: auto;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #e0d9cd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #361e0b;
  background: #fcfcfc;
}

input[type="date"] {
  width: auto;
}

textarea {
  height: auto;
  line-height: 1.5;
}

input[type="submit"], input[type="reset"], button, .btn-more {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  min-height: 40px;
  border: none;
  line-height: 40px;
  text-decoration: none !important;
  color: #f2f2f4;
}

input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .btn-more:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
  color: #333;
  transition: .5s;
}

button, input, select, textarea {
  max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  min-height: 40px;
  border: none;
  line-height: 40px;
  text-decoration: none !important;
  color: #f2f2f4;
}

.button a:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
  color: #333;
  transition: .5s;
}

/***************************　レイアウト　******************************/
#header {
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 100;
}

#wrapper {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  width: 94%;
  background: #fff;
  padding: 20px 20px 40px;
  z-index: 1;
  clear: both;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

.primary__section {
  padding: 0;
  float: right;
  width: 780px;
}

.side-nav__section {
  float: left;
  width: 260px;
  padding: 0;
}

#footer {
  clear: both;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.col-lg-3 {
  width: 24%;
}

/***************************　フォント　******************************/
.section-title-h2 {
  margin: 0 0 20px;
  padding: 0 0 8px 0;
  font-size: 18px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/h2-line.png?cmsp_timestamp=20170130142403) repeat-x left bottom;
}

.page-title {
  padding-top: 30px;
}

.section-title-h3 {
  font-size: 18px;
  border-bottom: #909090 1px dashed;
  padding: 0 0 5px 5px;
  margin: 0 0 15px;
}

.icon-img {
  display: inline;
  padding: 0 15px 0 0;
  vertical-align: bottom;
}

.big {
  font-size: 1.3em;
  padding-left: 5px;
  padding-right: 5px;
}

.min {
  font-size: 0.8em;
}

.blue {
  color: #3c5792;
}

.bold {
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.table th, .table td {
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  line-height: 30px;
}

br.br480 {
  display: none;
}

.product-list__img {
  padding-bottom: 5px;
}

.product-list__img:hover {
  opacity: 0.8;
}

.product-list__name {
  padding-bottom: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 150%;
}

.product-list__price {
  text-align: center;
  color: #666;
  font-weight: bold;
}

.product-list__expl {
  font-size: .8em;
}

.product-list__regular-price {
  text-decoration: line-through;
}

.product-list__discount {
  color: #f00;
}

.product-list__discount-rate {
  color: #C40C24;
}

.product-list__soldout {
  color: #C40C24;
}

/***************************　header　******************************/
.banner-belt__section {
  display: none !important;
}

.banner-belt__section a {
  background: #ccc;
  display: block;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 1000;
}

.header-inner {
  position: relative;
  overflow: hidden;
  padding: 30px 0 15px 0;
  max-width: 1180px;
  margin: 0 auto;
  width: 94%;
}

.header-inner .shopname__logo {
  float: left;
  padding: 10px 0 15px 0;
}

.header-inner .site-disc {
  font-size: 12px;
  padding: 5px 0 0 0;
}

.shopname__ad-deli {
  float: right;
  padding: 17px 0 0 90px;
  text-align: right;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon-header-info.png?cmsp_timestamp=20170202170440) no-repeat left center;
}

/***************************　グローバルナビ　******************************/
.global-nav-wrap {
  /*一旦メニューのバック画像とります  そしてキーカラーピンクへ  background: #ecd9d6;*/
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat-x center top;
  width: 100%;
  margin-bottom: 15px;
  clear: both;
}

.global-nav {
  overflow: hidden;
}

.global-nav__unit {
  text-align: center;
  border-right: 1px solid #fff;
}

.global-nav__unit:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back-h.jpg?cmsp_timestamp=20170130104103) repeat-x center top;
}

.global-nav__unit i {
  vertical-align: -44%;
  margin-right: 10px;
}

.global-nav__txt {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.global-nav__txt:hover {
  color: #fff;
  text-decoration: none;
}

.global-nav-sp-wrap {
  width: 100%;
  height: 50px;
  z-index: 10;
  position: absolute;
  top: 0;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
}

.global-nav-sp {
  float: right;
  margin-right: 10px;
}

.global-nav-sp-wrap-cmspbar {
  position: fixed;
}

.global-nav-sp-btn {
  display: block;
  height: 30px;
  padding-top: 15px;
  font-size: .9em;
  color: #fff;
}

.global-nav-sp-btn i {
  vertical-align: -40%;
}

.global-nav-sp-list-wrap {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 2px solid #ccc;
  background: #fff;
  z-index: 1;
}

.global-nav-sp-list {
  margin: 0;
}

.global-nav-sp-list__unit {
  padding: 0;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.global-nav-sp-list__unit:last-child {
  border-bottom: none;
}

.global-nav-sp-list__txt {
  display: block;
  padding: 6px 0;
  height: 50px;
  line-height: 50px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat-x center top;
}

.global-nav-sp-list__txt:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back-h.jpg?cmsp_timestamp=20170130104103) repeat-x center top;
  text-decoration: none;
  color: #fff;
}

/***************************　ソーシャル　******************************/
.downbar-wrap {
  overflow: hidden;
  display: block;
}

.downbar {
  padding: 0 0 10px 0;
}

.downbar-social {
  float: right;
  margin: 0;
}

.social__units {
  margin: 0;
  list-style: none;
}

li.social__unit {
  display: inline;
}

/***************************　検索・キーワード部分　******************************/
.search-wrap {
  overflow: hidden;
  margin: 0 auto 20px auto;
}

.search {
  padding: 20px 0 15px;
  position: relative;
}

.search-keyword {
  padding-left: 0;
  padding-right: 0;
}

.search__form {
  margin: 0;
}

.search__select {
  width: 30%;
  height: 40px;
}

.search__box {
  width: 50%;
}

.search .button {
  line-height: 1.5;
}

.search-keyword-heading {
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 0;
}

.search-keyword-heading i {
  vertical-align: -44%;
  margin-right: 3px;
}

.search-keyword-list {
  font-size: .9em;
  margin: 0;
}

.search-keyword-list__unit {
  padding-bottom: 5px;
}

/*
 * contents
 */
/***************************　メインコンテンツ　******************************/
.slider {
  position: relative;
  margin: 0 auto 40px auto;
  max-width: 780px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: rgba(64, 32, 0, 0.8);
}

.slider .bx-wrapper .bx-caption span {
  font-size: .9em;
  padding: 22px 10px 18px 20px;
}

.banner-area {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.banner-area .main-banner {
  display: block;
  margin: 0 auto 20px;
}

.banner-area .banner-half-area {
  overflow: hidden;
  margin: 0 auto;
  clear: both;
  max-width: 780px;
  width: 100%;
}

.banner-area .banner-half-left {
  float: left;
}

.banner-area .banner-half-right {
  float: right;
}

.contents__section {
  position: relative;
}

.seller-list__unit,
.recommend-list__unit,
.productlist-list__unit,
.together-list__unit,
.new_item-list__unit {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/line-item.png?cmsp_timestamp=20170130162019) no-repeat center bottom;
  padding-bottom: 40px;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.info__section {
  margin-bottom: 40px;
  clear: both;
}

.info__section ul li {
  padding: 10px 0;
  display: block;
  border-bottom: 1px #c3c3c3 dashed;
}

.info-list {
  margin: 0;
}

.info-list__unit {
  padding-bottom: 20px;
  font-size: .9em;
  line-height: 1.5;
}

.info-list__date {
  display: block;
  padding-bottom: 5px;
}

.main__section {
  max-width: 1180px;
  margin: 0 0 80px 0;
  padding: 0;
  float: right;
}

.main__section-banner-side {
  max-width: 1040px;
}

.seller-list__unit {
  position: relative;
}

.seller-list__unit .flag {
  position: absolute;
  z-index: 100;
  right: 10px;
  top: 0;
}

/***************************　サイドバー　******************************/
.banner-side__section {
  width: 120px;
  padding: 0;
  margin-right: 20px;
}

.banner-side-list__unit {
  padding-bottom: 20px;
}

.side-nav__section {
  padding: 0 20px 0 0;
  float: left;
}

.side-nav-box, .side-cont, .blog-banner {
  margin-bottom: 20px;
  display: block;
}

.side-nav-box {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/side-list-back.jpg?cmsp_timestamp=20170130120635) repeat center top;
  padding: 0 5px 5px 5px;
  overflow: visible;
}

.side-title-area {
  position: relative;
  min-height: 60px;
}

.side-nav-h3 {
  margin: 0;
  padding: 24px 0 10px 100px;
  color: #666;
  font-size: 16px;
  font-weight: bold;
}

img.side-h3-img {
  position: absolute;
  left: -9px;
  bottom: 0;
}

.side-nav-inner {
  background: #fff;
  padding: 15px 10px 10px 10px;
}

.side-nav-list {
  margin: 0;
}

.side-nav-list__link {
  padding: 15px 0;
  display: block;
  border-bottom: 1px #c3c3c3 dashed;
  color: #333;
}

.side-nav-list__link:hover,
.side-nav-list__link:focus {
  text-decoration: none;
  color: #426fb8;
}

.side-nav-list__name {
  display: block;
}

.side-nav-list__icon {
  float: right;
}

.side-nav-banner-list__unit {
  max-width: 100%;
  padding-bottom: 20px;
}

.side-nav-scate-list {
  display: none;
}

ul.side-nav-scate-list li a {
  background: #fcfcfc;
  padding-left: 25px;
  position: relative;
}

ul.side-nav-scate-list li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px;
}

.side-nav-mobile {
  text-align: center;
  padding: 20px 15px;
}

.primary__section {
  padding: 0;
  float: right;
}

#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

#fb-root {
  display: none;
}

.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
  max-width: 500px;
  margin: 0 auto;
  display: block !important;
}

.side-facebook ._2p3a {
  margin: 0 auto;
  display: block;
}

.blog-banner img {
  display: block;
  margin: 0 auto;
}

.side-group .group-1547839 {
  display: none;
}

.side-mobile .qr {
  margin: 0 auto;
  display: block;
}

/***************************　footer　******************************/
.history__section {
  padding: 0 0 65px;
}

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

.footer-pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}

.footer-pagetop-icon {
  margin-top: 8px;
}

.footer-notice__section {
  padding: 0 0 40px;
}

.footer-nav__section {
  padding: 100px 0 15px 0;
  font-size: 12px;
}

.footer-nav-list {
  text-align: center;
  margin-left: 0;
  list-style: none;
}

.footer-nav-list__unit {
  display: inline-block;
  padding: 0;
}

.footer-nav-list__unit a {
  color: #333;
  font-weight: bold;
}

.footer-copylight__section {
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}

.footer-info-pc:before {
  display: table;
  content: "";
  line-height: 0;
}

.footer-info-pc2 .footer-notice {
  height: auto !important;
}

.notice-heading {
  margin: 0 0 20px;
  padding: 10px 0 10px 20px;
  color: #333;
  font-size: 1em;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/footer-info-back.jpg?cmsp_timestamp=20170130152800) repeat left top;
}

.footer-notice .notice-list {
  margin: 0 20px;
}

.notice-list__name {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}

.notice-list__unit {
  margin: 0 0 20px;
  font-size: .9em;
}

.inquiry-list__name {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
}

#scroll {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}

.btn-scroll {
  padding: 0;
  border-radius: 0;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
  display: block;
  text-align: center;
}

.btn-scroll:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
}

.btn-scroll a {
  padding: 14px 17px;
  display: block;
  color: #fff;
}

.btn-scroll a:hover {
  text-decoration: none;
  color: #333;
}

.btn-home, .btn-cart {
  margin-bottom: 1px;
}

.btn-scroll__txt {
  font-size: .9em;
  display: block;
}

/***************************　パンくず　******************************/
.breadcrumb-list__section {
  padding: 20px 0 40px 0;
}

.breadcrumb-list {
  font-size: .9em;
  margin: 0;
  list-style: none;
}

.breadcrumb-list__unit {
  display: inline-block;
}

/***************************　商品一覧　******************************/
.freespace__section {
  margin: 0 0 40px;
}

#product {
  text-align: center;
}

.productlist-sort {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/productlist-sort-back.jpg?cmsp_timestamp=20170131105649) repeat center top;
  margin: 40px 0 20px;
  padding: 15px 10px;
  font-size: .9em;
}

.productlist-sort-list {
  float: left;
  margin: 0;
}

.productlist-sort-list__unit a {
  font-weight: bold;
}

.productlist-sort-totalnumber {
  float: right;
  margin: 0;
  padding-right: 5px;
}

.productlist-sort-totalnumber span {
  padding: 0 5px;
}

.subcategory-list {
  font-size: .9em;
  margin: 0 auto 20px;
}

.subcategory-list__unit {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.subcategory-list__unit * {
  display: inline-block;
  vertical-align: middle;
}

.subcategory-list__unit .subcategory-name {
  position: relative;
  padding-left: 15px;
}

.subcategory-list__unit .subcategory-name::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid  #426fb8;
  border-radius: 100%;
}

.pagenation__section {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.pagenation-list {
  text-align: center;
  padding-top: 15px;
}

.pagenation-list__unit {
  padding: 0 2px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}

.pagenation-list__unit a,
.pagenation-list__unit span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 .5em;
}

.pagenation-list__unit a {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
  color: #f2f2f4;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}

.pagenation-list__unit a:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
  color: #333;
  transition: .5s;
}

.pagenation-list__unit span {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
}

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

.pagenation-sp-list {
  margin: 0;
}

.pagenation-sp-list__unit {
  display: inline;
  margin: 0 5px;
}

/***************************　商品詳細　******************************/
#gift-info-area {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/gift-back.jpg?cmsp_timestamp=20170208145502) repeat center top;
  padding: 15px;
  margin: 30px 40px;
}

#gift-info-area-inner {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px 15px 20px 15px;
}

#gift-info-area-inner .giftwr {
  margin: 0 auto 20px auto;
  display: block;
}

#gift-info-area-inner .white-back {
  font-size: 12px;
}

/*
 * product
 */
.breadcrumb-list-pdetail {
  padding-bottom: 5px;
}

.product__section {
  margin-bottom: 40px;
}

.product-explain {
  margin-bottom: 40px;
}

.product-images-list {
  text-align: center;
}

.product-images-list__unit {
  padding: 5px 0;
}

.product-info-box {
  padding: 0 0 10px 0;
}

.product-info-box .section-title-h2 {
  padding: 40px 0 10px 0;
}

.product-info-box p, .product-info-box ul {
  margin: 0;
}

.product-order-box {
  background: #f0f0f0;
  margin-top: 30px;
  padding: 20px 40px 30px;
}

.product-name {
  margin: 0;
  font-size: 1.42em;
}

.product-model {
  color: #999;
  font-size: .93em;
}

.product-price {
  margin: 0;
  font-size: 1.42em;
  font-weight: bold;
}

.product-price-discount {
  color: #f00;
}

.product-price-discount-rate {
  color: #f00;
}

.product-price-establish {
  color: #999;
  font-size: .93em;
}

.product-stock-str {
  margin: 0;
  font-size: 1.42em;
  font-weight: bold;
}

.product-related-list {
  font-size: .93em;
}

.product-related-list__unit {
  padding: 0;
  margin-right: 10px;
  display: inline-block;
}

.product-social-list {
  list-style: none;
}

.product-social-list__unit {
  display: inline-block;
}

.product-option {
  padding-bottom: 10px;
}

.product-option-table {
  background-color: #fff;
}

.product-option-list__unit {
  margin: 10px 0;
}

.product-option-list__unit dl {
  margin: 0;
}

.product-option-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.product-option-list__detail {
  margin: 0;
}

.product-option-list__select {
  height: 40px;
  border: 2px solid #333;
  font-size: .93em;
}

.text-titles {
  padding-bottom: 10px;
}

.text-titles-list__unit {
  margin: 10px 0;
}

.text-titles-list__unit dl {
  margin: 0;
}

.text-titles-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.text-titles-list__detail-text {
  height: 40px;
  border: 2px solid #333;
  font-size: .93em;
}

.product-init-list {
  margin: 0;
}

.product-init-list__name {
  margin: 0;
  padding-bottom: 10px;
  font-size: .93em;
  font-weight: normal;
}

.product-init-list__detail {
  margin: 0;
}

.product-init-list__detail-num {
  width: 100px;
  height: 28px;
  border: 2px solid #333;
  font-size: .93em;
  display: inline-block;
}

.product-init-list__detail-updw {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.product-init-list__detail-updw li {
  line-height: 1.2;
}

.product-order-btn-list {
  margin: 0;
  padding-top: 15px;
}

.product-order-btn-list__unit i {
  margin-right: 10px;
}

.btn--addcart {
  padding: 1.2em 0;
}

.btn--quick-order {
  padding: 1.2em 0;
  border-radius: 0;
  background: #0079ff;
  border: 1px solid #0079ff;
  color: #fff;
}

#option_tbl td * {
  display: inline !important;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

.btn--quick-order:hover,
.btn--quick-order:focus {
  background: #62adff;
  border: 1px solid #62adff;
  color: #fff;
}

.btn--soldout {
  padding: 1.4em 0;
  border-radius: 0;
  border: 1px solid #cf0400;
}

.btn--soldout.disabled, .btn--soldout[disabled] {
  background-color: #cf0400;
  color: #fff;
}

.product-review__section {
  margin-bottom: 60px;
}

.product-review-send-list {
  text-align: right;
  margin-bottom: 20px;
}

.product-review {
  font-size: .93em;
  margin-bottom: 40px;
}

.product-review-star {
  float: left;
  margin-right: 10px;
  padding-top: 1px;
}

.product-review-poster-list {
  margin: 0;
}

.product-review-poster-list__unit {
  display: inline-block;
  margin-right: 10px;
}

.product-review-content-list__unit img {
  max-width: 100px;
}

.product-review-content-list__title {
  font-weight: bold;
  padding-top: 10px;
}

.product-review-content-list__img {
  float: left;
  padding: 10px 10px 0 0;
}

.product-review-content-list__comment {
  padding-top: 10px;
}

.product-review-res-list {
  background: #f6f6f6;
  padding: 20px;
}

.product-review-res-list__title {
  font-weight: bold;
}

.product-review-res-list__comment {
  padding-top: 10px;
}

.stock_error {
  text-align: center;
  padding-top: 5px;
  font-size: .93em;
}

/***************************　プライバシーポリシー　******************************/
.privacy-par {
  margin: 0 0 20px;
  font-size: .9em;
}

.primary__section .notice-list {
  margin: 0 20px;
}

/***************************　オプション表示ページ　******************************/
.option__section {
  padding: 20px;
  text-align: center;
  font-size: .93em;
}

.option-heading {
  margin: 0 0 50px;
  padding: 0 0 8px 0;
  font-size: 1.2em;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/h2-line.png?cmsp_timestamp=20170130142403) repeat-x left bottom;
}

/***************************　問い合わせ　******************************/
.c-button, .c-button--primary {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/button-back.jpg?cmsp_timestamp=20170130103255) repeat center top;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  min-height: 40px;
  border: none;
  line-height: 1.5;
  text-decoration: none !important;
  color: #f2f2f4;
}

.c-button:hover, .c-button--primary:hover {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back.jpg?cmsp_timestamp=20170130103328) repeat center top;
  color: #333;
  transition: .5s;
}

/***************************　 特定商取引 　******************************/
.notice-box {
  padding: 50px 0 0 0;
}

.notice-box:first-child {
  padding-top: 30px;
}

.notice-box .notice-list {
  padding: 0 20px;
}

.privacy-par {
  padding: 0 20px;
}

/***************************　カート　******************************/
.c-alert {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/footer-info-back.jpg?cmsp_timestamp=20170130152800) repeat left top;
  color: #333;
  padding: 20px;
  margin: 30px 0;
  line-height: 1.6;
  text-align: left;
}

@media (max-width: 1280px) {
  .banner-side__section {
    display: none;
  }

  .main__section {
    max-width: 100%;
    float: none;
  }

  .primary__section {
    float: none;
    float: none;
    margin: 0 auto;
    width: auto;
  }

  .side-nav__section {
    float: none;
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 780px;
    padding: 0;
  }

  .side-nav-banner-list {
    text-align: center;
  }

  .side-nav-banner-list__unit {
    display: inline-block;
    margin: 0 10px;
  }
}
@media (max-width: 980px) {
  #wrapper {
    padding: 20px 0 40px;
    max-width: 1220px;
  }

  #contents {
    margin: 0 20px;
    padding: 20px 0 40px;
  }

  #footer {
    width: auto;
    margin: 0 20px;
  }

  /*------header-----*/
  .header-inner {
    padding: 85px 0 15px 0;
    overflow: visible;
  }

  .header-inner .shopname__logo {
    float: none;
    padding: 0 0 20px 0;
  }

  .header-inner .shopname__logo img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
  }

  .header-inner .site-disc {
    text-align: center;
  }

  .shopname__ad {
    width: 100%;
  }

  .shopname__ad-deli {
    float: none;
    padding: 68px 0 0 0;
    text-align: center;
    background-position: center top;
    background-size: 65px auto;
  }

  .downbar {
    text-align: center;
    padding: 20px;
  }

  /*------検索-----*/
  .search__form {
    text-align: center;
  }

  .search {
    padding: 20px 20px 0 20px;
  }

  .search__select, .search__box {
    width: 100%;
    margin-bottom: 10px;
  }

  .search__box {
    width: 70%;
    margin-bottom: 20px;
  }

  .search__btn {
    margin-bottom: 20px;
  }

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

  .search-keyword-heading {
    margin-bottom: 20px;
  }

  /*------コンテンツ----*/
  .primary__section {
    float: none;
    margin: 0 auto 40px auto;
    width: auto;
  }

  .side-nav__section {
    float: none;
    padding: 0;
    width: auto;
  }

  .btn-more-wrap {
    margin-bottom: 40px;
    padding: 0 20px;
  }

  #scroll {
    bottom: 20px;
  }

  .btn-scroll a {
    padding: 5px 8px;
  }

  .btn-scroll__txt {
    font-size: .8em;
  }

  .history-list__unit {
    font-size: .9em;
    margin-bottom: 40px;
  }

  /*------footer----*/
  .footer-notice-sp-list {
    font-size: .9em;
    margin: 0;
  }

  .footer-notice-sp-list__txt {
    padding: 10px 20px 10px 39px;
    display: block;
    position: relative;
    margin: 1px;
    color: #333;
    text-decoration: none;
    border: #d8dbe1 2px solid;
  }

  .footer-notice-sp-list__txt ::after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
  }

  .footer-notice-sp-list__txt:hover, .footer-notice-sp-list__txt:focus {
    text-decoration: none;
    background: url(https://img21.shop-pro.jp/PA01329/292/etc/nav-back-h.jpg?cmsp_timestamp=20170130104103) repeat-x center top;
  }

  .footer-notice-sp-inquiry {
    padding: 40px 0 20px;
    text-align: center;
    margin: 0 20px;
  }

  .footer-notice-sp-inquiry-list {
    padding: 0 20px;
    margin: 0;
  }

  .footer-notice-sp-inquiry-list__name {
    margin-bottom: 5px;
    font-size: 1em;
  }

  .footer-notice-sp-inquiry-list__unit {
    margin: 0 0 20px;
    font-size: .9em;
  }

  .inquiry-sp-list__name {
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: bold;
  }

  .inquiry-sp-list__img {
    border: 2px solid #fff;
    max-width: 200px;
    height: auto;
  }

  .footer-social__section {
    text-align: center;
    padding-top: 50px;
  }

  .footer-nav-list {
    margin: 0;
    padding: 0 0 20px;
    font-size: .9em;
    line-height: 1.8;
    border-bottom: 2px solid #333;
  }

  .footer-nav__section {
    padding: 65px 0 20px 0;
  }

  .footer-copylight__section {
    text-align: center;
    font-size: .8em;
  }

  /*
   * product lst & seach
   */
  .breadcrumb-list {
    padding: 0 20px 5px;
  }

  .freespace__section {
    padding: 0 20px;
  }

  .productlist-sort__section {
    padding: 0 20px;
  }

  .productlist-sort-list {
    float: left;
    margin: 0;
  }

  .productlist-sort-totalnumber {
    float: right;
    margin: 0;
    padding-right: 5px;
  }

  .productlist-sort-totalnumber span {
    padding: 0 5px;
  }

  .subcategory-list {
    padding: 0 20px;
  }

  .pagenation-sp__section {
    text-align: center;
    padding: 20px 0;
  }

  .pagenation-sp-list {
    margin: 0;
  }

  .pagenation-sp-list__unit {
    display: inline;
    margin: 0 5px;
  }

  .pagenation-sp-info {
    padding: 10px 0;
  }

  .pagenation-sp-info span {
    padding: 5px 0;
  }

  .btn-pn {
    padding: 10px 20px;
    border: 2px solid #333;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #333;
    color: #fff;
    font-size: 1em;
  }

  .btn-pn:hover, .btn-pn:focus {
    border: 2px solid #777;
    background-color: #777;
    color: #fff;
  }

  .btn-pn.disabled, .btn-pn[disabled] {
    border: 2px solid #ccc;
    color: #cecece;
    background-color: #fff;
  }

  /*
   * product
   */
  .product__section {
    padding: 0 20px;
  }

  .product-order-box-wrap {
    padding-top: 50px;
    margin-top: -30px;
  }

  .product-order-box {
    margin-top: 0;
  }

  .product-related-list__unit {
    display: block;
    margin-bottom: 5px;
  }

  .product-social-list__unit {
    display: block;
    margin-bottom: 5px;
  }

  .product-review {
    padding: 0 20px;
  }

  /*
   * common
   */
  .paragraph-item {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .banner-area .banner-half-left, .banner-area .banner-half-right {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .container, .primary__section {
    width: auto;
  }

  .product-review-send-list {
    text-align: center;
  }

  .product-review-send-list__unit {
    display: inline-block;
  }

  .product-init-list {
    margin-bottom: 20px;
  }

  .product-order-btn-list__unit {
    padding: 0;
  }

  .mar-sm-t10 {
    margin-top: 10px;
  }

  .col-sm-6 {
    width: 49%;
  }
}
@media (max-width: 480px) {
  br.br480 {
    display: inline;
  }

  .header-inner .shopname__logo {
    margin: 0 20px;
  }

  .header-inner .shopname__logo img {
    max-width: 160px;
  }

  .shopname__ad-deli {
    padding: 52px 0 0 0;
    background-size: 50px auto;
    line-height: 165%;
  }

  #contents {
    margin: 0 10px;
  }

  .section-title-h2 .icon-img, .section-title-h3 .icon-img {
    display: block;
    margin: 0 auto 5px auto;
    padding: 0;
  }

  .section-title-h2, .section-title-h3 {
    text-align: center;
  }

  .product-order-box {
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .primary__section .notice-list {
    margin: 0;
  }

  .productlist-sort__section {
    padding: 0;
  }

  .productlist-sort-totalnumber, .productlist-sort-list {
    float: none;
    text-align: center;
  }

  .product__section {
    padding: 0 10px;
  }

  #gift-info-area {
    margin: 30px 0;
  }
}
/***************************　icon　******************************/
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}

.icon-lg-b.icon-user, .icon-lg-w.icon-user {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -312px 0px;
}

.global-nav__txt:hover .icon-lg-b.icon-user, .global-nav__txt:hover .icon-lg-w.icon-user {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
  background-position: -312px 0px;
}

.icon-lg-b.icon-adduser, .icon-lg-w.icon-adduser {
  background-position: -360px -0px;
}

.icon-lg-b.icon-login, .icon-lg-w.icon-login {
  background-position: -72px -120px;
}

.icon-lg-b.icon-logout, .icon-lg-w.icon-logout {
  background-position: -48px -120px;
}

.icon-lg-b.icon-mail, .icon-lg-w.icon-mail {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -96px -0px;
}

.global-nav__txt:hover .icon-lg-b.icon-mail, .global-nav__txt:hover .icon-lg-w.icon-mail {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
  background-position: -96px -0px;
}

.icon-lg-b.icon-cart, .icon-lg-w.icon-cart {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
  background-position: -264px -96px;
}

.global-nav .icon-lg-b.icon-cart, .global-nav .icon-lg-w.icon-cart {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -264px -96px;
}

a:hover .icon-lg-b.icon-cart, a:hover .icon-lg-w.icon-cart, button:hover .icon-lg-b.icon-cart, button:hover .icon-lg-w.icon-cart {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -264px -96px;
}

.global-nav__txt:hover .icon-lg-b.icon-cart, .global-nav__txt:hover .icon-lg-w.icon-cart {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
  background-position: -264px -96px;
}

.icon-lg-b.icon-box, .icon-lg-w.icon-box {
  background-position: -288px -96px;
}

.icon-lg-b.icon-phone, .icon-lg-w.icon-phone {
  background-position: -0px -0px;
}

.icon-lg-b.icon-clock, .icon-lg-w.icon-clock {
  background-position: -360px -48px;
}

.icon-lg-b.icon-bell, .icon-lg-w.icon-bell {
  background-position: -384px -24px;
}

.icon-lg-b.icon-c_twitter, .icon-lg-w.icon-c_twitter {
  background-position: -168px -264px;
}

.icon-lg-b.icon-c_facebook, .icon-lg-w.icon-c_facebook {
  background-position: -216px -264px;
}

.icon-lg-b.icon-c_google, .icon-lg-w.icon-c_google {
  background-position: -288px -264px;
}

.icon-lg-b.icon-c_pinterest, .icon-lg-w.icon-c_pinterest {
  background-position: -336px -264px;
}

.icon-lg-b.icon-chevron_right, .icon-lg-w.icon-chevron_right {
  background-position: -24px -216px;
}

.icon-lg-b.icon-search, .icon-lg-w.icon-search {
  background-position: -312px -24px;
}

.icon-lg-b.icon-circled_plus, .icon-lg-w.icon-circled_plus {
  background-position: -240px -120px;
}

.icon-lg-b.icon-circled_minus, .icon-lg-w.icon-circled_minus {
  background-position: -216px -120px;
}

.icon-lg-b.icon-home, .icon-lg-w.icon-home {
  background-position: -264px -24px;
}

.icon-c_insta {
  background-position: -168px -288px;
}

.btn-scroll:hover .icon-lg-b.icon-home, .btn-scroll:hover .icon-lg-w.icon-home {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -264px -24px;
}

.icon-lg-b.icon-chevron_up, .icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

.btn-scroll:hover .icon-lg-b.icon-chevron_up, .btn-scroll:hover .icon-lg-w.icon-chevron_up {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/icon24_g.png?cmsp_timestamp=20170131093250);
  background-position: -0px -216px;
}

.icon-lg-b.icon-list, .icon-lg-w.icon-list {
  background-position: -288px -144px;
}

.icon-lg-b.icon-triangle_up, .icon-lg-w.icon-triangle_up {
  background-position: -456px -192px;
}

.icon-lg-b.icon-triangle_down, .icon-lg-w.icon-triangle_down {
  background-position: -432px -192px;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_b.png);
  }

  .icon-b.icon-user {
    background-position: -312px 0px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_w.png);
  }

  .icon-w.icon-user {
    background-position: -312px 0px;
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/79/icon24_2x_w.png);
  }
}
/* --------------------------------------------------------------------------------

2020.12 Additional style

-------------------------------------------------------------------------------- */
@media (min-width: 351px) {
  .wth350 {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }

  /*テーブルブロック*/
  .table_block {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table_block > .cell_block {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  /*テーブルブロック*/
  .table_block {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .table_block > .cell_block {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
  }
  .table_block.sp_tate {
    display: block;
    table-layout: auto;
  }
  .table_block.sp_tate > .cell_block {
    display: block;
    width: 100%;
  }
}
.wrap_out, .wrap_main {
  width: 100%;
  height: auto;
}

.wrap_in {
  height: auto;
  margin: 0 auto;
}

/* flex　box
------------------------------- */
.flex_block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* object-fit
------------------------------- */
.fit_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .fit_img {
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
/* ラインマーカー
------------------------------- */
.linemk {
  background: linear-gradient(transparent 70%, #fccb0f 70%);
}

/* テキスト色
------------------------------- */
.tex_pink {
  color: #c65571 !important;
}

/* body
------------------------------- */
body {
  background-image: url(https://img21.shop-pro.jp/PA01329/292/etc/ad_header_bg.png), url(https://img21.shop-pro.jp/PA01329/292/etc/background.jpg?cmsp_timestamp=20170130102913);
  background-position: center top, center top;
  background-repeat: repeat-x,repeat;
  background-size: 480px auto,1455px auto;
}
@media (max-width: 768px) {
  body {
    background-size: auto 30px,1455px auto;
  }
}

/* header
------------------------------- */
@media (max-width: 980px) {
  .header-inner {
    padding: 34px 0 15px 0;
  }
}

@media (min-width: 981px) {
  .shopname__ad-deli {
    padding-top: 40px;
  }
}
@media (max-width: 980px) {
  .shopname__ad-deli {
    background-image: none;
  }
}

/*navi*/
.global-nav-sp-wrap {
  background-image: url(https://img21.shop-pro.jp/PA01329/292/etc/nav_cover.png);
  background-size: cover;
  top: 105px;
}
.global-nav-sp-wrap.global-nav-sp-wrap-cmspbar {
  top: 0;
}

.global-nav-sp {
  float: none;
  margin-right: 0;
  width: 100%;
}

.global-nav-sp-btn {
  padding-top: 0;
}

.fx_global-nav-sp {
  -webkit-align-items: stretch;
  /*縦方向（Safari用）*/
  align-items: stretch;
  /* 縦方向*/
}
.fx_global-nav-sp > .flex_block_child {
  width: 20%;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
  position: relative;
}
.fx_global-nav-sp > .flex_block_child::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: #b8b8b8;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fx_global-nav-sp > .flex_block_child:last-child::after {
  display: none;
}
.fx_global-nav-sp > .flex_block_child img {
  display: block;
  height: 38px;
  width: auto;
  margin-bottom: 3px;
}

/*logo*/
@media (max-width: 980px) {
  .header-inner .site-disc {
    display: none;
  }
}

@media (max-width: 980px) {
  .header-inner .shopname__logo img {
    max-width: 230px;
  }
}
.header-inner .shopname__logo .logo_wrap {
  position: relative;
}
.header-inner .shopname__logo .logo_wrap .ad_logo_shoes {
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: auto;
  height: 90%;
}
@media (max-width: 980px) {
  .header-inner .shopname__logo .logo_wrap {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*キャッチコピー*/
@media (max-width: 980px) {
  .shopname__ad-wrap .shopname__ad-deli .big.bold.sp_normal {
    font-weight: normal;
    font-size: inherit;
  }
}

/* コンテンツ
------------------------------- */
#wrapper {
  -moz-box-shadow: 0 0 5px #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd;
}

.anchor {
  position: relative;
  overflow: hidden;
}
@media (max-width: 980px) {
  .anchor {
    margin-top: -60px;
  }
}
.anchor > span {
  display: block;
}
@media (max-width: 980px) {
  .anchor > span {
    padding-top: 60px;
  }
}

/*スライダー*/
@media (max-width: 980px) {
  .slider {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 980px) {
  .page_top #contents {
    padding-top: 53vw;
  }
}

/* ボタン
------------------------------- */
.button {
  background-image: none;
  background-color: #c65571;
}

.search__btn .icon-img {
  padding-right: 8px;
}
.search__btn span {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1.3em;
}

.btn-scroll {
  background-image: none;
  background-color: #c65571;
}

input[type="submit"], input[type="reset"], button, .btn-more {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-image: none;
  background-color: #c65571;
  text-align: center;
  cursor: pointer;
  padding: 5px 15px;
  min-height: 40px;
  border: none;
  line-height: 40px;
  text-decoration: none !important;
  color: #f2f2f4;
}
input[type="submit"] span, input[type="reset"] span, button span, .btn-more span {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

/* 検索注目ワード
------------------------------- */
@media (max-width: 980px) {
  .search-keyword .search-keyword-heading {
    width: 100%;
    margin-bottom: 10px;
  }
}
.search-keyword .search-keyword-list a {
  color: #c65571;
}

/* 装飾タイトル
------------------------------- */
.section-title-h2.ad_ttl_h2 {
  background-image: none;
  padding-bottom: 0;
}
.section-title-h2.ad_ttl_h2 .ad_ttl_img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  height: 26px;
}
@media (max-width: 980px) {
  .section-title-h2.ad_ttl_h2 .ad_ttl_img {
    height: 25px;
  }
}

.side-nav-box {
  background: url(https://img21.shop-pro.jp/PA01329/292/etc/ad_side-list-back.png?cmsp_timestamp=20201203184846) repeat center top;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.side-nav-h3.flex_block {
  padding: 12px 0 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /*縦方向（Safari用）*/
  align-items: center;
  /* 縦方向*/
  -webkit-justify-content: center;
  /*横方向（Safari用）*/
  justify-content: center;
  /*横方向*/
}
.side-nav-h3.flex_block i {
  padding-right: 10px;
}
.side-nav-h3.flex_block i img {
  display: block;
  width: 18px;
}
@media (max-width: 980px) {
  .side-nav-h3.flex_block i img {
    width: 20px;
  }
}
.side-nav-h3.flex_block span {
  font-weight: bold;
  color: #3e2229;
}

.fs_yum {
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-size: 20px;
}

.more_btn_sns {
  padding: 10px 0 5px;
  text-align: center;
}
.more_btn_sns a {
  display: inline-block;
  font-family: "YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif !important;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #c65571;
  color: #fff !important;
}

/*# sourceMappingURL=style.css.map */
