@charset "UTF-8";
/**
 * style_sap.scss
 */
/* Foundation */
/********themeの読み込み********/
/* Foundation */
@media screen and (min-width: 768px), print {
  .l-header.is-scroll .l-header__preBlock,
  .l-header.is-scroll .l-header__afterBlock {
    width: calc((100vw - 1474px) / 2);
  }
}

@media screen and (min-width: 1441px), print {
  .l-header.is-scroll .l-header__preBlock,
  .l-header.is-scroll .l-header__afterBlock {
    width: calc((100vw - 1435px) / 2);
  }
}

@media screen and (min-width: 768px), print {
  .l-header.is-scroll .l-header__navigationMenu {
    max-width: 1230px;
  }
}

@media screen and (min-width: 768px), print {
  .p-globalNav.is-scroll {
    max-width: 1230px;
  }
  .p-globalNav.is-scroll > nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 1230px) and (min-width: 768px) {
  .p-globalNav.is-scroll > nav .p-globalNav__wrap .p-globalNav__unit {
    padding: 23px 2px 14px;
    margin: 0;
  }
}

@media screen and (min-width: 768px), print {
  .p-globalNav [class*="p-globalNav__unit"] {
    margin: 0 0.5em;
  }
}

@media screen and (min-width: 1280px), print {
  .p-globalNav [class*="p-globalNav__unit"] {
    padding: 15px 0.5em;
    margin: 0 0.5em;
  }
}

@media screen and (min-width: 768px), print {
  [class*="p-headerIconMenu__unit"] i[class="icon-sh-zzz001_earth"] {
    font-size: 19px;
    vertical-align: text-bottom;
  }
}

@media screen and (min-width: 1441px), print {
  .p-headerIconMenu.is-scroll {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .p-headerIconMenu.is-scroll .p-headerIconMenu__wrap [class*="p-headerIconMenu__unit"] {
    padding: 0 10px 0 0;
  }
}

.p-collaborationsMap {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-collaborationsMap {
    display: block;
  }
}

.p-collaborationsMap__mapBase {
  fill: #e1e1e1;
}

.p-collaborationsMap__bg {
  fill: #ededed;
}

.p-collaborationsMap__text {
  fill: #000000;
}

.p-collaborationsMap__frame, .p-collaborationsMap__line {
  fill: #ffffff;
  stroke: #000000;
}

.p-collaborationsMap__line {
  stroke-width: 2px;
}

.p-collaborationsMap__clippath {
  fill: none;
}

.p-collaborationsMap__logo--lightRed {
  fill: #ec2127;
}

.p-collaborationsMap__logo--red {
  fill: #ea2127;
}

.p-collaborationsMap__logo--darkRed {
  fill: #be272d;
}

.p-collaborationsMap__logo--yellow {
  fill: #f9ae3b;
}

.p-collaborationsMap__logo--orange {
  fill: #f59220;
}

.p-collaborationsMap__logo--pink {
  fill: #eb2079;
}

.p-collaborationsMap__logo--blue {
  fill: #0d71b8;
}

.p-collaborationsMap__logo--skyBlue {
  fill: #29a8e0;
}

.p-collaborationsMap__logo--yellowGreen {
  fill: #8ac440;
}

.p-collaborationsMap__logo--green {
  fill: #00a79b;
}

.p-collaborationsMap__logo--text {
  fill: #000000;
}

.p-collaborationsMap__parts,
.p-collaborationsMap .p-collaborationsMap__logo--text {
  stroke-width: 0px;
}

.p-collaborationsMap__linkArea {
  fill: #e1e1e1;
}

.p-collaborationsMap__linkArea.is-hover-target:hover [class*="p-collaborationsMap__parts"], .p-collaborationsMap__linkArea.is-selected [class*="p-collaborationsMap__parts"] {
  fill: url(#linear-gradient);
}

.p-collaborationsMap__linkArea.is-hover-target:hover .p-collaborationsMap__text, .p-collaborationsMap__linkArea.is-selected .p-collaborationsMap__text {
  fill: #bf272d;
}

.p-collaborationsMap__linkArea.is-hover-target:hover .p-collaborationsMap__frame,
.p-collaborationsMap__linkArea.is-hover-target:hover .p-collaborationsMap__line, .p-collaborationsMap__linkArea.is-selected .p-collaborationsMap__frame,
.p-collaborationsMap__linkArea.is-selected .p-collaborationsMap__line {
  fill: #ffffff;
  stroke: #bf272d;
}

a.p-collaborationsMap__linkArea {
  cursor: pointer;
}

.p-distributorMap {
  display: none;
}

@media screen and (min-width: 768px), print {
  .p-distributorMap {
    display: block;
  }
}

.p-distributorMap__dot, .p-distributorMap__text, .p-distributorMap__singapore_text {
  fill: #ffffff;
}

.p-distributorMap__shapes {
  stroke-width: 0px;
}

.p-distributorMap__dot {
  fill: #969696;
}

.p-distributorMap__text {
  fill: #000000;
}

.p-distributorMap__shapes {
  fill: #ffffff;
  opacity: 0;
}

.p-distributorMap__frame {
  fill: #ffffff;
  stroke: #969696;
  stroke-miterlimit: 10;
}

.p-distributorMap_singapore__frame {
  stroke-miterlimit: 10;
}

.p-distributorMap__bg {
  fill: #cacccd;
  stroke: #ffffff;
}

.p-distributorMap__bgFlame {
  fill: #f1f1f1;
  stroke: #ffffff;
}

.p-distributorMap__linkArea:hover .p-distributorMap__dot, .p-distributorMap__linkArea.has-distributor .p-distributorMap__dot {
  fill: #be272d;
}

.p-distributorMap__linkArea:hover .p-distributorMap__frame, .p-distributorMap__linkArea.has-distributor .p-distributorMap__frame {
  stroke: #be272d;
}

.p-distributorMap__linkArea:hover .p-distributorMap__singapore_frame, .p-distributorMap__linkArea.has-distributor .p-distributorMap__singapore_frame {
  stroke: #be272d;
  fill: #ffffff;
}

.p-distributorMap__linkArea:hover .p-distributorMap__text, .p-distributorMap__linkArea.has-distributor .p-distributorMap__text {
  fill: #be272d;
}

.p-distributorMap__linkArea:hover .p-distributorMap__singapore_text, .p-distributorMap__linkArea.has-distributor .p-distributorMap__singapore_text {
  fill: #be272d;
}

.p-distributorMap__linkArea.hasnot-distributor .p-distributorMap__dot {
  fill: #6e6e6e;
}

.p-distributorMap__linkArea.hasnot-distributor .p-distributorMap__frame {
  stroke: #6e6e6e;
}

.p-distributorMap__linkArea.hasnot-distributor .p-distributorMap__singapore_frame {
  stroke: #6e6e6e;
  fill: #ffffff;
}

.p-distributorMap__linkArea.hasnot-distributor .p-distributorMap__text {
  fill: #6e6e6e;
}

.p-distributorMap__linkArea.hasnot-distributor .p-distributorMap__singapore_text {
  fill: #6e6e6e;
}

#distributor_country_link
.c-primaryPageLink__contentWrap:hover, #distributor_country_link
.c-primaryPageLink__contentWrap:active, #distributor_country_link
.c-primaryPageLink__contentWrap.has-distributor {
  border: 1px solid #be272d;
  background-color: #be272d;
}

#distributor_country_link
.c-primaryPageLink__contentWrap:hover [class*="icon-sh-arrow"], #distributor_country_link
.c-primaryPageLink__contentWrap:active [class*="icon-sh-arrow"], #distributor_country_link
.c-primaryPageLink__contentWrap.has-distributor [class*="icon-sh-arrow"] {
  color: #ffffff;
}

#distributor_country_link
.c-primaryPageLink__contentWrap:hover .c-primaryPageLink__text, #distributor_country_link
.c-primaryPageLink__contentWrap:active .c-primaryPageLink__text, #distributor_country_link
.c-primaryPageLink__contentWrap.has-distributor .c-primaryPageLink__text {
  color: #ffffff;
}

#distributor_country_link
.c-primaryPageLink__contentWrap.hasnot-distributor {
  border: 1px solid #6e6e6e;
  background-color: #6e6e6e;
}

#distributor_country_link
.c-primaryPageLink__contentWrap.hasnot-distributor [class*="icon-sh-arrow"] {
  color: #ffffff;
}

#distributor_country_link
.c-primaryPageLink__contentWrap.hasnot-distributor .c-primaryPageLink__text {
  color: #ffffff;
}

#distributor_country_link
.c-primaryPageLink__contentWrap [class*="icon-sh-arrow"] {
  color: #dd0000;
  font-size: 1.6rem;
  width: auto;
  height: 16px;
  margin-right: 5px;
}

#distributor_country_link
.c-primaryPageLink__contentWrap [class*="icon-sh-arrow"]:before {
  vertical-align: middle;
  line-height: 1;
}

#distributor_country_link
.c-primaryPageLink__contentWrap [class*="icon-sh-arrow"].icon-sh-arrowRight-small {
  padding-top: 2px;
}

a.p-distributorMap__linkArea {
  cursor: pointer;
}

.linkInPage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.linkInPage-list-item {
  width: 33.33333333%;
  margin-bottom: 20px;
  position: relative;
  border-left: 1px solid #d8d8d8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: calc(100% / 3);
}

.linkInPage-list-item:hover {
  color: #dd0000;
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item {
    min-width: calc(100% / 6);
  }
}

.linkInPage-list-item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 5px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item a {
    padding: 15px 5px;
    font-size: 16px;
  }
}

.linkInPage-list-item:nth-child(3n), .linkInPage-list-item:last-child {
  border-right: 1px solid #d8d8d8;
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item:last-child {
    border-right: 1px solid #d8d8d8;
  }
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item:nth-child(6n) {
    border-right: 1px solid #d8d8d8;
  }
}

.linkInPage-list-item:nth-child(n+4) {
  max-width: calc(100% / 3);
}

@media screen and (min-width: 750px), print {
  .linkInPage-list-item:nth-child(n+7) {
    max-width: calc(100% / 6);
  }
}

.linkInPage-list-item-arrow {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}

.linkInPage-list-item-arrow:before {
  border: 0;
  content: "";
  display: inline-block;
  height: 6px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  border-bottom: solid 1px #dd0000;
  border-left: solid 1px #dd0000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Modal Inline */
.gw__modalcont__countryname {
  float: left;
  font-size: 2.3em;
  margin-top: 7px;
}

.gw__modalcont__close {
  float: right;
  font-size: .8em;
  color: #333;
  text-align: center;
  display: block;
  line-height: 1;
  cursor: pointer;
}

.gw__modalcont__close::before {
  content: "×";
  display: block;
  font-size: 5em;
  margin-bottom: -9px;
}

#distributor-modal .p-loginAlert__contentsTop--ignoreBorder {
  height: 20%;
  position: relative;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  #distributor-modal .p-loginAlert__contentsTop_ignoreBorder {
    height: auto;
  }
}
/*# sourceMappingURL=../maps/style_sap.css.map */
