@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
html:not(.is-visible) {
  opacity: 0;
}

body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-size: 0.14rem;
}

.container {
  overflow: hidden;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load-font {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .load-font {
  opacity: 1;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  .container {
    min-width: 1346px;
    padding-top: 86px;
  }
  .wrapper {
    width: 1278px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
	.ue {
    display: flex; 
	justify-content: space-between;  
  }	
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 26.6666666667vw;
    min-height: 100vh;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
  .md {
    display: none !important;
  }
}
.header-site {
  border-bottom: 1px solid #b9b9b9;
}
.header-site .logo-image {
  display: block;
}

.wrapper-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, (min-width: 768px) {
  .header-site {
    position: fixed;
    min-width: 1346px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 13px 0 34px;
    z-index: 1000;
  }
  .header-site::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
  }
  .header-site .navigation-cart .navigation-text {
    font-size: 0.13rem;
  }
  .header-site .navigation-cart a {
    height: 86px;
  }
  .logo {
    width: 150px;
    height: 55px;
    margin-left: 4px;
    margin-bottom: 0;
  }
  .wrapper-header {
    max-width: 1346px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    position: relative;
  }
  .header-site .form-search {
    display: none;
  }
  .wrapper-header {
    padding-left: 0.15rem;
  }
  .logo {
    width: 1.36rem;
    height: 0.47rem;
    margin-bottom: 0;
    margin-top: 0.05rem;
  }
  .logo img {
    display: block;
    width: 100%;
  }
}
.navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation-list a {
  color: #313131;
}
.navigation-list .navigation-item {
  position: initial;
  list-style-type: none;
  font-weight: bold;
}
.navigation-list .navigation-link {
  position: relative;
  display: block;
  text-align: center;
  color: #000;
}
.navigation-list .navigation-text {
  margin-bottom: 0;
}
.navigation-list .cart-number {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  font-weight: 500;
  background-color: #fff;
  color: #96225d;
  border-radius: 50%;
  overflow: hidden;
  white-space: nowrap;
}
.navigation-list .navigation-cart {
  margin-right: 0;
  background-color: #96225d;
}
.navigation-list .navigation-cart a {
  color: #fff;
}

@media print, (min-width: 768px) {
  .navigation-list .navigation-item {
    width: 87px;
    margin: 0 21px;
  }
  .navigation-list .navigation-item:hover .navigation-submenu {
    opacity: 1;
    visibility: visible;
  }
  .navigation-list .navigation-link {
    padding: 15px 0 14px;
  }
  .navigation-list .navigation-cart {
    width: 84px;
  }
  .navigation-icon {
    width: 50px;
    height: 35px;
    margin: 0 auto;
  }
  .cart-number {
    min-width: 15px;
    height: 16px;
    right: 9px;
    margin-top: -14px;
    padding: 1px 1px 0;
    font-size: 0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-list .navigation-item {
    width: 0.81rem;
  }
  .navigation-list .navigation-link {
    padding: 0.15rem 0 0.11rem;
    font-size: 0.13rem;
  }
  .navigation-list .navigation-cart {
    margin-left: 0.09rem;
  }
  .navigation-icon {
    width: 0.5rem;
    height: 0.35rem;
    margin: 0 auto -0.02rem;
  }
  .navigation-icon img {
    width: 100%;
    height: auto;
  }
  .cart-number {
    width: 0.14rem;
    height: 0.15rem;
    right: 0.09rem;
    margin-top: -0.12rem;
    padding-top: 0.01rem;
    font-size: 0.12rem;
  }
  .is-android .cart-number {
    padding-bottom: 0.02rem;
  }
}
.submenu-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 37px 7px 23px;
}

.navigation-submenu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 200;
}

.submenu-list {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.submenu-list > li {
  margin-right: 20px;
}
.submenu-list a {
  color: #000;
}
.submenu-list .submenu-options {
  margin-right: 0;
}

.submenu-list,
.submenu-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.submenu-list > li,
.submenu-inner > li {
  list-style-type: none;
}

.submenu-title {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 8px;
  font-size: 0.15rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.submenu-title::before {
  content: "";
  position: absolute;
  background: #b99c40;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}

.submenu-inner > li {
  margin-bottom: 20px;
}
.submenu-inner a {
  font-size: 0.13rem;
  line-height: 1.3076923077;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.submenu-list .submenu-product {
  max-width: 300px;
  width: 100%;
  margin-right: 100px;
}
.submenu-list .submenu-product .submenu-inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.submenu-list .submenu-product .submenu-inner > li {
  width: 100%;
  max-width: 67px;
}
.submenu-list .submenu-product .submenu-inner > li:nth-child(3n+2) {
  max-width: 110px;
}
.submenu-list .submenu-purpose {
  max-width: 90px;
  margin-right: 87px;
}
.submenu-list .submenu-price {
  max-width: 250px;
  margin-right: 77px;
}
.submenu-list .submenu-price .submenu-inner {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.submenu-list .submenu-price .submenu-inner > li {
  max-width: 110px;
  width: 100%;
}
.is-tablet .submenu-list .submenu-price .submenu-inner > li {
  max-width: 120px;
}
.submenu-list .submenu-price .submenu-title::before {
  right: 165px;
}
.submenu-list .submenu-options {
  max-width: 139px;
}

.footer-top .guide-list {
  color: #141414;
}
.footer-top .guide-button {
  color: #313131;
}
.footer-top .button-tertiary {
  color: #313131;
  position: relative;
}

.social-icon img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .footer-top {
    padding: 90px 0 68px;
  }
  .footer-top .wrapper {
    width: 960px;
  }
  .footer-top .button-tertiary {
    min-width: 282px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 0.16rem;
    line-height: 1.75;
    border-radius: 30px;
    border-color: #000;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .is-firefox .footer-top .button-tertiary {
    padding-top: 14px;
    padding-bottom: 11px;
  }
  .top-guide {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0.23rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .guide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide-list > li {
    position: relative;
    width: 25%;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6428571429;
    border-right: 1px solid #b9b9b9;
  }
  .guide-list > li:nth-child(4n) {
    border-right: none;
  }
  .guide-image {
    width: 54px;
    height: 50px;
    margin: -8px auto 7px;
  }
  .guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .list-inner {
    padding-left: 0;
    margin-bottom: 0;
  }
  .list-inner > li {
    position: relative;
    margin-right: -7px;
    list-style-type: none;
  }
  .list-inner > li::before {
    content: "・";
    position: relative;
    display: inline-block;
  }
  .list-inner .inner-sub-text {
    padding-left: 13px;
  }
  .list-inner + .guide-button {
    margin-top: 15px;
  }
  .margin-primary {
    margin-left: 42px;
  }
  .margin-secondary {
    margin-left: 16px;
  }
  .guide-note {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 1.6428571429;
    font-weight: 500;
  }
  .guide-subtitle {
    margin-bottom: 12px;
    text-align: center;
    font-size: 0.14rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3571428571;
  }
  .guide-text {
    margin-bottom: 0;
  }
  .footer-social {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 100%;
    bottom: -68px;
  }
  .social-icon {
    position: relative;
    top: -1px;
    width: 27px;
    height: 25px;
  }
  .is-firefox .social-icon {
    top: 0;
  }
  .guide-list {
    padding-left: 0;
    margin-bottom: 35px;
  }
  .guide-list > li {
    list-style-type: none;
    margin-bottom: 20px;
  }
  .guide-button {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    font-size: 0.12rem;
    font-weight: 500;
    letter-spacing: -0.015em;
    color: #000;
  }
  .guide-button::before {
    content: "";
    position: absolute;
    background: url(../img/common/guide_icn_button.png) no-repeat center/100% auto;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.73rem 0 0.75rem;
  }
  .footer-top .wrapper {
    padding: 0;
  }
  .footer-top .button-tertiary {
    min-width: 3.08rem;
    padding-top: 0.18rem;
    padding-bottom: 0.13rem;
    font-size: 0.18rem;
    border-radius: 0.3rem;
    border-color: #3b3b3b;
    font-weight: bold;
    color: #141414;
  }
  .is-android .footer-top .button-tertiary {
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }
}
.footer-bottom {
  background-color: #efefef;
}
.footer-bottom .bottom-title {
  font-weight: bold;
  color: #141414;
  text-align: center;
}
.footer-bottom .footer-inner {
  color: #141414;
  position: relative;
}
.footer-bottom .footer-block {
  letter-spacing: 0.1em;
  font-weight: 500;
}
.footer-bottom .contact-address {
  position: relative;
  text-decoration: none;
  color: #141414;
}
.footer-bottom .contact-address::before {
  content: "";
  position: absolute;
  background: url(../img/common/contact_icn_mail.svg) no-repeat center/100% auto;
  top: 50%;
}
.footer-bottom .contact-text {
  margin-bottom: 0;
}
.footer-bottom .block-phone {
  position: relative;
}
.footer-bottom .block-phone::before {
  content: "";
  position: absolute;
  background: url(https://yamauchi.itembox.design/item/img/common/footer_icn_phone.svg) no-repeat center/100% auto;
  top: 50%;
}
.footer-bottom .block-mail {
  position: relative;
}
.footer-bottom .block-mail::before {
  content: "";
  position: absolute;
  background: url(https://yamauchi.itembox.design/item/img/common/footer_icn_mail.svg) no-repeat center/contain;
  top: 50%;
}
.footer-bottom .mail-title {
  margin-bottom: 0;
  font-weight: bold;
}
.footer-bottom .phone-title {
  font-weight: bold;
  letter-spacing: -0.005em;
}

@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 80px 0 107px;
  }
  .footer-bottom .bottom-wrapper {
    max-width: 952px;
    margin: 0 auto;
  }
  .is-tablet .footer-bottom .bottom-wrapper {
    max-width: 1020px;
  }
  .footer-bottom .phone-common {
    margin-bottom: -5px;
    font-size: 0.27rem;
  }
  .footer-bottom .time-common {
    margin-bottom: 0;
    font-size: 0.12rem;
    letter-spacing: 0.05em;
  }
  .footer-bottom .mail-common {
    margin-bottom: 0;
    font-size: 0.2rem;
    line-height: 1.75;
    letter-spacing: -0.005em;
  }
  .footer-bottom .bottom-title {
    margin-bottom: 68px;
    font-size: 0.3rem;
    letter-spacing: 0.05em;
  }
  .footer-bottom .footer-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 33px;
  }
  .footer-bottom .footer-block {
    line-height: 1.9;
  }
  .footer-bottom .footer-block.block-info {
    margin-right: 82px;
  }
  .footer-bottom .contact-inner {
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom .contact-inner span {
    margin-top: -2px;
    font-weight: bold;
  }
  .footer-bottom .contact-inner.inner-fax .contact-text {
    margin-right: 13px;
  }
  .footer-bottom .contact-inner.inner-fax span {
    margin-top: 0;
  }
  .footer-bottom .contact-address {
    font-weight: bold;
  }
  .footer-bottom .contact-address::before {
    width: 20px;
    height: 14px;
    margin-top: -7px;
    left: -24px;
  }
  .footer-bottom .contact-text {
    width: 78px;
    margin-right: 36px;
  }
  .footer-bottom .block-phone {
    margin-right: 108px;
  }
  .footer-bottom .block-phone::before {
    width: 44px;
    height: 41px;
    margin-top: -20px;
    left: -65px;
  }
  .footer-bottom .phone-time {
    margin-left: 4px;
  }
  .footer-bottom .block-mail::before {
    width: 39px;
    height: 28px;
    margin-top: -12px;
    left: -66px;
  }
  .footer-bottom .mail-title {
    font-size: 0.16rem;
    line-height: 1.75;
  }
  .footer-bottom .phone-title {
    margin-bottom: -3px;
    line-height: 1.7857142857;
  }
  .footer-bottom .mail-text {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding-top: 0.34rem;
  }
  .footer-bottom .bottom-title {
    margin-bottom: 0.09rem;
    font-size: 0.23rem;
  }
  .footer-bottom .phone-common {
    font-size: 0.3rem;
  }
  .is-iphone .footer-bottom .phone-common {
    font-size: 0.28rem;
  }
  .footer-bottom .time-common {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
  }
  .footer-bottom .mail-common {
    margin-bottom: 0.05rem;
    font-size: 0.23rem;
    letter-spacing: -0.05em;
  }
  .is-iphone .footer-bottom .mail-common {
    font-size: 0.21rem;
  }
  .footer-bottom .footer-block.block-info {
    padding: 0 0.2rem 0.3rem 0.36rem;
    font-size: 0.15rem;
    line-height: 1.7333333333;
    letter-spacing: 0.05em;
  }
  .is-iphone .footer-bottom .footer-block.block-info {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .footer-bottom .footer-block.block-phone, .footer-bottom .footer-block.block-mail {
    background-color: #fff;
  }
  .footer-bottom .footer-block.block-phone {
    padding: 0.28rem 0.05rem 0.05rem 1.05rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .footer-bottom .footer-block.block-phone::before {
    width: 0.48rem;
    height: 0.43rem;
    left: 0.3rem;
    margin-top: -0.22rem;
  }
  .is-iphone .footer-bottom .footer-block.block-phone {
    padding-right: 0.1rem;
  }
  .footer-bottom .footer-block.block-mail {
    padding: 0.29rem 0.2rem 0.28rem 1.06rem;
  }
  .footer-bottom .footer-block.block-mail::before {
    width: 0.39rem;
    height: 0.29rem;
    left: 0.35rem;
    margin-top: -0.15rem;
  }
  .footer-bottom .footer-block address {
    margin-bottom: -0.05rem;
  }
  .footer-bottom .footer-time {
    margin-bottom: 0;
  }
  .footer-bottom .footer-contact {
    margin-bottom: 0.3rem;
    letter-spacing: 0;
  }
  .is-iphone .footer-bottom .footer-contact {
    margin-right: -0.02rem;
  }
  .footer-bottom .contact-inner {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.02rem;
  }
  .footer-bottom .fax-number {
    margin-left: 0.84rem;
  }
  .footer-bottom .contact-text {
    width: 0.75rem;
  }
  .is-iphone .footer-bottom .contact-text {
    width: 0.76rem;
    letter-spacing: -0.02em;
  }
  .footer-bottom .fax-number {
    margin-left: 0.37rem;
  }
  .footer-bottom .contact-address {
    margin-left: 0.37rem;
    font-size: 0.15rem;
  }
  .is-iphone .footer-bottom .contact-address {
    letter-spacing: -0.01em;
  }
  .footer-bottom .contact-address::before {
    width: 0.2rem;
    height: 0.14rem;
    margin-top: -0.07rem;
    margin-left: -0.27rem;
  }
  .footer-bottom .footer-social {
    margin: 0 -0.1rem;
  }
  .footer-bottom .footer-social > li {
    margin: 0 0.16rem 0.1rem;
  }
  .footer-bottom .social-icon {
    width: 0.27rem;
    height: 0.25rem;
  }
  .footer-bottom .phone-title {
    margin-bottom: 0;
    font-size: 0.17rem;
  }
  .footer-bottom .phone-time {
    margin-left: 0.05rem;
  }
  .footer-bottom .mail-title {
    margin-bottom: 0.02rem;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
  .footer-bottom .mail-text {
    margin-bottom: 0;
    font-size: 0.16rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-social > li {
  list-style-type: none;
}
.footer-social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.footer-social .social-name {
  margin-bottom: 0;
  color: #141414;
}

@media print, (min-width: 768px) {
  .footer-social > li {
    margin: 0 22px;
  }
  .footer-social a {
    line-height: 1.6428571429;
  }
  .footer-social .social-name {
    padding-left: 7px;
  }
}
.footer-copyright {
  position: relative;
  color: #fff;
  background-color: #3b3b3b;
}
.footer-copyright .footer-navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-copyright .footer-navigation-list > li {
  list-style-type: none;
  line-height: 1;
}
.footer-copyright .footer-navigation-list a {
  color: #fff;
  letter-spacing: 0.1em;
}
.footer-copyright .copyright {
  text-align: center;
  letter-spacing: 0.1em;
  color: transparent;
  text-shadow: 0 0 #fff;
}

@media print, (min-width: 768px) {
  .footer-copyright {
    min-height: 93px;
    padding: 26px 50px;
  }
  .footer-copyright .wrapper {
    width: 421px;
  }
  .footer-copyright .footer-navigation {
    margin-bottom: 8px;
  }
  .footer-copyright .footer-navigation-list > li {
    margin-bottom: 5px;
    line-height: 1;
  }
  .footer-copyright .footer-navigation-list > li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .footer-copyright .footer-navigation-list a {
    margin: 0 18px;
  }
  .footer-copyright .copyright span {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-copyright {
    padding: 0.19rem 0 0.23rem;
  }
  .footer-copyright .footer-navigation-list {
    margin-bottom: 0.1rem;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .footer-copyright .footer-navigation-list > li {
    position: relative;
    padding: 0 0.14rem;
  }
  .footer-copyright .footer-navigation-list > li:not(:last-child)::before {
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 1px;
    height: 0.12rem;
    right: 0;
    top: 50%;
    background-color: #fff;
  }
  .is-android .footer-copyright .footer-navigation-list > li:not(:last-child)::before {
    -ms-transform: translateY(-35%);
        transform: translateY(-35%);
  }
  .footer-copyright .footer-navigation-list a {
    font-size: 0.11rem;
    font-weight: 500;
  }
  .footer-copyright .copyright {
    font-size: 0.08rem;
    font-weight: 500;
  }
  .footer-copyright .copyright span {
    margin-left: 0.03rem;
  }
}
.button-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  display: none;
  pointer-events: none;
}
.button-to-top span {
  display: block;
  background: url(../img/common/to_btn_top.png) no-repeat right center/100% auto;
  pointer-events: auto;
}
.button-to-top.is-sticky {
  position: absolute;
  bottom: auto;
}
.button-to-top .list-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.button-to-top .list-content > li {
  list-style-type: none;
}

@media print, (min-width: 768px) {
  .button-to-top {
    width: 100%;
    max-width: 1346px;
    padding-right: 23px;
    bottom: 18px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
  .button-to-top span {
    width: 47px;
    height: 47px;
    margin-left: auto;
  }
  .button-to-top.is-sticky {
    width: auto;
    min-width: auto;
    top: -71px;
    padding-right: 0;
    right: 50%;
    margin-right: -650px;
    left: auto;
    -ms-transform: none;
        transform: none;
  }
}
@media print, (min-width: 768px) and (max-width: 1345px) {
  .button-to-top {
    min-width: 1346px;
    max-width: unset;
    padding-right: 73px;
    left: auto;
    -ms-transform: none;
        transform: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-to-top {
    right: 0.16rem;
    bottom: 1.25rem;
  }
  .button-to-top span {
    width: 0.47rem;
    height: 0.47rem;
  }
  .button-to-top.is-sticky {
    top: -0.55rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .navigation-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .footer-fixed-navigation {
    position: fixed;
    width: 100%;
    padding: 0.15rem 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
  }
  .footer-fixed-navigation::before {
    content: "";
    bottom: 0;
    height: 0.77rem;
    background-color: #fff;
    z-index: 0;
    position: absolute;
    width: 100%;
    box-shadow: 0 -0.03rem 0.06rem rgba(0, 0, 0, 0.06);
  }
  .footer-fixed-navigation .footer-navigation {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
  }
  .footer-fixed-navigation .footer-navigation .footer-navigation-link {
    position: relative;
  }
  .footer-fixed-navigation .footer-navigation > li {
    width: 25%;
    list-style-type: none;
  }
  .footer-fixed-navigation .footer-navigation > a {
    text-align: center;
    color: #000;
  }
  .footer-fixed-navigation .footer-navigation-icon {
    width: 0.34rem;
    height: 0.25rem;
    margin: 0 auto 0.02rem;
  }
  .footer-fixed-navigation .footer-navigation-icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-fixed-navigation .navigation-text {
    margin-bottom: 0;
    text-align: center;
    font-size: 0.13rem;
    font-weight: bold;
    color: #000;
  }
  .footer-fixed-navigation .navigation-item.is-show .element-fixed {
    -ms-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
  }
  .footer-fixed-navigation .navigation-item.item-search .element-inner {
    padding-top: 0.35rem;
    padding-bottom: 0.32rem;
  }
  .footer-fixed-navigation .navigation-item.item-search .form-search {
    width: 3.03rem;
    margin: 0 auto 0.26rem;
  }
  .element-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    -ms-transform: translateY(200%);
        transform: translateY(200%);
    transition: transform 0.5s ease-out;
    overflow: hidden;
    z-index: -1;
  }
  .element-fixed .aside-block {
    display: none;
  }
  .element-fixed .aside-block.block-product {
    display: block;
  }
  .element-fixed .aside-title {
    display: none;
  }
  .element-fixed .element-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 0.18rem 0.15rem;
    border-bottom: 0.1px solid #dcdcdc;
  }
  .element-fixed .element-top .form-search {
    margin-top: 0.05rem;
    height: 0.38rem;
  }
  .element-fixed .button-close {
    position: relative;
    font-size: 0.12rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
  }
  .element-fixed .button-close::before {
    content: "";
    position: absolute;
    background: url(../img/common/sp/close_icn.png) no-repeat center/100% auto;
    width: 0.17rem;
    height: 0.17rem;
    left: 50%;
    margin-left: -0.08rem;
    top: 0.05rem;
  }
  .element-fixed .button-close span {
    display: block;
    padding-top: 0.3rem;
  }
  .element-fixed .accordion-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .element-fixed .accordion-flex > li {
    width: 50%;
    border-right: 1px solid #dadada;
  }
  .element-fixed .accordion-flex > li:nth-last-child(2) {
    border-bottom: none;
  }
  .element-fixed .accordion-flex > li:nth-child(2n) {
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .element-fixed .accordion-flex > li:last-child {
    border-bottom: none;
  }
  .element-fixed .accordion-heading {
    border-bottom: 1px solid #e5e5e5;
  }
  .element-fixed .accordion-title {
    min-height: 0.6rem;
    padding-left: 0.24rem;
    letter-spacing: 0.05em;
    color: #141414;
  }
  .element-fixed .accordion-plus {
    right: 0.13rem;
  }
  .element-fixed .accordion-plus::before, .element-fixed .accordion-plus::after {
    background-color: #000;
  }
  .element-fixed .accordion-content a {
    min-height: 0.6rem;
    font-size: 0.16rem;
    padding-left: 0.26rem;
    padding-top: 0.14rem;
    padding-right: 0.28rem;
    letter-spacing: -0.02em;
  }
  .element-fixed .accordion-content a::after {
    width: 0.045rem;
    height: 0.15rem;
    right: 0.17rem;
    margin-top: -0.05rem;
  }
  .element-inner {
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .element-inner.element-menu {
    height: calc(100vh - 0.75rem);
    padding-top: 0.15rem;
  }
  .element-inner .element-button {
    margin: 0.18rem auto 0;
  }
  .element-inner.element-product {
    padding: 0.28rem 0.15rem 0.15rem;
  }
  .element-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 3.03rem;
    min-height: 0.6rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #b99c40;
    border-radius: 0.05rem;
    width:100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-top {
    padding-bottom: 0.57rem;
  }
  .footer-top .top-guide {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 0.62rem;
    padding: 0.14rem 0.65rem 0.1rem;
    margin-bottom: 0;
    font-size: 0.21rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    background-color: #3b3b3b;
    color: #fff;
  }
  .footer-top .top-guide::before {
    content: "";
    position: absolute;
    background: url(../img/common/sp/guide_icn_title.svg) no-repeat center/100% auto;
    width: 0.27rem;
    height: 0.27rem;
    top: 50%;
    margin-top: -0.12rem;
    left: 0.26rem;
  }
  footer .accordion-plus {
    position: absolute;
    width: 0.2rem;
    height: 0.26rem;
    right: 0.32rem;
    top: 50%;
    margin-top: -0.13rem;
  }
  footer .accordion-plus::before, footer .accordion-plus::after {
    content: "";
    position: absolute;
    background-color: #141414;
    left: 50%;
    top: 50%;
    right: 0.39rem;
  }
  footer .accordion-plus::before {
    width: 1px;
    height: 0.1rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    transition: height 0.3s;
  }
  footer .accordion-plus::after {
    height: 1px;
    width: 0.1rem;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  footer .accordion-list {
    padding: 0;
    list-style: none;
  }
  footer .accordion-item {
    background-color: #efefef;
  }
  footer .accordion-item.is-active .accordion-plus::before {
    height: 0;
  }
  footer .accordion-item:last-child {
    margin-bottom: 0.28rem;
  }
  footer .accordion-heading {
    position: relative;
    border-bottom: 0.3px solid #cbcbcb;
  }
  footer .accordion-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 0.76rem;
    padding: 0.13rem 0.5rem 0.1rem 0.27rem;
    margin-bottom: 0;
    font-size: 0.19rem;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  footer .accordion-content {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
  }
  footer .accordion-content li {
    border-bottom: 1px solid #dadada;
  }
  footer .accordion-content a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 0.77rem;
    padding: 0.1rem 0.46rem;
    color: #3b3b3b;
    letter-spacing: 0.05em;
    font-size: 0.18rem;
    font-weight: 500;
  }
  footer .accordion-content a::after {
    content: "";
    position: absolute;
    background: url(../img/common/sp/accordion_icn_arrow.svg) no-repeat center/100% auto;
    width: 0.05rem;
    height: 0.16rem;
    top: 50%;
    margin-top: -0.07rem;
    right: 0.39rem;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
}
.breadcrumb-list > li {
  font-size: 0.14rem;
  color: #484848;
  position: relative;
}
.breadcrumb-list > li:not(:last-child) {
  font-weight: 500;
}
.breadcrumb-list > li:last-child {
  font-weight: 700;
}
.breadcrumb-list > li a {
  color: #484848;
}

.breadcrumb-list-single {
  list-style-type: none;
  margin-bottom: 0;
}
.breadcrumb-list-single > li {
  font-size: 0.14rem;
  color: #484848;
  position: relative;
  font-weight: 700;
}
.breadcrumb-list-single > li a{
  color: #484848;
  font-weight: 500;
  text-decoration:none;
}
.breadcrumb-list-single > li span{
  color: #484848;
  font-weight: 500;
}


@media print, (min-width: 768px) {
  .breadcrumb {
    max-width: 1031px;
    margin: 0 auto;
  }
  .breadcrumb-list {
    padding: 13px 30px 42px 0;
  }
  .breadcrumb-list > li:not(:last-child) {
    margin-right: 11px;
    padding-right: 14px;
  }
  .breadcrumb-list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    background: url(../img/common/icon_arrow_01.png) center/contain no-repeat;
    top: 50%;
    margin-top: -6px;
    right: 0;
    width: 11px;
    height: 11px;
  }
  .breadcrumb-list-single {
    padding: 13px 30px 42px 0;
  }
  .breadcrumb-list-single > li {
    margin-bottom: 5px;
  }
  .breadcrumb-list-single > li img {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .breadcrumb .breadcrumb-list {
    padding: 0.1rem 0.17rem 0.15rem 0;
  }
  .breadcrumb .breadcrumb-list > li {
    margin-bottom: 0.05rem;
  }
  .breadcrumb .breadcrumb-list > li:not(:last-child) {
    margin-right: 0.04rem;
  }
  .breadcrumb .breadcrumb-list > li:not(:last-child)::after {
    content: ">";
    position: relative;
    margin-left: 0.04rem;
  }
  .is-android .breadcrumb .breadcrumb-list > li:not(:last-child)::after {
    bottom: 0;
  }
  .breadcrumb .breadcrumb-list-single {
    padding: 0.1rem 0.17rem 0.15rem 0;
  }
  .breadcrumb .breadcrumb-list-single > li {
    margin-bottom: 0.05rem;
  }
  .breadcrumb .breadcrumb-list-single > li span {
    display:inline-block;
    margin-right: 0.04rem;
    margin-left: 0.04rem;
  }
  .is-android .breadcrumb .breadcrumb-list-single > li a:not(:last-child)::after {
    bottom: 0;
  }
}
@media print, (min-width: 768px) {
  .section-common {
    padding: 43px 0 97px;
  }
  .section-common .wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section-common .inner-content {
    /*max-width: 936px;
    margin-top: -9px;*/
    width: 100%;
    max-width: 800px;
    margin: -9px auto auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common {
    padding: 0.07rem 0 0.47rem;
  }
}
.aside-title {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #313131;
}

.aside-list {
  padding-left: 0;
  margin-bottom: 0;
}
.aside-list > li {
  list-style-type: none;
  overflow: hidden;
}
.aside-list a {
  color: #000;
  transition: background 0.3s;
  text-decoration: none;
}
.aside-list a:hover {
  background-color: #f4f4f4;
}

.aside-subtitle {
  margin-bottom: 0;
  color: #313131;
}

.aside-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .aside-common {
    width: 100%;
    max-width: 278px;
    min-height: 2098px;
  }
  .aside-common .block-price a {
    padding-top: 17px;
    padding-bottom: 14px;
    padding-left: 18px;
  }
  .aside-block:not(:last-child) {
    margin-bottom: 50px;
  }
  .aside-title {
    padding-bottom: 9px;
    border-bottom: 1px solid #b9b9b9;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .aside-list > li {
    border-bottom: 1px solid #b9b9b9;
  }
  .aside-list a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 47px;
    padding: 10px 0 5px 23px;
  }
  .aside-subtitle {
    font-size: 0.17rem;
    line-height: 1.7647058824;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .aside-icon {
    width: 45px;
    height: 47px;
    margin-right: 27px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .aside-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 0 -0.05rem;
  }
  .aside-list > li {
    width: calc(33.33% - 0.1rem);
    margin: 0 0.05rem 0.1rem;
    border: 1px solid #ededed;
    border-radius: 0.1rem;
    text-align: center;
  }
  .aside-list a {
    display: block;
    padding: 0.08rem 0.08rem 0.05rem;
  }
  .aside-icon {
    width: 0.58rem;
    height: 0.54rem;
    margin: 0 auto 0.03rem;
  }
  .aside-subtitle {
    font-size: 0.16rem;
    font-weight: bold;
  }
}
.title-primary {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #313131;
}
.title-primary span {
  position: relative;
}
.title-primary span:before, .title-primary span:after {
  position: absolute;
  content: "";
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-style: solid;
}
.title-primary span:before {
  border-color: #b99c40 transparent transparent;
}
.title-primary span:after {
  border-color: #fff transparent transparent;
}

.title-secondary {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .title-primary {
    padding-bottom: 13px;
    font-size: 0.23rem;
    border-bottom: solid 1px #b99c40;
  }
  .title-primary span:before, .title-primary span:after {
    bottom: -34px;
  }
  .is-mac .title-primary span:before, .is-mac .title-primary span:after {
    bottom: -37px !important;
  }
  .title-primary span:before {
    border-width: 9px;
  }
  .title-primary span:after {
    border-width: 10px;
  }
  .title-secondary {
    margin-bottom: 24px;
    padding-left: 8px;
    font-size: 0.23rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.31rem;
    padding-bottom: 0.13rem;
    font-size: 0.21rem;
    border-bottom: solid 0.01rem #b99c40;
  }
  .title-primary span:before, .title-primary span:after {
    bottom: -0.335rem;
  }
  .is-android .title-primary span:before, .is-android .title-primary span:after {
    bottom: -0.323rem;
  }
  .is-iphone .title-primary span:before, .is-iphone .title-primary span:after {
    bottom: -0.355rem;
  }
  .title-primary span:before {
    border-width: 0.09rem;
  }
  .title-primary span:after {
    border-width: 0.1rem;
  }
  .title-secondary {
    margin-bottom: 0.22rem;
    font-size: 0.22rem;
  }
}
@media only screen and (max-width: 374px) {
  .is-iphone .title-primary span:before {
    bottom: -0.35rem;
  }
  .is-iphone .title-primary span:after {
    bottom: -0.355rem;
  }
}
.list-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  counter-reset: counter-list;
}
.list-common.counter-list > li::before {
  position: absolute;
  counter-increment: counter-list;
  content: counter(counter-list);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
  z-index: 1;
}
.list-common.flex-list > li {
  width: 100%;
  border-bottom: 1px solid #dbdada;
}
.list-common.flex-list .item-image {
  margin-bottom: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-common.flex-list .item-time {
  display: block;
  color: #141414;
}
.list-common > li {
  position: relative;
  list-style-type: none;
}
.list-common a {
  color: #000;
}
.list-common .item-product {
  display: block;
}
.list-common .item-title {
  color: #3b3b3b;
  font-weight: 500;
/*
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
*/
}
.list-common .item-price {
  margin-bottom: 0;
  font-weight: bold;
  color: #3b3b3b;
}
.list-common .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-common .item-wrapper {
  position: relative;
}
.list-common .item-love {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.list-common .item-love::before {
  content: "";
  position: absolute;
  background: url(../img/common/love_icn.svg) no-repeat center/100% auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.list-common .item-love.is-active::before {
  background-image: url(../img/common/love_icn_hover.svg);
}
.list-common .item-view-more {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #1a5590;
  font-weight: 500;
  letter-spacing: 0.016em;
}
.list-common .item-view-more span {
  text-decoration: underline;
}
.list-common .item-view-more:hover span {
  text-decoration: none;
}
.list-common .item-description {
  margin-bottom: 0;
  font-weight: 500;
  color: #4d4d4d;
}

@media print, (min-width: 768px) {
  .list-common {
    margin: 0 -10px;
  }
  .list-common.counter-list > li::before {
    width: 38px;
    height: 38px;
    padding: 8px 4px 6px 5px;
    top: 10px;
    left: 8px;
    font-size: 0.19rem;
  }
  .list-common.flex-list {
    margin: 0;
  }
  .list-common.flex-list > li {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .list-common.flex-list > li:last-child {
    margin-bottom: 0;
  }
  .list-common.flex-list > li:not(:last-child) {
    border-style: dashed;
  }
  .list-common.flex-list a {
    display: -ms-flexbox;
    display: flex;
  }
  .list-common.flex-list .item-time {
    font-weight: bold;
  }
  .list-common.flex-list .item-content {
    padding-left: 43px;
    margin-top: -12px;
  }
  .list-common.flex-list .item-image {
    width: 109px;
    height: 109px;
  }
  .list-common.flex-list .item-time {
    margin-bottom: 29px;
    font-size: 0.16rem;
    line-height: 1.625;
  }
  .list-common.flex-list .item-title {
    font-size: 0.2rem;
  }
  .list-common > li {
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .list-common .item-title,
.list-common .item-price {
    font-size: 0.18rem;
  }
  .list-common .item-price {
    padding-right: 40px;
  }
  .list-common .item-title {
    margin-bottom: 16px;
    line-height: 1.3333333333;
  }
  .list-common .item-image {
    width: 220px;
    height: 220px;
    margin-bottom: 12px;
  }
  .list-common .category-list {
    margin-bottom: 18px;
  }
  .list-common .item-love {
    width: 18px;
    height: 16px;
  }
  .list-common .item-view-more {
    margin-left: 2px;
    font-size: 0.17rem;
    line-height: 1.7470588235;
  }
  .list-common .item-view-more span {
    margin-left: 4px;
    text-underline-offset: 2px;
  }
  .list-common .item-description {
    font-size: 0.17rem;
    line-height: 1.8823529412;
    letter-spacing: 0.2em;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common {
    margin: 0 -0.09rem;
  }
  .list-common .category-list {
    margin-bottom: 0.05rem;
  }
  .list-common > li {
    width: calc(50% - 0.16rem);
    margin: 0 0.08rem 0.25rem;
  }
  .list-common.counter-list > li::before {
    width: 0.29rem;
    height: 0.29rem;
    padding: 0.05rem 0.02rem 0.04rem 0.04rem;
    font-size: 0.17rem;
    left: 0.07rem;
    top: 0.06rem;
  }
  .is-iphone .list-common.counter-list > li::before {
    padding-top: 0.04rem;
  }
  .list-common.flex-list > li {
    border-style: dashed;
    padding-bottom: 0.14rem;
  }
  .list-common.flex-list > li:not(:last-child) {
    margin-bottom: 0.2rem;
  }
  .list-common .item-time {
    margin-bottom: 0.02rem;
  }
  .list-common .item-image {
    height: 1.65rem;
    margin-bottom: 0.12rem;
  }
  .list-common .item-title {
    margin-bottom: 0.06rem;
    font-size: 0.17rem;
    line-height: 1.4117647059;
  }
  .list-common .item-price {
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .list-common .item-time {
    font-size: 0.17rem;
    font-weight: 500;
  }
  .list-common .tags-list {
    margin-bottom: 0.1rem;
  }
  .list-common .item-love {
    width: 0.18rem;
    height: 0.16rem;
    margin-top: 0.04rem;
  }
  .list-common .item-view-more {
    margin-left: 0.15rem;
    font-size: 0.17rem;
  }
  .list-common .item-view-more span {
    margin-left: 0.04rem;
    text-underline-offset: 0.03rem;
  }
  .list-common .item-description {
    padding-left: 36vw;
    margin-right: -0.11rem;
    font-size: 0.16rem;
    line-height: 1.5625;
    letter-spacing: 0.1em;
  }
  .is-iphone .list-common .item-description {
    letter-spacing: 0;
  }
}
.form-search {
  position: relative;
  z-index: 0;
}
.form-search.is-hide::before, .form-search.is-hide::after {
  opacity: 0;
  visibility: hidden;
}
.form-search.search-reverse .input-search {
  border-color: #242424;
}
.form-search.search-reverse::before, .form-search.search-reverse::after {
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
  top: 50%;
  z-index: -1;
}
.form-search.search-reverse::before {
  content: "";
  background: url(../img/common/search_icn.svg) no-repeat center/100% auto;
}
.form-search.search-reverse::after {
  content: "商品を検索";
  font-weight: 500;
  letter-spacing: 0.15em;
}
.form-search .input-search {
  border: 1px solid #707070;
}
.form-search .button-search {
  position: absolute;
  background: url(../img/common/search_icn.svg) no-repeat center/100% auto;
  top: 50%;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .form-search {
    margin-left: 107px;
  }
  .form-search .input-search {
    width: 300px;
    height: 39px;
    padding: 10px 50px 9px 20px;
    border-radius: 5px;
    font-size: 0.16rem;
  }
  .form-search .button-search {
    width: 23px;
    height: 23px;
    margin-top: -11px;
    right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-search .input-search {
    width: 3.03rem;
    height: 0.6rem;
    margin: 0 auto;
    padding: 0.1rem 0.5rem 0.1rem 0.14rem;
    font-size: 0.2rem;
    font-weight: 500;
    border-radius: 0.05rem;
  }
  .form-search.search-reverse .input-search {
    width: 2.66rem;
    height: 0.38rem;
    padding-right: 0.2rem;
    font-size: 0.13rem;
    border-radius: 0.1rem;
  }
  .form-search.search-reverse::before {
    width: 0.23rem;
    height: 0.23rem;
    left: 0.28rem;
    margin-top: -0.12rem;
  }
  .form-search.search-reverse::after {
    left: 0.62rem;
    margin-top: -0.09rem;
    font-size: 0.13rem;
  }
  .is-android .form-search.search-reverse::after {
    margin-top: -0.1rem;
  }
  .form-search .button-search {
    width: 0.23rem;
    height: 0.23rem;
    right: 0.22rem;
    /*margin-top: -0.12rem;*/
    top:13%;
  }
}
.category-search .tabs-content .tab-content {
  display: none;
}
.category-search .tabs-content .current {
  display: block;
}
.category-search .tab-container {
  display: none;
}
.category-search .tab-container.current {
  display: block;
}
.category-search .form-search .input-search {
  width: 100%;
  font-weight: 500;
}

.category-tabs,
.tags-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
}
.category-tabs a,
.tags-list a {
  display: block;
  color: #242424;
}

.tags-list a {
  font-weight: 500;
  background-color: #eadce5;
}

.category-tabs {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-tabs li {
  width: 33.33%;
}
.category-tabs .tab-link {
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

@media print, (min-width: 768px) {
  .category-search {
    margin-bottom: 20px;
  }
  .category-search .form-search {
    margin-left: 0;
    margin-bottom: 40px;
    width: 350px;
  }
  .category-search .form-search .input-search {
    height: 42px;
    padding-top: 12px;
    border-radius: 21px;
    padding-left: 77px;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
  .is-mac .category-search .form-search .input-search {
    padding-top: 10px;
  }
  .category-search .form-search .button-search {
    right: auto;
    left: 33px;
  }
  .tags-list {
    margin: 0 -13px 0 -5px;
  }
  .tags-list a {
    border-radius: 5px;
    padding: 4px 14px 2px;
  }
  .tags-list li {
    margin: 0 5px 10px;
  }
  .tags-list + .category-title {
    margin-top: 58px;
  }
  .category-tabs {
    margin-bottom: 26px;
  }
  .category-tabs .tab-link {
    padding: 10px 15px 15px;
    font-size: 0.17rem;
    border-bottom: 3px solid transparent;
  }
  .category-tabs .tab-link:hover {
    border-color: #96225d;
  }
  .category-tabs li.current .tab-link {
    border-color: #96225d;
  }
}
@media only screen and (max-width: 767.98px) {
  .category-search {
    margin: 0 -0.04rem;
  }
  .category-search .form-search {
    margin-bottom: 0.32rem;
  }
  .category-search .form-search .input-search {
    border-radius: 0.21rem;
    padding-left: 0.76rem;
    height: 0.42rem;
    font-size: 0.17rem;
    letter-spacing: 0.1em;
  }
  .category-search .form-search .button-search {
    right: auto;
    left: 0.33rem;
    /*margin-top: -0.11rem;*/
    margin-top: 0.03rem;
  }
  .is-android .category-search .form-search .button-search {
    /*margin-top: -0.1rem;*/
    margin-top: 0.29rem;
  }
  .tags-list {
    margin-bottom: 0.3rem;
  }
  .tags-list a {
    text-align: center;
    border-radius: 0.05rem;
    padding: 0.03rem 0.14rem 0.02rem;
    font-size: 0.15rem;
    min-width: 0.56rem;
  }
  .is-android .tags-list a {
    padding-bottom: 0.03rem;
    padding-top: 0.01rem;
  }
  .is-iphone .tags-list a {
    padding-bottom: 0.03rem;
  }
  .tags-list li {
    margin: 0 0.05rem 0.09rem;
  }
  .tags-list + .category-title {
    margin-top: 0.38rem;
  }
  .category-tabs {
    margin: 0 -0.16rem 0.26rem;
  }
  .category-tabs .tab-link {
    padding: 0.1rem 0.15rem;
    font-size: 0.17rem;
    border-bottom: 0.02rem solid transparent;
  }
  .category-tabs .tab-link:hover {
    border-color: #96225d;
  }
  .category-tabs li.current .tab-link {
    border-color: #96225d;
  }
}
.section-common-material {
  background-color: #efefef;
}

.title-material {
  text-align: center;
  font-size: 0.23rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #313131;
}

.list-material {
  list-style-type: none;
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-material {
  height: 100%;
  display: block;
  background-color: #fff;
  color: #141414;
}

.image-material {
  text-align: center;
}

.material-title {
  font-size: 0.17rem;
  font-weight: 700;
  text-align: center;
}

@media print, (min-width: 768px) {
  .section-common-material {
    padding: 88px 0 82px;
  }
  .section-common-material .wrapper {
    width: 957px;
  }
  .title-material {
    margin-bottom: 63px;
  }
  .list-material {
    margin: 0 -12px;
  }
  .item-material {
    margin: 0 12px 24px;
  }
  .item-material:first-child .image-material {
    margin-left: 44px;
  }
  .link-material {
    width: 303px;
    min-height: 182px;
    padding: 25px 10px 12px;
    border-radius: 5px;
  }
  .image-material {
    margin-bottom: 20px;
  }
  .material-title {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-material {
    padding: 0.35rem 0 0.25rem;
  }
  .title-material {
    margin-bottom: 0.31rem;
  }
  .list-material {
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
  }
  .item-material {
    margin-bottom: 0.1rem;
    width: calc(50% - 0.055rem);
    min-height: 1.4rem;
  }
  .item-material:first-child .image-material {
    margin-left: 0.52rem;
  }
  .link-material {
    width: 100%;
    padding: 0.29rem 0.1rem 0.22rem;
    border-radius: 0.05rem;
  }
  .image-material {
    width: 0.62rem;
    margin: 0 auto 0.11rem;
  }
  .image-material img {
    width: 100%;
  }
  .material-title {
    margin-bottom: 0;
  }
}
.button-block {
  text-align: center;
}

.button-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background-color: #96225d;
  font-weight: 700;
}
.button-primary.is-cart span {
  position: relative;
}
.button-primary.is-cart span::before {
  content: "";
  position: absolute;
  background: url(../img/common/button_icn_cart.svg) no-repeat center/100% auto;
  top: 50%;
}

.button-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #b99c40;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}

.list-button {
  padding-left: 0;
  margin-bottom: 0;
}
.list-button > li {
  list-style-type: none;
}

.button-tertiary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #343434;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: 500;
}
.button-tertiary span {
  position: relative;
}
.button-tertiary span::before {
  content: "";
  position: absolute;
  background: no-repeat center/100% auto;
  top: 50%;
}
.button-tertiary.is-item {
  border-color: #96225d;
  color: #96225d;
  text-decoration: none;
  font-weight: bold;
}
.button-tertiary.is-like span::before {
  background-image: url(../img/common/button_icn_like.svg);
}
.button-tertiary.is-mail span::before {
  background-image: url(../img/common/button_icn_mail.svg);
}
.button-tertiary.is-edit span::before {
  background-image: url(../img/common/button_icn_edit.svg);
}
.button-tertiary.is-eat {
  border-color: #96225d;
  color: #96225d;
  font-weight: bold;
}
.button-tertiary.is-eat span::before {
  background-image: url(../img/common/button_icn_eat.svg);
}

.button-quinary {
  text-align: center;
  color: #b99c40;
  border: 1px solid #b99c40;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.2rem;
  display: inline-block;
}
.button-quinary.is-message span {
  position: relative;
}
.button-quinary.is-message span::before {
  content: "";
  position: absolute;
  background: url(../img/common/button_icn_message.svg) no-repeat center/100% auto;
  top: 50%;
}

@media print, (min-width: 768px) {
  .button-primary {
    min-width: 305px;
    border-radius: 30px;
    font-size: 0.17rem;
    padding: 18px 10px 16px;
  }
  .button-primary.is-cart {
    width: 281px;
    min-width: auto;
    padding-top: 16px;
    padding-bottom: 14px;
    border-radius: 5px;
    font-size: 0.13rem;
  }
  .button-primary.is-cart span {
    padding-left: 38px;
  }
  .button-primary.is-cart span::before {
    width: 23px;
    height: 18px;
    left: 0;
    margin-top: -9px;
  }
  .button-secondary {
    width: 404px;
    min-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 0.2rem;
    padding: 14px 15px 10px;
  }
  .is-mac .button-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .button-tertiary {
    width: 263px;
    padding: 14px 10px 12px;
    font-size: 0.13rem;
    border-radius: 5px;
  }
  .button-tertiary.is-item {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 9px;
    font-size: 0.17rem;
  }
  .is-mac .button-tertiary.is-item {
    padding-top: 10px;
  }
  .is-tablet .button-tertiary.is-item {
    padding-top: 11px;
  }
  .button-tertiary.is-eat {
    width: 308px;
    border-radius: 30px;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 0.18rem;
  }
  .button-tertiary.is-eat span {
    padding-left: 49px;
  }
  .button-tertiary.is-eat span::before {
    width: 31px;
    height: 27px;
    left: 0;
    margin-top: -16px;
  }
  .button-tertiary span {
    padding-left: 21px;
  }
  .button-tertiary span::before {
    width: 23px;
    height: 18px;
    left: -6px;
    margin-top: -9px;
  }
  .button-quinary {
    padding: 14px;
    border-radius: 5px;
  }
  .button-quinary.is-message {
    padding-top: 16px;
    font-size: 0.18rem;
  }
  .button-quinary.is-message span {
    padding-left: 37px;
  }
  .button-quinary.is-message span::before {
    width: 19px;
    height: 17px;
    left: 18px;
    margin-top: -9px;
  }
  .list-button > li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 3.07rem;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    padding: 0.16rem 0.1rem;
  }
  .button-primary.is-cart {
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    width: 2.95rem;
    margin: 0 auto;
    padding-top: 0.16rem;
    padding-bottom: 0.15rem;
    border-radius: 0.05rem;
    font-size: 0.14rem;
  }
  .button-primary.is-cart span {
    padding-left: 0.32rem;
  }
  .button-primary.is-cart span::before {
    width: 0.23rem;
    height: 0.18rem;
    left: -0.01rem;
    margin-top: -0.1rem;
  }
  .button-secondary {
    width: 100%;
    min-height: 0.6rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    padding: 0.14rem 0.15rem 0.1rem;
  }
  .is-android .button-secondary {
    padding-top: 0.1rem;
  }
  .is-iphone .button-secondary {
    padding-top: 0.12rem;
    padding-bottom: 0.13rem;
  }
  .button-secondary.is-edit span {
    position: relative;
    padding-left: 0.11rem;
  }
  .button-secondary.is-edit span::before {
    content: "";
    position: absolute;
    background: url(../img/common/button_icn_edit_white.svg) no-repeat center/100% auto;
    width: 0.17rem;
    height: 0.17rem;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.08rem;
  }
  .button-tertiary {
    width: 2.95rem;
    margin: 0 auto;
    padding: 0.15rem 0.1rem 0.14rem;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
  .button-tertiary.is-item {
    width: 100%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.17rem;
  }
  .is-iphone .button-tertiary.is-item {
    padding-top: 0.09rem;
  }
  .button-tertiary span {
    padding-left: 0.24rem;
  }
  .button-tertiary span::before {
    width: 0.25rem;
    height: 0.19rem;
    left: -0.07rem;
    margin-top: -0.1rem;
  }
  .button-tertiary.is-eat span::before {
    width: 0.31rem;
    height: 0.27rem;
    left: -0.2rem;
    margin-top: -0.16rem;
  }
  .button-quinary {
    padding: 0.15rem 0.15rem 0.13rem;
    border-radius: 0.05rem;
  }
  .is-android .button-quinary {
    padding-top: 0.13rem;
  }
  .button-quinary.is-message span {
    padding-left: 0.38rem;
  }
  .button-quinary.is-message span::before {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.03rem;
    margin-top: -0.1rem;
  }
  .list-button > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.post-content {
  overflow-wrap: break-word;
  color: #343434;
}
.post-content p {
  font-weight: 500;
}
.post-content img {
  display: block;
}
.post-content blockquote {
  background: #f8f8f8;
  margin-bottom: 1.5em;
  padding: 1.5em 2em;
  position: relative;
}
.post-content blockquote p {
  margin-bottom: 1em;
}
.post-content blockquote p:last-child {
  margin-bottom: 0;
}
.post-content blockquote:before, .post-content blockquote:after {
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.post-content blockquote:before {
  content: "“";
  top: 0.3em;
  left: 0.3em;
}
.post-content blockquote:after {
  content: "„";
  right: 0.3em;
  bottom: 0.4em;
}
.post-content ul, .post-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.post-content ol {
  list-style: decimal;
}
.post-content ul {
  list-style: disc;
}
.post-content h1 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  font-weight: bold;
}
.post-content h2 {
  color: #96225d;
  font-weight: bold;
}
.post-content h3 {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.post-content h3::before {
  content: "";
  position: absolute;
  background-color: #707070;
  bottom: 0;
  left: 0;
  height: 1px;
}
.post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}
.post-content b, .post-content strong {
  font-weight: bold;
}
.post-content i, .post-content em {
  font-style: italic;
}
.post-content a {
  color: inherit;
  text-decoration: underline;
}
.post-content a:hover {
  text-decoration: none;
}
.post-content .alignleft, .post-content .alignright, .post-content .aligncenter {
  display: block;
}
.post-content .aligncenter, .post-content .alignright {
  margin-left: auto;
}
.post-content .alignleft, .post-content .aligncenter {
  margin-right: auto;
}
.post-content .alignright {
  margin-right: 0;
}
.post-content .alignleft {
  margin-left: 0;
}
.post-content table {
  border-width: 1px;
}
.post-content tbody, .post-content thead, .post-content tr, .post-content th, .post-content td {
  border-color: inherit;
}
.post-content th, .post-content td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
}
.post-content figure, .post-content picture {
  max-width: 100%;
  margin-bottom: 1em;
}

@media print, (min-width: 768px) {
  .post-content p {
    letter-spacing: 0.1em;
    line-height: 1.8529411765;
    font-size: 0.17rem;
    margin-bottom: 30px;
  }
  .post-content h2 {
    margin-bottom: 4px;
    font-size: 0.2rem;
    letter-spacing: 0.1em;
  }
  .post-content h3 {
    padding-bottom: 5px;
    margin-bottom: 13px;
    font-size: 0.19rem;
  }
  .post-content h3::before {
    right: -14px;
  }
  .post-content h4, .post-content h5, .post-content h6 {
    font-size: 0.18rem;
  }
  .post-content img {
    margin: 0 auto 26px;
  }
  .post-image {
    text-align: center;
    margin-bottom: 56px;
  }
  .post-image img {
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 767.98px) {
  .post-content p {
    line-height: 1.6470588235;
    font-size: 0.17rem;
    margin-bottom: 0.25rem;
  }
  .post-content h2 {
    margin-bottom: 0.04rem;
    font-size: 0.23rem;
    letter-spacing: 0.05em;
  }
  .post-content h3 {
    margin-bottom: 0.065rem;
    font-size: 0.2rem;
  }
  .post-content h3::before {
    right: -0.2rem;
  }
  .post-content h4, .post-content h5, .post-content h6 {
    font-size: 0.18rem;
  }
  .post-content b, .post-content strong {
    letter-spacing: 0.11em;
  }
  .post-content img {
    margin-bottom: 0.25rem;
  }
  .post-content ul,
.post-content ol {
    font-size: 0.17rem;
  }
  .post-image {
    margin: 0 -0.16rem -0.02rem;
  }
  .post-image img {
    margin-bottom: 0.48rem;
  }
}
.section-purchase-product {
  color: #343434;
}
.section-purchase-product .product-title {
  color: #96225d;
}
.section-purchase-product .product-link,
.section-purchase-product .lkc-external-wrap {
  color: #343434;
  display: block;
  border: 1px solid #dfdfdf;
}
.section-purchase-product .product-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.section-purchase-product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-purchase-product .product-description {
  font-weight: 500;
  margin-bottom: 0;
}
.section-purchase-product .product-web {
  color: #8a8d8d;
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
}
.section-purchase-product .product-web::before {
  position: absolute;
  content: "";
  background: center/cover no-repeat;
  border-radius: 100%;
}
.section-purchase-product .social-text {
  text-align: center;
  font-weight: bold;
}
.section-purchase-product .social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-purchase-product .social-list a {
  display: inline-block;
}
.section-purchase-product .lkc-content,
.section-purchase-product .lkc-card,
.section-purchase-product .lkc-thumbnail {
  margin: 0;
}
.section-purchase-product .lkc-thumbnail-img {
  width: 100%;
  object-fit: contain;
border: none !important;
  height: auto !important;
}
.section-purchase-product .lkc-title-text {
  color: #343434;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.section-purchase-product .lkc-title-text:hover {
  text-decoration: none;
}
.section-purchase-product .lkc-excerpt {
  font-weight: 500;
  color: #343434;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  visibility: visible;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-purchase-product .lkc-domain {
  color: #8a8d8d;
  font-weight: 500;
}
.section-purchase-product .lkc-favicon {
  position: relative;
}
.section-purchase-product .lkc-link {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.section-purchase-product .lkc-link:hover {
  opacity: 0.8;
}

@media print, (min-width: 768px) {
  .section-purchase-product .lkc-favicon {
    top: -4px;
  }
  .section-purchase-product .lkc-domain {
    letter-spacing: -0.02em;
    font-size: 0.17rem;
    line-height: 1.4;
  }
  .section-purchase-product .lkc-content {
    margin-bottom: 8px;
  }
  .section-purchase-product .lkc-excerpt {
    line-height: 1.5;
    font-size: 0.18rem;
    letter-spacing: -0.02em;
  }
  .section-purchase-product .lkc-title-text {
    letter-spacing: 0.04em;
    font-size: 0.24rem;
    line-height: 1.36;
    margin-bottom: 1px;
  }
  .section-purchase-product .lkc-thumbnail {
    margin-left: 17px;
    width: 147px;
  }
  .section-purchase-product .product-title {
    font-size: 0.25rem;
    margin-bottom: 23px;
    margin-left: -9px;
  }
  .section-purchase-product .linkcard + .social-share {
    margin-top: 98px;
  }
  .section-purchase-product .product-link,
.section-purchase-product .lkc-external-wrap {
    border-radius: 5px;
    padding: 17px 15px;
    /*margin-left: -9px;*/
    margin-bottom: 20px;
  }
  .section-purchase-product .product-link + .social-share,
.section-purchase-product .lkc-external-wrap + .social-share {
    margin-top: 98px;
  }
  .section-purchase-product .product-inner {
    margin-bottom: 8px;
  }
  .section-purchase-product .product-content {
    width: 747px;
  }
  .section-purchase-product .product-image {
    width: 147px;
    height: 147px;
  }
  .section-purchase-product .product-name {
    letter-spacing: 0.04em;
    font-size: 0.24rem;
    line-height: 1.36;
    margin-bottom: 1px;
  }
  .section-purchase-product .product-description {
    line-height: 1.5;
    font-size: 0.18rem;
    letter-spacing: -0.02em;
  }
  .section-purchase-product .product-web {
    letter-spacing: -0.02em;
    padding-left: 29px;
    font-size: 0.17rem;
  }
  .section-purchase-product .product-web::before {
    top: -1px;
    left: -5px;
    width: 33px;
    height: 33px;
    background-image: url("../img/common/product_icn_logo.jpg");
  }
  .section-purchase-product .social-text {
    font-size: 0.15rem;
    margin-bottom: 10px;
  }
  .section-purchase-product .social-list li {
    margin: 0 33px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-purchase-product .lkc-favicon {
    width: 0.15rem;
    height: 0.15rem;
  }
  .section-purchase-product .lkc-domain {
    margin-left: 0.06rem;
    line-height: 1.6;
    font-size: 0.1rem;
    letter-spacing: -0.04em;
  }
  .section-purchase-product .lkc-external-wrap {
    border-radius: 0.05rem;
    padding: 0.09rem 0.1rem;
    margin: 0 0.08rem 0.1rem;
	
	  
  }
  .section-purchase-product .lkc-content {
    margin-bottom: 0.1rem;
  }
  .section-purchase-product .lkc-excerpt {
    line-height: 1.4;
    font-size: 0.09rem;
  }
  .section-purchase-product .lkc-title-text {
    letter-spacing: -0.08em;
    -webkit-line-clamp: 2;
    font-size: 0.13rem;
    line-height: 1.36;
    margin-bottom: 0.04rem;
  }
  .section-purchase-product .lkc-thumbnail {
    width: 0.7rem;
    margin-left: 0.1rem !important;
  }
  .section-purchase-product .product-title {
    font-size: 0.2rem;
    margin-bottom: 0.14rem;
    margin-left: 0.08rem;
  }
  .section-purchase-product .linkcard + .social-share {
    margin-top: 0.55rem;
  }
  .section-purchase-product .product-link {
    border-radius: 0.05rem;
    padding: 0.09rem 0.1rem;
    margin: 0 0.08rem;
  }
  .section-purchase-product .product-link + .social-share {
    margin-top: 0.55rem;
  }
  .section-purchase-product .product-inner {
    margin-bottom: 0.1rem;
  }
  .section-purchase-product .product-content {
    width: 2.3rem;
  }
  .section-purchase-product .product-image {
    width: 0.66rem;
    height: 0.66rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .section-purchase-product .product-name,
.section-purchase-product .product-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section-purchase-product .product-name {
    letter-spacing: -0.08em;
    -webkit-line-clamp: 2;
    font-size: 0.13rem;
    line-height: 1.36;
    margin-bottom: 0.04rem;
  }
  .section-purchase-product .product-description {
    -webkit-line-clamp: 3;
    line-height: 1.4;
    font-size: 0.09rem;
  }
  .section-purchase-product .product-web {
    padding-left: 0.15rem;
    font-size: 0.1rem;
    letter-spacing: -0.04em;
  }
  .section-purchase-product .product-web::before {
    top: 0;
    left: -0.02rem;
    width: 0.15rem;
    height: 0.15rem;
    background-image: url("../img/common/sp/product_icn_logo.jpg");
  }
  .section-purchase-product .social-text {
    font-size: 0.16rem;
    margin-bottom: 0.1rem;
  }
  .section-purchase-product .social-list li {
    margin: 0 0.17rem;
  }
  .section-purchase-product .social-list img {
    width: 100%;
  }
  .section-purchase-product .social-list a {
    width: 0.24rem;
  }
}
.yomimonoArea strong {
  font-weight: bold;
}
.yomimonoArea a {
  color: #000;
}

.button-block {
  text-align: center;
}

.button-primary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  background-color: #96225d;
  font-weight: 700;
}
.button-primary.is-cart span {
  position: relative;
}
.button-primary.is-cart span::before {
  content: "";
  position: absolute;
  background: url(../img/common/button_icn_cart.svg) no-repeat center/100% auto;
  top: 50%;
}

.button-secondary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #b99c40;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}

.list-button {
  padding-left: 0;
  margin-bottom: 0;
}
.list-button > li {
  list-style-type: none;
}

.button-tertiary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #343434;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: 500;
}
.button-tertiary span {
  position: relative;
}
.button-tertiary span::before {
  content: "";
  position: absolute;
  background: no-repeat center/100% auto;
  top: 50%;
}
.button-tertiary.is-item {
  border-color: #96225d;
  color: #96225d;
  text-decoration: none;
  font-weight: bold;
}
.button-tertiary.is-like span::before {
  background-image: url(../img/common/button_icn_like.svg);
}
.button-tertiary.is-mail span::before {
  background-image: url(../img/common/button_icn_mail.svg);
}
.button-tertiary.is-edit span::before {
  background-image: url(../img/common/button_icn_edit.svg);
}
.button-tertiary.is-eat {
  border-color: #96225d;
  color: #96225d;
  font-weight: bold;
}
.button-tertiary.is-eat span::before {
  background-image: url(../img/common/button_icn_eat.svg);
}

.button-quinary {
  text-align: center;
  color: #b99c40;
  border: 1px solid #b99c40;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.2rem;
  display: inline-block;
}
.button-quinary.is-message span {
  position: relative;
}
.button-quinary.is-message span::before {
  content: "";
  position: absolute;
  background: url(../img/common/button_icn_message.svg) no-repeat center/100% auto;
  top: 50%;
}

@media print, (min-width: 768px) {
  .button-primary {
    min-width: 305px;
    border-radius: 30px;
    font-size: 0.17rem;
    padding: 18px 10px 16px;
  }
  .button-primary.is-cart {
    width: 281px;
    min-width: auto;
    padding-top: 16px;
    padding-bottom: 14px;
    border-radius: 5px;
    font-size: 0.13rem;
  }
  .button-primary.is-cart span {
    padding-left: 38px;
  }
  .button-primary.is-cart span::before {
    width: 23px;
    height: 18px;
    left: 0;
    margin-top: -9px;
  }
  .button-secondary {
    width: 404px;
    min-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 0.2rem;
    padding: 14px 15px 10px;
  }
  .is-mac .button-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .button-tertiary {
    width: 263px;
    padding: 14px 10px 12px;
    font-size: 0.13rem;
    border-radius: 5px;
  }
  .button-tertiary.is-item {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 9px;
    font-size: 0.17rem;
  }
  .is-mac .button-tertiary.is-item {
    padding-top: 10px;
  }
  .is-tablet .button-tertiary.is-item {
    padding-top: 11px;
  }
  .button-tertiary.is-eat {
    width: 308px;
    border-radius: 30px;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 0.18rem;
  }
  .button-tertiary.is-eat span {
    padding-left: 49px;
  }
  .button-tertiary.is-eat span::before {
    width: 31px;
    height: 27px;
    left: 0;
    margin-top: -16px;
  }
  .button-tertiary span {
    padding-left: 21px;
  }
  .button-tertiary span::before {
    width: 23px;
    height: 18px;
    left: -6px;
    margin-top: -9px;
  }
  .button-quinary {
    padding: 14px;
    border-radius: 5px;
  }
  .button-quinary.is-message {
    padding-top: 16px;
    font-size: 0.18rem;
  }
  .button-quinary.is-message span {
    padding-left: 37px;
  }
  .button-quinary.is-message span::before {
    width: 19px;
    height: 17px;
    left: 18px;
    margin-top: -9px;
  }
  .list-button > li:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    min-width: 3.07rem;
    border-radius: 0.3rem;
    font-size: 0.18rem;
    padding: 0.16rem 0.1rem;
  }
  .button-primary.is-cart {
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    width: 2.95rem;
    margin: 0 auto;
    padding-top: 0.16rem;
    padding-bottom: 0.15rem;
    border-radius: 0.05rem;
    font-size: 0.14rem;
  }
  .button-primary.is-cart span {
    padding-left: 0.32rem;
  }
  .button-primary.is-cart span::before {
    width: 0.23rem;
    height: 0.18rem;
    left: -0.01rem;
    margin-top: -0.1rem;
  }
  .button-secondary {
    width: 100%;
    min-height: 0.6rem;
    margin: 0 auto;
    border-radius: 0.05rem;
    font-size: 0.2rem;
    padding: 0.14rem 0.15rem 0.1rem;
  }
  .is-android .button-secondary {
    padding-top: 0.1rem;
  }
  .is-iphone .button-secondary {
    padding-top: 0.12rem;
    padding-bottom: 0.13rem;
  }
  .button-secondary.is-edit span {
    position: relative;
    padding-left: 0.11rem;
  }
  .button-secondary.is-edit span::before {
    content: "";
    position: absolute;
    background: url(../img/common/button_icn_edit_white.svg) no-repeat center/100% auto;
    width: 0.17rem;
    height: 0.17rem;
    left: -0.2rem;
    top: 50%;
    margin-top: -0.08rem;
  }
  .button-tertiary {
    width: 2.95rem;
    margin: 0 auto;
    padding: 0.15rem 0.1rem 0.14rem;
    font-size: 0.14rem;
    border-radius: 0.05rem;
  }
  .button-tertiary.is-item {
    width: 100%;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.17rem;
  }
  .is-iphone .button-tertiary.is-item {
    padding-top: 0.09rem;
  }
  .button-tertiary span {
    padding-left: 0.24rem;
  }
  .button-tertiary span::before {
    width: 0.25rem;
    height: 0.19rem;
    left: -0.07rem;
    margin-top: -0.1rem;
  }
  .button-tertiary.is-eat span::before {
    width: 0.31rem;
    height: 0.27rem;
    left: -0.2rem;
    margin-top: -0.16rem;
  }
  .button-quinary {
    padding: 0.15rem 0.15rem 0.13rem;
    border-radius: 0.05rem;
  }
  .is-android .button-quinary {
    padding-top: 0.13rem;
  }
  .button-quinary.is-message span {
    padding-left: 0.38rem;
  }
  .button-quinary.is-message span::before {
    width: 0.2rem;
    height: 0.2rem;
    left: -0.03rem;
    margin-top: -0.1rem;
  }
  .list-button > li:not(:last-child) {
    margin-bottom: 0.1rem;
  }
}
.phone-common {
  text-decoration: none;
  font-weight: bold;
  color: #b99c40;
  letter-spacing: 0.1em;
}

.mail-common {
  display: block;
  font-weight: bold;
  color: #b99c40;
  text-decoration: none;
}

.time-common {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .phone-common {
    pointer-events: none;
  }
  .phone-common {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .phone-common {
    display: inline-block;
  }
}
.collection-title {
  position: relative;
}
.collection-title::before {
  position: absolute;
  content: "";
  background: url("../img/recipe/collection_icn_title.svg") center/contain no-repeat;
}

.section-recipe .category-title {
  letter-spacing: 0.05em;
}
.section-recipe .item-image {
  overflow: hidden;
}
.section-recipe .item-love::before {
  background-image: url("../img/recipe/love_icn.svg");
}
.section-recipe .item-love.is-active::before {
  background-image: url("../img/recipe/love_icn_active.svg");
}
.section-recipe .item-title {
  font-weight: 700;
}

.recommend-recipe {
  position: relative;
}
.recommend-recipe .slider-item {
  position: relative;
}
.recommend-recipe .slider-item .item-title {
  margin-bottom: 0;
}
.recommend-recipe .slider-item:first-child .item-title {
  letter-spacing: 0.1em;
}
.recommend-recipe .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.recommend-recipe .item-content .item-title {
  color: #fff;
  
	
}

@media print, (min-width: 768px) {
  .collection-title {
    padding-left: 60px;
  }
  .collection-title::before {
    top: -4px;
    left: 12px;
    width: 32px;
    height: 34px;
  }
  .section-recipe .category-title {
    margin-bottom: 30px;
    padding-left: 8px;
    font-size: 0.23rem;
  }
  .section-recipe .slider-item,
.section-recipe .item-image {
    /*width: 222px;
    height: 222px;*/
    width: 178px;
    height: 178px;
  }
  .section-recipe .item-image {
    border-radius: 15px;
  }
  .section-recipe .item-title {
    line-height: 1.75;
  }
  .section-recipe .item-love {
    width: 26px;
    height: 23px;
    top: 187px;
    right: 7px;
  }
  .recipe-title {
    margin-bottom: 37px;
  }
  .section-recipe-category .recommend-recipe {
    margin-bottom: 60px;
  }
  .collection-block {
    margin-bottom: 6px;
  }
  .collection-block + .category-search {
    margin-top: 38px;
  }
  .recommend-recipe {
    margin-bottom: 48px;
    /*padding-left: 480px;*/
    padding-left: 408px;
    min-height: 383px;
  }
  .recommend-recipe a {
    border-radius: 15px;
  }
  .recommend-recipe .slider-item {
    margin: 0 8px 17px;
  }
  .recommend-recipe .slider-item .item-title {
    line-height: 1.5294117647;
  }
  .recommend-recipe .slider-item:first-child {
    position: absolute;
    top: 0;
    left: 2px;
  }
  .recommend-recipe .slider-item:first-child .item-title {
    letter-spacing: 0.1em;
    font-size: 0.25rem;
    line-height: 1.75;
  }
  .recommend-recipe .slider-item:first-child .item-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
  .recommend-recipe .slider-item:first-child .item-love {
    top: 420px;
    right: 23px;
  }
  .recommend-recipe .slider-item:first-child,
.recommend-recipe .slider-item:first-child .item-image {
    /*width: 462px;
    height: 462px;*/
    width: 383px;
    height: 383px;
  }
  .recommend-recipe .item-content {
    padding: 10px 37px 2px 18px;
    min-height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .collection-title {
    padding-left: 0.52rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.1em;
  }
  .collection-title::before {
    top: -0.04rem;
    left: 0.03rem;
    width: 0.32rem;
    height: 0.34rem;
    background-image: url("../img/recipe/sp/collection_icn_title.svg");
  }
  .section-recipe {
    padding-top: 0.05rem;
  }
  .section-recipe .category-title {
    text-align: center;
    margin-bottom: 0.25rem;
    font-size: 0.23rem;
  }
  .section-recipe .item-image {
    border-radius: 0.17rem;
  }
  .section-recipe .item-title {
    line-height: 1.75;
  }
  .section-recipe .item-love {
    display: none;
  }
  .section-recipe .list-common {
    margin: 0 -0.05rem;
  }
  .section-recipe .item-content {
    padding-left: 0.02rem;
  }
  .section-recipe .recommend-recipe {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
  }
  .section-recipe-category .title-secondary {
    padding-left: 0.1rem;
    letter-spacing: 0.1em;
  }
  .section-recipe-category .recommend-recipe {
    margin-bottom: 0.2rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-recipe-category .recommend-recipe .slider-item {
    margin-left: 0;
    margin-right: 0;
  }
  .section-recipe-category .recommend-recipe .slider-item:first-child {
    width: 100%;
    margin-bottom: 0.35rem;
  }
  .section-recipe-category .slider-item:not(:first-child) {
    width: calc(50% - 0.07rem);
    margin-bottom: 0.25rem;
  }
  .section-recipe-category .slider-item:not(:first-child) .item-image {
    width: 100%;
    height: 1.65rem;
  }
  .section-recipe-category .slider-item:not(:first-child) .item-content {
    position: relative;
    padding: 0;
    min-height: auto;
  }
  .section-recipe-category .slider-item:not(:first-child) .item-title {
    color: #242424;
  }
  .section-recipe-category .item-title {
    margin-right: -0.04rem;
    margin-left: -0.01rem;
  }
  .collection-block:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .collection-block + .category-search {
    margin-top: -0.1rem;
  }
  .recommend-recipe .slick-dots {
    position: absolute;
    bottom: 0.24rem;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
  }
  .recommend-recipe .slick-dots li {
    margin: 0 0.07rem;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #707070;
    border-radius: 100%;
    transition: background 0.3s ease;
  }
  .recommend-recipe .slick-dots li.slick-active, .recommend-recipe .slick-dots li:hover {
    background-color: #e8e8e8;
  }
  .recommend-recipe .slider-item {
    margin: 0 0.08rem;
  }
  .recommend-recipe .slider-item .item-title {
    line-height: 1.75;
    font-size: 0.2rem;
  }
  .recommend-recipe .item-content {
    padding: 0.1rem 0.3rem 0.28rem;
    min-height: 1.08rem;
  }
  .recommend-recipe .item-image {
    width: 3.48rem;
    height: 3.48rem;
  }
}
.section-recipe-post {
  color: #343434;
}
.section-recipe-post .post-keyvisual {
  overflow: hidden;
}
.section-recipe-post .post-keyvisual img {
  width: 100%;
}
.section-recipe-post .post-video {
  /*overflow: hidden;*/
  position: relative;
  width:100%; 
  height:0; 
  padding-top: 56.25%;
}
.section-recipe-post .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-recipe-post .post-member {
  display: -ms-flexbox;
  display: flex;
}
.section-recipe-post .post-quantity,
.section-recipe-post .post-cooking {
  font-weight: bold;
  margin-bottom: 0;
}
.section-recipe-post .post-quantity .is-name,
.section-recipe-post .post-quantity .is-required,
.section-recipe-post .post-cooking .is-name,
.section-recipe-post .post-cooking .is-required {
  display: block;
  position: relative;
}
.section-recipe-post .post-quantity .is-name::before,
.section-recipe-post .post-quantity .is-required::before,
.section-recipe-post .post-cooking .is-name::before,
.section-recipe-post .post-cooking .is-required::before {
  position: absolute;
  content: "";
  background: center/contain no-repeat;
}
.section-recipe-post .post-quantity .is-name::before {
  background-image: url("../img/recipe/post_icn_01.svg");
}
.section-recipe-post .post-cooking .is-name::before {
  background-image: url("../img/recipe/post_icn_02.svg");
}
.section-recipe-post .post-title {
  letter-spacing: 0.05em;
}
.section-recipe-post .post-table {
  border-top: 1px solid #a8a8a8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-recipe-post .post-table dt,
.section-recipe-post .post-table dd {
  border-bottom: 1px solid #a8a8a8;
}
.section-recipe-post .post-table dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
.section-recipe-post .post-table dd {
  font-weight: 500;
}
.section-recipe-post .post-table a {
  color: #343434;
}
.section-recipe-post .post-steps {
  padding: 0;
  list-style: none;
  counter-reset: number;
}
.section-recipe-post .post-steps li {
  position: relative;
}
.section-recipe-post .post-steps li:before {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number);
  background-color: #a8a8a8;
  font-weight: bold;
}
.section-recipe-post .post-image {
  overflow: hidden;
}
.section-recipe-post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-recipe-post .post-description {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.section-recipe-post .post-description a {
  color: #343434;
  font-weight: bold;
}

@media print, (min-width: 768px) {
  .section-recipe-post {
    padding-bottom: 52px;
  }
.section-recipe-post .post-keyvisual {
    border-radius: 15px;
    margin-bottom: 50px;
  }
  .section-recipe-post .post-video {
    /*height: 526px;*/
    margin-top: 50px;
    border-radius: 15px;
  }
  .section-recipe-post .post-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 45px;
  }
  .section-recipe-post .post-info {
    /*width: 450px;*/
	  width: 360px;
/*    padding-left: 12px;*/
    padding-top: 5px;
  }
  .section-recipe-post .post-ingredients {
    /*width: 450px;*/
    width: 415px;
  }
  .section-recipe-post .post-member {
    margin-bottom: 34px;
  }
  .section-recipe-post .post-quantity {
    margin-right: 24px;
  }
  .section-recipe-post .post-quantity .is-name,
.section-recipe-post .post-cooking .is-name {
    padding-left: 28px;
    margin-bottom: 2px;
    font-size: 0.17rem;
  }
  .section-recipe-post .post-quantity .is-name::before,
.section-recipe-post .post-cooking .is-name::before {
    top: 2px;
    left: 4px;
  }
  .section-recipe-post .post-quantity .is-required,
.section-recipe-post .post-cooking .is-required {
    font-size: 0.23rem;
  }
  .section-recipe-post .post-quantity .is-name::before {
    width: 19px;
    height: 19px;
  }
  .section-recipe-post .post-quantity .is-required {
    padding-left: 4px;
  }
  .section-recipe-post .post-cooking .is-name::before {
    width: 20px;
    height: 20px;
  }
  .section-recipe-post .post-cooking .is-unit {
    font-size: 0.2rem;
  }
  .section-recipe-post .post-title {
    font-size: 0.23rem;
    margin-bottom: 9px;
    padding-left: 10px;
  }
  .section-recipe-post .post-table {
    font-size: 0.17rem;
  }
  .section-recipe-post .post-table dt,
.section-recipe-post .post-table dd {
    padding: 13px 0 11px;
  }
  .section-recipe-post .post-table dt {
    padding-left: 8px;
    padding-right: 10px;
    width: 150px;
  }
  .section-recipe-post .post-table dd {
    width: calc(100% - 150px);
  }
  .section-recipe-post .post-name {
    letter-spacing: 0.1em;
    font-size: 0.25rem;
    margin-bottom: 30px;
  }
  .section-recipe-post .post-steps {
    margin: 0 -10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-recipe-post .post-steps li {
    width: 185px;
    /*width: 218px;*/
    padding-top: 38px;
    margin: 0 10px 7px;
  }
  .section-recipe-post .post-steps li:before {
    border-radius: 5px;
    font-size: 0.16rem;
    min-width: 25px;
    padding: 2px 6px 1px;
    height: 25px;
  }
  .section-recipe-post .post-image {
    border-radius: 10px;
    height: 145px;
    margin-bottom: 10px;
  }
  .section-recipe-post .post-description {
    padding-right: 12px;
    font-size: 0.17rem;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-recipe-post {
    padding-bottom: 0.4rem;
  }
  .section-recipe-post .post-content p {
    letter-spacing: -0.03em;
  }
  .section-recipe-post .post-keyvisual {
    margin: 0 -0.16rem 0.25rem;
  }
  .section-recipe-post .post-video {
    /*height: 2.15rem;*/
    margin: 0.25rem 0 0;
  }
  .section-recipe-post .post-inner {
    margin-bottom: 0.45rem;
  }
  .section-recipe-post .post-info {
    padding-left: 0.04rem;
    margin-bottom: 0.3rem;
  }
  .section-recipe-post .post-member {
    margin-bottom: 0.22rem;
  }
  .section-recipe-post .post-quantity {
    margin-right: 0.24rem;
  }
  .section-recipe-post .post-quantity .is-name,
.section-recipe-post .post-cooking .is-name {
    padding-left: 0.17rem;
    font-size: 0.13rem;
  }
  .section-recipe-post .post-quantity .is-name::before,
.section-recipe-post .post-cooking .is-name::before {
    top: 0.01rem;
    left: -0.02rem;
  }
  .is-android .section-recipe-post .post-quantity .is-name::before,
.is-android .section-recipe-post .post-cooking .is-name::before {
    top: 0.02rem;
  }
  .section-recipe-post .post-quantity .is-required,
.section-recipe-post .post-cooking .is-required {
    font-size: 0.2rem;
  }
  .section-recipe-post .post-quantity .is-unit,
.section-recipe-post .post-cooking .is-unit {
    font-size: 0.16rem;
  }
  .section-recipe-post .post-quantity .is-name::before {
    width: 0.15rem;
    height: 0.15rem;
  }
  .section-recipe-post .post-cooking .is-name::before {
    width: 0.16rem;
    height: 0.16rem;
  }
  .section-recipe-post .post-cooking .is-required {
    margin-left: -0.05rem;
  }
  .section-recipe-post .post-title {
    font-size: 0.23rem;
    margin-bottom: 0.08rem;
    padding-left: 0.04rem;
  }
  .section-recipe-post .post-title span {
    position: relative;
    top: -0.02rem;
    font-size: 0.17rem;
    display: inline-block;
  }
  .section-recipe-post .post-table {
    font-size: 0.17rem;
  }
  .section-recipe-post .post-table dt,
.section-recipe-post .post-table dd {
    padding: 0.12rem 0 0.1rem;
  }
  .is-android .section-recipe-post .post-table dt,
.is-android .section-recipe-post .post-table dd {
    padding-top: 0.11rem;
    padding-bottom: 0.11rem;
  }
  .section-recipe-post .post-table dt {
    padding-left: 0.04rem;
    padding-right: 0.1rem;
    width: 1.6rem;
  }
  .section-recipe-post .post-table dd {
    width: calc(100% - 1.6rem);
    letter-spacing: -0.01em;
  }
  .is-iphone .section-recipe-post .post-table dd {
    letter-spacing: -0.05em;
  }
  .section-recipe-post .post-name {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .section-recipe-post .post-steps {
    margin: 0 0.04rem;
  }
  .section-recipe-post .post-steps li {
    /*padding-bottom: 2.37rem;*/
  }
  .section-recipe-post .post-steps li:not(:last-child) {
    /*margin-bottom: 0.36rem;*/
    margin-bottom: 0.26rem;
  }
  .section-recipe-post .post-steps li:before {
    top: 0.03rem;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    min-width: 0.25rem;
    padding: 0.02rem 0.06rem 0.01rem;
    height: 0.25rem;
  }
  .is-iphone .section-recipe-post .post-steps li:before {
    padding-top: 0.01rem;
  }
  .is-android .section-recipe-post .post-steps li:before {
    padding-top: 0;
  }
  .section-recipe-post .post-image {
    /*border-radius: 0.1rem;
    height: 2.24rem;*/
    height: auto;
    width:100%;
    overflow: unset;
    margin:0 auto;
    /*margin-bottom: 0.1rem;
    /*position: absolute;
    left: 0.16rem;
    bottom: 0;*/
  }
  .section-recipe-post .post-image img {
    border-radius: 0.1rem;
    height: auto;
    object-fit: unset;
  }
  .section-recipe-post .post-description {
    line-height: 1.75;
    padding-left: 0.35rem;
    font-size: 0.17rem;
    margin-bottom:0.2rem;
    /*margin-top: -0.04rem;*/
  }
}
@media print, (min-width: 768px) {
  .section-purchase-product {
    padding-bottom: 84px;
  }
	.tags-list a {
		padding: 8px 16px 8px!important;
		font-size: 16.5px!important;
	}
}
@media only screen and (max-width: 767.98px) {
  .section-purchase-product {
    padding-bottom: 0.74rem;
  }
	.tags-list a {
	padding-bottom: 0.08rem!important;
    padding-top: 0.08rem!important;
	font-size: 16.5px!important;	
	}
}
/*# sourceMappingURL=recipe.css.map */