body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  color: #333;
  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: 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;
}

.c-icon {
  width: unset;
  height: unset;

  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;

  -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: #c29848;

  -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(153, 153, 153, 1);
  text-shadow: 0 -1px 0 rgba(153, 153, 153, 1);
}

.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: 16px;
  cursor: pointer;
  background: #d4643d;
  color: #fff;
}

.c-button--border:hover,
.c-button--border:focus {
  outline: none;
  opacity: .8;
}

.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: #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;
  margin-bottom: 50px!important;
}

.c-section__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  width: 300px;
  margin: 0;
  letter-spacing: 1px;
}
.p-layout-container.sec-mg {
    margin-top: 120px;
}

.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: 60px 10px 20px;
  text-align: center;
  color: #333;
}

.c-section__heading--title {
  font-size: 14px;
  position: relative;
  letter-spacing: .1em;
}


.c-section__heading--title span {
  line-height: 1.3;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1em;
  font-family: "Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}

.c-section__heading--sub-title {
 font-family:"Yu Mincho", "YuMincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
  font-size: 24px;
}

.c-section__heading--sub-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #cc5a30;
    margin: 10px auto 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--discount {
  color: #f00;
}

.c-product-info__regular-price {
  text-decoration: line-through;
}

.c-product-info__soldout {
  letter-spacing: 1px;
  color: #f00;
}

.c-product-list {
  position: relative;
  display: flex;
  margin: 20px 0;
  padding: 0;
  list-style-type: none;


  flex-wrap: wrap;
}

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

.c-product-list__image-wrap {
  max-width: 320px;
}

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

}

.c-product-list__item {
  position: relative;
  float: left\9;
  box-sizing: border-box;
  width: 50%;
  padding: 20px 0 50px;
  transition: opacity .2s; /*! IEだけfloatする */
  text-align: center;
  border: 0\9;
}

.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;
  padding: 0 10px;
}

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

.c-product-list__name:active {
  opacity: 1;
}

.c-product-list__price {
  font-weight: bold;
  margin-top: 1em;
  padding: 0 10px;
}

.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;
  padding: 0 10px;
}

.c-product-list__index {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	border: 20px transparent solid;
	border-top: 20px #f8f8f8 solid;
	border-left: 20px #f8f8f8 solid;
	z-index: 98;
	color: rgba(0, 0, 0, .6);
}

.c-product-list__index--1 {
	border-top: 20px #ffeb1f solid;
	border-left: 20px #ffeb1f solid;
}

.c-product-list__index--2 {
	border-top: 20px #cdcdcd solid;
	border-left: 20px #cdcdcd solid;
}

.c-product-list__index--3 {
	border-top: 20px #db7f25 solid;
	border-left: 20px #db7f25 solid;
}

.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 {
  min-width: 300px;
  padding: 10px 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: 60px 0;
  padding: 0 10px;
  list-style-type: none;
}

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


.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;
  width: 100%;
  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: 1240px;
  margin: 0 auto;
}

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

.p-page-content {
  max-width: 1600px;
  margin: 147px auto 0;
}

#base_gmoWrapp {
  position: relative;
}

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

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

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

.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: #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--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: 36px 0 26px;
}

.is-top .p-global-header .p-global-header__logo {
  display: block;
}

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

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

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

.p-global-nav__unit {
  position: static;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  vertical-align: top;
}

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

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

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

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

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

.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-global-footer {
  color: #222;
}

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

.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: 1px solid #222;
}

.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: #222;
  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: #222;
  border: 0;
  border-radius: 4px;
  background: #c29848;

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

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

.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: 4px 10px 3px;
    text-align: center;
    background: #cc5a30;
    color: #fff;
}

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

.p-footer-guide__content {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 0 40px;
}
dd.p-footer-guide__content strong {
    color: #cb4613;
}
.p-footer-guide__image {
  margin-bottom: 10px;
}

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

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

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

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

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

.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: 100px 0 10px; */
  }

  .c-section__heading--sub-title {
    font-size: 38px;
    letter-spacing: .05em;
  }
.c-section__heading--sub-title::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #cc5a30;
    margin: 10px auto 0;
}
  .tweet-title::after {
    content: none;
}
  .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: 30%;
    padding-top: 40px;
    margin-right: 5%;
  }
.c-product-list__item:nth-child(3n + 1) {
    clear: both;
}
  .c-product-list__item:nth-child(3n) {
    margin-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 5%;
  }

  .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: 80%;
    text-align: left;
  }
  .p-global-header__logo img{
    max-width: 80%;
  }
  
  .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;
    border-top: 1px solid #222;
  }

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

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

@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__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;
  }
}


/* bnrスタイル */
div.bnrpoint_wrapper {
  font-family: serif;
  padding-top: 20px;
  padding-bottom: 10px;
}
p.bnrtit_point {
  background: linear-gradient(transparent 85%, #cea975 70%);
  font-size: 18px;
  letter-spacing: 0.1em;
}
div.p_column {
  width: 100%;
  padding: 15px 0px;
}
div.point1 {
  width: 17%;
  float: left;
  padding: .25em 0 .25em .75em;
  border-right: 1px solid #cea975;
  /* border-left: 1px solid #cea975; */
  color:#cea975;
  font-size: 130%;
  clear: both;
  margin: 10px 0;
}
div.info1 {
  text-align: left;
  padding: 9px 9px 0px 0px;
  letter-spacing: 0.25em;
}
div.info2 {
  width: 70%;
  height: 5px;
  float: left;
  padding-top: 3px;
  padding-left: 20px;
  position: relative;	
}
div.info2 p{
	position: absolute;
    top: 100%;
}
div.btn_br {
  text-align:center;
  margin:0 auto;
  clear: both;
}
a.btn-flat-border_br {
    font-family: serif;
	display: inline-block;
    padding: 1.0em 6.5em;
    font-size: 120%;
    text-decoration: none;
    border-radius: 7px;
    background: #cea975;
    color: white;
    transition: .4s;
    color: #ffffff!important;
    border: solid 2px #cea975;
    margin: 30px 0 0;
    width: 60%;
}
a.btn-flat-border_br:hover {
  color: #cea975!important;
  background: #ffffff;
  border: solid 2px #cea975;
}
@media screen and (max-width: 481px) {
a.btn-flat-border_br {
    padding: 1.0em 0.5em;
	width: 85%;
  } 
div.point1 {
  width: 21%;
	font-size: 80%;
  }
div.info1 {
  padding: 12px 0;
}
div.info2 {
  width: 68%;
}
div.info2 {
  padding-left: 14px;
}
div.point2 p{
position: absolute;
    top: 50%;
    transform: none;
	font-size: 80%;
}
}
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	max-width: 800px;
	margin: 0 auto;
    padding-bottom: 120px;
	}
	h1.fpage {text-align: center;
	 font-weight: 600;}
	.fpagemin{
		font-size: 84%;
	}
	p {
		margin-top: 20px;
	    margin-bottom: 20px;
	}
	a.itembtn {
	display:inline-block;
    max-width: 800px;
    width: 100%;
    padding: 10px 1px;
    text-align: center;
    color: #CC9900;
	font-size: 110%;
    font-weight: 600;
    border-radius: 5px;
    border: solid 1px #CC9900;
	transition: 1.0s;	
	}
	a.itembtn:hover {
	/* opacity: 0.5; */
    color: #ffffff;		
	background-color: #CC9900;
    border: solid 1px #CC9900;
	}
	span.caption{
		font-size: 70%;
		color: dimgrey;
	}
    div.tpage-inbx {
    padding: 40px 0px 0px;
    }
	div.reason2{
	margin-bottom: 20px;
    border-bottom: 3px solid #eee;
	}
	h2.reason2{
	padding-bottom: 20px!important;
    margin: 0;
	color: #222;
    padding-bottom: 5px;
    position: relative;
    line-height: 1.2;
    font-size: 2.6rem;
	}
	h2.reason2:after {
    content: ' ';
    height: 3px;
    background-color: #222;
    width: 27.7%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
	}
	.marker {
background: linear-gradient(transparent 0%, #ffefd2 0%);
}
h3.reason3{
	font-size: 2.1rem;
    margin-bottom: 15px;
    margin-top: 40px;
		}
h3.reason3 span.mark{
	background-image: linear-gradient(transparent 60%, #ffefd2 50%);
    padding-bottom: 5px;
	}
	div.video{
	width: 100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
	}
	div.video iframe{	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}	
@media screen and (max-width: 1024px) { 
	div.freepage-content{
	padding: 0 30px;
	}	
    div.video{
	text-align: center;
	}
	}
iframe#twitter-widget-1 {
    border: 1px solid #eee !important;
    margin-bottom: 80px !important;
}
#p-slider {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
#p-slider img {
    width: 100%;
}
@media screen and (max-width: 767px){
iframe#twitter-widget-1 {
  margin-bottom: 0 !important;
}
.p-page-content {
  margin: 0 auto;
}
.p-body {
  padding-top: 0;
}
.c-section {
   margin-bottom: 0!important;
}
  #p-slider {
    width: 100%;
}
.c-section__heading {
  margin: 30px 10px 20px;
}
 .p-layout-container.sec-mg {
    margin-top: 60px;
}
.c-thumbnail-product-list {
  margin: 40px 0;
}
  .tweet-title::after {
    content: none;
}
}
.cal-atten {
    margin-top: 0;
}

.cal-atten span {
    background: #fff2f2;
    display: inline-block;
    padding: 5px 10px 6px;
    font-size: 14px;
    color: #DB5656;
}





/* -------20221202 ヘッダーレイアウト変更---------- */
.imgauto{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}
.h-top{
  display: flex;
  align-items: center;
}
.h-right{
  margin-left: auto;
}
.c-icon{
  display: flex;
  align-items: center;
  /* width: unset;
  height: unset; */
  padding-left: 0;
  margin: 0;
  list-style:none;
}
.c-icon li span,
.c-icon li a{
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: var(--H_iCON_SIZE);
  height: var(--H_iCON_SIZE);
  position: relative;
  color: #000;
}
.c-icon li .list{
  background-image: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/list.svg);
}
.c-icon li .search{
  background-image: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/search.svg);
}
.c-icon li .login{
  background-image: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/login.svg);
}
.c-icon li .wish{
  background-image: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/wish.svg);
}
.c-icon li .cart{
  background-image: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/cart.svg);
}
.c-icon li span::after,
.c-icon li a::after{
  position: absolute;
  top: 100%;
  transform-origin:0 0;
  white-space: nowrap;
  font-size: 10px;
}
.c-icon li .list::after{
  content: '商品一覧';
}
.c-icon li .search::after{
  content: '商品を探す';
}
.c-icon li .search::after{
  content: '商品を探す';
}
.c-icon li .login::after{
  content: 'ログイン';
}
.c-icon li .wish::after{
  content: 'お気に入り';
}
.c-icon li .cart::after{
  content: 'カート';
}
.c-search{
  position: absolute;
  display: none;
  z-index: 99;
}
.c-search input[type="text"]{
  display: inline-block;
  background: #fff;
  font-size: 16px;
}
.c-search button{
  width: var(--SEARCH_BUTTON_SIZE);
  height: var(--SEARCH_BUTTON_SIZE);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/search.svg) no-repeat center center / 100%;
}
@media screen and (min-width: 1101px){
  .h-top{
    width: 85%;
  }
  .h-logo{
    width: 300px;
  }
  .h-logo .txt{
    font-size: 13px;
  }
  .h-other-link{
    top: 50%;
    transform: translateY(-50%);
  }
  .h-nav ul li a{
    font-size: 18px;
    transition: .2s;
  }
  .h-nav ul li a:hover{
  color: #d4643d;
}
  .h-link{
    gap: 30px;
  }
  .h-other-link{
    gap: 20px;
  }
  .h-other-link .insta{
    width: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
  .h-top{
    width: 95%;
  }
  .h-logo{
    width: 230px;
  }
  .h-logo .txt{
    font-size: 10px;
  }
  .h-link{
    gap: 20px;
  }
  .h-link li a{
    font-size: 12px;
  }
  .h-other-link{
    bottom: -40px;
  }
  .h-other-link{
    gap: 10px;
  }
  .h-other-link .insta{
    width: 15px;
  }
  .h-other-link .cp a{
    font-size: 12px;
  }
}
@media screen and (min-width: 768px){
  #headerarea{
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    transition: .2s;
  }
  #headerarea.fixed{
    padding: 8px 0 15px;
    box-shadow: 0px 8px 5px -5px rgba(169, 166, 166, 0.5);
  }
  .h-inner{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
  }
  .h-top{
    margin: 0 auto 30px;
  }
  .h-logo span{
    display: block;
  }
  #headerarea.fixed .h-logo .txt{
    display: none;
  }
  .h-right{
    gap: 30px;
    display: flex;
    align-items: center;
  }
  .h-link{
    display: flex;
    align-items: center;
  }
  .h-link li a{
    color: #656565;
  }
  .h-icon{
    gap: 20px;
  }
  .h-icon li span,
  .h-icon li a{
    --H_iCON_SIZE: 30px;
  }
  .h-icon li span::after,
  .h-icon li a::after{
    transform: scale(0.8);
  }

  .c-icon li .search::after{
    left: -2px;
  }
  .c-icon li .login::after{
    left: 0px;
  }
  .c-icon li .wish::after{
    left: -5px;
  }
  .c-icon li .cart::after{
    left: 6px;
  }
  .c-icon li .search{
    cursor: pointer;
  }
  .h-search{
    top: 50px;
    left: -100px;
  }
  .c-icon .search-trigger{
    position: relative;
  }
  .c-search form{
    position: relative;
  }
  .c-search input[type="text"]{
    display: inline-block;
    padding: 8px 50px 8px 20px;
    border-radius: 70px;
    border: 1px solid #000;
  }
  .c-search button{
    cursor: pointer;
    right: 10px;
    --SEARCH_BUTTON_SIZE: 22px;
  }
  .h-bottom{
    position: relative;
  }
  .h-nav ul{
    display: flex;
    justify-content: center;
  }
  .h-nav ul li{
    padding: 0 2.5%;
    line-height: 1;
  }
  .h-nav ul li:not(:last-child){
    border-right: 1px solid #656565;
  }
  .h-nav ul li a{
    color: #656565;
    font-weight: bold;
  }
  .h-other-link{
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
  }
  .h-other-link span{
    display: inline-block;
  }
  .h-other-link .cp a{
    display: inline-block;
    color: #000;
  }
  .h-other-link .cp a::after{
    content: "";
    display: inline-block;
    margin: 0 0 2px 0.3em;
    width: 8px;
    height: 8px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px){
  #headerarea{
    padding: 20px 0;
  }
  .h-inner{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .h-logo{
    width: 40%;
    margin-left: 60px;
  }
  .h-icon{
    gap: 15px;

    top: -3px;
  }
  .h-icon li span,
  .h-icon li a{
    --H_iCON_SIZE: 28px;
  }
  .h-icon li span::after,
  .h-icon li a::after{
    transform: scale(0.7);
  }
  .h-icon li .search::after{
    left: -2px;
  }
  .h-icon li .login::after{
    left: 2px;
  }
  .h-icon li .cart::after{
    left: 6px;
  }
  .ft-logo{
    width: 220px;
    margin: 0 auto 20px;
  }
  .ft-search-ttl{
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 18px;
  }
  .ft-search{
    margin-bottom: 20px;
  }
  .ft-search form{
    position: relative;
  }
  .ft-search input[type="text"]{
    display: block;
    width: 100%;
    border: 1px solid #aaa;
    padding: 10px 40px 10px 20px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
  }
  .ft-search button{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    -webkit-appearance: none;
    border: none;
    background: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/search-o.svg) no-repeat center center / 100%;
  }
  .ft-pickup-bnr{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .ft-all-link{
    margin: 30px auto;
    width: 250px;
  }
  .ft-all-link a{
    display: block;
    text-align: center;
    color: #fff;
    background-color: #d4643d;
    padding: 10px 0;
    font-size: 16px;
  }
  .ft-all-link a span::after{
    content: "";
    display: inline-block;
    margin: 0 0 3px 0.5em;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
  }
  .ft-guide{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom:30px;
  }
  .ft-guide li a{
    display: block;
    text-align: center;
    background-color: #e1bf78;
    color: #fff;
    padding: 8px 0;
    position: relative;
  }
  .ft-guide li a::after{
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .ft-insta{
    text-align: center;
    padding-bottom: 100px;
  }
  .ft-insta a{
    color: #000;
    display: inline-block;
    font-size: 20px;
    padding-left: 30px;
    background: url(https://file003.shop-pro.jp/PA01203/830/images/icon-ig-bk.svg) no-repeat left center / 20px;
  }
}
.sp-fix-icon .c-icon{
  width:unset;
  height:unset;
}
/* sp固定アイコン */
@media screen and (max-width: 767px){
  .fat-nav__wrapper ul{
    padding-left: 0;
  }
  .fat-nav__wrapper ul li{
    list-style:none;
  }
  .sp-fix-icon{
    width: 100%;
    background-color: rgba(255, 241, 216, 0.9);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    --SP_FIXED_ICON_HEIGHT: 72px;
    height: var(--SP_FIXED_ICON_HEIGHT);
    display: none;
    z-index: 1000;
  }
  .f-icon li{
    flex: 1;
    text-align: center;
  }
  .f-icon li span,
  .f-icon li a{
    --H_iCON_SIZE: 32px;
  }
  .f-icon li span::after,
  .f-icon li a::after{
    transform: scale(0.9);
  }
  .f-icon li .list::after{
    left: -3px;
  }
  .f-icon li .search::after{
    left: -5px;
  }
  .f-icon li .login::after{
    left: 0px;
  }
  .f-icon li .cart::after{
    left: 4px;
  }
  .fix-search{
    width: 100%;
    bottom: var(--SP_FIXED_ICON_HEIGHT);
    left: 0;
    z-index: 1000;
  }
  .fix-search form{
    background: rgba(212, 99, 61, 0.9);
    position: relative;
    padding: 10px 60px 10px 20px;
  }
  .fix-search input[type="text"]{
    display: inline-block;
    width: 100%;
    border: none;
    padding: 10px 20px;
  }
  .fix-search button{
    cursor: pointer;
    right: 18px;
    --SEARCH_BUTTON_SIZE: 28px;
    background: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/search-w.svg) no-repeat center center / 100%;
  }
}

@media screen and (min-width: 768px){
  .p-page-content{
    margin: 160px auto 0;
  }
}
@media screen and (max-width: 767px){
  .p-footer-bottom{
    padding-bottom: 72px;
  }
  
 .h-search{
  width: 100%;
  bottom: var(--SP_FIXED_ICON_HEIGHT);
  left: 50%;
  z-index: 1000;
  position: absolute;
  top: 75px;
  transform: translate(-50%, 0);
}
.h-search form{
  background: rgba(212, 99, 61, 0.9);
  position: relative;
  padding: 10px 60px 10px 20px;
  width: 100%;
  display: block;
}
.h-search input[type="text"]{
  display: inline-block;
  width: 100%;
  border: none;
  padding: 10px 20px;
}
.h-search button{
  cursor: pointer;
  right: 18px;
  --SEARCH_BUTTON_SIZE: 28px;
  background: url(https://file003.shop-pro.jp/PA01203/830/images/renewal/search-w.svg) no-repeat center center / 100%;
}
}


/*20240521 HEAD*/
@media (min-width: 768px) { 
/*PC*/
.p-page-content{margin: 180px auto 0}
.h-nav ul {align-items: center;text-align: center}
.h-nav ul li{line-height: 1.3}
.h-nav ul li a{font-size: 16px}
}

@media (max-width: 767px) { 
/*sp*/
/*head*/
#headerarea .txt{font-size: 11px;margin-top: 5px;margin: 1% 0 0 18%;}
#headerarea .h-logo{width: 45%}
#headerarea{padding:0 0 10px 0}
#headerarea .h-inner{display: block}
#headerarea .h-inner .hamburger{top: 32px}
#headerarea .h-inner .h-nav{background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/bk_nav2.png?1) no-repeat center;background-size:100%}
#headerarea .h-inner .h-nav ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 0 0}
#headerarea .h-inner .h-nav li{width: 23%;font-size: 12px;text-align: center; }
#headerarea .h-inner .h-nav li a{display: block;padding: 10px 0;line-height: 1.4}
 }

@media (max-width: 767px) { 
/*HBM*/
.fat-nav__wrapper{padding-top: 40px;width: 100%;letter-spacing: 0.05em;}
.fat-nav__wrapper p.ft-hamburger-ps{margin: 0}
.fat-nav__wrapper .indent{padding: 0 5%}
.fat-nav__wrapper .ft-logo{width: 70%;font-size: 11px;text-align: center;margin-top: 20px}
.fat-nav__wrapper .ft-logo .imgauto{width: 70%;margin: 0 auto}
.fat-nav__wrapper .ft-logo p{margin: 0}
.fat-nav__wrapper .my_nav{background: #C6A04D;padding: 1em;display: flex;column-gap: 1em}
.fat-nav__wrapper .my_nav  p{margin: 0}
.fat-nav__wrapper .ft-search{padding:1em 5%;margin: 0}
.fat-nav__wrapper .ft-search{padding:1em 5%;margin: 0}
.fat-nav__wrapper .top_icon{margin: 0;}
.fat-nav__wrapper .top_icon a{display: block;background:url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/icon_home.png) no-repeat 5% 10px #FBEFEB ;
padding: 3% 5% 3% 13%;text-decoration: none;color: #333;background-size: 22px;font-size: 12px; font-weight: bold;}
.fat-nav__wrapper .c-section__heading{font-weight: bold; margin-bottom: 30px}
.fat-nav__wrapper .category_flex p{margin: 0 0 10px 0 }
.fat-nav__wrapper .bnr_flex p{margin: 0 0 20px 0 }
.fat-nav__wrapper .bnr_flex.limited p{margin-left: -5px}
.fat-nav__wrapper .w70_btn{width: 70%;margin: 0 auto 40px}
.fat-nav__wrapper .mb40{margin-bottom: 40px;}
.fat-nav__wrapper .ft-insta{padding-bottom: 20px;}

.fat-nav__wrapper .guide_area{background: #FDF9EF;padding: 5% 0}
.fat-nav__wrapper .guide_area p{margin: 0}
.fat-nav__wrapper .guide_area p.mb10{margin: 0 0 10px 0}
.fat-nav__wrapper .guide_area li a{color: #333}
.fat-nav__wrapper .guide_area li.ttl{font-size: 14px; font-weight: bold;}
.fat-nav__wrapper .guide_area li{font-size: 14px; }
.fat-nav__wrapper .guide_area li a{display: block;padding: 1em 2em;border-bottom: 1px solid #C6A04D;
background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/guide_next.png) no-repeat right center;}
.fat-nav__wrapper .guide_area li.ttl a{padding-left: 1em}

.fat-nav__wrapper .guide_area .contact_area{margin: 40px 0 60px; background: #fff;padding:8% 5%}
.fat-nav__wrapper .guide_area .contact_area h2.c-section__heading{margin: 0 0 20px 0;}
.fat-nav__wrapper .guide_area .contact_area .c-section__heading--sub-title{font-size: 18px; font-weight: bold;}
.fat-nav__wrapper .guide_area .contact_area .c-section__heading--sub-title::after{width: 50px;}

.fat-nav__wrapper .guide_area .contact_area .text{text-align: center;margin-bottom: 20px}

.fat-nav__wrapper .guide_area .contact_area .mail a{display: block;color: #fff;padding: 1em;margin-bottom: 10px;
background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/icon_next.png) no-repeat 95% center #C6A04D;background-size: 8px}
.fat-nav__wrapper .guide_area .contact_area .mail a span{text-align: center;display: block;
background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/icon_mail.png) no-repeat left center;background-size: contain}

.fat-nav__wrapper .guide_area .contact_area .tel a {display: block;color: #fff;padding:0.5em 1em;
background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/icon_next.png) no-repeat 95% center #C6A04D;background-size: 8px}
.fat-nav__wrapper .guide_area .contact_area .tel a span{text-align: center;display: block;
background: url(https://file003.shop-pro.jp/PA01203/830/images/hnb/hbm/icon_tel.png) no-repeat left center;background-size: 36px}
.fat-nav__wrapper .guide_area .contact_area .tel a em{font-style: normal;font-size: 18px; display: block;}
}
