/* --------------------------------------------------------------- */
/*
/* Primary-color(Dark brown)        #431f23 rgba(67,31,35)
/*
/*
/*
/*
/* --------------------------------------------------------------- */



body {
  font-family: tbudrgothic-std, sans-serif;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-style: normal;
  font-weight: 400;

  font-size: 14px;
  word-wrap: break-word;
  color: #1a1a1a;
  background: #fff;

  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
 body {
 font-size: 14px;
 }
}
@media screen and (max-width: 499px) {
 body {
 font-size: 12px;
 }
}

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

a {
  color: #431f23;
}

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: sans-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;
}

[hidden] {
  display: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.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: #80c6d1;

  -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: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 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: #000;
  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__heading + .c-section {
  margin: 0 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 {
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight:700;
  font-size: 24px;
}

.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: 'Montserrat', sans-serif;*/
  font-weight:700;
}

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

.c-product-info__regular-price {
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight:700;
  text-decoration: line-through;
}

.c-product-info__soldout {
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight:700;
  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だけfloatする */
  text-align: center;
  border: 0\9;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.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__price {
  font-weight: bold;
  margin-top: 1em;
}

.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: 'Montserrat', sans-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: 'Montserrat', sans-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: 6px solid transparent;
}

.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;
}

.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;
  transition: background .2s;
  background: rgba(0, 0, 0, .03);
}

.c-image-wrap::after {
  display: block;
  padding-top: 100%;
  content: '';
}

.c-image-wrap:hover {
  background: rgba(0, 0, 0, .05);
}

.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-image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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: 'Montserrat', sans-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: 1040px;
  margin: 0 auto;
}

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

.p-page-content {
  /*max-width: 1600px;*/
  margin: 0 auto;
  width: 100%;
}

#base_gmoWrapp {
  position: relative;
}

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

.p-header {
}

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

.p-header__bar {
  /*! ツールバー　スマホでは表示しない */
  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: 370px;
  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 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-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;
}
@media screen and (min-width: 600px) {
  .sp-global-header {
    display: none;
  }
}

.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: #000;
  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: #d7465d;
}

.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;
  width: 100%;
  max-width:1040px;
}

.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: #fff;
  background: #333;
}

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

.p-drawer__list a {
  color: #333;
}
.p-drawer__list--social {
  text-align: center;
}
.p-drawer__list--social li {
  display: inline-block;
  margin: 5px 5px 5px 10px;
  width: 40px;
}
.p-drawer__list--social li img {
  width: 100%;
}

.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%;
  margin: 0 0 8px;
  padding: 10px 0 26px;
  background: #fff;
  border-bottom: 1px solid #471b21;
}
@media screen and (max-width: 599px) {
  .p-global-header {
    padding: 21px 0 16px;
  }
}

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

.p-global-header .p-layout-container {
 position: relative;
}

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

.p-global-header a:hover {
  opacity: .66;
}
.p-global-header a img {
  vertial-align: bottom;
}

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

.p-global-header__logo {
  font-family: 'Montserrat', sans-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: #d7465d;
}

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

.p-global-nav {
  text-align: right;
  color: #000;
}
@media screen and (max-width: 599px) {
  .p-global-nav {
    display: none;
  }
}

.p-wrap-global-header-social {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.p-global-header-social {
  text-align: right;
  margin: 0 auto;
  width: 100%;
  max-width: 1040px;
}
.p-global-header-social div {
  display: inline;
  margin: 0 5px 0 25px;
  width: 45px;
}
.p-global-header-social div img {
  width: 45px;
}
@media screen and (max-width: 599px) {
  .p-global-header-social {
    display: none;
  }
}

.sub-content-nav {
  text-align: right;
  font-size: .875em;
}
.sub-content-nav li {
  display: inline-block;
  margin-left: 20px;
}

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

.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 {
  border-top:1px solid #431f23;
  background-color:rgba(67,31,35,.1);
}

.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: 'Montserrat', sans-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: #fff;
  background: rgba(255, 255, 255, .1);*/
  color:#431f23;
}

.p-global-footer a {
  transition: .2s;
  /*color: #fff;*/
  color:#431f23;
}

.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: normal;
  line-height: 1.5;
  overflow: hidden;
  margin: 0 10px 10px;
  padding: .5em 0;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.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: 40px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  transition: .2s;
  vertical-align: middle;
  border: 2px solid transparent;
  border-radius: 4px;

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

.p-global-footer__mailmaga-form .mailmaga_text input:focus {
  border-color: #000;
  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: #d7465d;

  -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.5;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

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

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

.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 #fff;
}

.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;
}

.p-footer-bottom {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  color: #fff;
}

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

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

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

.p-footer-bottom__copyright {
  font-size: 12px;
  line-height: 20px;
  padding: 10px;
  text-align: center;
}

.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: #80c6d1;
}

.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;
  }

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

  .c-section__heading {
    margin: 40px 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__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: 100px;
  }

  .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: 40px;
  }

  .p-global-footer__heading {
    margin: 0 0 30px;
    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;
  }

  .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;
  }
}

@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: 15px;
  }

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

  .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%;
  }
}
  .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;
  }
@media screen and (max-width: 599px) {


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

  .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: 50px;
  }

/*  .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;
  }

  .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 li {
    display: inline-block;
    margin: 0;
  }

  .p-footer-nav--secondary a {
    line-height: 3;
    display: inline;
    padding: 1em .5em;
  }
}


/*----------------------------------------------------------*/
/* add style 2017.08.31
/*
/*----------------------------------------------------------*/

.clearfix:after,
.row:after{content:' '; display:block; clear:both;}

.aln-L {
  text-align: left;
}
.aln-C {
  text-align: center;
}
.aln-C img {
 margin-left: auto;
 margin-right: auto;
}
.aln-R {
  text-align: right;
}

.img-pc {
 display: block;
}
.img-smp {
 display: none;
}
@media screen and (max-width: 767px) {
 .img-pc {
  display: none;
 }
 .img-smp {
  display: block;
 }
}

.wrap-global-navigation {
  position:relative;
  width: 100%;
  background-color:#FFF;
  border-top: 5px solid #471b21;
}

.global-navigation {
  position:relative;
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  background-color:#FFF;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .global-navigation {
    display: none;
  }
}

.global-navigation > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.global-navigation > ul > li {
  position: relative;
  width: 20%;
  display: inline-block;
  font-size: 14px;
  line-height: 12px;
}
.global-navigation > ul > li > span {
  position: relative;
  transition: opacity .2s;
  text-decoration: none;
  display:block;
  width: 100%;
  height: 4.807692307vw;
  cursor: pointer;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/global-navigation-1a.png) center center no-repeat;
  background-size: contain;
}
.global-navigation > ul > li:nth-child(2) > span {
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/global-navigation-2a.png) center center no-repeat;
  background-size: contain;
}
.global-navigation > ul > li:nth-child(3) > span {
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/global-navigation-3a.png) center center no-repeat;
  background-size: contain;
}
.global-navigation > ul > li:nth-child(4) > span {
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/global-navigation-4a.png) center center no-repeat;
  background-size: contain;
}
.global-navigation > ul > li:nth-child(5) > span {
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/global-navigation-5a.png) center center no-repeat;
  background-size: contain;
}
.global-navigation > ul > li > span > img {
}
.global-navigation > ul > li > span:hover > img {
  display: none;
}

.global-navigation a {
  position: relative;
  transition: opacity .2s;
  text-decoration: none;
  color: #471b21;
  display:block;
}
.global-navigation a:hover {
  opacity: .66;
}

.global-navigation a:active {
  opacity: 1;
}

.global-navigation .inner-nav {
  display:none;
  position: absolute;
  top: 4.807692vw;
  left: 0;
  background-color:#a1dbe2;
  padding:.5em 0;
  min-width: 100%;
  opacity: 0.9;
}
.global-navigation .inner-nav::before {
  position: absolute;
  left: 9.038462vw;
  top: -1.82692308vw;
  content: ' ';
  width: 0;
  height: 0;
  border: 0.961538vw solid transparent;
  border-bottom-color: #a1dbe2;
}

.global-navigation > ul > li:hover >  .inner-nav,
.global-navigation .link-onlineshop:hover > .inner-nav {
  display: block;
}
.global-navigation .inner-nav > li {
  position: relative;
  padding-left:1.15em;
}
.global-navigation .inner-nav > li a {
  color: #431f23;
  display: block;
  padding: 1em;
  height: auto;
  line-height: 1;
  white-space: nowrap;
  font-size:.9em;
}

@media screen and (min-width: 1040px) {
  .global-navigation > ul {
    width: 1040px;
  }
  .global-navigation > ul > li > span {
    height: 50px;
  }
  .global-navigation .inner-nav {
  top: 50px;
  }
  .global-navigation .inner-nav::before {
    left: 99px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom-color: #a1dbe2;
  }
}



/* CONTENT */

/*----------------------------------------------------------*/
/*
/* Primary-color(Dark brown)        #431f23 rgba(67,31,35)
/* Secondary-color(Light green)     #009586 rgba(0,149,134)
/*
/* 
/* Sub-colors
/*
/* GREEN         #61BDB6
/* PURPLE        #8C70AB
/* YELLOW        #F7EA00
/* BLUE          #0081C7
/* PINK          #FFB0CC
/* BROWN         #6A3906
/*
/*
/*----------------------------------------------------------*/

.clr-secondary {
  color: #009586;
}
.clr-blue {
  color: #0081C7;
}
.clr-green {
  color: #61BDB6;
}

.wrap-content {
  position: relative;
  width: 100%;
  line-height: 1.7;
}
.content-main {
  position: relative;
  width: 100%;
}
.content-main * {
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.content-main section {
  position: relative;
  display: block;
}

.content-main h2 {
  position: relative;
  text-align: center;
  color: #009586;
  font-size: 1.375em;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.content-main h2 span {
  display:inline-block;
  border: 2px solid #009586;
  min-width: 12em;
  height:2.75em;
  line-height: 2.75em;
  line-height: calc(2.75em - 4px);
  text-align: center;
  padding: 0 2em;
  border-radius: 1.375em;
}
.content-main h3 {
 color: #009586;
 margin-top: 0;
}
.content-main h4 {
  margin-top: 0;
  margin-bottom: .5em;
  color: #009586;
}
.content-main h5 {
  margin-top: 0;
  margin-bottom: .5em;
  color: #009586;
}

.content-main figure {
  margin: 0;
}
.content-main .fnt-lrg {
  font-size: 1.2em;
}
.content-main .fnt-sml,
.content-main figcaption {
  font-size: .8125em;
}
.content-main figcaption {
  margin-top: .5em;
  display: block;
}

.corner-header {
  position: relative;
  width: 100%;
  height: 384px;
  margin-bottom: 72px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover; background-size: cover;
  display: -webkit-flex; display: -ms-flex; display: flex;
  -webkti-justify-content: center; -ms-justify-content: center; justify-content: center;
  -webkit-align-items: center; -ms-align-items: center; align-items: center;
}
.corner-header .inner {
  max-width: 1144px;
  padding: 0 2rem;
  text-align: center;
  color: #431F23;
/*  text-shadow:#FFF 2px 0px 8px, #FFF -2px 0px 8px,
    #FFF 0px -2px 8px, #FFF -2px 0px 8px,
    #FFF 2px 2px 8px, #FFF -2px 2px 8px,
    #FFF 2px -2px 8px, #FFF -2px -2px 8px,
    #FFF 1px 2px 8px, #FFF -1px 2px 8px,
    #FFF 1px -2px 8px, #FFF -1px -2px 8px,
    #FFF 2px 1px 8px, #FFF -2px 1px 8px,
    #FFF 2px -1px 8px, #FFF -2px -1px 8px,
    #FFF 1px 1px 8px, #FFF -1px 1px 2px,
    #FFF 1px -1px 8px, #FFF -1px -1px 8px;*/
}
.corner-header .inner h1 {
  position: relative;
  font-size: 2.5em;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 1rem;
}
.corner-header .inner h1.with-deco {
  padding-bottom: 40px;
}
.corner-header .inner h1.with-deco::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 24px;
  content: ' ';
  margin-left: -20px;
  background: url(https://file002.shop-pro.jp/PA01388/906/deco-h1.svg) no-repeat center;
  -webkit- background-size: 100% 100%;background-size: 100% 100%;
}
.corner-header .inner .lead {
  font-size: 1.75em;
  line-height: 1.5;
  margin: 0;
}
.corner-header .ib {
  display:inline-block;
}

.inner-wrap {
  position: relative;
  max-width: 1144px;
  margin: 0 auto;
  text-align: left;
  padding: 0 32px;
}
.inner-wrap.narrow-width {
  max-width: 756px;
}
.inner-wrap.pdg-top {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
.corner-header {
  height: 200px;
}
.corner-header .inner {
}
.corner-header .inner h1 {
  font-size: 2em;
}
.corner-header .inner h1.with-deco {
  padding-bottom: 0;
}
.corner-header .inner h1.with-deco::after {
  display: none;
}
.corner-header .inner .lead {
  font-size: 1.35em;
}
 .inner-wrap {
   padding: 0 20px;
 }
 .inner-wrap.pdg-top {
  padding-top: 40px;
}
}
@media screen and (max-width: 599px) {
.corner-header .inner h1 {
  font-size: 1.8em;
}
.corner-header .inner .lead {
  font-size: 1.25em;
}
}

.bg-clr {
  width: 100%;
  padding:56px 0 8px;
}
.bg-clr.clr-beige {
  background-color: #FFFFE7;
}
.scn-norm {
  margin-bottom: 64px;
}
.row.wrap-fltng {
}
.row.wrap-fltng.half {
  margin: 0 -20px;
  overflow: hidden;
}
.row.wrap-fltng.half > .flt-blck {
  float: left;
  width: 50%;
  padding: 0 20px;
}
.row.wrap-fltng.half > .flt-blck figure {
 width: 100%;
}
@media screen and (max-width: 767px) {
 .row.wrap-fltng.half {
   margin: 0;
 }
 .row.wrap-fltng.half > .flt-blck {
   float: none;
   width: 100%;
   padding: 0;
 }
 .row.wrap-fltng.half > .flt-blck + .flt-blck {
   margin-top: 32px;
 }
 .flt-blck figure {
   text-align: center;
 }
}

.dsp-tbl {
  position: relative;
  display: table;
  width: 100%;
}
.dsp-tbl > .col {
  display: table-cell;
  vertical-align: middle;
}
.dsp-tbl > .col.half {
  width: 50%;
}
@media screen and (max-width: 767px) {
.dsp-tbl {
  display: block;
}
.dsp-tbl > .col {
  display: block;
}
.dsp-tbl > .col.half {
  width: 100%;
}
}

.list-sml {
  margin: 0;
  padding: 0;
  font-size: .8125em;
  list-style: none;
}
.list-sml li {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 2.25em;
  text-indent: -1.75em;
}
.list-sml li + li {
  margin-top: .75em;
}
.list-sml li::before {
  position: relative;
  display: inline;
  content: '●';
  margin-right: .5em;
}
.tb-norm {
  border-collapse: collapse;
  width: 100%;
  font-size: .8125em;
  margin: 0 0 1.5em;
}
.tb-norm th,
.tb-norm td {
 border: 1px solid #009586;
 text-align: center;
 padding: .5em;
}
.tb-norm.sp-wide th,
.tb-norm.sp-wide td {
  padding:1em 1.5em;
}
.tb-norm.td-left td {
  text-align: left;
}
.tb-norm.th-nowrap th {
  white-space: nowrap;
}

/* freepage (common) */

.freepage .breadcrumb {
  width: 100%;
  max-width: 1040px;
  margin: 0.5em auto;
  padding: 0 10px;
  font-size: 12px;
}
.freepage .pagetop {
  width: 100%;
  max-width: 1040px;
  margin: 1.5em auto;
  padding: 0 10px;
  text-align: right;
}
.freepage .pagetop a {
  color: #006862;
}
.freepage h2 {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 1.5em;
}
.freepage h2 img {
  width: 100%;
  height: auto;
}
.freepage h4 {
  margin-bottom: 2em;
  margin-top: 30px;
  color: #006862;
  font-weight: 200;
  line-height: 2.5;
}
.freepage h4 > span {
  padding-bottom: 7px;
  border-bottom: 1px solid #006862;
  font-size: 17px;
}
@media all and (-ms-high-contrast:none){
  .freepage h4 > span {
    padding-bottom: 0;
  }
}
.freepage .inner-wrap {
  max-width: 1000px;
  padding: 0 20px;
}

.freepage .nowrap {
  white-space: nowrap;
}
.freepage .green {
  color: #37bcb3;
}
.freepage .darkgreen {
  color: #006862;
}
.freepage .blue {
  color: #00b8f1;
}

/* mineral */

.deadsea-1 h3 {
  margin: 30px 0;
  text-align: center;
}
.deadsea-1-1 {
  display: table;
  margin: 30px 0;
}
.deadsea-1-1-1 {
  display: table-cell;
  width: 56%;
  text-align: center;
  vertical-align: top;
}
.deadsea-1-1-1 img {
  vertical-align: top;
}
.deadsea-1-1-2 {
  display: table-cell;
  width: 44%;
  vertical-align: top;
}
.deadsea-1-1-2 .wrapper {
  padding: 25px;
  border: 1px solid #4dbac7;
}
.deadsea-1-1-2 p {
  margin-top: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 839px) {
  .deadsea-1-1 {
    display: block;
	width: auto;
  }
  .deadsea-1-1-1 {
    display: block;
	width: auto;
	margin: 30px 0;
  }
  .deadsea-1-1-2 {
    display: block;
	width: auto;
	max-width: 560px;
	margin: 30px auto;
  }
}

.deadsea-2 h3 {
  background: rgba(144,202,190,0.26);
}
.deadsea-2 h3 span {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 20px;
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;

}
.deadsea-2-1 {
  display: table;
  margin: 30px 0;
  vertical-align: bottom;
}
.deadsea-2-1-1 {
  display: table-cell;
  width: 40%;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/deadsea-2-2.png?cmsp_timestamp=20180126113148) left bottom no-repeat;
  background-size: cover;
}
.deadsea-2-1-1 img {
}
.deadsea-2-1-2 {
  display: table-cell;
  width: 60%;
}
.deadsea-2-1-2 .wrapper {
  margin-left: 10px;
  padding: 25px 15px;
  background: rgba(144,202,190,0.26);
}
.deadsea-2-1-2 h4 {
}
.deadsea-2-1-2 p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  line-height: 1.25;
}
.deadsea-2-1-3 {
  display: none;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 839px) {
  .deadsea-2-1 {
    display: block;
	width: auto;
  }
  .deadsea-2-1-2 {
    display: block;
	width: auto;
	max-width: 600px;
	margin: 30px auto;
  }
  .deadsea-2-1-3 {
    display: block;
    width: 100%;
    background: none;
    text-align: center;
  }
  .deadsea-2-1-3 img {
    display: inline;
  }
}

.deadsea-2-2 {
  margin: 50px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #006862;
  text-align: center;
}

.deadsea-2-3 {
  display: table;
  margin: 30px 0;
  vertical-align: bottom;
}
.deadsea-2-3-1 {
  display: table-cell;
  width: 60%;
  background: rgba(144,202,190,0.26);
}
.deadsea-2-3-1 .wrapper {
  min-height: 300px;
  margin: 5px;
  padding: 30px 20px;
  border: 1px solid #006862;
}
.deadsea-2-3-1 h4 {
}
.deadsea-2-3-1 p {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 2;
}
.deadsea-2-3-2 {
  display: table-cell;
  width: 40%;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/deadsea-2-4.png?cmsp_timestamp=20180126113148) left bottom no-repeat;
  background-size: cover;
}
.deadsea-2-3-2 img {
  display: none;
}
@media screen and (max-width: 839px) {
  .deadsea-2-3 {
    display: block;
	width: auto;
  }
  .deadsea-2-3-1 {
    display: block;
	width: auto;
	max-width: 600px;
	margin: 30px auto;
	padding: 5px;
  }
  .deadsea-2-3-1 .wrapper {
    margin: 0;
  }
  .deadsea-2-3-2 {
    display: block;
    width: 100%;
    background: none;
    text-align: center;
  }
  .deadsea-2-3-2 img {
    display: inline;
  }
}

.deadsea-3-1-1 {
  display: table-cell;
  width: 66%;
}
.deadsea-3-1-1 .wrapper {
  padding-right: 20px;
}
.deadsea-3-1-1 p {
  margin-top: 1.5em;
  font-size: 15px;
  line-height: 2;
}
.deadsea-3-1-2 {
  display: table-cell;
  width: 34%;
  vertical-align: top;
}
.deadsea-3-1-2 a {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  padding-right: 20px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/deadsea-3-2-icon.png) right bottom no-repeat;
}
.deadsea-3-1-2 .modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  box-shadow: 0 2px 4px 0 #000;
  z-index: 1;
}
.deadsea-3-1-2 .shade {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .deadsea-3-1 {
    display: block;
    width: auto;
  }
  .deadsea-3-1-1 {
    display: block;
    width: auto;
  }
  .deadsea-3-1-1 .wrapper {
    padding-right: 0;
  }
  .deadsea-3-1-1 .sp-center {
    text-align: center;
  }
  .deadsea-3-1-2 {
    display: block;
    width: auto;
    text-align: center;
  }
}
@media screen and (max-width: 839px) {
}

.deadsea-3-2 {
  margin: -20px 0 20px;
}
.deadsea-3-2-1 {
  display: table-cell;
  width: 46%;
  vertical-align: bottom;
}
.deadsea-3-2-1 h4 {
}
.deadsea-3-2-2 {
  display: table-cell;
  width: 54%;
  vertical-align: bottom;
}
.deadsea-3-2-2 .wrapper {
  padding-left: 20px;
}
.deadsea-3-2-2 p {
  margin: 1.5em 0 0;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .deadsea-3-2 {
    display: block;
    width: auto;
	margin: 20px 0;
  }
  .deadsea-3-2-1 {
    display: block;
    width: auto;
  }
  .deadsea-3-2-1 .sp-center {
    text-align: center;
  }
  .deadsea-3-2-2 {
    display: block;
    width: auto;
  }
  .deadsea-3-2-2 .wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 839px) {
  .deadsea-3-2 {
    margin: 20px 0;
  }
}

.deadsea-3-3 {
  display: table;
  margin: 30px 0;
  vertical-align: bottom;
}
.deadsea-3-3-1 {
  display: table-cell;
  width: 64%;
  background: rgba(144,202,190,0.26);
}
.deadsea-3-3-1 .wrapper {
  min-height: 200px;
  margin: 5px;
  padding: 20px 20px;
  border: 1px solid #006862;
}
.deadsea-3-3-1 h4 {
}
.deadsea-3-3-1 p {
  margin: 0;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.75;
  text-indent: -1em;
}
.deadsea-3-3-2 {
  display: table-cell;
  width: 36%;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/deadsea-3-5.png?cmsp_timestamp=20180126113148) center bottom no-repeat;
  background-size: cover;
}
.deadsea-3-3-2 img {
  display: none;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 839px) {
  .deadsea-3-3 {
    display: block;
	width: auto;
  }
  .deadsea-3-3-1 {
    display: block;
	width: auto;
	margin: 30px auto;
	padding: 5px;
  }
  .deadsea-3-3-1 .wrapper {
    margin: 0;
  }
  .deadsea-3-3-2 {
    display: block;
    width: 100%;
    background: none;
    text-align: center;
  }
  .deadsea-3-3-2 img {
    display: inline;
  }
}



/* bath-salt */

.salt-1 h3 {
  width: 100%;
  max-width: 1040px;
  margin: 2em auto 1.5em;
  border: 1px solid #93cdc1;
  color: #1a1a1a;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75;
}
.salt-1 h3 .num {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 2px 20px 2px 2px;
  background: #93cdc1;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .salt-1 h3 {
    width: auto;
    margin: 1.5em 10px;
  }
}

.salt-1-1 {
  display: table;
}
.salt-1-1-1 {
  display: table-cell;
  width: 44%;
}
.salt-1-1-1 .wrapper {
  padding-right: 20px;
}
.salt-1-1-2 {
  display: table-cell;
  width: 56%;
}
.salt-1-1-2 .wrapper {
  padding-left: 20px;
}
.salt-1-1-3 {
  text-align: center;
}
.salt-1-3-1 {
  text-align: center;
}
.salt-1-3-1 img.pc {
  margin-top: 2em;
}
.salt-1-3-1 img.sp {
  display: none;
}
.salt-1-4-1 p {
  margin: 1.5em 0;
}
.salt-1-4-1 span {
  color: #006862;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .salt-1-1 {
    display: block;
  }
  .salt-1-1-1 {
    display: block;
    width: auto;
  }
  .salt-1-1-1 .wrapper {
    padding-right: 0;
  }
  .salt-1-1-2 {
    display: block;
    width: auto;
  }
  .salt-1-1-2 .wrapper {
    padding-left: 0;
  }
  .salt-1-3-1 img.pc {
    display: none;
  }
  .salt-1-3-1 img.sp {
    display: inline;
    margin-top: 2em;
  }
}

.salt-2 h3 {
  width: 100%;
  max-width: 1040px;
  height: 39px;
  margin: 2em auto 1.5em;
  padding: 0 40px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/salt-2-5.png?cmsp_timestamp=20180126113148) center center repeat-y;
  color: #006862;
  font-size: 17px;
  line-height: 39px;
}
.salt-2-1 {
  display: table;
}
.salt-2-1-1 {
  display: table-cell;
  width: 46%;
  vertical-align: top;
  line-height: 2;
}
.salt-2-1-1 .wrapper {
  padding-top: 1.5em;
  padding-right: 20px;
}
.salt-2-1-1 p {
  margin: 1.5em 0;
}
.salt-2-1-1 span {
  color: #4dbdca;
  font-weight: bold;
  text-decoration: underline;
}
.salt-2-1-2 {
  display: table-cell;
  width: 54%;
  vertical-align: top;
}
.salt-2-1-2 .wrapper {
  padding-left: 20px;
}
.salt-2-1-2 h4 {
  margin: 0 0 0.5em;
  text-align: center;
  font-size: 17px;
}
.salt-2-1-2 table {
  margin: 0.5em 0 2em;
  width: 100%;
  border: 1px solid #3f9285;
  border-collapse: collapse;
}
.salt-2-1-2 th {
  border: 1px solid #3f9285;
  font-weight: bold;
  text-align: center;
}
.salt-2-1-2 td {
  border: 1px solid #3f9285;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .salt-2-1 {
    display: block;
  }
  .salt-2-1-1 {
    display: block;
    width: auto;
  }
  .salt-2-1-1 .wrapper {
    padding-right: 0;
  }
  .salt-2-1-2 {
    display: block;
    width: auto;
  }
  .salt-2-1-2 .wrapper {
    padding-left: 0;
  }
}
.salt-2-2 {
  display: table;
}
.salt-2-2-1 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.salt-2-2-1 .wrapper {
  padding-right: 20px;
  padding-bottom: 200px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/salt-2-3.png?cmsp_timestamp=20180126113148) center bottom no-repeat;
}
.salt-2-2-2 {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.salt-2-2-2 .wrapper {
  padding-left: 20px;
  padding-bottom: 240px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/salt-2-2.png?cmsp_timestamp=20180126113148) right bottom no-repeat;
}
@media screen and (max-width: 767px) {
  .salt-2-2 {
    display: block;
  }
  .salt-2-2-1 {
    display: block;
    width: auto;
  }
  .salt-2-2-1 .wrapper {
    padding-right: 0;
    padding-bottom: 160px;
  }
  .salt-2-2-2 {
    display: block;
    width: auto;
  }
  .salt-2-2-2 .wrapper {
    padding-left: 0;
  }
}
.salt-2-3 {
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/salt-2-4.png?cmsp_timestamp=20180126113148) right center no-repeat;
}
.salt-2-3-1 .wrapper {
  padding-right: 260px;
}
@media screen and (max-width: 767px) {
  .salt-2-3 {
    background: none;
  }
  .salt-2-3-1 .wrapper {
    padding: 0 0 160px;
    background: url(https://img21.shop-pro.jp/PA01388/906/etc/salt-2-4.png?cmsp_timestamp=20180126113148) center bottom no-repeat;
  }
}

/* kaori */

.kaori-1-1 {
  display: table;
  margin: 2em 0;
}
.kaori-1-1-1 {
  display: table-cell;
  width: 46%;
  vertical-align: top;
}
.kaori-1-1-2 {
  display: table-cell;
  width: 54%;
}
.kaori-1-1-2 .wrapper {
  margin-left: -18%;
  padding: 1em 0.2em;
  background: rgba(187,188,148,0.26);
  color: #4db5c2;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 839px) {
  .kaori-1-1-1 .wrapper {
    padding-right: 20px;
  }
  .kaori-1-1-2 .wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .kaori-1-1,
  .kaori-1-1-1,
  .kaori-1-1-2 {
    display: block;
    width: auto;
  }
}
.kaori-1-2 {
  display: table;
}
.kaori-1-2 > div {
  display: table-cell;
  width: 33.33333333%;
  margin: 2em 0;
}
.kaori-1-2-1 .wrapper {
  padding: 0 10px 0 0;
}
.kaori-1-2-2 .wrapper {
  padding: 0 5px;
}
.kaori-1-2-3 .wrapper {
  padding: 0 0 0 10px;
}
.kaori-1-2 .frame {
/*  height: 380px;*/
  border: 10px solid rgba(187,188,148,0.26);
}
.kaori-1-2-1 .frame {
  padding-bottom: 140px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/kaori-1-4.png) center bottom no-repeat;
}
.kaori-1-2-2 .frame {
  padding-bottom: 90px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/kaori-1-5.png) center bottom 20px no-repeat;
}
.kaori-1-2-3 .frame {
  padding-bottom: 120px;
  background: url(https://img21.shop-pro.jp/PA01388/906/etc/kaori-1-6.png) right bottom no-repeat;
}
.kaori-1-2 h4 {
  padding: 0.5em 1em 1em;
  background: rgba(187,188,148,0.26);
  text-align: center;
}
.kaori-1-2 p {
  padding: 0.5em 1em;
}
@media screen and (max-width: 839px) {
  .kaori-1-2 .frame {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .kaori-1-2,
  .kaori-1-2 > div {
    display: block;
    width: auto;
  }
  .kaori-1-2 .wrapper {
    padding: 0;
  }
  .kaori-1-2 .frame {
    height: auto;
    border: 10px solid rgba(187,188,148,0.26);
    padding-bottom: 100px;
  }
}


.kaori-2-1,
.kaori-3-1 {
  font-size: 0;
}
.kaori-2-1 > div,
.kaori-3-1 > div {
  display: inline-block;
  width: 50%;
  margin: 10px 0;
  font-size: 15px;
  vertical-align: top;
}
.kaori-2-1-1 .wrapper,
.kaori-2-1-3 .wrapper,
.kaori-2-1-5 .wrapper,
.kaori-3-1-1 .wrapper,
.kaori-3-1-3 .wrapper {
  padding-right: 10px;
}
.kaori-2-1-2 .wrapper,
.kaori-2-1-4 .wrapper,
.kaori-3-1-2 .wrapper {
  padding-left: 10px;
}
.kaori-2-1 .frame,
.kaori-3-1 .frame {
  position: relative;
  padding: 20px 30px 100px;
  border: 1px solid #b9ae9d;
}
.kaori-2-1 h3,
.kaori-3-1 h3 {
  text-align: center;
}
.kaori-2-1 h4,
.kaori-3-1 h4 {
  margin: 0.2em 0;
  font-weight: bold;
}
.kaori-2-1-1 h4 {
  color: #1978b8;
}
.kaori-2-1-2 h4 {
  color: #80b13f;
}
.kaori-2-1-3 h4 {
  color: #006838;
}
.kaori-2-1-4 h4 {
  color: #7e5492;
}
.kaori-2-1-5 h4 {
  color: #e2801e;
}
.kaori-3-1-1 h4 {
  color: #e69b40;
}
.kaori-3-1-2 h4 {
  color: #8dc7bb;
}
.kaori-3-1-3 h4 {
  color: #d8297b;
}
.kaori-3-1-4 h4 {
  color: #fdd000;
}
.kaori-2-1 p,
.kaori-3-1 p {
  margin: 0.2em 0;
}
.kaori-2-1 .onlineshop,
.kaori-3-1 .onlineshop {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.kaori-2-1 .onlineshop a,
.kaori-3-1 .onlineshop a {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #4db7c4;
  color: #4db7c4;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .kaori-2-1 > div,
  .kaori-3-1 > div {
    display: block;
    width: auto;
  }
  .kaori-2-1 .wrapper,
  .kaori-3-1 .wrapper {
  padding: 0;
  }
}
/* about */
.about-1-1-1 {
  color: #471b21;
  font-size: 15px;
  text-align: center;
  line-height: 2;
}
.about-1-1-2 {
  width: 100%;
  max-width: 880px;
  margin: 2em auto;
  padding: 25px;
  background: rgba(144,202,190,0.26);
  color: #404041;
  font-size: 15px;
  text-align: center;
  line-height: 2.5;
}
.about-2 h2 {
  padding: 0.5em;
  background: rgba(180,167,141,0.26);
  color: #471b21;
  font-family: serif;
  font-size: 24px;
  letter-spacing: 0.25em;
}
.about-2-1-1 {
  width: 100