@charset "euc-jp";
/* ----------------------- 共通 ----------------------- */
*,*::after,*::before{box-sizing:border-box;word-wrap:break-word;}
html,body{margin:0}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video,picture{display:block;max-width:100%}
canvas,img,svg,video{height:auto}audio{width:100%}
img{border-style:none;width:auto;height:auto;}
svg{overflow:hidden}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {display:block}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
:where(p), :where(dd), :where(figure) {margin:0;}
h1,h2,h3 {margin:0;}
ul {padding:0; margin:0;}
ul li {list-style-position:outside; margin-left:2em; text-align:justify;}
ol {padding-left:1em; margin:0;}
ol li {margin-left:1em;}
dl {margin:0;}dt,dd{margin:0;}
a {text-decoration:none;}
a:hover {text-decoration:none;}
img {vertical-align:bottom;pointer-events:none;user-select:none;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;}

:root {
  --color01: #fff;
  --color02: rgb(14 11 11 / 83%);
  --color03: #846183;
  /*6f3490*/
  --color04: #ede8df;

  --width-full: 1800px;
  --width-middle: 1500px;
  --width-inner: 1100px;
}

html {
  position:relative;
  min-height:100%;
}
body {
  height:100%;
  margin:0;
  padding:0;
  font-size:1rem;
  font-family: 'Afacad Flux', 'Noto Sans JP', sans-serif;
  /* 'Sofia Sans Extra Condensed' */

  font-weight:400;
  overflow:hidden visible;
  font-feature-settings:"palt" 1;
  font-optical-sizing: auto;
  font-variation-settings: "slnt" 0;
  color:#000;
  min-width:375px;
}

body.is-scroll-hidden {
  overflow:hidden;
}
img {
  max-width:100%;
  vertical-align:top;
}
ul, ol, dl {
  list-style:none;
  margin:0;
  padding:0;
}
a {
  color:#000000;
  transition:all 0.1s ease;
}
a:hover {
  color:#444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline:none;
}
button {
  font-family:"Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}




/* Utility */
.u-container {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  padding:0;
  width:100%;
  max-width:var(--width-full);
}
.u-contents {
  width:100%;
  padding: 0 1rem;
}
@media (min-width:1800px) {
  .u-contents {
    padding: 0;
  }
}

.u-contents-s {
  padding-top:45px;
  padding-bottom:45px;
}
.u-attention {
  font-weight:normal;
  font-style:normal;
  color:#b72424;
}
.u-bold {
  font-weight:bold;
  font-style:normal;
}
.u-text-right {
  text-align:right;
}
.u-marker {
  background:linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position:absolute;
  white-space:nowrap;
  width:1px;
  height:1px;
  overflow:hidden;
  border:0;
  padding:0;
  clip:rect(0 0 0 0);
  -webkit-clip-path:inset(50%);
          clip-path:inset(50%);
  margin:-1px;
}
.u-pc-only {
  display:block;
}
.u-pc-only-inline {
  display:inline;
}
.u-pc-only-inlineBlock {
  display:inline-block;
}
.u-pc-only-Flex {
  display:flex;
}
.u-sp-only {
  display:none;
}
.u-sp-only-inline {
  display:none;
}
.u-sp-only-inline-block {
  display:none;
}
.u-sp-only-flex {
  display:none;
}
.u-hidden {
  overflow:hidden;
}
.u-opa img {
  opacity:1;
  transition:all 0.3s ease;
}
.u-opa img:hover {
  opacity:0.8;
}
.u-img-scale {
  display:block;
  overflow:hidden;
  position:relative;
}
.u-img-scale img {
  display:inline-block;
  width:100%;
  transform:scale(1, 1);
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}


/* Layout */

.l-main {
  padding-top: calc(var(--gh-H) + 3%);
}
.l-main.top {
  padding-top:var(--gh-H);
}

.l-bottom {
  margin-top:60px;
}
@media (max-width:767px) {
  .l-bottom {
    margin-top:30px;
  }
}
/* .l-contents-wrap {
  display:flex;
  justify-content:space-between;
}
@media (max-width:959px) {
  .l-contents-wrap {
    display:block;
  }
} */
.l-contents-main {
  width:100%;
  padding: 0 1rem;
}
@media (min-width:1800px) {
  .l-contents-main {
    padding: 0;
  }
}




/***** side navi *****/
.l-side-navi {
  margin-bottom:50px;
}
.l-side-navi__ttl {
  margin:0;
  padding:15px 20px;
  font-size:22px;
  font-weight:normal;
}
@media (max-width:767px) {
  .l-side-navi__ttl {
    font-size:16px;
  }
}
.l-side-navi-list {
  border-bottom:1px solid #7d7d7d;
}
.l-side-navi-list__item {
  border-top:1px solid #7d7d7d;
}
.l-side-navi-list__link {
  
  display:block;
  position:relative;
  padding:20px 40px 20px 20px;
  border:0;
  width:100%;
  font-size:18px;
  font-weight:normal;
  background:transparent;
  color:#000000;
  text-align:left;
}
@media (max-width:767px) {
  .l-side-navi-list__link {
    padding:20px 20px;
    width:100%;
    font-size:14px;
    background:#ffffff;
    text-align:left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top:-4px;
  transform:rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background:transparent;
  color:#000000;
  text-decoration:none;
}
@media (max-width:767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background:#ffffff;
  }
}
.l-side-navi-list__link:before {
  content:"";
  position:absolute;
  top:50%;
  right:15px;
  margin-top:-7px;
  width:6px;
  height:6px;
  border-right:1px solid #aaaaaa;
  border-bottom:1px solid #aaaaaa;
  transform:rotate(45deg);
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (max-width:767px) {
  .l-side-navi-list__link:before {
    right:20px;
    margin-top:-4px;
    border-color:#000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform:rotate(-135deg);
  margin-top:-4px;
}
.l-side-navi-sub-list {
  display:none;
  padding:5px 0;
  background:#fbfbfb;
}
.l-side-navi-sub-list__link {
  display:block;
  padding:15px 15px 15px 30px;
}

/* fade animation */

.fadeIn {
  opacity:0;
  transition:all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform:translate(-20px, 0);
}
.fromRight {
  transform:translate(20px, 0);
}
.fromTop {
  transform:translate(0, -20px);
}
.fromBottom {
  transform:translate(0, 20px);
}
.fromForeground {
  transform:scale(1.6);
}
.faded {
  opacity:1;
}
.fadedWithTransform {
  opacity:1;
  transform:translate(0, 0) scale(1);
}

/* Color me icons */

/* 24px black */
.icon-lg-w.icon-instagram, .icon-lg-b.icon-instagram {
  background-position:-168px -288px;
}
.icon-lg-w.icon-twitter, .icon-lg-b.icon-twitter {
  background-position:-144px -264px;
}
.icon-lg-w.icon-facebook, .icon-lg-b.icon-facebook {
  background-position:-192px -264px;
}
.icon-b,
.icon-w {
  width:16px;
  height:16px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.icon-lg-b,
.icon-lg-w {
  width:24px;
  height:24px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.icon-b {
  background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  .icon-b,
  .icon-w {
    background-size:368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size:552px 480px;
  }
  .icon-b {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width:768px) {
  .icon-b {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2), 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 {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/* Components */

/*  title  */
.c-ttl-main {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-top:0;
  margin-bottom:45px;
  line-height:1.4;
  font-size:30px;
  letter-spacing:0.3em;
  font-feature-settings:"palt" 1;
}
@media (max-width:767px) {
  .c-ttl-main {
    margin-bottom:30px;
    font-size:21px;
  }
}
.c-ttl-main__ja {
  display:inline-block;
  margin-bottom:5px;
  font-weight:normal;
  font-size:14px;
  color:#909090;
  letter-spacing:0;
}
@media (max-width:767px) {
  .c-ttl-main__ja {
    margin-bottom:2px;
    font-size:12px;
    white-space:nowrap;
  }
}
.c-ttl-sub {
  margin-top:0;
  margin-bottom:45px;
  line-height:1.4;
  font-size:14px;
  font-weight:bold;
  letter-spacing:0.3em;
  text-align:center;
  font-feature-settings:"palt" 1;
}
@media (max-width:767px) {
  .c-ttl-sub {
    margin-bottom:30px;
    font-size:14px;
  }
}
.c-ttl-sub__ja {
  display:block;
  margin-top:15px;
  font-size:12px;
  font-weight:normal;
  color:#909090;
  letter-spacing:0;
}
.c-ttl-second {
  margin-top:0;
  margin-bottom:30px;
  line-height:1.4;
  font-size:21px;
  letter-spacing:0.3em;
  font-feature-settings:"palt" 1;
}


/*  パーツ  */
.c-item-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(453px, 1fr));
  padding: 0;
  gap: 2rem;
}
.c-item-list__item {
  position: relative;
  transition: opacity 0.2s;
  margin-left: 0;
  height: auto;
  aspect-ratio: 1 / 1;
}



.c-item-list__item.is-hidden {
  display:none;
}
.c-item-list__img {
  position:relative;
  width: 100%;
  height: 100%;
}
.c-item-list__img a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.c-item-list__img img {
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  width:100%;
  height:100%;
  text-align:center;
}
.c-item-list__ttl {
  text-align: center;
}
.c-item-list__price {
  color:#909090;
  text-align: center;
}
.c-item-list__price.is-strikethrough {
  margin-top:0;
  text-decoration:line-through;
}
.c-item-list__expl {
  margin-top:15px;
}
.c-item-list__btn {
  display:block;
  position:absolute;
  right:30px;
  bottom:0;
  padding:0;
  border:0;
  background:transparent;
  color:#d8d8d8;
  cursor:pointer;
  text-align:center;
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-item-list__btn.is-added {
  color:#000000;
}
.c-item-list__btn svg {
  width:20px;
  height:20px;
  fill:currentColor;
}
svg:not(:root) {
  overflow:hidden;
}

/***** FAVORITE *****/
.c-favorite-list {
  display:flex;
  flex-wrap:wrap;
  margin-left:-9px;
  margin-right:-9px;
}
@media (max-width:959px) {
  .c-favorite-list {
    margin-left:0;
    margin-right:0;
    flex-wrap:nowrap;
  }
}
.c-favorite-list__item {
  position:relative;
  
  margin-bottom:40px;
  padding-left:9px;
  padding-right:9px;
  width:12.5%;
}
@media (max-width:959px) {
  .c-favorite-list__item {
    margin-right:5px;
    margin-bottom:0;
    padding-left:0px;
    padding-right:0px;
    width:120px;
  }
}
@media (max-width:767px) {
  .c-favorite-list__item {
    width:90px;
  }
}
.c-favorite-list__img {
  position:relative;
  margin-bottom:30px;
  text-align:center;
}
@media (max-width:959px) {
  .c-favorite-list__img {
    margin-bottom:10px;
    width:120px;
    text-align:center;
  }
}
@media (max-width:767px) {
  .c-favorite-list__img {
    width:90px;
  }
}
.c-favorite-list__img:before {
  content:"";
  display:block;
  padding-top:100%;
}
.c-favorite-list__img a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.c-favorite-list__img img {
  display:inline-block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
  max-width:100%;
  max-height:100%;
  width:auto !important;
  text-align:center;
}
.c-favorite-list__price {
  color:#909090;
  margin-top:15px;
  font-size:12px;
  white-space:normal;
}
.c-favorite-list__price.is-strikethrough {
  margin-top:0;
  text-decoration:line-through;
}
.c-favorite-list__btn {
  position:absolute;
  right:30px;
  bottom:0;
}
/*  button  */
.c-btn {
  
  display:inline-block;
  position:relative;
  padding:18px 45px 18px 25px;
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
  border-left:0;
  border-right:0;
  min-width:150px;
  font-size:14px;
  font-weight:bold;
  background:transparent;
  color:#000000;
  text-align:left;
  cursor:pointer;
  letter-spacing:0.3em;
}
.c-btn:before, .c-btn:after {
  content:"";
  position:absolute;
  top:50%;
  right:20px;
  width:9px;
  height:1px;
  background:#000000;
  transition:all 0.3s ease;
}
.c-btn:after {
  transform:rotate(90deg);
}
.c-btn:hover {
  text-decoration:none;
}
.c-btn:hover:before {
  transform:rotate(90deg);
}
.c-btn:hover:after {
  transform:rotate(180deg);
}
.c-btn-cart {
  
  display:inline-block;
  position:relative;
  padding:25px;
  border:none;
  border-radius:0;
  width:100%;
  font-size:14px;
  font-weight:bold;
  background:#2c7258;
  color:#ffffff;
  text-align:center;
  cursor:pointer;
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background:rgba(44, 114, 88, 0.8);
  color:#ffffff;
  text-decoration:none;
}
.c-btn-cart.is-disabled {
  background:#d8d8d8;
  cursor:default;
}
.c-btn-cart.is-disabled:hover {
  background:rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background:#ac0000;
  cursor:default;
}
.c-btn-cart.is-soldout:hover {
  background:#ac0000;
}
.c-btn-cart.is-membersonly {
  background:#53a6a5;
  cursor:default;
}
.c-btn-cart.is-membersonly:hover {
  background:#53a6a5;
}
.c-icon-cart {
  display:inline-block;
  margin-right:20px;
  width:19px;
  height:18px;
  background:url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size:19px 18px;
  vertical-align:-2px;
}
.c-more {
  text-align:center;
}
.c-not-found {
  margin-bottom:60px;
}
/*  table  */
.c-tbl-list {
  border-top:1px solid #b2b2b2;
}
.c-tbl-list__tr {
  display:flex;
  padding:20px 0;
  border-bottom:1px solid #b2b2b2;
}
.c-tbl-list__th {
  margin:0;
  width:270px;
  font-size:14px;
  font-weight:bold;
}
.c-tbl-list__td {
  flex:1;
  margin:0 0 0 30px;
}
/*  breadcrumbs  */
.c-breadcrumbs-list {
  padding-top:3rem;
  margin:0 auto 2rem auto;
  font-size:14px;
  padding:0 1rem;
  color:var(--color03);
}
.c-breadcrumbs-list__item {
  position:relative;
  display:inline-block;
  margin-right:25px;
  margin-left:0;
}
.c-breadcrumbs-list__item:before {
  display:block;
  content:"";
  position:absolute;
  top:50%;
  right:-15px;
  margin-top:-3px;
  width:5px;
  height:5px;
  border-right:1px solid #000000;
  border-bottom:1px solid #000000;
  transform:rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content:none;
}
.c-breadcrumbs-list a {
  color:var(--color03);
}
/*  pager  */
.c-pager {
  margin-top:75px;
  margin-bottom:75px;
  text-align:center;
}
.c-pager__total {
  margin-bottom:30px;
}
.c-pager-list {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:30px;
}
.c-pager-list__item {
  overflow:hidden;
  margin-left:3px;
  margin-right:3px;
  min-width:30px;
  line-height:30px;
  background:#ffffff;
  text-align:center;
}
.c-pager-list__link {
  display:block;
  position:relative;
  border:1px solid #ffffff;
  background:#ffffff;
  color:#000000;
  min-width:30px;
  text-decoration:none;
  transition:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-pager-list__link:hover {
  border-color:#d8d8d8;
  background:#d8d8d8;
  color:#000000;
  text-decoration:none;
}
.c-pager-list__link.is-current {
  border-color:#535353;
}
.c-pager-list__link.is-current:hover {
  border-color:#535353;
  background:#ffffff;
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color:#d8d8d8;
  background:#d8d8d8;
  text-indent:-99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-2px;
  margin-top:-4px;
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background:rgba(216, 216, 216, 0.7);
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background:#d8d8d8;
}
.c-pager-list__link.is-prev:before {
  border-right:4px solid #000000;
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color:#aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left:4px solid #000000;
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color:#aaaaaa;
}
.c-pager-list__page {
  display:none;
}




.headerTopLine {
  position: relative;
  z-index: 2000;
  background: var(--color03);
  padding: 1rem;
}


/* NEWS */
.headerTopLine .p-line-informaiton {
  margin: 0 auto 0 16%;
  width: fit-content;
}
@media (min-width:959px) {
  .headerTopLine .p-line-informaiton {
    margin: 0 auto;
  }
}
.p-line-informaiton ul li, .p-line-informaiton ul li a {
  color: var(--color01);
  font-size: min(3vw, 14px);
  line-height: 1;
  letter-spacing: .1em;
  margin-left: 0;
}
.p-line-informaiton__ttl {
  position: relative;
}


/* header */
.globalHeader {
  z-index:1000;
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  background:#fff;
  transition:all 0.3s ease;
}
.globalHeaderInner {
  background: rgba(255, 255, 255, .45);
  backdrop-filter: blur(10px);
}
.globalHeaderInner__in {
  display:flex;
  justify-content:flex-start;
  align-items:center;
  padding-left:4vw;
  transition:padding-left .5s;
}
@media (min-width:959px) {
  .globalHeaderInner__in {
    justify-content:center;
    padding-left:0;
  }
}
.globalHeader .siteid a {
  width: min(40vw, 420px);
  padding:1rem 0;
  display:inline-block;
  line-height:1;
  transition: all .5s ease;
}
@media (min-width:959px) {
  .globalHeader .siteid a {
    padding:60px 0;
  }
}
.globalHeader.isSticky .siteid a,
.globalHeader[data-sticky="absSticky"] .siteid a {
  width: min(40vw, 280px);
  padding:1em 0 .5em 0;
}

.l-menu-btn {
  display:block;
  position:absolute;
  right:0;
  z-index:10000;
  width:60px;
  height:60px;
  border:0;
  background:transparent;
}
@media (min-width:959px) {
  .l-menu-btn {
    display:none;
  }
}
.l-menu-btn span {
  display:inline-block;
  transition:all 0.2s ease;
  position:absolute;
  left:19px;
  width:25px;
  height:1px;
  background-color:#000000;
}
.l-menu-btn span:nth-of-type(1) {
  top:25px;
}
.l-menu-btn span:nth-of-type(2) {
  top:35px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  top:10px;
  transform:translateY(20px) rotate(-45deg);
}
.l-menu-btn.is-on span:nth-of-type(2) {
  top:50px;
  transform:translateY(-20px) rotate(45deg);
}




/*  メインナビ  */
.l-main-navi {
  position:relative;
  z-index:100;
  display:none;
}
.is-fixed .l-main-navi {
  height:auto;
}
@media (min-width:959px) {
  .l-main-navi {
    display:block;
  }

}
.l-main-navi.is-open {
  overflow-y:auto;
  position:fixed;
  top:0;
  left:0;
  display:block;
  padding-top:50px;
  padding-bottom:50px;
  width:100%;
  height:calc(100vh - 60px);
  background:#fafafa;
}

.nav {
  display: flex;
  justify-content: space-evenly;
  gap: 3rem;
  width: 100%;
  max-width: var(--width-full);
}
.l-main-navi.is-open .nav {
  flex-direction: column;
  gap: 1rem;
  padding: 0 4vw;
}
.nav li {
  position:relative;
  margin:0;
}
.nav li a {
  line-height:1;
  padding:1em 0 1.5em 0;
  display:block;
  color:var(--color03);
  font-size: min(5vw, 24px);
  font-weight: 400;
  text-decoration: none;
  position: relative;
  transition: padding .5s ease;
}
.l-main-navi.is-open .nav li a {
  padding:1em 0 1em 0;
  font-weight: 400;
}
.nav li a::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(1em + 1em + 2px);
  width: 0;
  height: 1px;
  background: var(--color03);
  transform-origin: left top;
  transition: width .75s cubic-bezier(1,0,0,1);
}
.globalHeader.isSticky .nav li a,
.globalHeader[data-sticky="absSticky"] .nav li a {
  padding:.5em 0 1em 0;
}
.globalHeader.isSticky .nav li a::before,
.globalHeader[data-sticky="absSticky"] .nav li a::before {
  top: calc(.5em + 1em + 2px);
}
.nav li a:hover::before {
  width: 100%;
}

.subNav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% - 1em);
  left: 0;
  z-index: 99999;
  padding: .5em .75em .5em 1em;
  background: #fff;
  display: block;
  min-width: 13em;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .05);
}
.hasSubnav.is-active > .subNav {
  opacity: 1;
  visibility: visible;
  transition: opacity .5s, visibility 0.5s;
}
.subNav li a {
  line-height:1.5;
  padding: .75em 0 .5em 0 !important;
  display:block;
  color:var(--color03);
  font-size: min(4vw, 15px);
  text-decoration: none;
  white-space: nowrap;
}
.subNav li a::before {
  top: calc(1em + 1em + 2px) !important;
}
a[href="javascript:void(0)"] {
  cursor: default;
  color: #ddd !important;
}
a[href="javascript:void(0)"]:hover::before {
  display: none;
}

.l-main-navi-overlay {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fafafa;
  opacity:0;
}
.l-main-navi-overlay.is-on {
  animation:anime-overlay 0.2s ease forwards;
}
@keyframes anime-overlay {
  0% {opacity:0;}
  100% {opacity:1;}
}



/* SLIDER */
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}



.heroVisual {
  width: 100%;
  max-width: var(--width-full);
}
.heroVisual img {
  width: 100%;
  height: auto;
}

/* about us
______________________________ */
#aboutus {
  padding: min(10vh, 100px) 0;
}
#aboutus .secHeadline {
  font-family: 'Sofia Sans Extra Condensed';
  width: fit-content;
  margin: auto auto min(10vh, 54px) auto;
  font-size: min(6vw, 78px);
  font-weight: 350;
  color: var(--color03);
  transform: scaleX(.7) scaleY(1.25);
  letter-spacing: .05em;
}
#aboutus p {
  text-align: center;
  font-size: min(4vw, 24px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color03);
  margin: auto;
  letter-spacing: .1em;
}

.gallery_in_aboutus {
  margin-bottom: min(10vh, 100px);
}
.gallery_in_aboutus div img {
  width: 100%;
  height: 100%;
}

#celinejouve {
  padding: min(10vh, 100px) 0;
  width: 100%;
  max-width: var(--width-middle);
  margin: auto;
}
#celinejouve .secInner {
  display: flex;
  flex-direction: column;
}
@media (min-width:959px) {
  #celinejouve .secInner {
    flex-direction: row;
  }
}
#celinejouve .secInner > .profile {
  margin: 0 auto;
  padding-right: 5%;
  width: 100%;
  order: 2;
}
#celinejouve .secInner > .img {
  width: 100%;
  order: 1;
}
@media (min-width:959px) {
  #celinejouve .secInner > .profile {
    width: 55%;
    order: 1;
  }
  #celinejouve .secInner > .img {
    width: 45%;
    order: 2;
  }
}
#celinejouve .secInner > .profile .secHeadline {
  font-size: min(12vw, 65px);
  color: var(--color03);
  font-weight: 350;
  line-height: 1;
}
#celinejouve .secInner > .profile .secHeadline span {
  display: block;
  font-size: min(4vw, 24px);
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: .25rem;
  letter-spacing: .25em;
}
#celinejouve .secInner > .profile p {
  text-align: justify;
  letter-spacing: .1em;
  font-size: min(4vw, 24px);
  font-weight: 350;
  line-height: 1.7;
  color: var(--color03);
}
#celinejouve p.frNote {
  font-size: min(4vw, 20px);
  font-weight: 700;
  color: var(--color03);
  line-height: 1;
  width: fit-content;
  margin: 9% auto 0 auto;
  letter-spacing: 0;
}

#boutique {
  padding: min(10vh, 100px) 0;
  width: 100%;
  max-width: var(--width-middle);
  margin: auto;
}
#boutique .secInner {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
@media (min-width:959px) {
  #boutique .secInner {
    display: grid;
    grid-template-columns: 20% 36% 36%;
  }
}
#boutique .secInner > dl {
  width: 100%;
}
@media (min-width:959px) {
  #boutique .secInner > dl {
    width: auto;
  }
}
#boutique .secInner dl dt {
  font-family: 'Sofia Sans Extra Condensed';
  font-size: min(6vw, 42px);
  font-weight: 400;
  line-height: 1;
  color: var(--color03);
  transform: scaleX(.7) scaleY(1.25);
  letter-spacing: .075em;
  margin-bottom: 1em;
  text-indent: -1.5em;
}
#boutique .secInner dl dd {
  font-size: min(4vw, 18px);
  color: var(--color03);
}
#boutique .secInner dl dd p {
  margin-bottom: 1em;
  line-height: 1.4;
}
#boutique .secInner > div {
  width: 100%;
}
@media (min-width:959px) {
  #boutique .secInner > div {
    width: auto;
  }
}
#boutique .secInner img {
  width: 100%;
}
#boutique .secInner .maps iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 40 / 45;
}

/* atelier
______________________________ */
:is(#lichenpark, #lavieenrose, #ultraviolet) {
  padding: 0 0 min(10vh, 100px) 0;
  width: 100%;
  max-width: var(--width-middle);
  margin: auto;
}
:is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner {
  display: flex;
  flex-direction: column;
  margin-bottom: min(5vw, 42px);
}
:is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner .atelierInfo {
  width: 100%;
  order: 2;
}
:is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner .atelierimg {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius:16px;
  order: 1;
  margin-bottom: 1rem;
}
@media (min-width:959px) {
  :is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner {
    flex-direction: row;
  }
  :is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner .atelierInfo {
    width: 50%;
    padding-right: 5%;
    order: 1;
  }
  :is(#lichenpark, #lavieenrose, #ultraviolet) > .secInner .atelierimg {
    width: 50%;
    aspect-ratio: 1 / 1;
    order: 2;
    margin-bottom: 0;
  }
}

@media (min-width:959px) {
  #lavieenrose > .secInner .atelierInfo {
    order: 2;
    padding-right: 0;
    padding-left: 5%;
  }
  #lavieenrose > .secInner .atelierimg {
    order: 1;
  }
}

.atelierimg > img {
  width: 100%;
  height: auto;
}
.atelierInfo .secHeadline {
  font-family: 'Sofia Sans Extra Condensed';
  transform: scaleX(.7) scaleY(1.2);
  letter-spacing: .15em;
  width: fit-content;
  margin: auto auto 1em auto;
  font-size: min(12vw, 78px);
  font-weight: 370;
  color: var(--color03);
  text-align: center;
}
.atelierInfo .secHeadline > span {
  font-family: 'Afacad Flux';
  transform: scaleX(1.3) scaleY(0.75);
  letter-spacing: .12em;
  line-height: 1;
  display: block;
  color: var(--color03);
  font-size: min(5vw, 24px);
  font-weight: 400;
  padding-bottom: 1.25em;
}
.atelierInfo dd {
  text-align: justify;
  letter-spacing: .1em;
  font-size: min(4vw, 24px);
  font-weight: 350;
  line-height: 1.7;
  color: var(--color03);
}

.btnWrap {
  display: flex;
  justify-content: center;
  padding: .5rem 0;
}
.btnWrap .btn {
  background: var(--color04);
  color: var(--color03);
  font-weight: 600;
  border: none;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  aspect-ratio: 1 / 1;
  font-size: min(4vw, 28px);
  border-radius: 50%;
  transition: transform .5s ease;
}
.btnWrap .btn:hover {
  transform-origin: center;
  transform: rotate(14deg);
}

/* event
______________________________ */
#event {
  padding: min(5vh, 50px) 0 min(10vh, 100px) 0;
}
#event .secHeadline {
  font-family: 'Sofia Sans Extra Condensed';
  width: fit-content;
  margin: auto auto min(10vh, 54px) auto;
  font-size: min(7vw, 78px);
  font-weight: 350;
  color: var(--color03);
  transform: scaleX(.7) scaleY(1);
  letter-spacing: .05em;
}
#event p {
  text-align: center;
  font-size: min(4vw, 24px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color03);
  margin: auto;
  letter-spacing: .1em;
}
#event .btnWrap {
  padding: 2rem 0 0 0;
}

#periodic {
  padding: min(5vh, 50px) 0 min(10vh, 100px) 0;
}
#periodic .secHeadline {
  font-family: 'Sofia Sans Extra Condensed';
  width: fit-content;
  margin: auto auto min(10vh, 54px) auto;
  font-size: min(7vw, 78px);
  font-weight: 350;
  color: var(--color03);
  transform: scaleX(.7) scaleY(1);
  letter-spacing: .05em;
}
#periodic p {
  text-align: center;
  font-size: min(4vw, 24px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color03);
  margin: auto;
  letter-spacing: .1em;
}
#periodic .btnWrap {
  padding: 2rem 0 0 0;
}



/* 検索・カート */
.globalHeaderFunc {
  display:flex;
  gap: 1rem;
  position:absolute;
  right:60px;
  z-index:1000;
}
@media (min-width:959px) {
  .globalHeaderFunc {
    gap: 2rem;
    right:80px;
  }
}
.l-header-search__contents {
  display:none;
}
.l-header-search__box {
  display:flex;
  position:absolute;
  top:100%;
  right:0;
  padding:15px 0 20px 25px;
  width:1000px;
  background:#fafafa;
}
.l-header-search__form {
  position:relative;
  flex:1;
  margin:0;
}

.l-header-search__btn img {
  width:18px;
}
.l-header-search__btn.is-on {
  background:#fafafa;
}
.l-header-search__input {
  flex:1;
  border-bottom:1px solid #7d7d7d;
}
.l-header-search__input input {
  padding-right:60px;
  width:100%;
  height:40px;
  border:none;
  background:transparent;
}
.l-header-search__submit {
  position:absolute;
  right:0;
  bottom:0;
  
  padding:0;
  width:50px;
  height:40px;
  border:0;
  background:none;
}
.l-header-search__submit img {
  width:18px;
}
.l-header-search__close {
  position:relative;
  margin-left:10px;
  margin-right:10px;
  width:45px;
  border:0;
  background:transparent;
}
.l-header-search__close span {
  position:absolute;
  content:"";
  left:13px;
  width:20px;
  height:1px;
  background:#858585;
}
.l-header-search__close span:nth-child(1) {
  top:0px;
  transform:translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top:40px;
  transform:translateY(-20px) rotate(45deg);
}

.func-myaccount {

}
.func-myaccount a::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(5vw, 26px);
  height: min(5vw, 26px);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.86 19.25"><circle cx="10.07" cy="5.79" r="5.29" fill="none" stroke="%23846183" stroke-linecap="round" stroke-linejoin="round"/><path d="m19.36,18.75c-.86-3.05-3.62-5.9-6.1-5.9h-6.67c-2.48,0-5.24,2.86-6.1,5.9" fill="none" stroke="%23846183" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


.func-cart {

}
.func-cart a {
  display:flex;
  text-align:center;
}
.func-cart .count {
  font-weight: 700;
  color: var(--color03);
}
.func-cart a::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(5vw, 26px);
  height: min(5vw, 26px);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.45 19.56"><circle cx="5.39" cy="7.94" r=".4" fill="none" stroke="%23846183" stroke-miterlimit="10"/><polygon points="13.68 5.2 2.77 5.2 .5 19.06 15.95 19.06 13.68 5.2" fill="none" stroke="%23846183" stroke-linecap="round" stroke-linejoin="round"/><circle cx="11.06" cy="7.94" r=".4" fill="none" stroke="%23846183" stroke-miterlimit="10"/><path d="m11.06,7.94s0-3.43,0-4.73-.93-2.7-2.83-2.7c-1.8,0-2.83,1.4-2.83,2.7v4.73" fill="none" stroke="%23846183" stroke-miterlimit="10"/></svg>');
}

.func-search {
  padding: 0;
  border:0;
  background:none;
}
.func-search::before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: min(5vw, 26px);
  height: min(5vw, 26px);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.1 19.1"><circle cx="8.31" cy="8.31" r="7.81" fill="none" stroke="%23846183" stroke-linecap="round" stroke-miterlimit="10"/><line x1="14.02" y1="14.02" x2="18.6" y2="18.6" fill="none" stroke="%23846183" stroke-linecap="round" stroke-miterlimit="10"/></svg>');
}







/*  ヘルプナビ  */
.l-help-navi-box {
  display:flex;
  position:absolute;
  top:-60px;
  right:0;
}
.l-help-navi-box a {
  color:#000000;
}
.l-help-navi-list {
  display:flex;
}
.l-help-navi-list__item {
  margin-left:30px;
}
.l-help-navi-list__item:first-child {
  margin-left:0;
}
.l-sns-navi-list {
  display:flex;
  margin-left:30px;
}
.l-sns-navi-list__item {
  margin-right:12px;
}
.l-sns-navi-list__item:last-child {
  margin:0;
}

/* STAFF CALENDAR */

.p-shop-info {
  display:flex;
}
.p-shop-info .u-contents-s {
  flex:1;
}
/*  STAFF  */
.p-staff {
  
  flex:1;
  padding:50px;
  background:#f7f7f7;
}
.p-staff + .p-calendar {
  margin-left:30px;
}
.p-staff-box {
  overflow:hidden;
}
.p-staff__img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
  width:120px;
}
.p-staff__img-name {
  margin-top:5px;
  font-size:12px;
  color:#909090;
  text-align:center;
}
/*  CALENDAR  */
.p-calendar {
  
  flex:1;
  padding:50px 0 50px 30px;
  min-width:510px;
}
.side_cal {
  display:flex;
  justify-content:center;
}
@media (max-width:500px) {
  .side_cal {
    display:block;
  }
}
.tbl_calendar {
  margin-left:30px;
  width:220px;
  text-align:center;
}
.tbl_calendar:first-child {
  margin-left:0;
}
.tbl_calendar caption {
  margin-bottom:20px;
  font-size:18px;
  text-align:center;
}
.tbl_calendar th {
  padding-bottom:5px;
  font-size:13px;
}
.tbl_calendar td {
  padding:5px;
  font-size:13px;
}
.side_cal_memo {
  margin-top:15px;
  margin-bottom:15px;
  font-size:12px;
}

/* ショッピングガイド */

.p-shopguide {
  margin-bottom:60px;
}
.p-shopguide-wrap {
  display:flex;
  flex-wrap:wrap;
  margin-left:-23px;
  margin-right:-23px;
}
.p-shopguide-column {
  
  padding-left:23px;
  padding-right:23px;
  width:33.3333%;
  font-feature-settings:"palt" 1;
}
.p-shopguide-box {
  border-top:1px solid #000000;
  border-bottom:1px solid #000000;
}
.p-shopguide-head {
  margin-bottom:25px;
  padding-top:40px;
  border-bottom:1px solid #b2b2b2;
  text-align:center;
}
.p-shopguide-head .c-ttl-sub {
  margin-bottom:30px;
}
.p-shopguide__icon {
  margin-bottom:20px;
}
.p-shopguide__ttl {
  margin-top:0;
  margin-bottom:20px;
  font-size:14px;
  font-weight:normal;
}
.p-shopguide__body {
  margin-bottom:35px;
  margin-left:0;
  color:#909090;
  overflow-wrap:break-word;
}
.p-shopguide__img {
  margin-bottom:15px;
}
.p-shopguide__point-ttl {
  margin-top:0;
  margin-bottom:10px;
  font-weight:bold;
}
.p-shopguide-cregit-list {
  display:flex;
  flex-wrap:wrap;
}
.p-shopguide-cregit-list__item {
  margin-right:7px;
  margin-bottom:10px;
}
.p-shopguide__attention {
  font-size:12px;
}






/* footer */
.globalFooter {
  padding-top: min(4vw, 120px);
}
.globalFooter .footerNavLine {
  background: var(--color04);
}
.globalFooter .footerNavLine .footerNav {
  display: flex;
  justify-content: space-evenly;
  margin: auto;
  width: 100%;
  max-width: var(--width-middle);
}
.globalFooter .footerNavLine .footerNav li {
  margin: 0;
  width: calc(100% / 4);
  text-align: center;
}
.globalFooter .footerNavLine .footerNav li a {
  color: var(--color03);
  line-height: 1;
  padding: 2em 0;
  display: block;
}

.globalFooter .siteid {
  width: fit-content;
  margin: auto;
}
.globalFooter .siteid a {
  width: min(56vw, 300px);
  padding:60px 0;
  display:inline-block;
  line-height:1;
}



/* fb, insta icon
____________________________________ */
.headerTopLine .sns {
  position: absolute;
  top: calc(50% - (24px / 2));
}
.globalFooter .sns {
  margin: auto auto 40px auto;
}

:where(.sns) {
  width: fit-content;
  display:flex;
  gap: .5rem;
}
.sns li {
  margin-left: 0;
  display: block;
}
:where(.sns li a) {
  display: block;
  width: fit-content;
  height: fit-content;
}
.sns li a::before {
  content: '';
  display: inline-block;

  background-size: contain;
  background-repeat: no-repeat;
}
.headerTopLine .sns li a::before {
  width: min(5vw, 26px);
  height: min(5vw, 26px);
}
.globalFooter .sns li a::before {
  width: min(8vw, 42px);
  height: min(8vw, 42px);
}

.headerTopLine .sns li.sns-insta a::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60px" height="60px"><path d="M 16 3 C 8.8324839 3 3 8.8324839 3 16 L 3 34 C 3 41.167516 8.8324839 47 16 47 L 34 47 C 41.167516 47 47 41.167516 47 34 L 47 16 C 47 8.8324839 41.167516 3 34 3 L 16 3 z M 16 5 L 34 5 C 40.086484 5 45 9.9135161 45 16 L 45 34 C 45 40.086484 40.086484 45 34 45 L 16 45 C 9.9135161 45 5 40.086484 5 34 L 5 16 C 5 9.9135161 9.9135161 5 16 5 z M 37 11 A 2 2 0 0 0 35 13 A 2 2 0 0 0 37 15 A 2 2 0 0 0 39 13 A 2 2 0 0 0 37 11 z M 25 14 C 18.936712 14 14 18.936712 14 25 C 14 31.063288 18.936712 36 25 36 C 31.063288 36 36 31.063288 36 25 C 36 18.936712 31.063288 14 25 14 z M 25 16 C 29.982407 16 34 20.017593 34 25 C 34 29.982407 29.982407 34 25 34 C 20.017593 34 16 29.982407 16 25 C 16 20.017593 20.017593 16 25 16 z" fill="%23fff"/></svg>');
}
.headerTopLine .sns li.sns-facebook a::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60px" height="60px"><path d="M32,11h5c0.552,0,1-0.448,1-1V3.263c0-0.524-0.403-0.96-0.925-0.997C35.484,2.153,32.376,2,30.141,2C24,2,20,5.68,20,12.368 V19h-7c-0.552,0-1,0.448-1,1v7c0,0.552,0.448,1,1,1h7v19c0,0.552,0.448,1,1,1h7c0.552,0,1-0.448,1-1V28h7.222 c0.51,0,0.938-0.383,0.994-0.89l0.778-7C38.06,19.518,37.596,19,37,19h-8v-5C29,12.343,30.343,11,32,11z" fill="%23fff"/></svg>');
}
.globalFooter .sns li.sns-insta a::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60px" height="60px"><path d="M 16 3 C 8.8324839 3 3 8.8324839 3 16 L 3 34 C 3 41.167516 8.8324839 47 16 47 L 34 47 C 41.167516 47 47 41.167516 47 34 L 47 16 C 47 8.8324839 41.167516 3 34 3 L 16 3 z M 16 5 L 34 5 C 40.086484 5 45 9.9135161 45 16 L 45 34 C 45 40.086484 40.086484 45 34 45 L 16 45 C 9.9135161 45 5 40.086484 5 34 L 5 16 C 5 9.9135161 9.9135161 5 16 5 z M 37 11 A 2 2 0 0 0 35 13 A 2 2 0 0 0 37 15 A 2 2 0 0 0 39 13 A 2 2 0 0 0 37 11 z M 25 14 C 18.936712 14 14 18.936712 14 25 C 14 31.063288 18.936712 36 25 36 C 31.063288 36 36 31.063288 36 25 C 36 18.936712 31.063288 14 25 14 z M 25 16 C 29.982407 16 34 20.017593 34 25 C 34 29.982407 29.982407 34 25 34 C 20.017593 34 16 29.982407 16 25 C 16 20.017593 20.017593 16 25 16 z" fill="%23c5b4b5"/></svg>');
}
.globalFooter .sns li.sns-facebook a::before {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="60px" height="60px"><path d="M32,11h5c0.552,0,1-0.448,1-1V3.263c0-0.524-0.403-0.96-0.925-0.997C35.484,2.153,32.376,2,30.141,2C24,2,20,5.68,20,12.368 V19h-7c-0.552,0-1,0.448-1,1v7c0,0.552,0.448,1,1,1h7v19c0,0.552,0.448,1,1,1h7c0.552,0,1-0.448,1-1V28h7.222 c0.51,0,0.938-0.383,0.994-0.89l0.778-7C38.06,19.518,37.596,19,37,19h-8v-5C29,12.343,30.343,11,32,11z" fill="%23c5b4b5"/></svg>');
}




/***** CSS編集内style *****/
@charset "euc-jp";

/** icons **/
.icon-user {background-position:-208px 0px;}
.icon-lg-b.icon-user {background-position:-312px 0px;}
.icon-adduser {background-position:-240px 0px;}
.icon-lg-b.icon-adduser {background-position:-360px 0px;}
.icon-login {background-position:-48px -80px;}
.icon-lg-b.icon-login {background-position:-72px -120px;}
.icon-logout {background-position:-32px -80px;}
.icon-lg-b.icon-logout {background-position:-48px -120px;}
.icon-home {background-position:-176px -16px;}
.icon-lg-b.icon-home {background-position:-264px -24px;}
.icon-mail {background-position:-64px 0px;}
.icon-lg-b.icon-mail {background-position:-96px 0px;}
.icon-pencil {background-position:-96px 0px;}
.icon-lg-b.icon-pencil {background-position:-144px 0px;}
.icon-help {background-position:-272px -80px;}
.icon-lg-b.icon-help {background-position:-408px -120px;}
.icon-cart {background-position:-176px -64px;}
.icon-lg-b.icon-cart {background-position:-264px -96px;}
.icon-search {background-position:-208px -16px;}
.icon-lg-b.icon-search {background-position:-312px -24px;}
.icon-chevron_up {background-position:-0px -144px;}
.icon-lg-b.icon-chevron_up {background-position:-0px -216px;}
.icon-chevron_down {background-position:-352px -128px;}
.icon-lg-b.icon-chevron_down {background-position:-528px -192px;}
.icon-b,
.icon-w {
  width:16px;
  height:16px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.icon-lg-b,
.icon-lg-w {
  width:24px;
  height:24px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.icon-b {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);}
.icon-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);}
.icon-lg-b {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);}
.icon-lg-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/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/73/icon16_2x_b.png);}
  .icon-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);}
  .icon-lg-b {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);}
  .icon-lg-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);}
}
@media (max-width:768px) {
  .icon-b {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);}
  .icon-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);}
}
@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 {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);}
  .icon-w {background-image:url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);}
}

/* free page */

.p-freepage__attention {
  margin-top:15px;
  margin-bottom:30px;
  color:#ff0000;
  font-weight:bold;
  text-align:center;
}
.p-freepage__img {
  margin-top:15px;
  margin-bottom:15px;
  text-align:center;
}
.p-freepage__img img {
  box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol {
  padding-left:25px;
  list-style-type:decimal;
}
.p-freepage-ol__item {
  margin-top:20px;
  margin-bottom:20px;
  letter-spacing:0.1em;
}



._sp { display: inline-block; }
._pc { display: none; }
@media (min-width:959px) {
  ._sp { display: none; }
  ._pc { display: inline-block; }
}