@charset "euc-jp";

body {
  background: #fff url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #000000;
}

a {
  color: #111;
}

a:hover {
  color: #111;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

form {
  margin: 0;
  display: inline;
}

.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

/*
 * Layout
 */
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1300px;
}

.header__section {
  margin-bottom: 2em;
}

.header__logo {
  margin: 1em 0;
  float: left;
}

.header__logo-img {
  margin-top: 0;
}

.header-nav {
  float: right;
  list-style-type: none;
  text-align: right;
  margin: 30px 0 0;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1em;
  font-weight: 600;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #000000;
}
.header-nav__txt:hover {
  color: #000000;
}

.header-nav__btn {
  padding: 10px 15px;
}
.header-nav__btn i {
  left: -4px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: 1px solid #ccc;
}

.global-nav__pulldown-nav {
  display: none;
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
}

.global-nav__unit {
  float: left;
  margin-right: 2em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #000000;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
}

.global-nav__unit__txt {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
  font-weight: 600;
}
.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #000000;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #4e5052;
}

.global-nav-phone {
  text-align: center;
  margin: 0;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

/* pagetop */
.btn-pagetop {
  padding: .9em 0;
  max-width: 50px;
  float: right;
  background: #ddd;
  border: none;
}
.btn-pagetop i {
  position: static;
}

/* guide */
.footer__guide {
  background: #f5f5f5;
  padding: 1em 0;
}

.guide__col {
  padding: 0 30px;
}

.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #808080;
}

.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
}

.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}

/* calender */
.cal__table table {
  max-width: 280px;
  margin: 2em auto;
  font-size: .9em;
}
.cal__table table th, .cal__table table td {
  text-align: center;
}

.cal__memo {
  text-align: center;
  font-size: .9em;
}

/* footer nav */
.footer__nav {
  padding: 40px 0 20px;
   background: #4e5052;
  color: white;
  font-size: 0.8em;
  letter-spacing: .1em;
}
.footer__nav a {
  color: white;
}

.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

/* shop owner */
.shop-owner {
  padding: 0;
  border-right: 1px solid #1a8dbe;
}

.shop-owner__photo {
  float: left;
  max-width: 50%;
}

.shop-owner__info {
  padding: 0 30px;
  overflow: hidden;
}

.shop-owner__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}

.shop-owner__txt {
  line-height: 2;
}

/* copyright */
.footer__copyright {
  border-top: 1px solid #1a8dbe;
  margin-top: 30px;
  padding-top: 20px;
  font-size: .9em;
}
.footer__copyright p, .footer__copyright address {
  color: #1a8dbe;
  margin: 0;
}
.footer__copyright p a, .footer__copyright address a {
  color: #1a8dbe;
}
.footer__copyright .copyright__powered-by {
  float: right;
  color: #fff;
}
.footer__copyright .copyright__powered-by img {
  max-width: 200px;
  vertical-align: middle;
}

/* topicpath */
.topicpath-nav {
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav a {
  text-decoration: none;
  color: #666;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.select--sub-layer {
  max-width: 500px;
  display: block;
  margin: 2em auto;
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
  padding: 0 20px;
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  margin: .6em 0;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.product-list__name {
  color: #666;
}

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

.product-list__price,
.option__price {
  color: #aaa;
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #e66a6a;
}

.product-list__sort {
  text-align: right;
  margin: 2em 0;
}

.product-list__freespace {
  margin: 3em 0;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #4e5052;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}

/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 4em auto;
}
.section__block p {
  line-height: 2;
}

.section__title-h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em 0;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
}

.btn-primary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-primary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-secondary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #4e5052;
}

.carousel-slide .product-list {
  margin: 0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  /* ~980px */
  .col-md-12 {
    padding: 0;
  }

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

  .footer__guide {
    margin: 0;
  }

  .guide__col {
    padding: 0;
  }

  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }

  .product-list {
    margin: 0 -15px;
  }

  .product-list__unit {
    padding: 0;
  }

  .page--privacy .section__block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .col-sm-12 {
    padding: 0;
  }

  .header__logo {
    float: none;
    text-align: center;
  }
  .header__logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .header__postage {
    float: none;
  }

  .global-nav {
    display: none;
    margin-top: 1em;
  }
  .global-nav a {
    padding: .5em;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: center;
  }

  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 2em 0 0;
    border-bottom: 2px solid #ccc;
  }

  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
    display: block;
    padding: .7em;
  }
  .header__pulldown-nav__list a:before {
    content: '- ';
  }

  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.8em;
    margin-bottom: 1em;
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__search-form--phone button {
    border-color: #4e5052;
    background: #4e5052;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #4e5052;
    color: #fff;
  }

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

  .footer-nav__col {
    text-align: center;
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em;
  }

  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* ~480px */
  .col-xs-12 {
    padding: 0;
  }

  .shop-owner__photo {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .shop-owner__info {
    padding: 0;
    overflow: auto;
  }

  .shop-owner__name {
    text-align: center;
  }

  .shop-owner__name,
  .shop-owner__txt {
    margin-top: 2em;
  }

  .btn-pagetop {
    max-width: 100%;
    float: none;
    margin-top: 2em;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
    border: 1px solid #fff;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
}
/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
  background: #f1f1f1;
}

.is_tablet_lt .tab-block--visible {
  display: block;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.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-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.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-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}

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

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

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

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/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/78/icon16_2x_b.png);
  }

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

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

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -312px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@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/78/icon24_2x_b.png);
  }

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


/*===========================================================

    以下、追加分

============================================================*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* html element 62.5% font-size for REM use */
html,
body {
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
  body.is-fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #7b604f;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #636363;
  font-size: 1.3rem;
}

/* clear */
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

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

a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.85;
}

a:hover img {
  opacity: 0.85;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

.product-list__price,
.option__price {
  color: #636363;
  margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
  .pcShow {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .spShow {
    display: none;
  }
}

/*===========================================================

    container

============================================================*/
#wrapper {
  overflow: hidden;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: calc(100vw / 750 * 96);
  }
  #contents {
    padding: 0 calc(100vw / 750 * 40);
  }
}

/*===========================================================

    header

============================================================*/
/*
    header
============================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}
.header ul {
  list-style: none;
}

.header .cart_count {
  color: #ff0000;
}

/*
    headerPc
============================================================*/
.headerPc {
  height: 50px;
  background-color: #ffffff;
  box-shadow: 0px 2px 0px 0px rgba(247, 247, 247, 20);}

@media screen and (max-width: 768px) {
  .headerPc {
    display: none;
  }
}

.headerPc__inner {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .headerPc__inner {
    padding: 0 10px;
  }
}

.headerPc__logo {
  width: 68px;
  margin: 0 auto 0 0;
}

.headerPc__logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__logo {
    width: calc(100vw / 940 * 90);
  }
}

.headerPc__nav {
  margin: 0 35px 0 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__nav {
    margin-right: calc(100vw / 940 * 35);
  }
}

.headerPc__navItem {
  height: 100%;
  font-size: 1.3rem;
  color: #373737;
  position: relative;
  margin-left: 10px;
}

.headerPc__navItem-sub:hover {
  background-color: #fff;
  /*color: #fff;*/
  cursor: pointer;
  -webkit-box-shadow: -4px 10px 10px 0px rgb(0 0 0 / 20%);
  box-shadow: -4px 10px 10px 0px rgb(0 0 0 / 20%);
}

.headerPc__navItem-sub:hover .headerPc__navItemCont {
  visibility: visible;
  opacity: 1;
}

.headerPc__navItem-sub:hover > span {
  /*color: #fff;*/
  opacity: 0.85;
}

.headerPc__navItem > a:hover {
  text-decoration: underline;
}

.headerPc__navItem > a,
.headerPc__navItem > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 15px;
  text-decoration: none;
  color: #373737;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__navItem {
    font-size: calc(100vw / 940 * 14);
  }
  .headerPc__navItem > a,
  .headerPc__navItem > span {
    margin: 0 calc(100vw / 940 * 15);
  }
}

.headerPc__navItemCont {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding-bottom: 15px;
  background-color: #fff;
  margin: 0;
  -webkit-box-shadow: -4px 10px 10px 0px rgb(0 0 0 / 20%);
  box-shadow: -4px 10px 10px 0px rgb(0 0 0 / 20%);
}

.headerPc__navItemCont:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.headerPc__navItemCont > li {
  text-align: center;
}

.headerPc__navItemCont > li > a {
  display: block;
  padding: 5px 0;
  color: #373737;
  text-decoration: none;
}
.headerPc__navItemCont > li > a:hover {
  opacity: 0.85;
  text-decoration: underline;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__navItemCont {
    padding-bottom: calc(100vw / 940 * 15);
  }
}

.headerPc__link {
  margin: 0;
}

.headerPc__linkItem {
  display: inline-block;
  vertical-align: middle;
}

.headerPc__linkItem:not(:last-child) {
  margin-right: 20px;
}

.headerPc__linkItem i {
  font-size: 2rem;
  font-weight: bold;
  color: #909090;
  font-size: 2.7rem;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__linkItem:not(:last-child) {
    margin-right: calc(100vw / 940 * 20);
  }
}

.headerPc__linkItem-account img {
  width: 20px;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__linkItem-account {
    width: calc(100vw / 940 * 20);
  }
}

.headerPc__linkItem-cart img {
  width: 22px;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__linkItem-cart {
    width: calc(100vw / 940 * 23);
  }
}

.headerPc__linkItem-search {
  cursor: pointer;
}
.headerPc__linkItem-search img {
  width: 19px;
}

@media screen and (min-width: 769px) and (max-width: 940px) {
  .headerPc__linkItem-search {
    width: calc(100vw / 940 * 19);
  }
}

/*
    headerSp
============================================================*/
.headerSp {
  height: calc(100vw / 750 * 96);
  background-color: #fff;
  box-shadow: 0px 2px 0px 0px rgba(247, 247, 247, 20);
}

@media screen and (min-width: 769px) {
  .headerSp {
    display: none;
  }
}

.headerSp__inner {
  height: 100%;
  padding: 0 calc(100vw / 750 * 40);
  position: relative;
}

.headerSp__logo {
  width: calc(100vw / 750 * 100);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.headerSp__logo img {
  width: 100%;
  height: auto;
}

.headerSp__search,
.headerSp__account,
.headerSp__cart {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerSp__search {
  left: calc(100vw / 750 * 150);
}

.headerSp__search img {
  width: calc(100vw / 750 * 34);
}

.headerSp__account {
  left: calc(100vw / 750 * 566);
}

.headerSp__account img {
  width: calc(100vw / 750 * 34);
}

.headerSp__cart {
  left: calc(100vw / 750 * 655);
}

.headerSp__cart img {
  width: calc(110vw / 750 * 34);
  backface-visibility: hidden;
}

.headerSp__cart i {
  font-size: 2.5rem;
  color: #a2a2a2;
}

.headerSp__nav {
  margin: 0 calc(100vw / 750 * 70) 0 0;
  padding-bottom: calc(100vw / 750 * 40);
  border-bottom: 1px solid #b8b8b8;
}

.headerSp__navItem {
  font-size: calc(100vw / 750 * 27);
}

.headerSp__navItem > a,
.headerSp__navItem > span {
  display: block;
  padding: calc(100vw / 750 * 20) 0;
}

.headerSp__navItem .js-toggle-btn > span {
  position: relative;
  display: inline-block;
  padding-right: calc(100vw / 750 * 80);
}

.headerSp__navItem .js-toggle-btn > span:before, .headerSp__navItem .js-toggle-btn > span:after {
  content: "";
  display: inline-block;
  background-color: #898989;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.headerSp__navItem .js-toggle-btn > span:before {
  width: calc(100vw / 750 * 20);
  height: 1px;
}

.headerSp__navItem .js-toggle-btn > span:after {
  width: 1px;
  height: calc(100vw / 750 * 20);
  margin-right: calc(100vw / 750 * 10);
}

.headerSp__navItem .js-toggle-btn.is-open > span:after {
  opacity: 0;
}

.headerSp__navItemCont {
  display: none;
  padding-bottom: calc(100vw / 750 * 30);
  margin: 0;
}

.headerSp__navItemCont li {
  font-size: calc(100vw / 750 * 28);
}

.headerSp__navItemCont a {
  display: block;
  padding: calc(100vw / 750 * 10) 0 calc(100vw / 750 * 10) calc(100vw / 750 * 20);
}

.headerSp__link {
  margin: calc(100vw / 750 * 40) 0 0;
}

.headerSp__linkItem {
  padding: calc(100vw / 750 * 20) 0;
  font-size: calc(100vw / 750 * 27);
}

.headerSp__linkItem-insta {
  margin-top: calc(100vw / 750 * 40);
}

.headerSp__linkItem-insta img {
  width: calc(100vw / 750 * 56);
  height: auto;
}

/*
    #menu
============================================================*/
#spMenuBtn {
  position: absolute;
  top: calc(100vw / 750 * 36);
  left: calc(100vw / 750 * 57);
  width: calc(100vw / 750 * 35);
  height: calc(100vw / 750 * 26);
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 10000;
}
#spMenuBtn.is-open {
  left: calc(100vw / 750 * 48);
}

#spMenuBtn > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #646464;
  position: absolute;
  left: 0;
  /*-webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;*/
}

#spMenuBtn > span:nth-child(1) {
  top: 0;
}

#spMenuBtn > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

#spMenuBtn > span:nth-child(3) {
  bottom: 0;
}

#spMenuBtn.is-open > span {
  width: 110%;
  left: -25%;
}

#spMenuBtn.is-open > span:nth-child(1) {
  top: calc(100vw / 750 * 12);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn.is-open > span:nth-child(2) {
  opacity: 0;
}

#spMenuBtn.is-open > span:nth-child(3) {
  bottom: calc(100vw / 750 * 12);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #636363;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

#spMenu a {
  color: #636363;
  text-decoration: none;
}

#spMenu.is-open {
  display: block;
  position: fixed;
}

.spMenu__inner {
  height: 100%;
  overflow: auto;
  padding: 0 0 50px calc(100vw / 750 * 40);
  margin-top: calc(100vw / 750 * 96);
  -webkit-overflow-scrolling: touch;
}

/*
    headerSearch
============================================================*/
.headerSearch {
  position: absolute;
  background-color: #fff;
  display: none;
}

.headerSearch.is-open {
  display: block;
}

@media screen and (min-width: 769px) {
  .headerSearch {
    position: fixed;
    right: 0;
    top: 50px;
    width: 400px;
    padding: 0 20px;
    -webkit-box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 768px) {
  .headerSearch {
    padding: 0 calc(100vw / 750 * 40) calc(100vw / 750 * 25);
    top: calc(100vw / 750 * 96);
    left: 0;
    width: 100%;
  }
}

.headerSearch__form {
  position: relative;
  display: block;
  margin: 0 0 20px;
}

.headerSearch__input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 30px 0 15px;
  width: 100%;
  height: auto;
  font-size:16px;
}

@media screen and (max-width: 768px) {
  .headerSearch__input {
    padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 15);
    font-size:16px;
  }
}

.headerSearch__btn {
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32px;
  right: 0;
}

.headerSearch__btn img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .headerSearch__btn {
    width: 18px;
    height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .headerSearch__btn {
    width: calc(100vw / 750 * 30);
    height: calc(100vw / 750 * 30);
    top: calc(100vw / 750 * 40);
  }
}

/*===========================================================

    footer

============================================================*/
.footer {
  padding-top: 150px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: calc(100vw / 750 * 80);
    padding: calc(100vw / 750 * 90) calc(100vw / 750 * 40) 0;
  }
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .footer__inner {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 30px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: inherit;
    padding: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 30);
  }
}

.footer__copy {
  font-size: 1.3rem;
  margin: 0;
}
.footer__copy img {
  width: 10px;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    padding-top: calc(100vw / 750 * 20);
    font-size: calc(100vw / 750 * 22);
  }
  .footer__copy img {
    width: 2.4vw;
  }
}


.footer__link {
  margin: 0;
}

.footer__linkItem {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 1.3rem;
}

.footer__linkItem a {
  color: #373737;
}

@media screen and (max-width: 768px) {
  .footer__link.spShow {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__linkItem {
    text-align: center;
    font-size: calc(100vw / 750 * 24);
    padding: 0 0 calc(100vw / 750 * 20);
    margin: 0;
  }
  .footer__linkItem:nth-child(1) {
    width: 100%;
  }
  .footer__linkItem:nth-child(2),
  .footer__linkItem:nth-child(3) {
    width: 50%;
  }
  .footer__linkItem:nth-child(2) {
    text-align: right;
    padding-right: 1em;
  }
  .footer__linkItem:nth-child(3) {
    text-align: left;
    padding-left: 1em;
  }
  .footer__linkItem:nth-child(4) {
    width: 100%;
  }
}

.pagetop {
  position: absolute;
  top: 0;
  right: calc(100vw / 750 * 40);
  width: calc(100vw / 750 * 64);
  height: calc(100vw / 750 * 64);
}

.pagetop img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .pagetop {
    display: none;
  }
}



/* 210330 追加 */
.headerPc__linkItem-cart {
	position: relative;
}

.cart_count {
	position: absolute;
	top: 3px;
	right: -2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #e14c11;
	text-indent: -99999px;
}
@media screen and (max-width: 767px) {
	.cart_count {
		top: 2px;
	}
}

.headerSearch {
	z-index: 1000;
}

.headerSearch__input[type=text] {
	cursor: text;
}

.searchOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: default;
}

@media screen and (max-width: 767px) {
	.instaList__text {
		display: none;
	}
}