@charset "UTF-8";

header {
  opacity: 0;
}

html.is-loaded header {
  opacity: 1;
}

@media only screen and (max-width: 767px) {

  .page-biodiversity .hamburger-btn.expand .btn-menu {
    z-index: 1001;
  }
  .page-biodiversity .hamburger-btn.expand .navigation-sidebar {
    z-index: 1000 !important;
  }

  header .logo {
    color: #2b468c;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 38vw;
  }

  header .link-home-language {
    margin: 2.633333333333333vw 0;
    height: 11.8vw;
    background: url(../img/common/sp_logo.svg) no-repeat center center;
    background-size: auto 11.8vw;
    display: block;
  }

  .logo-about {
    position: absolute;
  }

  header .language-sm .language-icon {
    width: 5.688888888888889vw;
    height: 5.688888888888889vw;
    background: url(../img/common/language_icon.svg) no-repeat center center;
    background-size: 100% auto;
    display: block;
    overflow: hidden;
    text-indent: -1000px;
  }
  .logo-common {
    margin: 2.633333333333333vw 0;
    height: 11.8vw;
    background: url(../img/common/sp_logo.svg) no-repeat center center;
    background-size: auto 11.8vw;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 38vw;
    position: absolute;
  }
}
.side-bar-box {
  background: #fff;
}
.column-map {
  background: #B8B8B8;
	position: relative;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display:none;
}
.gmnoprint div {
    background:none !important;
}

@media only screen and (max-width: 767px) {
  .map-container {
    height: 100%;
  }
}

.map-image-wrapper {
  width: 5400px;
  height: 2214px;
  position: relative;
}
.map-image-wrapper .shadow {
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: 100;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 30px solid #B8B8B8;
}
.map-image {
  opacity: 0;
  width: 0;
  height: 0;
}
.map-legend {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  display: block;
  width: 192px;
  min-width: 192px;
  height: auto;
  padding: 5px;
  border: 1px solid rgba(0,0,0,.3);
  background: rgba(255,255,255,.2);
  pointer-events: none;
}
.map-legend-message {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  display: block;
  width: 10vw;
  min-width: 100px;
  height: auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.3);
  background: rgba(255,255,255,.2);
  pointer-events: none;
}
.map-legend.is-hidden,
.map-legend-message.is-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .map-image {
    opacity: 0;
  }
  .map-legend,
  .map-legend-message {
    right: 2.844444444444444vw;
    bottom: 2.844444444444444vw;
    width: 40vw;
    min-width: 0;
    background: rgba(255,255,255,.5);
  }
}

.box-country-wrap {
  position: relative;
}
.box-country {
  position: relative;
}
.box-country .name-country {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  padding: 5px 0 5px;
  cursor: pointer;
  padding: 5px 40px 5px 20px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  height: 35px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #ccc;
}

@media only screen and (min-width: 768px) {
  .box-country .name-country.is-active {
    border-radius: 8px 8px 0px 0px;
    z-index: 4;
  }
}

.box-country .name-country:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  right: 14px;
  top: 50%;
}
.box-country .name-country:before {
  content: '';
  position: absolute;
  right: 37px;
  top: 5px;
  bottom: 5px;
  width: 1px;
  background: #ccc;
}

#map {
  margin-left: -2px;
  margin-top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

@media print, (min-width: 768px) {

  .box-country .name-country:after {
    margin-top: -8px;
    transform: rotate(135deg);
  }
  .box-country .name-country.is-active:after {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .chart-box-wrap {
    margin: 16px 0 0 -26px;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar-box {
    padding-bottom: 2vw;
  }
  .box-country .name-country {
    box-shadow: none;
    border: 1px solid #ccc;
  }
  .box-country .name-country:after {
    transform: rotate(45deg);
    margin-top: -4px;
    right: 16px;
  }

}
.drop-country {
  left: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  line-height: 1.5;
  display: none;
  z-index: 5;
}
.drop-country li {
  position: relative;
  overflow: hidden;
}
@media print, (min-width: 768px) {
  .side-bar-box {
    width: 330px;
    height: 100vh !important;
    overflow: auto;
  }
  .sidebar-scrollcontent {
    height: calc(100vh - 426px);
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 200px;
  }
  .section-content-map {
    padding: 0 0 0 72px;
    display: flex;
    height: 100%;
  }
  .column-map {
    flex: 1;
    width: calc(100vw - 402px);
    height: 100% !important;
    margin: 0 !important;
  }
  .box-wrap {
    padding: 24px 16px 20px;
    position: relative;
    z-index: 10;
  }
  .drop-country {
    width: 100%;
    max-height: 256px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
  }
}
@media only screen and (max-width: 767px) {
  .side-bar-box {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
  }
  .column-map {
    height: 100vh;
    z-index: 1;
  }
  .box-wrap {
    padding: 4.266666666666667vw 2.844444444444444vw 2.844444444444444vw;
  }
  .drop-country {
    position: fixed;
    height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(110%);
    left: auto;
    padding: 2.844444444444444vw 0;
    z-index: 2000;
    transition: .5s ease;
    display: block !important;
    opacity: 1 !important;
  }
  .drop-country.is-box-animate {
    transform: translateX(0);
  }
  .country-head {
    position: relative;
    padding: 2.3vw 0 2.3vw 12.8vw;
    font-size: 16px;
    background: #2b468c;
    color: #fff;
  }
  .button-close {
    position: absolute;
    left: 1.9vw;
    width: 6.4vw;
    height: 6.4vw;
    top: 1.8vw;
    margin-top: 2px;
    font-size: 6.4vw;
    color: #fff;
  }
  .country-global {
    margin: 0 2.844444444444444vw;
    border-bottom: 1px solid #ccc;
    padding: 0 2.844444444444444vw 4.266666666666667vw;
    margin-bottom: 4.266666666666667vw;
    display: none;
  }
  .country-global.is-visible {
    display: block;
  }
  .country-scrollarea {
    padding: 4.266666666666667vw 0 4.266666666666667vw;
    position: absolute;
    top: calc(4.6vw + 24px);
    left: 0;
    width: 100%;
    height: calc(100% - 4.6vw - 24px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .product-scrollarea {
    padding-bottom: 4.266666666666667vw;
    position: absolute;
    top: calc(4.4vw + 46px);
    left: 0;
    width: 100%;
    height: calc(100% - 4.4vw - 46px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
.is-effect {
  overflow: hidden;
  position: relative;
}
.is-effect:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.26s ease;
}
.is-effect.is-active:after {
  animation-duration: 225ms, 75ms;
  animation-timing-function: ease, ease;
  animation-delay: 0s, 0s;
  animation-iteration-count: 1, 1;
  animation-direction: normal, normal;
  animation-fill-mode: forwards, forwards;
  animation-play-state: running, running;
  animation-name: scale-in, opacity-in;
}
.drop-country li .item {
  display: block;
  padding: 6px 20px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.drop-country li .dots {
  padding: 5px 20px;
  line-height: 1;
}
.drop-country .is-active {
  background: #e7e5e6;
}
@media print, (min-width: 768px) {
  .is-effect:hover {
    background: rgba(0,0,0,.04);
  }
  .is-effect.is-active:hover {
    background: #e7e5e6;
  }
}
@media only screen and (max-width: 767px) {
  .drop-country {
    padding-top: 0
  }
  .drop-country li .item {
    padding: 8px 5.688888888888889vw;
  }
}

.button-primary {
  height: 35px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 10px;
  border: 1px solid #ccc;
  font-weight: normal;
  color: #000;
  width: 100%;
  transition: .26s ease;
  cursor: pointer;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.button-primary.is-active {
  background: #ececf8;
  color: #2b468c;
  font-weight: 500;
  border-color: #2b468c;
    z-index: 2;
    position: relative;
  }
.button-primary:after {
  border-radius: 15px;
  background: #044ffd
}
.button-primary > span {
  display: block;
  position: relative;
  z-index: 5;
}
.button-primary.is-active {
  z-index: 2;
  position: relative;
}
.list-button {
  display: flex;
}
.list-button > li {
  width: 50%;
}
.list-button > li:nth-child(1) .button-primary {
  border-radius: 8px 0 0 8px;
}
.list-button > li:nth-child(2) .button-primary {
  border-radius: 0 8px 8px 0;
  width: calc(100% + 1px);
  margin-left: -1px;
}
@media print, (min-width: 768px) {
  .button-primary:hover {
    z-index: 2;
    position: relative;
    background: #ececf8;
    color: #2b468c;
    font-weight: 500;
    border-color: #2b468c;
  }
  .button-primary.is-active:hover {
    background: #ececf8;
  }
  .list-button {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .list-button {
    padding-bottom: 2.844444444444444vw;
  }
}
.ani-bg {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -webkit-linear-gradient(
    left,
    #eeeeee 8%,
    #dddddd 18%,
    #eeeeee 33%
  );
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}

.chart-wrapper {
  position: relative;
}
.chart-loader {
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 100;
  width: 95%;
  height: 100%;
}
.chart-message {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 0;
  opacity: 0;
  width: 95%;
  height: 100%;
  padding: 10px;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  .chart-loader,
  .chart-message {
    left: 2.844444444444444vw;
    width: calc(100% - 2.844444444444444vw * 2);
  }
}


.chart-box {
  height: 282px;
  margin: 0 16px;
}
.chart-box.is-hidden {
  visibility: hidden;
}
@media print, (min-width: 768px) {
  .chart-box {
    margin: 0;
    width: 322px;
    height: 280px;
  }
  .chart-box svg > g > g:last-child {
    pointer-events: none;
  }
}
.chart-text {
  padding: 0 16px 16px;
  font-size: 16px;
  line-height: 1.5;
}
.chart-text .text {
  font-size: 14px;
  color: #707070;
}

.list-product-wrapper {
  position: relative;
}

@media print, (min-width: 768px) {
  .list-product-wrapper {
    min-height: 100vh;
    padding-bottom: 24px;
  }
}

@media print, (max-width: 767px) {
  .list-product-wrapper {
    min-height: calc(37px + 2.844444444444444vw * 2);
  }
}

.list-product-loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.list-product-loader .loader-item {
  display: block;
  height: 77px;
  padding: 16px 16px 16px 72px;
  position: relative;
}
.list-product-loader .item-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 22px;
}
.list-product-loader .item-name {
  height: 18px;
  margin-top: 2px;
  margin-bottom: 8px;
}
.list-product-loader .item-range {
  height: 14px;
}

@media only screen and (max-width: 767px) {
  .list-product-loader .loader-item {
    height: auto;
    padding: 2.844444444444444vw 2.844444444444444vw 2.844444444444444vw 12.8vw;
  }
  .list-product-loader .item-icon {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    left: 2.844444444444444vw;
    top: calc(2.844444444444444vw + 3px);
  }
  .list-product-loader .item-name {
    height: 18px;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .list-product-loader .item-range {
    height: 14px;
  }
}

.item-box {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 16px 16px 16px 64px;
  line-height: 1.5;
  font-size: 16px;
  overflow: hidden;
  outline: none !important;
}
.item-box.is-active {
  background: #e7e5e6;
}
.item-box .text {
  font-size: 14px;
  color: #707070;
}
.item-box .icon {
  line-height: 1;
  position: absolute;
  color: #000;
  background: no-repeat center center;
  overflow: hidden;
}
.item-box .icon img {
  display: block;
  width: 100%;
}

@media print, (min-width: 768px) {
  .wrap-chart {
    display: block !important;
    position: relative;
    z-index: 0;
  }
  .item-box {
    padding: 16px 16px 16px 72px;
  }
  .item-box .icon {
    width: 24px;
    height: 24px;
    left: 16px;
    top: 22px;
  }
  .group-title {
    font-size: 14px;
    color: #707070;
    padding: 10px 16px 0 16px;
    border-top: 1px solid #ccc;
    margin: 20px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-scrollcontent {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(110%);
    transition: .5s ease;
    padding: 0 0 6vw;
    z-index: 2000;
    background: #fff;
    overflow: hidden;
    display: block !important
  }
  .sidebar-scrollcontent .chart-text {
    padding: 2.844444444444444vw 2.844444444444444vw 2.844444444444444vw 12.8vw;
    padding: 2.2vw 2.2vw 2.2vw 12.8vw;
    background: #2b468c;
    color: #fff;
  }
  .chart-text .text {
    color: #fff;
  }
  .sidebar-scrollcontent.is-box-animate {
    transform: translateX(0);
  }
  .chart-box {
    margin: 0 2.844444444444444vw 4.266666666666667vw;
  }
  .item-box {
    padding: 2.844444444444444vw 2.844444444444444vw 2.844444444444444vw 12.8vw;
    line-height: 1.2;
  }
  .item-box .icon {
    width: 4.266666666666667vw;
    height: 4.266666666666667vw;
    left: 2.844444444444444vw;
    top: calc(2.844444444444444vw + 3px);
    background-size: 100% auto
  }
  .item-box .text {
    margin-top: 2px;
  }
  .change-text .button-open-chart {
    position: absolute;
    right: 2.844444444444444vw;
    top: 0;
    bottom: 0;
    width: 40px;
    z-index: 5;
  }
  .change-text .item-box {
    display: none;
    padding-right: calc(40px + 2.844444444444444vw);
    background: none !important;
  }
  .change-text .group-title {
    display: none;
  }
  .group-title {
    font-size: 14px;
    color: #707070;
    margin: 4vw 0 2vw;
    padding: 2vw 0 0 2.844444444444444vw;
    border-top: 1px solid #ccc;
  }
  .change-text .group-title.is-active {
    display: block;
  }
  .change-text .item-box:after {
    display: none;
  }
  .change-text .item-box.is-active {
    display: block;
  }
  .change-text .item-box:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: calc(2.844444444444444vw + 16px);
    top: 50%;
    transform: rotate(45deg);
    margin-top: -5px;
  }
  .chart-text {
    padding: 0 0 0 12.8vw;
    margin-bottom: 4.266666666666667vw;
    position: relative;
  }
}

@-webkit-keyframes scale-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0.5);
  }
  to {
    transform: scaleX(1.2);
  }
}

@keyframes scale-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0.5);
  }
  to {
    transform: scaleX(1.2);
  }
}

@-webkit-keyframes opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}

@keyframes opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: 0.1;
  }
}

.map-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000
}

.error-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 500px;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.4);
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.error-modal .error-msg {
  padding: 20px;
  line-height: 1.4;
}
.error-modal .error-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  cursor: pointer;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.error-modal .error-close i {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .error-modal {
    z-index: 100;
    width: 80%;
    background: rgba(255,255,255,.8);
  }
}

.drop-country .mCSB_scrollTools {
  margin: 5px 0;
  z-index: 100;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2B468C;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2B468C;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2B468C;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #2B468C;
}
.drop-country .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 4px;
}
.drop-country .mCSB_inside>.mCSB_container {
  margin-right: 0;
}


.box-country .search-country {
  padding-right: 20px;
  width: calc(100% - 40px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: -35px;
  position: relative;
  z-index: 999;
  box-shadow: none;
  height: 35px;
  display: none;
  border-radius: 8px 0px 0px 0px !important;
  border-right: none;
}

.box-country .search-country.is-active {
  display: block;
}

.map-background {
  width: 500%;
  height: 2214px;
  position: relative;
  left: -200%;
	pointer-events: none;
	top: 0;
  -moz-user-select: none;
}

@media only screen and (max-width: 767px) {
  .map-background {
    width: 100%;
    left: 0;
  }
}
