@charset "UTF-8";
.bottom-products {
  background-color: #f6f6f6;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  margin-top: 24px;
}
.bottom-products + .footer-global {
  margin-top: 0;
}
.bottom-products__watched {
  margin-bottom: 24px;
}
.bottom-products__watched:not(:first-child) {
  margin-top: 24px;
}
.bottom-products .sld__wrap {
  margin-top: 16px;
}
.bottom-products .ttl-h3--icon {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 24px 0 0 16px;
  font-size: 18px;
}
.bottom-products .ttl-h3__icon {
  margin-right: 4px;
  height: 20px;
}

.box--gray {
  background: #f6f6f6;
  padding: 40px 0;
  margin-top: 40px;
}
.box--gray__inner {
  margin: 0 auto;
}
.box.-pink {
  background-color: #f8eeee;
  border-radius: 10px;
  padding: 5px 15px;
}
.box.-pink sup {
  bottom: 1ex;
  height: 0;
  line-height: 1;
  font-size: 14px;
  position: relative;
  vertical-align: baseline;
}
.box.-green {
  background-color: #dfefdc;
  border-radius: 10px;
  padding: 10px 15px;
}

.head--section {
  border-bottom: solid 2px #e5e5e5;
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.head--section__sub {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.head--section__main {
  font-size: 24px;
  padding-bottom: 12px;
  letter-spacing: 0;
  display: inline-block;
}
.head--column {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #707070;
  margin: 0 0 32px;
  box-sizing: border-box;
}
.head--column__main {
  font-size: 20px;
  margin-right: 16px;
}
.head--column img {
  width: 64px;
}

.media--contents {
  display: flex;
}
.media--contents__image {
  margin-bottom: 16px;
  flex-shrink: 0;
}
.media--contents__image img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border: 1px solid #e5e5e5;
}
.media--contents__title {
  margin-bottom: 12px;
}
.media--contents__text {
  font-size: 16px;
}

a.media--contents:hover {
  color: #1e50a2;
  text-decoration: underline;
}

.navigation--local__title {
  font-size: 16px;
  padding-bottom: 12px;
}
.navigation--local__title i {
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.navigation--local__list li {
  font-size: 14px;
  border-bottom: solid 1px #e5e5e5;
}
.navigation--local__list li a,
.navigation--local__list li span {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
}
.navigation--local__list li a {
  color: #1e50a2;
}
.navigation--local__list__parent {
  position: relative;
}
.navigation--local__list__parent img {
  width: 40px;
  margin-right: 8px;
}
.navigation--local__list__parent:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 4px;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-color: #767676;
  border-right: solid 1px;
  border-bottom: solid 1px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  transition: 0.3s;
}
.navigation--local__list__children {
  margin-left: 16px;
}
.navigation--local__list__children li:last-child {
  border-bottom: none;
}
.navigation--local__list__label {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.navigation--local__list__wrap {
  border-top: solid 1px #e5e5e5;
}
.navigation--local__list .close:after {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation--local__list .close .navigation--local__list__wrap {
  display: none;
}
.navigation--area .hokkaido:before {
  background: #355298;
}
.navigation--area .tohoku:before {
  background: #53a4d5;
}
.navigation--area .kanto:before {
  background: #3baaa3;
}
.navigation--area .chubu:before {
  background: #2aa25c;
}
.navigation--area .kinki:before {
  background: #80b927;
}
.navigation--area .chugoku:before {
  background: #f7b400;
}
.navigation--area .shikoku:before {
  background: #ec6d34;
}
.navigation--area .kyushu:before {
  background: #ed8598;
}
.navigation--area__parent {
  background: #f6f6f6;
  border-top: solid 1px #c8c8c8;
}
.navigation--area__parent:last-child {
  border-bottom: solid 1px #c8c8c8;
}
.navigation--area__parent.is-open .navigation--area__children {
  display: block;
}
.navigation--area__label {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 16px 12px 28px;
  color: #16160e;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
}
.navigation--area__label:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 17px;
  margin: auto;
  width: 4px;
  height: 22px;
}
.navigation--area__label:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: solid 1px #16160e;
  border-bottom: solid 1px #16160e;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.navigation--area .is-close .navigation--area__label:after {
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navigation--area__children {
  background: #fff;
  display: none;
}
.navigation--area__child {
  color: #1e50a2;
  border-top: solid 1px #c8c8c8;
}
.navigation--area__child a {
  display: block;
  padding: 16px;
}

.current {
  font-weight: bold;
  color: #16160e !important;
}

.visible {
  opacity: 1 !important;
  z-index: 10000 !important;
}

.japan {
  position: relative;
  width: 760px;
}
.japan .area {
  position: absolute;
  border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  padding: 3px;
}
.japan .area__inner {
  position: relative;
}
.japan .prefecture {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.japan .prefecture:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
}
.japan .prefecture a {
  color: #16160e;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 28px;
}
.japan .prefecture a:hover {
  color: #fff;
}
.japan .prefecture .hoverd a {
  color: #fff;
}
.japan .hokkaido {
  background: #355298;
  right: 76px;
  top: 10px;
}
.japan .hokkaido .prefecture:before {
  border-color: transparent transparent #355298 transparent;
  top: 31px;
  left: 27px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .hokkaido .hoverd a {
  background: #355298;
}
.japan .tohoku {
  background: #53a4d5;
  width: 206px;
  top: 189px;
  right: 17px;
}
.japan .tohoku .exhibition-label {
  right: 0px;
  bottom: 70px;
}
.japan .tohoku li a {
  border-radius: 0;
}
.japan .tohoku .hoverd a {
  background: #53a4d5;
}
.japan .tohoku .prefecture-2 {
  border-right: solid 1px #53a4d5;
  border-bottom: solid 1px #53a4d5;
}
.japan .tohoku .prefecture-2 a {
  border-radius: 4px 0 0 0;
}
.japan .tohoku .prefecture-3 {
  border-right: solid 1px #53a4d5;
  border-bottom: solid 1px #53a4d5;
}
.japan .tohoku .prefecture-3 a {
  border-radius: 0;
}
.japan .tohoku .prefecture-4 {
  border-bottom: solid 1px #53a4d5;
}
.japan .tohoku .prefecture-4 a {
  border-radius: 0 4px 0 0;
}
.japan .tohoku .prefecture-5 {
  border-right: solid 1px #53a4d5;
}
.japan .tohoku .prefecture-5 a {
  border-radius: 0 0 0 4px;
}
.japan .tohoku .prefecture-6 {
  border-right: solid 1px #53a4d5;
}
.japan .tohoku .prefecture-6 a {
  border-radius: 0;
}
.japan .tohoku .prefecture-7 a {
  border-radius: 0 0 4px 0;
}
.japan .tohoku .prefecture {
  width: 207px;
}
.japan .tohoku .prefecture:before {
  border-color: transparent transparent #53a4d5 transparent;
  top: 25px;
  left: -14px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.japan .kanto {
  top: 276px;
  right: 62px;
  padding: 0;
}
.japan .kanto .exhibition-label {
  left: 0px;
  bottom: -40px;
}
.japan .kanto .area__inner {
  position: relative;
  width: 143px;
  height: 92px;
  background: #3baaa3;
  border-radius: 0 4px 4px 4px;
}
.japan .kanto .area__inner:before {
  position: absolute;
  content: "";
  width: 69px;
  height: 34px;
  left: -69px;
  background: #3baaa3;
  border-radius: 4px 0 0 4px;
}
.japan .kanto a {
  border-radius: 0;
}
.japan .kanto a:hover {
  background: #3baaa3;
}
.japan .kanto .prefecture {
  width: 206px;
  height: 86px;
  position: relative;
}
.japan .kanto .prefecture:before {
  border-color: transparent transparent #3baaa3 transparent;
  top: 13px;
  left: -80px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.japan .kanto li {
  position: absolute;
}
.japan .kanto .prefecture-8 {
  top: 3px;
  left: -66px;
}
.japan .kanto .prefecture-8 a {
  border-radius: 4px 0 0 4px;
}
.japan .kanto .prefecture-9 {
  top: 3px;
  right: 135px;
}
.japan .kanto .prefecture-10 {
  top: 3px;
  right: 66px;
}
.japan .kanto .prefecture-10 a {
  border-radius: 0 4px 0 0;
}
.japan .kanto .prefecture-11 {
  right: 135px;
  top: 32px;
}
.japan .kanto .prefecture-12 {
  right: 66px;
  top: 32px;
}
.japan .kanto .prefecture-13 {
  right: 135px;
  bottom: -3px;
}
.japan .kanto .prefecture-13 a {
  border-radius: 0 0 0 4px;
}
.japan .kanto .prefecture-14 {
  right: 66px;
  bottom: -3px;
}
.japan .kanto .prefecture-14 a {
  border-radius: 0 0 4px 0;
}
.japan .kanto .hoverd a {
  background: #3baaa3;
}
.japan .chubu {
  padding: 0;
  top: 35px;
  left: 360px;
}
.japan .chubu .exhibition-label {
  left: 0px;
  top: -40px;
}
.japan .chubu .area__inner {
  position: relative;
  width: 74px;
  height: 150px;
  background: #2aa25c;
  border-radius: 4px;
}
.japan .chubu .area__inner:after {
  position: absolute;
  content: "";
  width: 143px;
  height: 63px;
  background: #2aa25c;
  border-radius: 4px;
  top: 307px;
  left: -28px;
  z-index: -1;
}
.japan .chubu a {
  border-radius: 0;
}
.japan .chubu a:hover {
  background: #2aa25c;
}
.japan .chubu .prefecture {
  position: relative;
}
.japan .chubu .prefecture:before {
  border-color: transparent transparent #2aa25c transparent;
  top: 150px;
  left: 31px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .chubu .prefecture:after {
  position: absolute;
  content: "";
  top: 298px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #2aa25c transparent;
}
.japan .chubu .prefecture li {
  position: absolute;
}
.japan .chubu .prefecture .prefecture-15 {
  top: 3px;
  left: 3px;
}
.japan .chubu .prefecture .prefecture-15 a {
  border-radius: 4px 4px 0 0;
}
.japan .chubu .prefecture .prefecture-16,
.japan .chubu .prefecture .prefecture-17,
.japan .chubu .prefecture .prefecture-18 {
  left: 3px;
  border-bottom: solid 1px #2aa25c;
  border-top: none;
}
.japan .chubu .prefecture .prefecture-16 {
  top: 32px;
}
.japan .chubu .prefecture .prefecture-17 {
  top: 61px;
}
.japan .chubu .prefecture .prefecture-18 {
  top: 90px;
}
.japan .chubu .prefecture .prefecture-19 {
  top: 339px;
  right: -38px;
}
.japan .chubu .prefecture .prefecture-19 a {
  border-radius: 0 0 4px 0;
}
.japan .chubu .prefecture .prefecture-22 {
  top: 310px;
  right: 31px;
}
.japan .chubu .prefecture .prefecture-22 a {
  border-radius: 4px 0 0 0;
}
.japan .chubu .prefecture .prefecture-20 {
  top: 310px;
  right: -38px;
}
.japan .chubu .prefecture .prefecture-20 a {
  border-radius: 0 4px 0 0;
}
.japan .chubu .prefecture .prefecture-23 {
  top: 339px;
  right: 31px;
}
.japan .chubu .prefecture .prefecture-23 a {
  border-radius: 0 0 0 4px;
}
.japan .chubu .prefecture .prefecture-21 {
  top: 119px;
  left: 3px;
}
.japan .chubu .prefecture .prefecture-21 a {
  border-radius: 0 0 4px 4px;
}
.japan .chubu .prefecture .hoverd a {
  background: #2aa25c;
}
.japan .kinki {
  background: #80b927;
  left: 266px;
  top: 21px;
}
.japan .kinki .exhibition-label {
  right: 0px;
  top: -40px;
}
.japan .kinki .prefecture {
  flex-direction: column;
}
.japan .kinki .prefecture:before {
  border-color: transparent transparent #80b927 transparent;
  bottom: -12px;
  right: 27px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .kinki .prefecture li a {
  border-radius: 0;
}
.japan .kinki .prefecture li a:hover {
  background: #80b927;
}
.japan .kinki .prefecture li:first-child a {
  border-radius: 4px 4px 0 0;
}
.japan .kinki .prefecture li:last-child a {
  border-radius: 0 0 4px 4px;
}
.japan .kinki .prefecture li:not(:first-child) {
  border-top: solid 1px #80b927;
}
.japan .kinki .prefecture .hoverd a {
  background: #80b927;
}
.japan .chugoku {
  background: #f7b400;
  top: 79px;
  left: 173px;
}
.japan .chugoku .exhibition-label {
  right: 0px;
  top: -40px;
}
.japan .chugoku .prefecture {
  flex-direction: column;
}
.japan .chugoku .prefecture:before {
  border-color: transparent transparent #f7b400 transparent;
  bottom: -12px;
  right: 27px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .chugoku .prefecture li a {
  border-radius: 0;
}
.japan .chugoku .prefecture li a:hover {
  background: #f7b400;
}
.japan .chugoku .prefecture li:first-child a {
  border-radius: 4px 4px 0 0;
}
.japan .chugoku .prefecture li:last-child a {
  border-radius: 0 0 4px 4px;
}
.japan .chugoku .prefecture li:not(:first-child) {
  border-top: solid 1px #f7b400;
}
.japan .chugoku .prefecture .hoverd a {
  background: #f7b400;
}
.japan .shikoku {
  width: 137px;
  left: 173px;
  top: 342px;
  background: #ec6d34;
}
.japan .shikoku .exhibition-label {
  left: 0px;
  bottom: -40px;
}
.japan .shikoku .prefecture {
  width: 138px;
}
.japan .shikoku .prefecture:before {
  border-color: transparent transparent #ec6d34 transparent;
  top: -12px;
  right: 92px;
}
.japan .shikoku .prefecture li a:hover {
  background: #ec6d34;
}
.japan .shikoku .prefecture .prefecture-38 {
  order: -1;
  border-right: solid 1px #ec6d34;
  border-bottom: solid 1px #ec6d34;
}
.japan .shikoku .prefecture .prefecture-38 a {
  border-radius: 4px 0 0 0;
}
.japan .shikoku .prefecture .prefecture-37 a {
  border-radius: 0 4px 0 0;
}
.japan .shikoku .prefecture .prefecture-39 a {
  border-radius: 0 0 0 4px;
}
.japan .shikoku .prefecture .prefecture-36 {
  order: 1;
  border-left: solid 1px #ec6d34;
}
.japan .shikoku .prefecture .prefecture-36 a {
  border-radius: 0 0 4px 0;
}
.japan .shikoku .prefecture .hoverd a {
  background: #ec6d34;
}
.japan .kyushu {
  padding: 0;
  top: 122px;
  left: 10px;
}
.japan .kyushu .exhibition-label {
  left: 0px;
  top: -71px;
}
.japan .kyushu .area__inner {
  position: relative;
  width: 143px;
  height: 92px;
  background: #ed8599;
  border-radius: 4px 0 4px 4px;
}
.japan .kyushu .area__inner:before {
  position: absolute;
  content: "";
  top: -29px;
  right: 0;
  width: 74px;
  height: 29px;
  background: #ed8599;
  border-radius: 4px 4px 0 0;
}
.japan .kyushu .area__inner:after {
  position: absolute;
  content: "";
  width: 74px;
  height: 34px;
  background: #ed8599;
  border-radius: 4px;
  bottom: -93px;
  left: 0;
  z-index: -1;
}
.japan .kyushu a {
  border-radius: 0;
}
.japan .kyushu a:hover {
  background: #ed8599;
}
.japan .kyushu .prefecture {
  position: relative;
}
.japan .kyushu .prefecture:before {
  border-color: transparent transparent #ed8599 transparent;
  top: 92px;
  left: 99px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .kyushu .prefecture:after {
  position: absolute;
  content: "";
  top: 185px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ed8599 transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.japan .kyushu .prefecture li {
  position: absolute;
}
.japan .kyushu .prefecture .prefecture-40 {
  left: 72px;
  top: -26px;
}
.japan .kyushu .prefecture .prefecture-40 a {
  border-radius: 4px 4px 0 0;
}
.japan .kyushu .prefecture .prefecture-41 {
  left: 72px;
  top: 3px;
}
.japan .kyushu .prefecture .prefecture-44 {
  top: 3px;
  left: 3px;
}
.japan .kyushu .prefecture .prefecture-44 a {
  border-radius: 4px 0 0 0;
}
.japan .kyushu .prefecture .prefecture-45 {
  left: 3px;
  top: 32px;
}
.japan .kyushu .prefecture .prefecture-42 {
  top: 32px;
  left: 72px;
}
.japan .kyushu .prefecture .prefecture-46 {
  top: 61px;
  left: 3px;
}
.japan .kyushu .prefecture .prefecture-46 a {
  border-radius: 0 0 0 4px;
}
.japan .kyushu .prefecture .prefecture-43 {
  top: 61px;
  left: 72px;
}
.japan .kyushu .prefecture .prefecture-43 a {
  border-radius: 0 0 4px 0;
}
.japan .kyushu .prefecture .prefecture-47 {
  top: 154px;
  left: 3px;
}
.japan .kyushu .prefecture .prefecture-47 a {
  border-radius: 4px;
}
.japan .kyushu .prefecture .hoverd a {
  background: #ed8599;
}

.area {
  position: relative;
}
.area .exhibition-label {
  position: absolute;
  font-weight: bold;
  z-index: 1;
}
.area .exhibition-label .baloon {
  position: relative;
  width: 80px;
}
.area .exhibition-label .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding-top: 4px;
  padding-right: 13px;
  font-weight: bold;
  text-align: right;
  box-sizing: border-box;
}
.area .exhibition-label .text .large {
  display: block;
  font-size: 13px;
  line-height: 14px;
}
.area .exhibition-label .text .small {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.area .japan .exhibition-label:hover .text span {
  text-decoration: underline;
}
.area .japan .exhibition-label.-hokkaido {
  right: 88px;
  top: -43px;
}
.area .japan .exhibition-label.-tohoku {
  top: 144px;
  right: 88px;
}
.area .japan .choita-image {
  position: absolute;
  width: 92px;
}
.area .japan .choita-image.animation-loop {
  -webkit-animation: bound 2s infinite;
          animation: bound 2s infinite;
}
.area .japan .choita-image.-hokkaido {
  top: -64px;
  right: 34px;
}
.area .japan .choita-image.-tohoku {
  top: 96px;
  right: 4px;
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.area .banner-wrap {
  background: #fff;
  padding: 16px;
  border-top: solid 1px #c8c8c8;
  text-align: center;
}
.area .banner-wrap a {
  margin-bottom: 16px;
}
.area .banner-wrap a:last-child {
  margin-bottom: 0;
}

.ttl-h2--icon.-tooltip {
  padding-left: 30px;
}

.ttl-h2--icon.-tooltip > h2,
.ttl-h2--border.-tooltip > h2 {
  display: inline;
}
.ttl-h2--icon.-tooltip .ttl-h2__text,
.ttl-h2--border.-tooltip .ttl-h2__text {
  display: inline;
  padding-left: 0;
}
.ttl-h2--icon.-tooltip .ttl-h2__text.-small,
.ttl-h2--border.-tooltip .ttl-h2__text.-small {
  margin-left: 8px;
}

.bx-tooltip {
  display: inline-block;
  position: relative;
}
.bx-tooltip.-kift .bx-tooltip__img {
  width: 136px;
  margin: 0 auto;
  min-width: 136px;
}
.bx-tooltip.-kift .bx-tooltip__wrap {
  background-color: #ffffff;
  padding: 0;
  color: #16160e;
  bottom: 48px;
}
.bx-tooltip.-kift .bx-tooltip__link:hover, .bx-tooltip.-kift .bx-tooltip__link:focus, .bx-tooltip.-kift .bx-tooltip__link:active {
  background-color: transparent;
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__top {
  padding: 24px 32px 16px 24px;
}
.bx-tooltip.-kift .bx-tooltip__bottom {
  padding: 32px 16px 16px;
  background-color: #fffade;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  font-weight: normal;
}
.bx-tooltip.-kift .bx-tooltip__bottom .bold {
  display: inline-block;
  width: 136px;
  margin: 0 16px 0 0;
  font-weight: bold;
}
.bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
  background-color: #ffffff;
}
.bx-tooltip.-kift .bx-tooltip__close {
  color: #6b6b6b;
}
.bx-tooltip.-kift .bx-tooltip__close:hover, .bx-tooltip.-kift .bx-tooltip__close:focus, .bx-tooltip.-kift .bx-tooltip__close:active {
  color: #6b6b6b;
  background-color: transparent;
}
.bx-tooltip.-kift .i-arrow {
  font-weight: normal;
  display: inline;
}
.bx-tooltip.-kift .i-arrow:hover, .bx-tooltip.-kift .i-arrow:focus, .bx-tooltip.-kift .i-arrow:active {
  background-color: transparent;
}

.bx-tooltip__link {
  color: #6b6b6b;
  display: inline-block;
  position: relative;
}
.bx-tooltip__link:hover, .bx-tooltip__link:focus, .bx-tooltip__link:active {
  opacity: 0.6;
}
.bx-tooltip__link .icn-help {
  display: inline-block;
  width: 1em;
  margin-left: 0;
}

.bx-tooltip__wrap {
  color: #ffffff;
  width: calc(100vw - 40px);
  max-width: 370px;
  background-color: #6b6b6b;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  padding: 30px 16px 20px;
  position: absolute;
  left: 0;
  bottom: 38px;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}
.bx-tooltip__wrap.is-active {
  display: block;
}
.bx-tooltip__wrap[tabindex]:focus {
  outline: none;
}
.bx-tooltip__wrap .txt-link.-bottom {
  margin-top: 4px;
  text-align: center;
}
.bx-tooltip__wrap .txt-link.-bottom a {
  color: #fff;
  text-decoration: underline;
}

.bx-tooltip__inner2 {
  display: flex;
}

.bx-tooltip__img-area {
  width: 33%;
  margin-right: 16px;
}

.bx-tooltip__arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
}
.bx-tooltip__arrow::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  background-color: #6b6b6b;
}
.bx-tooltip__arrow::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -20px;
  display: block;
  width: 40px;
  height: 16px;
  background-color: #6b6b6b;
}

.bx-tooltip__text {
  font-size: 12px;
  line-height: 1.7;
  white-space: normal;
  font-weight: normal;
  text-align: left;
}
.bx-tooltip__text:not(:first-child) {
  margin-top: 10px;
}
.bx-tooltip__text a {
  color: #ffffff;
  text-decoration: underline;
}
.bx-tooltip__text a:hover, .bx-tooltip__text a:focus, .bx-tooltip__text a:active {
  color: #ffffff;
  text-decoration: none;
}

.bx-tooltip__close {
  font-size: 16px;
  position: absolute;
  top: 11px;
  right: 11px;
  color: #c8c8c8;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.bx-tooltip__close::before {
  content: "\e025";
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* rank アイコンv */
.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-rectangle {
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 14px;
}

.label--exclusive.-sticker, .label--exclusive.-rectangle {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.label--exclusive.-sticker:hover, .label--exclusive.-rectangle:hover {
  text-decoration: none;
}

.label--exclusive.-sticker {
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  padding: 5px;
  border-radius: 50%;
}

.card-product {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  /* pickup */
  /* 準備中・品切れ・受付終了サイン */
}
.card-product__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-product__link:hover .card-product__img {
  opacity: 0.85;
}
.card-product__link:hover .card-product__title,
.card-product__link:hover .card-product__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-product__image {
  position: relative;
}
.card-product__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-product__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-product__status {
  position: absolute;
  z-index: 1;
}
.card-product__contents {
  padding: 12px 8px;
}
.card-product__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-product__contents .lst-icon.none {
  margin: 0;
}
.card-product__img {
  text-align: center;
}
.card-product__status {
  position: absolute;
}
.card-product__subtitle {
  margin-top: 8px;
}
.card-product__subtitle-inner {
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #ad0003;
  box-sizing: border-box;
}
.card-product__price-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.card-product__price {
  margin-right: 4px;
}
.card-product__point {
  font-size: 12px;
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option {
  color: #16160e;
  font-weight: normal;
}
.card-product__price-option img {
  height: 14px;
  min-width: 73px;
}
.card-product__price-option span {
  vertical-align: middle;
  font-size: 12px;
}
.card-product .sts-type3 {
  background: #d59300;
  color: #fff;
  padding: 2px 8px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: -1px;
  bottom: 4px;
  font-size: 10px;
}
.card-product .sts-type4,
.card-product .sts-type5,
.card-product .sts-type6 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.card-product .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-product .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-product .sts-type7 .icn-ranking {
  display: none;
}
.card-product .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-product .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-product .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-product .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-product .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-product .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-product .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-product .sts-type7.item-rank1 .icn-ranking, .card-product .sts-type7.item-rank2 .icn-ranking, .card-product .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-product .sts-type7.item-rank1 .icn-ranking::before, .card-product .sts-type7.item-rank2 .icn-ranking::before, .card-product .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-product .sts-type7.item-rank1 span, .card-product .sts-type7.item-rank2 span, .card-product .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-product__text {
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}
.card-product__text.none {
  margin: 0;
}
.card-product__text .txt {
  font-size: inherit;
}
.card-product__txt {
  font-size: inherit;
  max-height: 168px;
  overflow: hidden;
}
.card-product__code {
  color: #6b6b6b;
  margin: 8px 0 0 auto;
  font-size: 12px;
  order: 1;
  display: none;
}
.card-product__comment {
  color: #1e50a2;
  font-size: 14px;
  padding: 0 10px 10px;
  width: 100%;
}
.card-product__comment:hover {
  text-decoration: underline;
}
.card-product__comment::before {
  color: #1e50a2;
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}
.card-product__icn-message {
  position: relative;
  padding-left: 20px;
}
.card-product__icn-message:before {
  color: #1e50a2;
  position: absolute;
  margin-left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.card-product__heart {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}
.card-product__heart > img {
  width: 28px;
}
.card-product__city {
  display: flex;
  height: 40px;
  padding: 8px;
  border-top: 1px solid #e5e5e5;
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  align-items: center;
}
.card-product__city:hover {
  text-decoration: underline;
}
.card-product__city:hover img {
  opacity: 0.85;
}
.card-product__city > img {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  width: 38px;
  height: 38px;
  margin-right: 7px;
}
.card-product__city > span {
  display: inline-block;
  letter-spacing: 0;
  margin-right: 5px;
}
.card-product__city .award-label {
  margin-left: auto;
  flex-shrink: 0;
}
.card-product .speed-shipping-label__wrap {
  padding: 0 10px 16px;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label {
  margin: 0 0 1px 0;
}
.card-product .speed-shipping-label__wrap .speed-shipping-label__sub {
  color: #6b6b6b;
  font-size: 12px;
  padding: 0;
}
.card-product .sendiconlist {
  display: block;
}

.choice-icon-color {
  color: #d59300;
}

.choicepay-icon-color {
  color: #239dda;
}

.card-product__delete {
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.card-product__delete > svg {
  display: inline-block;
  vertical-align: top;
}

.card-product__category {
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: center;
  line-height: 1;
  padding: 6px 0;
}

[data-layout-product=all] .card-product__text {
  display: block;
}
[data-layout-product=all] .card-product__contents .lst-icon {
  display: block;
}
[data-layout-product=all] .speed-shipping-label__wrap .card-product__code {
  display: block;
}

[data-layout-product=part] .sendiconlist {
  display: none;
}

.card-product__text + .speed-shipping-label, .card-product__text + .speed-shipping-label__sub {
  margin-top: 8px;
}

.card-project {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-project__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-project__link:hover .card-project__img {
  opacity: 0.85;
}
.card-project__link:hover .card-project__title,
.card-project__link:hover .card-project__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-project__image {
  position: relative;
}
.card-project__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-project__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-project__status {
  position: absolute;
  z-index: 1;
}
.card-project__contents {
  padding: 12px 8px;
}
.card-project__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-project__contents .lst-icon.none {
  margin: 0;
}
.card-project:before {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 48%;
}
.card-project .article-sld:hover {
  text-decoration: none;
  color: #16160e;
  opacity: 0.85;
}
.card-project .article-sld:hover .card-project__name {
  text-decoration: underline;
}
.card-project__img.lazyload, .card-project__img.lazyloading {
  height: 115px;
}
.card-project__col {
  background-color: #ffffff;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  /* プロジェクト終了時 */
}
.card-project__col:nth-child(1), .card-project__col:nth-child(2) {
  margin: 0;
}
.card-project__col.is-end .card-project__progress > div:first-child,
.card-project__col.is-end .card-project__favorite-button,
.card-project__col.is-end .card-project__target-amount,
.card-project__col.is-end .card-project__row:not(:first-child),
.card-project__col.is-end .chart-bar {
  display: none;
}
.card-project__col.is-end .card-project__text--pref {
  width: 100%;
}
.card-project__col.is-end .card-project__end-button {
  cursor: default;
  display: block;
}
.card-project__col .card-project__complete {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.card-project__col .card-project__soon {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 63px;
  height: 21px;
  border-radius: 0 0 4px 4px;
}
.card-project__label {
  box-sizing: border-box;
  position: relative;
  background: #e5e5e5;
  width: 100%;
  height: 18px;
  margin: 0 auto -8px;
  padding: 4px;
  text-align: center;
  z-index: 1;
}
.card-project__label .card-project__text {
  font-size: 10px;
  letter-spacing: 0;
}
.card-project__image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.card-project__title {
  height: 4.3em;
  overflow: hidden;
}
.card-project__remind--complete, .card-project__remind--soon {
  display: block;
  float: left;
  font-size: 12px;
  width: 76px;
  text-align: center;
  margin-right: 8px;
  color: #16160e;
}
.card-project__remind--complete {
  border-top: solid 1px #f2b02d;
  border-bottom: solid 1px #f2b02d;
  background: #fcf2df;
}
.card-project__remind--soon {
  border-top: solid 1px #93ca76;
  border-bottom: solid 1px #93ca76;
  background: #edf5e9;
}
.card-project__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.card-project__pref {
  font-size: 10px;
  line-height: 1;
}
.card-project__pref .icn-office {
  margin-right: 4px;
}
.card-project__target-amount {
  font-size: 12px;
  width: 100%;
}
.card-project__time-left {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.card-project__total {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.card-project__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.card-project__badge {
  box-sizing: border-box;
  background-color: #e5e5e5;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px;
  text-align: center;
}
.card-project__quantity {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.card-project__quantity.deadline {
  color: #e8000a;
}
.card-project__unit {
  font-size: 12px;
}
.card-project__progress {
  margin-top: 8px;
}
.card-project__progress > div:first-child {
  flex: 1;
  margin-right: 4px;
}
.card-project__progress > div:nth-child(2) {
  flex: 1;
  min-width: 98px;
}
.card-project__progress .gcf-cht-bar {
  margin-top: 8px;
}
.card-project__limit {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.card-project__favorite-button {
  background-color: #ffffff;
  border: 2px solid #ad0003;
  border-radius: 4px;
  color: #ad0003;
  font-size: 10px;
  line-height: 1.8em;
  height: 26px;
  outline: none;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 100%;
}
.card-project__favorite-button:hover {
  cursor: pointer;
  opacity: 0.85;
}
.card-project__favorite-button .icn-heart,
.card-project__favorite-button .icn-heart2 {
  margin-right: 4px;
  vertical-align: middle;
}
.card-project__favorite-button .icn-heart {
  display: none;
}
.card-project__favorite-button .icn-heart2:before {
  font-weight: bold;
  vertical-align: top;
}
.card-project__favorite-button.on .icn-heart {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.card-project__favorite-button.on .icn-heart2 {
  display: none;
}
.card-project__end-button {
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: none;
  font-size: 10px;
  height: 22px;
  margin-top: 8px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.card-project__value {
  display: inline;
}
.card-project__end {
  font-size: 10px;
  margin-left: 5px;
  display: inline;
}
.card-project__list {
  margin-top: 4px;
}
.card-project__lead span {
  text-align: center;
  width: 56px;
  padding: 5px 8px;
  background: #f6f6f6;
  font-size: 10px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
}
.card-project .goods-col_name {
  height: 4.5em;
  margin-top: 12px;
}
.card-project .chart-bar {
  margin: 8px 0;
}

/* progress bar chart */
.gcf-cht-bar {
  background: #e5e5e5;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-cht-bar__graph {
  background-color: #93ca76;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-bar__number {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.grid-7 .card-product__contents {
  padding: 0;
}
.grid-7 .card-product__subtitle {
  margin-top: 0;
  background: transparent;
}
.grid-7 .card-product__subtitle-inner {
  padding: 4px;
  justify-content: center;
  font-weight: normal;
}
.grid-7 .card-product__price {
  font-size: 12px;
}
.grid-7 .card-product__point {
  margin: 0 auto;
}
.grid-7 .card-product__price {
  margin: 0 auto;
}
.grid-7 .card-product__city, .grid-7 .card-product__title, .grid-7 .card-product__heart {
  display: none;
}
.grid-col .card-product {
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: auto;
}
.grid-col .card-product__link {
  display: flex;
  flex-direction: row;
}
.grid-col .card-product__image {
  width: 97px;
  min-width: 97px;
  height: 60px;
  min-height: 60px;
  border: 1px solid #c8c8c8;
}
.grid-col .card-product__img {
  border: none;
  margin: inherit;
  border-radius: 0;
}
.grid-col .card-product__contents {
  padding: 0;
  margin-left: 12px;
}
.grid-col .card-product__title {
  font-size: 14px;
}
.grid-col .card-product__subtitle {
  background-color: transparent;
  margin: 0;
}
.grid-col .card-product__subtitle-inner {
  padding: 0;
  margin: 0;
}
.grid-col .card-product__city {
  display: none;
}
.grid-col .card-product__heart {
  display: none;
}
.grid-col .card-product .sts-type7.item-rank1, .grid-col .card-product .sts-type7.item-rank2, .grid-col .card-product .sts-type7.item-rank3 {
  left: 0;
}

.card-city {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.card-city__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-city__link:hover .card-city__img {
  opacity: 0.85;
}
.card-city__link:hover .card-city__title,
.card-city__link:hover .card-city__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-city__image {
  position: relative;
}
.card-city__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-city__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-city__status {
  position: absolute;
  z-index: 1;
}
.card-city__contents {
  padding: 12px 8px;
}
.card-city__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-city__contents .lst-icon.none {
  margin: 0;
}
.card-city__image {
  height: 104px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.card-city__img {
  max-width: initial;
  width: auto !important;
  height: 100%;
}
.card-city__title {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 8px;
  margin-top: 16px;
}
.card-city__cityimg {
  width: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
}
.card-city__name {
  text-align: center;
  font-size: 14px;
}
.card-city__info {
  font-size: 14px;
  padding: 8px 0 16px;
}
.card-city__info dl {
  display: flex;
  flex-wrap: wrap;
}
.card-city__info dl dt,
.card-city__info dl dd {
  padding: 4px 0;
}
.card-city__info dl dt {
  width: 20%;
  letter-spacing: 0;
}
.card-city__info small {
  font-size: 12px;
  text-align: right;
  display: block;
  margin-top: 8px;
}
.card-city__info .emphasis {
  font-weight: bold;
}
.card-city__category {
  font-size: 14px;
}
.card-city__category h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 8px;
}
.card-city__category p {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}
.card-city__category p span:not(:last-child):after {
  content: "、";
}
.card-city__description {
  font-size: 14px;
  padding-top: 8px;
  border-top: solid 1px #e5e5e5;
  overflow: hidden;
  height: 84px;
}

.card-article {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  height: 100%;
}
.card-article__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.card-article__link:hover .card-article__img {
  opacity: 0.85;
}
.card-article__link:hover .card-article__title,
.card-article__link:hover .card-article__txt {
  color: #1e50a2;
  text-decoration: underline;
}
.card-article__image {
  position: relative;
}
.card-article__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}
.card-article__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
}
.card-article__status {
  position: absolute;
  z-index: 1;
}
.card-article__contents {
  padding: 12px 8px;
}
.card-article__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.card-article__contents .lst-icon.none {
  margin: 0;
}
.card-article .sts-type7 {
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  font-size: 14px;
}
.card-article .sts-type7:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  border-top: 20px solid #d3d3d3;
  border-left: 20px solid #d3d3d3;
  border-bottom: 20px solid transparent;
  border-right: 20px solid transparent;
}
.card-article .sts-type7 .icn-ranking {
  display: none;
}
.card-article .sts-type7 span {
  position: absolute;
  min-width: 24px;
  top: 6px;
  font-weight: bold;
  white-space: nowrap;
}
.card-article .sts-type7.item-rank1 {
  background-color: #b78c00;
}
.card-article .sts-type7.item-rank1::before {
  border-color: #b78c00;
}
.card-article .sts-type7.item-rank2 {
  background-color: #557088;
}
.card-article .sts-type7.item-rank2::before {
  border-color: #557088;
}
.card-article .sts-type7.item-rank3 {
  background-color: #bc7421;
}
.card-article .sts-type7.item-rank3::before {
  border-color: #bc7421;
}
.card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  width: 26px;
  top: 0;
  left: 10px;
}
.card-article .sts-type7.item-rank1 .icn-ranking, .card-article .sts-type7.item-rank2 .icn-ranking, .card-article .sts-type7.item-rank3 .icn-ranking {
  display: block;
  font-size: 14px;
  margin: 2px 0 4px;
  font-size: 0.9em;
}
.card-article .sts-type7.item-rank1 .icn-ranking::before, .card-article .sts-type7.item-rank2 .icn-ranking::before, .card-article .sts-type7.item-rank3 .icn-ranking::before {
  position: relative;
  top: 3px;
}
.card-article .sts-type7.item-rank1 span, .card-article .sts-type7.item-rank2 span, .card-article .sts-type7.item-rank3 span {
  position: static;
  -webkit-transform: none;
          transform: none;
  z-index: 1;
  line-height: 1;
}
.card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
  content: "";
  position: absolute;
  bottom: -11px;
  border-width: 13px;
  border-bottom: 4px solid transparent;
}
.card-article__image {
  height: 166px;
}
.card-article__title {
  font-size: 14px;
  margin-bottom: 4px;
  height: 42px;
  overflow: hidden;
}
.card-article__contents {
  padding: 20px 8px 8px;
}
.card-article__contents p:not(.card-article__title) {
  font-size: 14px;
  height: 21px;
  overflow: hidden;
  margin-bottom: 4px;
}
.card-article__contents p:not(.card-article__title) small {
  font-size: 12px;
}

@-webkit-keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.emerald-product-slider {
  -webkit-animation: fadeInAnimation 0.25s;
          animation: fadeInAnimation 0.25s;
}

.emerald-product-slider__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.emerald-product-slider__heading-ttl-h2 {
  font-size: 22px;
}

.emerald-product-slider__heading-more-link {
  color: #1e50a2;
}

.emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 162px;
  margin-right: 20px;
  box-sizing: border-box;
}

.emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__title,
.emerald-product-slider-card-item__link:hover .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}

.emerald-product-slider-card-item__image {
  position: relative;
  height: 99px;
  flex: 0 0 99px;
}

.emerald-product-slider-card-item__img {
  text-align: center;
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
}

.emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}

.emerald-product-slider-card-item__contents {
  padding: 12px 8px 8px;
}
.emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
.emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-product-slider-card-item__price {
  color: #ad0003;
  font-weight: bold;
  margin-top: 8px;
}

.emerald-product-slider-card-item__review {
  display: block;
  box-sizing: border-box;
  padding: 0 8px;
  margin-top: 8px;
  color: #1e50a2;
  font-size: 14px;
  width: 100%;
}
.emerald-product-slider-card-item__review:hover {
  text-decoration: underline;
}

.emerald-product-slider-card-item__favorite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: none;
  border: 0;
  margin: 0;
  padding: 8px;
}

.emerald-product-slider-card-item__city {
  box-sizing: content-box;
  color: #1e50a2;
  font-size: 14px;
  padding: 12px 8px;
  border-top: 1px solid #e5e5e5;
  margin-top: 12px;
}
.emerald-product-slider-card-item__city:hover {
  text-decoration: underline;
}

.emerald-product-slider-card-item__label--exclusive {
  background: #ad0003;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.emerald-product-slider__slider {
  position: relative;
}

.emerald-product-slider__slider-list {
  display: flex;
}

.emerald-product-slider__slider-btn {
  background-color: #f6f6f6;
  width: 14px;
  height: 14px;
  padding: 5px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  position: absolute;
  top: 65px;
  z-index: 20;
  cursor: pointer;
}
.emerald-product-slider__slider-btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #767676;
  border-left: 2px solid #767676;
}
.emerald-product-slider__slider-btn.-emerald-is-next {
  right: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.emerald-product-slider__slider-btn.-emerald-is-prev {
  left: -14px;
}
.emerald-product-slider__slider-btn.-emerald-is-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 5px;
}

.emerald-product-slider__slider-btn-text {
  visibility: hidden;
}

#emerald-recommendation .emerald-product-slider-card-item {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  position: relative;
  background: #fff;
  box-shadow: 0 2px 0 0 #e5e5e5;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  width: 187px;
  margin-right: 16px;
  box-sizing: border-box;
}
#emerald-recommendation .emerald-product-slider-card-item__link {
  min-height: 0%;
  flex-grow: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__img {
  opacity: 0.85;
}
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__title,
#emerald-recommendation .emerald-product-slider-card-item__link:hover #emerald-recommendation .emerald-product-slider-card-item__txt {
  color: #1e50a2;
  text-decoration: underline;
}
#emerald-recommendation .emerald-product-slider-card-item__image {
  position: relative;
  height: 116px;
  flex: 0 0 99px;
}
#emerald-recommendation .emerald-product-slider-card-item__img {
  width: 100%;
  max-height: 100%;
  border-bottom: 0;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#emerald-recommendation .emerald-product-slider-card-item__title {
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  margin: -1px;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#emerald-recommendation .emerald-product-slider-card-item__status {
  position: absolute;
  z-index: 1;
}
#emerald-recommendation .emerald-product-slider-card-item__contents {
  padding: 12px 8px 8px;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
  margin-top: 4px;
  display: none;
}
#emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon.none {
  margin: 0;
}

.emerald-error {
  margin: 0;
  height: 100%;
}
.emerald-error .emerald-error__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  width: 100%;
}
.emerald-error .emerald-error__icon {
  color: #c8c8c8;
  font-size: 40px;
}
.emerald-error .emerald-error__text {
  color: #6b6b6b;
}
.page-japan .area {
  text-align: center;
}
.page-japan .area .area__header {
  padding-bottom: 24px;
}
.page-japan .modules {
  max-width: 1072px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
}
.page-japan .modules .module-title {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.page-japan .modules .more_link {
  color: #1e50a2;
  font-size: 16px;
  font-weight: bold;
}
.page-japan .modules .module {
  border-top: 4px solid #f6f6f6;
  padding: 24px 0;
}
.page-japan .modules .module:last-child {
  padding-bottom: 24px;
  border-bottom: 4px solid #f6f6f6;
}
.page-japan .modules .module-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  gap: 8px;
  padding-bottom: 4px;
  border-radius: 8px;
}
.page-japan .modules .module-items li {
  border-radius: 8px;
}
.page-japan .modules .emerald-category-section-block {
  border-top: 4px solid #f6f6f6;
  padding: 24px 0;
  margin-bottom: 0;
}
.page-japan .modules .loading-content.emerald-category-section-block {
  height: 312px;
}
.page-japan .modules .loading-content.emerald-category-section-block .u-loader {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.page-japan .recommended-features .module-items {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.page-japan .recommended-features a {
  width: 262px;
  height: 146px;
  box-sizing: border-box;
}
.page-japan .recommended-features img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.page-japan .area-explore .module-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.page-japan .area-explore img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.page-japan .citynews-pnl {
  width: 20%;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.page-japan .citynews-pnl .citynews-pnl_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.page-japan .citynews-pnl .citynews-pnl_photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-japan .citynews-pnl .citynews-pnl_cityname {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px 0 10px;
  margin: 0;
  text-align: center;
}
.page-japan .citynews-pnl .citynews-pnl_summary {
  padding: 5px 10px 10px 10px;
}
.page-japan .citynews-pnl .citynews-pnl_txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  margin: 6px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.page-japan .citynews-pnl .citynews-pnl_date {
  font-size: 0.8rem;
  color: #767676;
  text-align: left;
  margin-top: 4px;
  line-height: 1.28;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__title {
  font-size: 24px;
  font-weight: bold;
}
.page-japan .local-government-introduce-section .more-link {
  font-size: 16px;
  color: #1e50a2;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card {
  flex: 0 0 calc((100% - 80px) / 6);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__image-container {
  position: relative;
  width: 100%;
  height: 140px;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__city-logo {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: #ffffff;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__content {
  padding: 32px 12px 16px;
  text-align: center;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__name {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}
.page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card__description {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .bottom-products {
    margin-top: 40px;
    border-bottom: none;
  }
  .bottom-products__watched {
    margin: 0;
  }
  .bottom-products__watched:not(:first-child) {
    margin-top: 40px;
  }
  .bottom-products .sld__wrap {
    margin-top: 24px;
  }
  .bottom-products .btn-sld {
    top: 30px;
  }
  .bottom-products__inner {
    width: 1072px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .bottom-products .ttl-h3--icon {
    font-size: 22px;
    margin: 0;
  }
  .box--gray__inner {
    width: 1072px;
  }
  .box.-pink {
    background-color: #f8eeee;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .box.-green {
    background-color: #dfefdc;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .head--section__main {
    margin-bottom: -2px;
    border-bottom: solid 2px #ad0003;
  }
  .head--column img {
    width: 85px;
  }
  .media--contents {
    flex-direction: column;
  }
  .ttl-h2--icon.-tooltip .ttl-h2__text.-small,
  .ttl-h2--border.-tooltip .ttl-h2__text.-small {
    font-size: 18px;
  }
  .bx-tooltip.-kift .bx-tooltip__wrap {
    max-width: 528px;
  }
  .bx-tooltip.-kift .bx-tooltip__text {
    margin: 0 0 0 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__top {
    display: flex;
    align-items: flex-start;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom {
    padding: 24px 32px 24px 24px;
  }
  .bx-tooltip.-kift .bx-tooltip__bottom li + li {
    margin-top: 16px;
  }
  .bx-tooltip.-kift .bx-tooltip__arrow::before, .bx-tooltip.-kift .bx-tooltip__arrow::after {
    background-color: #fffade;
  }
  .bx-tooltip__wrap {
    padding: 37px 23px;
    cursor: default;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 14px;
  }
  .bx-tooltip__text {
    font-size: 14px;
  }
  .card-product__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-product__contents {
    padding: 20px 10px 16px;
  }
  .card-product__contents .lst-icon {
    margin-top: 8px;
  }
  .card-product__subtitle {
    margin-top: 16px;
  }
  .card-product__subtitle-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-product__text {
    margin-top: 16px;
  }
  .card-product__code {
    margin-top: 16px;
  }
  .card-product__heart {
    display: inline-block;
  }
  .card-product__city > img {
    border-radius: 4px;
    margin-right: 10px;
  }
  .card-product__city > span {
    letter-spacing: 0;
    margin-right: 15px;
  }
  .card-product__city > span > br {
    display: none;
  }
  .card-product__complement {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
  }
  .card-project__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-project__contents {
    padding: 20px 10px 16px;
  }
  .card-project__contents .lst-icon {
    margin-top: 8px;
  }
  .card-project:before {
    max-width: 244px;
    width: 32%;
  }
  .card-project__img.lazyload, .card-project__img.lazyloading {
    height: 138px;
  }
  .card-project__col {
    margin: 68px 0 0 0;
    max-width: 244px;
    width: 100%;
    box-sizing: border-box;
  }
  .card-project__col:nth-child(1), .card-project__col:nth-child(2) {
    margin-top: 0;
  }
  .card-project__col:nth-child(3) {
    margin-top: 0;
  }
  .card-project__col .card-project__complete {
    height: 70px;
    width: 70px;
    left: 8px;
  }
  .card-project__col .card-project__soon {
    top: 8px;
    left: 11px;
    width: 88px;
    height: 30px;
    border-radius: 0 0 8px 8px;
  }
  .card-project__label {
    width: 235px;
    height: 30px;
    padding: 8px;
  }
  .card-project__label .card-project__text {
    font-size: 14px;
  }
  .card-project a:hover .card-project__image {
    opacity: 0.85;
  }
  .card-project a:hover .card-project__name {
    color: #1e50a2;
    text-decoration: underline;
  }
  .card-project__remind--complete, .card-project__remind--soon {
    line-height: 1.7;
  }
  .card-project__name {
    font-size: 16px;
  }
  .card-project__detail {
    max-width: 100%;
  }
  .card-project__pref {
    font-size: 14px;
  }
  .card-project__total {
    font-size: 14px;
  }
  .card-project__text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
  }
  .card-project__badge {
    width: 56px;
    height: 18px;
  }
  .card-project__quantity {
    font-size: 20px;
    letter-spacing: 0;
  }
  .card-project__progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .card-project__progress > div:first-child {
    flex: none;
  }
  .card-project__progress > div:nth-child(2) {
    flex: none;
    min-width: 130px;
  }
  .card-project__favorite-button {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
  }
  .card-project__end-button {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    margin-top: 20px;
    padding-top: 6px;
  }
  .card-project__end {
    font-size: 14px;
    margin-left: 5px;
  }
  .card-project__row {
    display: flex;
    align-items: center;
  }
  .card-project__lead {
    display: inline-block;
    width: 64px;
  }
  .card-project .goods-col_name {
    margin-top: 10px;
  }
  .card-project .chart-bar {
    margin: 12px 0 16px 0;
  }
  .grid-6 .card-product__contents {
    padding: 14px 10px 10px;
  }
  .grid-6 .card-product__city img {
    display: none;
  }
  .grid-6 .sts-type4,
  .grid-6 .sts-type5,
  .grid-6 .sts-type6 {
    font-size: 16px;
  }
  .grid-7 .card-product__subtitle {
    margin: 0;
  }
  .grid-7 .card-product__subtitle-inner {
    margin: 0;
  }
  .grid-7 .card-product__price {
    font-size: 14px;
  }
  .grid-7 .card-product .sts-type4,
  .grid-7 .card-product .sts-type5,
  .grid-7 .card-product .sts-type6 {
    font-size: 16px;
  }
  .grid-ranking .grid__block:nth-child(n+4) .card-product__contents {
    padding: 14px 10px 10px;
  }
  .card-city__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-city__contents {
    padding: 20px 10px 16px;
  }
  .card-city__contents .lst-icon {
    margin-top: 8px;
  }
  .card-city__image {
    height: 166px;
  }
  .card-city__cityimg {
    position: absolute;
    top: -86px;
    right: 0;
    left: 0;
    margin: auto;
    width: 78px;
  }
  .card-city__info dl dt,
  .card-city__info dl dd {
    padding: 8px 0;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dd {
    width: 73%;
    padding-left: 7%;
  }
  .card-article__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .card-article__contents {
    padding: 20px 10px 16px;
  }
  .card-article__contents .lst-icon {
    margin-top: 8px;
  }
  .sidebar-right .card--special-list {
    margin: 0;
  }
  .sidebar-right .card--special {
    width: 100%;
    margin: 20px 0 0;
  }
  .emerald-product-slider {
    max-width: 1072px;
    margin: 0 auto;
  }
  .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  .emerald-product-slider-card-item__contents {
    padding: 16px 8px 8px;
  }
  .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .emerald-product-slider-card-item__favorite {
    display: inline-block;
  }
  .emerald-product-slider-card-item__city {
    margin-top: 16px;
  }
  .emerald-product-slider__slider-wrap {
    overflow: hidden;
  }
  #emerald-recommendation .emerald-product-slider-card-item__title {
    line-height: 1.38;
    font-size: 16px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents {
    padding: 16px 8px 8px;
  }
  #emerald-recommendation .emerald-product-slider-card-item__contents .lst-icon {
    margin-top: 8px;
  }
  .emerald-error {
    width: 1072px;
    margin: 0 auto;
  }
  .page-japan .page-header {
    display: flex;
    align-items: center;
    max-width: 1072px;
    margin: 0 auto;
  }
  .page-japan .remaining-deduction {
    margin-top: 4px;
  }
  .page-japan .area .area__header {
    max-width: 1072px;
    margin: auto;
    text-align: left;
  }
  .page-japan .area .area__header .ttl-h1--icon {
    font-size: 24px;
  }
  .page-japan .area-map__wrap {
    max-width: 1072px;
    margin: 36px auto;
  }
  .page-japan .area-map__wrap .area-map {
    margin-top: -88px;
  }
  .page-japan .modules .emerald-category-section-block:first-of-type {
    border-top: none;
    padding: 0;
    padding-bottom: 24px;
  }
  .page-japan .modules .loading-content.emerald-category-section-block {
    height: 317px;
  }
  .page-japan .japan {
    width: 100%;
    height: auto;
  }
  .page-japan .japan svg {
    margin-left: 80px;
    margin-top: -16px;
  }
  .page-japan .japan .area {
    border-radius: 12px;
  }
  .page-japan .japan .prefecture a {
    color: #6b6b6b;
    width: 100px;
    justify-content: start;
    padding-left: 8px;
    height: 26px;
  }
  .page-japan .japan .prefecture .hoverd a {
    color: #ffffff;
  }
  .page-japan .japan .prefecture::before, .page-japan .japan .prefecture::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border: none;
  }
  .page-japan .japan .hokkaido {
    top: 135px;
    right: 200px;
  }
  .page-japan .japan .hokkaido .prefecture {
    position: relative;
  }
  .page-japan .japan .hokkaido .prefecture::before {
    display: none;
  }
  .page-japan .japan .hokkaido .prefecture::after {
    background-color: #355298;
    top: -10px;
    left: 60px;
  }
  .page-japan .japan .hokkaido a {
    border-radius: 8px;
  }
  .page-japan .japan .tohoku {
    top: 190px;
    right: 90px;
    width: 217px;
  }
  .page-japan .japan .tohoku .prefecture {
    width: 323px;
  }
  .page-japan .japan .tohoku .prefecture::before {
    background-color: #53a4d5;
    top: 36px;
    left: -13px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .page-japan .japan .tohoku .prefecture::after {
    display: none;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-2 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-3 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-4 {
    border-right: solid 1px #53a4d5;
    border-bottom: solid 1px #53a4d5;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-4 a {
    border-radius: 0;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-5 a {
    border-radius: 0;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-6 a {
    border-radius: 0 0 0 8px;
  }
  .page-japan .japan .tohoku .prefecture .prefecture-7 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .kanto {
    top: 303px;
    right: 90px;
  }
  .page-japan .japan .kanto .area__inner {
    width: 223px;
    height: 86px;
    border-radius: 12px 12px 12px 0;
  }
  .page-japan .japan .kanto .area__inner::before {
    left: 0.2px;
    bottom: -27px;
    border-radius: 0 0 12px 12px;
    width: 114px;
    height: 27px;
  }
  .page-japan .japan .kanto .prefecture {
    width: 326px;
  }
  .page-japan .japan .kanto .prefecture::before {
    background-color: #3baaa3;
    top: 13px;
    left: -10px;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  .page-japan .japan .kanto .prefecture::after {
    display: none;
  }
  .page-japan .japan .kanto .prefecture-8 {
    top: 3px;
    left: 3px;
  }
  .page-japan .japan .kanto .prefecture-8 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .kanto .prefecture-9 {
    top: 3px;
    right: 106px;
  }
  .page-japan .japan .kanto .prefecture-9 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .kanto .prefecture-10 {
    top: 30px;
    left: 3px;
  }
  .page-japan .japan .kanto .prefecture-10 a {
    border-radius: 0;
  }
  .page-japan .japan .kanto .prefecture-11 {
    right: 106px;
    top: 30px;
  }
  .page-japan .japan .kanto .prefecture-12 {
    top: 57px;
    right: 215px;
    bottom: auto;
  }
  .page-japan .japan .kanto .prefecture-12 a {
    border-radius: 0;
  }
  .page-japan .japan .kanto .prefecture-13 {
    right: 106px;
    top: 57px;
    bottom: auto;
  }
  .page-japan .japan .kanto .prefecture-13 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .kanto .prefecture-14 {
    top: 84px;
    left: 3px;
    right: auto;
    bottom: auto;
  }
  .page-japan .japan .kanto .prefecture-14 a {
    border-radius: 0 0 8px 8px;
  }
  .page-japan .japan .chubu {
    top: -5px;
    left: 530px;
  }
  .page-japan .japan .chubu .area__inner {
    width: 114px;
    height: 140px;
    border-radius: 12px;
  }
  .page-japan .japan .chubu .area__inner::after {
    top: 362px;
    left: -18px;
    width: 223px;
    height: 59px;
    border-radius: 12px;
  }
  .page-japan .japan .chubu .area__inner .prefecture::before {
    background-color: #2aa25c;
    top: 140px;
    left: 50px;
  }
  .page-japan .japan .chubu .area__inner .prefecture::after {
    background-color: #2aa25c;
    top: 355px;
    left: 28px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-15 a {
    border-radius: 8px 8px 0 0;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-19 {
    top: 392px;
    right: -88px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-19 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-20 {
    top: 365px;
    right: -88px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-20 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-23 {
    top: 392px;
    right: 21px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-23 a {
    border-radius: 0 0 0 8px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-22 {
    top: 365px;
    right: 21px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-22 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-21 a {
    border-radius: 0 0 8px 8px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-16 {
    top: 30px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-17 {
    top: 57px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-18 {
    top: 84px;
  }
  .page-japan .japan .chubu .area__inner .prefecture .prefecture-21 {
    top: 111px;
  }
  .page-japan .japan .kinki {
    left: 405px;
    top: -5px;
  }
  .page-japan .japan .kinki .prefecture::before {
    background-color: #80b927;
    bottom: -10px;
    right: 27px;
  }
  .page-japan .japan .kinki .prefecture::after {
    display: none;
  }
  .page-japan .japan .kinki .prefecture .prefecture-24 a {
    border-radius: 8px 8px 0 0;
  }
  .page-japan .japan .kinki .prefecture .prefecture-30 a {
    border-radius: 0 0 8px 8px;
  }
  .page-japan .japan .chugoku {
    top: -5px;
    left: 280px;
  }
  .page-japan .japan .chugoku .prefecture::before {
    background-color: #f7b400;
    bottom: -10px;
    right: 27px;
  }
  .page-japan .japan .chugoku .prefecture::after {
    display: none;
  }
  .page-japan .japan .chugoku .prefecture .prefecture-31 a {
    border-radius: 8px 8px 0 0;
  }
  .page-japan .japan .chugoku .prefecture .prefecture-35 a {
    border-radius: 0 0 8px 8px;
  }
  .page-japan .japan .chugoku .prefecture .prefecture-19 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .chugoku .prefecture .prefecture-22 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .chugoku .prefecture .prefecture-20 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .shikoku {
    top: 357px;
    left: 280px;
    width: 217px;
  }
  .page-japan .japan .shikoku .prefecture {
    width: 260px;
  }
  .page-japan .japan .shikoku .prefecture::before {
    background-color: #ec6d34;
    top: -10px;
    right: 122px;
  }
  .page-japan .japan .shikoku .prefecture::after {
    display: none;
  }
  .page-japan .japan .shikoku .prefecture .prefecture-38 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .shikoku .prefecture .prefecture-37 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .shikoku .prefecture .prefecture-39 a {
    border-radius: 0 0 0 8px;
  }
  .page-japan .japan .shikoku .prefecture .prefecture-36 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .kyushu {
    top: 190px;
    left: 40px;
  }
  .page-japan .japan .kyushu .area__inner {
    width: 223px;
    height: 86px;
    border-radius: 12px 12px 12px 0;
  }
  .page-japan .japan .kyushu .area__inner::before {
    width: 114px;
    bottom: -27px;
    height: 27px;
    top: auto;
    left: 0;
    border-radius: 0 0 12px 12px;
  }
  .page-japan .japan .kyushu .area__inner::after {
    bottom: -113px;
    left: 115px;
    width: 114px;
    height: 32px;
    border-radius: 12px;
  }
  .page-japan .japan .kyushu .prefecture::before {
    background-color: #ed8599;
    top: 65px;
    left: 219px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .page-japan .japan .kyushu .prefecture::after {
    background-color: #ed8599;
    top: 160px;
    left: 190px;
    -webkit-transform: none;
            transform: none;
  }
  .page-japan .japan .kyushu .prefecture .prefecture-47 {
    top: 170px;
    left: 118px;
  }
  .page-japan .japan .kyushu .prefecture .prefecture-47 a {
    border-radius: 8px;
  }
  .page-japan .japan .kyushu .prefecture-40 {
    left: 3px;
    top: 3px;
  }
  .page-japan .japan .kyushu .prefecture-40 a {
    border-radius: 8px 0 0 0;
  }
  .page-japan .japan .kyushu .prefecture-41 {
    left: 112px;
    top: 3px;
  }
  .page-japan .japan .kyushu .prefecture-41 a {
    border-radius: 0 8px 0 0;
  }
  .page-japan .japan .kyushu .prefecture-44 {
    top: 57px;
    left: 3px;
  }
  .page-japan .japan .kyushu .prefecture-44 a {
    border-radius: 0;
  }
  .page-japan .japan .kyushu .prefecture-45 {
    left: 112px;
    top: 57px;
  }
  .page-japan .japan .kyushu .prefecture-45 a {
    border-radius: 0 0 8px 0;
  }
  .page-japan .japan .kyushu .prefecture-42 {
    top: 30px;
    left: 3px;
  }
  .page-japan .japan .kyushu .prefecture-42 a {
    border-radius: 0;
  }
  .page-japan .japan .kyushu .prefecture-46 {
    top: 84px;
    left: 3px;
  }
  .page-japan .japan .kyushu .prefecture-46 a {
    border-radius: 0 0 8px 8px;
  }
  .page-japan .japan .kyushu .prefecture-43 {
    top: 30px;
    left: 112px;
  }
  .page-japan .japan .kyushu .prefecture-43 a {
    border-radius: 0;
  }
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .bottom-products .sld__wrap {
    padding-right: 0;
  }
  .bottom-products .sld__list {
    padding: 0 6px 0 16px;
  }
  .box--gray {
    padding: 24px 16px;
    margin-top: 24px;
  }
  .head--section {
    margin-bottom: 20px;
  }
  .head--section:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: -2px;
    margin: auto;
    display: inline-block;
    background: #ad0003;
    height: 2px;
    width: 33%;
  }
  .head--section__sub {
    font-size: 14px;
  }
  .head--section__main {
    font-size: 20px;
  }
  .head--column {
    margin: 0 16px 24px;
  }
  .media--contents {
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
  }
  .media--contents__image {
    width: 168px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .media--contents__title {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .media--contents__text {
    font-size: 12px;
  }
  .navigation--full-screen {
    position: fixed;
    display: flex;
    z-index: -10000;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
  }
  .navigation--full-screen__layer0 {
    background: #fff;
    height: 100%;
    width: 100%;
    transition: 0.3s;
    flex-shrink: 0;
  }
  .navigation--full-screen__head {
    color: #fff;
    padding: 14px 0;
    background-color: #ad0003;
    text-align: right;
  }
  .navigation--full-screen__head__title {
    font-size: 14px;
    text-align: center;
  }
  .navigation--full-screen__head__close {
    position: relative;
    display: block;
  }
  .navigation--full-screen__head__close:before, .navigation--full-screen__head__close:after {
    position: absolute;
    content: "";
    top: -12px;
    right: 16px;
    width: 16px;
    height: 2px;
    background: #fff;
  }
  .navigation--full-screen__head__close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__head__close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .navigation--full-screen__head__close > span {
    position: absolute;
    z-index: -1;
    white-space: nowrap;
    font-size: 10px;
    opacity: 0;
  }
  .navigation--full-screen__body {
    width: 100%;
    height: 100vh;
    padding: 16px 16px 240px;
    overflow: auto;
    box-sizing: border-box;
  }
  .navigation--full-screen__body select {
    width: 100%;
    padding: 11px 8px;
  }
  .navigation--full-screen__button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: solid 1px #767676;
    border-radius: 4px;
    width: 100%;
    padding: 11px 8px;
    box-sizing: border-box;
    color: #16160e !important;
    font-weight: bold;
    text-align: left;
    background: none;
  }
  .navigation--full-screen__button:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    background: #f3f3f3;
    padding: 12px 8px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
  }
  .navigation--full-screen__footer .btn-normal {
    width: 135px;
    margin-right: 8px;
  }
  .navigation--full-screen__back {
    background: #f6f6f6;
    display: inline-block;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
  }
  .navigation--full-screen__back a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-right: 4px;
  }
  .navigation--full-screen__list li a,
  .navigation--full-screen__list li label {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px;
    border-bottom: solid 1px #e5e5e5;
    box-sizing: border-box;
    color: #1e50a2;
  }
  .navigation--full-screen__list li a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #767676;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navigation--full-screen__list li img {
    width: 50px;
    margin-right: 8px;
  }
  .navigation--full-screen__layer1, .navigation--full-screen__layer2 {
    overflow: scroll;
    background: #fff;
    transition: 0.3s;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  .area .exhibition-label {
    right: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 4px 8px;
    border-radius: 4px;
    background: #ffea00;
    font-size: 12px;
  }
  .ttl-h2--icon.-tooltip {
    padding-left: 25px;
  }
  .ttl-h2--icon.-tooltip .ttl-h2__text.-small,
  .ttl-h2--border.-tooltip .ttl-h2__text.-small {
    font-size: 14px;
  }
  .bx-tooltip__wrap {
    max-width: 390px;
  }
  .bx-tooltip__wrap .txt-link.-bottom {
    font-size: 12px;
  }
  .label--exclusive.-sticker {
    top: 3px;
    left: 3px;
    font-size: 10px;
  }
  .card-product__title.is-over {
    max-height: 4.5em;
    overflow: hidden;
    position: relative;
  }
  .card-product__title.is-over:after {
    content: "...";
    color: transparent;
    display: inline-block;
    width: 3em;
    background: linear-gradient(-90deg, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .card-product .sts-type4,
  .card-product .sts-type5,
  .card-product .sts-type6 {
    font-size: 12px;
  }
  .card-product .sts-type7 {
    font-size: 12px;
  }
  .card-product .sts-type7:before {
    border-width: 16px;
  }
  .card-product .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-product .sts-type7.item-rank1, .card-product .sts-type7.item-rank2, .card-product .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-product .sts-type7.item-rank1::before, .card-product .sts-type7.item-rank2::before, .card-product .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-product__comment {
    display: inline-block;
    padding: 0 8px 12px;
  }
  .card-product__heart {
    top: -2px;
  }
  .card-product__heart > img {
    line-height: 1;
    width: 24px;
  }
  .card-product .city-symbol {
    display: none;
  }
  .gcf-cht-bar.gcf-cht-bar--right {
    height: 8px;
    margin: 2px 0 0;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph,
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__graph2 {
    height: 8px;
  }
  .gcf-cht-bar.gcf-cht-bar--right .gcf-cht-bar__number {
    font-size: 10px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    height: 9px;
    line-height: 9px;
  }
  .transform-layout {
    box-shadow: none;
    border: none;
    border-bottom: solid 1px #e5e5e5;
    border-radius: 0;
  }
  .transform-layout .card-product__link {
    flex-direction: row;
  }
  .transform-layout .card-product__contents {
    padding: 0 0 0 16px;
  }
  .transform-layout .card-product__title {
    font-size: 14px;
  }
  .transform-layout .card-product__image {
    width: 100px;
    min-height: 0;
    flex-shrink: 0;
  }
  .transform-layout .card-product__img {
    height: auto;
  }
  .transform-layout .card-product__subtitle {
    background: none;
  }
  .transform-layout .card-product__subtitle-inner {
    padding: 0;
  }
  .transform-layout .card-product__complement {
    margin: 8px 0 0 116px;
  }
  .transform-layout .card-product__city {
    display: inline-block;
    height: auto;
    padding: 0;
    border-top: none;
    font-size: 12px;
    margin: 8px 0;
  }
  .transform-layout .card-product__city span {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .transform-layout .card-product__city span:after {
    content: "";
    width: 4px;
    height: 4px;
    margin-left: 4px;
    border-top: solid 1px;
    border-right: solid 1px;
    border-color: #1e50a2;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .card-city {
    height: 100%;
  }
  .card-city__title {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-top: 0;
  }
  .card-city .card-city__cityimage {
    width: 42px;
    height: 42px;
    margin-right: 8px;
    flex-shrink: 0;
  }
  .card-city__name {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  .card-city__info {
    font-size: 12px;
    padding: 8px;
    border-bottom: solid 1px #e5e5e5;
  }
  .card-city__info dl dt {
    width: 30%;
  }
  .card-city__info dl dd {
    width: 66%;
    padding-left: 4%;
  }
  .card-city__category {
    padding: 8px;
  }
  .card-city__category p {
    margin-bottom: 4px;
  }
  .card-article .sts-type7 {
    font-size: 12px;
  }
  .card-article .sts-type7:before {
    border-width: 16px;
  }
  .card-article .sts-type7 span {
    top: 4px;
    left: -2px;
  }
  .card-article .sts-type7.item-rank1, .card-article .sts-type7.item-rank2, .card-article .sts-type7.item-rank3 {
    left: 8px;
    width: 22px;
  }
  .card-article .sts-type7.item-rank1::before, .card-article .sts-type7.item-rank2::before, .card-article .sts-type7.item-rank3::before {
    border-width: 11px;
    border-bottom: 4px solid transparent;
  }
  .card-article__link {
    flex-direction: row !important;
  }
  .card-article__img {
    border-radius: 0 !important;
  }
  .card-article__image {
    height: auto;
    width: 160px;
    flex-shrink: 0;
  }
  .card-article__contents {
    padding: 12px 8px;
  }
  .emerald-product-slider__heading {
    margin-bottom: 16px;
  }
  .page-search .emerald-product-slider__heading {
    margin-left: 16px;
    margin-right: 16px;
  }
  .page-search .emerald-product-slider__slider-item:first-child {
    margin-left: 16px;
  }
  .emerald-product-slider-card-item__favorite {
    top: -2px;
  }
  .emerald-product-slider__slider-wrap {
    overflow-y: scroll;
  }
  .emerald-product-slider__slider-btn {
    display: none;
  }
  #emerald-recommendation .emerald-product-slider-card-item {
    margin-right: 20px;
  }
  .page-japan .remaining-deduction {
    margin: 16px 16px 0;
  }
  .page-japan .modules {
    padding: 0 16px;
  }
  .page-japan .recommended-features .module-items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-japan .recommended-features a {
    width: calc(50% - 4px);
    height: auto;
  }
  .page-japan .area-explore .module-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .page-japan .citynews-pnl {
    min-width: 194px;
  }
  .page-japan .bubble {
    position: relative;
    bottom: -8px;
  }
  .page-japan .bubble::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 24px;
    height: 12px;
    background: #ffffff;
    border-radius: 0 0 12px 12px;
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
    pointer-events: none;
    z-index: 1;
  }
  .page-japan .area-map__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 0 16px 32px;
  }
  .page-japan .area-map__list li {
    position: relative;
  }
  .page-japan .area-map__list img {
    border-radius: 8px;
  }
  .page-japan .area-map__list p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
  }
  .page-japan .area-prefectures-list {
    display: -ms-grid;
    display: grid;
    grid-column: 1/-1;
  }
  .page-japan .area-prefectures-list ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    list-style: none;
    padding: 12px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24), 0 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    text-align: left;
  }
  .page-japan .area-prefectures-list li {
    padding: 6px 10px;
  }
  .page-japan .area-prefectures-list li a {
    color: #1e50a2;
  }
  .page-japan .local-government-introduce-section .local-government-introduce-section__cards .lg-card {
    min-width: 160px;
  }
}
@media all and (-ms-high-contrast: none) {
  .card-product__image {
    min-height: 1px;
  }
  .card-product__price-option p {
    line-height: 1;
  }
  .card-project__image {
    min-height: 1px;
  }
  .card-city__image {
    min-height: 1px;
  }
  .card-article__image {
    min-height: 1px;
  }
}
