@charset "UTF-8";
.flex, .flex-between, .flex-around, .flex-end, .ttl-h2, .ttl-h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-end {
  justify-content: flex-end;
}

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

.container,
.row {
  box-sizing: border-box;
}

.inner {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
}

.u_line {
  text-decoration: underline !important;
}

.center {
  text-align: center;
}

.le_1px {
  letter-spacing: 1px;
}

.block_auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}

.row {
  max-width: 1170px;
}

.en {
  font-family: "Maven Pro", sans-serif;
  text-transform: uppercase;
}

textarea {
  border: 1px solid #ccc;
  background-color: #fff;
}

a {
  outline: none;
}

a:hover, a:focus {
  outline: none !important;
  color: inherit !important;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  border: 1px solid #ccc;
  background-color: #fff;
}

.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  outline: 0;
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

.uneditable-input:focus {
  outline: 0;
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

a.muted:hover, a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover, a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover, a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
}

.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
}

.btn-02 {
  border: 1px solid #f09592;
  background-color: #f09592;
  color: #fff;
}

.btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active, .btn-02.disabled, .btn-02[disabled] {
  opacity: 0.9;
  border: 1px solid #f09592;
  background-color: #f09592;
  color: #fff;
}

.btn-03 {
  background-color: #81124b;
  color: #fff;
  padding: 0.75em;
}

.btn-03:hover, .btn-03:focus, .btn-03:active, .btn-03.active, .btn-03.disabled, .btn-03[disabled] {
  opacity: 0.8;
}

.btn__more {
  display: block;
  width: 300px;
  margin: 2em auto;
  padding: 0.75em;
  background: #fff;
  border: 1px solid;
}

.btn__about {
  display: block;
  width: 300px;
  margin: 1em auto 0;
  padding: 0.75em;
  background: #81124b;
  border: 1px solid;
  color: #fff !important;
}

.btn__about:hover, .btn__about:focus {
  opacity: 0.8;
  background: #81124b !important;
  color: #fff !important;
}

.btn__back {
  background: #81124b;
  color: #fff;
  width: 300px;
  max-width: 100%;
  margin: 4em auto;
  display: block;
  padding: 1em;
}

.btn__back:hover, .btn__back:focus {
  background: #81124b !important;
  opacity: 0.8;
  color: #fff !important;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #0088cc;
  cursor: pointer;
}

.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  color: #81124b;
  text-decoration: underline;
  outline: none;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
  outline: none;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > span {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > a {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 35px 8px 14px;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fcf8e3;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #468847;
}

.alert-danger,
.alert-error {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

#pagetop {
  height: 54px;
  padding: 0;
  display: none;
  overflow: hidden;
}

#pagetop a {
  display: block;
  padding: 15px;
}

/* ========================================
      PCの場合
======================================== */
body {
  background-color: #fff;
  color: #4d4d4d;
}

a {
  color: #4d4d4d;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

a:hover {
  color: #5e5e5e;
}

/* アイコン */
.icon {
  display: inline-block;
  padding-left: 16px;
  line-height: 1.5;
}

.icon:before {
  display: block;
  float: left;
  margin-left: -16px;
  width: 16px;
  height: 16px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-b.png);
  background-size: 16px 160px;
  background-repeat: no-repeat;
  content: "";
}

/* PC でアイコンを白にする場合 */
.icon-white .icon:before {
  background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-w.png);
}

/* アイコンの種類 */
.icon-cart:before {
  background-position: 0 0;
}

.icon-search:before {
  background-position: 0 -16px;
}

.icon-user:before {
  background-position: 0 -32px;
}

.icon-down:before {
  margin: 5px 5px 0 0;
  background-position: 0 -64px;
}

.icon-up:before {
  background-position: 0 -48px;
}

.icon-right:before {
  background-position: 0 -80px;
}

.icon-left:before {
  background-position: 0 -96px;
}

.icon-regist:before {
  background-position: 0 -112px;
}

.icon-login:before {
  background-position: 0 -144px;
}

.icon-logout:before {
  background-position: 0 -128px;
}

.text-block {
  line-height: 2;
}

.ttl-h2 {
  margin: 0 0 2em 0;
  color: #4d4d4d;
  font-weight: normal;
  line-height: 1.5;
  align-items: center;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.75px;
}

.ttl-h2:before, .ttl-h2:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.ttl-h2:before {
  margin-right: 1em;
}

.ttl-h2:after {
  margin-left: 1em;
}

.ttl-h2 span {
  font-size: 1.65em;
  margin-right: 0.5em;
  position: relative;
  top: -2px;
}

.ttl-h3 {
  letter-spacing: 0.75px;
  margin-bottom: 0.7em;
  padding: 20px 0;
  color: #4d4d4d;
  font-weight: normal;
  align-items: center;
}

.ttl-h3:before, .ttl-h3:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.ttl-h3:before {
  margin-right: 1em;
}

.ttl-h3:after {
  margin-left: 1em;
}

.ttl-h3 span {
  position: relative;
  top: -1px;
  margin-right: 0.5em;
}

#container {
  position: relative;
  z-index: 101;
  padding-top: 40px;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

/* スライダー */
#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}

.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}

/* ヘッダー */
.h_description {
  font-size: 11px;
}

.sp_description {
  background: #81124b;
  color: #fff;
  font-size: 9px;
  padding-bottom: 2px;
}

.head_description {
  display: none;
  background: #dedede;
  padding: 1em 0;
  font-size: 0.95em;
}

.head_description .container {
  background: #fff;
  padding: 1.5em;
}

.head_description a {
  color: #81124b;
}

.whats {
  display: inline-block;
  background: #81124b;
  color: #fff;
  font-size: 12px;
  padding: 0 0 0.25em 0.25em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 0 0 auto;
  width: 160px;
  position: relative;
  top: -1.5rem;
}

.whats i {
  margin-left: 0.5em;
  color: #fff !important;
  font-size: .7em !important;
  position: relative;
  top: -.125em;
}

#header {
  position: relative;
  z-index: 102;
  padding-top: 0;
  border-top: 4px #81124b solid;
  background: #fff;
}

#header > .container {
  position: relative;
  width: 1170px;
}

#header .title {
  margin: 1.25rem 0;
}

#header .title img {
  width: 170px;
  margin-right: 0.25em;
}

#header .title span {
  font-size: 9px;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.4;
  color: #555;
  display: inline-block;
}

.right_info {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 2em;
}

.right_info__icons {
  padding-top: 1.25rem;
  display: inline-block;
  margin-right: .5em;
}

.right_info__icons a {
  margin: 0 0.3em;
  font-size: 0.95em;
  font-weight: 500px;
}

.right_info i {
  margin-right: 0.5em;
  color: #81124b;
  font-size: 0.9em;
}

.btn-viewcart {
  vertical-align: 0;
  padding: 0 .85em;
  background: #81124b;
  color: #fff;
  line-height: 1.8;
  border: none;
}

.btn-viewcart i {
  color: #fff;
}

.btn-viewcart:hover {
  background: #81124b;
  opacity: 0.8;
  border: none;
  color: #fff !important;
}

.header-headline-nav {
  font-size: 13px;
}

.header-headline-nav .icon:before {
  margin-left: -20px;
}

.header-headline-nav ul {
  margin: 7px 20px 0 0;
}

.header-headline-nav li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  vertical-align: top;
  font-size: 13px;
}

.header-headline-nav li a {
  padding-left: 20px;
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
}

.btn-viewcart {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.btn-viewcart .icon {
  padding-left: 20px;
}

.btn-viewcart .icon:before {
  margin-top: 1px;
}

.header-logo {
  float: left;
}

.header-logo a {
  text-decoration: none;
}

.header-logo a:hover {
  text-decoration: underline;
}

.header-logo img {
  max-width: 100%;
}

.header-global-nav {
  position: relative;
  background: #dedede;
  z-index: 100;
  width: 100%;
  transition: 0.5s;
  margin: 0;
  top: 0;
}

.header-global-nav.fixed {
  position: fixed;
  top: 20px;
  left: 0;
  margin-top: -20px;
}

.header-global-nav .js-nav i {
  font-size: 0.5em;
  vertical-align: middle;
  margin-left: 0.5em;
}

.header-global-nav .fa-gift,
.header-global-nav .fa-lightbulb {
  color: #81124b;
  margin-right: 0.5em;
}

.header-global-nav .right {
  margin: 0;
}

.header-global-nav .right > li {
  display: inline;
  vertical-align: top;
}

.header-global-nav .right > li > a,
.header-global-nav .right > li > span {
  cursor: pointer;
  font-family: "Maven Pro", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.75em 1em;
  letter-spacing: 1px;
}

.header-global-nav .icon:before {
  display: none;
}

.in_child {
  display: none;
  position: absolute;
  top: 3em;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  border-top: 5px solid rgba(129, 18, 75, 0.9);
  border-bottom: 5px solid rgba(246, 212, 211, 0.9);
  padding: 1.5em 0;
  width: 100%;
}

.list_wrap {
  width: 700px;
  max-width: 100%;
}

.list_wrap h3 {
  font-size: 1.25em;
}

.list_wrap h3 a {
  color: #81124b;
  font-weight: bold;
}

.list_wrap h4 {
  font-size: 1.125em;
  color: #81124b;
}

.list_wrap ul {
  list-style: none;
  margin: 0;
}

.list_wrap ul a {
  font-size: 1em;
  display: inline-block;
  padding: 0 2em 1em 0;
}

.list_wrap ul a:hover {
  text-decoration: underline;
}

.announcement {
  width: calc(100% - 700px - 1em);
}

.announcement img {
  max-width: 250px;
  display: block;
  margin: 1em 0 0 auto;
}

/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
  float: right;
  height: 50px;
}

.bx-wrapper {
  margin: 0;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: none;
}

.slider-wrapper_02 {
  margin-top: -80px;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper_02 img {
  max-width: 100%;
}

#slider > div {
  width: 100%;
  max-width: 100%;
}

.jp {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  color: #333;
  text-transform: initial;
}

.header-nav-lst-phone {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  left: auto;
  right: 0;
  top: 74px;
  display: none;
  margin-left: -50%;
  width: 95%;
  height: 100%;
  background: rgba(246, 212, 211, 0.9);
}

.header-nav-lst-phone .nav_icon {
  width: 90%;
  margin: 0 auto;
}

.header-nav-lst-phone .nav_icon a {
  color: #81124b;
  font-size: 1.125em;
}

.header-nav-lst-phone .fa-gift,
.header-nav-lst-phone .fa-lightbulb,
.header-nav-lst-phone .fa-bookmark {
  color: #81124b;
  margin-right: 0.5em;
}

.header-nav-lst-phone ul.unstyled > li > a {
  display: block;
  padding: 1em;
  font-family: "Maven Pro", sans-serif;
  color: #81124b;
  text-transform: uppercase;
}

.header-nav-lst-phone ul {
  margin: 0;
}

.header-nav-lst-phone li {
  padding: 0;
  border-bottom: 1px solid #fff;
}

.header-nav-lst-phone li:last-child {
  border-bottom: none;
}

.header-nav-lst-phone li.js-nav > span {
  padding: 1em;
  display: block;
  font-family: "Maven Pro", sans-serif;
  color: #81124b;
  text-transform: uppercase;
}

.header-nav-lst-phone li.js-nav > span i {
  font-size: 0.75em;
  margin-left: 0.5em;
}

.header-nav-lst-phone .icon:before {
  display: none;
}

/* ----- サイドメニュー ----- */
.side-section {
  margin-bottom: 40px;
}

.side-section li {
  margin: 20px 0;
}

.side-section li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
}

.side-section li a:hover {
  text-decoration: underline;
}

.side-section__bnr small {
  font-size: 0.75em;
}

.side-section__bnr a {
  display: block;
  text-align: center;
  margin-bottom: 1.75em;
}

.side-section__bnr img {
  margin-bottom: 0.25em;
  border: 1px solid #ddd;
}

.side-section__size li {
  margin: 0;
}

.side-section__size ul a {
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #999;
}

.side-section__check ul {
  font-size: 0.9em;
}

.incart-delivery {
  clear: both;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eeab53;
}

.incart-delivery ul {
  margin: 0;
}

.incart-delivery li {
  padding: 2px 0;
  margin: 0;
}

.incart-delivery li:first-child {
  border-top: none;
}

.search-select {
  margin-bottom: 10px;
}

.search-box {
  float: left;
  width: 65%;
}

.search-btn[type="submit"] {
  float: right;
  padding: 4px 0;
  width: 25%;
}

.side-category-name,
.side-group-name {
  display: block;
  margin-top: 10px;
}

/* パンくずリスト */
.topicpath-nav {
  margin-bottom: 20px;
  font-size: 84.615%;
}

.topicpath-nav li {
  display: inline;
  margin-right: 0.2em;
}

.topicpath-nav li a {
  margin-left: 0.2em;
  color: #444;
  text-decoration: none;
}

.topicpath-nav li a:hover {
  text-decoration: underline;
}

.topicpath-nav .is_group li {
  background: #c7d2cc;
  margin-right: 1em;
  padding: 3px 4px;
}

.topicpath-nav .is_group li a {
  color: #fff;
}

.topicpath-nav .is_group li a:hover {
  color: #fff !important;
  text-decoration: none;
}

h1.product_name {
  font-size: 1.5em;
  margin-top: 0;
}

/* 囲み */
.container-section {
  margin-bottom: 3em;
  word-break: break-all;
}

.eyecatch-block,
.info-block,
.recommend-block,
.bestseller-block,
.free_space_block {
  margin-bottom: 40px;
  padding-bottom: 40px;
  word-break: break-all;
}

.recommend-block {
  padding-bottom: 0;
}

.info-block {
  padding-bottom: 0;
}

.info-block .text-block {
  border: 1px solid #999;
  height: 190px;
  padding: 1em;
  overflow: scroll;
}

.info-block a {
  text-decoration: underline;
  color: #81124b;
  font-weight: normal;
}

.bnr_wrap {
  margin-bottom: 60px;
}

.bnr_wrap article {
  width: calc(50% - 0.75em);
}

.bnr_wrap article img {
  margin-bottom: 0.25em;
  border: 1px solid #ddd;
}

.news {
  padding: 4px 0;
}

.news-date {
  padding-right: 10px;
}

.main-section {
  padding-left: 3 0px;
}

/* 商品リスト */
.new_mark_img1 {
  width: 40px !important;
  top: 0;
  left: 10px;
  margin-right: 0.5em !important;
}

.prd-lst-sort {
  margin: 20px 0;
}

.prd-lst-unit {
  margin-bottom: 30px;
  padding: 0 30px 0 10px;
  position: relative;
}

.prd-lst-unit .new_mark_img1 {
  position: absolute;
}

.prd-lst-img {
  background: #fff;
}

.prd-lst-img:hover {
  opacity: 0.8;
}

.prd-lst-span {
  display: block;
}

.prd-lst-name {
  margin: 10px 0 6px 0;
  padding: 0;
}

.prd-lst-exp {
  font-size: 13px;
}

.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}

.prd-lst-price {
  color: #a1a19f;
  font-size: 13px;
}

.prd-lst-discount,
.prd-lst-soldout {
  color: #b81717;
}

.more-prd {
  clear: both;
}

/* 商品のページャー PC */
.prd-lst-pager {
  position: relative;
  overflow: hidden;
}

.prd-lst-pager ul {
  position: relative;
  left: 50%;
  float: left;
  padding-top: 15px;
}

.prd-lst-pager li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 4px;
  text-align: center;
  line-height: 24px;
}

.prd-lst-pager li a,
.prd-lst-pager li span {
  display: block;
  float: left;
  min-width: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.prd-lst-pager li a {
  border: 1px solid #81124b;
  background-color: #81124b;
  color: #fff;
  text-decoration: none;
}

.prd-lst-pager li a:hover {
  border: 1px solid #81124b;
  background-color: #81124b;
  opacity: 0.9;
  color: #fff;
}

.prd-lst-pager li span {
  border: 1px solid #c6c6c6;
  background-color: #fff;
  color: #c6c6c6;
}

/* 商品のページャー タブレット スマホ */
.prd-lst-pager-phone {
  text-align: center;
}

.prd-lst-pager-phone li {
  display: inline;
  margin: 0 10px;
}

.prd-lst-pos {
  margin-top: 20px;
  text-align: center;
}

.prd-lst-pos b {
  font-weight: bold;
  font-size: 18px;
}

/* フッター */
#pagetop {
  width: 54px;
  height: 54px;
  letter-spacing: 0;
  box-sizing: border-box;
  position: fixed;
  right: 1em;
  bottom: 2.75em;
  z-index: 2000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #81124b;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

#pagetop i {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 54px;
  position: relative;
  top: -2px;
}

#pagetop a {
  padding: 0;
}

.notice-wrapper {
  margin-top: 100px;
  padding: 2em 0;
  border-top: 1px solid #e8e8e8;
  background: #eee;
  font-size: 0.9em;
}

.notice-wrapper .def-lst-dd {
  line-height: 1.6;
}

.notice-wrapper .def-lst-dd img + br {
  font-size: 0;
}

.notice-wrapper h3 {
  color: #81124b;
  font-size: 1.125em;
  margin-bottom: 0;
}

.notice-wrapper .more {
  font-weight: normal;
  background: #81124b;
  margin-left: 0.5em;
  color: #fff;
  padding: 0 0.5em;
  display: inline-block;
  font-size: 0.85em;
}

.notice-wrapper .more:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8;
}

.notice-wrapper dl {
  margin-top: 0;
}

.foot_sns {
  padding: 1em 0;
  font-size: 0.85em;
}

.foot_sns i {
  margin-right: 0.25em;
}

.foot_bnr {
  width: 350px;
  margin: 0 auto;
}

.foot_bnr img:hover {
  opacity: 0.8;
}

.wookmark-wrapper {
  position: relative;
}

.wookmark-item {
  width: 50%;
  position: static !important;
  padding: 0 3em;
}

.insta_wrap iframe {
  max-width: 99% !important;
  margin: 0 auto !important;
  display: block;
}

.insta_wrap .en {
  margin: 0;
}

/* フッター背景 */
.footer-wrapper {
  padding: 0 0 40px;
  font-size: 0.9em;
  background: #eee;
}

.footer-wrapper a {
  color: #444 !important;
}

.footer-wrapper a:hover, .footer-wrapper a:focus {
  color: #444 !important;
  text-decoration: none;
}

.footer-wrapper .unstyled {
  margin: 0;
}

.footer-lst li {
  text-align: center;
  margin: 0 1em 0.75em;
  display: inline-block;
}

.footer-lst a {
  color: #fff;
}

/* ショップ紹介 */
.manager-name {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.manager-caption {
  padding: 0 40px 0 20px;
  border-right: 1px solid #dbdbdb;
}

/* カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}

.tbl_calendar caption {
  text-align: center;
}

.tbl_calendar th {
  padding: 0.3em 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.tbl_calendar td {
  padding: 0.5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  background: #dedede;
  clear: both;
  margin: 0;
  padding: 1em 0 3.5em;
  color: #333;
  text-align: center;
  font-style: normal;
  font-size: 0.85em;
}

.fixed_foot {
  line-height: 1;
  position: fixed;
  z-index: 101;
  top: calc(100vh - 2.5em);
  left: 0;
  width: 100%;
  background: #81124b;
  color: #fff;
  font-size: 0.9em;
}

.fixed_foot a {
  color: #fff;
}

.fixed_foot .left_icons {
  padding: 0.75em 0;
}

.fixed_foot .left_icons a {
  display: inline-block;
  margin-right: 1em;
}

.fixed_foot .left_icons i {
  margin-right: 0.5em;
}

.fixed_foot .shipping__cart {
  padding: 0.75em;
  background: #fff;
  margin-left: 1em;
  color: #81124b;
  text-align: center;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
}

.fixed_foot .shipping__cart i {
  margin-right: 0.5em;
  color: #81124b;
}

.fixed_foot .shipping__cart a {
  color: #81124b;
}

.powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}

.powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}

.powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}

/* list */
.def-lst-dt {
  padding-top: 1em;
  font-weight: bold;
}

.def-lst-dd {
  margin: 0;
  padding-bottom: 1em;
  line-height: 2;
}

.def-lst-dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
  margin-right: 1em;
}

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

/* freepage */
.freepage {
  word-break: break-all;
}

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

/* ========================================
      PCかつRetinaの場合
======================================== */
@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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-b.png);
  }
  /* PCかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_16-2x-w.png);
  }
}

.size_h3 {
  margin-bottom: 0.25em;
  text-align: center;
}

.size_table thead {
  background: #dedede;
}

.size_table tbody th {
  background: #f8e3e3;
}

.size_table tbody.is_boy th {
  background: #ecf6fa;
}

.size_table th {
  font-weight: normal;
  border: 1px solid #999;
  padding: 0.75em 1em;
}

.size_table td {
  border: 1px solid #999;
  padding: 0.75em 1em;
}

.is_free h1 {
  text-align: center;
  margin-bottom: 2em;
}

.is_free .text {
  margin: 2em 0;
  line-height: 1.6;
}

.is_free .text a {
  text-decoration: underline;
  color: #81124b;
}

.is_free .size_img {
  display: block;
  margin: 0 auto 2em;
}

.is_free__size .ttl-h3 {
  margin-bottom: 0.25em;
  padding-bottom: 0.5em;
}

.is_free__about .caption {
  padding-top: 0.25em;
  font-weight: bold;
}

.is_free__about .logo {
  margin: 3em auto;
  width: 120px;
}

.is_free__about .kv {
  background: url(https://img21.shop-pro.jp/PA01410/044/etc/about_19_kv.jpg) 50% fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  height: 400px;
}

.is_free__about h1 {
  font-weight: normal;
  position: absolute;
  height: 1em;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5vw;
  color: #fff;
  background: rgba(129, 18, 75, 0.8);
  font-size: 1.25em;
  padding: 1em;
  line-height: 1;
}

.is_free__about h1 span {
  margin-right: 1rem;
  font-weight: 500;
  font-family: "Maven Pro", sans-serif;
}

.is_free #help {
  margin-top: -100px;
  padding-top: 100px;
}

.is_free__point .border {
  padding: 1em;
  border: 2px solid #81124b;
}

.is_free__point .border b {
  font-weight: normal;
  padding: 0.25em 0;
  margin-bottom: 0.25em;
  border-bottom: 1px solid #81124b;
  display: inline-block;
}

.is_free__point .border b span {
  font-weight: bold;
}

.is_free__point .caution {
  font-size: 0.95em;
  margin: 1em 0;
}

.is_free__point .right {
  width: 350px;
  max-width: 100%;
  margin-bottom: 5em;
}

.is_free__point .link_wrap i {
  margin-right: 0.5em;
}

.is_free__point .link_wrap a {
  width: calc(100% / 3 - 1em);
  border: 1px solid #eee;
  margin: 0 0.25em 0.5em;
  padding: 1em 0;
  display: inline-block;
  background: #c7d2cc;
  color: #fff;
}

.is_free__point .link_wrap a:hover {
  color: #fff !important;
  opacity: 0.9;
  text-decoration: none !important;
}

.is_free__gift hr {
  border-bottom: #dedede 1px solid;
  width: 90%;
  margin: 2em auto 0;
}

.is_free__gift .flex-around img {
  width: 360px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.is_free__gift .flex-between {
  width: 800px;
  margin: 1em auto;
  max-width: 100%;
}

.is_free__gift .flex-between .img_bg {
  width: 360px;
  max-width: 100%;
  margin-top: 2em;
}

.is_free__gift .flex-between .img_bg img {
  border: 1px solid #999;
}

.is_free__gift .text__calc {
  width: calc(100% - 370px);
}

.is_free__gift .caption {
  text-align: center;
  font-weight: bold;
  margin: 0.25em 0 1em;
}

.is_free .caption_price {
  font-weight: bold;
}

.stock_zero {
  color: #ad8e6a;
  font-weight: bold;
}

.t_stock_num {
  color: #f09592;
  font-weight: bold;
}

.rel {
  position: relative;
}

.cashless__single {
  display: block;
  margin: 1em 0 1em auto;
  width: 70%;
}

.cashless__index {
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.cashless__side {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  display: block;
  height: 361px;
}

.cashless:hover {
  transform: translate(1px, 1px);
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1170px) {
  .container {
    width: 100%;
  }
}

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
  .container {
    padding: 0 1em;
  }
  #sliderbutton {
    left: 3%;
  }
  .header-nav-lst-phone {
    top: 60px;
  }
  iframe.snapwidget-widget {
    height: 280px !important;
  }
  .sp_cart_icon,
  .nav-btn-phone {
    margin-top: 14px;
    font-size: 9px;
    font-weight: normal;
    text-align: center;
  }
  .sp_cart_icon i,
  .nav-btn-phone i {
    color: #81124b;
    display: block;
    font-size: 20px;
  }
  .sp_cart_icon b,
  .nav-btn-phone b {
    font-weight: normal;
  }
  .sp_cart_icon a,
  .nav-btn-phone a {
    display: block;
  }
  .sp_cart_icon {
    margin-right: 14px;
  }
  .sp_order {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .sp_order .info-block {
    order: 2;
  }
  /* ヘッダー */
  #header-wrapper {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header-wrapper + div {
    margin-top: 56px;
  }
  #header {
    padding-top: 0;
    background: #fff;
    border-top: 2px solid #81124b;
  }
  #header > .container {
    width: 100%;
  }
  #header .title {
    margin: 14px;
  }
  .header-nav-phone {
    margin-right: 10px;
    margin-right: 0;
  }
  .nav-btn-phone {
    display: block;
    height: 60px;
  }
  .nav-btn-phone img {
    width: 40px;
    height: 60px;
  }
  .in_child {
    position: static;
    padding: 1em 1em;
    box-sizing: border-box;
  }
  .list_wrap {
    width: 100%;
  }
  .list_wrap h3 {
    font-size: 1em;
  }
  .list_wrap h3 a {
    color: #81124b;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0.85em;
    font-size: 1em;
    border: 1px solid;
    background: rgba(246, 212, 211, 0.3);
    box-sizing: border-box;
  }
  .list_wrap h4 {
    margin: 1em 0 0.75em;
  }
  .list_wrap ul {
    width: 100%;
    border-left: 1px solid;
  }
  .list_wrap ul a {
    display: block;
    width: 100%;
    padding: 0.75em;
    box-sizing: border-box;
    background: rgba(246, 212, 211, 0.4);
    height: 100%;
    font-size: 12px;
  }
  .list_wrap li {
    width: calc(50%);
    margin: 0;
    border-bottom: 1px solid #81124b;
    border-right: 1px solid #81124b;
    box-sizing: border-box;
  }
  .list_wrap li:first-of-type, .list_wrap li:nth-of-type(2) {
    border-top: 1px solid #81124b;
  }
  .list_wrap li:last-child {
    border-bottom: 1px solid #81124b;
  }
  .search-box {
    width: 55%;
  }
  .search-btn[type="submit"] {
    width: 35%;
  }
  .side-section ul li {
    margin: 0;
  }
  .side-section ul li a {
    display: block;
    padding: 10px 0;
  }
  .side-section ul li a:hover {
    text-decoration: none;
  }
  /* ========================================
        タブレットかつRetinaの場合
  ======================================== */
}

@media only screen and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 980px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 980px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 980px) and (min-device-pixel-ratio: 2), only screen and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 980px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 980px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 980px) and (min-resolution: 192dpi), only screen and (max-width: 980px) and (min-resolution: 2dppx) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
  }
  /* スマホかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
  }
}

/* ========================================
      スマホの場合
======================================== */
@media only screen and (max-width: 768px) {
  .col-sm-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body {
    font-size: 13px;
  }
  iframe.snapwidget-widget {
    height: auto !important;
  }
  .btn__more {
    margin: 0 auto 2em;
  }
  .icon {
    padding-left: 24px;
    line-height: 2;
  }
  .icon:before {
    margin-left: -24px;
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-b.png);
  }
  .header-nav-lst-phone {
    top: 68px;
  }
  .fixed_foot {
    top: calc(100vh - 3.5em);
  }
  .fixed_foot .shipping {
    padding: 1em 0;
  }
  .fixed_foot .shipping__cart {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em;
  }
  /* スマホでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-w.png);
  }
  .icon-cart:before {
    background-position: 0;
  }
  .icon-search:before {
    background-position: 0 -24px;
  }
  .icon-user:before {
    background-position: 0 -48px;
  }
  .icon-down:before {
    margin: 5px 0 0 -20px;
    margin: 10px 0 0 -17px;
    margin-top: 5px;
    height: 23px;
    height: 23px;
    background-position: 0 -59px;
  }
  .icon-up:before {
    margin: 5px 0 0 -20px;
    height: 23px;
    background-position: 0 -38px;
  }
  .icon-right:before {
    background-position: 0 -120px;
  }
  .icon-left:before {
    background-position: 0 -144px;
  }
  .eyecatch-block,
  .info-block,
  .recommend-block,
  .bestseller-block,
  .free_space_block {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #header-wrapper + div {
    margin-top: 60px;
  }
  .sp_cart_icon,
  .nav-btn-phone {
    margin-top: 10px;
  }
  .ttl-h2 span {
    font-size: 1.25em;
    top: -1px;
  }
  .header-logo {
    width: 50%;
  }
  .ttl-h3 {
    position: relative;
    margin: 0 0 0 0;
  }
  .info-block .text-block {
    font-size: 0.9em;
    line-height: 1.4;
    height: 120px;
  }
  .recommend-block {
    margin-bottom: 0;
  }
  .bnr_wrap {
    margin-bottom: 30px;
  }
  .bnr_wrap article {
    width: calc(50% - 0.25em);
  }
  .bnr_wrap article a {
    font-size: 0;
  }
  #pagetop {
    width: 2.5em;
    height: 2.5em;
    bottom: 4em;
  }
  #pagetop i {
    line-height: 2.5em;
  }
  .side-section__bnr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .side-section__bnr a {
    margin: 0 0.25em 0.25em;
    display: block;
    box-sizing: border-box;
    width: calc(100% / 2 - 0.5em);
  }
  .side-section__bnr a span {
    display: none;
  }
  h1.product_name {
    font-size: 1.25em;
    margin-top: -1em;
  }
  /* スライダー */
  .bx-prev,
  .bx-next {
    display: none;
  }
  #sliderbutton {
    left: 20px;
  }
  .slider-btn {
    padding: 4px 10px;
    font-size: 13px;
  }
  #header .title {
    margin: 16px 0 0 0;
  }
  /* スマホ用メニュー */
  .menu-btn-phone {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .menu-btn-phone .icon {
    padding-left: 0;
  }
  .menu-btn-phone.icon-down:before, .menu-btn-phone.icon-up:before {
    float: right;
    margin-left: 0;
  }
  /* メイン */
  .main-section {
    padding-left: 0;
    margin-bottom: 2em;
  }
  /* サイドメニュー */
  .side-search {
    width: 185px;
  }
  .search-box {
    width: 70%;
  }
  .search-btn[type="submit"] {
    width: 20%;
  }
  /* 商品 */
  .prd-lst-unit {
    margin-bottom: 20px;
    padding: 0 10px 0 10px;
  }
  .prd-lst-sort {
    text-align: center;
  }
  /* フッター */
  .footer-wrapper {
    border-top: #999 1px solid;
    margin-top: 20px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    overflow-x: hidden;
  }
  .manager-name {
    text-align: center;
  }
  .manager-caption {
    padding: 20px 10px;
    border-right: none;
  }
  .footer-lst {
    margin: 0 -20px;
    padding: 0;
    width: auto;
    background: #4d4d4d;
  }
  .footer-lst li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
  }
  .footer-lst li:nth-child(odd) {
    border-right: 1px solid #999;
  }
  .footer-lst a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
  }
  .copyright {
    background: #81124b;
    color: #fff;
    font-size: 10px;
    padding: 0.5em 0;
    line-height: 1.4;
  }
  /* ========================================
        スマホかつRetinaの場合
  ======================================== */
}

@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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min--moz--device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-b.png);
  }
  /* スマホかつRetinaでアイコンを白にする場合 */
  .icon-white .icon:before {
    background-image: url(https://img.shop-pro.jp/tmpl_img/68/icon_24-2x-w.png);
  }
}

@media only screen and (max-width: 768px) {
  .announcement {
    width: 100%;
    margin: 20px auto;
  }
  .announcement img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
  .size_table {
    font-size: 0.9em;
  }
  .is_free__about .logo {
    margin: 2em auto 0;
    width: 20vw;
  }
  .is_free__about .kv {
    background: url(https://img21.shop-pro.jp/PA01410/044/etc/about_19_kv.jpg) 50%/cover;
    height: auto;
    padding: 150px 0 0;
  }
  .is_free__about .kv h1 {
    position: static;
    font-size: 1em;
  }
  .is_free__point .link_wrap a {
    width: calc(100% / 2 - 0.5em);
    margin: 0 0.15em 0.5em;
    padding: 0.75em 0;
  }
  .is_free__gift .flex-between {
    display: block;
    max-width: 100%;
  }
  .is_free__gift .flex-between .img_bg {
    margin: 0 auto;
    width: 70%;
  }
  .is_free__gift .text__calc {
    width: 100%;
  }
  .topicpath-nav {
    margin-bottom: 1em;
  }
  .prd-lst-name {
    font-size: 12px;
    line-height: 1.4;
  }
  .cashless__single {
    margin: 1em 0 1em auto;
    width: 50%;
  }
  .cashless__index {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    width: 20%;
  }
}

/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}

.pc_cta {
  position: fixed;
  bottom: 36px;
  right: 4px;
  width: 260px;
  z-index: 10000;
}

@media only screen and (max-width: 768px) {
  .pc_cta {
    bottom: 10px;
    width: 200px;
  }
}

.pc_cta a {
  display: block;
}

.pc_cta a img {
  display: block;
}

.pc_cta .closebtn {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  top: -2em;
  right: 0;
  font-size: .8em;
  padding: .25em .5em;
  z-index: 10001;
}

.pc_cta .closebtn:hover {
  opacity: .8;
}

.pc_cta.actives {
  display: none;
}

.single-p_bnr {
  display: block;
  width: 200px;
  margin: 0 auto 1em;
}

.single-p_bnr:hover {
  opacity: .8;
}

.sp-head-login {
  margin-right: 1em;
  font-size: .9em;
  position: relative;
  top: -.25em;
}

.sp-head-login i {
  font-size: 2.75em;
  margin-bottom: .05em;
}

.sp-head-ac {
  margin-right: 1em;
  font-size: .9em;
}

.sp-head-ac i {
  margin-bottom: .05em;
}

.sp_cart_icon a:hover, .sp_cart_icon a:focus {
  text-decoration: none !important;
}
