@charset "euc-jp";
@-ms-viewport
{
    width: auto;
    initial-scale: 1;
}

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

a {
  color: #29abe2;
}

a:hover {
  color: #29abe2;
  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: #111;
}
.header-nav__txt:hover {
  color: #111;
}

.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: #111;
}
.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: #111;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #29abe2;
}

.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: #29abe2;
  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;
}

.product-list__name {
  font-weight: bold;
  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: #29abe2;
  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: #29abe2;
  border: 1px solid #29abe2;
  color: #fff;
}
.btn-primary:hover {
  background: #29abe2;
  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: #29abe2;
}

.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: #29abe2;
    background: #29abe2;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #29abe2;
    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);
  }
}



/*
    &#196;&#201;&#178;&#195;&#202;&#172;
============================================================*/
*,
*: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%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", &#222;&#226;\´\&#183;\&#195;\&#175;&#194;&#206;, "Yu Gothic", YuGothic, "\&#210;\&#233;\&#174;\&#206;&#179;&#209;\´ Pro", "Hiragino Kaku Gothic Pro", \&#225;\&#164;\&#234;\&#170;, Meiryo, sans-serif;
  color: #726d6f;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.font_en {
  font-family: 'Playfair Display', serif;
}

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

a {
  color: #726d6f;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #726d6f;
  opacity: 0.8;
}

a:focus {
  outline: 0;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
}

dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

.pcShow {
  display: block;
}

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

.spShow {
  display: none;
}

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


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

    container

============================================================*/
#wrapper {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  #wrapper {
    min-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 60px;
  }
}

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

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

    header

============================================================*/
/*
    #header
============================================================*/
/*
    gnav
============================================================*/
/*
    headerPc
============================================================*/
@media screen and (max-width: 768px) {
  .headerPc {
    display: none;
  }
}

.bnrarea{
  width: 1000px;
  margin: 3em auto 0;
}
.bnrarea.is-pc{
  display: block;
}
.bnrarea.is-sp{
  display: none;
}

/*
    headerPc01
============================================================*/
.headerPc01__inner {
  max-width: 1000px;
  height: 145px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}

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

.headerPc01__left {
    width: 592px;
    height: 62px;
    float: left;
    margin-top: 43px;
    position: relative;
    display: flex;
  }

.headerPc01__nav {
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerPc01__navItem {
  width: 124px;
  height: 100%;
  padding: 0;
  border-right: 1px solid #bfbfbf;
  position: relative;
}

.headerPc01__navItem.is_megamenu{
  padding: 0 16px 0 0;
}

.headerPc01__navItem.is_megamenu::after{
  content: "";
  width: 12px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(https://file003.shop-pro.jp/PA01449/279/images/arrow_nav.png);
}

.headerPc01__navItemText{
  width: 123px;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.headerPc01__navItemText > a{
  text-decoration: none;
}

.headerPc01__navItem.is_megamenu .headerPc01__navItemText{
  width: 96px;
}

.headerPc01__navItemEn,
.headerPc01__navItemJa {
  display: block;
  position: relative;
  text-align: center;
}

.headerPc01__navItemEn {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #d68ea6;
  font-family: 'Playfair Display', serif;
}

.headerPc01__navItemJa {
  font-size: 1.1rem;
  line-height: 1.81;
  color: #aaa7a8;
  font-family: 'Noto Serif JP', serif;
}

.headerPc01__logo {
  margin: 0;
  padding-right: 30px;
  border-right: 1px solid #bfbfbf;
  max-width: calc(68px + 31px);
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  */
}

.headerPc01__logo a{
    width: 100%;
    display: block;
}

.headerPc01__logo img{
    width: 100%;
}

.headerPc01__right {
  width: 354px;
  /*float: right;*/
  margin-top: 43px;
  position: relative;
}

.headerPc01__search {
  position: absolute;
  top: -6px;
  right: 0;
  width: 190px;
}

.headerPc01__search form {
  margin: 0;
}

.headerPc01__searchInput {
  border-radius: 0;
  height: auto;
  border: none;
  border-bottom: 1px solid #b8b6b7;
  padding: 5px 22px 5px 5px;
  outline: none;
  outline: none;
  width: 190px;
}

.headerPc01__searchBtn {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 17px;
  position: absolute;
  top: 0;
  right: 0;
}

.headerPc01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.headerPc01__link a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.headerPc01__linkItem {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.headerPc01__linkItem:nth-child(2) {
  margin-right: 204px;
}

.headerPc01__linkItem.is_cart img {
  max-width: 20px;
}

.headerPc01__navItemText {
  cursor: pointer;
}

.headerPc01__navItem,
.headerPc01__navItem.is_megamenu {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.headerPc01__navItem.is_megamenu:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

.headerPc01__navItem:hover:before,
.headerPc01__navItem.is_megamenu:hover:before {
  content: "";
  display: block;
  width: 123px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
}

.headerPc01__navItem.is_megamenu:hover:before{
  height: 102px;
}

.headerPc01__navItem.is_megamenu:nth-child(1):hover:before {
  background-color: #f6e7eb;
}

.headerPc01__navItem.is_megamenu:nth-child(1) .megamenu {
  background-color: #f6e7eb;
}

.headerPc01__navItem.is_megamenu:nth-child(2):hover:before {
  background-color: #efe2f0;
}

.headerPc01__navItem.is_megamenu:nth-child(2) .megamenu {
  left: -124px;
  background-color: #efe2f0;
}

.headerPc01__navItem:nth-child(3):hover:before {
  background-color: #e5e9f4;
}

.headerPc01__navItem:nth-child(4):hover:before {
  background-color: #e5f0f6;
}

.headerPc01__navItem.is_megamenu:nth-child(4) .megamenu {
  left: -372px;
  background-color: #e5f0f6;
}


.megamenu {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  width: 1000px;
  position: absolute;
  top: 102px;
  left: 0;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  z-index: 999;
}

.megamenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px 30px;
}

.megamenu__block {
  text-align: left;
}

.megamenu__block:nth-of-type(1) {
  width: 205px;
}

.megamenu__block:nth-of-type(2) {
  width: 340px;
}

.megamenu__blockTitle {
  font-size: 1.6rem;
  color: #d68ea6;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

.megamenu__blockCont {
  padding: 15px 10px;
}

.megamenu__blockCont li {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
}

.megamenu__blockCont a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.megamenu__listEn {
  display: inline-block;
  padding-left: 8px;
  font-size: 1.4rem;
  color: #9b9b9b;
  font-family: 'Playfair Display', serif;
}

.megamenu__listNote {
  display: block;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #9b9b9b;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.megamenu__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.megamenu__pickup li span {
  display: block;
  text-align: center;
  padding-top: 10px;
}

.megamenu__pickup li:nth-child(n + 2) {
  margin-left: 20px;
}

/*
    headerPc02
============================================================*/
.headerPc02 {
  width: 100vw;
  height: 100px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}

.headerPc02__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58px;
  margin: 0;
}

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

.headerPc02 .header__logo__sns {
  display: flex;
  width: 80px;
  justify-content: space-between;
  position: absolute;
  top: calc(50% - 12px);
  right: 140px;
}

.headerPc__menu {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  width: 100px;
  height: 100px;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
}

.headerPc__menu:hover {
  opacity: 0.8;
}

.headerPc__menu.is-open .headerPc__menuText:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.headerPc__menu.is-open .headerPc__menuText:after {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.headerPc__menu.is-open .headerPc__menuText span:nth-child(1) {
  display: none;
}

.headerPc__menu.is-open .headerPc__menuText span:nth-child(2) {
  display: block;
}

.headerPc__menuText {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 54px;
  position: relative;
  background-color: #d68ea6;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  text-align: center;
}

.headerPc__menuText:before, .headerPc__menuText:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 30px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.headerPc__menuText:before {
  top: 33px;
}

.headerPc__menuText:after {
  top: 46px;
}

.headerPc__menuText span:nth-child(1) {
  display: block;
}

.headerPc__menuText span:nth-child(2) {
  display: none;
}

.headerPc02__nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  padding: 90px 0 95px;
  height: 100%;
  overflow: auto;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.headerPc02__nav li {
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}

.headerPc02__nav li a {
  display: inline-block;
  padding: 14px 0;
  position: relative;
}

.headerPc02__nav.is-open {
  opacity: 1;
  visibility: visible;
}

.headerPc02__navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 95px;
}

.headerPc02__navBlock > li:last-child{
  border-bottom: 1px solid #726d6f;
}

.headerPc02__navBlock > li > span > a {
  padding: 0;
}

.headerPc02__navBlock:nth-of-type(1), .headerPc02__navBlock:nth-of-type(2) {
  width: 200px;
}

.headerPc02__navBlock:nth-of-type(3) {
  width: 230px;
  height: 418px;
  border-top: 1px solid #726d6f;
  border-bottom: 1px solid #726d6f;
}

.headerPc02__navBlock:nth-of-type(3) li {
  padding-left: 10px;
}

.headerPc02__navBlock:nth-of-type(2), .headerPc02__navBlock:nth-of-type(3) {
  margin-top: 52px;
}

.headerPc02__navBlock > li > a {
  font-weight: 600;
}

.headerPc02__navBlock > li > span {
  display: block;
  padding: 14px 0;
  border-top: 1px solid #726d6f;
  font-weight: 600;
}

.headerPc02__navBlock dt {
  border-top: 1px solid #726d6f;
  border-bottom: 1px solid #726d6f;
  font-weight: 600;
  padding: 14px 0 14px 1em;
}

.headerPc02__navBlock dd li {
  padding-left: 2em;
}

.headerPc__menuText.close {
  display: none;
}

.headerPc01__link {
  flex-wrap: nowrap;
}

.headerPc01__nav .headerPc01__navItem:first-child {
  border-left: 1px solid #bfbfbf;
}

.headerPc01__nav .headerPc01__navItem:last-child {
  border-right: 1px solid #bfbfbf;
}

.headerPc01__navItem a:hover {
  text-decoration: none;
  opacity: 1;
}

.headerPc01__navItem:hover,
.headerPc01__navItem:hover,
.headerPc01__navItem a:hover .headerPc01__navItemText,
.headerPc01__navItem:nth-child(4):hover::before {
  background-color: #8aa8ca;
}

.headerPc01__navItem:hover .headerPc01__navItemEn,
.headerPc01__navItem a:hover .headerPc01__navItemEn,
.headerPc01__navItem:hover .headerPc01__navItemJa,
.headerPc01__navItem a:hover .headerPc01__navItemJa {
  color: #fff;
}

.headerPc01__navItemEn {
  margin-top: 0;
  line-height: 1.3;
}

.va_top {
  margin-top: 6px;
}

/*
    headerSp
============================================================*/
.headerSp {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9998;
}

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

.headerSp__inner {
  height: 100%;
  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;
}

.headerSp__menu {
  border: none;
  outline: none;
  background-color: transparent;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  position: relative;
  z-index: 10000;
}

.headerSp__menu span {
  width: 25px;
  height: 2px;
  background-color: #d68ea6;
  display: block;
  position: absolute;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  left: 18px;
}

.headerSp__menu span:nth-child(1) {
  top: 20px;
}

.headerSp__menu span:nth-child(2) {
  top: 28px;
}

.headerSp__menu span:nth-child(3) {
  top: 36px;
}

.headerSp__menu.is-open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

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

.headerSp__menu.is-open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.headerSp__logo {
  width: 42px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.headerSp__link {
  margin-right: 18px;
}

.headerSp__linkItem {
  display: inline-block;
  margin-left: 12px;
}

.headerSp__linkItem img {
  zoom: 0.5;
}

.headerSp__search {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background-color: #fff;
  z-index: 10001;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.headerSp__search.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.headerSp__searchInner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerSp__searchClose {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  position: relative;
}

.headerSp__searchClose:before, .headerSp__searchClose:after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background-color: #808080;
  position: absolute;
  left: -2px;
}

.headerSp__searchClose:before {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.headerSp__searchClose:after {
  -webkit-transform: translateY(-12px) rotate(45deg);
  -ms-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.headerSp__searchForm {
  margin: 0 46px 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
}

.headerSp__searchForm form {
  margin: 0;
}

.headerSp__searchInput {
  border: none;
  outline: none;
  border-radius: 0;
  width: 100%;
  border-bottom: 1px solid #726d6f;
  padding: 0 0 5px 8px;
  height: auto;
}

.headerSp__searchBtn {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 20px;
  position: absolute;
  top: 2px;
  right: -26px;
}

.gnavSp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.gnavSp.is-open {
  opacity: 1;
  visibility: visible;
}

.gnavSp__inner {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 0 75px;
}

.gnavSp__menu {
  margin: 0 20px;
}

.gnavSp__menuItem,
.gnavSp__menuItem-list{
  border-bottom: 1px solid #726d6f;
  font-family: 'Noto Serif JP', serif;
}

.gnavSp__menuItem a,
.gnavSp__menuItem span,
.gnavSp__menuItem-list a{
  display: block;
  padding: 15px 10px;
  font-size: 1.6rem;
}

.gnavSp__menuItem span {
  position: relative;
}

.gnavSp__menuItem span:before, .gnavSp__menuItem span:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 1px;
  background-color: #726d6f;
  position: absolute;
  right: 20px;
  top: 50%;
}

.gnavSp__menuItem span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gnavSp__menuItem span.is-open:after {
  opacity: 0;
}

.gnavSp__menu .gnavSp__menuItem-list{
  padding: 0;
  background-color: transparent;
}

.gnavSp__menuItem > ul > li > a,
.gnavSp__menuItem > ul > li > span {
  padding-left: 25px;
  background-color: #fdf9fa;
}

.gnavSp__menuItem > ul > li > ul > li > a,
.gnavSp__menuItem-list {
  padding-left: calc(25px + 1em);
  background-color: #f9eef1;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 6px auto;
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/arrow01.png);
}

.gnavSp__link {
  margin: 75px 20px;
  border-top: 1px solid #726d6f;
}

.gnavSp__linkItem {
  border-bottom: 1px solid #726d6f;
  font-family: 'Noto Serif JP', serif;
}

.gnavSp__linkItem > a {
  display: block;
  padding: 15px 10px;
  font-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 6px auto;
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/arrow01.png);
}

.gnavSp__sns{
  margin: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gnavSp__sns li:not(:first-child){
  margin-left: 8.2666667vw;
}

.gnavSp__sns li:nth-child(1){width: 5.4666667vw;}
.gnavSp__sns li:nth-child(2){width: 8.5333333vw;}

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

    footer

============================================================*/
.footer {
  padding-top: 44px;
}

.footer__inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    max-width: inherit;
    display: block;
  }
}

.footer__logo {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 82px;
    margin: 0 auto 20px;
  }
}

.footer__info {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .footer__info {
    margin: 0;
  }
}

.footerInfo {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.85;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footerInfo {
    font-size: 1.3rem;
    text-align: center;
  }
  .footerInfo p {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
}

.footerBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footerBtns {
    margin: 20px 0;
  }
}

.footerBtns__item {
  margin-right: 25px;
}

.footerBtns__item.is_btn {
  margin-right: 30px;
}

.footerBtns__item.is_btn a {
  display: block;
  width: 155px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #a0a0a0;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
}

.footerBtns__item.is_btn a:hover {
  text-decoration: none;
  background-color: #a0a0a0;
  color: #fff;
}

.footerBtns__item.is_cart img {
  max-width: 20px;
}

@media screen and (max-width: 768px) {
  .footerBtns__item:not(.is_btn) {
    display: none;
  }
  .footerBtns__item.is_btn {
    text-align: center;
    margin: 0 auto;
  }
  .footerBtns__item.is_btn a {
    width: 276px;
    height: 38px;
    line-height: 38px;
    font-size: 1.5rem;
  }
}

.footer__nav {
  padding: 0;
  background: transparent;
  color: #726d6f;
  font-size: 1.3rem;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.footerNav {
  padding: 0 40px;
  border-left: 1px solid #c9c9c9;
}

.footerNav__item {
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
}

.footerNav__item a {
  color: #726d6f;
}

.footer__bottom {
  width: 100%;
  height: 46px;
  position: relative;
  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;
  margin-top: 40px;
}

.footer__bottom:before {
  content: "";
  display: block;
  width: 100vw;
  height: 46px;
  background-color: #f8f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .footer__bottom {
    height: auto;
    display: block;
    text-align: center;
  }
  .footer__bottom:before {
    content: none;
  }
}

.footerCompany {
  font-size: 1.6rem;
}

.footerCompany img {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .footerCompany {
    font-size: 1.0rem;
    margin: 45px 0 50px;
  }
  .footerCompany img {
    max-width: 54px;
    margin-left: 5px;
  }
}

.footerCopyright {
  margin: 0;
  font-size: 1.3rem;
  font-family: 'Playfair Display', serif;
}

@media screen and (max-width: 768px) {
  .footerCopyright {
    padding-bottom: 10px;
  }
}



#pagetop {
  position: absolute;
  right: 0;
  top: 45px;
}

#pagetop a {
  padding-top: 16px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 17px auto;
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/arrow_pagetop.png);
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
}

#pagetop a:hover {
  text-decoration: none;
}

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


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

    toggle

============================================================*/
.js-toggle-cont {
  display: none;
}


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

    slider

============================================================*/
.itemSlider {
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.itemSlider.slick-initialized {
  opacity: 1;
}

.itemSlider .slick-arrow {
  opacity: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/slider_arrow.png);
  width: 18px;
  height: 35px;
  text-indent: -9999px;
  z-index: 100;
}

.itemSlider .slick-arrow.is-show {
  opacity: 1;
}

.itemSlider .slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.itemSlider .slick-next {
  right: 0;
}

@media screen and (max-width: 768px) {
  .itemSlider {
    margin: 0 calc(100vw / 750 * 70) 30px;
  }
  .itemSlider .slick-arrow {
    width: 10px;
    height: 20px;
  }
  .itemSlider .slick-prev {
    left: calc(-1 * 100vw / 750 * 40);
  }
  .itemSlider .slick-next {
    right: calc(-1 * 100vw / 750 * 40);
  }
}

.itemSlider__item {
  margin: 0 calc(100vw / 1400 * 13);
}

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

.itemSliderCont {
  padding: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .itemSliderCont {
    padding: 10px 0 0;
  }
}

.itemSliderCont__title {
  font-size: 2.0rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .itemSliderCont__title {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}

.itemSliderCont__text {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 768px) {
  .itemSliderCont__text {
    margin-top: 5px;
  }
}


.itemSliderCont__iconFree {
  display: block;
  margin-top: 15px;
  width: 80px;
  height: 25px;
  line-height: 25px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  background-color: #e5bcc9;
}
@media screen and (max-width: 768px) {
  .itemSliderCont__iconFree {
    width: 65px;
    height: 18px;
    line-height: 18px;
  }
}


/*
    sec
============================================================*/
.sec.is-history {
  padding: 100px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .sec.is-history {
    padding: 50px 0;
  }
}


/*
    secTitle
============================================================*/
.secTitle {
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .secTitle {
    margin: 0 0 20px;
  }
}

.secTitle__en,
.secTitle__ja {
  display: block;
}

.secTitle__en {
  font-size: 1.4rem;
  font-family: 'Playfair Display', serif;
  color: #d68ea6;
}

@media screen and (max-width: 768px) {
  .secTitle__en {
    font-size: 1.0rem;
  }
}

.secTitle__ja {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .secTitle__ja {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
}

.secLead {
  font-size: 2.4rem;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin: 0 0 70px;
}

.secLead span {
  display: inline-block;
  padding: 0 60px;
  position: relative;
}

.secLead span:before, .secLead span:after {
  content: "";
  display: inline-block;
  width: 37px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.secLead span:before {
  left: 0;
}

.secLead span:after {
  right: 0;
}

@media screen and (max-width: 768px) {
  .secLead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .secLead span {
    padding: 0 40px;
  }
  .secLead span:before, .secLead span:after {
    width: 29px;
  }
}


/*
    secBnr
============================================================*/
.secBnr {
  text-align: center;
}



/*
    breadcrumbs
============================================================*/
.breadcrumbs li {
  display: inline-block;
  color: #aaa7a8;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', serif;
}
.breadcrumbs li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 1em;
}
.breadcrumbs li a {
  color: #aaa7a8;
}



/*
    other
============================================================*/
.product-list__text {
  text-align: left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 22px;
  height: 110px;
  margin-top: -55px;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/slider_arrow_prev.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  background-image: url(https://file003.shop-pro.jp/PA01449/279/images/slider_arrow_next.png);
}



















@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.headerPc01__navItemEn,
.secTitle__en,
.sec01__boxLead,
.sec02__boxLead,
.sec03__boxLead,
.sec04__boxTitle,
.sec04__boxLead,
.featureList__titleEn,
.secWrapping__contTitleEn,
.secDailyBottom__contTitleEn,
#pagetop a,
.footerBtns__item.is_btn a,
.footerCopyright,
/* LP */
#lp_giftbox>.titlebox .sub,
#lp_giftbox .sub.ff-pd {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.headerPc01__navItemJa,
.secTitle__ja,
.itemSliderCont__title,
.footerInfo,
.footerNav__item,
.gnavSp__menuItem,
.gnavSp__menuItem-list,
.megamenu__blockTitle,
.megamenu__blockCont li,
.headerPc02__nav li,
.ecoInfo__imgCaption,
.featureList__titleJa,
.secWrapping__contTitle,
.ecoInfo__contTitle,
.secLead,
.sec01__boxTitle,
.sec02__boxTitle,
.sec03__boxTitle,
.sec03Detail__contTitle,
.sec04__boxCont li .name,
.secDailyBottom__contTitle,
.gnavSp__link .gnavSp__linkItem,
/* パンくずリスト */
.breadcrumbs li,
/* 商品一覧 */
.section__title-h2,
.product-list__name,
/* 絞り込み */
.product-list__sort,
/* 商品詳細 */
.detail__inner,
.orderBtn,
#wrapper .series h2.title,
#wrapper .series .series_cont li .name,
#wrapper .series .series_cont li .btn a,
/* LP */
.section__block #lp_giftbox {
  font-family: "Noto Sans JP";
}

#lp_giftbox>.titlebox .sub,
#lp_giftbox .sub.ff-pd {
  font-style: inherit;
}

body,
a {
  color: #949698;
}

.headerPc01__navItemEn,
.secTitle__ja,
.itemSliderCont__title,
.sec01__boxTitle,
.sec02__boxTitle,
.sec03__boxTitle,
.sec04__boxTitle,
.featureList__titleJa,
.sec03Detail__contTitle,
.ecoInfo__contTitle {
  color: #1c1e20;
}

.sec04__box .sec04__boxTitle {
  font-weight: 300;
}

.footerNav {
  border-left: 1px solid #e1e1e1;
}

.sec03Detail,
.secPremium {
  background-color: #f5f5f5;
}

.headerSp__menu span {
  background-color: #1C1E20;
}

/* .headerPc01__navItemEn, */
.secTitle__en,
.sec01__boxLead,
.sec02__boxLead,
.sec03__boxLead,
.sec04__boxLead,
.featureList__titleEn,
.secWrapping__contTitleEn,
.megamenu__blockTitle {
  color: #8aa8ca;
}

.itemSliderCont__iconFree,
.secWrapping__contBtn a,
/* 商品一覧 */
.pagenation__unit a.pagenation__unit__next,
/* 商品詳細 */
.series .series_cont li .btn a {
  background-color: #8aa8ca !important;
}

.headerPc01__navItem.is_megamenu:nth-child(1):hover:before,
.headerPc01__navItem.is_megamenu:nth-child(2):hover:before,
.headerPc01__navItem.is_megamenu:nth-child(4):hover:before {
  background: none;
}

.headerPc01__navItem.is_megamenu:nth-child(1) .megamenu,
.headerPc01__navItem.is_megamenu:nth-child(2) .megamenu,
.headerPc01__navItem.is_megamenu:nth-child(4) .megamenu {
  background: none;
}

.headerPc01__navItem.is_megamenu:nth-child(1) .megamenu__inner,
.headerPc01__navItem.is_megamenu:nth-child(2) .megamenu__inner,
.headerPc01__navItem.is_megamenu:nth-child(4) .megamenu__inner {
  background-color: #f5f5f5;
}

.headerPc01__navItem.is_megamenu:nth-child(1) .megamenu {
  left: -80px;
}

.headerPc01__navItem.is_megamenu:nth-child(2) .megamenu {
  left: -204px;
}

.headerPc01__navItem.is_megamenu:nth-child(4) .megamenu {
  left: -452px;
}

.megamenu {
  width: 800px;
  top: 62px;
  transition: all 0s ease-in;
  padding-top: 29px;
}

.headerPc01__navItem.is_megamenu:nth-child(1):hover:before,
.headerPc01__navItem.is_megamenu:nth-child(2):hover:before,
.headerPc01__navItem.is_megamenu:nth-child(3):hover:before,
.headerPc01__navItem.is_megamenu:nth-child(4):hover:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: -29px;
  /* left: 40px; */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 13px solid #f5f5f5;
  transition: all .3s ease-in;
}

.headerPc01__navItem:nth-child(3):hover {
  opacity: 0.75;
}

.headerPc01__navItem:nth-child(3):hover:before {
  background: none;
}

.headerPc01__linkItem.headerPc01__navItem.is_megamenu:hover:before {
  bottom: -55px;
  left: 13.5px;
}

.headerPc01__linkItem .megamenu__block:nth-of-type(1),
.headerPc01__linkItem .megamenu__block:nth-of-type(2) {
  width: auto;
}

.headerPc01__navItem a:hover {
  text-decoration: none;
}

.headerPc01__navItem a:hover .headerPc01__navItemText {
  background-color: #8aa8ca;
}

.headerPc01__navItem a:hover .headerPc01__navItemEn,
.headerPc01__navItem a:hover .headerPc01__navItemJa {
  color: #fff;
}

/* // color */
.headerPc01__inner {
  height: 239px;
  margin-bottom: 15px;
  max-width: calc(100% - 130px);
}

.headerPc01__left {
  width: 200px;
}

.headerPc01__center {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.headerPc01__right {
  width: 200px;
  margin-top: 69px;
}

.headerPc01__logo {
  border: none;
  display: flex;
  align-items: center;
}

.headTitle {
  text-align: center;
  margin: 69px auto 0;
}

.headerPc01__nav {
  margin-top: 65px;
}

.headerPc01__link {
  margin-top: 95px;
  justify-content: flex-end;
}

.headerPc01__linkItem {
  margin-bottom: 0;
}

.headerPc01__navItem.headerPc01__linkItem,
.headerPc01__navItem.is_megamenu .headerPc01__navItemText.headerPc01__account {
  width: 22px;
  cursor: pointer;
}

.headerPc01__navItem.headerPc01__linkItem {
  margin-right: 20px;
  border: none;
}

.headerPc01__navItem.is_megamenu.headerPc01__linkItem .megamenu {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 10em;
  padding: 80px 0 0;
}

.headerPc01__linkItem .megamenu__inner {
  padding: 14px 16px;
  background-color: #f5f5f5;
  flex-direction: column;
}

.headerPc01__linkItem .megamenu__block:nth-child(n+2) {
  margin-top: 15px;
}

.headerPc01__linkItem:nth-child(2) {
  margin-right: 0;
}

.headerPc01__linkItem.is_cart img {
  max-width: 26px;
}

.headerPc02__logo {
  left: 30px;
  width: 41px;
}

.headerPc02__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 400px;
}

.headerPc__menu {
  width: 86px;
}

.headerPc__menuText {
  background: none;
  padding: 0;
}

.headerPc__menuText:before,
.headerPc__menuText:after {
  width: 0;
}

.headerPc__menuText span:nth-child(1),
.headerPc__menu.is-open .headerPc__menuText span:nth-child(1),
.headerPc__menuText span:nth-child(2),
.headerPc__menuText span:nth-child(3),
.headerPc__menu.is-open .headerPc__menuText span:nth-child(3) {
  display: block;
  transition: all .4s;
}

.headerPc__menuText span {
  background-color: #1C1E20;
  width: 26px;
  height: 1px;
  left: 30px;
  position: absolute;
}

.headerPc__menuText span:nth-child(1) {
  top: 41px;
}

.headerPc__menuText span:nth-child(2) {
  top: 49px;
}

.headerPc__menuText span:nth-child(3) {
  top: 57px;
}

.headerPc__menu.is-open .headerPc__menuText span:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
  top: 43px;
}

.headerPc__menu.is-open .headerPc__menuText span:nth-child(2) {
  display: none;
}

.headerPc__menu.is-open .headerPc__menuText span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}

/* sp hamburger */
.headerSp__inner {
  justify-content: flex-end;
}

.headerSp__logo {
  width: 175px;
  left: 100px;
}

.headerSp__link {
  margin-right: 0;
}

.headerSp__linkItem:first-child img {
  width: 36px;
}

.headerSp__linkItem:last-child img {
  width: 42px;
}

.headerSp__menu {
  width: 70px;
  height: 70px;
}

.headerSp__menu span {
  height: 1px;
  left: 22px;
}

.headerSp__menu span:nth-child(1) {
  top: 27px;
}

.headerSp__menu span:nth-child(2) {
  top: 35px;
}

.headerSp__menu span:nth-child(3) {
  top: 43px;
}

/* add */
.headerPc01__logo img {
  max-width: 41px;
}

.headerPc01__linkItem.headerPc01__navItem.is_megamenu::after {
  width: 0;
}

.headerPc01__navItem,
.headerPc01__navItemText,
.headerPc01__navItem.is_megamenu .headerPc01__navItemText {
  width: 155px;
}

.headerPc01__navItem:hover::before {
  width: 154px;
}

.headerPc01__navItem.is_megamenu {
  padding: 0;
}

.headerPc01__navItem.is_megamenu::after {
  width: 0;
}

.headerPc01__inner:after {
  display: none;
}

.headerPc01__nav .headerPc01__navItem:last-child {
  border: none;
}

.gnavSp__menuItem > ul > li > span,
.gnavSp__menuItem > ul > li > ul > li > a,
.gnavSp__menuItem-list {
  background-color: #f0f2f4;
}

/* footer */
.footer__inner {
  max-width: 1100px;
  justify-content: space-between;
}

.footer__logo a {
  width: 100%;
  height: fit-content;
  display: block;
}

.footer__logo a:last-child {
  margin-top: 66px;
}

.footer__logo img {
  width: 59px;
}

.footer__logo a:last-child img {
  width: 170px;
}

.footer__block {
  display: flex;
}

.footer__info {
  margin-right: 30px;
}

.footerNav {
  padding: 0 30px;
}

.footerNav__item a {
  color: #949698;
}

.footerBtns {
  margin-top: 0;
}

.footerBtns__item.is_btn a {
  width: fit-content;
  height: fit-content;
  line-height: 1;
  text-align: left;
  font-size: 1.4rem;
  border: none;
  border-bottom: 1px solid #949698;
}

.footerBtns__item.is_btn a:hover {
  background: none;
  color: #949698;
  border: none;
  border-bottom: 1px solid #949698;
}

.footer__bottom {
  flex-direction: row-reverse;
}

@media screen and (min-width:768px) {
  .footer__inner {
    padding-right: 40px;
  }
}

@media screen and (max-width:767px) {
  .sec04__box .sec04__boxLead {
    font-size: 1.0rem;
  }

  .footer__logo {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    max-width: calc(100% - 40px);
  }

  .footer__logo a {
    width: fit-content;
  }

  .footer__logo img {
    width: 42px;
  }

  .footer__logo a:last-child {
    margin-top: 0;
  }

  .footer__logo a:last-child img {
    width: 190px;
  }

  .footer__block {
    flex-direction: column;
  }

  .footerInfo {
    text-align-last: left;
    padding-left: 20px;
  }

  .footerBtns {
    margin-top: 5px;
  }

  .footerBtns__item.is_btn {
    margin-left: 20px;
  }

  .footer__nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #E1E1E1;
  }

  .footerNav {
    padding: 0;
    border: none;
  }

  .footerCopyright {
    padding: 20px 0 20px 20px;
    background-color: #F5F5F5;
    text-align: left;
  }

  .img.img01 {
    margin-bottom: 0;
  }
}

.lp_newlife.lp_is-pc .item_area {
  width: 100%;
  margin-top: 0;
}
