/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

body{
	background: unset;
}

header *, footer *{
	font-family: "Noto Sans JP", sans-serif;
}

.noto-serif-jp {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.zen-old-mincho {
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.montserrat {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

a,
button {
	color: #000;
  	text-decoration: none;
}

a:active,
a:focus {
  	text-decoration: none;
  	color: inherit;
}

*:focus {
  	outline: none;
}

.ec-link {
	color: #505050;
	text-decoration: underline;
}

.ec-textlink,
.ec-underline {
	text-decoration: underline;
}

.ec-instagramlink {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.45;
	color: #5C4110;
}

.ec-instagramlink:before {
	width: 40px;
	height: 40px;
	display: block;
	min-width: 40px;
	margin-right: 15px;
	background: url(../img/common/icon_footer_instagram.svg) center center no-repeat;
	background-size: 40px auto;
	content: '';
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
      cursor: default;
      pointer-events:none;
  }

  a:hover,
  a:focus-within {
    color: #000;
    text-decoration: underline;
  }

  .has-hover {
  	transition: opacity .7s;
  }

  .has-hover:hover,
  .has-hover:focus-within {
	text-decoration: none;
	opacity: .7;
	transition: opacity .7s;
  }

	.ec-textlink:hover,
	.ec-textlink:focus-within {
    	text-decoration: none;
	}

	.ec-textlink:active,
	.ec-textlink:focus {
	  	text-decoration: underline;
	}

	.ec-instagramlink:hover,
	.ec-instagramlink:focus-within,
	.ec-instagramlink:active,
	.ec-instagramlink:focus {
	  	color: #5C4110;
	}

	.ec-link:hover,
  .ec-link:focus-within {
		color: #505050;
		text-decoration: underline;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    a:hover {
      text-decoration: none;
    }
}

.is-scrollStop {
  overflow: hidden;
  height: 100vh;
}

.is-pc {
    display: block;
}

.is-sp,
.is-sp-zoom,
.is-hide {
    display: none;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
    .is-pc {
        display: none;
    }

    .is-sp {
        display: block;
    }
}

@media screen and (max-width: 374px) {
	.is-sp {
        display: none;
    }
	.is-sp-zoom {
		display: none;
	}
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    counter-reset: section;
}

.ec-role {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    max-width: 1240px;
}

.ec-anchorArea {
  position: relative;
}

.ec-anchorArea .ec-anchor {
  position: absolute;
  z-index: -1;
  top: -100px;
}

/*** スマホ 320px ~ 959px ***/
@media screen and (max-width: 959px) {
	.ec-anchorArea .ec-anchor {
		top: -60px;
	}
}

/*** スマホ 320px ~ 767px ***/
@media screen and (max-width: 767px) {
	.ec-role {
	    padding: 0 15px;
	}
}

/*** form ***/
select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check{
	display: none;
}

select,
input[type=radio],
input[type=checkbox],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=reset],
input[type=button],
input[type=submit],
textarea {
	appearance: none;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
	outline: none;
}

input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear{
	display: none;
}

input[type=reset],
input[type=button],
input[type=submit]  {
	font-family: "Noto Sans JP", sans-serif;
	cursor: pointer;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { 
  color: #B2B2B2; 
} 
input:-moz-placeholder, 
textarea:-moz-placeholder { 
  color: #B2B2B2; 
} 
input::-moz-placeholder, 
textarea::-moz-placeholder { 
  color: #B2B2B2; 
} 
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { 
  color: #B2B2B2; 
} 

.ec-input input, 
.ec-halfInput input, 
.ec-numberInput input, 
.ec-zipInput input, 
.ec-telInput input, 
.ec-select input, 
.ec-select select,
.ec-birth select,
.ec-birth input {
  height: 62px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.45;
  color: #5C4110;
  border: 1px solid rgba(92, 65, 16, 0.5);
  border-radius: 10px;
  margin: 0;
}

.ec-input input + input {
  margin-top: 24px;
}

.ec-input .ec-errorMessage, 
.ec-halfInput .ec-errorMessage, 
.ec-numberInput .ec-errorMessage, 
.ec-zipInput .ec-errorMessage, 
.ec-telInput .ec-errorMessage, 
.ec-select .ec-errorMessage, 
.ec-birth .ec-errorMessage {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: normal;
    color: #C90404;
}

.ec-telInput {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ec-telInput span {
	font-size: 16px;
  line-height: 1.5;
  color: #B2B2B2;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.ec-telInput input {
  max-width: 176px;
}

.ec-select {
  margin-bottom: 24px;
  line-height: 1;
}

.ec-select select,
.ec-birth select {
  display: inline-block;
  width: auto;
  border: 1px solid rgba(92, 65, 16, 0.5);
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 62px;
  padding: 0 50px 0 25px;
  font-size: 16px;
  color: #5C4110;
  font-weight: 400;
  background: url(../img/common/icon_select.svg) right 20px center no-repeat #fff;
}

.ec-birth {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ec-birth select {
  width: 100%;
}

.ec-birth span {
  font-size: 20px;
  line-height: 1.45;
  color: #B2B2B2;
  margin: 0;
}

.ec-textarea {
  line-height: 1;
}

.ec-textarea textarea {
  width: 100%;
  height: 120px;
  padding: 25px;
  font-size: 16px;
  line-height: 1.45;
  color: #000;
  border: 1px solid rgba(92, 65, 16, 0.5);
  border-radius: 10px;
  margin: 0;
  resize: none;
  background: #fff;
}

ec-input input[type=text].error {
  border-color: #FFF2F1;
  background-color: #FFF2F1;
}

span.error {
  font-size: 16px;
  line-height: 1.45;
  color: #C90404;
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

.ec-radio {
  position: relative;
}

.ec-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  left: -100%;
  top: -100%;
}

.ec-radio input[type=radio] + label {
  font-size: 16px;
  line-height: 1.45;
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 32px;
  margin-bottom: 0;
}

.ec-radio input[type=radio] + label:before {
  width: 24px;
  height: 24px;
  border: 1px solid rgba(92, 65, 16, 0.3);
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: '';
}

.ec-radio input[type=radio] + label:after {
  width: 14px;
  height: 14px;
  background: #5C4110;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  content: '';
  opacity: 0;
  transition: opacity .4s ease;
}

.ec-radio input[type=radio]:checked + label:after {
  opacity: 1;
}

.ec-radio input[type=radio]:disabled  + label {
  color: #ddd;
}

.ec-radio input[type=radio]:disabled  + label:before {
  border-color: #ddd;
}

.ec-checkbox {
  position: relative;
}

.ec-checkbox label {
	margin: 0;
	font-weight: normal;
}

.ec-checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  left: -100%;
  top: -100%;
}

.ec-checkbox input[type=checkbox] + label {
  font-size: 16px;
  line-height: 1.45;
  display: inline-flex;
  align-items: center;
  padding-left: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 32px;
  margin-bottom: 0;
}

.ec-checkbox input[type=checkbox] + label:before,
.ec-checkbox input[type=checkbox] + label:after {
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_checkbox.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: '';
}

.ec-checkbox input[type=checkbox] + label:after {
  background-image: url(../img/common/icon_checkbox_checked.svg);
  opacity: 0;
  transition: opacity .4s ease;
}

.ec-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.ec-checkbox input[type=checkbox]:disabled  + label {
  color: #ddd;
}

.ec-checkbox input[type=checkbox]:disabled  + label:before {
	opacity: .5;
}

.ec-numberInput input[type=number]::-webkit-inner-spin-button,
.ec-numberInput input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  span.error {
    font-size: 16px;
  }

  .ec-input input, 
	.ec-halfInput input, 
	.ec-numberInput input, 
	.ec-zipInput input, 
	.ec-telInput input, 
	.ec-select input, 
	.ec-select select,
	.ec-birth select,
	.ec-birth input {
	  height: 48px;
	  padding: 0 20px;
	  border-radius: 5px;
	}

	.ec-input input + input {
	  margin-top: 15px;
	}

	.ec-telInput {
		gap: 6px;
	}

	.ec-telInput input {
	  max-width: 100%;
	}

	.ec-select {
	  margin-bottom: 15px;
	}

	.ec-select select,
	.ec-birth select {
	  border-radius: 5px;
	  height: 48px;
	  padding: 0 50px 0 20px;
	}

	.ec-birth {
		gap: 6px;
	}

	.ec-birth span {
	  font-size: 16px;
	}

	.ec-birth select {
		width: 100%;
	}

	.ec-textarea textarea {
	  height: 120px;
	  padding: 20px;
	  border-radius:5px;
	}

	.ec-radio input[type=radio] + label,
	.ec-checkbox input[type=checkbox] + label {
	  margin-right: 24px;
	}
}


/***  Button ***/

.ec-inlineBtn {
  border: 1px solid #788E62;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  color: #fff;
  background-color: #788E62;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-inlineBtn:focus, .ec-inlineBtn.focus, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus {
  outline: 0;
  outline-offset: 0;
}

.ec-inlineBtn:hover, .ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #fff;
}

.ec-inlineBtn:hover {
  color: #788E62;
  background-color: #fff;
  border-color: #788E62;
}

.ec-inlineBtn:disabled, .ec-inlineBtn.disabled,
.ec-inlineBtn:hover:disabled, .ec-inlineBtn.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-inlineBtn--primary {
  border: 1px solid #9E884F;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  color: #fff;
  background-color: #9E884F;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus, .ec-inlineBtn--primary:active:focus, .ec-inlineBtn--primary:active.focus, .ec-inlineBtn--primary.active:focus, .ec-inlineBtn--primary.active.focus {
  outline: 0;
  outline-offset: 0;
}

.ec-inlineBtn--primary:hover, .ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus {
  color: #fff;
}

.ec-inlineBtn--primary:hover {
  color: #9E884F;
  background-color: #fff;
  border-color: #9E884F;
}

.ec-inlineBtn--primary:disabled, .ec-inlineBtn--primary.disabled,
.ec-inlineBtn--primary:hover:disabled, .ec-inlineBtn--primary.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-inlineBtn--action {
  border: 1px solid #C90404;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  color: #fff;
  background-color: #C90404;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-inlineBtn--action.is-reversion {
  color: #C90404;
  background-color: #fff;
}

.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus {
  outline: 0;
  outline-offset: 0;
}
.ec-inlineBtn--action:hover, .ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #fff;
}
.ec-inlineBtn--action:hover {
  color: #C90404;
  background-color: #fff;
  border-color: #C90404;
}

.ec-inlineBtn--action.is-reversion:hover {
  color: #fff;
  background-color: #C90404;
  border-color: #C90404;
}

.ec-inlineBtn--action:disabled, .ec-inlineBtn--action.disabled,
.ec-inlineBtn--action:hover:disabled, .ec-inlineBtn--action.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-inlineBtn--action:disabled:before, .ec-inlineBtn--action.disabled:before {
  background-color: rgba(0, 0, 0, .3);
}

.ec-inlineBtn--cancel {
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}


.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus {
  outline: 0;
  outline-offset: 0;
}
.ec-inlineBtn--cancel:hover, .ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #fff;
}
.ec-inlineBtn--cancel:hover {
  color: rgba(0, 0, 0, .3);
  background-color: #fff;
  border-color: rgba(0, 0, 0, .3);
}

.ec-inlineBtn--cancel:disabled, .ec-inlineBtn--cancel.disabled,
.ec-inlineBtn--cancel:hover:disabled, .ec-inlineBtn--cancel.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-inlineBtn--cancel:disabled:before, .ec-inlineBtn--cancel.disabled:before {
  background-color: rgba(0, 0, 0, .3);
}

.ec-blockBtn {
  border: 2px solid #5C4110;
  font-size: 20px;
  font-weight: 400;
  padding: 25px;
  color: #fff;
  background-color: #5C4110;
  height: 80px;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-blockBtn:focus, .ec-blockBtn.focus, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus {
  outline: 0;
  outline-offset: 0;
}

.ec-blockBtn:hover, .ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #fff;
}

.ec-blockBtn:hover {
  color: #5C4110;
  background-color: #fff;
  border-color: #5C4110;
}

.ec-blockBtn:disabled, .ec-blockBtn.disabled,
.ec-blockBtn:hover :disabled, .ec-blockBtn.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-blockBtn--primary {
  border: 2px solid #9E884F;
  font-size: 20px;
  font-weight: 400;
  padding: 25px;
  color: #fff;
  background-color: #9E884F;
  height: 80px;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus, .ec-blockBtn--primary:active:focus, .ec-blockBtn--primary:active.focus, .ec-blockBtn--primary.active:focus, .ec-blockBtn--primary.active.focus {
  outline: 0;
  outline-offset: 0;
}

.ec-blockBtn--primary:hover, .ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus {
  color: #fff;
}

.ec-blockBtn--primary:hover {
  color: #9E884F;
  background-color: #fff;
  border-color: #9E884F;
}

.ec-blockBtn--primary:disabled, .ec-blockBtn--primary.disabled,
.ec-blockBtn--primary:hover :disabled, .ec-blockBtn--primary.disabled:hover  {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-blockBtn--action {
  border: 2px solid #C90404;
  font-size: 20px;
  font-weight: 400;
  padding: 25px;
  color: #fff;
  background-color: #C90404;
  height: 80px;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}

.ec-blockBtn--action.is-reversion {
  color: #C90404;
  background-color: #fff;
}

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus {
  outline: 0;
  outline-offset: 0;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
}
.ec-blockBtn--action:hover {
  color: #C90404;
  background-color: #fff;
  border-color: #C90404;
}

.ec-blockBtn--action.is-reversion:hover {
  color: #fff;
  background-color: #C90404;
  border-color: #C90404;
}

.ec-blockBtn--action:disabled, .ec-blockBtn--action.disabled,
.ec-blockBtn--action:hover:disabled, .ec-blockBtn--action.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-blockBtn--action:disabled:before, .ec-blockBtn--action.disabled:before {
  background-color: rgba(0, 0, 0, .3);
}

.ec-blockBtn--cancel {
  border: 2px solid transparent;
  font-size: 20px;
  font-weight: 400;
  padding: 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  height: 80px;
  line-height: 1.45;
  border-radius: 10px;
  transition: all .5s ease;
}


.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel:active.focus, .ec-blockBtn--cancel.active:focus, .ec-blockBtn--cancel.active.focus {
  outline: 0;
  outline-offset: 0;
}
.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #fff;
}
.ec-blockBtn--cancel:hover {
  color: rgba(0, 0, 0, .3);
  background-color: #fff;
  border-color: rgba(0, 0, 0, .3);
}

.ec-blockBtn--cancel:disabled, .ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel:hover:disabled, .ec-blockBtn--cancel.disabled:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .3);
  border-color: transparent;
  opacity: 1;
}

.ec-blockBtn--cancel:disabled:before, .ec-blockBtn--cancel.disabled:before {
  background-color: rgba(0, 0, 0, .3);
}


@media screen and (max-width: 767px) {
  /***  Button ***/
  .ec-inlineBtn,
  .ec-inlineBtn--primary,
  .ec-inlineBtn--action,
  .ec-inlineBtn--cancel {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 5px;
  }

  .ec-blockBtn,
  .ec-blockBtn--primary,
  .ec-blockBtn--action,
  .ec-blockBtn--cancel  {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px;
    border-radius: 5px;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
  }

  .ec-blockBtn:active:hover, 
  .ec-blockBtn:active:focus, 
  .ec-blockBtn:active.focus, 
  .ec-blockBtn.active:hover, 
  .ec-blockBtn.active:focus, 
  .ec-blockBtn.active.focus, 
  .open > .ec-blockBtn.dropdown-toggle:hover, 
  .open > .ec-blockBtn.dropdown-toggle:focus, 
  .open > .ec-blockBtn.dropdown-toggle.focus {
      color: #fff;
      background-color: #5C4110;
      border-color: #5C4110;
  }

  .ec-blockBtn--primary:active:hover, 
  .ec-blockBtn--primary:active:focus, 
  .ec-blockBtn--primary:active.focus, 
  .ec-blockBtn--primary.active:hover, 
  .ec-blockBtn--primary.active:focus, 
  .ec-blockBtn--primary.active.focus, 
  .open > .ec-blockBtn--primary.dropdown-toggle:hover, 
  .open > .ec-blockBtn--primary.dropdown-toggle:focus, 
  .open > .ec-blockBtn--primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #9E884F;
      border-color: #9E884F;
  }

  .ec-blockBtn--action:active:hover, 
  .ec-blockBtn--action:active:focus, 
  .ec-blockBtn--action:active.focus, 
  .ec-blockBtn--action.active:hover, 
  .ec-blockBtn--action.active:focus, 
  .ec-blockBtn--action.active.focus, 
  .open > .ec-blockBtn--action.dropdown-toggle:hover, 
  .open > .ec-blockBtn--action.dropdown-toggle:focus, 
  .open > .ec-blockBtn--action.dropdown-toggle.focus {
      color: #fff;
      background-color: #C90404;
      border-color: #C90404;
  }

  .ec-blockBtn--action.is-reversion:active:hover, 
  .ec-blockBtn--action.is-reversion:active:focus, 
  .ec-blockBtn--action.is-reversion:active.focus, 
  .ec-blockBtn--action.is-reversion.active:hover, 
  .ec-blockBtn--action.is-reversion.active:focus, 
  .ec-blockBtn--action.is-reversion.active.focus, 
  .open > .ec-blockBtn--action.is-reversion.dropdown-toggle:hover, 
  .open > .ec-blockBtn--action.is-reversion.dropdown-toggle:focus, 
  .open > .ec-blockBtn--action.is-reversion.dropdown-toggle.focus {
      color: #C90404;
      background-color: #fff;
      border-color: #C90404;
  }

  .ec-blockBtn--cancel:active:hover, 
  .ec-blockBtn--cancel:active:focus, 
  .ec-blockBtn--cancel:active.focus, 
  .ec-blockBtn--cancel.active:hover, 
  .ec-blockBtn--cancel.active:focus, 
  .ec-blockBtn--cancel.active.focus, 
  .open > .ec-blockBtn--cancel.dropdown-toggle:hover, 
  .open > .ec-blockBtn--cancel.dropdown-toggle:focus, 
  .open > .ec-blockBtn--cancel.dropdown-toggle.focus {
      color: #fff;
      background-color: rgba(0, 0, 0, .3);
      border-color: rgba(0, 0, 0, .3);
  }
}

/*** layout ***/
.ec-layoutRole {
	padding-top: 100px;
}

.ec-layoutRole .ec-layoutRole__contents {
	padding: 0;
	max-width: 100%;
	margin: 0;
}

/*** スマホ 320px ~ 959px ***/
@media screen and (max-width: 959px) {
	.ec-layoutRole {
		padding-top: 60px;
	}
}

/*** header ***/
.ec-layoutRole__header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
}

.ec-headerRole {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4;
	color: #525263;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 1130px;
	padding-top: 15px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: auto;
}

.ec-headerRole {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    max-width: 1366px;
    padding-top: 0;
    flex-wrap: nowrap;
    align-items: center;
    height: 50px;
}

.ec-headerRole:after {
	display: none;
}

.ec-headerRole .ec-headerRole__title {
	width: auto;
}

.ec-headerTitle .ec-headerTitle__title a {
	margin: 0;
	font-size: 0;
	display: block;
	width: 240px;
}

.ec-headerNaviRole {
	padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    justify-content: flex-end;
    margin: 0;
}

.ec-headerNaviRole:after {
	display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left,
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: auto;
	display: flex;
	align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
	/* margin-left: 10px; */
}

.ec-headerNaviRole .ec-headerNaviRole__search {
	display: block;
	margin: 0 25px 0 0;
	width: 220px;
}

.ec-headerSearch .ec-headerSearch__keyword {
    float: none;
    width: 100%;
    border-radius: 15px;
	border: 1px solid #7C7C7C;
	background: #fff;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 30px;
	font-size: 15px;
	padding: 0 40px 0 13px;
	outline: none;
	color: #000;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
    right: 13px;
    transform: translateY(-50%);
    padding: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 17px;
    height: 17px;
    line-height: 1;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon img {
	width: 100%;
}

.ec-headerNaviRole #cart_area {
    display: flex;
	align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__notes {
	font-size: 13px;
	font-weight: 500;
	color: #C90404;
	line-height: 1.5;
	margin-right: 10px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
    display: block;
}

.ec-headerNaviRole .ec-headerNav {
	display: flex;
	align-items: center;
}

.ec-headerNav .ec-headerNav__item {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 26px;
	position: relative;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
	display: flex;
	align-items: center;
	word-break: keep-all;
	white-space: normal;
	position: relative;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconCart img {
	width: 26px;
	margin-right: 8px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconCart .ec-cartNavi__badge {
	position: absolute;
	width: 18px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	background: #C90404;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	z-index: 2;
	left: 13px;
	top: -6px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-cartNavi__button {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	border-radius: 0;
	border: 0;
	background: none;
	text-indent: -9999px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-cartNavi__body {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease;
	width: 375px;
	background: #fff;
	position: absolute;
	right: -129px;
	top: 100%;
	z-index: 10;
	padding: 16px 15px;
	text-align: center;
}

.ec-headerNaviRole .ec-headerNaviRole__nav .ec-cartNavi__body.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity .5s ease;
}

.ec-cartNavi__body .ec-cartNaviTitle {
	font-size: 22px;
	font-weight: 500;
	color: #5C4110;
	line-height: 1.5;
}

.ec-cartNavi__body .ec-cartNaviPrice {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	line-height: 1.45;
	margin-top: 13px;
}

.ec-cartNavi__body .ec-cartNaviPrice .ec-cartNaviPrice__price {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 1.5;
	margin-left: 11px;
}

.ec-cartNavi__body .ec-cartNaviNotes {
	font-size: 19px;
	font-weight: 500;
	color: #C90404;
	line-height: 1.47;
	margin-top: 11px;
}

.ec-cartNavi__body .ec-cartNaviLinks {
	text-align: center;
	margin-top: 16px;
}

.ec-cartNavi__body .ec-cartNaviLinks a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	background: #5C4110;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	width: 255px;
	height: 40px;
	color: #fff;
	transition: opacity .5s ease;
}

.ec-cartNavi__body .ec-cartNaviLinks a:before {
	width: 22px;
	height: 20px;
	display: block;
	content: '';
	background: url(../img/common/icon_shopping_cart_hover.svg) center center no-repeat;
	background-size: cover;
	margin-right: 10px;
}

.ec-cartNavi__body .ec-cartNaviClose {
	width: 42px;
	margin: 0 auto;
	margin-top: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
	line-height: 1.45;
	color: #5C4110;
	cursor: pointer;
}

.ec-cartNavi__body .ec-cartNaviClose:before {
	width: 18px;
	height: 18px;
	margin-bottom: 7px;
	content: '';
	background: url(../img/common/icon_close.svg) center center no-repeat;
	background-size: cover;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconLogin img {
	width: 20px;
	margin-right: 11px;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconMypage img {
	width: 24px;
	margin-right: 10px;
}

.ec-headerNaviRole .ec-headerNaviRole__links {
	font-size: 14px;
	line-height: 1.5;
	color: #000;
}

.ec-headerMenuRole {
	width: 100%;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item {
	flex: 1;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 17px;
	letter-spacing: .1em;
	font-weight: 700;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	position: relative;
	transition: all .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item > a:before {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 12px;
	content: '';
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item .ec-iconProduct:before {
	width: 20px;
	height: 24px;
	background-image: url(../img/common/icon_product.svg);
	transition: all .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item .ec-iconNews:before {
	width: 20px;
	height: 20px;
	background-image: url(../img/common/icon_news.svg);
	transition: all .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item .ec-iconHistory:before {
	width: 35px;
	height: 15px;
	background-image: url(../img/common/icon_history.svg);
	transition: all .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item .ec-iconShop:before {
	width: 22px;
	height: 22px;
	background-image: url(../img/common/icon_shop.svg);
	transition: all .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerSubMenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	width: 100%;
	max-height: calc(100vh - 100px);
    overflow-y: scroll;
	background: #F8F8F8;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 36px;
	padding: 36px 30px 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__title {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.45;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
 	font-style: normal;
 	padding-bottom: 13px;
 	border-bottom: 2px solid #DDD7CF;
 	display: flex;
 	align-items: center;
 	margin-bottom: 15px;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__title:before {
	content: '';
	display: block;
	margin-right: 15px;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconSingle:before {
	width: 24px;
	height: 21px;
	min-width: 24px;
	background: url(../img/common/icon_single.svg) center center no-repeat;
	background-size: cover;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconGift:before {
	width: 36px;
	height: 21px;
	min-width: 36px;
	background: url(../img/common/icon_gift.svg) center center no-repeat;
	background-size: cover;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconPrice:before {
	width: 21px;
	height: 21px;
	min-width: 21px;
	background: url(../img/common/icon_price.svg) center center no-repeat;
	background-size: cover;
	margin-left: 15px;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__box + .ec-headerSubMenu__box {
	margin-top: 34px;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav {
	width: calc(100% + 30px);
	margin-left: -30px;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list {
	padding: 0;
	margin: 0;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list {
	width: 50%;
	position: relative;
	z-index: 2;
	padding-bottom: 60px;
}

/*.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	left: 100%;
	top: 0;
	z-index: -1;
	position: absolute;
}*/

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item {
	padding: 0;
	margin: 0;
	list-style: none;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item + .ec-headerSubMenuNav__item {
	margin-top: 10px;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a {
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 45px 0 16px;
	width: 100%;
	height: 65px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: #000000;
	font-family: "Zen Old Mincho", serif;
 	font-style: normal;
	transition: background .5s ease;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item.is-active > a {
	background: #fff;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a {
	padding: 0 55px 0 16px;
}

 .ec-headerMenuRole .ec-headerSubMenu__box + .ec-headerSubMenu__box .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a {
 	height: 40px;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a:after {
	width: 6px;
	height: 100%;
	content: '';
	position: absolute;
	right: 18px;
	top: 0;
	z-index: 2;
	background: url(../img/common/icon_arrows_right01.svg) center center no-repeat;
	background-size: 100% auto;
}

.ec-headerMenuRole .ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a:after {
	right: 28px;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item > a img {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	display: block;
	margin-right: 12px;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__submenu {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item.is-active .ec-headerSubMenuNav__submenu {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s ease;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:nth-child(3) .ec-headerSubMenuNav__submenu {
	padding-top: calc(75px * 2 + 10px);
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:nth-child(4) .ec-headerSubMenuNav__submenu {
	padding-top: calc(75px * 3 + 10px - 46px);
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:nth-child(5) .ec-headerSubMenuNav__submenu {
	padding-top: calc(75px * 4 + 10px - 46px * 2);
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:nth-child(6) .ec-headerSubMenuNav__submenu {
	padding-top: calc(75px * 5 + 10px - 46px * .5);
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:nth-child(7) .ec-headerSubMenuNav__submenu {
	padding-top: calc(75px * 6 + 10px - 46px);
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-headerMenuRole .ec-headerSubMenuNav__list .ec-headerSubMenuNav__submenu li a {
	display: block;
	width: 100%;
	padding: 8px 64px 8px 32px;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	background: url(../img/common/icon_arrows_right02.svg) right 32px center no-repeat;
	background-size: 16px auto;
	color: #000;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerShopMenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 99;
	width: 100%;
	max-height: calc(100vh - 100px);
    overflow-y: scroll;
	background: #F8F8F8;
	padding: 22px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .5s ease;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerShopMenu .ec-headerShopMenu__list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 16px;
}

.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerShopMenu .ec-headerShopMenu__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-headerMenuRole .ec-headerShop {
	background: url(../img/common/icon_arrows_right01.svg) right 30px center no-repeat #fff;
	background-size: 6px auto;
	border-radius: 18px;
	padding: 10px 50px 10px 10px;
	display: flex;
	align-items: center;
}

.ec-headerMenuRole .ec-headerShop .ec-headerShop__image {
	width: 160px;
	height: 120px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
	display: block;
}

.ec-headerMenuRole .ec-headerShop .ec-headerShop__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-headerMenuRole .ec-headerShop .ec-headerShop__box {
	width: calc(100% - 185px);
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	display: block;
}

.ec-headerMenuRole .ec-headerShop .ec-headerShop-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .02em;
	color: #5C4110;
	display: block;
}

.ec-headerMenuRole .ec-headerShop .ec-headerShop-address {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .03em;
	color: #000000;
	display: block;
	margin-top: 16px;
}

.ec-headerRole .ec-headerRole__navSP {
    display: block;
    position: fixed;
    top: 0;
    width: 60px;
    right: 0;
    z-index: 1000;
}

.ec-headerNavSP {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
    padding: 7px 0 0;
    width: 60px;
    height: 60px;
    background: #5C4110;
    position: relative;
    top: 0;
    right: 0;
    left: unset;
}

.ec-headerNavSP .ec-headerNavSP__line {
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	display: block;
	transition: all .5s ease;
}

.ec-layoutRole.is_active .ec-headerNavSP .ec-headerNavSP__line {
	width: 24px;
}

.ec-layoutRole.is_active .ec-headerNavSP .ec-headerNavSP__line:nth-child(1) {
	transform: rotate(45deg) translate(6px, 5.5px);
}

.ec-layoutRole.is_active .ec-headerNavSP .ec-headerNavSP__line:nth-child(2) {
	opacity: 0;
}

.ec-layoutRole.is_active .ec-headerNavSP .ec-headerNavSP__line:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -5.5px);
}

.ec-headerNavSP .ec-headerNavSP__line + .ec-headerNavSP__line {
	margin-top: 6px;
}

.ec-headerNavSP:after {
	width: 100%;
	font-size: 10px;
	line-height: 1.5;
	color: #fff;
	content: 'MENU';
	display: block;
	margin-top: 6px;
}

@media screen and (max-width: 1099px) {
	.ec-headerNaviRole .ec-headerNaviRole__search {
		width: 170px;
		margin-right: 15px;
	}

	.ec-headerNav .ec-headerNav__item {
		font-size: 13px;
		margin-right: 10px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__links {
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {
	.ec-headerRole .ec-headerRole__navSP,
	.ec-drawerRole.is_active {
		display: block;
	}

	.ec-headerNavSP {
        display: flex;
    }
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.ec-headerRole .ec-headerRole__navSP,
	.ec-drawerRole.is_active {
        display: none;
    }

	.ec-headerNaviRole .ec-headerNaviRole__nav a:hover,
	.ec-headerNaviRole .ec-headerNaviRole__nav a:focus-within {
		text-decoration: underline;
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover > a,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within > a {
		text-decoration: none;
		background: #BAAA90;
		color: #fff;
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-iconProduct:before,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-iconProduct:before {
		background-image: url(../img/common/icon_product_hover.svg);
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-iconNews:before,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-iconNews:before {
		background-image: url(../img/common/icon_news_hover.svg);
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-iconHistory:before,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-iconHistory:before {
		background-image: url(../img/common/icon_history_hover.svg);
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-iconShop:before,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-iconShop:before {
		background-image: url(../img/common/icon_shop_hover.svg);
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-headerSubMenu,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-headerShopMenu,
/*	.ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list:hover:before,*/
/*	.ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:hover .ec-headerSubMenuNav__submenu,*/
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-headerSubMenu,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-headerShopMenu,
/*	.ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list:focus-within:before,*/
	.ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:focus-within .ec-headerSubMenuNav__submenu {
		opacity: 1;
		visibility: visible;
		transition: opacity .5s ease;
	}

	.ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list:hover:before,
	.ec-headerSubMenu .ec-headerSubMenu__item:nth-child(1) .ec-headerSubMenuNav .ec-headerSubMenuNav__list:focus-within:before {
		z-index: 11;
	}

	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover  .ec-headerSubMenu,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:hover .ec-headerShopMenu,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within  .ec-headerSubMenu,
	.ec-headerMenuRole .ec-headerMenuRole__nav .ec-headerMenu .ec-headerMenu__item:focus-within .ec-headerShopMenu {
		pointer-events: auto;
	}

	.ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:hover > a,
	.ec-headerSubMenuNav__list .ec-headerSubMenuNav__item:focus-within > a {
		text-decoration: none;
		background: #fff;
		transition: background .5s ease;
	}

	.ec-cartNavi__body .ec-cartNaviLinks a:hover,
	.ec-cartNavi__body .ec-cartNaviLinks a:focus-within {
		text-decoration: none;
		opacity: .7;
	}
}


/*** スマホ 320px ~ 959px ***/
@media screen and (max-width: 959px) {
	.ec-headerRole {
		padding: 0 65px 0 10px;
	    height: 60px;
	}

	.ec-headerTitle .ec-headerTitle__title a {
		width: 173px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__left ,
	.ec-headerNaviRole .ec-headerNaviRole__links,
	.ec-headerMenuRole,
	.ec-headerNaviRole .ec-headerNaviRole__notes {
		display: none;
	}

	.ec-headerNaviRole .ec-headerNaviRole__right {
		margin: 0;
	}

	.ec-headerNav .ec-headerNav__item {
		font-size: 10px;
		line-height: 1.5;
		margin-right: 8px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__nav a {
		flex-direction: column;
		justify-content: center;
		width: 48px;
		height: 60px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconLogin img {
	    width: 16px;
	    margin: 0 0 5px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconMypage img {
		width: 20px;
	    margin: 0 0 4px;
	}

	.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconCart img {
	    width: 21px;
	    margin: 0 6px 3px 0;
	}

	.ec-headerNaviRole .ec-headerNaviRole__nav a.ec-iconCart .ec-cartNavi__badge {
		top: 4px;
		right: 7px;
		left: unset;
	}
	.ec-headerNaviRole .ec-headerNaviRole__nav .ec-cartNavi__button {
		display: block;
	}

	.ec-cartNavi__body .ec-cartNaviLinks a {
		display: inline-flex;
		width: 255px;
		height: 40px;
		flex-direction: row;
	}
}

@media screen and (max-width: 374px){
	.ec-headerTitle .ec-headerTitle__title a {
		width: 48px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.ec-headerRole__title a .ec-headerNav__item {
		display: flex;
        flex-direction: column;
        align-items: center;
		justify-content: center;
		width: 48px;
        height: 60px;
		font-size: 10px;
		line-height: 1.5;
		font-weight: 400;
	}

	.ec-headerRole__title a .ec-headerNav__item img{
		height: 24px;
		width: auto;
		object-fit: cover;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-headerNaviRole .ec-headerNaviRole__nav .ec-cartNavi__body {
		width: 100vw;

	}
}

/*** footer ***/
.ec-layoutRole__footer {
	position: relative;
	margin-top: 200px;
}



.ec-footerRole {
	background: #EFE8DE;
	padding: 0;
	margin: 0;
	border: 0;
}

.ec-footerRole .ec-footerRole__mainTop {
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.ec-footerLogo {
	width: 350px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ec-footerLogo .ec-footerLogo__caption {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	font-family: "Zen Old Mincho", serif;
 	font-style: normal;
 	letter-spacing: .1em;
 	color: #5C4110;
}

.ec-footerLogo .ec-footerLogo__logo {
	width: 272px;
	margin-top: 16px;
}

.ec-footerLogo .ec-footerLogo__logo img {
	width: 100%;
}

.ec-footerImage__list {
	display: flex;
	gap: 24px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	z-index: 2;
	padding: 0;
}

.ec-footerImage .ec-footerImage__list:nth-child(1) {
	right: 50%;
	transform: translate(-175px,-50%);
}

.ec-footerImage .ec-footerImage__list:nth-child(2) {
	left: 50%;
	transform: translate(175px,-50%);
}

.ec-footerImage__list .ec-footerImage__item {
	width: 232px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
}

.ec-footerImage__list .ec-footerImage__item img {
	width: 100%;
}

.ec-footerRole .ec-footerRole__mainBottom {
	width: 100%;
	padding: 34px 0 40px;
	text-align: center;
}

.ec-footerButton .ec-footerButton__link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 580px;
	border-radius: 10px;
	background: #5C4110;
	height: 100px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #fff;
}

.ec-footerButton .ec-footerButton__link:before {
	width: 29px;
	height: 24px;
	display: block;
	background: url(../img/common/icon_mail.svg) center center no-repeat;
	background-size: cover;
	content: '';
	margin-right: 16px;
}

.ec-footerContact {
	margin-top: 40px;
}

.ec-footerContact .ec-footerContact__title {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #5C4110;
}

.ec-footerContact .ec-footerContact__body {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 90px;
	margin-top: 25px;
}

.ec-footerTel .ec-footerTel__number,
.ec-footerFax .ec-footerFax__number {
	display: flex;
	align-items: center;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.25;
	letter-spacing: .04em;
	color: #5C4110;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	word-break: keep-all;
	white-space: nowrap;
}

.ec-footerTel .ec-footerTel__number:before {
	width: 36px;
	height: 36px;
	background: url(../img/common/icon_phone.svg) center center no-repeat;
	background-size: cover;
	display: block;
	content: '';
	margin-right: 15px;
}

.ec-footerFax .ec-footerFax__number:before {
	width: 36px;
	height: 36px;
	background: url(../img/common/icon_printer.svg) center center no-repeat;
	background-size: cover;
	display: block;
	content: '';
	margin-right: 15px;
}

.ec-footerTel .ec-footerTel__notes {
	display: block;
	font-size: 17px;
	letter-spacing: .03em;
	line-height: 1.5;
	margin-top: 12px;
	color: #5C4110;
}

.ec-footerFax .ec-footerFax__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 322px;
	height: 35px;
	border-radius: 5px;
	background: #5C4110;
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.5;
	color: #fff;
	margin-top: 7px;
}

.ec-footerFax .ec-footerFax__link:after {
	width: 16px;
	height: 16px;
	background: url(../img/common/icon_download.svg) center center no-repeat;
	background-size: cover;
	display: block;
	content: '';
	margin-left: 15px;
}

.ec-footerRole .ec-footerRole__banner {
	border-top: 1px solid #E6DCCF;
	padding: 34px 0;
}

.ec-footerRole .ec-footerBanner__list {
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.ec-footerRole .ec-footerBanner__item {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}

.ec-footerRole .ec-footerRole__sns {
	border-top: 1px solid #E6DCCF;
	padding: 34px 0 40px;
}

.ec-footerTitle__logo {
	text-align: center;
}

.ec-footerTitle__logo a {
	display: inline-block;
	line-height: 1;
	width: 188px;
}

.ec-footerSns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
	padding: 0;
	margin: 0;
	margin-top: 35px;
}

.ec-footerSns li {
	width: 40px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ec-footerRole .ec-footerRole__links {
	padding: 20px 0;
}

.ec-footerNavi {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
    font-size: 15px;
    color: #5C4110;
    line-height: 1.5;
}


.ec-copyright {
	border-top: 1px solid #E6DCCF;
	padding: 20px 20px 25px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}

.ec-blockTopBtn {
	display: none !important;
}

.ec-layoutRole__footer .ec-blockTopBtn {
	position: absolute;
	right: 10px;
	bottom: 100%;
	margin-bottom: 20px;
	cursor: pointer;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	z-index: 99;
	border-radius: 100%;
	overflow: hidden;
	display: block !important;
	background: none;
}

.ec-blockTopBtn a.pagetop {
	width: 100%;
	height: 100%;
	background: url(../img/common/pagetop.svg) center center no-repeat;
	background-size: cover;
	display: block;
	content: '';
	transition: all .5s ease;
	text-align: unset;
  position: static;
	bottom: unset;
	right: unset;
	z-index: 2;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.ec-blockTopBtn a:hover,
	.ec-blockTopBtn a:focus-within {
		opacity: .7;
	}

	.ec-footerNavi .ec-footerNavi__link a:hover,
	.ec-footerNavi .ec-footerNavi__link a:focus-within {
	    text-decoration: underline;
	    opacity: 1;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-layoutRole__footer {
		margin-top: 100px;
	}

	.ec-footerRole .ec-footerRole__mainTop {
		padding: 16px;
	}

	.ec-footerLogo {
		width: 150px;
		height: 78px;
	}

	.ec-footerLogo .ec-footerLogo__caption {
		font-size: 15px;
	}

	.ec-footerLogo .ec-footerLogo__logo {
		width: 177px;
		margin-top: 8px;
	}

	.ec-footerImage__list {
		gap: 12px;
	}

	.ec-footerImage .ec-footerImage__list:nth-child(1) {
		transform: translate(-103px,-50%);
	}

	.ec-footerImage .ec-footerImage__list:nth-child(2) {
		transform: translate(103px,-50%);
	}

	.ec-footerImage__list .ec-footerImage__item {
		width: 120.64px;
		border-radius: 10px;
	}

	.ec-footerRole .ec-footerRole__mainBottom {
		padding: 14px 0 27px;
	}

	.ec-footerButton .ec-footerButton__link {
		max-width: 255px;
		height: 70px;
		font-size: 17px;
	}

	.ec-footerButton .ec-footerButton__link:before {
		width: 23px;
		height: 19px;
		margin: 2px 10px 0 0;
	}

	.ec-footerContact {
		margin-top: 36px;
	}

	.ec-footerContact .ec-footerContact__title {
		font-size: 18px;
		line-height: 1.78;
		letter-spacing: .06em;
	}

	.ec-footerContact .ec-footerContact__body {
		flex-direction: column;
		gap: 23px;
		margin-top: 23px;
	}

	.ec-footerTel .ec-footerTel__number,
	.ec-footerFax .ec-footerFax__number {
		font-size: 32px;
		line-height: 1.21875;
	}

	.ec-footerTel .ec-footerTel__number:before,
	.ec-footerFax .ec-footerFax__number:before {
		width: 27px;
		height: 27px;
		margin-right: 11px;
	}

	.ec-footerTel .ec-footerTel__notes {
		font-size: 15px;
		margin-top: 8px;
	}

	.ec-footerFax .ec-footerFax__link {
		max-width: 255px;
		font-size: 14px;
		margin-top: 13px;
	}

	.ec-footerFax .ec-footerFax__link:after {
		width: 13px;
		height: 13px;
		margin-left: 9px;
	}

	.ec-footerRole .ec-footerRole__banner {
		padding: 25px 0;
	}

	.ec-footerRole .ec-footerBanner__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}

	.ec-footerRole .ec-footerBanner__item {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}

	.ec-footerRole .ec-footerRole__sns {
		padding: 18px 0 42px;
	}

	.ec-footerTitle__logo a {
		width: 160px;
	}

	.ec-footerSns {
		gap: 30px;
		margin-top: 25px;
	}

	.ec-footerRole .ec-footerRole__links {
		border-top: 1px solid #E6DCCF;
		padding: 22px 0;
	}

	.ec-footerNavi {
		flex-direction: column;
		gap: 35px;
	}

	.ec-footerNavi .ec-footerNavi__link a {
	    font-size: 14px;
	    padding: 0;
	    border: 0;
	}


	.ec-copyright {
		padding: 10px 15px 15px;
		font-size: 12px;
	}

	.ec-layoutRole__footer .ec-blockTopBtn {
		right: 4px;
		margin-bottom: 4px;
		width: 50px;
		height: 50px;
	}
}

/*** SP MENU ***/
.ec-drawerRoleClose.is_active,
.have_curtain .ec-overlayRole {
	display: none;
}

.ec-drawerRole {
    background: #F8F8F8;
    width: 100%;
    height: calc(100vh - 60px);
    transform: translateX(0);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100000;
    padding-bottom: 80px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .1s ease;
    overflow-y: auto;
  	-webkit-overflow-scrolling: touch;
}

.ec-drawerRole.is_active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
    transition: opacity .1s ease;
}

.ec-drawerRole .ec-headerNaviRole__links {
	padding-top: 15px;
	text-align: center;
}

.ec-drawerRole .ec-headerNaviRole__links a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: underline;
}

.ec-drawerRole .ec-headerSearch {
    padding: 18px 15px 23px;
    background: none;
    color: #000;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword {
    border-radius: 24px;
    border: 0;
    color: #000;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    height: 45px;
    font-size: 16px;
    padding: 0 50px 0 17px;
}

.ec-drawerRole .ec-headerSearch__keywordBtn {
    right: 17px;
    width: 24px;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
	width: 24px;
	height: 24px;
	line-height: 1;
}

.ec-drawerRole .ec-headerMenu {
	padding-bottom: 18px;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item {
	border-bottom: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item.is-active {
	background: #fff;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item:first-child {
	border-top: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item > a {
	font-size: 19px;
	line-height: 1.52;
	padding: 13px 52px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .01em;
	color: #5C4110;
	display: block;
	position: relative;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon_arrows_right01.svg) center center no-repeat;
	background-size: auto 10px;
	content: '';
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item.has-child > a:after {
	background-image: url(../img/common/icon_menu_open.svg);
	background-size: auto 16px;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item.has-child.is-active > a:after {
	background-image: url(../img/common/icon_menu_close.svg);
	background-size: auto 16px;
}


.ec-drawerRole .ec-headerMenu .ec-headerMenu__item > a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	z-index: 2;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item .ec-iconProduct:before {
	width: 20px;
	height: 24px;
	background-image: url(../img/common/icon_product.svg);
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item .ec-iconNews:before {
	width: 20px;
	height: 20px;
	background-image: url(../img/common/icon_news.svg);
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item .ec-iconHistory:before {
	width: 35px;
	height: 15px;
	background-image: url(../img/common/icon_history.svg);
	left: 7.7px;
}

.ec-drawerRole .ec-headerMenu .ec-headerMenu__item .ec-iconShop:before {
	width: 22px;
	height: 22px;
	background-image: url(../img/common/icon_shop.svg);
}

.ec-drawerRole .ec-headerSubMenu,
.ec-drawerRole .ec-headerShopMenu,
.ec-drawerRole .ec-headerSubMenuNav,
.ec-drawerRole .ec-headerSubMenuSubNav {
	display: none;
}
 
.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__item {
	border-top: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__item .ec-headerSubMenu__title {
	font-size: 17px;
	line-height: 1.7;
	padding: 13px 52px;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .01em;
	color: #5C4110;
	display: block;
	position: relative;
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__item .ec-headerSubMenu__title:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 16px;
	height: 16px;
	background-image: url(../img/common/icon_menu_open.svg);
	background-size: auto 16px;
	content: '';
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__item.is-active .ec-headerSubMenu__title:after {
	background-image: url(../img/common/icon_menu_close.svg);
	background-size: auto 16px;
}


.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__item .ec-headerSubMenu__title:before {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	z-index: 2;
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconSingle:before {
	width: 24px;
	height: 21px;
	background: url(../img/common/icon_single.svg) center center no-repeat;
	background-size: cover;
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconGift:before {
	width: 36px;
	height: 21px;
	background: url(../img/common/icon_gift.svg) center center no-repeat;
	background-size: cover;
	left: 7.6px;
}

.ec-drawerRole .ec-headerSubMenu .ec-headerSubMenu__title.ec-iconPrice:before {
	width: 21px;
	height: 21px;
	background: url(../img/common/icon_price.svg) center center no-repeat;
	background-size: cover;
}

.ec-drawerRole .ec-headerSubMenuNav__list {
	padding: 0;
	margin: 0;
}

.ec-drawerRole .ec-headerSubMenuNav__item {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerSubMenuNav__item > a {
	display: flex;
	align-items: center;
	min-height: 53px;
	font-size: 15px;
    font-family: "Zen Old Mincho", serif;
  	font-style: normal;
  	line-height: 1.45;
  	color: #000000;
  	font-weight: 600;
  	letter-spacing: .01em;
  	position: relative;
  	padding: 8px 40px 8px 56px;
}

.ec-drawerRole .ec-headerSubMenuNav__item > a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon_arrows_right01.svg) center center no-repeat;
	background-size: auto 10px;
	content: '';
}

.ec-drawerRole .ec-headerSubMenuNav__item.has-child > a:after {
	background-image: url(../img/common/icon_menu_open.svg);
	background-size: auto 16px;
}

.ec-drawerRole .ec-headerSubMenuNav__item.has-child.is-active > a:after {
	background-image: url(../img/common/icon_menu_close.svg);
	background-size: auto 16px;
}

.ec-drawerRole .ec-headerSubMenuNav__item > a img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 53px;
	object-fit: cover;
}

.ec-drawerRole .ec-headerSubMenuNav__submenu  {
	background: #F8F8F8;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid #EBEBEB;
	margin-bottom: -1px;
}

.ec-drawerRole .ec-headerSubMenuNav__submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fff;
	border-bottom: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerSubMenuNav__submenu li:nth-child(odd) {
	border-right: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerSubMenuNav__submenu li a {
	display: flex;
	align-items: center;
	min-height: 55px;
	width: 100%;
	padding: 8px 23px 8px 9px;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	background: url(../img/common/icon_arrows_right02.svg) right 8px center no-repeat;
	background-size: 12px auto;
}

.ec-drawerRole .ec-headerShopMenu .ec-headerShopMenu__list {
	margin: 0;
	padding: 0;
}

.ec-drawerRole .ec-headerShopMenu .ec-headerShopMenu__item {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EBEBEB;
}

.ec-drawerRole .ec-headerShopMenu .ec-headerShopMenu__item a {
	display: flex;
	align-items: center;
	padding: 13px 35px 13px 15px;
	background: url(../img/common/icon_arrows_right01.svg) right 16px center no-repeat;
	background-size: auto 10px;
}

.ec-drawerRole .ec-headerShop .ec-headerShop__image {
	width: 100px;
	height: 75px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
	display: block;
}

.ec-drawerRole .ec-headerShop .ec-headerShop__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-drawerRole .ec-headerShop .ec-headerShop__box {
	width: calc(100% - 115px);
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	display: block;
}

.ec-drawerRole .ec-headerShop .ec-headerShop-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .02em;
	color: #5C4110;
	display: block;
}

.ec-drawerRole .ec-headerShop .ec-headerShop-address {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .03em;
	color: #000000;
	display: block;
	margin-top: 8px;
}

.ec-drawerRole .ec-menuLinks ul {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 2px;
}

.ec-drawerRole .ec-menuLinks ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__top {
	grid-template-columns: repeat(3, 1fr);
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 14px;
	line-height: 1.5714;
	font-weight: 400;
	color: #fff;
	background: #BAAA90;
	text-align: center;
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__bottom {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2px;
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__bottom a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-size: 15px;
	line-height: 1.5714;
	font-weight: 400;
	color: #fff;
	background: #5C4110;
	text-align: center;
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__bottom .ec-iconGuide:before {
	width: 16px;
	height: 23px;
	background: url(../img/common/icon_guide.svg) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 7px;
	content: '';
}

.ec-drawerRole .ec-menuLinks .ec-menuLinks__bottom .ec-iconMail:before {
	width: 20px;
	height: 16px;
	background: url(../img/common/icon_mail.svg) center center no-repeat;
	background-size: 100% 100%;
	margin-right: 9px;
	content: '';
}


/*** pageHeader ***/

.ec-pageHeader {
	width: 100%;
	position: relative;
}

.ec-pageHeader .ec-pageHeader__bg {
	width: 100%;
	height: 160px;
	background: #BAAA90;
}

.ec-pageHeader .ec-pageHeader__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .25;
}

.ec-pageHeader h1 {
	border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-family: "Zen Old Mincho", serif;
  	font-style: normal;
  	color: #fff;
  	font-weight: 600;
  	letter-spacing: .1em;
  	line-height: 1.5;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-pageHeader .ec-pageHeader__bg {
		height: 100px;
	}

	.ec-pageHeader h1 {
	    font-size: 24px;
	}
}

/*** pager ***/

.ec-pager {
    padding: 0;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.ec-newsList + .ec-pagerRole .ec-pager {
	margin-top: 50px;
}

.ec-pager .ec-pager__item {
    min-width: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #5C4110;
}

.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item a {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #5C4110;
    font-family: "Zen Old Mincho", serif;
    background: rgba(92, 65, 16, 0.05);
    transition: all .4s ease;
}

.ec-pager .ec-pager__item--active {
	background: none;
}

.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item--active a:hover,
.ec-pager .ec-pager__item a:hover {
	color: #fff;
	background: rgba(92, 65, 16, 1);
}

.ec-pager .ec-pager__prev {
	margin-right: 30px;
}

.ec-pager .ec-pager__prev a {
	padding-left: 24px;
	background: url(../img/common/icon_pager_prev.svg) left center no-repeat;
	background-size: 16px auto;
	width: auto;
	height: auto;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
}

.ec-pager .ec-pager__next {
	margin-left: 30px;
}

.ec-pager .ec-pager__next a {
	padding-right: 24px;
	background: url(../img/common/icon_pager_next.svg) right center no-repeat;
	background-size: 16px auto;
	width: auto;
	height: auto;
	border-radius: 0;
	font-family: "Noto Sans JP", sans-serif;
}

.ec-pager .ec-pager__item:hover {
	background: none;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-pager {
	    margin-top: 50px;
	    gap: 30px;
	}

	.ec-newsList + .ec-pagerRole .ec-pager {
		margin-top: 25px;
	}

	.ec-pager .ec-pager__item {
	    font-size: 14px;
	}
}

/*** 店舗情報 ***/
.ec-shopRole {
	padding: 40px 0 0;
	position: relative;
}

.ec-shopRole__links {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.ec-shopRole__links .ec-shopRole__linksItem {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-shopRole__links .ec-shopRole__linksItem a {
	width: 100%;
	height: 100%;
	min-height: 70px;
	text-align: center;
	padding: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
    font-family: "Zen Old Mincho", serif;
  	font-style: normal;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.45;
	color: #5C4110;
	background: #fff;
	border: 1px solid #BAAA90;
	border-radius: 10px;
	transition: all .5s ease;
}

.ec-shopRole__links .ec-shopRole__linksItem a:after {
	display: block;
	width: 100%;
	height: 7px;
	background: url(../img/common/icon_dropdown.svg) center center no-repeat;
	background-size: auto 100%;
	content: '';
	transition: background .5s ease;
}

.ec-shopRole__list .ec-shopRole__listItem {
	padding: 50px;
}

.ec-shopRole__list .ec-shopRole__listItem + .ec-shopRole__listItem {
	margin-top: 40px;
	border-top: 1px solid #BAAA90;
}

.ec-shopRole__title {
	font-size: 33px;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.45;
    font-family: "Zen Old Mincho", serif;
  	font-style: normal;
  	margin: 0;
	margin-bottom: 35px;
	padding-left: 62px;
	color: #5C4110;
	background: url(../img/common/icon_shop_title.svg) left 22px no-repeat;
	background-size: 40px auto;
}

.ec-shopRole__info {
	display: flex;
}

.ec-shopRole__info .ec-shopInfo__image {
	width: 41.818%;
	height: 24.545%;
	overflow: hidden;
	border-radius: 16px;
	margin-right: 3.636%;
}

.ec-shopRole__info .ec-shopInfo__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-shopRole__info .ec-shopInfo__box {
	width: 54.546%;
	font-size: 18px;
	line-height: 2.22;
	letter-spacing: .03em;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ec-shopRole__info .ec-shopInfo__box p + p {
	margin-top: 15px;
}

.ec-shopRole__info .ec-shopInfo__notes {
	font-size: 16px;
	line-height: 2.0625;
}

.ec-shopRole__info .ec-shopInfo__notes small {
	display: block;
	font-size: 15px;
	line-height: 2.2;
}

.ec-shopRole__map {
	margin-top: 60px;
	width: 100%;
	padding-top: 43.63%;
	position: relative;
}

.ec-shopRole__map iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	object-fit: cover;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.ec-shopRole__links .ec-shopRole__linksItem a:hover {
		color: #fff;
		background: #BAAA90;
		text-decoration: none;
	}

	.ec-shopRole__links .ec-shopRole__linksItem a:hover:after {
		background-image: url(../img/common/icon_dropdown_hover.svg)
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-shopRole {
		padding: 20px 0 0;
		position: relative;
	}

	.ec-shopRole__links {
		margin: 0;
		padding: 0;
		margin-bottom: 15px;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		justify-content: center;
	}

	.ec-shopRole__links .ec-shopRole__linksItem {
	}

	.ec-shopRole__links .ec-shopRole__linksItem a {
		min-height: 55px;
		padding: 10px 5px;
		font-size: 12px;
		border-radius: 10px;
	}

	.ec-shopRole__links .ec-shopRole__linksItem a:after {
		height: 5px;
	}

	.ec-shopRole__list .ec-shopRole__listItem {
		padding: 30px 0;
	}

	.ec-shopRole__list .ec-shopRole__listItem + .ec-shopRole__listItem {
		margin-top: 20px;
	}

	.ec-shopRole__title {
		font-size: 24px;
		margin-bottom: 15px;
		padding-left: 44px;
		color: #5C4110;
		background: url(../img/common/icon_shop_title.svg) left 16px no-repeat;
		background-size: 30px auto;
	}

	.ec-shopRole__info {
		display: block;
	}

	.ec-shopRole__info .ec-shopInfo__image {
		width: 100%;
		height: auto;
		padding-top: 58.69565%;
		margin: 0 0 20px;
		position: relative;
	}

	.ec-shopRole__info .ec-shopInfo__image img {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
	}

	.ec-shopRole__info .ec-shopInfo__box {
		width: 100%;
		font-size: 16px;
		line-height: 2;
		display: block;
	}

	.ec-shopRole__info .ec-shopInfo__box p + p {
		margin-top: 10px;
	}

	.ec-shopRole__info .ec-shopInfo__notes {
		font-size: 14px;
		line-height: 2;
	}

	.ec-shopRole__info .ec-shopInfo__notes small {
		font-size: 13px;
		line-height: 2;
	}

	.ec-shopRole__map {
		margin-top: 30px;
		padding-top: 75%;
	}
}

/*** 最新のお知らせ一覧 ***/
.ec-newsRole {
	padding: 40px 0 0;
}

.ec-newsCategoryRole {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 20px;
}

.ec-newsCategoryRole .ec-newsCategoryRole__item {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-newsCategoryRole .ec-newsCategoryRole__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 62px;
	border: 1px solid transparent;
	border-bottom-color: #5C4110;
	border-radius: 10px 10px 0 0;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .03em;
	line-height: 1.5;
	color: #AFAFAF;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.ec-newsCategoryRole .ec-newsCategoryRole__item a.is-active {
	border-color: #5C4110;
	border-bottom-color: transparent;
	color: #5C4110;
}

.ec-newsList {
	padding: 0;
	margin: 0;
}

.ec-newsList .ec-newsList__item {
	border-bottom: 1px solid #E2E0E0;
	display: flex;
	align-items: center;
	padding: 15px 50px 15px 30px;
	width: 100%;
	min-height: 120px;
	margin: 0;
	list-style: none;
} 

.ec-newsList .ec-newsDate {
	width: 135px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.5;
} 

.ec-newsList .ec-newsBox {
	width: calc(100% - 135px);
}

.ec-newsList .ec-newsTitle {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.86;
}

.ec-newsList .ec-newsCategory {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.ec-newsList .ec-newsCategory .ec-newsCategory__item {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background: #D1C3AD;
	border-radius: 14px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	padding: 2px 8px;
	margin-right: 10px;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.ec-newsCategoryRole .ec-newsCategoryRole__item a:hover,
	.ec-newsCategoryRole .ec-newsCategoryRole__item a:active,
	.ec-newsCategoryRole .ec-newsCategoryRole__item a:focus,
	.ec-newsList .ec-newsList__item:hover,
	.ec-newsList .ec-newsList__item:active,
	.ec-newsList .ec-newsList__item:focus {
		text-decoration: none;
	}
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-newsRole {
		padding: 20px 0 0;
	}

	.ec-newsCategoryScroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin-bottom: 15px;
	}

	.ec-newsCategoryRole {
		margin: 0;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		margin-bottom: 5px;
	}

	.ec-newsCategoryRole .ec-newsCategoryRole__item {
		word-break: keep-all;
		white-space: nowrap;
	}

	.ec-newsCategoryRole .ec-newsCategoryRole__item a {
		height: 44px;
		border-radius: 5px 5px 0 0;
		font-size: 13px;
		padding: 0 20px;
	}

	.ec-newsList .ec-newsList__item {
		padding: 10px 0 15px;
		width: 100%;
		min-height: unset;
		align-items: flex-start;
	} 

	.ec-newsList .ec-newsDate {
		width: 80px;
		font-size: 13px;
        display: block;
        line-height: 1.86;
	} 

	.ec-newsList .ec-newsBox {
		width: calc(100% - 80px);
		display: block;
	}

	.ec-newsList .ec-newsTitle {
		font-size: 13px;
	}

	.ec-newsList .ec-newsCategory {
		margin-top: 5px;
	}

	.ec-newsList .ec-newsCategory .ec-newsCategory__item {
		border-radius: 10px;
		font-size: 13px;
		padding: 1px 5px;
		margin-right: 5px;
	}
}

/*** TOP ***/
.ec-importantNotices {
	padding: 13px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec-importantNotices__box {
	font-size: 15px;
	font-weight: 400;
	color: #C90404;
	border: 1px solid #C90404;
	border-radius: 10px;
	padding: 11px;
	margin: 0;
}

.ec-importantNotices__box span {
	font-weight: bold;
	color: inherit;
}

.ec-importantNotices__box a,
.ec-importantNotices__box a:hover,
.ec-importantNotices__box a:active,
.ec-importantNotices__box a:focus {
	color: #C90404;
}

.ec-sliderRole {
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

.ec-sliderRole img {
	/* border-radius: 20px; */
}

.main_visual {
	margin-bottom: 40px;
}

.main_visual .item {
	width: 530px;
	padding: 0 15px;
}

.main_visual .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 0;
	display: block;
	text-indent: -9999px;
	z-index: 10;
}

.main_visual .slick-prev {
	left: 30px;
	background: url(../img/common/icon_slider_prev.svg) center center no-repeat;
	background-size: cover;
}

.main_visual .slick-next {
	right: 30px;
	background: url(../img/common/icon_slider_next.svg) center center no-repeat;
	background-size: cover;
}

.main_visual .slick-dots {
	margin: 0;
	bottom: -24px;
}

.main_visual .slick-dots li {
	width: 10px;
	height: 10px;
	margin: 0 12px;
	border: 1px solid #9E884F;
	background: #fff;
	border-radius: 100%;
}

.main_visual .slick-dots li.slick-active {
	background: #9E884F;
}

.main_visual .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
	opacity: 0;
}

.main_visual .slick-dots li button:before {
	display: none;
}

.ec-topRole {
	position: relative;
	z-index: 2;
}

.ec-topNavi {
	position: sticky;
	left: 0;
	top: 100px;
	z-index: 2;
	width: 100%;
	background: #fff;
}

.ec-topNavi .ec-topNavi__links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	transition: all .5s ease;
	word-break: keep-all;
    white-space: nowrap;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:before {
	content: '';
	display: block;
	margin-right: 12px;
	transition: all .5s ease;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item .ec-iconSingle:before {
	width: 24px;
	height: 21px;
	min-width: 24px;
	background: url(../img/common/icon_single.svg) center center no-repeat;
	background-size: cover;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item .ec-iconGift:before {
	width: 36px;
	height: 21px;
	min-width: 36px;
	background: url(../img/common/icon_gift.svg) center center no-repeat;
	background-size: cover;
}

.ec-topNavi .ec-topNavi__links .ec-topNavi__item .ec-iconPrice:before {
	width: 21px;
	height: 21px;
	min-width: 21px;
	background: url(../img/common/icon_price.svg) center center no-repeat;
	background-size: cover;
}

.ec-topSingleRole {
	padding: 100px 0 116px;
}

.ec-topHeading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-bottom: 76px;
	font-size: 34px;
	line-height: 1.44;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	color: #5C4110;
	letter-spacing: .1em;
}

.ec-topHeading:before {
	content: '';
	display: block;
	margin-bottom: 30px;
}

.ec-topHeading.ec-iconSingle:before {
	width: 34px;
	height: 30px;
	background: url(../img/common/icon_single.svg) center center no-repeat;
	background-size: cover;
}

.ec-topHeading.ec-iconGift:before {
	width: 47px;
	height: 28px;
	background: url(../img/common/icon_gift.svg) center center no-repeat;
	background-size: cover;
}

.ec-topHeading.ec-iconPrice:before {
	width: 30px;
	height: 30px;
	background: url(../img/common/icon_price.svg) center center no-repeat;
	background-size: cover;
}

.ec-topSingleRole__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 36px;
}

.ec-topSingle__parents .ec-topSingle__heading-wrap {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.ec-topSingle__parents .ec-topSingle-heading {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 0 16px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.ec-topSingle__parents .ec-category01 .ec-topSingle-heading {
	background: #927E2C;
}

.ec-topSingle__parents .ec-category02 .ec-topSingle-heading {
	background: #D89836;
}

.ec-topSingle__parents .ec-category03 .ec-topSingle-heading {
	background: #6E6247;
}

.ec-topSingle__parents .ec-category04 .ec-topSingle-heading {
	background: #8E9390;
}

.ec-topSingle__parents .ec-category05 .ec-topSingle-heading {
	background: #BC85B1;
}

.ec-topSingle__parents .ec-category06 .ec-topSingle-heading {
	background: #9D3235;
}

.ec-topSingle__parents .ec-category07 .ec-topSingle-heading {
	background: #93C6CA;
}

.ec-topSingle__parents .ec-topSingle-image {
	display: block;
	width: 100%;
	padding-top: 45.213%;
	position: relative;
}

.ec-topSingle__parents .ec-topSingle-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}

.ec-topSingle__children {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.ec-topSingle__children li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ec-topSingle__children li + li {
	margin-top: 5px;
}

.ec-topSingle__children li a {
	display: block;
	padding: 12px 50px 12px 15px;
	border-radius: 10px;
	background: url(../img/common/icon_arrows_right01.svg) right 16px center no-repeat #F8F8F8;
	background-size: 5px auto;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.45;
}

.ec-topGiftRole {
	padding: 100px 0;
	background: url(../img/top/bg_top_gift.jpg) center top no-repeat;
	background-size: cover;
}

.ec-topGiftRole__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 36px;
}

.ec-topGift__links {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.ec-topGift__links .ec-topGift-heading {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 86px;
	padding: 0 16px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	background: url(../img/common/icon_gift.svg) right center no-repeat #741E19;
	background-size: auto 100%;
}

.ec-topGift__links .ec-topGift-image {
	display: block;
	width: 100%;
	padding-top: 63.83%;
	position: relative;
}

.ec-topGift__links .ec-topGift-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	object-fit: cover;
}

.ec-topPriceRole {
	padding: 100px 0;
}

.ec-topPriceRole__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.ec-topPriceRole__list .ec-topPrice__links {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	background: url(../img/common/icon_arrows_right01.svg) right 20px center no-repeat #EFE8DE;
	background-size: 6px auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
}

.ec-topNaviRole {
	padding: 100px 0 168px;
	background: #F5F5F5;
}

.ec-topNaviRole__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 36px;
}

.ec-topNaviRole__list .ec-topNavi__links {
	display: flex;
	align-items: center;
	padding: 0 40px 0 180px;
	width: 100%;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	background: url(../img/common/icon_arrows_right01.svg) right 27px center no-repeat #fff;
	background-size: 6px auto;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
	font-style: normal;
	position: relative;
}

.ec-topNaviRole__list .ec-topNavi__links:before,
.ec-topNaviRole__list .ec-topNavi__links:after {
	width: 150px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 29px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec-topNaviRole__list .ec-topNavi__links:before {
	content: '';
}

.ec-topNaviRole__list .ec-topNavi__links.is-news:before {
	background: url(../img/top/bg_navi_news.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-history:before {
	background: url(../img/top/bg_navi_history.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-shop:before {
	background: url(../img/top/bg_navi_shop.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-blog:before {
	background: url(../img/top/bg_navi_blog.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-recipe:before {
	background: url(../img/top/bg_navi_recipe.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-faq:before {
	background: url(../img/top/bg_navi_faq.jpg) center center no-repeat;
	background-size: cover;
}

.ec-topNaviRole__list .ec-topNavi__links.is-news:after {
	content: 'NEWS';
}

.ec-topNaviRole__list .ec-topNavi__links.is-blog:after {
	content: 'Blog';
}

.ec-topNaviRole__list .ec-topNavi__links.is-faq:after {
	content: 'Q & A';
}

/*** hover ***/
@media screen and (min-width: 960px) {
	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:hover,
	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:focus-within {
		text-decoration: underline;
		text-decoration: none;
		background: #BAAA90;
		color: #fff;
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:hover.ec-iconSingle:before,
	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:focus-within.ec-iconSingle:before {
		background-image: url(../img/common/icon_single_hover.svg);
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:hover.ec-iconGift:before,
	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:focus-within.ec-iconGift:before {
		background-image: url(../img/common/icon_gift_hover.svg);
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:hover.ec-iconPrice:before,
	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:focus-within.ec-iconPrice:before {
		background-image: url(../img/common/icon_price_hover.svg);
	}
}

/*** スマホ 320px ~ 959px ***/
@media screen and (max-width: 959px) {
	.ec-topNavi {
		top: 60px;
	}
}

@media screen and (min-width: 768px) {
	.ec-topNavi.is-scroll {
		border-top: 1px solid #BAAA90;
		box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
	}
}


/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-importantNotices {
		padding: 10px 15px;
	}

	.ec-importantNotices__box {
		font-size: 14px;
		padding: 11px 6px;
	}

	.main_visual {
		margin-bottom: 66px;
	}

	.main_visual .item {
		width: 320px;
		padding: 0 10px;
	}

	.main_visual .slick-arrow {
		width: 36px;
		height: 36px;
	}

	.main_visual .slick-prev {
		left: 0;
	}

	.main_visual .slick-next {
		right: 0;
	}

	.main_visual .slick-dots {
		bottom: -35px;
	}

	.ec-topNavi {
		border-top: 1px solid #BAAA90;
		border-bottom: 1px solid #BAAA90;
	}

	.ec-topNavi .ec-role {
		padding: 0;
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item + .ec-topNavi__item {
		border-left: 1px solid #BAAA90;
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a {
		height: 85px;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.45;
		letter-spacing: 0;
		word-break: break-all;
	    white-space: normal;
	    flex-direction: column;
	    text-align: center;
	    padding: 0 10px;
	}

	.ec-topNavi .ec-topNavi__links .ec-topNavi__item a:before {
		margin: 0 0 9px;
	}

	.ec-topSingleRole {
		padding: 60px 0 50px;
	}

	.ec-topHeading {
		margin-bottom: 30px;
		font-size: 24px;
		letter-spacing: 0;
	}

	.ec-topHeading:before {
		margin-bottom: 22px;
	}

	.ec-topSingleRole__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.ec-topSingle__parents .ec-topSingle-heading {
		height: 45px;
		padding: 0 10px;
		font-size: 18px;
		justify-content: center;
	}

	.ec-topSingle__parents .ec-topSingle-image {
		padding-top: 37.68%;
	}

	.ec-topSingle__children {
		margin-top: 15px;
	}

	.ec-topSingle__children li + li {
		margin-top: 15px;
	}

	.ec-topSingle__children li a {
		padding: 12px 34px 12px 15px;
	}

	.ec-topGiftRole {
		padding: 60px 0 45px;
		background: url(../img/top/bg_top_gift_sp.jpg) center center no-repeat;
		background-size: cover;
	}

	.ec-topGiftRole__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}

	.ec-topGift__links .ec-topGift-heading {
		height: 75px;
		font-size: 18px;
	}

	.ec-topGift__links .ec-topGift-image {
		padding-top: 52.174%;
	}

	.ec-topPriceRole {
		padding: 60px 0 30px;
	}

	.ec-topPriceRole__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.ec-topPriceRole__list .ec-topPrice__links {
		height: 60px;
		background: url(../img/common/icon_arrows_right01.svg) right 16.8px center no-repeat #EFE8DE;
		background-size: 6px auto;
		font-size: 18px;
	}

	.ec-topNaviRole {
		padding: 34px 0 94px;
	}

	.ec-topNaviRole__list {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.ec-topNaviRole__list .ec-topNavi__links {
		padding: 0 30px 0 105px;
		height: 80px;
		background: url(../img/common/icon_arrows_right01.svg) right 16.8px center no-repeat #fff;
		background-size: 6px auto;
		font-size: 18px;
	}

	.ec-topNaviRole__list .ec-topNavi__links:before,
	.ec-topNaviRole__list .ec-topNavi__links:after {
		width: 90px;
		font-size: 20px;
	}
}

/*** ec-breadcrumbRole ***/
.ec-breadcrumbRole {
	width: 100%;
	background: rgba(92, 65, 16, 0.05);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 11px 0;
}

.ec-breadcrumbRole ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

.ec-breadcrumbRole ul li {
    word-break: keep-all;
    white-space: nowrap;
    font-size: 12px;
    line-height: 1.5;
    color: #5C4110;;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ec-breadcrumbRole ul li + li {
  margin-left: 25px;
}

.ec-breadcrumbRole ul li + li:before {
  position: absolute;
  left: -25px;
  top: 0;
  z-index: 2;
  content: '';
  width: 25px;
  background: url(../img/common/breadcrumb_arrow.svg) center center no-repeat;
  background-size: 7px auto;
  display: block;
  height: 100%;
}

.ec-breadcrumbRole ul li a {
    color: #5C4110;
    text-decoration: underline;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	
}

/*** ec-searchnavRole ***/
.ec-searchnavRole {
	padding: 0 20px;
	max-width: 1240px;
	margin-bottom: 80px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
	border-top: 0;
	padding: 120px 0 40px;
	max-width: 100%;
	margin: 0;
	border-bottom: 1px solid #BAAA90
}

.ec-searchnavRole .ec-searchnavRole__counter {
	font-size: 30px;
	letter-spacing: .02em;
	line-height: 1.33;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	color: #5C4110;
}

.ec-searchnavRole .ec-searchnavRole__actions .ec-select {
	margin-bottom: 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.ec-searchnavRole .ec-searchnavRole__actions .ec-select select {
	min-width: 140px;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-searchnavRole {
		padding: 0 15px;
		margin-bottom: 40px;
	}

	.ec-searchnavRole .ec-searchnavRole__infos {
		padding: 60px 0 20px;
	}

	.ec-searchnavRole .ec-searchnavRole__counter {
		font-size: 20px;
	}

	.ec-searchnavRole .ec-searchnavRole__actions .ec-select {
		gap: 10px;
		width: 100%;
	}

	.ec-searchnavRole .ec-searchnavRole__actions .ec-select select {
		min-width: unset;
		width: calc((100% - 10px) / 2);
	}
}

/*** .ec-shelfRole ***/
.ec-shelfRole {
	max-width: 1240px;
	padding: 0 20px;
}

.ec-shelfGrid {
	margin: 0;
	gap: 60px 30px;
}

.ec-shelfGrid .ec-shelfGrid__item {
	padding: 0 !important;
	width: calc((100% - 90px) / 4);
	margin: 0;
}

.ec-shelfGrid .ec-shelfGrid__item a {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.ec-shelfGrid .ec-shelfGrid__item a.has-button {
	padding-bottom: 50px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
	height: auto;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
}

.ec-shelfGrid .ec-shelfGrid__item-image img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	object-fit: cover;
	transition: all .4s ease;
}

.ec-shelfGrid a:hover .ec-shelfGrid__item-image img {
	transform: scale(1.05);
}

.ec-shelfGrid .ec-shelfGrid__item-tag {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin-bottom: 10px;
}

.ec-shelfGrid .ec-shelfGrid__item-tag li {
	list-style: none;
	margin: 0;
	padding: 3.5px 10px 5px;
	border-radius: 40px;
	color: #fff;
	font-size: 11px;
	line-height: 1.5;
}

.ec-shelfGrid .ec-shelfGrid__item-tag li.tag1 {
	background: #CD462B;
}

.ec-shelfGrid .ec-shelfGrid__item-tag li.tag2 {
	background: #30973C;
}

.ec-shelfGrid .ec-shelfGrid__item-tag li.tag3 {
	background: #976530;
}

.ec-shelfGrid .ec-shelfGrid__item-title {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	line-height: 1.45;
	font-family: "Zen Old Mincho", serif;
	margin-bottom: 10px;
}

.ec-shelfGrid .ec-shelfGrid__item-state {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 20px;
	border: 1px solid #C90404;
	border-radius: 5px;
	color: #C90404;
	font-size: 11px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-blockBtn {
	max-width: 162px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	bottom: 0;
	padding: 8px 15px 12px;
	font-size: 14px;
	height: 40px;
}

.ec-shelfGrid .ec-shelfGrid__item a:hover .ec-blockBtn {
  color: #5C4110;
  background-color: #fff;
  border-color: #5C4110;
}

.ec-shelfGrid .ec-shelfGrid__item-subTitle {
	font-size: 16px;
	line-height: 1.45;
}

.ec-shelfGrid .ec-shelfGrid__item-text {
	font-size: 13px;
	line-height: 1.45;
	margin-top: 5px;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-shelfRole {
		padding: 0 15px;
	}

	.ec-shelfGrid {
		gap: 80px 0;
	}

	.ec-shelfGrid .ec-shelfGrid__item {
		width: 100%;
    padding: 0 35px !important;
	}

	.ec-shelfGrid .ec-shelfGrid__item-image {
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.ec-shelfGrid a:hover .ec-shelfGrid__item-image img {
		transform: scale(1);
	}

	.ec-shelfGrid .ec-shelfGrid__item-tag li {
		font-size: 10px;
	}

	.ec-shelfGrid .ec-shelfGrid__item-title {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.ec-shelfGrid .ec-shelfGrid__item-state {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.ec-shelfGrid .ec-shelfGrid__item a:hover .ec-blockBtn {
	  color: #fff;
	  background-color: #5C4110;
	  border-color: #5C4110;
	}

	.ec-shelfGrid .ec-shelfGrid__item-subTitle {
		font-size: 14px;
	}

	.ec-shelfGrid .ec-shelfGrid__item-text {
		font-size: 12px;
	}
}

/*** ec-searchRole ***/
.ec-searchRole {
	margin-top: 100px;
	background: #EFE8DE;
	border-radius: 10px;
	padding: 48.5px 54px;
}

.ec-searchRole .ec-searchRole__keyword {
	display: flex;
	align-items: center;
}

.ec-searchRole .ec-searchRole__keywordTitle {
	font-size: 20px;
	line-height: 1.45;
	color: #5C4110;
	font-family: "Zen Old Mincho", serif;
	width: 225px;
	font-weight: 600;
}

.ec-searchRole .ec-searchRole__keyword .ec-input {
	margin: 0;
	padding: 0;
	width: calc(100% - 225px);
	position: relative;
}

.ec-searchRole .ec-searchRole__keyword .ec-input input {
	width: 100%;
	height: 65px;
	border: 1px solid rgba(92, 65, 16, 0.3);
	border-radius: 10px;
	background: #fff;
	padding: 0 60px 0 20px;
	margin: 0;
	font-size: 16px;
	color: #000;
}

.ec-searchRole .ec-searchRole__keywordBtn {
	width: 39px;
	height: 39px;
	border-radius: 100%;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	padding: 0;
	border: 0;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-searchRole {
		margin-top: 50px;
		border-radius: 5px;
		padding: 20px;
	}

	.ec-searchRole .ec-searchRole__keyword {
		flex-direction: column;
	}

	.ec-searchRole .ec-searchRole__keywordTitle {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}

	.ec-searchRole .ec-searchRole__keyword .ec-input {
		width: 100%;
	}

	.ec-searchRole .ec-searchRole__keyword .ec-input input {
		height: 45px;
		border-radius: 5px;
		padding: 0 50px 0 10px;
	}

	.ec-searchRole .ec-searchRole__keywordBtn {
		width: 30px;
		height: 30px;
		right: 10px;
	}
}

/*** ec-headingRole ***/
.ec-headingRole .ec-headingRole__larger {
	margin: 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.45;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(186, 170, 144, 1);
	margin-bottom: 80px;
	color: #5C4110;
}

.ec-headingRole .ec-headingRole__sub {
  display: block;
  font-size: 16px;
  line-height: 1.45;
  color: #C90404;
  margin-top: 4px;
}

.ec-headingRole.is-other .ec-headingRole__larger {
  padding-bottom: 0;
  border-bottom: 0;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-headingRole .ec-headingRole__larger {
		font-size: 18px;
		padding-bottom: 15px;
		margin-bottom: 40px;
	}

  .ec-headingRole .ec-headingRole__sub {
    font-size: 12px;
  }
}

/*** ec-otherProductRole ***/
.ec-otherProductRole {
	margin-top: 150px;
}

.ec-otherProductRole.is-detailPage {
  margin-top: 0;
  padding: 130px 0;
  background: rgba(92, 65, 16, 0.03);
}

.ec-registerRole {
	width: 100%;
	max-width: 100%;
	padding: 120px 0 0;
}

.ec-registerRole__actions {
	margin-top: 80px;
}

.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	gap: 30px;
}

.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn,
.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
	max-width: 356px;
	margin: 0;
}

.ec-registerRole .ec-registerRole__actions {
	padding-top: 0;
	margin-top: 56px;
}

.ec-registerRole .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
	flex-direction: row-reverse;
}

.ec-registerRole__privacy {
	width: 100%;
	max-width: 995px;
	margin: 0 auto;
	margin-top: 72px;
	border-radius: 10px;
	background: rgba(92, 65, 16, 0.07);
	padding: 72px;
}

.ec-registerRole__privacy p {
	font-size: 16px;
	color: 000;
	line-height: 1.6;
}

.ec-registerPrivacy__box {
	margin-top: 50px;
	background: #fff;
	border-radius: 10px;
	padding: 56px;
}

.ec-registerPrivacy__title {
	font-size: 22px;
	line-height: 1.45;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	color: #5C4110;
	text-align: center;
	margin-bottom: 33px;
}

.ec-registerPrivacy__subTitle {
	font-size: 20px;
	line-height: 1.45;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	color: #C90404;
	padding-bottom: 18px;
	border-bottom: 1px solid #C90404;
	margin-bottom: 18px;
}

/*** hover ***/
@media screen and (min-width: 960px) {
	
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-otherProductRole {
		margin-top: 75px;
	}

  .ec-otherProductRole.is-detailPage {
    padding: 65px 0;
  }

	.ec-registerRole {
		padding: 60px 0 0;
	}

	.ec-registerRole__actions {
		margin-top: 40px;
	}

	.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
		flex-direction: column;
		gap: 20px;
	}

	.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn,
	.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary,
	.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action,
	.ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
		max-width: 300px;
	}

	.ec-registerRole .ec-registerRole__actions {
		margin-top: 28px;
	}

	.ec-registerRole .ec-registerRole__actions .ec-off4Grid .ec-off4Grid__cell {
		flex-direction: column;
	}

	.ec-registerRole__privacy {
		margin-top: 36px;
		border-radius: 5px;
		padding: 25px 15px;
	}

	.ec-registerRole__privacy p {
		font-size: 14px;
	}

	.ec-registerPrivacy__box {
		margin-top: 25px;
		border-radius: 5px;
		padding: 15px;
	}

	.ec-registerPrivacy__title {
		font-size: 18px;
		margin-bottom: 20px;
		text-align: left;
	}

	.ec-registerPrivacy__subTitle {
		font-size: 16px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

.ec-borderedDefs {
  border-top: 0;
  margin-bottom: 0;
}

.ec-borderedDefs dl {
  padding: 32px 0;
  border-bottom: 1px solid rgba(92, 65, 16, .2);
  align-items: flex-start;
}

.ec-borderedDefs dt {
  padding: 17.5px 0;
  width: 410px;
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	color: #5C4110;
}

.ec-borderedDefs dt .ec-label {
  margin-bottom: 0;
  font-weight: 600;
}

.ec-borderedDefs dt .ec-label small {
  font-size: 14px;
  display: block;
}

.ec-required {
  display: inline-flex;
  margin-left: 8px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #C90404;
  border-radius: 4px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.45;
  height: 19px;
  width: 34px;
}

.ec-borderedDefs dd {
  width: calc(100% - 410px);
}

.ec-borderedDefs dd .ec-select select {
	width: 204px;
}


.ec-borderedDefs dd .ec-birth select {
	max-width: 176px;
}

.ec-borderedDefs dd .ec-radio input[type=radio] + label {
	height: 62px;
}

.ec-halfInput {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.ec-halfInput input[type='text'],
.ec-halfInput .ec-errorMessage {
  margin: 0;
  width: calc((100% - 24px) / 2);
}

.ec-zipInput {
  line-height: 1;
  margin-bottom: 16px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-zipInput span {
  font-size: 16px;
  line-height: 1.5;
  color: #B2B2B2;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.ec-zipInput input {
  width: 100%;
  max-width: 176px;
}

.ec-zipInputHelp {
  display: flex;
  height: 20px;
  align-items: center;
  margin-left: 0;
  margin-bottom: 24px;
  vertical-align: middle;
  line-height: 0;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: block;
  margin: 0;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  font-size: 0;
  top: 0;
  margin-right: 8px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
}

.ec-zipInputHelp span {
  margin-left: 0;
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #5C4110;
  vertical-align: 0;
  text-decoration: underline;
}


.ec-zipInputBtn {
	display: block;
	margin-bottom: 24px;
	line-height: 1;
}

.ec-zipInputBtn span {
	display: inline-flex;
	width: 176px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #5C4110;
	font-size: 14px;
	line-height: 1.45;
	font-weight: normal;
	color: #fff;
}

.ec-borderedDefs .ec-input + .ec-input {
  margin-top: 24px;
}

.ec-contactNotes {
  margin-top: 11px;
  font-size: 14px;
  color: #C90404;
  line-height: 1.45;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

/*** hover***/
@media screen and (min-width: 900px) {

}

/*** スマホ 320~767***/
@media screen and (max-width: 767px) {
  .ec-borderedDefs {
    padding: 0;
  }

  .ec-borderedDefs dl {
    padding: 20px 0;
    display: block;
  }

  .ec-borderedDefs dt {
    padding: 0;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .ec-borderedDefs dt .ec-label small {
    font-size: 12px;
  }

  .ec-required {
  	margin-left: 10px;
    border-radius: 2px;
    font-size: 10px;
  }

  .ec-borderedDefs dd {
    width: 100%;
    padding: 0;
  }

  .ec-halfInput {
    gap: 15px;
    padding-right: 0;
  }

  .ec-zipInput {
    margin-bottom: 15px;
  }

  .ec-zipInput {
	  gap: 6px;
	}

	.ec-zipInput input {
	  max-width: 100%;
	}

  .ec-zipInputHelp,
  .ec-zipInputBtn {
    margin-bottom: 15px;
  }

  .ec-borderedDefs .ec-input + .ec-input {
    margin-top: 15px;
  }

  .ec-contactNotes {
    margin-top: 15px;
  }

}

/*** ec-cookingRole ***/
.ec-cookingRole {
	padding-top: 120px;
}

.ec-cookingNaviRole {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: center;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item {
	width: 100%;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	background: #000;
	color: #fff;
	font-size: 24px;
	line-height: 1.45;
	padding: 10px;
	width: 100%;
	height: 200px;
	font-family: "Zen Old Mincho", serif;
	position: relative;

}

.ec-cookingNaviRole .ec-cookingNaviRole__item .ec-cookingNaviTitle {
	display: inline-block;
	position: relative;
	z-index: 2;
	color: inherit;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item .ec-cookingNaviTitle:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	bottom: -15px;
	z-index: 2;
	content: '';
	width: 13px;
	height: 7px;
	background: url(../img/common/icon_dropdown_white.svg) center center no-repeat;
	background-size: cover;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item .ec-cookingNaviImage {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item .ec-cookingNaviImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
    vertical-align: baseline
}

.ec-cookingNaviRole .ec-cookingNaviRole__item a:hover {
	text-decoration: none;
}

.ec-cookingNaviRole .ec-cookingNaviRole__item a:hover .ec-cookingNaviImage img {
	transform: scale(1.05);
}

.ec-cookingListRole .ec-cookingListRole__item {
	margin-top: 100px;
}

.ec-cookingListRole .ec-shelfGrid {
	gap: 60px 36px;
}

.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item {
	width: calc((100% - 72px) / 3);
}

.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-image {
	padding-top: 75%;
	margin-bottom: 16px;
}

.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-title {
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 0;
}

.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-text {
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}

.ec-cookingRole__actions {
	margin-top: 80px;
}

.ec-cookingRole__actions .ec-blockBtn {
	max-width: 514px;
	margin: 0 auto;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-cookingRole {
		padding-top: 60px;
	}

	.ec-cookingNaviRole {
		display: flex;
		gap: 15px;
		flex-direction: column;
	}

	.ec-cookingNaviRole .ec-cookingNaviRole__item a {
		border-radius: 5px;
		font-size: 18px;
		padding: 10px;
		height: 120px;
	}

	.ec-cookingNaviRole .ec-cookingNaviRole__item a:hover {
		text-decoration: none;
	}

	.ec-cookingNaviRole .ec-cookingNaviRole__item a:hover .ec-cookingNaviImage img {
		transform: scale(1);
	}

	.ec-cookingListRole .ec-cookingListRole__item {
		margin-top: 50px;
	}

	.ec-cookingListRole .ec-shelfGrid {
		gap: 30px 0;
	}

	.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item {
		width: 100%;
    padding: 0 !important;
	}

	.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-image {
		margin-bottom: 10px;
	}

	.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-title {
		font-size: 16px;
	}

	.ec-cookingRole__actions {
		margin-top: 40px;
	}

	.ec-cookingRole__actions .ec-blockBtn {
		max-width: 514px;
		margin: 0 auto;
		height: auto;
    font-size: 15px;
	}

	.ec-cookingListRole .ec-shelfGrid .ec-shelfGrid__item-text {
		font-size: 12px;
		margin-top: 5px;
	}
}

/*** ec-login ***/
.ec-login {
	margin: 0 auto;
	max-width: 995px;
	margin-top: 100px;
	border-radius: 10px;
	background: rgba(92, 65, 16, 0.03);
	padding: 60px 100px 90px;
}

.ec-login .ec-headingRole .ec-headingRole__larger {
	margin-bottom: 56px;
}

.ec-login .ec-login__notes {
	font-size: 22px;
	line-height: 1.45;
	font-family: "Zen Old Mincho", serif;
	color: #5C4110;
	font-weight: 600;
	margin-bottom: 24px;
}

.ec-login .ec-login__input {
	margin-bottom: 0;
}

.ec-login .ec-login__input .ec-checkbox {
	margin-top: 32px;
}

.ec-login .ec-login__actions {
	margin-top: 56px;
}

.ec-login .ec-login__link {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 1.45;
}


/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-login {
		margin-top: 50px;
		border-radius: 5px;
		padding: 30px 15px 45px;
	}

	.ec-login .ec-headingRole .ec-headingRole__larger {
		margin-bottom: 28px;
	}

	.ec-login .ec-login__notes {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.ec-login .ec-login__input .ec-checkbox {
		margin-top: 20px;
    text-align: center;
	}

  .ec-login .ec-login__input .ec-checkbox input[type=checkbox] + label {
    margin-right: 0;
  }

	.ec-login .ec-login__actions {
		margin-top: 28px;
	}

	.ec-login .ec-login__link {
		margin: 12px 0 0;
		font-size: 14px;
    text-align: center;
	}

}

/*** ec-cartRole ***/
.ec-cartRole {
	padding: 120px 0 0;
	max-width: 995px;
	margin: 0 auto;
	display: block;
}

.ec-cartRole__progress {
	margin-bottom: 100px;
}

.ec-progress {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  gap: 43px;
}

.ec-progress .ec-progress__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  border-radius: 10px;
  background: #EFE8DE;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

.ec-progress .ec-progress__item:after {
  position: absolute;
  background: url(../img/common/icon_arrows_right01.svg) center center no-repeat;
  background-size: 5px auto;
  width: 43px;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
}

.ec-progress .ec-progress__item.is-complete {
	background: #5C4110;
}

.ec-progress .ec-progress__number {
  width: 100%;
  height: auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  background: none;
  color: #505050;
  left: 0;
  display: block;
  border-radius: 0;
}

.ec-progress .is-complete .ec-progress__number {
	background: none;
	color: #fff;
}

.ec-progress .ec-progress__label {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}

.ec-progress .is-complete .ec-progress__label {
  color: #fff;
}

.ec-cartRole .ec-headingRole .ec-headingRole__larger {
	text-align: center;
	margin-bottom: 64px;
}

.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 72px;
  padding: 50px 20px;
  border-radius: 10px;
  background: rgba(92, 65, 16, 0.03);
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
}

.ec-colorRed {
	color: #C90404;
}

.ec-cartRole .ec-cartRole__cart {
	margin: 0;
}

.ec-cartHeader {
	padding: 0;
	margin: 0;
}

.ec-cartHeader .ec-cartHeader__label {
  display: table-cell;
  padding: 18px 48px;
  text-align: left;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.45;
  border-top: 1px solid #BAAA90;
  border-bottom: 1px solid #BAAA90;
  color: #000;
}

.ec-cartHeader .ec-cartHeader__label:nth-child(1) {
	width: 66%;
}

.ec-cartHeader .ec-cartHeader__label:nth-child(2) {
	width: 12%;
	padding: 18px 0;
}

.ec-cartHeader .ec-cartHeader__label:nth-child(3) {
	width: 4.5%;
	padding: 18px 0;
}

.ec-cartHeader .ec-cartHeader__label:last-child {
	text-align: right;
	width: 17.5%;
	padding-left: 0;
}

.ec-cartRow {
	padding: 0;
	margin: 0;
}

.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px solid #BAAA90;
  padding: 40px 48px;
	width: 66%;
}

.ec-cartRow .ec-cartRow__amountColumn {
  border-bottom: 1px solid #BAAA90;
  width: 12%;
	padding: 40px 0;
}

.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px solid #BAAA90;
  width: 4.5%;
	padding: 40px 0;
}

.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.8em;
  height: 1.8em;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
  border-bottom: 1px solid #BAAA90;
  text-align: right;
	width: 17.5%;
	padding: 40px 48px 40px 0;
}

.ec-cartRow__contentCell {
	display: flex;
	align-items: center;
}

.ec-cartRow .ec-cartRow__img {
	width: 160px;
	min-width: unset;
	max-width: unset;
	display: block;
	position: relative;
	height: 160px;
	overflow: hidden;
	border-radius: 7.55px;
	margin-right: 40px;
}

.ec-cartRow__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ec-cartRow .ec-cartRow__summary{
	margin: 0;
	width: calc(100% - 200px);
	font-weight: normal;
}

.ec-cartRow__name a {
	font-size: 20px;
	line-height: 1.6;
	color: #000;
}

.ec-cartRow__info,
.ec-cartRow__single {
	font-size: 16px;
	line-height: 1.4;
	color: #505050;
	margin-top: 10px;
}


.ec-cartRow__sutbtotal {
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1.45;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #000;
	overflow: hidden;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton__icon,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton__icon {
	width: 44px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton__icon img {
	width: 12px;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amount {
	width: calc(100% - 88px);
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.ec-cartRole .ec-cartRole__total {
	padding: 0;
	margin: 48px 0 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.6;
	color: #000;
	font-weight: 500;
}

.ec-cartRole .ec-cartRole__totalAmount {
	color: #C90404;
	margin-left: 130px;
}

.ec-cartRole .ec-cartRole__actions {
	width: 100%;
	margin: 70px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
	gap: 30px;
}

.ec-cartRole .ec-blockBtn--action {
	margin: 0;
	max-width: 400px;
}

.ec-cartRole .ec-blockBtn--primary {
	margin: 0;
	max-width: 224px;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-cartRole {
		padding: 40px 0 0;
	}

	.ec-cartRole__progress {
		margin-bottom: 50px;
	}

	.ec-progress {
	  gap: 10px;
	}

	.ec-progress .ec-progress__item {
	  height: 50px;
	  border-radius: 5px;
	  font-size: 13px;
	}

	.ec-progress .ec-progress__item:after {
	  width: 10px;
	  background-size: 2.5px auto;
	}

	.ec-progress .ec-progress__number {
	  margin-bottom: 0;
	  font-size: 9px;
	}

	.ec-progress .ec-progress__label {
	  font-size: 10px;
	}

	.ec-cartRole .ec-headingRole .ec-headingRole__larger {
		margin-bottom: 32px;
	}

	.ec-cartRole .ec-cartRole__totalText {
	  margin-bottom: 36px;
	  padding: 25px 10px;
	  border-radius:5px;
	  font-size: 12px;
	}

	.ec-cartTable {
		border-top: 1px solid #BAAA90;
	}

	.ec-cartRow {
		display: block;
		padding: 20px 0 70px;
		position: relative;
		border-bottom: 1px solid #BAAA90;
	}

	.ec-cartRow .ec-cartRow__contentColumn {
	  border-bottom: 0;
	  padding: 0;
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}

	.ec-cartRow .ec-cartRow__amountColumn {
	  border-bottom: 0;
	  width: 100%;
		padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
		padding-right: 0;
	}

  .ec-cartRow .ec-cartRow__amountColumn:before {
    font-weight: 500;
    color: #000;
    line-height: 1.45;
    font-size: 16px;
    content: '数量：';
    display: block;
  }

	.ec-cartRow .ec-cartRow__delColumn {
	  border-bottom: 0;
	  width: 32px;
	  height: 32px;
		padding: 0;
		display: block;
		position: absolute;
		left: 0;
    bottom: 20px;
		z-index: 2;
	}

  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1.5em;
    height: 1.5em;
  }

	.ec-cartRow .ec-cartRow__subtotalColumn {
	  border-bottom: 0;
	  width: 100%;
		padding: 0;
		display: flex;
		justify-content: flex-start;
		align-items: center;
    margin-top: 10px;
	}

	.ec-cartRow .ec-cartRow__subtotalColumn:before {
		font-weight: 500;
    color: #000;
    line-height: 1.45;
    font-size: 16px;
    content: '小計：';
    display: block;
	}

	.ec-cartRow__contentCell {
		display: block;
	}

	.ec-cartRow .ec-cartRow__img {
		width: 100%;
		height: auto;
    padding: 100% 0 0;
    position: relative;
		border-radius: 5px;
		margin-right: 0;
	}

  .ec-cartRow .ec-cartRow__img img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

	.ec-cartRow .ec-cartRow__summary {
		width: 100%;
    margin-top: 10px;
    display: block;
	}

	.ec-cartRow__name a {
		font-size: 16px;
    font-weight: 500;
	}

	.ec-cartRow__info,
  .ec-cartRow__single {
		font-size: 14px;
		margin-top: 5px;
	}


	.ec-cartRow__sutbtotal {
		font-size: 16px;
	}

	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
		border-radius: 5px;
    width: 150px;
	}

	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton__icon,
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton__icon {
		width: 34px;
		height: 32px;
	}

	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountDownButton__icon img,
	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amountUpButton__icon img {
		width: 12px;
	}

	.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown .ec-cartRow__amount {
		width: calc(100% - 68px);
		height: 32px;
		font-size: 16px;
	}

	.ec-cartRole .ec-cartRole__total {
		margin: 24px 0 0;
		font-size: 16px;
	}

	.ec-cartRole .ec-cartRole__totalAmount {
		margin-left: 40px;
	}

	.ec-cartRole .ec-cartRole__actions {
		margin: 35px 0 0;
		gap: 20px;
	}
}

/*** ec-productRole ***/

.ec-productRole {
  padding: 100px 20px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  max-width: 1240px;
}

.ec-productRole .ec-grid2 {
  justify-content: space-between;
}

.ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
  max-width: 482px;
}

.ec-productRole .ec-sliderItemRole,
.ec-productRole .ec-productRole__image {
  padding: 0 15px 0 0;
}

.ec-productRole .ec-productRole__profile {
  margin: 0;
  width: 100%;
  border-top: 1px solid #5C4110;
  border-bottom: 1px solid #5C4110;
  padding: 30px 0 35px;
}

.ec-productRole .ec-productRole__title {
  font-size: 14px;
  line-height: 1.92;
  color: #000;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 24px;
  line-height: 1.45;
  color: #000;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.ec-cookingDetail.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 30px;
} 

.ec-productRole .ec-productRole__title .ec-headingTitle + p {
  margin-top: 17px;
}

.ec-productRole .ec-productRole__sns {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ec-productRole .ec-productRole__sns a {
  display: block;
  line-height: 1;
}

.ec-productRole .ec-productRole__material {
  margin-top: 48px;
  background: rgba(92, 65, 16, 0.04);
  border-radius: 10px;
  padding: 24px 30px 20px;
}

.ec-productMaterialTitle {
  display: block;
  width: 57px;
  background: #5C4110;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  padding: 3.5px;
  text-align: center;
  margin: 0;
}

.ec-productMaterialList {
  margin-top: 12px;
}

.ec-productMaterialList .ec-productMaterialList__item {
  padding: 9.3px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  display: flex;
  margin: 0;
}

.ec-productMaterialList .ec-productMaterialList__item + .ec-productMaterialList__item {
  border-top: 1px dashed rgba(92, 65, 16, .2)
}

.ec-productMaterialList .ec-productMaterialList__item dt {
  padding-left: 14px;
  font-weight: bold;
  position: relative;
  width: 150px;
  padding-right: 20px;
}

.ec-productMaterialList .ec-productMaterialList__item dt:before {
  position: absolute;
  content: '・';
  font-size: 12px;
  line-height: 1.4;
  left: 0;
  top: 0;
  z-index: 2;
  color: #000;
}

.ec-productMaterialList .ec-productMaterialList__item dd {
  width: calc(100% - 150px);
}

.ec-productRole .ec-productRole__make {
  margin-top: 40px;
}

.ec-productMakeTitle {
  font-size: 18px;
  line-height: 1.5;
  color: #5C4110;
  font-weight: 500;
  margin: 0;
}

.ec-productMakeList {
  counter-reset: number 0;
  padding: 0;
  margin-top: 25px;
}

.ec-productMakeList li {
  list-style: none;
  padding: 6px 0 0 56px;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  position: relative;
}

.ec-productMakeList li:before {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #5C4110;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.ec-productMakeList li + li {
  margin-top: 20px;
}

.ec-productMakePoint {
  margin-top: 35px;
  border: 1px solid rgba(92, 65, 16, 0.5);
  border-radius: 10px;
  background: #fff;
  padding: 18px 24px;
  font-size: 12px;
  line-height: 1.45;
  color: #000;
}

.ec-productMakePoint .ec-productMakePoint__title {
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  line-height: 1.5833;
  color: #5C4110;
  background: url(../img/common/icon_point.svg) left top no-repeat;
  background-size: 19px auto;
  margin: 0 0 10px;
}

.ec-cookingDetailRole {
  background: rgba(92, 65, 16, .07);
  padding: 100px 0 200px;
  margin-bottom: -200px;
  margin-top: 140px;
}

.ec-cookingDetailHeading {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

.ec-cookingDetailHeading h2 {
  font-size: 30px;
  line-height: 1.45;
  color: #5C4110;
  font-weight: 500;
  margin: 0;
}

.ec-cookingDetailHeading h2 + p {
  margin-top: 23px;
}

.ec-cookingDetailTable {
  margin-top: 80px;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}


.ec-cookingDetailTable table {
  width: calc(100% + 2px);
  border-collapse: collapse;
  margin: -1px;
}

.ec-cookingDetailTable table thead {
  background: #788E62;
}

.ec-cookingDetailTable table thead th {
  border: 1px solid rgba(255, 255, 255, .2);
  font-weight: 14px;
  line-height: 1.45;
  padding: 12px 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.ec-cookingDetailTable table thead tr:first-child th {
  font-size: 16px;
  line-height: 1.25;
}

.ec-cookingDetailTable table tbody {
  background: #fff;
}

.ec-cookingDetailTable table tbody td {
  border: 1px solid rgba(92, 65, 16, .2);
  font-weight: 14px;
  line-height: 1.45;
  padding: 12px 5px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.ec-cookingDetailTable table tbody td small {
  display: block;
  font-size: 10px;
}

.ec-cookingDetailTable .maru {
  width: 17px;
}

.ec-cookingDetailList {
  margin-top: 48px;
}

.ec-cookingDetailList .ec-cookingDetailList__item {
  background: #fff;
  border-radius: 10px;
  padding: 40px 72px;
  display: flex;
}

.ec-cookingDetailList .ec-cookingDetailList__item + .ec-cookingDetailList__item {
  margin-top: 24px;
}

.ec-cookingDetailList .ec-cookingDetailList__title {
  width: 206px;
  padding: 10px 16px 10px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #528023;
  margin: 0;
}

.ec-cookingDetailList .ec-cookingDetailList__list {
  width: calc(100% - 206px);
}

.ec-cookingDetailList__list .ec-cookingDetailList__listItem {
  padding: 20px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}

.ec-cookingDetailList__list .ec-cookingDetailList__listItem + .ec-cookingDetailList__listItem {
  border-top: 1px solid rgba(92, 65, 16, .2)
} 

.ec-cookingDetailList__list .ec-cookingDetailList__subTitle {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 12px;
}

.ec-cookingDetailList__list .ec-cookingDetailList__subTitle small {
  font-size: 12px;
  font-weight: 500;
}

.ec-contactLinks {
  margin-top: 130px;
}

.ec-contactLinks a {
  display: block;
  font-size: 20px;
  line-height: 1.45;
  color: #fff;
  background: #5C4110;
  padding: 33px 115px;
  border-radius: 10px;
  position: relative;
}

.ec-contactLinks a:before {
  display: block;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: '';
  width: 45px;
  height: 45px;
  background: url(../img/common/icon_contact_left.svg) center center no-repeat;
  background-size: cover;
}

.ec-contactLinks a:after {
  display: block;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  content: '';
  width: 33px;
  height: 25px;
  background: url(../img/common/icon_contact_right.svg) center center no-repeat;
  background-size: cover;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ec-productRole {
    padding: 50px 25px 0;
  }

  .ec-productRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
    max-width: 100%;
  }

  .ec-productRole .ec-grid2 .ec-grid2__cell {
    display: block;
  }

  .ec-productRole .ec-grid2 .ec-grid2__cell + .ec-grid2__cell {
    margin-top: 20px;
  }

  .ec-productRole .ec-sliderItemRole,
  .ec-productRole .ec-productRole__image {
    padding: 0;
  }

  .ec-productRole .ec-productRole__profile {
    max-width: 100%;
    padding: 15px 0 17.5px;
  }

  .ec-productRole .ec-productRole__title {
    font-size: 12px;
  }

  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 18px;
  }

  .ec-cookingDetail.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
  } 

  .ec-productRole .ec-productRole__title .ec-headingTitle + p {
    margin-top: 10px;
  }

  .ec-productRole .ec-productRole__sns {
    margin-top: 20px;
    gap: 3px;
  }

  .ec-productRole .ec-productRole__material {
    margin-top: 24px;
    border-radius: 5px;
    padding: 24px 15px 20px;
  }

  .ec-productRole .ec-productRole__make {
    margin-top: 20px;
  }

  .ec-cookingDetailRole {
    background: rgba(92, 65, 16, .07);
    padding: 50px 0 100px;
    margin-bottom: -100px;
    margin-top: 70px;
  }

  .ec-cookingDetailHeading {
    font-size: 12px;
  }

  .ec-cookingDetailHeading h2 {
    font-size: 24px;
  }

  .ec-cookingDetailHeading h2 + p {
    margin-top: 16px;
  }

  .ec-cookingDetailTable {
    margin-top: 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    border-radius: 5px;
  }

  .ec-cookingDetailTable__inner {
    width: fit-content;
  }

  .ec-cookingDetailTable table thead th {
    font-size: 12px;
  }

  .ec-cookingDetailTable table thead tr:first-child th {
    font-size: 14px;
  }


  .ec-cookingDetailTable table tbody td {
    font-size: 12px;
    min-width: 100px;
  }

  .ec-cookingDetailTable .maru {
    width: 15px;
  }

  .ec-cookingDetailList {
    margin-top: 36px;
  }

  .ec-cookingDetailList .ec-cookingDetailList__item {
    border-radius: 5px;
    padding: 20px 15px;
    display: block;
  }

  .ec-cookingDetailList .ec-cookingDetailList__item + .ec-cookingDetailList__item {
    margin-top: 24px;
  }

  .ec-cookingDetailList .ec-cookingDetailList__title {
    width: 100%;
    padding: 0;
    font-size: 20px;
  }

  .ec-cookingDetailList .ec-cookingDetailList__list {
    width: 100%;
  }

  .ec-contactLinks {
    margin-top: 65px;
  }

  .ec-contactLinks a {
    font-size: 14px;
    padding: 20px 40px 20px 50px;
    border-radius: 5px;
  }

  .ec-contactLinks a:before {
    left: 15px;
    width: 25px;
    height: 25px;
  }

  .ec-contactLinks a:after {
    right: 15px;
    width: 16.5px;
    height: 12.5px;
  }
}

/*** ec-productRole ***/
.ec-productRole .ec-productRole__description {
  margin-bottom: 0;
  font-size: 15px;
}

.item_visual .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 0;
  display: block;
  text-indent: -9999px;
  z-index: 10;
}

.item_visual .slick-prev {
  left: 24px;
  background: url(../img/common/icon_slider_prev.svg) center center no-repeat;
  background-size: cover;
}

.item_visual .slick-next {
  right: 24px;
  background: url(../img/common/icon_slider_next.svg) center center no-repeat;
  background-size: cover;
}

.ec-sliderItemRole .item_nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}

.ec-sliderItemRole .slideThumb {
  width: auto;
  margin: 0;
}

.ec-sliderItemRole .slideThumb.is-active {
  opacity: 1;
}

.ec-sliderItemRole .slideThumb img {
  width: 100%;
}

.ec-productRole .ec-productRole__tags {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 15px 0;
  border-bottom: 0;
}

.ec-productRole .ec-productRole__tags li {
  list-style: none;
  margin: 0;
  padding: 3.5px 10px 5px;
  border-radius: 40px;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
}

.ec-productRole .ec-productRole__tags li.tag1 {
  background: #CD462B;
}

.ec-productRole .ec-productRole__tags li.tag2 {
  background: #30973C;
}

.ec-productRole .ec-productRole__tags li.tag3 {
  background: #976530;
}

.ec-productRole .ec-productRole__partNumber {
  margin: 15px 0;
}

.ec-productRole .ec-productRole__partNumber .ec-partNumber__number {
  font-size: 18px;
  line-height: 1.45;
  color: #000;
}

.ec-productRole .ec-productRole__partNumber .ec-partNumber__name {
  font-size: 24px;
  line-height: 1.45;
  color: #000;
}

.ec-productRole .ec-productRole__bottom {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0;
  margin: 15px 0;
  justify-content: space-between;
}

.ec-productRole .ec-productRole__bottom .ec-productRole__bottom_left{
	display: flex;
    align-items: center;
}

.ec-productRole .ec-productRole__bottom .ec-numberInput {
  display: flex;
  align-items: center;
}

.ec-productRole .ec-productRole__bottom .ec-numberInput input {
  height: 50px;
  margin-left: 20px;
  text-align: left;
}

.ec-productRole .ec-productRole__bottom .ec-productRole__stock {
  margin-left: 30px;
}

.ec-productRole .ec-productRole__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 0;
}

.ec-productRole .ec-productRole__actions .ec-productRole__price {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  color: #000;
}

.ec-productRole .ec-productRole__actions .ec-productRole__price .ec-price {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ec-productRole .ec-productRole__actions .ec-productRole__price .ec-price .ec-price__price {
  font-family: "Zen Old Mincho", serif;
  font-size: 27px;
  color: #C90404;
  padding: 0;
}

.ec-productRole .ec-productRole__actions .ec-productRole__price .ec-price .ec-price__tax {
  font-size: 12px;
  margin-top: 4px;
}

.ec-productRole .ec-productRole__actions .ec-productRole__price .ec-price .ec-price__point {
  display: inline-flex;
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
  background: #C90404;
  border-radius: 4px;
  margin-top: 4px;
}

.ec-productRole .ec-productRole__bottom .ec-productRole__btn {
  max-width: 162px;
  width: 100%;
  min-width: unset;
  margin: 0;
}

.ec-productRole .ec-productRole__bottom .ec-productRole__btn .ec-blockBtn--action {
  height: 40px;
  font-size: 14px;
  line-height: 1.4285;
  padding: 8px 25px;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action.sold-out {
	padding: 8px;
}

.ec-productRole .ec-productRole__btn .ec-blockBtn--action.sold-out:hover{
	cursor: default;
	color: #C90404;
	background-color: #fff;
}

.bg-load-overlay {
  z-index: 1;
}

.ec-productInfoRole {
  background: rgba(92, 65, 16, 0.03);
  padding: 100px 0 130px;
  margin-top: 130px;
}

.ec-productInfoRole__list {
  border-top: 1px solid rgba(92, 65, 16, .2)
}

.ec-productInfoRole__listItem {
  margin-top: 80px;
}

.ec-productInfoRole .ec-grid2 {
  justify-content: space-between;
}

.ec-productInfoRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
  max-width: 482px;
}

.ec-productInfoRole .ec-productInfoRole__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ec-productInfoRole .ec-productInfoRole__title {
  font-size: 24px;
  font-weight: 600;
  color: #5C4110;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 30px;
}

.ec-productInfoRole .ec-productInfoRole__body {
  font-size: 14px;
  line-height: 1.928;
}

.ec-productInfoRole .ec-productInfoRole__body p + p {
  margin-top: 1.928em;
}

.ec-productInfoRole__tableItem + .ec-productInfoRole__tableItem {
  margin-top: 20px;
}

.ec-productInfoRole__table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
}

.ec-productInfoRole__table table {
  width: calc(100% + 2px);
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: -1px;
}

.ec-productInfoRole__table table th {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  font-weight: normal;
  padding: 10px 13px;
  text-align: left;
  background: #5C4110;
  min-width: 125px;
}

.ec-productInfoRole__table table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.45;
  color: #000;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  background: #fff;
}

.ec-productInfoRole__table table td small {
  font-size: 11px;
}

.ec-productInfoRole__toggle .ec-productInfoRole__toggleHead {
  cursor: pointer;
  background: #9E884F;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
  border-radius: 4px;
  position: relative;
}

.ec-productInfoRole__toggle .ec-productInfoRole__toggleHead:after {
  position: absolute;
  width: 13px;
  height: 5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: url(../img/common/icon_dropdown_white.svg) center center no-repeat;
  background-size: auto 100%;
  content: '';
  transition: transform .4s ease;
}

.ec-productInfoRole__toggle .ec-productInfoRole__toggleHead.is-active:after {
  transform: translateY(-50%) scaleY(-1);
}

.ec-productInfoRole__toggle .ec-productInfoRole__toggleBody {
  display: none;
}

.ec-productInfoRole__toggle .ec-productInfoRole__toggleBody.is-active {
  display: block;
}

.ec-productInfoRole__toggle .ec-productInfoRole__table table th {
  background: #9E884F;
  padding: 10px 20px;
}


/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

  .ec-sliderItemRole .item_nav {
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .ec-productRole .ec-productRole__tags {
    margin: 15px 0;
  }

  .ec-productRole .ec-productRole__partNumber {
    margin: 15px 0;
  }

  .ec-productRole .ec-productRole__partNumber .ec-partNumber__number {
    font-size: 16px;
  }

  .ec-productRole .ec-productRole__partNumber .ec-partNumber__name {
    font-size: 20px;
  }

  .ec-productRole .ec-productRole__actions {
    font-size: 14px;
    margin: 15px 0;
  }

  .ec-productRole .ec-productRole__actions .ec-numberInput input {
    height: 40px;
  }

  .ec-productRole .ec-productRole__actions .ec-productRole__stock {
    margin-left: 20px;
  }

  .ec-productRole .ec-productRole__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .ec-productRole .ec-productRole__bottom .ec-productRole__btn {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .ec-productRole .ec-productRole__bottom .ec-productRole__btn .ec-blockBtn--action {
    max-width: 160px;
    margin: 0;
  }

  .ec-productInfoRole {
    padding: 50px 0 65px;
    margin-top: 65px;
  }

  .ec-productInfoRole__listItem {
    margin-top: 40px;
  }

  .ec-productInfoRole .ec-grid2 {
    justify-content: space-between;
  }

  .ec-productInfoRole .ec-grid2 .ec-grid2__cell + .ec-grid2__cell {
    margin-top: 20px;
  }

  .ec-productInfoRole .ec-grid2 .ec-grid2__cell:nth-child(2) {
    max-width: 100%;
  }

  .ec-productInfoRole .ec-productInfoRole__box {
    display: block;
  }

  .ec-productInfoRole .ec-productInfoRole__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ec-productInfoRole .ec-productInfoRole__body {
    font-size: 12px;
    line-height: 1.5;
  }

  .ec-productInfoRole .ec-productInfoRole__body p + p {
    margin-top: 1.5em;
  }

  .ec-productInfoRole__tableItem + .ec-productInfoRole__tableItem {
    margin-top: 20px;
  }

  .ec-productInfoRole__table table th {
    font-size: 12px;
    padding: 10px;
    min-width: 110px;
  }

  .ec-productInfoRole__table table td {
    font-size: 12px;
    padding: 10px;
  }

  .ec-productInfoRole__table table td small {
    font-size: 10px;
  }

  .ec-productInfoRole__toggle .ec-productInfoRole__toggleHead {
    font-size: 12px;
  }

  .ec-productInfoRole__toggle .ec-productInfoRole__table table th {
    padding: 10px;
  }
}

/*** product_review_area ***/
#product_review_area {
    border-top: 0;
    padding: 100px 0 130px;
    margin-bottom: 0;
}

#product_review_area .ec-rectHeading {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px 40px 0;
    position: relative;
    border-bottom: 1px solid #BAAA90;
}

#product_review_area .ec-rectHeading:after {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    content: '';
    background: url(../img/common/icon_down.svg) center center no-repeat;
    background-size: cover;
}

#product_review_area .ec-rectHeading h4 {
    background: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1.333;
    color: #5C4110;
    font-weight: 600;
    font-family: "Zen Old Mincho", serif;
}

#product_review_area .ec-rectHeading.is_active:after  {
    transform: rotate(180deg);
}

#product_review_area .review_list {
    padding-left: 0;
    margin-bottom: 0;
}

#product_review_area .review_list li {
    list-style: none;
    margin-bottom: 0;
    padding: 50px 0;
    display: flex;
    border-bottom: 1px solid rgba(92, 65, 16, .2);
}

#product_review_area .review_list .review_date {
    font-weight: normal;
    width: 310px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#product_review_area .recommend_average {
    margin-left: 30px;
    color: #CA9F27;
    background: rgba(92, 65, 16, 0.03);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 33px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 2px;
}

#product_review_area .review_list .recommend_level {
    margin-left: 0;
    margin-top: 15px;
    color: #CA9F27;
    background: rgba(92, 65, 16, 0.03);
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 33px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 2px;
}

#product_review_area .review_list .recommend_name {
    margin-left: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    font-family: "Zen Old Mincho", serif;
}

#product_review_area .review_list .recommend_date {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

#product_review_area .review_list .review_body {
    width: calc(100% - 310px);
    font-size: 14px;
    line-height: 1.928;
}

#product_review_area .review_list .review_body strong {
    font-size: 18px;
    line-height: 1.45;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}

#product_review_area .ec-registerRole__actions {
    margin-top: 50px;
}


/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #product_review_area {
      padding: 50px 0 65px;
  }

  #product_review_area .ec-rectHeading {
      padding: 0 40px 20px 0;
  }

  #product_review_area .ec-rectHeading:after {
      width: 30px;
      height: 30px;
  }

  #product_review_area .ec-rectHeading h4 {
      font-size: 18px;
  }

  #product_review_area .review_list {
      padding-left: 0;
      margin-bottom: 0;
  }

  #product_review_area .review_list li {
      padding: 25px 0;
      display: block;
  }

  #product_review_area .review_list .review_date {
      width: 100%;
  }

  #product_review_area .recommend_average {
      margin-left: 10px;
      padding: 0 10px;
      height: 30px;
      font-size: 12px;
  }

  #product_review_area .review_list .recommend_level {
      margin-top: 10px;
      padding: 0 10px;
      height: 30px;
      font-size: 12px;
  }

  #product_review_area .review_list .recommend_name {
      margin-left: 0;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.45;
      font-family: "Zen Old Mincho", serif;
  }

  #product_review_area .review_list .recommend_date {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.45;
  }

  #product_review_area .review_list .review_body {
      width: 100%;
      font-size: 12px;
      line-height: 1.5;
      margin-top: 10px;
  }

  #product_review_area .review_list .review_body strong {
      font-size: 16px;
      margin-bottom: 10px;
  }

  #product_review_area .ec-registerRole__actions {
      margin-top: 50px;
  }
}

/*** xxxxxx ***/

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

}

/*** .ec-modal ***/
.ec-modal .ec-modal-overlay {
  background: rgba(92, 65, 16, .2);
}
.ec-modal .ec-modal-wrap {
  border-radius: 10px;
  border: 0;
  width: 90%;
  max-width: 790px;
  padding: 54px 50px;
}

.ec-modal .ec-headingRole .ec-headingRole__larger {
  margin-bottom: 20px;
}

.ec-modal .ec-borderedDefs dl {
  padding: 20px 0;
  border-bottom: 0;
  align-items: center;
}

.ec-modal .ec-borderedDefs dt {
  width: 330px;
  flex-wrap: wrap;
  padding: 0;
}

.ec-modal .ec-borderedDefs dt a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.ec-modal .ec-borderedDefs dd {
  width: calc(100% - 330px);
}

.ec-modal .ec-select {
  margin-bottom: 0;
}

.ec-modal .ec-borderedDefs dd .ec-select select {
  width: 100%;
}

.ec-modal .ec-registerRole__actions {
  margin-top: 30px;
}

.ec-modal .ec-modal-close {
  top: 20px;
  height: 26px;
  width: 26px;
}

.ec-modal .ec-modal-close .ec-icon {
  line-height: 0;
  display: block;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ec-modal .ec-modal-wrap {
    border-radius: 5px;
    padding: 30px 20px;
  }

  .ec-modal .ec-headingRole .ec-headingRole__larger {
    margin-bottom: 10px;
  }

  .ec-modal .ec-borderedDefs dl {
    padding: 10px 0;
  }

  .ec-modal .ec-borderedDefs dt {
    width: 100%;
  }

  .ec-modal .ec-borderedDefs dt a {
    width: auto;
    font-size: 12px;
    margin-left: 20px;
  }

  .ec-modal .ec-borderedDefs dd {
    width: 100%;
  }

  .ec-modal .ec-select {
    margin-bottom: 0;
  }

  .ec-modal .ec-borderedDefs dd .ec-select select {
    width: 100%;
  }

  .ec-modal .ec-registerRole__actions {
    margin-top: 20px;
  }

  .ec-modal .ec-modal-close {
    height: 20px;
    width: 20px;
  }
}

/*** ec-shoppingForm ***/
.ec-shoppingForm {
  background: rgba(92, 65, 16, 0.03);
  padding: 80px 0 200px;
  margin-bottom: -200px;
}

.ec-orderRole {
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  max-width: 1240px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
}

.ec-orderRole:after {
  display: none;
}

.ec-orderRole .ec-orderRole__detail {
  padding: 0;
  width: calc(100% - 444px);
}

.ec-orderRole .ec-orderRole__summary {
  padding: 0;
  width: 380px;
  margin-top: 0 !important;
  position: sticky;
  z-index: 2;
  top: 100px;
}

.ec-orderRole__item + .ec-orderRole__item {
  margin-top: 48px;
}

.ec-rectHeading h2 {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #BAAA90;
  margin-bottom: 24px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  color: #5C4110;
  font-weight: 500;
  background: none;
}

.ec-rectHeading h2:before {
  min-width: 31px;
  height: 31px;
  display: block;
  margin-right: 7px;
}

.ec-rectHeading h2.icon_user:before {
  content: '';
  background: url(../img/common/icon_user.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h2.icon_track:before {
  content: '';
  background: url(../img/common/icon_track.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h2.icon_points:before {
  content: '';
  background: url(../img/common/icon_points.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h2.icon_coupon:before {
	content: '';
	background: url(../img/common/icon_coupon.svg) center center no-repeat;
	background-size: cover;
  }

.ec-rectHeading h2.icon_pay:before {
  content: '';
  background: url(../img/common/icon_pay.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h2.icon_goods:before {
  content: '';
  background: url(../img/common/icon_goods.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h2.icon_notes:before {
  content: '';
  background: url(../img/common/icon_notes.svg) center center no-repeat;
  background-size: cover;
}

.ec-rectHeading h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.5;
  color: #5C4110;
  font-weight: 500;
  background: none;
}

.ec-rectBody {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  font-size: 16px;
  line-height: 1.6;
}

.ec-rectBody + .ec-rectBody {
  margin-top: 16px;
}

.ec-rectBody__box {
  display: flex;
  align-items: flex-start;
}

.ec-rectBody__head {
  width: 165px;
  font-weight: 500;
  color: #505050;
}

.ec-rectBody__body {
  width: calc(100% - 165px);
}

.ec-rectBody__title {
  font-size: 16px;
  line-height: 1.45;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(186, 170, 144, .3);
  margin-bottom: 26px;
}

.ec-rectBody .ec-price {
  font-size: 18px;
  font-weight: bold;
}

.ec-rectBody .ec-price .ec-price__price {
  font-size: 18px;
  color: #C90404;
}

.ec-rectBody .ec-price .ec-price__point {
	display: flex;
	align-items: center;
    font-size: 18px;
    color: #C90404;
	margin-top: -12px;
}

.ec-rectBody .ec-price .ec-price__point input {
    width: 100px;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    color: #505050;
    font-weight: 500;
	margin-right: 15px;
}

.ec-rectBody .ec-price .ec-price__tax {
  font-size: 12px;
  font-weight: normal;
}

.ec-orderRole .ec-orderRole__detail .ec-halfInput {
  gap: 0;
  display: block;
}

.ec-orderRole__edit {
  margin-top: 30px;
}

.ec-orderRole__edit .ec-radio {
	padding: 25px 50px;
}

.ec-orderRole__edit .ec-radio li {
	padding-left: 1.5em;
	list-style: none;
	margin-bottom: 15px;
}

.ec-orderRole__edit .ec-radio li:last-child {
	margin-bottom: 0;
}


.ec-orderRole__edit .ec-radio li div label {
	margin-left: -1.5em;
}

.ec-orderRole__edit .attention {
	color: #C90404;
}

.ec-orderRole__edit .attention-bold {
	color: #C90404;
	font-weight: 600;
}

.ec-notesList {
  padding: 0;
  margin: 0;
  margin-top: 12px;
}

.ec-notesList li {
  padding: 0;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style: none;
}

.ec-orderDesiredDate .ec-orderDesiredDate__setting {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.ec-orderDesiredDate .ec-orderDesiredDate__setting .ec-orderDesiredDate__item {
  width: 100%;
  max-width: 205px;
  margin-bottom: 0;
}

.ec-orderDesiredDate .ec-orderDesiredDate__setting .ec-orderDesiredDate__item dt {
  font-weight: normal;
}

.ec-orderDesiredDate .ec-orderDesiredDate__setting .ec-orderDesiredDate__item dd {
  margin-top: 10px;
}

.ec-orderDesiredDate .ec-select {
  margin-bottom: 0;
}

.ec-orderDesiredDate .ec-select select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 4px;
  color: #505050;
  font-weight: 500;
}

.ec-orderDesiredDate .ec-orderDesiredDate__notes {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.ec-orderPaymentList .ec-orderPaymentList__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

.ec-orderPaymentList .ec-orderPaymentList__item + .ec-orderPaymentList__item {
  margin-top: 4px;
}

.ec-orderPaymentList .ec-orderPaymentList__item dt {
  width: 13em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  padding-right: 1em;
  position: relative;
}

.ec-orderPaymentList .ec-orderPaymentList__item dt:after {
  width: 1em;
  content: '：';
  font-size: 14px;
  line-height: 1.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  text-indent: 0;
}

.ec-orderPaymentList .ec-orderPaymentList__item dt small {
  font-size: 10px;
  display: block;
  padding-left: 1.5em;
  color: #505050;
}

.ec-orderPaymentList .ec-orderPaymentList__item dd {
  width: calc(100% - 13em);
}

.ec-rectBody .ec-textarea {
  margin-bottom: 26px;
}

.ec-rectBody .ec-textarea textarea {
  border: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, .03);
  height: 142px;
  box-shadow: none;
}

.ec-orderRole .ec-borderedList {
  margin-bottom: 0;
}

.ec-orderRole .ec-borderedList li {
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-orderRole .ec-borderedList li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #BAAA90;
}

.ec-orderRole .ec-borderedList .ec-imageGrid {
  border: 0;
  width: calc(100% - 190px);
  display: flex;
  align-items: center;
}

.ec-orderRole .ec-borderedList .ec-imageGrid .ec-imageGrid__img {
  padding: 0;
  width: 104px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 32px;
}

.ec-orderRole .ec-borderedList .ec-imageGrid .ec-imageGrid__content {
  width: calc(100% - 136px);
  font-size: 16px;
  line-height: 1.6;
}

.ec-orderRole .ec-borderedList .ec-priceGrid {
  width: 190px;
  text-align: right;
}

.ec-orderRole .ec-borderedList .ec-priceGrid .ec-priceGrid__price {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

.ec-orderRole .ec-borderedList .ec-priceGrid .ec-priceGrid__tax {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  color: #505050;
  margin-top: 10px;
}

.ec-orderRole .ec-couponList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.ec-orderRole .ec-couponList .ec-couponList__content {
	font-size: 14px;
}

.ec-orderRole .ec-couponList .ec-couponList__item:has(input[type="radio"]:checked){
	border: 2px solid #5C4211;
}

.ec-orderRole .ec-couponList .ec-couponList__item{
	position: relative;
	font-weight: 400;
	display: flex;
	align-items: flex-start;
	padding: 12px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 5px;
	width: 49%;
	margin-bottom: 10px;
	z-index: 1;
}

.ec-orderRole .ec-couponList .ec-couponList__item:before {
	width: 13px;
	height: 13px;
	border: 1px solid rgba(92, 65, 16, 0.3);
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 20px;
	top: 24.5px;
	transform: translateY(-50%);
	z-index: 2;
	content: '';
  }
  
  .ec-orderRole .ec-couponList .ec-couponList__item:has(input[type="radio"]:checked):after {
	width: 7px;
	height: 7px;
	background: #5C4211;
	border-radius: 100%;
	position: absolute;
	left: 23px;
	top: 24.5px;
	transform: translateY(-50%);
	z-index: 3;
	content: '';
	opacity: 1;
	transition: opacity .4s ease;
  }

.ec-orderRole .ec-couponList .ec-couponList__remove{
	padding-right: 35px;
}

.ec-orderRole .ec-couponList__content span{
	color: #C90404;
}

.ec-orderRole .ec-couponList__content div:has(button){
	display: flex;
}

.ec-orderRole .ec-couponList__content .form-control{
	display: inline-block;
	width: 70%;
	height: 42px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 4px;
    color: #505050;
    font-weight: 500;
	margin-right: 6px;
}

.ec-orderRole .ec-orderRole__toggleBody{
	border: 1px solid #ccc;
}

.ec-rectBtn {
  margin-top: 32px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.ec-orderRole__actions {
  margin-top: 80px;
  text-align: center;
}

.ec-orderRole__actions .ec-off4Grid {
  margin-top: 56px;
}

.ec-orderRole__actions .ec-off4Grid .ec-off4Grid__cell {
    width: 100%;
    margin: 0;
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    padding: 0 40px;
}

.ec-orderRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--action {
  min-width: 60%;
}

.ec-totalBox {
  background: rgba(92, 65, 16, 0.03);
  padding: 48px;
  border-radius: 10px;
}

.ec-totalBox .ec-totalBox__spec {
  margin-bottom: 0;
}

.ec-totalBox .ec-totalBox__spec dt,
.ec-totalBox .ec-totalBox__spec dd {
  font-size: 16px;
  line-height: 1.6;
  color: #505050;
  font-weight: 500;
}

.ec-totalBox .ec-totalBox__spec + .ec-totalBox__spec {
  margin-top: 2.4px;
}

.ec-totalBox .ec-totalBox__total {
  margin-top: 15px;
  border-top: 1px solid #BAAA90;
  padding: 12px 0;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ec-totalBox .ec-totalBox__price {
  font-size: 20px;
  font-weight: 500;
  color: #C90404;
}

.ec-totalBox .ec-totalBox__taxLabel {
  font-size: 10px;
  font-weight: 500;
  color: #505050;
}

.ec-totalBox .ec-totalBox__pointBlock {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 18px;
}

.ec-totalBox .ec-totalBox__memberLevel {
  display: inline-flex;
  padding: 3px 8px;
  background: rgba(92, 65, 16, 0.2);
  color: #505050;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 6px;
  margin-bottom: 10px;
}

.ec-totalBox .ec-totalBox__pointGet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.ec-totalBox .ec-totalBox__pointGet dt {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #505050;
  display: flex;
  align-items: center;
}

.ec-totalBox .ec-totalBox__pointGet dt:before {
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 2px;
  background: url(../img/common/icon_points.svg) center center no-repeat;
  background-size: cover;
  display: block;
}
.ec-totalBox .ec-totalBox__pointGet dd {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #505050;
}

.ec-totalBox .ec-totalBox__taxRate {
  justify-content: space-between;
  margin-bottom: 0;
}

.ec-totalBox .ec-totalBox__taxRate + .ec-totalBox__taxRate {
  margin-top: 8px;
}

.ec-totalBox .ec-totalBox__taxRate dt,
.ec-totalBox .ec-totalBox__taxRate dd {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #505050;
}

.ec-totalBox .ec-totalBox__taxRate dt::before,
.ec-totalBox .ec-totalBox__taxRate dd::after {
  display: none;
}

.ec-totalBox .ec-totalBox__taxRate dd small {
  display: block;
  font-size: 10px;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

@media screen and (max-width: 959px) {
  .ec-orderRole {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .ec-orderRole .ec-orderRole__detail {
    padding: 0;
    width: 100%;
  }

  .ec-orderRole .ec-orderRole__summary {
    width: 100%;
    position: relative;
    top: 0;
  }
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ec-shoppingForm {
    padding: 40px 0 100px;
    margin-bottom: -100px;
  }

  .ec-orderRole {
    padding: 0 15px;
    gap: 20px;
  }

  .ec-orderRole__item + .ec-orderRole__item {
    margin-top: 30px;
  }

  .ec-rectBody {
    padding: 20px;
    font-size: 14px;
  }

  .ec-rectBody + .ec-rectBody {
    margin-top: 10px;
  }

  .ec-rectBody__box {
    flex-direction: column;
    gap: 15px;
  }

  .ec-rectBody__head {
    width: 100%;
  }

  .ec-rectBody__body {
    width: 100%;
  }

  .ec-rectBody__title {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .ec-orderRole__edit {
    margin-top: 20px;
  }

  .ec-orderRole__edit .ec-radio {
	font-size: 14px;
	padding: 25px 15px;
  }

  .ec-orderRole__edit .ec-radio input[type=radio] + label {
	font-size: 14px;
  }

  .ec-rectBody .ec-price .ec-price__price {
    font-size: 16px;
  }

  .ec-rectBody .ec-price .ec-price__tax {
    font-size: 10px;
  }

  .ec-notesList {
    margin-top: 10px;
  }

  .ec-orderDesiredDate .ec-orderDesiredDate__setting {
    gap: 10px;
  }

  .ec-orderDesiredDate .ec-orderDesiredDate__notes {
    font-size: 16px;
  }

  .ec-orderPaymentList .ec-orderPaymentList__item {
    flex-direction: column;
    gap: 5px;
  }

  .ec-orderPaymentList .ec-orderPaymentList__item dt {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
  }

  .ec-orderPaymentList .ec-orderPaymentList__item dt:after {
    width: auto;
    position: relative;
  }

  .ec-orderPaymentList .ec-orderPaymentList__item dt small {
    padding-left: 2em;
  }

  .ec-orderPaymentList .ec-orderPaymentList__item dd {
    width: 100%;
    padding-left: 1em;
  }

  .ec-orderRole .ec-borderedList {
    border: 0;
  }

  .ec-orderRole .ec-borderedList li {
    border: 0;
    flex-direction: column;
    gap: 5px;
  }

  .ec-orderRole .ec-borderedList li + li {
    margin-top: 10px;
    padding-top: 10px;
  }

  .ec-orderRole .ec-borderedList .ec-imageGrid {
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .ec-orderRole .ec-borderedList .ec-imageGrid .ec-imageGrid__img {
    width: 90px;
    margin-right: 15px;
  }

  .ec-orderRole .ec-borderedList .ec-imageGrid .ec-imageGrid__content {
    width: calc(100% - 106px);
    font-size: 14px;
  }

  .ec-orderRole .ec-borderedList .ec-priceGrid {
    width: 100%;
    text-align: right;
  }

  .ec-orderRole .ec-borderedList .ec-priceGrid .ec-priceGrid__price {
    font-size: 16px;
  }

  .ec-orderRole .ec-borderedList .ec-priceGrid .ec-priceGrid__tax {
    font-size: 12px;
    margin-top: 5px;
  }

  .ec-rectBody .ec-price .ec-price__point {
    margin-top: 0;
  }

  .ec-couponList .ec-couponList__item{
	width: 100%;
  }

  .ec-rectBtn {
    margin-top: 20px;
    padding: 0 10px;
    justify-content: center;
    gap: 5px;
  }

  .ec-orderRole .ec-couponList .ec-couponList__item {
	width: 100%;
  }

  .ec-orderRole__actions {
    margin-top: 40px;
  }

  .ec-orderRole__actions .ec-off4Grid {
    margin-top: 28px;
  }

  .ec-orderRole__actions .ec-off4Grid .ec-off4Grid__cell {
      width: 100%;
      margin: 0;
      display: flex;
      gap: 15px;
      flex-direction: column-reverse;
      padding: 0 20px;
  }

  .ec-orderRole__actions .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--primary {
    max-width: 60%;
  }

  .ec-totalBox {
    padding: 20px;
  }

  .ec-totalBox .ec-totalBox__spec {
    margin-bottom: 0;
  }

  .ec-totalBox .ec-totalBox__spec dt,
  .ec-totalBox .ec-totalBox__spec dd {
    font-size: 14px;
  }

  .ec-totalBox .ec-totalBox__total,
  .ec-totalBox .ec-totalBox__price {
    font-size: 16px;
  }

  .ec-totalBox .ec-totalBox__pointBlock {
    padding: 15px;
  }

}

/*** ec-mypageWrap ***/
.ec-mypageWrap {
  width: 100%;
  background: rgba(92, 65, 16, 0.03);
  border-top: 1px solid #BAAA90;
  padding: 56px 0 200px;
  margin-bottom: -200px;
}

.ec-mypageRole {
  max-width: 995px;
  margin: 0 auto;
  padding: 0;
}

.ec-welcomeMsg {
  padding: 100px 0 80px;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  border-bottom: 0;
}

.ec-welcomeMsg .ec-welcomeMsg__name {
  position: relative;
}

.ec-welcomeMsg .ec-welcomeMsg__name a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #C90404;
  font-size: 14px;
}

.ec-welcomeMsg .ec-welcomeMsg__rank {
  margin-top: 25px;
  display: inline-flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #505050;
}

.ec-welcomeMsg .ec-welcomeMsg__rank:before {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  content: '';
  background: url(../img/common/icon_diamond.svg) center center no-repeat;
  background-size: cover;
}

.ec-navlistRole .ec-navlistRole__navlist {
  margin-bottom: 0;
  border: 1px solid #BAAA90;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #BAAA90;
  gap: 1px;
  overflow: hidden;
}

.ec-navlistRole .ec-navlistRole__item {
  background: #fff;
  border: 0;
}

.ec-navlistRole .ec-navlistRole__item a {
  font-size: 17px;
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  color: #5C4110;
  padding: 26px 16px 20px;
  transition: all .5s;
}

.ec-navlistRole .active a {
  background: #5C4110;
  color: #fff;
}

.ec-pointsMsg {
  border-radius: 10px;
  border: 1px solid rgba(92, 65, 16, 0.5);
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 56px;
}

.ec-pointsMsg .ec-notesList {
  font-size: 14px;
  margin-top: 9px;
}

.ec-mypageRole__historyResult {
  display: inline-block;
  margin-bottom: 13px;
  background: rgba(92, 65, 16, 0.03);
  font-size: 14px;
  line-height: 1.5;
  padding: 15px 40px;
  color: #000;
  border-radius: 10px;
}

.ec-historyRole .ec-historyRole__item {
  border-radius: 10px;
  background: #fff;
  padding: 8px 40px 40px;
}

.ec-historyRole .ec-historyRole__item + .ec-historyRole__item {
  margin-top: 16px;
}

.ec-historyInfo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 32px;
  padding: 18px 0;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(92, 65, 16, .2);
}

.ec-historyRole .ec-borderedList,
.ec-historyRole .ec-borderedList li {
  border: 0;
  margin: 0;
}

.ec-historyRole .ec-borderedList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ec-historyRole .ec-borderedList .ec-imageGrid {
  border: 0;
  width: calc(100% - 190px);
  display: flex;
  align-items: center;
}

.ec-historyRole .ec-borderedList .ec-imageGrid .ec-imageGrid__img {
  padding: 0;
  width: 104px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 32px;
}

.ec-historyRole .ec-borderedList .ec-imageGrid .ec-imageGrid__content {
  width: calc(100% - 136px);
  font-size: 16px;
  line-height: 1.6;
}

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .ec-mypageWrap {
    padding: 28px 0 100px;
    margin-bottom: -100px;
  }
  .ec-welcomeMsg {
    padding: 50px 0 40px;
    font-size: 16px;
  }

  .ec-welcomeMsg .ec-welcomeMsg__name a {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(calc(-100% - 10px));
    z-index: 2;
    color: #C90404;
    font-size: 14px;
  }

  .ec-welcomeMsg .ec-welcomeMsg__rank {
    margin-top: 15px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
  }

  .ec-welcomeMsg .ec-welcomeMsg__rank:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .ec-navlistRole .ec-navlistRole__navlist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 5px 5px 0 0;
  }

  .ec-navlistRole .ec-navlistRole__item {
    width: 100%;
  }

  .ec-navlistRole .ec-navlistRole__item a {
    font-size: 15px;
    padding: 15px 8px;
  }

  .ec-pointsMsg {
    border-radius: 5px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 28px;
  }

  .ec-pointsMsg .ec-notesList {
    font-size: 12px;
    margin-top: 5px;
  }

  .ec-mypageRole__historyResult {
    padding: 10px 20px;
    border-radius: 5px;
  }

  .ec-historyRole .ec-historyRole__item {
    border-radius: 5px;
    padding: 4px 20px 20px;
  }

  .ec-historyInfo {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 10px 0;
    font-size: 12px;
    margin-bottom: 24px;
  }

  .ec-historyRole .ec-borderedList li {
    border: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
  }

  .ec-historyRole .ec-borderedList li + li {
    margin-top: 10px;
    padding-top: 10px;
  }

  .ec-historyRole .ec-borderedList .ec-imageGrid {
    border: 0;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .ec-historyRole .ec-borderedList .ec-imageGrid .ec-imageGrid__img {
    width: 90px;
    margin-right: 15px;
  }

  .ec-historyRole .ec-borderedList .ec-imageGrid .ec-imageGrid__content {
    width: calc(100% - 106px);
    font-size: 14px;
  }
}



/*** ec-registerRole ***/
.ec-addressRoleWrap {
	margin: 0 auto;
    max-width: 995px;
    margin-top: 100px;
    border-radius: 10px;
    background: rgba(92, 65, 16, 0.03);
    padding: 60px 100px 90px;
}

.ec-addressRole .ec-headingRole .ec-headingRole__larger {
	margin-bottom: 30px;
}

.ec-addressRole .ec-addressRole__actions{
	display: flex;
	justify-content: flex-end;
	border-bottom: none;
}

.ec-addressRole .ec-addressRole__actions .ec-blockBtn--action{
	font-size: 14px;
    font-weight: 400;
    padding: 10px 18px;
	height: unset;
	width: unset;
}

.ec-addressList .ec-addressList__remove{
	padding-left: 32px;
}

.ec-addressList__item:has(input[type="radio"]:checked){
	border: 2px solid #5C4211;
}

.ec-addressList .ec-addressList__item:before{
	width: 24px;
    height: 24px;
    border: 1px solid rgba(92, 65, 16, 0.3);
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    content: '';
}

.ec-addressList .ec-addressList__item:has(input[type="radio"]:checked):after {
    width: 14px;
    height: 14px;
    background: #5C4110;
    border-radius: 100%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    content: '';
    opacity: 1;
    transition: opacity .4s ease;
}

.ec-addressList .ec-addressList__item{
	font-weight: 400;
	display: flex;
	align-items: center;
	margin: 15px 0;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
}

.ec-addressList__address .ec-addressList__address_tel {
	font-size: 14px;
}


/*** SP ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
	.ec-addressRoleWrap {
        margin-top: 50px;
        border-radius: 5px;
        padding: 30px 15px 45px;
    }

	.ec-addressList .ec-addressList__address {
		font-size: 14px;
	}

	.ec-addressList__address .ec-addressList__address_tel {
		font-size: 12px;
	}
}

/*** xxxxxx ***/

/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {

}