body {
  font-size: 14px;
  font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #393939;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  body {
    font-size: 14px;
  }
}
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: #5a5a5a;
  transition: all 0.1s ease;
}
a:hover, a:focus {
  color: #444444;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
}
.u-contents {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .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-strikethrough {
  text-decoration: line-through;
}
.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;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 1030px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 4px;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #eeeeee;
  }
}
@media screen and (max-width: 1030px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #bbbbbb;
  }
}
/***** 正方形画像 *****/
.u-square-img {
  position: relative;
}
.u-square-img:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.u-square-img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.u-square-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0px;
  background: #FFF;
}
.l-main.is-top {
  padding-top: 40px;
  background: #ffffff;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0 !important;
    padding-top: 80px;
  }
  .l-main.is-top {
  padding-top: 80px;
}
}

.l-main-contents {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-contents {
    padding-bottom: 30px;
  }
}
.l-bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-bottom {
    margin-top: 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);
}
/******************************/
/* popup animation */
/******************************/
/* overlay at start */
.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -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--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);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Playfair Display", serif;
  color: #5a5a5a;
}
@media screen and (max-width: 1030px) {
  .c-ttl-main {
    margin-bottom: 40px;
    padding-left: 40px;
    font-size: 20px;
  }
}
.c-ttl-main:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 50%;
  width: 85px;
  height: 1px;
  background: #5a5a5a;
}
@media screen and (max-width: 1030px) {
  .c-ttl-main:before {
    margin-top: -1px;
    left: 0;
    width: 30px;
  }
}
.c-ttl-main.is-mbs {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mbs {
    margin-bottom: 20px;
  }
}
.c-ttl-main.is-mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-mb0 {
    margin-bottom: 0;
  }
}
.c-ttl-main.is-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-right {
    display: block;
    margin-bottom: 30px;
    text-align: left;
  }
}
.c-ttl-main.is-right:before {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-right:before {
    content: "";
  }
}
.c-ttl-main.is-right span {
  display: inline-block;
  margin-right: 20px;
  width: 85px;
  height: 1px;
  background: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .c-ttl-main.is-right span {
    display: none;
  }
}
.c-ttl-second {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  text-align: center;
  font-weight:normal;
  color: #8d6269;
}
@media screen and (max-width: 767px) {
  .c-ttl-second {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
/********** パーツ **********/
.c-item-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .c-item-list {
    margin-left: -13px;
    margin-right: -13px;
  }
}
.c-item-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  width: 33.3333%;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-item-list__item {
    margin-bottom: 30px;
    padding-left: 13px;
    padding-right: 13px;
    width: 50%;
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    margin-bottom: 15px;
  }
}
.c-item-list__txt {
  position: relative;
}
@media screen and (max-width: 1030px) {
  .c-item-list__txt {
    padding-bottom: 20px;
  }
}
.c-item-list__ttl {
  font-size: 16px;
  font-weight: normal;
color: #8d6269;
line-height: 1.6em;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
.c-item-list__ttl a {
  color: #8d6269;
}
.c-item-list__expl {
  margin-top: 15px;
font-size: 14px;
color: #999;
font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-item-list__expl {
    font-size: 12px;
  }
}
.c-item-list__price {
  margin-top: 15px;
font-size: 14px;
font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-item-list__price {
    margin-top: 15px;
  }
}
.c-item-list__price.is-default {
  margin-top: 0;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 0;
  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);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #ea872f;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
/***** FAVORITE *****/
@media screen and (max-width: 767px) {
  .c-favorite-list-wrap {
    margin-left: 0px;
  }
}
.c-favorite-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }
}
.c-favorite-list__item {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding-left: 9px;
  padding-right: 9px;
  width: 20%;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__item {
    margin-right: 8px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__item {
    width: 48%;
    margin: 0 0% 20px;
    float:left;
  }
  .c-favorite-list-wrap li:nth-child(5){
    display:none;
  }
}
.c-favorite-list__img {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .c-favorite-list__img {
    margin-bottom: 5px;
    
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-favorite-list__img {
    
  }
}
.c-favorite-list__price {
  color: #000;
  margin-top: 15px;
  font-size: 14px;
  font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
  white-space: normal;
font-size: 14px;
font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-favorite-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
.c-favorite-list__price.is-default {
  margin-top: 0;
}
.c-favorite-list__btn {
  position: absolute;
  right: 30px;
  bottom: 0;
}
/********** button **********/
.c-btn {
  box-sizing: border-box;
  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-more {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 30px;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  min-width: 180px;
  font-size: 18px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #5a5a5a;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-btn-more {
    font-size: 14px;
  }
}
.c-btn-more:hover {
  background: #5a5a5a;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: 18px;
  background: #9F4050;
  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(234, 135, 47, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: #d8d8d8;
}
.c-btn-cart.is-soldout {
  background: #554732;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #554732;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-btn-cart.is-favorite {
  background: #ffffff;
  color: #393939;
}
.c-btn-cart.is-favorite svg {
  color: #d8d8d8;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart.is-favorite.is-added svg {
  color: #ea872f;
}
.c-icon-cart {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  height: 22px;
  background: url(https://img.shop-pro.jp/tmpl_img/85/icon-cart-white.svg) no-repeat;
  background-size: 26px 22px;
  vertical-align: -2px;
}
@media screen and (max-width: 767px) {
  .c-icon-cart {
    width: 23px;
    height: 20px;
    background-size: 23px 20px;
  }
}
.c-more {
  text-align: center;
}
.c-not-found {
  margin-top: 120px;
  margin-bottom: 120px;
  text-align: center;
}
/********** table **********/
.c-tbl-list {
  border-top: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list {
    border-top: 0;
  }
}
.c-tbl-list__tr {
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__tr {
    display: block;
    border-bottom: 0;
  }
}
.c-tbl-list__th {
  box-sizing: border-box;
  margin: 0;
  padding: 20px;
  width: 270px;
  background: #f0ede8;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    margin-bottom: 15px;
    padding: 5px 15px;
    width: auto;
  }
}
.c-tbl-list__td {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
/********** breadcrumbs **********/
.c-breadcrumbs {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 1030px) {
  .c-breadcrumbs {
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-breadcrumbs + .u-contents {
  padding-top: 30px;
}
.c-breadcrumbs-list {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 15px 25px;
  max-width: 1200px;
  border-radius: 6px;
  background: #FFF;
}
@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list {
    padding: 10px 15px;
  }
}
.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 13px;
}
@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list__item {
    margin-right: 15px;
    font-size: 12px;
  }
}
.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 #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1030px) {
  .c-breadcrumbs-list__item:before {
    right: -12px;
  }
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #5a5a5a;
}
/********** pager **********/
.c-pager {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 40px;
  line-height: 40px;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  position: relative;
  border: 1px solid #dcdcdc;
  font-size: 16px;
  background: transparent;
  color: #393939;
  min-width: 40px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  border-color: #d8d8d8;
  background: #f0ede8;
  color: #393939;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  border-color: #b28d94;
background: #b28d94;
color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current {
    background: transparent;
    border: 0;
  }
}
.c-pager-list__link.is-current:hover {
  border-color: #b28d94;
background: #b28d94;
color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    background: transparent;
  }
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  position: relative;
  border-color: #b28d94;
background: #b28d94;
  text-indent: -99999px;
}
.c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.4s ease;
  z-index: 1;
}
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
  background: rgba(125, 125, 125, 0.8);
}
.c-pager-list__link.is-prev.is-disabled, .c-pager-list__link.is-next.is-disabled {
  background: #dddddd;
  border-color: #dddddd;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #dddddd;
  border-color: #dddddd;
}
.c-pager-list__link.is-prev:before {
  left: 17px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    left: 19px;
  }
}
.c-pager-list__link.is-next:before {
  right: 17px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    right: 19px;
  }
}
.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/***** スライダー テーマ設定 *****/
.c-slider-thema .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.c-slider-thema .slick-prev, .c-slider-thema .slick-next {
  width: 50px;
  height: 50px;
  transition: all 0.4s ease;
  z-index: 1;
  background: #7d7d7d;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev, .c-slider-thema .slick-next {
    top: calc(50% - 50px);
    width: 38px;
    height: 38px;
  }
}
.c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before, .c-slider-thema .slick-next:before {
    width: 7px;
    height: 7px;
  }
}
.c-slider-thema .slick-prev:focus, .c-slider-thema .slick-prev:hover, .c-slider-thema .slick-next:focus, .c-slider-thema .slick-next:hover {
  background: #888888;
}
.c-slider-thema .slick-prev {
  left: 15px;
}
.c-slider-thema .slick-prev:before {
  left: 22px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-prev:before {
    left: 17px;
  }
}
.c-slider-thema .slick-next {
  right: 15px;
}
.c-slider-thema .slick-next:before {
  right: 22px;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .c-slider-thema .slick-next:before {
    right: 17px;
  }
}
.c-slider-thema .slick-dots li button:before {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  border-radius: 50%;
  background: #e5e5e5;
  opacity: 1;
}
.c-slider-thema .slick-dots li.slick-active button:before {
  background: #7d7d7d;
}
/******************************/
/* header */
/******************************/
.l-header {
  position: absolute;
  top: 35px;
  z-index: 1000;
  width: 100%;
  position: fixed;
  top: -120px;
}
@media screen and (max-width: 1030px) {
  .l-header {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    width: 100%;
    min-width: 375px;
    position: fixed;
    top: 0px;
    background: #f6eff3;
  }
}
.l-header.is-top {
  position: absolute;
    position: fixed;
  top: -120px;
  transition: none;
}
@media screen and (max-width: 1030px) {
  .l-header.is-top {
    top: 0;
  }
}
@media screen and (min-width: 1030px) {
  .l-header.is-top.is-fixed {
    animation: anime-headerFade 0.2s ease forwards;
  }
}
.l-header.is-top .l-header-logo {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-header.is-top .l-header-logo {
    display: block;
  }
}
.l-header.is-fixed {
  animation: anime-headerFade 0.2s ease forwards;
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  z-index: 1000;
  top: 10px;
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed, .l-header.is-open {
    top: 0;
  }
  .l-header.is-fixed {
  animation: anime-headerFade 0s ease forwards;
}
  .l-header.is-top.is-fixed {
    animation: anime-headerFade 0s ease forwards;
  }
}
.l-header.is-fixed:before, .l-header.is-open:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  background: #f6eff3;
  animation: anime-headerBg 0.2s ease forwards;
  opacity: 1.0 !important;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
  display: block;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
    display: block;
  }
}
@keyframes anime-headerBg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes anime-headerFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 1200px;
}
@media screen and (max-width: 1030px) {
  .l-header-main {
    display: block;
    padding: 0 0px 0 25px;
    height: 60px;
  }
}
.l-header-main__in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
.l-header-logo {
  flex: 1 0 auto;
  margin-right: 30px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    overflow: hidden;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.l-header-logo__img {
  display: flex;
  align-items: center;
  margin: 0;
  height: 45px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img {
    height: 40px;
  }
}
.l-header-logo__img img {
  max-width: 170px;
  max-height: 40px;
}
.l-header-logo__txt {
  word-break: break-all;
  display: inline-block;
  line-height: 1.2;
  font-size: 16px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .l-header-logo__txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 1030px) {
  .l-header-logo__txt {
    max-width: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-logo__txt {
    max-width: 530px;
  }
}
.l-sp-header-cart-btn {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-sp-header-cart-btn {
    display: block;
  }
}
.l-sp-header-cart-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  height: 60px;
}
.l-sp-header-cart-btn__count {
  position: absolute;
  top: 10px;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #eb872f;
  color: #ffffff;
  text-align: center;
}
.l-menu-btn {
  display: none;
  position: relative;
  z-index: 10000;
  width: 60px;
  height: 60px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 1030px) {
  .l-menu-btn {
    display: block;
  }
}
.l-menu-btn span {
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.2s ease;
  position: absolute;
  left: 19px;
  width: 25px;
  height: 1px;
  background-color: #8d6269;
}
.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 {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
}
@media screen and (min-width: 1031px) {
  .l-main-navi {
    display: flex !important;
  }
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    padding: 25px 25px 30px 25px;
    width: 100%;
    height: calc(100% - 60px);
  }
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-main-navi-list {
    display: block;
  }
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 1030px) {
  .l-main-navi.is-open .l-dropdown-menu {
    display: none;
    position: static;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main-navi.is-open .l-dropdown-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main-navi-list {
    display: block;
  }
}
.l-main-navi-list__item {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 1030px) {
  .l-main-navi-list__item {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 5px 45px 25px 10px;
  border: 0;
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
  background: transparent;
  color: #8d6269;
  text-align: center;
  transition: all ease 0.2s;
}
.l-main-navi-list__link span {
    position: absolute;
    width: 100%;
    font-size: 11px;
    bottom: 5px;
    left: 10px;
    text-align: left;
  font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
}
@media screen and (max-width: 1030px) {
  .l-main-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    border-radius: 5px;
    background: #eae3e7;
    text-align: left;
  }
  .l-main-navi-list__link span{
    font-size:12px;
    margin-left:10px;
    position: relative;
    bottom:0px;
    left: 0px;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #eae3e7;
  color: #8d6269;
  text-decoration: none;
}
.l-main-navi-list__link:hover:before, .l-main-navi-list__link.is-on:before {
  border-right-color: #8d6269;
  border-bottom-color: #8d6269;
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #8d6269;
  border-bottom: 1px solid #8d6269;
  transform: rotate(45deg);
  transition: all ease 0.1s;
}
@media screen and (max-width: 1030px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f6eff3;;
  opacity: 0;
}
@media screen and (max-width: 1030px) {
  .l-main-navi-overlay.is-on {
    animation: anime-overlay 0.2s ease forwards;
    display: block;
  }
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** ドロップダウンメニュー **********/
.l-dropdown-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 30px 30px;
  width: 285px;
  background: #eae3e7;
  
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu {
    position: static;
    margin: 15px 0;
    width: auto;
    background: transparent;
    color: #393939;
  }
}
.l-dropdown-menu.is-contents {
  width: 330px;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu.is-contents {
    width: auto;
  }
}
.l-dropdown-menu-list__item {
  box-sizing: border-box;
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  width:100% !important;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__item {
    margin-bottom: 0;
  }
}
.l-dropdown-menu-list__item:last-child {
  margin-bottom: 0;
}
.l-dropdown-menu-list__item.is-contents {
  font-size: 14px;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__item.is-contents {
    font-size: 16px;
  }
}
.l-dropdown-menu-list__link {
  color: #8d6269;
  width:100%;
  padding: 10px 0;
  display: inline-block;
}
@media screen and (max-width: 1030px) {
  .l-dropdown-menu-list__link {
    display: block;
    color: #8d6269;
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    font-size:13px;
  }
}
.l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
  color: #8d6269;
  background-color: rgba(0,0,0,0.05);
}
@media screen and (max-width: 767px) {
  .l-dropdown-menu-list__link:hover, .l-dropdown-menu-list__link:focus {
    color: #393939;
  }
}
/********** ヘルプナビ **********/
.l-header-help {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}
@media screen and (max-width: 1030px) {
  .l-header-help {
    position: static;
    display: block;
  }
}
.l-header-help__btn {
  box-sizing: border-box;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header-help__btn {
    width: 50px;
  }
}
.l-header-help__btn.is-on {
  position: relative;
  background: #eae3e7;
}
.l-header-help__btn.is-on:before, .l-header-help__btn.is-on:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #8d6269;
}
.l-header-help__btn.is-on:before {
  left: 5px;
  transform: rotate(-45deg);
}
.l-header-help__btn.is-on:after {
  right: 5px;
  transform: rotate(45deg);
}
.l-header-help__btn.is-on img {
  display: none;
}
.l-header-account {
  position: relative;
  margin-left:15px;
}
.l-header-account__contents {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-header-account__contents {
    display: block !important;
  }
}
@media screen and (max-width: 1030px) {
  .l-header-account__btn {
    display: none;
  }
}
.l-header-account__btn img {
  width: 28px;
}
.l-header-account-list {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  right: -45px;
  padding: 30px 30px;
  width: 260px;
  background: #eae3e7;
  z-index:100;
  text-align: left;
  display: block !important;
}
@media screen and (max-width: 1030px) {
  .l-header-account-list {
    position: static;
    padding: 15px 0;
    width: auto;
    background: #eae3e7;
    text-align: left;
  }
}
.l-header-account-list__item {
  margin-bottom: 0px;
}
@media screen and (max-width: 1030px) {
  .l-header-account-list__item {
    margin-bottom: 0;
  }
}
.l-header-account-list__item:last-child {
  margin-bottom: 0;
}
.l-header-account-list__link {
  font-size: 14px;
  color: #8d6269;
  width: 100%;
padding: 10px 0;
display: inline-block;
}
@media screen and (max-width: 1030px) {
  .l-header-account-list__link {
    display: block;
    padding: 10px 25px;
    font-size: 13px;
    color: #8d6269;
    box-sizing: border-box;
  }
  .l-header-account {
    margin-left: 0px;
}
}
.l-header-account-list__link:hover, .l-header-account-list__link:focus {
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .l-header-account-list__link:hover, .l-header-account-list__link:focus {
    color: #393939;
  }
}
.l-header-search {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-search {
    display: none;
  }
}
.l-header-search__contents {
  display: none;
}
.l-header-search__btn img {
  width: 28px;
}
.l-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: -35px;
  padding: 20px;
  width: 440px;
  background: #eae3e7;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .l-header-search__form {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form input::placeholder {
  color: #8d6269;
}
.l-header-search__form input:-ms-input-placeholder {
  color: #8d6269;
}
.l-header-search__form input::-ms-input-placeholder {
  color: #8d6269;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #8d6269;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #333;
}
.l-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 25px;
}
/***** SP ヘルプナビ *****/
.l-sp-header-help {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-sp-header-help {
    display: block;
    padding: 15px 0;
    border-radius: 5px 5px 0 0;
    background: #eae3e7;
    margin-bottom: 5px;
margin-top: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .l-sp-header-help-list__link {
    display: block;
    padding: 10px 25px;
    font-size: 13px;
    color: #8d6269;
  }
}
/***** SP検索 *****/
.l-sp-header-search {
  display: none;
}
@media screen and (max-width: 1030px) {
  .l-sp-header-search {
    display: block;
    margin-bottom: 20px;
  }
}

.l-sp-header-search__btn img {
  width: 25px;
}
.l-sp-header-search__form {
  box-sizing: border-box;
  display: flex;
  position: relative;
  padding: 15px;
  background: #b28d94;
}
.l-sp-header-search__form input::placeholder {
  color: #FFF;
}
.l-sp-header-search__form input:-ms-input-placeholder {
  color: #FFF;
}
.l-sp-header-search__form input::-ms-input-placeholder {
  color: #FFF;
}
.l-sp-header-search__input {
  flex: 1;
  border-bottom: 1px solid #ffffff;
}
.l-sp-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
  color: #ffffff;
}
.l-sp-header-search__submit {
  position: absolute;
  right: 20px;
  bottom: 20px;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-sp-header-search__submit img {
  width: 25px;
}
.l-header-cart {
  margin-left: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-cart {
    display: none;
  }
}
.l-header-cart a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header-cart a {
    width: 50px;
  }
}
.l-header-cart a img {
  width: 28px;
}
.l-header-cart-btn__count {
  position: absolute;
  top: -2px;
  right: -3px;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 10px;
  background: #eb872f;
  color: #ffffff;
  text-align: center;
}



/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.p-freepage__img img {
  border: 1px solid #cccccc;
}
.p-freepage__body {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-freepage-ol {
  padding-left: 25px;
  list-style-type: decimal;
}
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.list04 li {
  float: left;
  margin-bottom: 10px;  
  width: 30%;
    margin-right: 3%;
}
.mokuji {
    max-width: 480px;
    margin: 32px auto 32px;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.mokuji h2 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
}
.mokuji ol {
    margin: 0 0 0 25px;
}
.mokuji ol li {
    list-style-type: decimal;
}
.mokuji ol li a {
    display: block;
    padding: 5px 0;
}
p.pank{
  display: none;
}
/*
 * TOP カラー設定
 */
/* カラー１ベース */
.p-main-visual-wrap,
.p-recommend,
.p-concept,
.p-ranking-bg,
.p-shoplist,
.p-calendar,
.p-block-02-bg {
  background: #FFF;
}
/* カラー１アクセント */
.p-line-informaiton,
.p-recommend-bg,
.p-category-list__link {
  background: #f0ede8;
}
/* カラー２ベース */
.p-pickup {
  background: #efefef;
}
/* カラー２アクセント */
.p-pickup-bg {
  background: #e5e5e5;
}
/*

/* TRINITY FORCE Basic */
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}

/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}

.pb0{ padding-bottom:0;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}

/* Space */
.header {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	top: 0px;
	z-index: 1000;
	background-color: #f6eff3;
}
.box1080{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 1080px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
}
.box800{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width: 800px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
    position: relative;
}

.box1280{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1280px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
}
.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#fff;
    position: relative;
}
.ph100{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
box-sizing: border-box;
    z-index: 0;
}
.ph100 img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.copyright{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:left;
	font-size:11px;
	color:#FFF;
	line-height:1.6em;
    margin-top: 20px;
}

.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:left;
	line-height:1.4em;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:1.4em;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.4em;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:1.4em;
    position: relative;
}
.text48{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:center;
	line-height:1.3em;
    position: relative;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:1.6em;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.6em;
}
.text20{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align:left;
	line-height:1.6em;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:1.6em;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:1.6em;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:left;
	line-height:1.6em;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height:1.6em;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:left;
	line-height:1.6em;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:1.6em;
    position: relative;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:left;
	line-height:1.6em;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height:1.6em;
}
.bd{
	font-weight: bold;
}
/* TRINITY FORCE */
.flex{
	display: flex;
width: 100%;
height: auto;
flex-flow: row wrap;
}
.flexBetween{
	display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}
.headLogo{
	width: auto;
	height: auto;
	display:block;
	position: relative;
	transition-property: all;
	transition: 0.6s ease;
	text-align: left;
	float: left;
    opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
	margin-top: 25px;
	margin-bottom: 15px;
}
.headLogo img{
	height: 40px;
	width:auto;
	transition-property: all;
	transition: 0.6s ease;
    display: block;
}
.gNavi {
	width: 100%;
	height: auto;
	display:block;
    float: left;
}
.gNavi ul{
	width: 100%;
	height: auto;
	float: left;
	display:flex;
}
.gNavi ul li ul.l-dropdown-menu-list{
  display:block;
}
.gNavi li{
	width: 16.6666%;
	height: auto;
	float: left;
	display:inline-block;
  margin-right: 0px;
  position: relative;
}
.gNavi li .l-main-navi-list__link{
	width: 100%;
	height: auto;
	font-size:18px;
	line-height:20px;
	text-align:center;
    color: #8d6269;
	display:inline-block;
	text-decoration:none;
	font-weight: 500;
	transition-property: all;
	transition: 0.2s ease;
box-sizing: border-box;
    padding: 10px 0 23px;
	position: relative;
    cursor: pointer;
    letter-spacing: 0em;
	font-family: 'Cormorant Garamond', serif;
}
.gNavi li.l-main-navi-list__item::before{
    content: '';
    width: 100%;
    font-size: 11px;
    text-align: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    color: #855470;
	font-weight: normal;
	font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
}
.gNavi li.b01.l-main-navi-list__item::before{
    content: '- DTWフラワーエッセンス -';
}
.gNavi li.b02.l-main-navi-list__item::before{
    content: '- ハーブティー -';
}
.gNavi li.b03.l-main-navi-list__item::before{
    content: '- オイル -';
}
.gNavi li.b04.l-main-navi-list__item::before{
    content: '- その他 -';
}
.gNavi li.b05.l-main-navi-list__item::before{
    content: '- コンテンツ -';
}
.gNavi li.b06.l-main-navi-list__item::before{
    content: '- お悩み別 -';
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on{
	background-color: rgba(0,0,0,0.05);
}
.headIconList{
	width: auto;
	height: auto;
	display:block;
	position: relative;
	transition-property: all;
	transition: 0.6s ease;
	text-align: left;
	float: right;
    opacity:1.0;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
	margin-top: 25px;
	margin-bottom: 15px;
}
.headIconList ul{
	width: auto;
	height: auto;
	display:flex;
}
.headIconList ul li{
	width: auto;
	height: auto;
	display:block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.headIconList ul li img{
	width: 30px;
	height: 30px;
}
.topPanel{
	width: 100%;
height: auto;
position: relative;
background-color: #b28d94;
	display: block;
}
.disFlex{
	display: flex;
	justify-content: space-between;
}
.headText{
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.headInfo ul{
	display: flex;
}
.headInfo ul li{
	width: auto;
height: auto;
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 5px;
}
.headInfo ul li a{
	display: flex;
	align-items: center;
	color: #FFF;
	line-height: 20px;
	font-size: 12px;
	text-decoration: none;
}
.headInfo ul li a img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.halfBox{
	width: 50%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
}
.itemCenter{
	align-items: center;
}
.fontEn{
	font-family: 'Cormorant Garamond', serif;
}
.c01{
	color: #8d6269;
}
.bd500{
	font-weight: 500;
}
.wht{
	color: #FFF;
}
.grey{
	color: #999;
}
.bgColor01{
	background-color: #f6eff3;
}
.bgColor02{
	background-color: #f1e6ec;
}
.bgLine01{
	position: relative;
}
.bgLine01::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #8d6269;
	top: 20px;
	left: 0;
}
.bgLine01::after{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #8d6269;
	bottom: 20px;
	left: 0;
}
.footBox {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: table;
    background-color: #b28d94;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #FFF;
}
.footMenu{
	width: 50%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
}
.footMenu.w-full{
	width: 100%;
}
.footMenu ul{
	width: 100%;
	height: auto;
	display:flex;
	float: left;
	position: relative;
box-sizing: border-box;
	flex-flow: row wrap;
}
.footMenu ul li{
	width: 50%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.footMenu ul li a{
	width: 100%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
	font-size: 13px;
	line-height: 1.6em;
	color: #8d6269;
	text-decoration: none;
}
.footMenu ul li a:hover{
	text-decoration: underline;
}
.footBox .footMenu ul li a{
	color: #FFF;
}
.footSns {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 15px;
}
.footSns img {
    width: 30px;
    height: 30px;
}
.footSns a {
    text-decoration: none;
    margin-right: 12px;
}
.p-shopguide {
  display:none;
}
.l-footer{
  display:none;;
}
.l-bottom .u-container {
    width: 100%;
  max-width:1280px;
}
.headIconList ul li ul.l-header-account-list li.l-header-account-list__item{
    width: 100%;
    margin: 0px;
}
.headIconList ul li ul.l-header-account-list li.l-header-account-list__item a{
  color: #8d6269;
width: 100%;
padding: 10px 0;
display: inline-block;
  font-size: 14px;
  font-family: 'Noto Sans Japanese',"YuGothic","Yu Gothic","游ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
}
.headIconList ul li ul.l-header-account-list li.l-header-account-list__item a:hover{
  background-color: rgba(0,0,0,0.05);
}
.iconDrop {
    width: 100%;
    height: auto;
    float: left;;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.iconDrop img {
    width: 30px;
    height: 30px;
}
.headShipping{
	width: auto;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
	font-size: 13px;
	line-height: 19px;
	color: #8d6269;
	border: #8d6269 1px solid;
	padding: 1px 10px;
	margin-bottom: 3px;
}
.headShopInfo {
    width: 50%;
    height: auto;
    display: block;
    position: relative;
    transition-property: all;
    transition: 0.6s ease;
    text-align: left;
    float: left;
    margin-left: 20px;
	margin-top: 24px;
}
.p-calendar{
  display:none;
}
.sideBox{
	width: 30%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
	padding-right: 60px;
  margin-top:10px;
}
.u-contents .contents{
	width: 70%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
  
}
.mainBox{
	width: 70%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
}
.sideTitle{
	display: block;
float: left;
height: auto;
width: 100%;
font-size: 24px;
text-align: left;
line-height: 1.6em;
	padding-bottom: 5px;
	border-bottom: #8d6269 1px solid;
	margin-bottom: 20px;
  margin-top: 0px;
}
.sideCnt{
	width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
	margin-bottom: 40px;
}
.sideCnt dl {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.sideCnt dl dt {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0;
	padding: 10px 0;
}
.sideCnt dl dt:hover {
	background-color: rgba(0,0,0,0.05);
}
.sideCnt dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #8d6269;
    border-bottom: 1px solid #8d6269;
    transform: rotate(45deg);
    transition: all ease 0.1s;
}
.sideCnt dl dt.menuOpen::before {
    transform: rotate(-135deg);
    margin-top: -4px;
}
.sideCnt dl dd {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    position: relative;
    display: none;
  margin-left: 0;
}
.sideCnt dl dd ul {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
}
.sideCnt dl dd ul li {
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.sideCnt dl dd ul li a {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
    padding-left: 1em;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
	text-decoration: none;
}
.sideCnt dl dd ul li a:hover {
	text-decoration: underline;
	color: #8d6269;
}
.sideMenuLink{
	width: 100%;
	height: auto;
float: left;
box-sizing: border-box;
position: relative;
display:block;
}
.sideMenuLink a{
	width: 100%;
	height: auto;
float: left;
box-sizing: border-box;
position: relative;
display: inline-block;
font-size: 14px;
 line-height: 20px;
color: #444;
cursor: pointer;
font-weight: 500;
letter-spacing: 0;
	text-decoration: none;
	padding: 10px 0;
}
.sideMenuLink a:hover {
	background-color: rgba(0,0,0,0.05);
}
.side_cal {
  display: block;
}
.tbl_calendar {
  margin-left: 30px;
  margin-right: 30px;
  width: 330px;
  text-align: center;
  border-spacing: 1px 1px;
  border-collapse: separate;
}
.headIconList .l-sp-header-cart-btn__count {
    top: -2px;
    right: 2px;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tbl_calendar caption {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar th {
    padding: 5px 9px;
    font-size: 12px;
  }
}
.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .tbl_calendar td {
    padding: 5px 9px;
    font-size: 12px;
  }
}
.side_cal_memo {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #5a5a5a;
}
@media screen and (max-width: 767px) {
  .side_cal_memo {
    margin-left: 0;
    margin-right: 0;
  }
}
.pdBox{
	width: 23%;
	height: auto;
	display:block;
	float: left;
	position: relative;
box-sizing: border-box;
	transition-property: all;
transition: 0.2s ease;
}
.pdBox:hover{
	opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
	background-color: rgba(0,0,0,0.03);
}
.pdBox a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.pdBox .ph100{
	margin-bottom: 20px;
	padding: 20px;
}
.pdBox.t-column{
	width: 50%;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
.pdBox.t-column .ph100{
	margin-bottom: 10px;
	padding: 0px;
}
@media screen and (max-width: 1030px) {
.topPanel {
    display:none;
  }
  .header {
    display:none;
  }
  .mainBox{
	width: 100%;
}
.u-contents .contents{
	width: 100%;
}
 .sideBox{
	display:none;
}
}
@media screen and (max-width: 767px) {
  .onPc{
	display:none !important;
}
.onSmt{
	display:block !important;
}
.l-sp-header-cart-btn__count {
  right: -1px;
}
  .footMenu {
    width: 100%;
  }
  .footMenu ul li {
    width: 100%;
    margin-bottom:20px;
  }
  .footMenu ul li a {
    font-size:12px;
  }
  .halfBox{
	width: 100%;
  }
  .footBox {
    padding-bottom: 80px;
}
  .u-overflow-slide {
    white-space: normal;
}
.c-item-list__ttl {
    font-size: 14px;
}
.p-category-list__name {
    font-size: 14px;
}
.list04 li { 
  width: 49%;
    margin-right: 1% !important;
}
 .pdBox.t-column {
    padding: 10px;
  }
.spText10{
    font-size: 10px !important;    
}
.spText11{
    font-size: 11px !important;    
}
.spText12{
    font-size: 12px !important;    
}
.spText13{
    font-size: 13px !important;    
}
.spText14{
    font-size: 14px !important;    
}
.spText15{
    font-size: 15px !important;    
}
.spText16{
    font-size: 16px !important;    
}
.spText18{
  