@charset "euc-jp";

/*
    #navTgl:checked ~ .contents {
        transform: translateX(250px);
    }
*/

/* :::::: toggle button :::::: */
#navTgl {
    display: none;
}

.open,.close {
    cursor: pointer;
    position: fixed;
    top: 38px;
    left: auto;
}

.open {
    z-index: 2;
    width: 48px;
    height: 48px;
    border-radius: 40px;
    margin: 14px 0 0 40px;
    background-color: #2B65FF;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.open::before,
.open::after {
    content: "";
}

/*
.open::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 18%;
    border-bottom: 1px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*/

.open span {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 29%;
    width: 40%;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
.open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 1px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
*/

.open::before {
    transform: translateY(-6px);
}

.open::after {
    transform: translateY(6px);
}

.close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#navTgl:checked + .open {
    background: #2B65FF;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    animation: 1s ease drawermenu;
}
@keyframes drawermenu{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#navTgl:checked + .open span {
    transform: scaleX(0);
}

#navTgl:checked + .open::before,#navTgl:checked + .open::after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 1px solid white;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl:checked + .open::before{
    transform: rotate(45deg);
}

#navTgl:checked ~ .close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .2);
}

/* :::::: drawer menu :::::: */
.menu {
    z-index: 1;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    margin: 0;
    padding: 80px 0 0;
    box-sizing: border-box;
    background: rgba(43, 101, 255, .95);
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu h2,
.menu a {
    color: #fff;
}

.menu ul {
    margin: 0;
    padding: 0;
    height: 100%;
    text-align: center;
    list-style: none;
    text-transform: uppercase;
    position: relative;
}
.menu .logo_menu {
    position: absolute;
    top: 0;
    padding: 10px;
    right: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin-left: 48px;
}
.menu_insta{
    position: absolute;
    bottom: 0;
    right: 0;
}
.menu_insta a{
    padding: 10px !important;
    border: 1px solid #fff;
}
.menu .logo_menu img{
    width: 78%;
}
/*
.menu ul li:nth-child(n+3):nth-last-child(n+4) a {
    line-height: 0.8;
    font-size: 1.4rem;
    margin-left: 20px;
}

.menu ul li:nth-child(n+3):nth-last-child(n+4) a::before {
    content: "";
    height: 1px;
    width: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: -16px;
    background-color: #000;
}
*/

.menu a {
    display: inline-block;
    padding: 16px 0;
    font-size: 3.2rem;
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    text-decoration: inherit;
    transition: background .6s;
    line-height: 1;
}
.mini_nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    margin-top: 32px !important;
}
.mini_nav>li {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}
.mini_nav>li:nth-of-type(even),
.mini_nav>li:last-child {
    border-right: 1px solid #fff;
}
.mini_nav>li:nth-of-type(n+4) {
    border-bottom: 1px solid #fff;
}
.mini_nav>li a{
    font-size: 2rem;
    text-align: center;
}
#navTgl:checked ~ .menu {
    transform: none;
}
.cart_btn {
    position: absolute;
    top: 0;
    margin-right: 40px;
    right: 0;
}
.cart_btn a{
    color:#2B65FF;
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    /* float: right; */
    position: fixed;
    margin-top: 24px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

.recallbanner {
    width: 100%;
    background-color: #000;
    text-align: center;
}
.recallbanner > a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px 0;
    display: block;
}
.recallbanner > a:hover{
    color: #fff;
}
.banner {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
}
.ttl {
    display: inline-block;
    padding: 2px 10px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 4px 10px 4px 0;
}
.ttl_on {
    display: inline-block;
}
.ttl_off {
    display: inline-block;
    font-size: 18px;
}

#slider_restrict {
    margin: 0 auto ;
    display: block ;
    height: 430px ;
    max-width: 980px ;
    width: 100%;
    overflow: hidden ;
}
#base_gmoWrapp,
#gmo_CMSPbar {
  overflow: hidden;
  min-width: 100% !important;
  width: 100% !important;
}
.searchac {
    position: relative;
}
.logofone {
    margin: 0 auto 12px;
    display: block;
    width: 18%;
}
.logoftwo {
    width: 30%;
    margin: 0 auto 24px;
    display: block;
}
.logokana {
    width: 120px;
    margin: 56px auto 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.btnres {
    background-color: rgba(0,0,0,0);
    border: none;
}
.hako{
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.logow {
    position: absolute;
    top: 25%;
    left: 23%;
    z-index: 9;
    width: 50%;
}
.icon-lg-w.icon-search {
  background-position: -312px -24px;
}
i {
    font-size: 14px;
}
i.fab.fa-instagram {
    font-size: 3.2rem;
}
form {
  margin: 0;
}
.socialiconlink{
    display: flex;
    align-items: center;
}
.socialiconlink ul{
  margin: 0;
}
/*
.socialiconlink ul li {
  list-style: none;
  display: inline-block;
  width: 24px;
  margin: 3px 0 0;
}
*/


.row {
  max-width: 980px;
}
textarea,
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"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
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,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  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: none;
    padding: 0 12px 3px;
    display: flex;
    align-items: center;
    background: none;
    
    
/*
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
*/
}

.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;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
  border-radius: 35px;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;
  font-size: 20px;
    line-height: 0.4;
}

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

.btn-03 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #2B65FF;
  font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
  border-radius: 25px;
  line-height: 1.6;
  font-size: 1.8rem;
}

/*
.btn-03:hover,
.btn-03:focus,
.btn-03:active,
.btn-03.active,
.btn-03.disabled,
.btn-03[disabled] {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  color: #4d4d4d;
  *background-color: #e6e6e6;
}
*/

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,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

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

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  color: #005580;
  text-decoration: underline;
}

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

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.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,
.pagination ul > .disabled > a,
.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;
}
#pagetop img {
  width: 24px;
  height: auto;
}


/* ========================================
      PCの場合
======================================== */

html {
    font-size: 10px;
    height: -webkit-fill-available;
    }
    body {
        min-height: 100vh; /* Fallback */
        min-height: calc(var(--vh, 1vh) * 100);
/*
        min-height: 100vh;
  min-height: -webkit-fill-available;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;
font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
}

/*
a:hover {
  color: #5e5e5e;
}
*/

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

.icon:before {
  display: block;
  float: left;
  width: 16px;
  height: 18px;
  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 3px; }
.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 -60px; }
.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 {
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    font-size: 7.2rem;
    line-height: 1;
    margin: 0 auto 64px;
    max-width: 1280px;
    color: #2B65FF;
}
.ttl-h3 {
  display: inline-block;
  border-top: 1px solid #4d4d4d;
    margin: 80px 0 40px;
    padding-top: 40px;
    text-align: center;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 2.4rem;
  width: 100%;
  font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
  font-weight: 600;
}

#container {
  z-index: 101;
}

/* スライダー */

/*
#sliderbutton {
  position: absolute;
  left: 1%;
  z-index: 200;
  display: none;
}
.slider-btn {
  display: block;
  padding: 20px 50px;
  font-size: 20px;
}
*/

/* ヘッダー */
#header-wrapper {
    position: relative;
}
#header {
    width: 100%;
    margin: 0 auto;
    align-items: center;
    z-index: 999;
}
.header_inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 9999;
    position: relative;
    transition: all 0.6s ease 0.5s;
}
.header-headline-nav {
  width: 24%;
  display: flex;
  margin-right: 1%;
  align-items: center;
}
.header-headline-nav .icon:before {
  margin-left: -20px;
}
.header-headline-nav ul {
  display: flex;
  align-items: center;
  margin: 0 0 0 32px;
}
.header-headline-nav li {
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
/*
  .header-headline-nav li a {
    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-global-nav {
    width: 50%;
    display: flex;
    justify-content: center;
}
  .header-global-nav ul {
    margin: 0px;
  }
  .header-global-nav li {
    position: relative;
    display: inline;
    padding: 0 8px;
    vertical-align: top;
  }
  .header-global-nav a,
  .header-global-nav span {
    padding: 0;
    color: #4d4d4d;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    font-family: rift, sans-serif;
    font-weight: 400;
    font-style: normal;
  }
    .header-global-nav ul ul {
      position: absolute;
      top: 30px;
      left: 33px;
      display: none;
      vertical-align: baseline;
      width: 200px;
      border: 1px solid #e8e8e8;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }
      .header-global-nav ul ul li {
        display: block;
        margin: 0;
        padding: 0;
        word-break: break-all;
        *line-height: 1.3;
      }
      .header-global-nav ul ul a {
        border-bottom: 1px solid #e8e8e8;
        background: #fff;
        display: block;
        padding: 10px 10px;
        font-size: 14px;
      }
      .header-global-nav ul ul a:hover {
        background: #f9f9f9;
      }


/* スマホ用ヘッダーメニュー */
.header-nav-phone {
  z-index: 99;
}
.header-nav-lst-phone {
  position: absolute;
  top: 60px;
  left: 50%;
  display: none;
  margin-left: -50%;
  width: 100%;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

.header-nav-lst-phone ul {
  margin: 0;
}
.header-nav-lst-phone li {
  padding: 0;
/*  border-bottom: 1px solid #dbdbdb;*/
  text-align: center;
}
.header-nav-lst-phone li:last-child {
  border-bottom: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    margin: 0px auto;
    width: 50%;
}
.header-nav-lst-phone a {
  display: block;
  padding: 20px 0;
}

.header-nav-lst-phone a:hover {
  background: #f9f9f9;
  text-decoration: none;
}


/* ----- サイドメニュー ----- */
.side-section {
  display: block;
    width: 100%;
}
/*
.side-section ul {
    text-align: center;
}
.side-section li {
    display: inline-block;
    width: 22%;
    margin: 20px 10px;
    vertical-align: top;
    text-align: left;
}
*/
.recentlyspace {
    margin: 0;
    padding: 8px 16px 4px;
    display: block;
    box-sizing: border-box;
}
  .side-section li a {
    color: #4d4d4d;
    text-decoration: none;
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 12px;
  }
  .side-section li a:hover {
    text-decoration: underline;
  }
  .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 {
    height: 16px;
    width: 100%;
    border-radius: 15px;
  }
  .search-btn[type="submit"] {
    position: absolute;
    top: 1px;
    right: -5px;
    padding: 0;
    height: 24px;
  }
  .side-category-name,
  .side-group-name {
    display: block;
    margin-top: 10px;
  }

/* パンくずリスト */
.topicpath-nav {
  font-size: 84.615%;
    max-width: 980px;
    margin: 0 auto 32px;
    padding-top: 140px;
}
  .topicpath-nav ul{
      margin: 0 auto;
    padding: 0 1rem;
  }
  .topicpath-nav li {
    display: inline;
    margin-right: .2em;
  }
  .topicpath-nav li a {
    margin-left: .2em;
    color: #444;
    text-decoration: none;
  }
  .topicpath-nav li a:hover {
    text-decoration: underline;
  }

/* 囲み */
.container-section {
  word-break: break-all;
    max-width: 980px;
    margin: 0 auto;
    float: none;
}

.recommend-block {
    width: 100%;
    margin: 0 auto;
    word-break: break-all;
    padding: 16px;
    box-sizing: border-box;
    background: #fff;
}
/*
ul.unstyled::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
ul.unstyled::-webkit-scrollbar-thumb {
  background: #2B65FF;
  border-radius: 10px;
}
ul.unstyled::-webkit-scrollbar-track {
  background: transparent;
}
ul.unstyled > li {
  flex-shrink: 0;
  width: 300px;
  height: 480px !important;
  margin-right: 50px;
  border-radius: 20px;
  margin: 0 40px 0 0;
  padding: 16px;
    box-sizing: border-box;
    border: 4px solid #2B65FF;
}
*/
ul.unstyled {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.prd-lst-unit {
    margin: 0;
    padding: 0;
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: auto !important;
}
.eyecatch-block,
.info-block,
.bestseller-block,
.free_space_block {
  margin: 30px 0 0;
  word-break: break-all;
}

.info-block {
  line-height: 1.5;
}

.news {
  padding: 4px 0;
}

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

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

/* 商品リスト */
/* 商品リスト */
.prd-lst-sort {
  margin: 0 0 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.prd-lst-sort a{
    font-size: 1.8rem;
    font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
    font-weight: 600;
    padding: 0 32px 8px;
    border-bottom: 2px solid #4d4d4d;
    margin: 0 4px;
    display: block;
    width: 90px;
}
.prd-lst-sort strong{
    font-size: 1.8rem;
    font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
    font-weight: 600;
    color: #2B65FF;
    padding: 0 32px 8px;
    border-bottom: 2px solid #2B65FF;
    margin: 0 4px;
    display: block;
    width: 90px;
}
.prd-lst-img {
  background: #fff;
}
  .prd-lst-img:hover {
    opacity: 0.8;
  }

.prd-lst-span {
  display: block;
}
.prd-lst-name {
  margin:0;
  padding: 16px;
}
.prd-lst-name > a{
font-weight: 700;
    font-size: 1.6rem;
}
.prd-lst-exp {
  font-size: 13px;
}
.prd-lst-regular {
  font-size: 13px;
  text-decoration: line-through;
}
.prd-lst-price {
  color: #4d4d4d;
  font-size: 1.4rem;
 font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
font-style: normal;
  padding: 0 16px 48px;
}
.prd-lst-discount {
  color: #e00;
}

.prd-lst-soldout {
        padding: 0px 16px 48px;
  color: #e00;
 font-family: a-otf-gothic-bbb-pr6n,sans-serif;
font-weight: 400;
  font-style: normal;
}

.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: 26px;
      font-size: 1.4rem;
  }
  .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 .5em;
      font-size: 1.4rem;
  }
  .prd-lst-pager li a {
    border: 0px;
    background-color: #fff;
    color: #2B65FF;
    text-decoration: none;
      font-size: 1.4rem;
  }
  .prd-lst-pager li a:hover {
    border: 0px;
    background-color: #fff;
  }
  .prd-lst-pager li span {
    border: 0px;
    background-color: #fff;
    color: #4d4d4d;
  }

/* 商品のページャー タブレット スマホ */
.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: 49px;
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 200;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#pagetop a {
  padding-right: 10px;
}
.notice-wrapper {
  margin-top: 100px;
  padding: 40px 0;
  border-top: 1px solid #e8e8e8;
  background: #f9f9f9;
}
.wookmark-wrapper {
  position: relative;
}
.wookmark-item {
  padding-bottom: 20px;
  width: 24.5%;
  *width: 20.5%;
  *padding-right: 2% !important;
  *padding-left: 2% !important;
}
.footersty {
  width: 80%;
    margin: 0 auto;
}
.main_contents_bnr{
    width: 100%;
    margin: 80px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    justify-content: center;
    box-sizing: border-box;
    padding: 16px;
}
.bnr_right, .bnr_left {
    margin: 0 10px;
}
.bnr_left h2{
    font-size: 5.6rem;
    margin: 0;
    line-height: 1;
}
.bnr_left p{
    font-size: 2rem;
    font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
    font-weight: 600;
    margin: 0;
}
.bnr_right a{
    width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0px 64px 0 32px;
    background-color: #2B65FF;
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    color: #fff;
}
.bnr_right a::before{
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 10px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #2B65FF;
    z-index: 9;
}
.bnr_right a::after{
    content: "";
    position: absolute;
    top: 32px;
    right: 30px;
    width: 10px;
    height: 1px;
    transform: rotate(-45deg);
    background-color: #2B65FF;
    z-index: 9;
}
.bnr_right h1{
    font-size: 4.2rem;
    margin: 0;
    text-align: center;
}

.bnr_right h1::after{
    content: "";
    position: absolute;
    top: 18px;
    right: 25px;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: #fff;
}
.footer_mainmenu ul{
    display: flex;
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    justify-content: center;
    color: #fff
}
.footer_mainmenu ul li a{
    display: inline-block;
    margin: 48px 16px 32px;
    font-size: 2.4rem;
    font-family: antique-olive-condensed, sans-serif;
    font-weight: 700;
    text-decoration: inherit;
    transition: background .6s;
    line-height: 1;
    color: #fff
}
.footer_mini_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 400;
    text-align: left;
    list-style: none;
    position: relative;
    margin: 0
}
.footer_mini_nav li{
    font-size: 1.2rem;
    line-height: 1;
}
.footer_mini_nav li a{
    position: relative;
    padding: 0 24px;
    margin: 0;
    color: #fff;
}
.footer_mini_nav li a::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
}
.footer_insta {
    text-align: center;
}
.footer_insta a i.fab.fa-instagram{
    color: #fff;
    font-size: 1.8rem;
    padding: 40px 0 16px;
}
.footer_sub_nav {
    margin: 0;
    display: flex;
    justify-content: center;
}
.footerli {
    padding: 0 10px;
    display: inline-block;
}
.footerli:last-child {
    border-right: 0px;
}
.footerli a {
    color: #fff;
    font-size: 12px;
}

/* フッター背景 */
.footer-wrapper {
  padding: 40px 0;
  background: #000;
}
.footer_banner {
color: #fff;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #fff;
}
.footer-lst {
  padding: 30px 0 0 40px;
}
  .footer-lst li {
    margin: 20px 0;
  }
  .footer-lst a {
    color: #4d4d4d;
  }

/* ショップ紹介 */
.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: .3em 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

/* copyright */
.copyright {
  clear: both;
  margin: 10px 0 0;
  color: #a1a19f;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}
.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;
  border-bottom: 1px solid #eee;
  line-height: 2;
}
  .def-lst-dd img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/* 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);
    }
}

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

/* ========================================
      タブレットの場合
======================================== */
@media only screen and (max-width: 980px) {
    

  /* ========================================
        タブレットかつ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_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) {
.pc {
    display: none;
}
.sp {
    display: block;
}
    .bnr .bnr__img__inner a {
    display: block;
        text-align: center;
    }
    .bnr__img__inner {
    width: 100%;
        max-width: 360px;
    }
    .bnr .bnr__img__inner a span {
    padding: 12px 0 0;
    display: block;
    }
    .bnr .bnr__img__inner a::after {
    top: 45px;
    right: 36px;
    }
    .bnr .bnr__img__inner a p{
        line-height: 1.2;
        padding-bottom: 6px;
        margin-left: -40px;
    }
    .bnr .bnr__img__inner a p::before {
        
    top: 19px;
    right: 41px;
    }
    .bnr .bnr__img__inner a p::after {
        
    top: 26px;
    right: 41px;
    }
    .bnr_left h2 {
        font-size: 4rem;
    }
    .bnr_left{
        text-align: center;
    }
    .bnr_left p {
        font-size: 1.4rem;
        margin-bottom: 24px;
    }
    .bnr_left a{
    max-width: 480px;
    margin: 0 auto;
    }
    .bnr_right{
        margin: 0;
    }
    .bnr_right h1 {
        font-size: 3.6rem;
    }
    .bnr_right h1::after {
        top: 15px;
    }
    .bnr_right a {
        max-width: 500px;
        margin: 0 auto
    }
    .bnr_right a::before {
        top: 22px;
    }
    .bnr_right a::after {
        top: 29px;
    }
    .ttl-h2 {
        font-size: 4.8rem;
    }
    .recommend-block {
        padding: 0;
    }
    .recommend-block h2{
        padding-left: 16px;
    }
    .footersty {
        width: 100%;
    }
    .footer-wrapper {
        padding: 24px 0 40px;
    }
    .footer_mainmenu {
        text-align: center;
    }
    .footer_mainmenu ul {
        display: block;
        margin-bottom: 32px;
    }
    .footer_mainmenu ul li a{
        margin: 32px 0 0;
    }
    .footer_mini_nav {
        width: 80%;
        justify-content: flex-start;
        margin: 0 auto;
    }
    .footer_mini_nav li {
        width: 50%;
        margin: 16px 0 0;
        padding-left: 8px;
        box-sizing: border-box;
    }
    .footer_insta a i.fab.fa-instagram {
        padding: 24px 0;
    }
    .logoftwo {
        width: 50%;
    }
    .footer_sub_nav {
        margin: 0;
        display: block;
        text-align: center;
    }
    .footerli {
        padding: 0;
        width: 100%;
    }
    .footerli a {
        font-size: 1rem;
    }
    .menu {
        width: 320px;
    }
    .open {
        width: 45px;
        height: 45px;
        margin-left: 20px;
    }
    .menu .logo_menu {
        margin-left: 46px;
    }
    .cart_btn a{
      margin-top: 30px;
    }
    .cart_btn {
        right: 16px;
    }
    .menu_insta {
      bottom: -40px;
    }
    .topicpath-nav {
        margin: 0 auto 16px;
    }
    .container-section {
        padding: 0
    }
    .prd-lst-sort a,.prd-lst-sort strong {
        font-size: 1.6rem;
        padding: 0 0 8px;
    }
    .prd-lst-sort {
        margin: 0 0 32px;
    }
    .itemlist_arrow {
        display: flex;
        justify-content: space-between;
    }
    .prd-lst-pager-phone li {
        display: block;
    }
    .btn-03.disabled {
        border: 1px solid #fff;
        background-color: #fff;
    }
    .prd-lst-pos {
        font-family: a-otf-midashi-go-mb31-pr6n,sans-serif;
        font-weight: 600;
    }
    .ttl-h3 {
        display: block;
        font-size: 1.8rem;
        width: 95%;
        margin: 80px auto 40px;
    }
    .side-section {
        padding: 0;
    }
  /* ========================================
        スマホかつ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_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: 480px){
    .prd-lst-unit {
        width: 50%;
    }
}
/* IE用 */
.ie_wrapper .container {
  width: 1170px;
}
