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

.area {
  margin-top: 0;
}
.area__header .ttl-h1--icon,
.area__header .txt-h1 {
  margin-top: 0;
  margin-right: 16px;
}

.area__banner {
  text-align: center;
}
.area-aside section:first-child {
  margin-bottom: 24px;
}
.area-aside__title {
  margin-bottom: 12px;
  text-align: center;
}
.area-aside__image .border {
  border: 1px solid #e5e5e5;
}

.gcf_slider .grid__block {
  margin-top: 0;
}

.bx-tooltip__wrap {
  bottom: 50px;
}

.banner-area {
  margin: 40px 0 80px;
  text-align: center;
}

.pr-special {
  margin: 24px 16px;
}

@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;
  }
  .grid-3 .grid__block {
    width: calc(33% - 10px);
  }
  .area__header {
    display: flex;
    align-items: center;
    padding-top: 0;
  }
  .area__banner {
    margin-top: 24px;
  }
  .area-map__wrap {
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .area-aside {
    margin-left: 20px;
  }
  .area-aside__title h3 {
    font-size: 16px;
  }
  .area-aside__title p {
    font-size: 14px;
  }
  .area-aside__image a {
    display: block;
    margin-bottom: 10px;
  }
  .area-aside__image a:last-child {
    margin-bottom: 0;
  }
  .area-aside__image a img {
    width: 292px;
    height: 75px;
  }
  .pr-special {
    width: 1072px;
    margin: 40px auto 0;
  }
  .pr-special .card--special {
    width: calc(33.3% - 20px);
  }
}

@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;
  }
  .grid-3 {
    padding: 0 16px;
  }
  .grid-3 .grid__block {
    margin-bottom: 10px;
    margin-right: 0 !important;
    width: 100%;
  }
  .grid-3 .grid__block:last-child {
    margin-bottom: 0;
  }
  .area__header {
    padding: 24px 16px;
  }
  .area__banner {
    margin-bottom: 24px;
  }
  .area-aside {
    padding: 24px 16px;
  }
  .area-aside__image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .area-aside__image a {
    margin-bottom: 10px;
    width: calc(50% - 10px);
  }
  .area-aside__image a.-wide {
    width: 100%;
  }
  .area-aside__image a img {
    width: 100%;
  }
  .area-aside__image .border {
    width: 100%;
  }
  .bx-tooltip__wrap {
    bottom: 45px;
  }
}