@charset "utf-8";
/* CSS Document */
body {
  font-family:  -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'Segoe UI', 'Helvetica Neue','Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 15px;
  word-wrap: break-word;
  color: #000;
  font-weight: 400;
  background: #fff;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #007ab8;
}

html {
  font-family: sans-serif;
  line-height: 1.15;

      -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: -apple-system, BlinkMacSystemFont, 'Noto Sans Japanese', 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  /*font-family: "Sawarabi Mincho", Georgia,&#65533;&#65533;&#65533;&#65533;&#299;,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS&#65533;&#65533;&#299;E,&#65533;&#6500;&#65533;&#43370;,Meiryo,serif;*/
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}
ul {
	padding-left: : 20px;
}

[hidden] {
  display: none;
}

.c-icon {
  width: 22px;
  height: 22px;

  fill: currentColor;
}

.c-social-icon {
  width: 22px;
  width: 36px;
  height: 22px;
  fill: currentColor;
}

.c-overlay {
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
}

.c-overlay__icon {
  position: fixed;
  z-index: 2001;
  top: 30px;
  right: 10%;
  width: 20px;
  height: 20px;
  transform: translateX(50%);

  fill: #fff;
}

.c-button {
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-button:hover,
.c-button:focus {
  cursor: pointer;
  outline: none;
}

.c-button--solid {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #db0975;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-button--solid:hover,
.c-button--solid:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.c-button--solid.is-disabled {
  font-size: 14px;
  cursor: default;
  color: #999;
  border: 0;
  background: #eee;
  box-shadow: none;
  text-shadow: none;
}

.c-button--border {
  font-size: 14px;
  cursor: pointer;
  color: #333;
  border: 1px solid #eaeaea;
  background: transparent;
}

.c-button--border:hover,
.c-button--border:focus {
  color: #fff;
  border-color: #333;
  outline: none;
  background: #333;
}

.c-button--border.is-disabled {
  font-size: 14px;
  cursor: default;
  color: #b3b3b3;
  border: 1px solid #eaeaea;
  background: #f8f8f8;
}

.c-button__icon {
  width: 22px;
  height: 22px;
  vertical-align: -.37em;

  fill: currentColor;
}

.c-button--sm .c-button__icon {
  width: 18px;
  height: 18px;
  vertical-align: -.4em;

  fill: currentColor;
}

.c-button--sm {
  font-size: 12px;
}

.c-form__unit {
  margin-bottom: 30px;
}

.c-form__unit-label {
  font-weight: bold;
  margin-bottom: .5em;
}

.c-form__unit-label--fix-margin {
  margin-bottom: -.05em;
}

.c-input-text {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid #eaeaea;
  border-radius: 4px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-input-text:focus {
  border-color: #333;
  outline: none;
}

.c-select {
  position: relative;
}

.c-select__value {
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
  transition: .2s;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-select__value:hover {
  border-color: rgba(0, 0, 0, .1);
}

.c-select__value::-ms-expand {
  display: none;
}

.c-select__icon {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 5px;
  width: 22px;
  height: 22px;
  margin-top: -11px;

  fill: currentColor;
}

.c-section {
  margin: 30px 0 50px;
}

.c-section__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  width: 300px;
  margin: 0;
  letter-spacing: 1px;
}

.c-section__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.c-section__content p:nth-child(1) {
  margin-top: 0;
}

.c-section__heading {
  margin: 50px 10px 20px;
  text-align: center;
  color: #333;
}

.c-section__heading--title {
  font-size: 16px;
  position: relative;
  margin-bottom: .8em;
  letter-spacing: .1em;
}

.c-section__heading--title::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background: #333;
}

.c-section__heading--title span {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  background: #fff;
}

.c-section__heading--sub-title,
.c-section__heading--title.en-text{
  font-family: 'PT Serif', serif;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

.c-section__container {
  max-width: 1000px;
  margin-right: 10px;
  margin-left: 10px;
}

.c-table-wrap {
  overflow-x: scroll;
}

.c-table-wrap::-webkit-scrollbar {
  height: 8px;
}

.c-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.c-table-wrap::-webkit-scrollbar-thumb {
  background: #ccc;
}

.c-table-wrap table {
  min-width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 1px solid #eaeaea;
}

.c-table-wrap table td,
.c-table-wrap table th {
  padding: 10px 8px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #eaeaea;
}

/*.c-product-info__price {
  font-family: 'PT Serif', serif;
}*/

.c-product-info__price--discount {
  color: #f00;
}

.c-product-info__regular-price {
  font-family: 'PT Serif', serif;
  text-decoration: line-through;
}

.c-product-info__soldout {
  font-family: 'PT Serif', serif;
  letter-spacing: 1px;
  color: #f00;
}

.c-product-list {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #eaeaea;

  flex-wrap: wrap;
}

.c-product-list::after {
  display: block;
  clear: both;
  content: '';
}

.c-product-list__image-wrap {
  max-width: 320px;
  border: 10px solid transparent;
}

.c-product-list::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  content: '';
  background: #eaeaea;
}

.c-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 20px 50px;
  transition: opacity .2s; /*! IE&#65533;&#65533;&#65533;&#65533;float&#65533;&#65533;&#65533;&#65533; */
  text-align: center;
  border: 0\9;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.list-memo {
  margin-left: 20px;
  padding-left: 0;
  list-style: disc;
}
.list-memo li {
    font-size: 94%;
}
@media screen and (max-width: 600px) {
.c-category-list .c-product-list__item {
  padding: 0;
}
.c-section.p-layout-container .c-topic-path {
    margin-bottom: 125px;
}
.c-section__heading--title.en-text {
font-size: 16px;
}
.shopkeeper .c-section__label {
  width: 100%;
}
}
.c-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}

.c-product-list__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-top: .5em;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.c-product-list__name:hover {
  opacity: .66;
}

.c-product-list__name:active {
  opacity: 1;
}
.c-product-list__name.history__name {
    font-size: 92%;
}
.c-product-list__price {
  font-weight: bold;
  margin-top: 1em;
  color: #db0975;
}

.c-product-list__regular-price {
  font-weight: bold;
  margin-top: 1em;
}

.c-product-list__soldout {
  font-weight: bold;
  margin-top: 1em;
}

.c-product-list__expl {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: left;
}

.c-product-list__index {
  font-family: 'PT Serif', serif;
  font-size: 10px;
  line-height: 31px;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: rgba(0, 0, 0, .6);
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 30px;
  background: #f8f8f8;
}

.c-product-list__index--1 {
  background: #ffeb1f;
}

.c-product-list__index--2 {
  background: #cdcdcd;
}

.c-product-list__index--3 {
  background: #db7f25;
}

.c-product-list__fav-item {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
}

.c-product-list__fav-item button {
  display: block;
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
}

.c-product-list__fav-item .is-added {
  color: #ff7373;
}

.c-product-list__fav-item svg {
  width: 20px;
  height: 20px;

  fill: currentColor;
}

.c-product-list__button {
  display: block;
  clear: both;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.c-product-list__button button {
  font-weight: bold;
  min-width: 300px;
  padding: 15px;
  text-indent: 11px;
}

.c-product-sort {
  margin: 30px 10px 0;
}

.c-product-sort::after {
  display: block;
  clear: both;
  content: '';
}

.c-product-sort__total {


  margin-bottom: 10px;
  text-align: center;
}

.c-product-sort__total span {
  font-size: 24px;
  margin: 0 8px;
}

.c-product-sort__switch {
  float: right;
}

.c-pager {
  margin: 30px 0;
  text-align: center;
}

.c-pager__total {
  margin-bottom: 20px;
}

.c-pager__total span {
  font-size: 24px;
  margin: 0 8px;
}

.c-pager__list {
  font-family: 'PT Serif', serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-pager__list-item {
  display: inline-block;
  margin: 0 5px;
  margin-bottom: 10px;
  text-align: center;
}

.c-pager__link {
  min-width: 42px;
  padding: 8px;
}

.c-pager__unlink {
  min-width: 42px;
  padding: 8px;
}

.c-pager__unlink.is-current {
  color: #333;
  border-color: transparent;
  background: transparent;
}

.c-pager__icon {
  width: 22px;
  height: 22px;
  vertical-align: -5px;

  fill: currentColor;
}

.c-thumbnail-product-list {
  margin: 20px 0;
  padding: 0 10px;
  list-style-type: none;
}

.c-thumbnail-product-list::after {
  display: block;
  clear: both;
  content: '';
}

.c-thumbnail-product-list__image-wrap {
  border: 0;
}

.c-thumbnail-product-list__item {
  float: left;
  box-sizing: border-box;
  width: 33.33333%;
  margin-bottom: 30px;
  padding: 0 5px;
  transition: opacity .2s;
  text-align: center;
}

.c-thumbnail-product-list__item.is-hidden {
  position: absolute;
  z-index: -10000;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  border: 0;
}

.c-thumbnail-product-list__price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  color: #db0975;
}

.c-thumbnail-product-list__regular-price {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.c-thumbnail-product-list__soldout {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.c-topic-path {
  font-size: 12px;
  margin: 30px 10px;
}

.c-topic-path__list {
  margin: 0;
  padding: 0;
}

.c-topic-path__item {
  display: inline-block;
  margin-right: .5em;
  word-break: break-all;
}

.c-topic-path__item--hidden {
  visibility: hidden;
}

.c-topic-path svg {
  position: relative;
  top: .1em;
  width: 12px;
  height: 12px;
  margin-right: .5em;

  fill: currentColor;
}

.c-topic-path a {
  display: inline-block;
  padding: .7em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.c-topic-path a:hover {
  opacity: .66;
}

.c-topic-path a:active {
  opacity: 1;
}

.c-image-wrap {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 1px solid #ddd;
}
.c-image-wrap:hover img {
	opacity: .8;
}
.c-image-wrap::after {
  display: block;
  padding-top: 100%;
  content: '';
}


.c-image-wrap--link {
  cursor: pointer;
}

.c-image-wrap--link:hover .c-image-box--main {
  opacity: 0;
}

.c-image-wrap--link:hover .c-image-box--otherimg {
  opacity: 1;
}
.c-product-list.c-category-list li a {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.c-product-list.c-category-list li a:hover > * {
	opacity: .8;
}
.c-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  word-break: break-all;
}

.c-image-box__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.c-image-box__image--noimage {
  font-family: 'PT Serif', serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}

.c-image-box--main {
  opacity: 1;
}


.c-image-box--otherimg {
  opacity: 0;
}

.c-not-found {
  margin: 100px 0;
  text-align: center;
}

.u-visible--tablet {
  display: none;
}

.u-visible--pc {
  display: none;
}

.p-layout-container {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.p-page-content section.p-layout-container {
  margin-bottom: 70px;
}
.p-layout-container::after {
  display: block;
  clear: both;
  content: '';
}

.p-page-content {
	box-sizing: border-box;
    max-width: none;
    margin: 0;
}

#base_gmoWrapp {
  position: relative;
}

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

.p-header ul {
  list-style-type: none;
}

.p-header__bar {
  /*! &#65533;&#289;&#65533;&#65533;&#65533;&#65533;&#65533;&#179;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1957;&#1764;&#484;&#65533;&#637;&#65533;&#65533;&#65533;&#65533;&#65533;&#676;&#65533; */
  display: none;
}

.p-header__tips {
  position: relative;
  z-index: 0;
  float: right;
  width: 100%;
  margin-right: -370px;
}

.p-header__tips-area {
  overflow: hidden;
  margin-right: 370px;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-header__user-nav {
  position: relative;
  z-index: 1;
  float: right;
  width: 500px;
  margin: 0;
  padding: 0;
}

.p-header__user-nav li {
  display: table;
  float: right;
  width: 120px;
  margin-right: 1px;
  text-align: center;
  box-shadow: -1px 0 0 rgba(0, 0, 0, .2);
}
.p-header__user-nav > li:first-child {
	width: 125px;
}
.p-header__user-nav > li:first-child > a {
	padding-left: 5px;
}
.p-header__user-nav a {
  display: table-cell;
  transition: background .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  background: transparent;
}

.p-header__user-nav a:hover {
  background: rgba(255, 255, 255, .5);
}
.p-sub-header__content-nav li a {
	padding: 15px 0;
	display: block;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
}
.p-sub-header__content-nav li a:before {
	content: "";
	display: block;
	overflow: hidden;
	width: 90%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	background: #adadad;
	bottom: -2px;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.p-sub-header__content-nav li a:hover:before {
	left: 0;
	right: 0;
	bottom: 2px;
	margin: 0 auto;
}
.p-sub-header__content-nav li a:hover {
  background: #fff;
	opacity: 1;
}


.p-header__user-nav svg {
  width: 16px;
  height: 16px;
  vertical-align: -.2em;

  fill: currentColor;
}

.sp-global-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  display: table;
  width: 100%;
  transition: transform .2s;
  transform: translateY(0%);
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.sp-global-header.is-fixed {
  position: fixed;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
}

.sp-global-header.is-hidden {
  transform: translateY(-100%);
  box-shadow: none;
}

.sp-global-header__unit {
  display: table-cell;
  width: 33.33333%;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  border-right: 1px solid #eaeaea;
}

.sp-global-header__unit:last-child {
  border: 0;
}

.sp-global-header__unit:active {
  text-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.sp-global-header__cart {
  position: relative;
}



.sp-global-header__cart--has-item::after {
  position: absolute;
  top: -5px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: '';
  border: 2px solid #fff;
  border-radius: 14px;
  background: #db0975;
}

.state-drawer-nav {
  display: none;
}

.state-drawer-nav:checked ~ .close-drawer-nav {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}

.open-drawer-nav {
  cursor: pointer;
}

.p-drawer-nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: -80%;
  overflow-y: scroll;
  width: 80%;
  height: 100%;
  transition: .2s;
  opacity: 0;
  background: #fff;
}

.state-drawer-nav:checked ~ .p-body .p-drawer-nav {
  z-index: 10000;
  left: 0;
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, .3);
}

.p-drawer__heading {
  padding: 12px 10px;
  color: #333;
  background: #333;
}

.p-drawer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #fff;
}

.p-drawer__list a {
  color: #333;
}

.p-drawer__list--freepage {
  border-bottom: 2px solid #eaeaea;
}

.p-drawer__pulldown {
  overflow: hidden;
  box-sizing: border-box;
  height: 0;
  margin: 0;
  transition: .2s;
  opacity: 0;
  background: #f8f8f8;
}

.p-drawer__pulldown.is-opened {
  height: auto;
  opacity: 1;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.p-global-header {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 36px 0 26px;
  background: #fff;
}

.p-global-header::after {
  display: block;
  clear: both;
  content: '';
}

.is-top .p-global-header {
  padding: 16px 0 0;
}
.js-fix-height {
  margin-top: -30px;
}
.is-top .p-global-header .p-global-header__logo {
  display: block;
  width: 40%;
}
.catch-copy {
    font-size: 15px;
    max-width: 600px;
    position: relative;
    font-family: "Sawarabi Mincho", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    color: #666;
    font-weight: 600;
    line-height: 1.6;
    margin-left: 11vw;
    margin-top: 0;
    margin-right: 0;
    right: auto;
    margin-bottom: 0;
    width: 100%;
}
.p-global-header .p-global-header__logo img {
    position: absolute;
    top:-3px;
    width: 100px;
}

.is-top .p-global-header .p-global-header__home {
  display: none;
}

.isnot-top .p-global-header {
  padding: 20px 0;
}

.isnot-top .p-global-header .p-global-header__logo {
  display: none;
}

.isnot-top .p-global-header .p-global-header__home {
  display: inline-block;
}

.p-global-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}
.p-global-header a:hover {
  opacity: .66;
}

.p-global-header a:active {
  opacity: 1;
}

.p-global-header__logo {
  font-family: 'PT Serif', serif;
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}

.p-global-header__home {
  display: none;
  float: left;
}

.p-global-header__cart {
  float: right;
  margin-left: 15px;
}

.p-global-header__cart-count {
  margin-left: 4px;
  color: #db0975;
}

.p-global-header__search {
  float: right;
  margin-left: 15px;
  transition: opacity .2s;
  text-decoration: none;
}

.p-global-header__search:hover {
  opacity: .66;
}

.p-global-header__search:active {
  opacity: 1;
}

.p-global-header__icon {
  width: 22px;
  height: 22px;
  vertical-align: -.4em;

  fill: currentColor;
}

.p-global-header__cart-icon {
  position: relative;
}

.p-global-header__cart-icon--has-item::after {
  position: absolute;
  top: -5px;
  left: 14px;
  width: 8px;
  height: 8px;
  content: '';
  border: 2px solid #fff;
  border-radius: 14px;
  background: #db0975;
}

.p-global-nav {
  float: right;
  width: 480px;
  text-align: right;
  color: #333;
  width: 60%;
}

.p-global-nav__unit {
  position: static;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
  font-family: 'PT Serif', serif;
}

.p-global-nav__unit:last-child {
  border-right: 1px solid #ddd;
}

.p-global-nav__heading {
  position: relative;
  cursor: pointer;
}

.p-global-nav__heading::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -25px;
  content: '';
  transition: .2s;
  opacity: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #f8f8f8;
}

.p-global-nav__body {
  position: absolute;
  z-index: 1000;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  margin: 0;
  transition: .2s;
  opacity: 0;
}

.p-global-nav__body-inner {
  padding: 40px 0 30px;
  background: #f8f8f8;
}

.p-global-nav__list {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-global-nav__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-global-nav__list li {
  line-height: 1.5;
  float: left;
  width: 33.33333%;
  margin-bottom: 10px;
}

.p-global-nav__list li:nth-child(3n + 1) {
  clear: both;
}

.p-global-nav__list a {
  position: relative;
  display: block;
  margin-right: 10px;
  padding: 5px 10px 5px 25px;
  border-radius: 3px;
}

.p-global-nav__list a:hover {
  background: rgba(0, 0, 0, .05);
}

.p-global-nav__list a::before {
  position: absolute;
  top: .3em;
  left: 10px;
  content: '-';
}

.p-global-nav .is-opened .p-global-nav__heading::after {
  opacity: 1;
}

.p-global-nav .is-opened .p-global-nav__body {
  height: auto;
  padding-top: 20px;
  opacity: 1;
}

.p-sub-header {
  display: none;
  padding: 15px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
 }

.p-sub-header::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-header a {
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
  font-family: 'PT Serif', serif;
}

.p-sub-header a:hover {
  opacity: .66;
}

.p-sub-header a:active {
  opacity: 1;
}

.p-sub-header__content-nav {
  float: left;
  margin: 0;
  padding: 0;
}

.p-sub-header__content-nav li {
  line-height: 22px;
  display: inline-block;
  margin-right: 20px;
  letter-spacing: 1px;
}
.beauty-colimn-width {
	width: 170px;
}

.p-sub-header__social-nav {
  float: right;
  margin: 0;
  padding: 0;
}


.p-sub-header__social-nav li {
  display: inline-block;
  vertical-align: bottom;
}

.p-fixed-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  transition: transform .2s;
  transform: translateY(0%);
}

.p-fixed-header.is-fixed {
  position: fixed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.p-fixed-header.is-hidden {
  transform: translateY(-100%);
}

.p-fixed-header.is-top {
  position: absolute;
  box-shadow: none;
}

.state-search-form {
  display: none;
}

.state-search-form:checked ~ .close-search-form {
  z-index: 2000;
  visibility: visible;
  opacity: 1;
}

.open-search-form {
  cursor: pointer;
}

.p-search-form {
  position: fixed;
  z-index: -1;
  top: 50px;
  width: 100%;
  transition: .2s;
  transform: translateY(-200px);
  opacity: 0;
}

.p-search-form__body {
  width: 90%;
  margin: 30px auto 0;
}

.state-search-form:checked ~ .p-body .p-search-form {
  z-index: 10000;
  transform: none;
  opacity: 1;
}

.p-search-form__body {
  position: relative;
  display: table;
  padding-left: .5em;
  border-bottom: 2px solid #fff;
}

.p-search-form__keyword-cell {
  display: table-cell;
  width: auto;
}

.p-search-form__button-cell {
  display: table-cell;
  width: 40px;
}

.p-search-form__keyword {
  font-size: 16px;
  line-height: 40px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  color: #fff;
  border: 0;
  border-radius: 0;
  background: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search-form__keyword:placeholder-shown {
  color: #fff;
}

.p-search-form__keyword::-webkit-input-placeholder {
  color: #fff;
}

.p-search-form__keyword::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.p-search-form__keyword:-ms-input-placeholder {
  color: #fff;
}

.p-search-form__keyword:focus {
  outline: none;
}

.p-search-form__keyword:focus:placeholder-shown {
  color: #666;
}

.p-search-form__keyword:focus::-webkit-input-placeholder {
  color: #666;
}

.p-search-form__keyword:focus::-moz-placeholder {
  opacity: 1;
  color: #666;
}

.p-search-form__keyword:focus:-ms-input-placeholder {
  color: #666;
}

.p-search-form__button {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 0;
  background: transparent;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search-form__button:hover,
.p-search-form__button:active {
  cursor: pointer;
  opacity: .66;
}

.p-search-form__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto;

  fill: currentColor;
}

.p-footer {
  background: #333;
}


.p-shop-info {
  padding: 40px 0 20px;
  border-top: 1px solid #eaeaea;
  background: rgba(255, 255, 255, .96);
}

.p-shop-info::after {
  display: block;
  clear: both;
  content: '';
}

.p-shop-info__manager::after {
  display: block;
  clear: both;
  content: '';
}

.p-shop-info__calendar {
  font-size: 12px;
  text-align: center;
}

.p-shop-info__calendar::after {
  display: block;
  clear: both;
  content: '';
}

.p-manager__image {
  display: block;
  max-width: 200px;
  height: auto;
  margin: 0 auto 20px;
}

.p-manager__heading {
  font-weight: bold;
  font-style: 18px;
  margin: 0 0 1em;
  text-align: center;
}

.p-manager__content {
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.p-calendar__table {
  white-space: nowrap;
}

.p-calendar__table table {
  font-family: 'PT Serif', serif;
  margin: 20px auto;
  text-align: center;
  vertical-align: top;
}

.p-calendar__table caption {
  font-weight: bold;
  padding: 0 0 .5em;
}

.p-calendar__table th,
.p-calendar__table td {
  width: 28px;
  padding: .5em 0;
}

.p-calendar__note {
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

.p-global-footer {
  color: #333;
  background: rgba(255, 255, 255, .1);
}

.p-global-footer a {
  transition: .2s;
  color: #333;
}

.p-global-footer a:hover {
  opacity: .66;
}

.p-global-footer__group {
  clear: both;
}

.p-global-footer__group::after {
  display: block;
  clear: both;
  content: '';
}

.p-global-footer__heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 10px 10px;
  padding: .5em 0;
  text-align: center;
  border-bottom: 2px solid #333;
}
.p-global-footer__heading.footer-contact {
    margin-top: 20px;
}
.p-global-footer__mailmaga-form {
  margin: 0 10px;
}

.p-global-footer__mailmaga-form br {
  display: none;
}

.p-global-footer__mailmaga-form span {
  display: block;
}

.p-global-footer__mailmaga-form p {
  margin: 20px 0;
  text-align: right;
}

.p-global-footer__mailmaga-form a {
  padding: 10px 0;
}

.p-global-footer__mailmaga-form .mailmaga_text {
  margin-bottom: 10px;
}

.p-global-footer__mailmaga-form .mailmaga_text input {
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  transition: .2s;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #adadad;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-global-footer__mailmaga-form .mailmaga_text input:focus {
  border-color: #333;
  outline: none;
}

.p-global-footer__mailmaga-form .mailmaga_ins input {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 15px;
  cursor: pointer;
  transition: .2s;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  background: #db0975;

  -webkit-appearance: none;

     -moz-appearance: none;
          appearance: none;

}

.p-global-footer__mailmaga-form .mailmaga_ins input:hover,
.p-global-footer__mailmaga-form .mailmaga_ins input:focus {
  outline: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.p-global-footer__mailmaga-form .mailmaga_del {
  display: none;
}

.p-global-footer__social-nav {
  margin: 0;
  padding: 0;
}

.p-global-footer__social-nav li {
  display: inline-block;
}

.p-global-footer__qr-code {
  float: right;
  padding-left: 30px;
}

.p-footer-nav {
  line-height: 1.3;
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.p-footer-guide {
  color: #333;
  background: rgba(255, 255, 255, .1);
}

.p-footer-guide a {
  transition: .2s;
  color: #333;
}

.p-footer-guide a:hover {
  opacity: .66;

}

.p-footer-guide__heading {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 10px 10px;
  padding: .5em 0;
  text-align: center;
  border-bottom: 2px solid #333;
}

.p-footer-guide__label {
  line-height: 1.5;
  margin: 10px 0;
}

.p-footer-guide__content {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 40px;
}

.p-footer-guide__image {
  margin-bottom: 10px;
  display: none;
}

.p-footer-bottom {
  font-family: 'PT Serif', serif;
  position: relative;
  color: #333;
}

.p-footer-bottom::after {
  display: block;
  clear: both;
  content: '';
}

.p-footer-bottom a {
  transition: .2s;
  color: #333;
}

.p-footer-bottom a:hover {
  opacity: .66;
}

.p-footer-bottom__copyright {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
  color: #fff;
}
#angle-up {
	fill: #fff;
}
.p-footer-bottom__credit {
  padding: 15px 0;
  text-align: center;
}

.p-footer-bottom__credit span {
  font-size: 10px;
  position: relative;
  top: -.3em;
  margin-right: 5px;
  color: #fff;
}

.p-footer-bottom__credit svg {
  width: 220px;
  height: 18px;

  fill: #fff;
}

.p-footer-bottom__pagetop {
  background: #fff;
}

.p-footer-bottom__pagetop a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #db0975;
}

.p-footer-bottom__pagetop svg {
  width: 30px;
  height: 30px;

  fill: currentColor;
}

@media screen and (min-width: 600px) {
  .c-form__unit-label--fix-margin {
    margin-bottom: -.3em;
  }

  .c-input-text {
    font-size: 14px;
    padding: 7px 10px 8px;
  }

  .c-select__value {
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .c-section__heading {
    margin: 0 0 40px;
  }

  .c-section__heading--sub-title {
    font-size: 36px;
  }

  .c-section__container {
    margin-right: auto;
    margin-left: auto;
  }

  .c-sp-list__nav-icon {
    display: none;
  }

  .c-product-list {
    margin-bottom: 40px;
  }

  .c-product-list__item {
    width: 33.33333%;
    padding-top: 40px;
  }

  .c-product-list__item:nth-child(3n) {
    border-right: 0;
  }

  .c-product-list__item:nth-child(3n + 1) {
    clear: both;
  }
  .c-product-list__item:nth-child(7),
  .c-product-list__item:nth-child(11)  {
	  border-right: 0;
  }
  .c-product-list__item:nth-child(6),
  .c-product-list__item:nth-child(9)  {
      border-right: 1px solid #eaeaea;
  }
  .c-product-list__button button {
    padding: 10px 15px;
  }

  .c-product-sort {
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .c-product-sort__total {
    position: relative;
    bottom: -3px;
    float: left;
    margin-bottom: 0;
  }

  .c-thumbnail-product-list {
    margin-bottom: 40px;
    padding: 0;
  }

  .c-thumbnail-product-list__item {
    width: 25%;
    padding: 0 10px;
  }

  .c-thumbnail-product-list__item:nth-child(4n + 1) {
    clear: both;
  }

  .c-topic-path {
    margin-right: auto;
    margin-left: auto;
  }

  .c-topic-path__list {
    margin-bottom: .5em;
  }

  .c-topic-path a {
    padding: .3em 0;
  }

  .u-visible--phone {
    display: none;
  }

  .u-visible--tablet {
    display: inherit;
  }

  .p-layout-container {
    padding: 0 20px;
  }

  .p-header__bar {
    font-size: 12px;
    line-height: 36px;
    display: inherit;
    overflow: hidden;
    width: 100%;
    padding-bottom: 1px;
    background: #eee;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .2);
  }

  .p-header__bar::after {
    display: block;
    clear: both;
    content: '';
  }

  .sp-global-header {
    display: none;
  }

  .p-drawer-nav {
    display: none;
  }

  .p-global-header__logo {
    float: left;
    max-width: 100%;
    text-align: left;
  }

  .p-sub-header {
    display: inherit;
  }

  .p-search-form__body {
    max-width: 600px;
  }

  .p-manager__image {
    float: left;
    margin: 0 40px 20px 0;
  }

  .p-manager__text-wrap {
    overflow: hidden;
  }

  .p-manager__heading {
    text-align: left;
  }

  .p-manager__content {
    text-align: left;
  }

  .p-calendar__table table {
    display: inline-block;
    margin: 0;
  }

  .p-calendar__table table:nth-child(2) {
    margin-left: 10px;
  }


  .p-global-footer {
    padding-top: 40px;
  }

  .p-global-footer::after {
    display: block;
    clear: both;
    content: '';
  }

  .p-global-footer__unit {
    float: left;
    width: 50%;
    padding-bottom: 40px;
  }

  .p-global-footer__unit--half {
    clear: both;
    padding-bottom: 25px;
  }

  .p-global-footer__heading {
    margin: 0 0 20px;
    text-align: left;
  }

  .p-global-footer__mailmaga-form {
    margin: 0;
  }

  .p-global-footer__mailmaga-form form {
    display: inline-block;
    width: 400px;
  }

  .p-global-footer__mailmaga-form span {
    display: inline-block;
  }

  .p-global-footer__mailmaga-form p {
    display: inline-block;
    margin: 0;
  }

  .p-global-footer__mailmaga-form .mailmaga_text {
    width: 70%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .p-global-footer__mailmaga-form .mailmaga_text input {
    font-size: 14px;
    padding: 7px 10px 8px;
  }

  .p-global-footer__mailmaga-form .mailmaga_ins input {
    width: auto;
  }

  .p-footer-nav li {
    margin-bottom: .6em;
  }

  .p-footer-nav a {
    display: inline;
    width: auto;
    padding: 0;
    text-decoration: none;
  }

  .p-footer-nav__text {
    display: inline;
  }

  .p-footer-guide .p-layout-container {
    display: table;
    width: 100%;
    padding: 50px 5px;
    border-top: 1px solid #eaeaea;
  }

  .p-footer-guide__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 33.33333%;
    padding: 0 15px;
  }

  .p-footer-guide__heading {
    margin: 0 0 30px;
    text-align: left;
  }

  .p-footer-bottom__copyright {
    float: left;
    padding: 15px 10px;
    text-align: left;
  }

  .p-footer-bottom__credit {
    float: right;
    width: 370px;
    text-align: left;
  }

  .p-footer-bottom__pagetop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.p-footer-guide__unit .note {display: none;}

@media screen and (min-width: 960px) {
  .c-section__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .c-section__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .c-product-list__image-wrap {
    border-width: 0;
  }

  .c-thumbnail-product-list__image-wrap {
    border-width: 0;
  }

  .c-thumbnail-product-list__item {
    width: 20%;
  }

  .c-thumbnail-product-list__item:nth-child(4n + 1) {
    clear: none;
  }

  .c-thumbnail-product-list__item:nth-child(5n + 1) {
    clear: both;
  }

  .u-visible--pc {
    display: inherit;
  }

  .p-global-nav__list li {
    width: 25%;
  }

  .p-global-nav__list li:nth-child(3n + 1) {
    clear: none;
  }

  .p-global-nav__list li:nth-child(4n + 1) {

    clear: both;
  }

  .p-shop-info__manager {
    float: left;
    width: 75%;
  }

  .p-shop-info__manager--half {
    width: 50%;
  }

  .p-shop-info__calendar {
    float: left;
    width: 25%;
  }

  .p-shop-info__calendar--half {
    width: 50%;
  }

  .p-global-footer__unit {
    float: left;
    width: 25%;
  }

  .p-global-footer__unit--half {
    float: right;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .c-sp-list {
    display: table;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 0 12px 10px;
    text-decoration: none;
  }

  .c-sp-list--close-menu {
    padding-left: 0;
    text-align: center;
    color: #fff;
    background: #ccc;
  }

  .c-sp-list__mark {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
  }

  .c-sp-list__value {
    line-height: 1.5;
    display: table-cell;
    width: auto;
    vertical-align: middle;
    word-break: break-all;
  }

  .c-sp-list__nav-icon {
    display: table-cell;
    width: 24px;
    text-align: right;
    vertical-align: middle;
  }

  .c-sp-list__icon {
    width: 22px;
    height: 22px;

    fill: currentColor;
  }

  .c-sp-list__icon--pulldown {
    width: 22px;
    height: 22px;
    margin-right: 1px;

    fill: currentColor;
  }

  .c-product-list__item:nth-child(2n) {
    border-right: 0;
  }
  .c-product-list .c-product-list__item:nth-child(4n) {
    border-bottom: 1px solid #eaeaea;
  }

  .c-product-list__item:nth-child(2n + 1) {
    clear: both;
  }

  .c-pager__list-item {
    display: none;
  }

  .c-pager__list-item--visible {
    display: inline-block;
  }

  .c-thumbnail-product-list__item:nth-child(3n + 1) {
    clear: both;
  }

  .c-image-box__image--noimage {
    font-size: 12px;
  }

  .p-body {
    padding-top: 0px;
  }

  .p-fixed-header {
    display: none;
  }

  .js-fix-height {
    display: none;
  }

  .p-shop-info {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-global-footer__group {
    padding: 30px 0 0;
  }

  .p-global-footer__group:first-child {
    border-bottom: 1px solid #eaeaea;
  }

  .p-global-footer__group--secondary {
    font-size: 12px;
    text-align: center;
  }

  .p-footer-nav--secondary {
    margin: 0 20px;
  }

  .p-footer-nav--secondary.footer-sub-nav {
    padding: 0;
    display: table;
    width: 100%;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .p-footer-nav--secondary.footer-sub-nav li {
    display: table-cell;
    text-align: center;
    width: 20%;
  }
  .p-footer-nav--secondary.footer-sub-nav li + li {
    border-left: 1px solid #eee;
  }
  .p-footer-nav--secondary.footer-sub-nav a {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
  .p-footer-nav li:first-child a {
    padding-top: 10px;
  }
  .p-global-footer__social-nav {
    margin: -15px 0 0 0;
    padding: 0 0 5px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
  }
  .p-footer-nav--secondary li {
    display: inline-block;
    margin: 0;
  }
  .p-global-footer__mailmaga-form p {
    margin-bottom: 0;
  }
  .p-global-footer__mailmaga-form {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin: 0;
    padding: 0 10px 15px;
  }
  .footer-contact-box-inner {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
   }
  .p-footer-nav--secondary a {
    line-height: 3;
    display: inline;
    padding: 1em .5em;
  }
  .p-drawer__heading {
	background: #efefef;
    padding: 8px 10px;
  }
	.p-drawer__heading .c-sp-list {
		padding: 5px 10px;
		text-decoration: none;
		border-bottom: 1px solid #efefef;
	}
}



/*-----------------------------------------
                 FAQ
-----------------------------------------*/

.an-box {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.an-box ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.an-box ul:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.an-box li {
	list-style: none;
	float: left;
	display: inline-block;
	width: 48%;
}
.an-box.col-3 li {
	width: 32%;
}
.an-box li a {
    display: block;
    padding: 10px 20px 10px 10px;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    text-decoration: none;
    background-color: #fff;
    position: relative;
}
.an-box li a:hover {
    background: #f9f9f9;
	opacity: 1;
}
.an-box li a:before {
content: "";
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #bcbdbd;
    border-right: 2px solid #bcbdbd;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    position: absolute;
    bottom: 0;
    margin: auto 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.an-box li + li {
	margin-left: 1%;
}
.p-layout-container .help-box + .help-box {
    margin-top: 45px;
}
.help-box table {
	width: 100%;
	line-height: 1.5;
}
.help-box table tbody tr th {
	vertical-align: top;
}
.help-box table tr .nowrap {
	white-space: nowrap;
}
.help-box p,
.help-box ul {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 0;
}

.table-common {
width: 100%;
}
@media screen and (max-width: 599px) {
.an-box.col-3 li {
	width: 100%;
}
.an-box.col-3 li + li {
    margin-top: 5px;
    margin-left: 0;
}
.free3 .an-box {
   margin-top: 50px;
}
}
/*-----------------------------------------
                ABOUT
-----------------------------------------*/
.p-page-content.free1 {
    background: url(https://img21.shop-pro.jp/PA01396/511/etc/about_bg.jpg) no-repeat;
    background-size: contain;
    padding-top: 1px;
}
.row:after {
  content:"";
  display: block;
  overflow: hidden;
  visibility: hidden;
  clear: both;
  height: 0;
}
.row .box-text {
  width: 60%;
  float: left;
}
.row .box-photo {
  width: 33%;
  float: right;
}
.row .box-photo figure {
  margin: 0;
}
.row .box-photo figure + figure {
  padding-top: 10px;
}
.p-layout-container section {
  padding-bottom: 50px;
}
.p-page-content.free1 .p-layout-container + .p-layout-container {
    background: #fff;
}
.about-page h2 {
    text-align: center;
    font-size: 32px;
    line-height: 1.6;
    font-family: "Sawarabi Mincho", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
    color: #333;
}
.about-page p {
    line-height: 2;
    font-size:  16px;
}
.about-page .content-inner {
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-layout-container section.about-page {
      padding-top: 50px;
    }
  	.about-page h2 {
        text-align: center;
        font-size: 20px;
        line-height: 1.5;
        color: #444;
    }
    .about-page p {
        line-height: 1.7;
        font-size:  15px;
    }
    .p-page-content.free1 {
        background: none;
    }
    .about-page .content-inner {
        width: 100%;
        background: url(https://img21.shop-pro.jp/PA01396/511/etc/about_bg.jpg) repeat;
        background-size: cover;
        margin: 0;
        padding: 15px 10px;
        box-sizing: border-box;
    }
    .about-page .content-inner + .content-inner {
        background: #fff;
    }
	.row .box-text,
	.row .box-photo {
	  width: 100%;
	  float: none;
	}
}
/*-----------------------------------------
              Beauty Column
-----------------------------------------*/
.item.column-1 {
	width: 46%;
	float: left;
	margin-bottom: 2rem;
}
.item.column-1 + .item.column-1 {
	margin-left: 4%;
}
.item.column-1 figure {
	width: 48%;
	float: left;
	margin: 0;
	border: 1px solid #ddd;
	text-align: center;
}
.item.column-1 figure img {
	max-height: 194px;
}
.item.column-1 dl {
	width: 48%;
	float: right;
	margin: 0;
}
.item.column-1 dl dt {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 1.6;
}
.item.column-1 dl dd {
  margin:10px 0 0 0;
  color: #333;
    font-size: .8rem;
    line-height: 1.6;
}
.item.column-1 .readmore {
  margin-bottom: 5px;
  text-align: right;
}
.item.column-1 a:hover * {
    opacity: .9;
}
@media screen and (max-width: 767px) {
.item.column-1 {
	width: 100%;
	float: none;
}
.item.column-1 + .item.column-1 {
	margin-left: 0;
}
.item.column-1 figure {
	width: 100%;
	float: none;
	margin: 0;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.item.column-1 dl {
	width: 100%;
	float: none;
	margin: 0;
}
.item.column-1 a {
	text-decoration: none;
}
.p-other-body {
	padding: 30px 20px 0;
}
}
#angle-up {
    fill: #333;
}
.p-shop__logo {
  max-width: 120px;
}
/*--------------------------
       Coupon Code
--------------------------*/
.fix-coupon-code {
    display: none;
    position: absolute;
    background: #d52e81;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border: double 3px #fff;
    width: 100%;
    text-align: center;
	top: 125px;
}
.fix-coupon-code p {
    font-weight:bold
}
.fix-coupon-code span {
   font-size: 11px;
   display: block;
   padding-top: 5px;
}
.body-top .body-top .fix-coupon-code {
  display: none;
}
.free3.fix-coupon-code {
  top: 95px;
}
@media screen and (max-width: 599px) {
.fix-coupon-code  {
  display: block;
  }
  .fix-coupon-code a {
  display: block;
    color: #fff;
  }
  .p-top-logo {
    margin-bottom: 85px;
 	margin-top: 15px;
}
.p-page-content {
margin-top: 55px;
}
.p-page-content.top {
margin-top: 55px;
}
}
.contact-box {
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    background: #f3f3f3;
    padding: 15px;
    box-sizing: border-box;
}
.contact-box p {
  font-size: 16px;
}
.btn-basic {
    max-width: 320px;
    margin: 10px auto;
}
.btn-basic.btn-contact {
    max-width: 140px;
}
.btn-contact {
  display: block;
  margin: 10px auto 0;
  max-width: 120px;
  text-align: center;
}
.btn-basic a,
.btn-contact a {
    background: #db0a74;
    color: #fff;
    text-decoration: none;
    padding: 14px;
    display: block;
    border-radius: 3px;
    font-size: 15px;
}
.p-global-footer .btn-contact a {
  color: #fff;
  font-size: 14px;
}
.btn-basic a:hover,
.btn-contact a:hover {
    outline: none;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    opacity: 1;
}
.p-global-nav .text-area a {
  color: #fff;
}
.p-global-nav .text-area span {
  font-size: 11px;
}
/*--------------------------------
          products detail
--------------------------------*/
.btn-area {
    width:  100%;
    text-align: center;
    box-sizing: border-box;
}
.btn-area a {
    width: 100%;
    display: block;
    padding: 10px 25px;
    border: 1px solid #db0a74;
    background: #f94794;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
}
.btn-area a:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition-property: all;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*&#65533;&#1381;&#43132;&#65533;&#1697;&#65533;&#65533;&#65533;&#65533;&#65533;Press*/
.press-page .help-box .text-box {
    padding: 5px 10px;
}
/*--------------------------------
        products list
      Bionnu&#65533;&#65533;&#65533;&#688;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;
--------------------------------*/
.content_inner {
  padding: 0 15px;
}
.headline03 {
  color: #cf2d81;
  font-size: 30px;
  text-align: center;
  font-family: "Sawarabi Mincho", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-weight: 500;
  margin-bottom: 50px;
}
.box_style1,
.box_style3 {
  background-color: #f8f8f8;
  padding: 30px;
}
.box_style1 .count_number,
.box_style3 .count_number {
  position: relative;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 50px;
}
.box_style3 .count_number {
  color: #ce2069;
  font-size: 23px;
  padding-left: 35px;
  padding-top: 5px;
}
.counter_reset {
  counter-reset: number;
}
.box_style1 .count_number:before,
.box_style3 .count_number:before {
  counter-increment:number;
  content:counter(number);
  font-size: 70px;
  font-family: "Sawarabi Mincho", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-weight: 400;
  color: #cecece;
  position: absolute;
  left: 0;
  top: -11px;
}
.box_style3 .count_number:before {
  color: #ce2069;
  font-size: 40px;
  content:counter(number)".";
  top: -9px;
}
.box_style1 .count_number .mini_text {
  font-size: 15px;
  font-weight: bold;
  color: #585858;
  display: block;
  margin-bottom: 10px;
}
.box_style1 .count_number .title {
  font-family: "Sawarabi Mincho", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-weight: 300;
  color: #585858;
  font-size: 24px;
}
.box_style1 .box_style1_textarea,
.box_style3 .box_style1_textarea {
  border-top: 2px solid #fff;
  padding-top: 13px;
}
.box_style1 .box_style1_textarea p {
  color: #444;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}
.common_box .item.column-1 figure {
  width: 100%;
  border: 0;
}
.common_box .item.column-1 figure img {
  max-height: 100%;
}
.box_style2 p {
  font-size: 15px;
  line-height: 2;
}
.box_style2 figcaption {
  text-align: left;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.6;
}
.c_pink {
  color: #cf2d81;
}
.c_pink02 {
  color: #ba005c;
}
.c_salmon_pink {
  color: #cd8582;
}
.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .common_box,
  .slima .common_box .row {
    display: flex;
    flex-direction: column;
  }
  .sp_order2 {
    order: 1;
  }
  .sp_order2 {
    order: 2;
  }
}
@media screen and (max-width: 599px) {
  .headline03 {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .box_style2 p {
    font-size: 14px;
    line-height: 1.6;
  }

}

/*----------------------------------------
  product list SLIMA FLAMINGO
----------------------------------------*/
.slima section {
  position: relative;
}
.slima p {
  color: #4c4948;
}
.slima .item.column-1 {
  margin: 0;
}
.slima .item.column-1.sp_order2 {
  width: 50%;
}
.slima .item p {
  letter-spacing: 1px;

}
.box_style3 {
  background-color: transparent;
  padding: 0;
}
.box_style3_text,
.box_style3_textarea,
.box_style5,
.box_style4,
.box_style6_text {
  color: #4c4948;
  font-size: 13px;
  line-height: 1.7;
}
.box_style3_textarea p {
  margin: 15px 0 0 0;
}
.headline04 {
  font-size: 30px;
  color: #4c4948;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
  margin: 20px 0 40px 0;
}
.slima .headline05,
.headline05 {
  color: rgb(206, 32, 105);
  font-weight: bold;
  line-height: 1.7;
  margin: 25px 0 0 0;
  font-size: 21px;
}
.headline06 {
  font-size: 18px;
  color: #ce2069;
  text-align: left;
  font-weight: bold;
  line-height: 1.7;
}
.box_style3_pricearea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.common_box .item.column-1 .slimaflamingo_icon {
  width: 10%;
  position: relative;
  left: 0;
  top: 0;
}
.btn_style3 {
  margin: 0;
}
.btn_style3 a {
  font-size: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  background-color: #ce2069;
  padding: 5px 25px 5px 12px;
}
.btn_style3 a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
.slima .common_box {
  background-color: #efecf9;
  margin-top: 70px;
  padding: 3%;
  width: 92%;
  margin-left: auto;
}
.slima .common_box.right_side {
  margin-left: auto;
  margin-left: 0;
}

.slima .common_box.right_side figure {
  right: -11%;
  position: relative;
  top: -55px;
  left: auto;
}
.slima .common_box figure {
  left: -12%;
  position: relative;
  top: -55px;
}
.box_style4 {
  background-color: #fff;
  padding: 30px 50px;
  margin-top: 45px;
}
.slima .box_style4 p {
  margin: 0;
  letter-spacing: 0;
}
.box_style6 {
  margin: 0 -15px;
}
.box_style6 .item {
  width: 20%;
  padding: 0 15px;
  float: left;
  box-sizing: border-box;
}
.box_style6 .headline05 {
  margin: 0;
}
.slima .common_box .box_style6 figure {
  position: static;
  min-height: 130px;
}
.slima .box_style7 ,
.slima .box_style5 {
  background-color: #fff;
  padding: 0;
}
.slima .box_style5 {
  margin: 30px 0 0 0;
  width: 100%;
}
.slima .box_style7 {
  margin: 30px 0 0 0;
  width: 100%;
}
.slima .box_style7 .column-1 figure ,
.slima .box_style5 .column-1 figure {
  margin: 0;
  position: static;
}
body .text_ac {
  text-align: center;
}
@media screen and (max-width: 767px) {
   .slima .headline04 {
     font-size: 22px;
  }
  .slima .headline05,
  .headline05 {
    font-size: 18px;
  }
  .headline06 {
    font-size: 16px;
  }
  .box_style3 {
    position: relative;
  }
  .common_box .item.column-1 .slimaflamingo_icon {
    top: 118px;
    position: absolute;
    width: 38px;
    left: auto;
    right: 0;
  }
  .btn_style3 a {
    font-size: 13px;
    white-space: nowrap;
  }
  .slima .item.column-1.sp_order2 {
    width: 100%;
  }
  .slima .common_box figure,
  .slima .common_box.right_side figure {
    position: static;
    margin-top: 15px;
  }
  .slima .common_box {
    width: 100%;
    margin: 25px 0 0 0;
    box-sizing: border-box;
    padding: 5% 4%;
  }
  .slima .box_style5 {
    padding: 0;
    margin: 0;
  }
  .box_style4 {
    margin: 0;
    padding: 30px;
  }
  .box_style6 .item {
    width: 100%;
    padding: 0;
  }
   .box_style6 .item + .item {
     margin-top: 30px;
   }
  .slima .common_box .box_style6 .item figure {
    width: 30%;
    float: left;
    margin: 0;
    min-height: 0;
  }
  .box_style6 .item .box_style6_text {
    float: right;
    width: 65%;
    margin: 0;
    margin-top: -30px;
    letter-spacing: 0;
  }
  .slima .box_style6 .headline05 {
    /* text-align: left; */
    width: 32%;
    letter-spacing: 0;
  }
}
/*----------------------------------------
   product list BUSTMAKE
----------------------------------------*/
.bustmake section{position:relative}.bustmake p{color:#4c4948}.bustmake .item.column-1{margin:0}.bustmake .item.column-1.sp_order2{width:51%;max-width:540px;margin:0 auto -70px}.bustmake .item p{letter-spacing:1px}.bustmake .headline05{color:#025352;font-weight:700;line-height:1.7;margin:25px 0 0 0;font-size:21px}.bustmake .common_box.right_side{margin:90px 0 0;background-image:url(https://img21.shop-pro.jp/PA01396/511/etc/bustmake_img_06.png),linear-gradient(to right,#f9f0f0,#f9f0f0);background-repeat:no-repeat,repeat;background-position:top left,left;background-size:auto 50px,auto;padding:80px 0 0 4%;width:94%}.bustmake .common_box.right_side .headline05{margin:0 auto 24px 0;font-size:23px;border-left:5px solid #025352;padding-left:20px;line-height:30px}.bustmake .common_box.right_side ul{padding:0;list-style:none;margin:0 auto}.bustmake .common_box.right_side ul li{position:relative;padding-left:1.2em;margin-bottom:3px;font-size:15px}.bustmake .common_box.right_side li:before{position:absolute;content:" ";background:#cd8582;width:10px;height:10px;border-radius:50%;top:8px;left:0}.bustmake .common_box.right_side .box_style3_textarea{margin-bottom:30px}.bustmake .common_box.right_side .c_salmon_pink{color:#cc716e}.bustmake .common_box.right_side figure{right:-14%;position:relative;top:-100px;left:auto}.bustmake .box_style5{background-color:#fff;padding:0}.bustmake .box_style5{margin:0;padding:0;width:100%}.bustmake .box_style5 .column-1{max-width:540px;width:46%}.bustmake .box_style5 .item.column-1+.item.column-1{margin-left:7.6%}.bustmake .box_style5 .column-1 figure{margin:0;position:static}.bustmake .box_style3_pricearea{margin-top:60px}.bustmake .btn_style3 a:before{top:-1px;transform:translateX(-50%) rotate(45deg)}.bustmake .catch-area{background:url(https://img21.shop-pro.jp/PA01396/511/etc/bustmake_img_02.png) no-repeat;margin:30px auto 60px;padding:0 15px 0;background-size:321px;background-position:top left}.bustmake .catch-area .headline05{font-size:24px}.bustmake .catch-area figure{margin:0 auto;max-width:525px;width:96%;padding:30px 0 0}.bustmake .catch-area .headline04{margin:40px 0 0 0}.bustmake .catch-area .headline05{margin:10px auto 0;text-align:center}.bustmake .btn_style3 a{background-color:#cd8582}.bustmake .voice .headline04{margin:0 0 40px 0}.bustmake .voice ul{padding:0;list-style:none}.bustmake .voice ul li{padding:0 30px 20px;margin:0 0 20px 0;border-bottom:1px solid #cd8582;font-size:13px;line-height:1.7}@media screen and (max-width:767px){.bustmake .headline04{font-size:22px}.bustmake .item.column-1.sp_order2{margin:0 auto;width:100%}.bustmake .catch-area .headline05,.bustmake .headline05{font-size:16px}.bustmake .common_box figure,.bustmake .common_box.right_side figure{position:static;margin-top:15px}.bustmake .common_box.right_side{margin:45px auto 0;background-size:auto 25px,auto;width:auto;padding:45px 4% 0}.bustmake .common_box.right_side .headline05{margin:0 auto 14px 12px;border-left:3px solid #025352;padding-left:10px;line-height:24px;font-size:16px}.bustmake .common_box.right_side ul li{font-size:14px}.bustmake .common_box.right_side li:before{line-height:.8;font-size:22px}.bustmake .common_box.right_side .box_style3_textarea{margin:0 auto 0 12px;font-size:14px}.bustmake .box_style5 .column-1{max-width:100%;width:100%}.bustmake .box_style5 .item.column-1+.item.column-1{margin-left:0}.bustmake .box_style3_pricearea{margin-top:30px}.bustmake .catch-area{margin:15px auto 20px;background-size:50%}.bustmake .catch-area figure{padding:15px 0 0}.bustmake .catch-area .headline04{margin:20px 0 0 0}.bustmake .voice .headline04{margin:0 0 20px 0}.bustmake .voice ul li{padding:0 10px 10px;margin:0 0 10px 0}}