@charset "UTF-8";

/*----------------------------------------
reset
-----------------------------------------*/

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

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

p,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
header,
footer,
aside,
nav,
section,
article,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

object {
  outline: none;
}

br {
  letter-spacing: 0;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
}

a {
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*----------------------------------------
base
-----------------------------------------*/

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333;
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  min-width: 320px;
  font-size: 1.6rem;
}

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

@-webkit-keyframes fixPositionTarget {
  0% {
    padding-top: 92px;
    margin-top: -92px;
  }

  100% {
    padding-top: 0;
    margin-top: 0;
  }
}

@keyframes fixPositionTarget {
  0% {
    padding-top: 92px;
    margin-top: -92px;
  }

  100% {
    padding-top: 0;
    margin-top: 0;
  }
}

/*----------------------------------------
text link
-----------------------------------------*/

a {
  color: #09a;
  text-decoration: none;
}

a:hover {
  color: #6cc;
  text-decoration: underline;
}

.about-area {
  height: 660px;
  position: relative;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 400px 0 0;
  letter-spacing: -1px;
}

.about-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8400px;
  height: 100%;
  margin: -920px 0 0 -4200px;
  background: #f1ebdb;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  z-index: -1;
}

.about-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.about-area__catch {
  text-align: center;
}

.about-area__catchLogo {
  width: 408px;
  display: block;
  margin: 0 auto 40px;
}

.about-area__catchText {
  display: block;
  margin-bottom: 40px;
}

.about-area__catchText__pc-only {
  display: none;
}

.about-area__catchRead {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}

.about-area__head {
  max-width: 150px;
  width: 100%;
  height: 150px;
  text-align: center;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px solid #333333;
  margin-bottom: 20px;
}

.about-area__head--small {
  font-size: 1.6rem;
}

.about-area__wrapper {
  display: block;
}

.about-area__body {
  max-width: 500px;
  width: 100%;
}

.about-area__bodyText {
  margin-bottom: 20px;
}

.about-area--second {
  margin: 480px 0 0;
  height: 940px;
}

.about-area--second::before {
  margin-top: -1080px;
}

.catchphrase {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/concept/concept-first-view-v2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 0;
}

.catchphrase::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  z-index: -1;
}

.catchphrase:hover {
  text-decoration: none;
  opacity: 0.7;
}

.catchphrase__wrapper__img {
  margin-left: 15px;
  width: 191px;
  height: 74px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(41, 71, 13, 0.8)) drop-shadow(0px 0px 30px #29470D);
  filter: drop-shadow(0px 0px 10px rgba(41, 71, 13, 0.8)) drop-shadow(0px 0px 30px #29470D);
}

.catchphrase__wrapper__text {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5), 0px 0px 20px #355319;
  font-weight: 700;
}

.conceptTotalWrap {
  position: relative;
  padding-bottom: 580px;
  overflow: hidden;
}

.conceptTotalWrap .breadcrumb {
  margin-top: 0;
  padding-top: 10px;
}

.siteConcept {
  width: 100%;
  height: 22.3%;
  position: absolute;
  left: 0;
  z-index: -2;
}

.siteConcept--first {
  top: 0;
}

.siteConcept--second {
  top: 33.3%;
}

.siteConcept--third {
  top: 78%;
}

.siteConcept__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  height: 100%;
}

.siteConcept__image--wide {
  background-size: cover;
}

.siteConcept__image--narrow {
  background-size: auto 120%;
}

.siteConcept__image--first {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/concept/concept-first-view-v2.jpg");
  background-position-y: 0;
}

.siteConcept__image--second {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/concept/concept-second-view-v2.jpg");
  background-position-y: 0;
}

.siteConcept__image--third {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/concept/concept-third-view-v2.jpg");
  background-position-y: 0;
}

.dialog-com {
  display: none;
  background-color: #ffffff;
  min-width: 300px;
  max-width: 600px;
  width: calc(100% - 100px);
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: #333333 0px 0px 24px;
  box-shadow: #333333 0px 0px 24px;
}

.dialog-com--active {
  display: block;
}

.dialog-com__overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 10000;
}

.dialog-com__overlay--active {
  display: block;
}

.dialog-com__lead {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 50px;
}

.dialog-com__lead:before {
  content: "";
  display: block;
}

.dialog-com__lead--remove:before {
  background: url(https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-garbage.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.dialog-com__lead--favorite:before {
  background: url(https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_03.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.dialog-com__lead--favorite-error:before {
  background: url(https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_01.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.dialog-com__lead--error:before {
  background: url(https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-error.png) no-repeat 50% 50%;
  background-size: contain;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
}

.dialog-com__lead span {
  display: block;
  padding-top: 1em;
  font-size: 1.2rem;
}

.dialog-com__lead span.dialog-com__lead__check {
  padding-top: 1.6em;
}

.dialog-com__lead span.dialog-com__lead__check input[type=checkbox] {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.dialog-com__lead a {
  display: inline;
  color: #00849f;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #00849f;
  text-decoration: none;
}

.dialog-com__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dialog-com__btn {
  border-top: 1px solid #e5e5e5;
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
  color: #333333;
  background-color: #ffffff;
}

.dialog-com__btn:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.dialog-com__btn--grey {
  background-color: #f7f7f7;
}

.dialog-com__btn--small {
  font-size: 1.2rem;
}

.dialog-com__pc-hide {
  display: inline;
}

/*----------------------------------------
    footer
-----------------------------------------*/

.footer {
  position: relative;
  padding-bottom: 15px;
  background: var(--_, #E6E6E6);
  color: #333333;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 30px;
}

.footer__pagetop__btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.footer__pagetop__btn a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.footer__pagetop__btn a:hover {
  opacity: 0.7;
}

.footer__pagetop__btn a img {
  width: 60px;
  height: 60px;
}

.footer__nav {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  border-bottom: 1px solid #444444;
}

.footer__nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #444444;
}

.footer__nav__inner__list {
  width: 50%;
}

.footer__nav__inner__list__item {
  padding: 16px 116px 16px 24px;
}

.footer__nav__inner__list__item a {
  color: #ffffff;
  white-space: nowrap;
}

.footer__nav__inner__list-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.footer__nav__inner__list-custom :first-child {
  margin-right: 20px;
}

.footer__nav__inner__list-custom__item {
  width: 50%;
  padding: 16px 150px 16px 24px;
}

.footer__nav__inner__list-custom__item a {
  color: #ffffff;
  white-space: nowrap;
}

.footer__nav__outer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav__outer-list__item {
  width: 100%;
  padding: 28px 105px 28px 24px;
}

.footer__nav__outer-list__item a {
  color: #ffffff;
  white-space: nowrap;
}

.footer__follow-us {
  padding-top: 15px;
  margin-bottom: 15px;
}

.footer__follow-us p {
  color: #626262;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 900;
}

.footer__follow-us::after {
  content: "";
  display: block;
  width: 40px;
  margin: 5px auto 0;
  border-bottom: solid 1px #C4C4C4;
}

.footer__sns {
  border-bottom: 1px solid var(--_, #C4C4C4);
}

.footer__sns__inner {
  max-width: 130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  margin-bottom: 30px;
}

.footer__sns__inner__img {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 93px;
  height: 20px;
}

.footer__sns__inner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__sns__inner__list__item {
  width: 42px;
  margin: 0 -30px;
}

.footer__note {
  border-bottom: 1px solid var(--_, #C4C4C4);
}

.footer__note P {
  text-align: center;
  margin: 20px 0;
  color: #333333;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__note P a {
  color: #333333;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__login-info {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
}

.footer__login-info__login {
  padding: 0 16px;
}

.footer__login-info__upper-part {
  margin-bottom: 8px;
}

.footer__login-info a {
  color: #ffffff;
}

.footer__sub-nav {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.footer__sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__sub-nav__list__item::after {
  display: inline-block;
  margin: 0 3px;
  content: "-";
}

.footer__sub-nav__list__item a {
  color: #333333;
  white-space: nowrap;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__sub-nav__list__item__privacy::after {
  content: "";
  width: 100%;
}

.footer__sub-nav__list__item__privacy a {
  color: #333333;
  white-space: nowrap;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__sub-nav__list__item__spacer {
  width: 100%;
  margin-bottom: 10px;
}

.footer__sub-nav__list__item-opinion::after {
  display: inline-block;
  margin: 0 5px;
  content: "-";
}

.footer__sub-nav__list__item-opinion a {
  color: #333333;
  white-space: nowrap;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__sub-nav__list__item-help::after {
  display: inline-block;
  margin: 0 5px;
  content: "-";
}

.footer__sub-nav__list__item-help a {
  color: #333333;
  white-space: nowrap;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.footer__sub-nav :last-child::after {
  display: none;
}

.footer .copyright {
  text-align: center;
  color: #333333;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.header__inner {
  position: relative;
  max-width: 950px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 15px;
}

.header__toolbar {
  display: none;
}

.header__nav--sp {
  display: block;
}

.header__logo-yellmarket {
  width: 93px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
}

.header__logo-yahoo--sp {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 28px;
  height: 17px;
  margin-top: auto;
  margin-bottom: auto;
}

.header__nav {
  width: 300px;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.header__nav-inner {
  height: 100%;
}

.header__nav-item a,
.header__nav-item--second-layer a,
.header__nav-item--active a {
  display: inline;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  border: none;
  position: relative;
  color: #333333;
}

.header__nav-item a:after,
.header__nav-item--second-layer a:after,
.header__nav-item--active a:after {
  display: block;
  visibility: hidden;
  position: relative;
  top: 24px;
  bottom: 0;
  width: 25vw;
  height: 1px;
  background: #a8a8a8;
  opacity: 0;
  text-decoration: none;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.header__nav-item a:hover:after,
.header__nav-item--second-layer a:hover:after,
.header__nav-item--active a:hover:after {
  visibility: visible;
  opacity: 1;
}

.header__nav-item a:hover,
.header__nav-item--second-layer a:hover,
.header__nav-item--active a:hover {
  text-decoration: none;
}

.header__nav-item.concept,
.concept.header__nav-item--second-layer,
.header__nav-item--active.concept {
  display: none;
}

.header__nav-item--active a:after {
  visibility: visible;
  opacity: 1;
}

.header__nav-item--second-layer {
  padding-left: 1em;
}

.header__nav--user-aux {
  border-top: 1px solid #a8a8a8;
  margin-top: 1px;
}

.header__nav--user-aux a {
  position: relative;
  padding-left: 50px;
}

.header__nav-item--history > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__nav-item--favorite > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  width: 16px;
  height: 16px;
  margin-top: -5px;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_04.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.nav-toggle {
  position: absolute;
  top: 17px;
  left: 315px;
  width: 18px;
  height: 14px;
  text-align: center;
  border: none;
  cursor: pointer;
  background: transparent;
}

.nav-toggle__line {
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: #333333;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-toggle__line:nth-child(1) {
  top: 0;
}

.nav-toggle__line:nth-child(2) {
  top: 6px;
}

.nav-toggle__line:nth-child(3) {
  top: 12px;
}

.nav-toggle--active .nav-toggle__line:nth-child(1) {
  background: #ffffff;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.nav-toggle--active .nav-toggle__line:nth-child(2) {
  opacity: 0;
}

.nav-toggle--active .nav-toggle__line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  background: #ffffff;
}

.header__nav-overlay {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.5;
  display: none;
}

.header__blank {
  height: 48px;
}

.header__user-aux-nav {
  border-bottom: 1px solid #dedede;
}

.header__user-aux-nav__msg {
  display: none;
  font-size: 1.2rem;
}

.header__user-aux-nav__msg > a {
  display: block;
  text-align: center;
  color: #333333;
  padding: 12px;
}

.header__user-aux-nav__msg > a:hover {
  text-decoration: none;
}

.header__user-aux-nav__msg > a > span {
  position: relative;
}

.header__user-aux-nav__msg > a > span:before {
  background-color: #333333;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
}

.header__user-aux-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

.header__user-aux-nav__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  width: 100%;
  text-align: center;
  color: #333333;
}

.header__user-aux-nav__item:hover {
  text-decoration: none;
  color: #333333;
}

.header__user-aux-nav__item--history {
  border-right: 1px solid #dedede;
}

.header__user-aux-nav__item--history > span {
  position: relative;
  padding-left: 1.5em;
}

.header__user-aux-nav__item--history > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header__user-aux-nav__item--favorite > span {
  position: relative;
  padding-left: 1.2em;
}

.header__user-aux-nav__item--favorite > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_04.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.header__user-aux-nav__item--active {
  background-color: #e5e5e5;
}

.header__user-aux-nav > a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 1.2rem;
  padding: 12px;
}

.header__user-aux-nav > a:hover {
  text-decoration: none;
}

.header__user-aux-nav > a > span {
  position: relative;
}

.header__user-aux-nav > a > span:before {
  background-color: #333333;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
}

.header__yell-message + .concept-appeal {
  margin-top: 10px;
}

.header__yell-message {
  width: 95%;
  padding: 16px 13px;
  color: #333333;
  text-align: center;
  background: #F5F5F5;
  margin: 10px auto;
  border: 1px solid #7A7A7A;
}

.header__yell-message p.Box_txt-message {
  font-size: 1.2rem;
  line-height: 1.6;
}

.masthead {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 55px;
  background: #ffffff;
}

.masthead__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.masthead__inner__logo-yellmarket {
  width: 104px;
  height: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 12px 0 12px 15px;
}

.masthead__inner__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.masthead__inner__section__wrap {
  margin: 13px 23px 18px 0;
  -webkit-transform: translateX(-23px);
  transform: translateX(-23px);
}

.masthead__inner__section__wrap a {
  color: #333333;
  text-align: right;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.masthead__inner__section__wrap a:nth-child(1) {
  margin-right: 2.5px;
}

.masthead__inner__section__wrap a:nth-child(2) {
  margin-left: 2.5px;
}

.masthead__inner__section__yahoo-logo-sp {
  width: 32px;
  height: 32px;
  -webkit-transform: translate(-20px, 12px);
  transform: translate(-20px, 12px);
}

.masthead__inner__section__yahoo-logo-sp img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
}

.masthead__inner__section__yahoo-logo-pc {
  display: none;
}

.emphasis {
  margin-top: 55px;
}

.emphasis__emg {
  max-width: 990px;
  margin: 0 auto;
}

.emphasis__message {
  margin: 0 10px 10px;
  padding: 20px 0;
  background: var(--_, #F8F4EC);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.emphasis__message :hover {
  opacity: 0.7;
}

.emphasis__message a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: var(--_, #333333);
}

.global-nav {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 0 5px;
}

.global-nav__inner {
  max-width: 990px;
  margin-top: 60px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav__inner__always {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.global-nav__inner__always--eat {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__always--eat::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/eat.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__always--eat a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__always--eat a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__always--mono {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__always--mono::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/mono.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__always--mono a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__always--mono a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__always--mono .header__nav-item--active::after {
  width: 350%;
}

.global-nav__inner__always--special {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__always--special::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/special.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__always--special a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__always--special a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__always--ranking {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__always--ranking::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/ranking.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__always--ranking a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__always--ranking a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__pc-only {
  display: none;
}

.global-nav__inner__pc-only--history {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__pc-only--history::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/history.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__pc-only--history a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__pc-only--history a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__pc-only--history::before {
  width: 20px !important;
  height: 23px !important;
}

.global-nav__inner__pc-only--favorite {
  text-align: center;
  width: 25vw;
  margin-bottom: -16px;
}

.global-nav__inner__pc-only--favorite::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/favorite.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto -6px auto;
}

.global-nav__inner__pc-only--favorite a {
  display: inline;
  position: relative;
  margin-top: -23px;
  padding: 25% 12% 0px 12%;
  font-size: 0.75em;
  color: #333333;
}

.global-nav__inner__pc-only--favorite a span {
  display: block;
  margin-top: -21px;
  margin-bottom: -10px;
}

.global-nav__inner__pc-only--favorite::before {
  width: 18px !important;
  height: 20px !important;
}

header {
  border-bottom: 1px solid #dedede;
}

.common-iframe {
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  margin: 0;
}

.main-visual {
  height: 271px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/main-visual_sp.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 70%;
  padding-top: 21px;
  background-size: 800px;
}

.main-visual__read__main {
  width: 205px;
  margin: 0 auto;
  -webkit-transform: translateX(1%);
  transform: translateX(1%);
  padding-bottom: 25px;
}

.main-visual__read__main p {
  font-size: 2.1rem;
  font-style: normal;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1.05px;
}

.main-visual__read__main img {
  width: 205px;
}

.main-visual__read__sub {
  width: 297px;
  margin: 0 auto;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

.main-visual__read__sub p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: -0.6px;
}

.main-visual__read__sub br {
  display: none;
}

.bousai {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/bousai-background-sp.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 5px;
  position: relative;
}

.bousai::before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(45deg, #FFF 50%, transparent 52%), -webkit-linear-gradient(135deg, #FFF 50%, transparent 52%);
  background: linear-gradient(45deg, #FFF 50%, transparent 52%), linear-gradient(315deg, #FFF 50%, transparent 52%);
  background-size: 15px 15px;
  height: 10px;
  width: 100%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.bousai::after {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(45deg, #FFF 50%, transparent 52%), -webkit-linear-gradient(135deg, #FFF 50%, transparent 52%);
  background: linear-gradient(45deg, #FFF 50%, transparent 52%), linear-gradient(315deg, #FFF 50%, transparent 52%);
  background-size: 15px 15px;
  height: 10px;
  width: 100%;
  bottom: 0;
}

.bousai__inner__message {
  margin-left: 27px;
  padding-top: 50px;
}

.bousai__inner__message__sub {
  width: 315px;
  margin-bottom: 17px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

.bousai__inner__message__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.bousai__inner__message__img img {
  height: 26px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8));
}

.bousai__inner__message__img span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: #FFF;
  color: var(--_, #333333);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
  margin-left: 16px;
}

.bousai__inner__message p {
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-right: 27px;
}

.bousai__inner a {
  text-decoration: none;
}

.bousai__inner__emphasis {
  margin: 0 20px;
  padding: 11px 36px;
  background: #DF7666;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bousai__inner__emphasis p {
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bousai__inner__banner {
  margin: 0 20px 25px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bousai__inner__banner__sp {
  display: block;
}

.bousai__inner__banner__pc {
  display: none;
}

.bousai__inner :hover > .bousai__inner__emphasis {
  opacity: 0.7;
}

.bousai__inner :hover > .bousai__inner__banner {
  opacity: 0.7;
}

.bousai__inner__item-area {
  margin: 0 21px;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.bousai__inner__item-area p {
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 30px;
}

.bousai__inner__item-area p span {
  border-bottom: solid 1px #AAA;
  padding-bottom: 10px;
}

.bousai__inner__item-area__drag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.bousai__inner__item-area__drag ul li {
  width: 32.6%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bousai__inner__item-area__drag ul li a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.bousai__inner__item-area__drag ul li a img {
  margin-bottom: 10px;
}

.bousai__inner__item-area__drag ul li a p {
  color: #333333;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.bousai__inner__item-area__drag ul li :hover {
  opacity: 0.7;
  color: #00849f;
  text-decoration: none;
}

.bousai__img {
  margin-bottom: 20px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/bousai-img-sp.png");
  background-repeat: no-repeat;
  background-position-x: 65%;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  background-size: cover;
  height: 72px;
}

.support {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/supprot-background-sp.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  padding-bottom: 50px;
  margin-bottom: 5px;
  position: relative;
}

.support::before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(45deg, #FFF 50%, transparent 52%), -webkit-linear-gradient(135deg, #FFF 50%, transparent 52%);
  background: linear-gradient(45deg, #FFF 50%, transparent 52%), linear-gradient(315deg, #FFF 50%, transparent 52%);
  background-size: 15px 15px;
  height: 10px;
  width: 100%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.support::after {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(45deg, #FFF 50%, transparent 52%), -webkit-linear-gradient(135deg, #FFF 50%, transparent 52%);
  background: linear-gradient(45deg, #FFF 50%, transparent 52%), linear-gradient(315deg, #FFF 50%, transparent 52%);
  background-size: 15px 15px;
  height: 10px;
  width: 100%;
  bottom: 0;
}

.support__inner__message {
  margin-left: 27px;
  padding-top: 50px;
}

.support__inner__message__sub {
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  width: 220px;
  margin-bottom: 17px;
}

.support__inner__message__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.support__inner__message__img img {
  height: 26px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}

.support__inner__message__img span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: #FFF;
  color: var(--_, #333333);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
  -webkit-transform: translateY(-16%);
  transform: translateY(-16%);
  margin-left: 16px;
}

.support__inner__message p {
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-right: 27px;
}

.support__inner a {
  text-decoration: none;
}

.support__inner__emphasis {
  margin: 0 21px 10px;
  padding: 11px 36px;
  background: #B7F4E9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support__inner__emphasis p {
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
}

.support__inner__banner {
  margin: 0 21px 25px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support__inner__banner__sp {
  display: block;
}

.support__inner__banner__pc {
  display: none;
}

.support__inner :hover > .support__inner__emphasis {
  opacity: 0.7;
}

.support__inner :hover > .support__inner__banner {
  opacity: 0.7;
}

.support__inner__item-area {
  margin: 0 21px;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.support__inner__item-area p {
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 30px;
}

.support__inner__item-area p span {
  border-bottom: solid 1px #AAA;
  padding-bottom: 10px;
}

.support__inner__item-area__drag ul {
  padding: 0 20px 1px;
}

.support__inner__item-area__drag ul li {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support__inner__item-area__drag ul li a {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support__inner__item-area__drag ul li a img {
  margin-bottom: 10px;
  width: 100%;
}

.support__inner__item-area__drag ul li a p {
  color: #333333;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-align: left;
}

.support__inner__item-area__drag ul li :hover {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0.7;
  color: #00849f;
  text-decoration: none;
}

.support__img {
  margin-bottom: 16px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/support-img-sp.png");
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-size: cover;
  height: 71px;
}

.main {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.main-top {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 990px;
}

.user-aux-area {
  margin: 0 auto;
  position: relative;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.user-aux-area__top {
  margin-bottom: 28px;
}

.user-aux-area__head {
  font-size: 1.6rem;
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1;
}

.user-aux-area__head::before {
  border-bottom: 1px solid #333333;
  content: "";
  width: 35px;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.user-aux-area__head--history {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.user-aux-area__head--history::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 26px;
  height: 22px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/history.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.user-aux-area__wrapper {
  background-color: #f7f7f7;
  margin: 2px auto 0;
}

.user-aux-area__more {
  position: absolute;
  top: 30px;
  right: 10px;
}

.user-aux-area__more > a {
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 8px;
  font-size: 1rem;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
  text-decoration: none;
}

.user-aux-area__more > a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user-aux-area__more > a:hover {
  text-decoration: none;
  color: #333333;
  opacity: 0.7;
}

.user-aux-area__pc-text {
  display: none;
}

.user-aux-area__body {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.user-aux-area__body::-webkit-scrollbar {
  display: none;
}

.user-aux-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 16px;
  list-style: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.user-aux-area__item {
  position: relative;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.user-aux-area__item a:hover {
  text-decoration: none;
}

.user-aux-area__item a:hover > .user-aux-area__wrapper-img {
  opacity: 0.7;
}

.user-aux-area__item img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.user-aux-area__wrapper-img {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.user-aux-area__wrapper-img img:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.user-aux-area__remove-item {
  position: absolute;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/Icon-remove-item-button.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  display: block;
  top: -6px;
  right: 2px;
}

.user-aux-area__favorite {
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 6px 10px 6px 24px;
  font-size: 1.2rem;
  color: #333333;
  background-color: #ffffff;
  margin-top: 10px;
  position: relative;
}

.user-aux-area__favorite::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  margin-left: -38px;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_01.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.user-aux-area__favorite.is-active {
  border: 1px solid #e4887a;
  color: #ffffff;
  text-decoration: none;
  background-color: #e4887a;
}

.user-aux-area__favorite.is-active::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_02.png");
}

.user-aux-area .swiper-container {
  max-width: 950px;
  padding: 0 20px;
  -webkit-perspective: 1px;
  perspective: 1px;
}

.user-aux-area .swiper-button-prev,
.user-aux-area .swiper-button-next {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  margin-top: 0;
  display: block;
  color: #333;
  z-index: 1000;
  background-color: #f7f7f7;
  background-image: none;
}

.user-aux-area .swiper-button-prev:after,
.user-aux-area .swiper-button-next:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.swiper-container-rtl .user-aux-area .swiper-button-prev,
.swiper-container-rtl .user-aux-area .swiper-button-next {
  background-image: none;
}

.swiper-container-rtl .user-aux-area .swiper-button-prev:after,
.swiper-container-rtl .user-aux-area .swiper-button-next:after {
  content: "";
}

.user-aux-area .swiper-button-prev.swiper-button-disabled,
.user-aux-area .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.user-aux-area .swiper-button-next {
  right: -1px;
}

.user-aux-area .swiper-button-next:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 0;
}

.user-aux-area .swiper-button-prev {
  left: -1px;
}

.user-aux-area .swiper-button-prev:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  right: 0;
}

.user-aux-area__item-more {
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 5px;
}

.user-aux-area__item-more:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user-aux-area__item-more > span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  color: #333333;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.user-aux-area__nomatch,
.user-aux-area__err {
  display: none;
  text-align: center;
  margin: 20px auto;
  font-size: 1.4rem;
}

.user-aux-area__nomatch.is-active,
.user-aux-area__err.is-active {
  display: block;
}

.user-aux-area.user-aux-area--history .swiper-button-next:after,
.user-aux-area.user-aux-area--history .swiper-button-prev:after {
  margin-top: -22px;
}

.arrow-btn {
  width: auto;
  display: block;
  margin: 0 auto 22.5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.arrow-btn__img {
  width: 50%;
}

.arrow-btn--special {
  margin-top: 15px;
}

.article__area {
  margin-bottom: 50px;
}

.article__image {
  margin-bottom: 25px;
}

.article__text {
  padding-right: 20px;
  padding-left: 20px;
  line-height: 1.9;
}

.breadcrumb {
  max-width: 950px;
  padding-top: 10px !important;
  padding-bottom: 15px !important;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0 !important;
}

.breadcrumb__inner {
  line-height: 1;
}

.breadcrumb__item {
  position: relative;
  margin-right: 6px;
  font-size: 1rem;
  word-break: break-all;
  color: #333333;
}

.breadcrumb__item:last-child {
  margin-right: 0;
}

.breadcrumb__item--about {
  color: #ffffff;
}

.breadcrumb__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb__item--about:not(:last-child)::after {
  border-color: #ffffff;
}

.breadcrumb__product-count--thing,
.breadcrumb__product-count--other {
  display: inline-block;
  height: 20px;
  margin-left: 2px;
  padding: 4px 6px;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  background-color: #ffffff;
  font-size: 1rem;
}

.breadcrumb__product-count--thing,
.breadcrumb__product-count--other {
  border-color: #838383;
  color: #838383;
}

.category-badge {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 66px solid transparent;
  border-left: 66px solid #040404;
  z-index: 2;
}

.category-badge__text {
  position: absolute;
  top: 10px;
  left: -60px;
  text-transform: uppercase;
}

.category-badge__text--two-line {
  top: 5px;
  left: -60px;
}

.concept-appeal {
  display: none;
}

.top-concept-appeal {
  background-color: #F8F4EC;
  margin-bottom: 16px;
}

.top-concept-appeal__read {
  text-align: center;
  padding: 16px 0;
}

.top-concept-appeal__read__large {
  display: block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1;
}

.top-concept-appeal__read__small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.3;
}

.top-concept-appeal__read__supplement {
  padding: 0 0 16px 0;
  text-align: center;
  text-decoration: underline;
  text-underline-position: under;
  font-size: 1.2rem;
}

.top-concept-appeal__read__supplement a {
  color: #444444;
}

.top-concept-appeal__read__supplement::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 13px;
  margin-left: 8px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.content-area-feature-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.content-area-feature-list--read {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content-area-feature-list--special {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content-area-feature-list__item {
  width: 50%;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.content-area-feature-list__item:hover {
  opacity: 0.7;
}

.content-area-feature-list__item-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.content-area-feature-list__item-link::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.content-area-feature-list__item-img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .content-area-feature-list__item-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.content-area-feature-list__item-category {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.content-area-feature-list__item-category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #333333;
}

.content-area-feature {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.bx-wrapper {
  position: relative;
}

.bx-prev,
.bx-next {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 47px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  width: 25px;
  z-index: 99;
  margin-top: -24px;
}

.bx-next {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv2/imgv2/top/special_next.png");
  right: 0;
}

.bx-prev {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv2/imgv2/top/special_prev.png");
  left: 0;
}

.content-area-sub {
  margin-bottom: 50px;
}

.content-area {
  margin: 0 10px 50px;
}

.content-area--top {
  margin-bottom: 60px;
}

.content-area__head::before {
  border-bottom: 1px solid #333333;
}

.content-area__head--thing::before {
  border-bottom: 1px solid #c7a55f;
}

.content-area__head--other::before {
  border-bottom: 1px solid #e4887a;
  left: 53% !important;
}

.content-area__head--prefecture::before {
  border-bottom: 1px solid #767676;
}

.content-user-aux {
  position: relative;
}

.content-user-aux__remove {
  margin: 26px 0;
}

.content-user-aux__remove-all {
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 8px 12px 8px 40px;
  font-size: 1.2rem;
  line-height: 1;
  color: #333333;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  margin: 0 0 0 auto;
}

.content-user-aux__remove-all:before,
.content-user-aux__remove-all:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  margin: -1px 0 0 12px;
  background: #333333;
}

.content-user-aux__remove-all:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content-user-aux__remove-all:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content-user-aux__nomatch {
  margin: 160px auto;
  text-align: center;
}

.ethical-content {
  position: relative;
  padding: 20px 0 24px 0;
  background: #F8F4EC;
}

.ethical-content .content-area__head {
  margin-bottom: 28px;
  font-size: 2.2rem;
}

.ethical-content--text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.ethical-content__list {
  margin-bottom: 16px;
}

.ethical-content__list__item {
  height: 50%;
  margin: 0 16px 16px 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
}

.ethical-content__list__item a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.ethical-content__list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.ethical-content__list__item a:hover > .ethical-content__list__item img {
  opacity: 0.7;
}

.ethical-content__list__item a:hover > .ethical-content__list__item__text p {
  color: #333333;
}

.ethical-content__list__item img {
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.ethical-content__list__item__text p {
  padding: 16px;
  color: #333333;
  font-size: 1.4rem;
}

.ethical-content__more-btn {
  position: relative;
  text-align: center;
  margin: 16px 16px 0;
}

.ethical-content__more-btn a {
  display: block;
  padding: 11px 0 0 0;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  background-color: #FFFFFF;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-content__more-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ethical-content__more-btn a:hover {
  color: #C25558;
  border: 1px solid #C25558;
  text-decoration: none;
}

.ethical-content__more-btn a:hover::after {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
}

.ethical-standard {
  position: relative;
  padding: 40px 0 0 0;
  margin-bottom: 28px;
}

.ethical-standard .content-area__head {
  font-size: 2.2rem;
  margin-bottom: 28px;
}

.ethical-standard h3 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.ethical-standard p {
  margin: 0 17px 20px 17px;
  text-align: center;
  font-size: 1.2rem;
}

.ethical-standard br {
  display: none;
}

.ethical-standard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
  margin-bottom: 14px;
}

.ethical-standard__list::after {
  display: block;
  content: "";
  width: 29%;
}

.ethical-standard__list__item {
  width: 30%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item:hover {
  border: 1px solid #C25558;
}

.ethical-standard__list__item span {
  display: block;
  margin-bottom: 10%;
  text-align: center;
  font-size: 1.2rem;
}

.ethical-standard__list__item__certified-product {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__certified-product::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/certified_product.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/certified_product_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__certified-product:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__certified-product:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/certified_product_hover.png");
}

.ethical-standard__list__item__organic {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__organic::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/organic.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/organic_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__organic:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__organic:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/organic_hover.png");
}

.ethical-standard__list__item__food-loss {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__food-loss::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/food_loss.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/food_loss_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__food-loss:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__food-loss:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/food_loss_hover.png");
}

.ethical-standard__list__item__waste-reduction {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__waste-reduction::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/waste_reduction.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/waste_reduction_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__waste-reduction:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__waste-reduction:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/waste_reduction_hover.png");
}

.ethical-standard__list__item__plastic-removal {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__plastic-removal::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/plastic_removal.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/plastic_removal_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__plastic-removal:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__plastic-removal:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/plastic_removal_hover.png");
}

.ethical-standard__list__item__protect-the-sea {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-sea::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_sea.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_sea_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-sea:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__protect-the-sea:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_sea_hover.png");
}

.ethical-standard__list__item__protect-the-forest {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-forest::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_forest.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_forest_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-forest:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__protect-the-forest:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_forest_hover.png");
}

.ethical-standard__list__item__protect-the-earth {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-earth::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_earth.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_earth_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__protect-the-earth:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__protect-the-earth:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/protect_the_earth_hover.png");
}

.ethical-standard__list__item__recycling {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__recycling::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/recycling.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/recycling_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__recycling:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__recycling:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/recycling_hover.png");
}

.ethical-standard__list__item__animal-consideration {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__animal-consideration::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/animal_consideration.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/animal_consideration_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__animal-consideration:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__animal-consideration:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/animal_consideration_hover.png");
}

.ethical-standard__list__item__CO2-consideration {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__CO2-consideration::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/CO2_consideration.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/CO2_consideration_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__CO2-consideration:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__CO2-consideration:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/CO2_consideration_hover.png");
}

.ethical-standard__list__item__energy-saving {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__energy-saving::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/energy_saving.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/energy_saving_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__energy-saving:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__energy-saving:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/energy_saving_hover.png");
}

.ethical-standard__list__item__additive-free {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__additive-free::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/additive_free.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/additive_free_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__additive-free:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__additive-free:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/additive_free_hover.png");
}

.ethical-standard__list__item__cosmetics-loss {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__cosmetics-loss::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/cosmetics_loss.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/cosmetics_loss_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__cosmetics-loss:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__cosmetics-loss:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/cosmetics_loss_hover.png");
}

.ethical-standard__list__item__natural-materials {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__natural-materials::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/natural_materials.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/natural_materials_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__natural-materials:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__natural-materials:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/natural_materials_hover.png");
}

.ethical-standard__list__item__local-products {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__local-products::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/local_products.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/local_products_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__local-products:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__local-products:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/local_products_hover.png");
}

.ethical-standard__list__item__seasonal-ingredients {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__seasonal-ingredients::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/seasonal_ingredients.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/seasonal_ingredients_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__seasonal-ingredients:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__seasonal-ingredients:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/seasonal_ingredients_hover.png");
}

.ethical-standard__list__item__lifetime {
  display: block;
  height: 100%;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__lifetime::before {
  content: "";
  display: block;
  width: 14vw;
  height: 14vw;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/lifetime.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/lifetime_hover.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 10% auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__list__item__lifetime:hover {
  border-radius: 8px;
  color: #C25558;
  text-decoration: none;
}

.ethical-standard__list__item__lifetime:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/ethical/lifetime_hover.png");
}

.ethical-standard__more-btn {
  position: relative;
  text-align: center;
  margin: 0 16px 0;
}

.ethical-standard__more-btn a {
  display: block;
  padding: 11px 0 0 0;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.ethical-standard__more-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ethical-standard__more-btn a:hover {
  color: #C25558;
  border: 1px solid #C25558;
  text-decoration: none;
}

.ethical-standard__more-btn a:hover::after {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
}

.ethicalTag30000710:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000710.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000710_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000683:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000683.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000683_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30001263:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001263.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001263_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000767:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000767.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000767_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000734:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000734.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000734_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000758:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000758.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000758_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000725:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000725.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000725_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30003542:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003542.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003542_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000749:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000749.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000749_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000680:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000680.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000680_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000746:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000746.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000746_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30001491:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001491.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001491_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000713:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000713.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000713_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000668:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000668.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000668_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000671:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000671.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000671_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000698:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000698.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000698_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000695:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000695.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000695_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000761:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000761.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000761_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000686:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000686.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000686_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000665:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000665.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000665_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000662:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000662.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000662_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000722:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000722.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000722_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000755:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000755.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000755_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag10029969:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10029969.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10029969_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000677:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000677.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000677_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag10030068:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030068.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030068_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000692:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000692.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000692_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag10002822:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10002822.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10002822_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30000740:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000740.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000740_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30001716:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001716.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001716_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag10030134:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030134.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030134_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTag30003920:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003920.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003920_w.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
}

.ethicalTagHead30000710:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000710.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000683:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000683.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30001263:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001263.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000767:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000767.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000734:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000734.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000758:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000758.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000725:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000725.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30003542:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003542.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000749:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000749.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000680:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000680.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000746:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000746.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30001491:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001491.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000713:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000713.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000668:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000668.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000671:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000671.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000698:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000698.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000695:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000695.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000761:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000761.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000686:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000686.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000665:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000665.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000662:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000662.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000722:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000722.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000755:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000755.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead10029969:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10029969.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000677:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000677.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead10030068:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030068.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000692:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000692.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead10002822:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10002822.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30000740:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000740.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30001716:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001716.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead10030134:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030134.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.ethicalTagHead30003920:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003920.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 8px;
  left: -3px;
}

.content-area__head,
.content-area__head--thing,
.content-area__head--other,
.content-area__head--prefecture {
  font-size: 1.95rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  line-height: 1;
}

.content-area__head::before,
.content-area__head--thing::before,
.content-area__head--other::before,
.content-area__head--prefecture::before {
  content: "";
  width: 35px;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content-area-sub__head {
  font-size: 1.9rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
}

.content-area-aside__head {
  font-size: 1.9rem;
}

.article__head {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.head-history > span {
  display: inline-block;
  position: relative;
}

.head-history > span:before {
  content: "";
  display: block;
  position: absolute;
  left: -28px;
  width: 20px;
  height: 20px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/history.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.head-favorite > span {
  display: inline-block;
  position: relative;
}

.head-favorite > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -28px;
  width: 16px;
  height: 16px;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_04.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.heads-up {
  margin: 0 10px 10px;
  padding: 15px;
  border: 2px solid #DA1B42;
  text-align: center;
}

.heads-up p:nth-of-type(1) {
  color: #DA1B42;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.heads-up p:nth-of-type(2) {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.heads-up p:nth-of-type(3) {
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0%;
}

.heads-up p:nth-of-type(3) span {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 140%;
  letter-spacing: 0%;
}

.heads-up p:nth-of-type(3) a {
  color: #333333;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}

.more-btn {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12.5px 0;
  border: 2px solid #dedede;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.more-btn:hover {
  color: #333333;
  text-decoration: none;
}

.noscript__content-outer {
  background: var(--_JS, #F0F0F0);
  text-align: center;
  margin: 0 10px 10px;
  border: 1px solid #000;
}

.noscript__content {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.noscript__title {
  padding-bottom: 15px;
  color: var(--_, #333333);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 160%;
}

.noscript__subtitle {
  color: var(--_, #333333);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.noscript__link {
  color: var(--_, #007891);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
}

.pr-badge {
  position: absolute;
  font-size: 1.2rem;
  background: #4c4c4c;
  display: inline-block;
  padding: 5px 7px;
  color: #ffffff;
  line-height: 1;
}

.pr-badge:hover {
  color: #ffffff;
  text-decoration: none;
}

.pr-badge--feature {
  bottom: 10px;
  right: 10px;
}

.pr-badge--banner {
  bottom: 5%;
  right: 1%;
  font-size: 1rem;
  padding: 1% 1.5%;
}

.pr-banner {
  display: block;
  width: 100%;
  padding: 10% 10% 15%;
  background: #edecec;
}

.pr-banner__wrapper {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pr-banner__wrapper-img {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.pr-banner__wrapper-img:hover {
  opacity: 0.7;
}

.pr-banner-disaster-prevention {
  margin-top: 28px;
}

.pr-banner-disaster-prevention__inner {
  margin: 0 16px;
}

.pr-banner-disaster-prevention__inner a {
  display: block;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/banner/bousai_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  border-radius: 8px;
  width: 100%;
  height: 62vw;
}

.pr-banner-food-loss {
  margin-bottom: 28px;
}

.pr-banner-food-loss__inner {
  margin: 0 16px;
}

.pr-banner-food-loss__inner img {
  border-radius: 8px;
  width: 100%;
  height: 31vw;
}

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

.product-list__wrapper {
  color: #333333;
}

.product-list__wrapper:hover {
  color: #333333;
  text-decoration: none;
}

.product-list__wrapper:hover > .product-list__wrapper-img {
  opacity: 0.7;
}

.product-list__wrapper:hover > .product-list__title {
  color: #00849f;
}

.product-list__item {
  position: relative;
  margin-bottom: 35px;
}

.product-list__inner {
  position: relative;
}

.product-list__wrapper-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-list__wrapper-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-list__img {
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.product-list__title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 50px 0 10px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.product-list__title > span:first-child {
  margin-right: 5px;
}

.product-list__storeType {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background: #878787;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.product-list__value {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 10px;
}

.product-list__description {
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 0 10px;
}

.product-list__postage {
  display: inline-block;
  padding: 5px 7px;
  background: #f25242;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
}

.product-list__new-icon {
  display: inline-block;
}

.product-list__new-icon img {
  padding: 8px 0 0 4px;
}

.product-list__favorite-btn {
  content: "";
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_01.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  right: 0;
  top: 60vw;
  margin-top: 38%;
  padding: 10px;
}

.product-list__favorite-btn.is-active {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_03.png");
}

.product-list__status {
  position: absolute;
  bottom: 11px;
  right: 13px;
  padding: 0.5px 3px;
  background: #ffffff;
  border: 1px solid #f25242;
  font-weight: 700;
  font-size: 18px;
  color: #f25242;
}

.product-prefecture {
  margin: -5px 0 10px 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.product-prefecture__prefecture-name {
  margin: 5px 5px 0 0;
}

.product-prefecture__prefecture-name a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 16px;
  padding: 6px 8px;
  font-size: 1.4rem;
  line-height: 1;
  white-space: nowrap;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-prefecture__prefecture-name a:hover {
  color: #333333;
  text-decoration: none;
}

.product-prefecture__prefecture-name--active a {
  border-color: #999999;
  background-color: #999999;
  color: #ffffff;
  -webkit-transition: 0s;
  transition: 0s;
}

.special-product {
  margin: 0 auto 20px;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.special-product__title {
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 20px;
}

.special-product__explanation {
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 30px;
}

.special-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.special-product__list__item {
  position: relative;
  width: 48%;
  margin-bottom: 40px;
}

.special-product__list__item__inner {
  position: relative;
}

.special-product__list__item__inner__wrapper {
  color: #333333;
}

.special-product__list__item__inner__wrapper:hover {
  color: #00849f;
  text-decoration: none;
  opacity: 1 !important;
}

.special-product__list__item__inner__wrapper:hover > .special-product__list__item__inner__wrapper__img {
  opacity: 0.7;
}

.special-product__list__item__inner__wrapper:hover > .special-product__list__item__inner__wrapper__img img {
  opacity: 1;
}

.special-product__list__item__inner__wrapper:hover > .special-product__list__item__inner__wrapper__text__title {
  color: #00849f;
}

.special-product__list__item__inner__wrapper__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.special-product__list__item__inner__wrapper__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.special-product__list__item__inner__wrapper__img img {
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.special-product__list__item__inner__wrapper__img__status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px;
  background: #ffffff;
  border: 1px solid #f25242;
  font-weight: 700;
  font-size: 1.2rem;
  color: #f25242;
  line-height: 1.4;
}

.special-product__list__item__inner__wrapper__text {
  padding: 0 5px;
}

.special-product__list__item__inner__wrapper__text__title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 9px;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.special-product__list__item__inner__wrapper__text__value {
  color: #DF2D1B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 25.6px;
  margin-bottom: 8px;
  pointer-events: none;
}

.special-product__list__item__inner__wrapper__text__value__tax {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 19.2px;
  pointer-events: none;
}

.special-product__list__item__inner__wrapper__text__value__postage {
  color: #333333;
  display: inline-block;
  padding: 5px 7px;
  background: #f25242;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 12px;
  pointer-events: none;
}

.special-product__list__item__inner__wrapper__text__description {
  color: #333333;
  font-size: 1.4rem;
  line-height: 22.4px;
  margin-bottom: 12px;
  pointer-events: none;
}

.special-product__list__item__inner__wrapper__text__description:hover {
  color: #333333;
  opacity: 1;
}

.special-product__list__item__inner__wrapper__text__capacity {
  color: #333333;
  font-size: 1.4rem;
  line-height: 22.4px;
  pointer-events: none;
}

.special-product__list__item__inner__prefecture-list {
  margin-top: 17px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.special-product__list__item__inner__prefecture-list a {
  color: #333333;
  display: block;
  border: 1px solid #dedede;
  border-radius: 16px;
  padding: 8px 10px;
  font-size: 1.3rem;
  line-height: 14px;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.special-product__list__item__inner__prefecture-list a:hover {
  text-decoration: none;
  border-color: #999999;
  background-color: #999999;
  color: #ffffff;
  opacity: 1 !important;
}

.store-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.store-logo-list__item {
  width: 26%;
  margin-bottom: 20px;
  margin-left: 17.7%;
}

.store-logo-list__item:nth-child(even) {
  margin-right: 17.7%;
  margin-left: 11.8%;
}

.store-text-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.store-text-link-list::after {
  content: "";
  display: block;
  width: 300px;
  margin-left: 25px;
}

.store-text-link-list__item {
  display: inline-block;
  width: 49%;
  max-height: 100%;
  height: 100px;
  border: 1px solid #dedede;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.store-text-link-list__item:hover {
  border-color: #c25558;
}

.store-text-link-list__link {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 2rem;
  color: #333333;
  background: #FEFEFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.store-text-link-list__link:hover {
  color: #c25558;
  text-decoration: none;
}

.tag-list {
  margin: 0 0 10px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.tag-list__item {
  margin: 0 5px 5px 0;
  font-size: 1.2rem;
  line-height: 1;
}

.tag-list__item-button {
  border: 1px solid #dedede;
  padding: 10px 10px;
  color: #333333;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-button:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: transparent;
}

.tag-list__item-button::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-button:hover::before {
  background: #ffffff;
}

.tag-list__item-other-button {
  border: 1px solid #dedede;
  padding: 10px 10px;
  color: #333333;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover {
  color: #ffffff;
  text-decoration: none;
  border-color: transparent;
}

.tag-list__item-other-button:hover .ethicalTag30000710:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000710_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000683:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000683_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30001263:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001263_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000767:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000767_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000734:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000734_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000758:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000758_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000725:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000725_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30003542:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003542_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000749:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000749_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000680:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000680_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000746:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000746_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30001491:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001491_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000713:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000713_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000668:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000668_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000671:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000671_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000698:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000698_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000695:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000695_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000761:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000761_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000686:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000686_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000665:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000665_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000662:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000662_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000722:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000722_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000755:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000755_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag10029969:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10029969_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000677:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000677_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag10030068:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030068_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000692:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000692_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag10002822:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10002822_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30000740:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000740_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30001716:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001716_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag10030134:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030134_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover .ethicalTag30003920:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003920_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other-button:hover::before {
  background: #ffffff;
}

.tag-list__item-thing::before {
  background: #c7a55f;
}

.tag-list__item-thing:hover {
  background: #c7a55f;
}

.tag-list__item-thing--active {
  border-color: transparent;
  background: #c7a55f;
  color: #ffffff;
}

.tag-list__item-thing--active::before {
  background: #ffffff;
}

.tag-list__item-other::before {
  background: #e4887a;
}

.tag-list__item-other:hover {
  background: #e4887a;
}

.tag-list__item-other--active {
  border-color: transparent;
  background: #e4887a;
  color: #ffffff;
}

.tag-list__item-other--active::before {
  background: #ffffff;
}

.tag-list__item-other--active .ethicalTag30000710:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000710_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000683:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000683_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30001263:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001263_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000767:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000767_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000734:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000734_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000758:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000758_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000725:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000725_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30003542:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003542_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000749:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000749_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000680:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000680_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000746:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000746_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30001491:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001491_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000713:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000713_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000668:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000668_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000671:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000671_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000698:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000698_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000695:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000695_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000761:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000761_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000686:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000686_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000665:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000665_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000662:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000662_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000722:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000722_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000755:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000755_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag10029969:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10029969_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000677:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000677_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag10030068:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030068_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000692:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000692_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag10002822:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10002822_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30000740:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30000740_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30001716:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30001716_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag10030134:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/10030134_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list__item-other--active .ethicalTag30003920:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/ethical_tag/30003920_w.png"), url("");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -9px;
  margin-bottom: -7px;
  margin-right: 5px;
  left: -3px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tag-list--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 27.5px;
}

.tag-list--search {
  max-height: none;
}

.content-area-about {
  margin: 0;
  overflow: hidden;
  position: relative;
}

.content-area-about__head {
  color: #ffffff;
  text-shadow: #454e3c 0px 0px 12px;
}

.content-area-about__head::before {
  border-color: #ffffff;
}

.content-area-aside {
  margin-bottom: 28px;
}

.content-area-aside--bnr {
  margin-top: 0;
}

.content-area-feature-list--read .content-area-feature-list__item:nth-child(n+9) {
  display: none;
}

.content-area-feature-list--top {
  margin: 0 16px 20px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-area-feature-list--top--read {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content-area-feature-list--top--special {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.content-area-feature-list--top__item {
  width: 48%;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  margin-bottom: 13px;
  border-radius: 8px;
}

.content-area-feature-list--top__item:hover {
  opacity: 0.7;
}

.content-area-feature-list--top__item-link {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.content-area-feature-list--top__item-link::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.content-area-feature-list--top__item-img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .content-area-feature-list--top__item-img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.content-area-feature-list--top__item-category {
  color: #ffffff;
  font-size: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.content-area-feature-list--top__item-category::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid transparent;
  border-left: 100px solid #333333;
}

.content-area-feature-list--top__title {
  margin-top: 28px;
}

.content-area-feature-list--top__title .content-area__head {
  font-size: 2.2rem;
}

.content-area-feature-list--top__title__more-link {
  display: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.content-area-feature-list--top__title__more-link:hover {
  opacity: 0.7;
  color: #333333;
  text-decoration: none;
}

.content-area-feature-list--top__more-btn {
  position: relative;
  text-align: center;
  margin: 0 16px 0 16px;
}

.content-area-feature-list--top__more-btn a {
  display: block;
  padding: 11px 0 0 0;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
}

.content-area-feature-list--top__more-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  margin-top: 5px;
}

.content-area-list {
  margin-bottom: 35px;
}

.content-area-ranking {
  margin-bottom: 0;
}

.content-area-sub--store {
  max-width: 950px;
  width: 100%;
  margin: 0 auto 30px;
}

.eat a:after,
.mono a:after {
  background: #c7a55f;
}

.js-slide-btn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.js-slide-tag {
  max-height: 2000px;
}

.note__content {
  overflow: hidden;
}

.note__img {
  line-height: 1;
  padding: 0.3em 0 0.4em;
}

.note h1 {
  width: 8em;
  vertical-align: middle;
  margin: 0 auto;
}

.sns-btns-01 .x a {
  background-color: black;
}

.sns-btns-01 .line a img {
  width: 23px;
}

.product-list.product-favorite-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-list.product-favorite-list > li:nth-of-type(4n-3) {
  margin-left: 0.5%;
}

.product-list.product-favorite-list > li:not(:nth-of-type(4n-3)) {
  margin-left: 1%;
}

.product-list.product-history-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-list.product-history-list > li:nth-of-type(4n-3) {
  margin-left: 0.5%;
}

.product-list.product-history-list > li:not(:nth-of-type(4n-3)) {
  margin-left: 1%;
}

.product-list-ranking {
  margin-bottom: 0;
}

.product-list-ranking__item {
  position: relative;
  margin-bottom: 45px;
}

.product-list-ranking__item:last-child {
  margin-bottom: 40px;
}

.product-list-ranking__item:nth-child(n+10) .product-list-ranking__rank {
  left: 10px;
}

.product-list-ranking__rank {
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 5;
  color: #ffffff;
}

.product-list-ranking__rank::before {
  content: "";
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #967e7b;
}

.product-list-ranking__rank--gold::before {
  background: #c9a641;
}

.product-list-ranking__rank--silver::before {
  background: #7a7a7a;
}

.product-list-ranking__rank--bronze::before {
  background: #975631;
}

.content-area-ranking__note {
  margin-bottom: 50px;
  font-size: 1.4rem;
}

.product-list-top {
  position: relative;
}

.product-list-top .content-area__head {
  margin: 30px 0 32px;
  font-size: 2.2rem;
}

.product-list-top .system-error__title {
  margin-top: 20px;
  font-size: 1.4rem;
}

.product-list-top .system-error__text {
  margin-bottom: 48px;
  font-size: 1.4rem;
}

.product-list-top > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
}

.product-list-top__item {
  position: relative;
  width: 48%;
  margin-bottom: 16px;
}

.product-list-top__item__wapper {
  color: #000000;
}

.product-list-top__item__wapper:hover {
  color: #333333;
  text-decoration: none;
}

.product-list-top__item__wapper:hover > .product-list-top__item__wapper__img {
  opacity: 0.7;
}

.product-list-top__item__wapper:hover > .product-list-top__item__wapper__title {
  color: #00849f;
}

.product-list-top__item__wapper__img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-list-top__item__wapper__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-list-top__item__wapper__img img {
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.product-list-top__item__wapper__title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 24px 0 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  line-height: 1.4;
}

.product-list-top__item__wapper__title > span:first-child {
  margin-right: 5px;
}

.product-list-top__item__wapper__value {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 4px 0 8px;
}

.product-list-top__item__wapper__tax {
  font-size: 1rem;
  font-weight: normal;
}

.product-list-top__item__wapper__postage {
  display: inline-block;
  padding: 2px 6px;
  background: #f25242;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 16px;
}

.product-list-top__item__wapper__description {
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.product-list-top__item__wapper__storeType {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background: #878787;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.product-list-top__favorite-btn {
  content: "";
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_01.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  right: -8px;
  top: 28.6vw;
  margin-top: 37%;
  padding: 10px;
}

.product-list-top__favorite-btn.is-active {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_03.png");
}

.product-list-top__more-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 28px;
}

.product-list-top__more-btn__eat {
  padding: 13px 0;
  margin: 0 16px 16px;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.product-list-top__more-btn__eat span {
  margin-left: 10px;
}

.product-list-top__more-btn__eat::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/eat.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/eat_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  position: absolute;
  top: 12px;
  left: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list-top__more-btn__eat::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 30px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list-top__more-btn__eat:hover {
  color: #C25558;
  border: 1px solid #C25558;
  text-decoration: none;
}

.product-list-top__more-btn__eat:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/eat_hover.png");
}

.product-list-top__more-btn__eat:hover::after {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
}

.product-list-top__more-btn__mono {
  padding: 13px 0;
  margin: 0 16px;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.product-list-top__more-btn__mono span {
  margin-left: 20px;
}

.product-list-top__more-btn__mono::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 28px;
  height: 28px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/mono.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/mono_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: baseline;
  position: absolute;
  top: 75px;
  left: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list-top__more-btn__mono::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list-top__more-btn__mono:hover {
  color: #C25558;
  border: 1px solid #C25558;
  text-decoration: none;
}

.product-list-top__more-btn__mono:hover::before {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/mono_hover.png");
}

.product-list-top__more-btn__mono:hover::after {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
}

.product-list-top-ranking {
  position: relative;
  margin-top: 20px;
  margin-bottom: 28px;
}

.product-list-top-ranking .content-area__head {
  font-size: 2.2rem;
}

.product-list-top-ranking__group {
  margin-bottom: 32px;
}

.product-list-top-ranking__group .system-error__title {
  margin-top: 44px;
  font-size: 1.4rem;
}

.product-list-top-ranking__group .system-error__text {
  margin-bottom: 48px;
  font-size: 1.4rem;
}

.product-list-top-ranking__group__title h3 {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1;
  font-size: 1.8rem;
}

.product-list-top-ranking__group__title h3::before {
  content: "";
  width: 35px;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #C7A55F;
}

.product-list-top-ranking__group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 16px;
  list-style: none;
}

.product-list-top-ranking__group__list__item {
  position: relative;
  width: 48%;
  margin-bottom: 16px;
}

.product-list-top-ranking__group__list__item__wrapper {
  color: #000000;
}

.product-list-top-ranking__group__list__item__wrapper:hover {
  color: #00849f;
  text-decoration: none;
}

.product-list-top-ranking__group__list__item__wrapper:hover > .product-list-top-ranking__group__list__item__wrapper__img {
  opacity: 0.7;
}

.product-list-top-ranking__group__list__item__wrapper:hover > .product-list-top-ranking__group__list__item__wrapper img {
  opacity: 0.7;
}

.product-list-top-ranking__group__list__item__wrapper:hover > .product-list-top-ranking__group__list__item__wapper__title {
  color: #00849f;
}

.product-list-top-ranking__group__list__item__wrapper__img {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank1 {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank1::before {
  content: "";
  z-index: -1;
  top: -10px;
  left: -12px;
  position: absolute;
  width: 35px;
  height: 54px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/rank1.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank2 {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank2::before {
  content: "";
  z-index: -1;
  top: -10px;
  left: -12px;
  position: absolute;
  width: 35px;
  height: 54px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/rank2.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank3 {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank3::before {
  content: "";
  z-index: -1;
  top: -10px;
  left: -12px;
  position: absolute;
  width: 35px;
  height: 54px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/rank3.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank4 {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 5;
  color: #ffffff;
  font-size: 18px;
}

.product-list-top-ranking__group__list__item__wrapper__img__rank4::before {
  content: "";
  z-index: -1;
  top: -10px;
  left: -12px;
  position: absolute;
  width: 35px;
  height: 54px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/rank4.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.product-list-top-ranking__group__list__item__wrapper img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.product-list-top-ranking__group__list__item__wrapper__title {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0 24px 0 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  line-height: 1.4;
}

.product-list-top-ranking__group__list__item__wrapper__title > span:first-child {
  margin-right: 5px;
}

.product-list-top-ranking__group__list__item__wrapper__value {
  color: #333333;
  font-size: 1.6rem;
  margin: 4px 0 8px;
  font-weight: bold;
}

.product-list-top-ranking__group__list__item__wrapper__tax {
  color: #333333;
  font-size: 1rem;
  font-weight: normal;
}

.product-list-top-ranking__group__list__item__wrapper__postage {
  color: #333333;
  display: inline-block;
  padding: 2px 6px;
  background: #f25242;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 16px;
}

.product-list-top-ranking__group__list__item__wrapper__description {
  color: #333333;
  font-size: 1.2rem;
  margin-bottom: 16px;
}

.product-list-top-ranking__group__list__item__wrapper__storeType {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  background: #878787;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  line-height: 1;
}

.product-list-top-ranking__group__list__item__favorite-btn {
  content: "";
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_01.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  right: -8px;
  top: 28.6vw;
  margin-top: 37%;
  padding: 10px;
}

.product-list-top-ranking__group__list__item__favorite-btn.is-active {
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/icon-favorite_03.png");
}

.product-list-top-ranking__more-btn {
  position: relative;
  text-align: center;
  margin: 0 16px;
}

.product-list-top-ranking__more-btn a {
  display: block;
  padding: 11px 0 0 0;
  width: 100%;
  height: 48px;
  border: 1px solid #7A7A7A;
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.product-list-top-ranking__more-btn a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png"), url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
  background-size: cover, 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product-list-top-ranking__more-btn a:hover {
  color: #C25558;
  border: 1px solid #C25558;
  text-decoration: none;
}

.product-list-top-ranking__more-btn a:hover::after {
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow_hover.png");
}

.product-list-user-aux__item {
  position: relative;
}

.product-list-user-aux__remove-item {
  position: absolute;
  background-image: url("https://s.yimg.jp/images/yellmarket/fkd/commonv3/img/Icon-remove-item-button.png");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.tag-list--blank-large {
  max-height: none;
  padding-right: 0;
  padding-left: 0;
}

.tag-list--blank-large .tag-list__item {
  margin-bottom: 15px;
}

.tag-list-product {
  margin: -5px 0 10px 0;
  max-height: 78px;
  padding: 0 10px;
  margin-bottom: 10px !important;
}

.tag-list-product .tag-list__item {
  margin: 5px 5px 0 0;
}

.tag-list-product-top {
  margin: -5px 0 10px 0;
  max-height: 80px;
}

.tag-list-product-top .tag-list__item {
  margin: 5px 5px 0 0;
}

.top-message {
  margin: 50px 16px 0;
  border: 4px solid #DCA;
  background: #FFF;
}

.top-message__wrap {
  padding: 22px 20px;
}

.top-message__wrap__title {
  margin-bottom: 20px;
  color: #926813;
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 16px;
}

.top-message__wrap__title--under-line {
  border-bottom: solid 2px #E8DFCE;
  padding-bottom: 5px;
}

.top-message__wrap__text {
  color: #583E07;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 16.8px;
}

.top-message__wrap__text p:first-child {
  margin-bottom: 20px;
}

.top-message__wrap__text a {
  color: #583E07;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

/**************************
  Hides from IE-mac
**************************/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**************************
  背景色
**************************/

.bgGray {
  background-color: #F4F4F4;
}

/**************************
  テーブル
**************************/

.tableLayout {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.tableLayout.fixLayout {
  table-layout: fixed;
}

.tableLayout > * {
  display: table-cell;
  vertical-align: top;
}

/**************************
  テキストカラー
**************************/

.textDefColor {
  color: #333333;
}

.textBlue {
  color: #00A3DD;
}

/**************************
  フォントサイズ
**************************/

.fs80 {
  font-size: 80% !important;
}

.fs85 {
  font-size: 85% !important;
}

.fs90 {
  font-size: 90% !important;
}

.fs95 {
  font-size: 95% !important;
}

.fs105 {
  font-size: 105% !important;
}

.fs110 {
  font-size: 110% !important;
}

.fs115 {
  font-size: 115% !important;
}

.fs120 {
  font-size: 120% !important;
}

.fs130 {
  font-size: 130% !important;
}

.fs140 {
  font-size: 140% !important;
}

.fs150 {
  font-size: 150% !important;
}

/**************************
  フォントウェイト
**************************/

.bold {
  font-weight: bold;
}

/**************************
  YouTube
**************************/

.youtube > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**************************
  align
**************************/

.alignL {
  text-align: left;
}

.alignR {
  text-align: right;
}

.alignC {
  text-align: center;
}

.alignC a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.alignC a:hover {
  opacity: 0.7;
}

/**************************
  line-height
**************************/

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

/**************************
  margin
**************************/

/* -------- top -------- */

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/* -------- right -------- */

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

/* -------- bottom -------- */

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* -------- left -------- */

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/**************************
  padding
**************************/

/* -------- all -------- */

.pa05 {
  padding: 5px;
}

.pa10 {
  padding: 10px;
}

.pa15 {
  padding: 15px;
}

.pa20 {
  padding: 20px;
}

/* -------- horizontal -------- */

.ph05 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.ph10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.ph15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.ph20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.ph30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

/* -------- vertical -------- */

.pv05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pv10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* -------- top -------- */

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* -------- right -------- */

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

/* -------- bottom -------- */

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* -------- left -------- */

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 601px) {
  .about-area {
    letter-spacing: 0;
  }

  .about-area--second {
    height: 760px;
  }

  .about-area--second::before {
    margin-top: -980px;
  }

  .ethical-content__list__item img {
    height: 440px;
  }

  .ethical-standard__list {
    margin-bottom: 4px;
  }

  .ethical-standard__list__item {
    margin-bottom: 25px;
  }

  .product-list__favorite-btn {
    margin-top: 39%;
  }

  .product-list-top__favorite-btn {
    margin-top: 38%;
  }

  .product-list-top-ranking__group__list__item__favorite-btn {
    margin-top: 38%;
  }
}

@media screen and (min-width: 801px) {
  .about-area {
    height: 600px;
  }

  .about-area::before {
    margin-top: -880px;
  }

  .about-area__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-area__catchText__pc-only {
    display: block;
  }

  .about-area__head {
    max-width: 200px;
    height: 200px;
    border-width: 5px;
    margin-bottom: 0;
  }

  .about-area__body {
    max-width: 800px;
    margin-left: 100px;
  }

  .about-area--second {
    height: 600px;
  }

  .about-area--second::before {
    margin-top: -880px;
  }

  .catchphrase {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .catchphrase__wrapper__img {
    margin-left: 90px;
    width: 220px;
    height: 85px;
  }

  .catchphrase__wrapper__text {
    font-size: inherit;
    width: auto;
  }

  .catchphrase__wrapper__text br {
    display: none;
  }

  .siteConcept {
    width: 100%;
    height: 33.3%;
  }

  .siteConcept--second {
    top: 33.3%;
  }

  .siteConcept--third {
    top: 67%;
  }

  .dialog-com__lead {
    font-size: 2.2rem;
  }

  .dialog-com__lead span {
    font-size: 1.8rem;
  }

  .dialog-com__btn {
    font-size: 2.2rem;
    padding: 15px;
  }

  .dialog-com__btn--small {
    font-size: 1.8rem;
  }

  .dialog-com__pc-hide {
    display: none;
  }

  .footer {
    padding-bottom: 30px;
    margin-top: 20px;
  }

  .footer__pagetop__btn {
    width: 60px;
    height: 60px;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__nav__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-bottom: 38px;
    border-bottom: 0;
    border-right: 1px solid #3F3F3F;
  }

  .footer__nav__inner__list__item {
    width: 25%;
    padding: 14px 76px 14px 20px;
    font-size: 1.4rem;
  }

  .footer__nav__inner__list-custom {
    display: block;
    margin-bottom: 0;
  }

  .footer__nav__inner__list-custom :first-child {
    margin-right: 0;
  }

  .footer__nav__inner__list-custom__item {
    padding: 14px 76px 14px 20px;
    font-size: 1.4rem;
  }

  .footer__nav__outer-list {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-right: auto;
    margin-bottom: 38px;
  }

  .footer__nav__outer-list__item {
    padding: 14px 76px 14px 20px;
    font-size: 1.4rem;
  }

  .footer__follow-us p {
    font-size: 1.6rem;
  }

  .footer__note P {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
  }

  .footer__note P a {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
  }

  .footer__login-info {
    display: none;
  }

  .footer__sub-nav {
    margin-top: 20px;
  }

  .footer__sub-nav__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer__sub-nav__list__item a {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .footer__sub-nav__list__item__privacy::after {
    display: inline-block;
    margin: 0 3px;
    content: "-";
    width: 5px;
  }

  .footer__sub-nav__list__item__privacy a {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .footer__sub-nav__list__item__spacer {
    display: none;
  }

  .footer__sub-nav__list__item-opinion a {
    font-size: 0;
    text-align: center;
    font-size: 1.4rem;
  }

  .footer__sub-nav__list__item-help a {
    font-size: 0;
    text-align: center;
    font-size: 1.4rem;
  }

  .footer .copyright {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 92px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0 18px;
  }

  .header__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .header__toolbar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3px;
    margin-left: auto;
    font-size: 1.3rem;
  }

  .header__nav--sp {
    display: none;
  }

  .header__toolbar-item {
    margin-right: 10px;
  }

  .header__icon-tpoint {
    display: inline-block;
    margin-right: 4px;
    max-width: 14px;
  }

  .header__logo-yellmarket {
    width: 130px;
    margin-top: 0;
    margin-right: 60px;
    margin-left: 0;
  }

  .header__logo-yahoo--sp {
    display: none;
  }

  .header__logo-yahoo--pc img {
    max-width: 110px;
  }

  .header__nav {
    position: static;
    width: calc(100% - 200px);
    height: auto;
    margin-top: 5px;
  }

  .header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .header__nav-item a:after,
  .header__nav-item--second-layer a:after,
  .header__nav-item--active a:after {
    position: absolute;
    top: 29px;
    bottom: -6px;
    left: 0;
    width: 100%;
  }

  .header__nav-item:last-child,
  .header__nav-item--second-layer:last-child {
    margin-right: 0;
  }

  .header__nav-item--top {
    display: none;
  }

  .header__nav--second-layer {
    display: none;
  }

  .header__nav-item--second-layer {
    display: none;
  }

  .header__nav--user-aux {
    border-top: none;
    margin-top: 0;
    padding-left: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav--user-aux:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 16px;
    margin-top: -8px;
    border-left: 1px solid #a8a8a8;
  }

  .header__nav--user-aux a {
    position: relative;
    margin-left: 30px;
    padding-left: 24px;
    font-weight: normal;
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
  }

  .header__nav-item--history > a:before {
    left: 0;
  }

  .header__nav-item--history > a:after {
    margin-left: 24px;
    width: 4em;
  }

  .header__nav-item--favorite > a:before {
    margin-top: -6px;
    left: 2px;
  }

  .header__nav-item--favorite > a:after {
    margin-left: 24px;
    width: 5em;
  }

  .nav-toggle {
    display: none;
  }

  .header__nav-overlay {
    background: none;
  }

  .header__blank {
    height: 93px;
  }

  .header__user-aux-nav {
    display: none;
  }

  .header__yell-message {
    width: 98%;
  }

  .header__yell-message p.Box_txt-message {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .masthead {
    height: 70px;
  }

  .masthead__inner {
    max-width: 990px;
    margin: 0 auto;
  }

  .masthead__inner__logo-yellmarket {
    width: 130px;
    height: 40px;
    max-width: 15px 0 15px 15px;
  }

  .masthead__inner__section__wrap {
    margin: 20px 40px 25px 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .masthead__inner__section__wrap a {
    color: #333333;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .masthead__inner__section__wrap a:nth-child(1) {
    margin-right: 14px;
  }

  .masthead__inner__section__wrap a:nth-child(2) {
    margin-left: 14px;
  }

  .masthead__inner__section__yahoo-logo-sp {
    display: none;
  }

  .masthead__inner__section__yahoo-logo-pc {
    display: block;
    margin: 22px 20px 22px 0;
  }

  .masthead__inner__section__yahoo-logo-pc img {
    width: 103px;
    height: 26px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .emphasis {
    margin-top: 70px;
  }

  .emphasis__message {
    margin: 0 10px;
    padding: 25px 0;
  }

  .emphasis__message a {
    font-size: 1.6rem;
  }

  .global-nav {
    padding: 15px 0 19px;
  }

  .global-nav__inner {
    margin: auto;
    margin-top: 64px;
  }

  .global-nav__inner__always {
    padding: 0;
    width: 62%;
  }

  .global-nav__inner__always--eat::before {
    margin: 0 auto;
  }

  .global-nav__inner__always--eat {
    text-align: center;
  }

  .global-nav__inner__always--eat::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/eat.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__always--eat a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__always--eat a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-nav__inner__always--eat a {
    -webkit-text-decoration-color: #c7a55f;
    text-decoration-color: #c7a55f;
  }

  .global-nav__inner__always--mono::before {
    margin: 0 auto;
  }

  .global-nav__inner__always--mono {
    text-align: center;
  }

  .global-nav__inner__always--mono::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/mono.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__always--mono a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__always--mono a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-nav__inner__always--mono a {
    -webkit-text-decoration-color: #c7a55f;
    text-decoration-color: #c7a55f;
  }

  .global-nav__inner__always--special::before {
    margin: 0 auto;
  }

  .global-nav__inner__always--special {
    text-align: center;
  }

  .global-nav__inner__always--special::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/special.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__always--special a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__always--special a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-nav__inner__always--ranking::before {
    margin: 0 auto;
  }

  .global-nav__inner__always--ranking {
    text-align: center;
  }

  .global-nav__inner__always--ranking::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/ranking.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__always--ranking a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__always--ranking a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-nav__inner__pc-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    width: 35%;
    margin-left: 10px;
  }

  .global-nav__inner__pc-only::before {
    content: "";
    margin-top: 4px;
    margin-left: 25px;
    display: inline-block;
    height: 20px;
    border-left: 1px solid #dedede;
  }

  .global-nav__inner__pc-only--history::before {
    margin: 0 auto;
  }

  .global-nav__inner__pc-only--history {
    text-align: center;
  }

  .global-nav__inner__pc-only--history::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/history.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__pc-only--history a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__pc-only--history a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .global-nav__inner__pc-only--favorite::before {
    margin: 0 auto;
  }

  .global-nav__inner__pc-only--favorite {
    text-align: center;
  }

  .global-nav__inner__pc-only--favorite::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 26px;
    height: 26px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/icon/global_navigation/favorite.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .global-nav__inner__pc-only--favorite a {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    text-underline-offset: 1ex;
    -webkit-text-decoration-color: #a8a8a8;
    text-decoration-color: #a8a8a8;
  }

  .global-nav__inner__pc-only--favorite a span {
    display: inline;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-visual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/main-visual_pc.png");
    background-position-y: 85%;
    height: 385px;
    background-size: 1680px;
    padding: 0;
  }

  .main-visual__read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }

  .main-visual__read__main {
    width: auto;
    margin: 0 9px 0 0;
    -webkit-transform: translateX(-9%);
    transform: translateX(-9%);
    padding-bottom: 0;
    padding-top: 84px;
  }

  .main-visual__read__main p {
    color: #333333;
    font-size: 3.3rem;
    line-height: normal;
  }

  .main-visual__read__main img {
    width: 345px;
  }

  .main-visual__read__sub {
    width: auto;
    margin: 0 0 0 9px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding-top: 68px;
  }

  .main-visual__read__sub p {
    color: #333333;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.51px;
  }

  .bousai {
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/bousai-background-pc.png");
    padding-bottom: 70px;
    margin-bottom: 10px;
  }

  .bousai__inner {
    max-width: 990px;
    margin: 0 auto;
  }

  .bousai__inner__message {
    margin-left: 0;
    padding: 75px 0 0 50px;
  }

  .bousai__inner__message__sub {
    width: 405px;
  }

  .bousai__inner__message__img img {
    height: 36px;
  }

  .bousai__inner__message__img span {
    padding: 5px 46px;
    font-size: 1.6rem;
    line-height: 140%;
    -webkit-transform: translateY(-26%);
    transform: translateY(-26%);
    margin-top: 10px;
    margin-left: 25px;
  }

  .bousai__inner__message p {
    font-size: 1.7rem;
  }

  .bousai__inner__emphasis {
    padding: 13px 0;
  }

  .bousai__inner__emphasis p {
    font-size: 2rem;
    line-height: 120%;
  }

  .bousai__inner__banner {
    margin: 0 20px 40px;
  }

  .bousai__inner__banner__sp {
    display: none;
  }

  .bousai__inner__banner__pc {
    display: block;
  }

  .bousai__inner__item-area {
    margin: 0 20px;
    padding: 30px 23px 0;
  }

  .bousai__inner__item-area p {
    font-size: 1.8rem;
  }

  .bousai__inner__item-area__drag {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .bousai__inner__item-area__drag ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }

  .bousai__inner__item-area__drag ul li {
    width: 16.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 7px;
  }

  .bousai__inner__item-area__drag ul li a img {
    margin-bottom: 4px;
  }

  .bousai__inner__item-area__drag::-webkit-scrollbar {
    display: none;
  }

  .bousai__img {
    margin-bottom: 22px;
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/bousai-img-pc.png");
    background-position-x: 50%;
    -webkit-transform: translateY(-57%);
    transform: translateY(-57%);
    height: 219px;
    background-size: 1680px;
    max-width: 1717px;
    margin: 0 auto -135px;
  }

  .support {
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/supprot-background-pc.png");
    padding-bottom: 70px;
    margin-bottom: 20px;
  }

  .support__inner {
    max-width: 990px;
    margin: 0 auto;
  }

  .support__inner__message {
    margin-left: 0;
    padding: 70px 0 0 50px;
  }

  .support__inner__message__sub {
    width: 265px;
  }

  .support__inner__message__img img {
    height: 36px;
  }

  .support__inner__message__img span {
    padding: 5px 46px;
    font-size: 1.6rem;
    line-height: 140%;
    -webkit-transform: translateY(-26%);
    transform: translateY(-26%);
    margin-top: 10px;
    margin-left: 25px;
  }

  .support__inner__message p {
    font-size: 1.7rem;
  }

  .support__inner__emphasis {
    margin: 0 20px 10px;
    padding: 13px 0;
  }

  .support__inner__emphasis p {
    font-size: 2rem;
    line-height: 120%;
  }

  .support__inner__banner {
    margin: 0 20px 40px;
  }

  .support__inner__banner__sp {
    display: none;
  }

  .support__inner__banner__pc {
    display: block;
  }

  .support__inner__item-area {
    margin: 30px 20px 0;
    padding: 30px 20px 0;
  }

  .support__inner__item-area__drag {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .support__inner__item-area__drag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
  }

  .support__inner__item-area__drag ul li {
    width: 33%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 8px;
  }

  .support__inner__item-area__drag::-webkit-scrollbar {
    display: none;
  }

  .support__img {
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/top/support-img-pc.png");
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    height: 188px;
    background-size: 1680px;
    max-width: 1717px;
    margin: 0 auto -140px;
  }

  .main {
    max-width: 950px;
  }

  .main-top {
    max-width: 100%;
  }

  .user-aux-area {
    max-width: 950px;
    margin: 0 auto;
  }

  .user-aux-area__top {
    margin-bottom: 58px;
  }

  .user-aux-area__head {
    font-size: 2.6rem;
  }

  .user-aux-area__head--history::before {
    position: relative;
    right: 5px;
    height: 26px;
  }

  .user-aux-area__wrapper {
    border-radius: 8px;
  }

  .user-aux-area__more {
    top: 30px;
    right: 25px;
  }

  .user-aux-area__more > a {
    font-size: 1.2rem;
  }

  .user-aux-area__more > a:after {
    width: 8px;
    height: 8px;
  }

  .user-aux-area__pc-text {
    display: inline;
  }

  .user-aux-area__item img {
    width: 150px;
    height: 150px;
  }

  .user-aux-area__remove-item {
    top: -7px;
    right: -1px;
  }

  .user-aux-area__favorite {
    padding: 8px 12px 8px 30px;
  }

  .user-aux-area__favorite::before {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    margin-left: -45px;
  }

  .user-aux-area .swiper-button-prev:after,
  .user-aux-area .swiper-button-next:after {
    width: 12px;
    height: 12px;
  }

  .user-aux-area__item-more {
    width: 150px;
    height: 150px;
  }

  .user-aux-area__item-more:before {
    width: 20px;
    height: 20px;
  }

  .user-aux-area__item-more > span {
    font-size: 1.4rem;
    margin-top: 18px;
  }

  .user-aux-area__nomatch,
  .user-aux-area__err {
    margin: 20px auto 0;
    font-size: 1.6rem;
  }

  .arrow-btn--special {
    margin-top: 30px;
  }

  .arrow-btn {
    margin-bottom: 50px;
  }

  .article__area {
    margin-bottom: 100px;
  }

  .article__image {
    margin-bottom: 50px;
  }

  .article__text {
    padding-right: 40px;
    padding-left: 40px;
  }

  .breadcrumb {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .breadcrumb__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .breadcrumb__item {
    font-size: 1.2rem;
  }

  .concept-appeal {
    display: block;
    background-color: #F8F4EC;
    position: relative;
  }

  .concept-appeal__read {
    margin: 0 auto;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    max-width: 950px;
  }

  .concept-appeal__read__large {
    font-weight: 600;
    margin-right: 20px;
  }

  .concept-appeal__link {
    color: #333333;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    overflow: visible;
  }

  .concept-appeal__link:hover {
    color: #333333;
    text-decoration: none;
  }

  .concept-appeal__link:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 85%;
  }

  .concept-appeal__link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    margin-left: 8px;
    background-image: url(https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .main-visual + .concept-appeal {
    margin-top: -80px;
    margin-bottom: 60px;
  }

  .top-concept-appeal__read {
    padding: 16px 0 16px 6px;
  }

  .top-concept-appeal__read__large {
    line-height: unset;
    padding-bottom: 4px;
    font-size: 1.5rem;
  }

  .top-concept-appeal__read__small {
    display: inline;
    line-height: unset;
    font-size: 1.4rem;
  }

  .top-concept-appeal__read br {
    display: none;
  }

  .top-concept-appeal__read__supplement {
    padding: 0 0 20px 20px;
  }

  .content-area-feature-list__item {
    width: 25%;
  }

  .content-area-feature {
    max-width: 950px;
    margin-top: 50px;
    padding-right: 0;
    padding-left: 0;
  }

  .content-area-sub {
    max-width: 950px;
    margin: 0 auto 100px;
  }

  .content-area {
    margin: 0 0 50px;
  }

  .content-area--top {
    margin-bottom: 100px;
  }

  .content-area__head--other::before {
    left: 52%;
  }

  .content-user-aux__remove {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .content-user-aux__remove-all {
    font-size: 1.4rem;
  }

  .content-user-aux__nomatch {
    margin-top: 120px;
  }

  #emg3 > table {
    margin-top: 20px !important;
  }

  #emg > table {
    margin-bottom: 20px !important;
  }

  .ethical-content {
    padding: 28px 0 24px 0;
    border-radius: 8px;
  }

  .ethical-content .content-area__head {
    margin-bottom: 32px;
    font-size: 3.2rem;
  }

  .ethical-content--text {
    font-size: 1.4rem;
  }

  .ethical-content__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-bottom: 21px;
  }

  .ethical-content__list__item {
    width: 46%;
    margin: 0;
  }

  .ethical-content__list__item img {
    height: 230px;
  }

  .ethical-content__list__item__text {
    min-height: 10vh;
  }

  .ethical-content__list__item__text p {
    padding: 20px;
    font-size: 1.6rem;
    line-height: 24px;
  }

  .ethical-content__more-btn {
    margin: 16px auto 0;
    width: 480px;
  }

  .ethical-content__more-btn a {
    height: 60px;
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .ethical-content__more-btn a::after {
    right: 21px;
    margin-top: 6px;
  }

  .ethical-standard {
    margin-bottom: 52px;
    padding: 60px 0 0 0;
  }

  .ethical-standard .content-area__head {
    font-size: 3.2rem;
    margin-bottom: 52px;
  }

  .ethical-standard h3 {
    font-size: 1.8rem;
  }

  .ethical-standard p {
    margin-bottom: 28px;
    font-size: 1.4rem;
  }

  .ethical-standard br {
    display: block;
  }

  .ethical-standard__list {
    margin-bottom: 9px;
  }

  .ethical-standard__list::after {
    width: 38.5%;
  }

  .ethical-standard__list__item {
    width: 18%;
    margin-bottom: 20px;
  }

  .ethical-standard__list__item span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .ethical-standard__list__item__certified-product::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__organic::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__food-loss::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__waste-reduction::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__plastic-removal::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__protect-the-sea::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__protect-the-forest::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__protect-the-earth::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__recycling::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__animal-consideration::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__CO2-consideration::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__energy-saving::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__additive-free::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__cosmetics-loss::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__natural-materials::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__local-products::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__seasonal-ingredients::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__list__item__lifetime::before {
    width: 88px;
    height: 88px;
    margin: 5% auto;
  }

  .ethical-standard__more-btn {
    margin: 16px auto 0;
    width: 480px;
  }

  .ethical-standard__more-btn a {
    margin: 0 auto;
    height: 60px;
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .ethical-standard__more-btn a::after {
    right: 21px;
    margin-top: 6px;
  }

  .ethicalTagHead30000710:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000683:before {
    margin-right: 16px;
  }

  .ethicalTagHead30001263:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000767:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000734:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000758:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000725:before {
    margin-right: 16px;
  }

  .ethicalTagHead30003542:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000749:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000680:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000746:before {
    margin-right: 16px;
  }

  .ethicalTagHead30001491:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000713:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000668:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000671:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000698:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000695:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000761:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000686:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000665:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000662:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000722:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000755:before {
    margin-right: 16px;
  }

  .ethicalTagHead10029969:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000677:before {
    margin-right: 16px;
  }

  .ethicalTagHead10030068:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000692:before {
    margin-right: 16px;
  }

  .ethicalTagHead10002822:before {
    margin-right: 16px;
  }

  .ethicalTagHead30000740:before {
    margin-right: 16px;
  }

  .ethicalTagHead30001716:before {
    margin-right: 16px;
  }

  .ethicalTagHead10030134:before {
    margin-right: 16px;
  }

  .ethicalTagHead30003920:before {
    margin-right: 16px;
  }

  .content-area__head,
  .content-area__head--thing,
  .content-area__head--other,
  .content-area__head--prefecture {
    margin-bottom: 70px;
    font-size: 3.6rem;
  }

  .content-area__head::before,
  .content-area__head--thing::before,
  .content-area__head--other::before,
  .content-area__head--prefecture::before {
    width: 70px;
    bottom: -20px;
  }

  .content-area-sub__head {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .content-area-aside__head {
    font-size: 3rem;
    margin-bottom: 50px;
  }

  .content-area-aside__head::before {
    content: none;
  }

  .article__head {
    margin-bottom: 30px;
  }

  .head-history > span:before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: -46px;
  }

  .head-history--smaller > span:before {
    width: 20px;
    height: 12px;
    border-width: 2px;
    top: 6px;
    left: -34px;
  }

  .head-favorite > span:before {
    width: 30px;
    height: 30px;
    top: 5px;
    left: -46px;
  }

  .head-favorite--smaller > span:before {
    width: 24px;
    height: 24px;
    top: 4px;
    left: -32px;
  }

  .heads-up {
    max-width: 960px;
    margin: 0 auto 15px;
    padding: 20px;
  }

  .heads-up p:nth-of-type(1) {
    font-size: 1.8rem;
    line-height: 140%;
  }

  .heads-up p:nth-of-type(2) {
    font-size: 1.6rem;
    line-height: 150%;
  }

  .heads-up p:nth-of-type(3) {
    font-size: 1.6rem;
  }

  .heads-up p:nth-of-type(3) span {
    font-size: 1.6rem;
  }

  .more-btn {
    width: 280px;
    padding: 20px 0;
  }

  .more-btn:hover {
    border: 2px solid #c25558;
    color: #c25558;
  }

  .noscript__title {
    font-size: 1.8rem;
  }

  .noscript__subtitle {
    font-size: 1.6rem;
  }

  .noscript__link {
    font-size: 1.6rem;
  }

  .pr-badge--banner {
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    padding: 5px 7px;
  }

  .pr-banner {
    padding: 80px 0;
  }

  .pr-banner__wrapper-img {
    display: inline-block;
  }

  .pr-banner-disaster-prevention {
    margin-top: 52px;
  }

  .pr-banner-disaster-prevention__inner a {
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/img/banner/bousai_pc.png");
    background-size: contain;
    height: 210px;
  }

  .pr-banner-food-loss__inner img {
    height: 100%;
  }

  .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-list::after {
    content: "";
    display: block;
    width: 32.6%;
  }

  .product-list__item {
    width: 32.6%;
    margin-bottom: 25px;
  }

  .product-list__wrapper-img {
    height: auto;
    margin-bottom: 20px;
  }

  .product-list__wrapper-img::before {
    content: none;
  }

  .product-list__img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .product-list__title {
    padding: 0 40px 0 10px;
  }

  .product-list__tax {
    font-size: 1.2rem;
    font-weight: normal;
  }

  .product-list__description {
    margin-bottom: 14px;
  }

  .product-list__favorite-btn {
    width: 40px;
    height: 40px;
    right: 0;
    top: 32.6vw;
    margin-top: 10px;
  }

  .product-list__status {
    right: 9px;
  }

  .product-prefecture:last-child {
    margin-bottom: 20px;
  }

  .product-prefecture__prefecture-name a:hover {
    border-color: #999999;
    background-color: #999999;
    color: #ffffff;
  }

  .special-product {
    max-width: 950px;
    margin: 0 auto 40px;
  }

  .special-product__title {
    font-size: 3.5rem;
    margin-bottom: 30px;
  }

  .special-product__explanation {
    font-size: 1.6rem;
  }

  .special-product__list::after {
    content: "";
    display: block;
    width: 32.6%;
  }

  .special-product__list__item {
    width: 32.6%;
  }

  .special-product__list__item__inner__wrapper__img {
    margin-bottom: 20px;
  }

  .special-product__list__item__inner__wrapper__img__status {
    font-size: 1.4rem;
  }

  .special-product__list__item__inner__wrapper__text {
    padding: 0 10px;
  }

  .special-product__list__item__inner__wrapper__text__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .special-product__list__item__inner__wrapper__text__value {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .special-product__list__item__inner__wrapper__text__description {
    margin-bottom: 14px;
  }

  .special-product__list__item__inner__prefecture-list a {
    font-size: 1.4rem;
  }

  .store-logo-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .store-logo-list__item {
    width: 10.5%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .store-logo-list__item a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .store-logo-list__item a:hover {
    opacity: 0.7;
  }

  .store-logo-list__item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }

  .store-text-link-list__item {
    width: 31.58%;
  }

  .tag-list {
    margin-bottom: 20px;
  }

  .tag-list--center {
    margin-bottom: 45px;
  }

  .tag-list--search {
    max-height: none;
    margin-bottom: 45px;
  }

  aside .content-area-aside:first-child {
    margin-bottom: 95px;
  }

  .content-area-about {
    margin: 0;
  }

  .content-area-aside {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 100px;
  }

  .content-area-aside__list {
    max-height: none;
  }

  .content-area-aside__btn {
    display: none;
  }

  .content-area-aside--bnr {
    margin-bottom: 40px;
    max-width: 990px;
  }

  .content-area-feature-list--top {
    margin: 0 16px 20px;
  }

  .content-area-feature-list--top__item {
    width: 24%;
  }

  .content-area-feature-list--top__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-top: 52px;
  }

  .content-area-feature-list--top__title .content-area__head {
    font-size: 3.2rem;
    margin-bottom: 52px;
  }

  .content-area-feature-list--top__title__more-link {
    display: block;
    position: absolute;
    padding: 8px 24px 8px 8px;
    right: 0;
    border: 1px solid #7A7A7A;
    border-radius: 4px;
    color: #333333;
    font-size: 1.2rem;
    line-height: 12px;
    height: 28px;
    margin-right: 16px;
    margin-top: 5px;
  }

  .content-area-feature-list--top__title__more-link::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    background-image: url(https://s.yimg.jp/images/yellmarket/commonv3/img/icon/top/more_btn_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    margin-top: 2px;
  }

  .content-area-feature-list--top__more-btn {
    display: none;
  }

  .content-area-feature-list--top__more-btn a {
    margin: 0 auto;
    width: 440px;
  }

  .content-area-feature-list--top__more-btn a::after {
    right: 275px;
  }

  .content-area-list {
    margin-bottom: 90px;
  }

  .content-area-ranking {
    margin-bottom: 30px;
  }

  .content-area-sub--store {
    margin-bottom: 80px;
  }

  .js-slide-tag {
    max-height: 2000px;
  }

  .note__content {
    overflow: auto;
  }

  .product-list.product-favorite-list .product-list__favorite-btn {
    width: 40px;
    height: 40px;
    right: 0;
    top: 24vw;
    margin-top: 10px;
  }

  .product-list.product-history-list .product-list__favorite-btn {
    width: 40px;
    height: 40px;
    right: 0;
    top: 24vw;
    margin-top: 10px;
  }

  .product-list-ranking {
    margin-bottom: 0;
  }

  .product-list-ranking__item--top {
    margin-bottom: 45px;
  }

  .product-list-ranking__item:nth-child(n+10) .product-list-ranking__rank {
    left: 20px;
  }

  .product-list-ranking__item:not(.product-list-ranking__item--top) {
    width: 24%;
  }

  .product-list-ranking__item:not(.product-list-ranking__item--top) .product-list__favorite-btn {
    width: 40px;
    height: 40px;
    right: 0;
    top: 24vw;
    margin-top: 10px;
  }

  .product-list-ranking__rank {
    top: 15px;
    font-size: 1.35rem;
    left: 25px;
  }

  .product-list-ranking__rank::before {
    width: 40px;
    height: 40px;
  }

  .content-area-ranking__note {
    margin-bottom: 95px;
    font-size: 1.6rem;
  }

  .product-list-top-recomend {
    padding: 0 !important;
    margin-top: 60px;
  }

  .product-list-top .content-area__head {
    margin-top: 48px;
    font-size: 3.2rem;
    margin-bottom: 51px;
  }

  .product-list-top .system-error__title {
    margin-top: 38px;
    font-size: 1.6rem;
  }

  .product-list-top .system-error__text {
    margin-bottom: 52px;
    font-size: 1.6rem;
  }

  .product-list-top__item {
    width: 24%;
    margin-bottom: 28px;
  }

  .product-list-top__item__wapper__img {
    height: auto;
    margin-bottom: 20px;
  }

  .product-list-top__item__wapper__img::before {
    content: none;
  }

  .product-list-top__item__wapper__img img {
    position: static;
    -webkit-transform: none;
    transform: none;
  }

  .product-list-top__item__wapper__title {
    font-size: 1.4rem;
    padding: 0 33px 0 8px;
  }

  .product-list-top__item__wapper__value {
    font-size: 1.8rem;
    margin: 8px 0 12px;
    padding: 0 8px;
  }

  .product-list-top__item__wapper__description {
    font-size: 14px;
    padding: 0 8px;
  }

  .product-list-top__favorite-btn {
    width: 40px;
    height: 40px;
    right: -3px;
    top: 23vw;
    margin-top: 10px;
  }

  .product-list-top__more-btn {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 36px;
  }

  .product-list-top__more-btn__eat {
    padding: 17px 0;
    height: 60px;
    font-size: 1.6rem;
  }

  .product-list-top__more-btn__eat::before {
    top: 17px;
    margin-left: -7px;
  }

  .product-list-top__more-btn__eat::after {
    right: calc(50% + 30px);
    margin-top: 6px;
  }

  .product-list-top__more-btn__mono {
    padding: 17px 0;
    height: 60px;
    font-size: 1.6rem;
  }

  .product-list-top__more-btn__mono::before {
    margin-left: calc(50% - 7px);
    top: 17px;
  }

  .product-list-top__more-btn__mono::after {
    right: calc(0% + 30px);
    margin-top: 6px;
  }

  .product-list-top-ranking {
    margin-top: 24px;
    margin-bottom: 52px;
  }

  .product-list-top-ranking .content-area__head {
    font-size: 3.2rem;
    margin-bottom: 49px;
  }

  .product-list-top-ranking__group .system-error__title {
    margin-top: 27px;
    font-size: 1.6rem;
  }

  .product-list-top-ranking__group .system-error__text {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }

  .product-list-top-ranking__group__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .product-list-top-ranking__group__title h3 {
    margin-bottom: 37px;
    font-size: 2.4rem;
  }

  .product-list-top-ranking__group__list__item {
    width: 24%;
    margin-bottom: 28px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank1 {
    top: 8px;
    left: 13px;
    font-size: 22px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank1::before {
    top: -8px;
    left: -13px;
    width: 40px;
    height: 72px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank2 {
    top: 8px;
    left: 13px;
    font-size: 22px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank2::before {
    top: -8px;
    left: -13px;
    width: 40px;
    height: 72px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank3 {
    top: 8px;
    left: 13px;
    font-size: 22px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank3::before {
    top: -8px;
    left: -13px;
    width: 40px;
    height: 72px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank4 {
    top: 8px;
    left: 13px;
    font-size: 22px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img__rank4::before {
    top: -8px;
    left: -13px;
    width: 40px;
    height: 72px;
  }

  .product-list-top-ranking__group__list__item__wrapper__img {
    margin-bottom: 20px;
  }

  .product-list-top-ranking__group__list__item__wrapper__title {
    font-size: 1.4rem;
    padding: 0 33px 0 8px;
  }

  .product-list-top-ranking__group__list__item__wrapper__value {
    font-size: 1.8rem;
    margin: 8px 0 12px;
    padding: 0 8px;
  }

  .product-list-top-ranking__group__list__item__wrapper__description {
    font-size: 14px;
    padding: 0 8px;
  }

  .product-list-top-ranking__group__list__item__favorite-btn {
    width: 40px;
    height: 40px;
    right: -8px;
    top: 23vw;
    margin-top: 10px;
  }

  .product-list-top-ranking__more-btn {
    margin: 16px auto 0;
    width: 480px;
  }

  .product-list-top-ranking__more-btn a {
    margin: 0 auto;
    height: 60px;
    padding: 17px 0;
    font-size: 1.6rem;
  }

  .product-list-top-ranking__more-btn a::after {
    right: 21px;
    margin-top: 6px;
  }

  .product-list-user-aux__item {
    width: 24%;
  }

  .tag-list--blank-large {
    max-height: none;
  }

  .tag-list--blank-large .tag-list__item {
    margin-bottom: 10px;
  }

  .tag-list-product-top {
    margin-bottom: 0 !important;
    padding: 0 8px;
  }

  .top-message {
    width: 781px;
    margin: 56px auto 0;
  }

  .top-message__wrap {
    padding: 30px;
  }

  .top-message__wrap__title {
    margin-bottom: 37px;
    font-size: 1.6rem;
  }

  .top-message__wrap__title--under-line {
    padding-bottom: 7px;
  }

  .top-message__wrap__text {
    font-size: 1.4rem;
    line-height: 22px;
  }

  .top-message__wrap__text p:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 872px) {
  .top-message {
    width: 852px;
  }
}

@media screen and (min-width: 950px) {
  .user-aux-area__item-more {
    width: 152px;
    height: 152px;
  }

  .product-list__favorite-btn {
    top: 310px;
  }

  .product-list.product-favorite-list .product-list__favorite-btn {
    top: 228px;
    margin-top: 10px;
  }

  .product-list.product-history-list .product-list__favorite-btn {
    top: 228px;
    margin-top: 10px;
  }

  .product-list-ranking__item:not(.product-list-ranking__item--top) .product-list__favorite-btn {
    top: 228px;
    margin-top: 10px;
  }

  .product-list-top__favorite-btn {
    top: 228px;
  }

  .product-list-top-ranking__group__list__item__favorite-btn {
    top: 228px;
  }
}

@media (min-width: 950px) {
  .special-product {
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .ethical-standard__list__item span {
    margin-bottom: 27px;
  }

  .ethical-standard__list__item__certified-product::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__organic::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__food-loss::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__waste-reduction::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__plastic-removal::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__protect-the-sea::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__protect-the-forest::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__protect-the-earth::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__recycling::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__animal-consideration::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__CO2-consideration::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__energy-saving::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__additive-free::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__cosmetics-loss::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__natural-materials::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__local-products::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__seasonal-ingredients::before {
    margin: 10% auto;
  }

  .ethical-standard__list__item__lifetime::before {
    margin: 10% auto;
  }
}

@media screen and (min-width: 1121px) {
  .footer__pagetop__btn {
    right: -84px;
  }
}

@media screen and (max-width: 990px) {
  .heads-up {
    margin: 0 15px 15px;
  }
}

@media screen and (max-width: 800px) {
  .global-nav__inner__always--eat a {
    text-decoration: none;
  }

  .global-nav__inner__always--mono a {
    text-decoration: none;
  }

  .global-nav__inner__always--special a {
    text-decoration: none;
  }

  .global-nav__inner__always--ranking a {
    text-decoration: none;
  }

  .global-nav__inner__pc-only--history a {
    text-decoration: none;
  }

  .global-nav__inner__pc-only--favorite a {
    text-decoration: none;
  }
}

@media screen and (max-width: 415px) {
  .main-visual__read__sub {
    width: 232px;
    -webkit-transform: translateX(9%);
    transform: translateX(9%);
  }

  .main-visual__read__sub br {
    display: block;
  }
}

@media screen and (max-width: 321px) {
  .user-aux-area__favorite {
    font-size: 1.1rem;
    padding: 6px 6px 6px 20px;
  }

  .user-aux-area__favorite::before {
    margin-left: -34px;
  }
}

@media screen and (min-width: 801px) and (max-width: 890px) {
  .main-visual__read__sub br {
    display: block;
  }
}