@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

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

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url(fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  src: url(fonts/NotoSans-SemiBold.ttf);
}
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  src: url(fonts/NotoSans-Light.ttf);
}
@font-face {
  font-family: 'Noto Sans Mono';
  font-weight: 400;
  src: url(fonts/NotoSansMono-Regular.ttf);
}
section {
  position: relative;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 32px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media all and (max-width: 752px) {
  .columns {
    padding: 0 8px;
  }
}

.width-medium .columns {
  padding: 0 32px;
}

.width-small .columns {
  padding: 0 16px;
}

.col {
  padding: 0 calc(32px / 2);
}
@media all and (max-width: 752px) {
  .col {
    padding: 0 calc(16px / 2);
  }
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 100%;
}

.push-1 {
  margin-left: 8.333%;
}

.push-2 {
  margin-left: 16.666%;
}

.push-3 {
  margin-left: 25%;
}

.push-4 {
  margin-left: 33.333%;
}

.push-5 {
  margin-left: 41.666%;
}

.push-6 {
  margin-left: 50%;
}

.push-7 {
  margin-left: 58.333%;
}

.push-8 {
  margin-left: 66.666%;
}

.push-9 {
  margin-left: 75%;
}

.push-10 {
  margin-left: 83.333%;
}

.push-11 {
  margin-left: 91.666%;
}

@media screen and (max-width: 375px) {
  .push-1,
  .push-2,
  .push-3,
  .push-4,
  .push-5,
  .push-6,
  .push-7,
  .push-8,
  .push-9,
  .push-10,
  .push-11 {
    margin-left: 0;
  }
}

@media all and (max-width: 752px) {
  .medium-col-1 {
    width: 16.666%;
  }
}

@media all and (max-width: 752px) {
  .medium-col-2 {
    width: 33.333%;
  }
}

@media all and (max-width: 752px) {
  .medium-col-3 {
    width: 50%;
  }
}

@media all and (max-width: 752px) {
  .medium-col-4 {
    width: 66.666%;
  }
}

@media all and (max-width: 752px) {
  .medium-col-5 {
    width: 83.333%;
  }
}

@media all and (max-width: 752px) {
  .medium-col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
}

@media all and (max-width: 375px) {
  .small-col-1 {
    width: 25%;
  }
}

@media all and (max-width: 375px) {
  .small-col-2 {
    width: 50%;
  }
}

@media all and (max-width: 375px) {
  .small-col-3 {
    width: 75%;
  }
}

@media all and (max-width: 375px) {
  .small-col-4 {
    width: 100%;
  }
}

.show-medium {
  display: none !important;
}
@media all and (max-width: 752px) {
  .show-medium {
    display: flex !important;
  }
}

@media all and (max-width: 752px) {
  .hide-medium {
    display: none !important;
  }
}

.show-small {
  display: none !important;
}
@media all and (max-width: 375px) {
  .show-small {
    display: flex !important;
  }
}

@media all and (max-width: 375px) {
  .hide-small {
    display: none !important;
  }
}

.body-16-reg {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-14-reg {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-14-semibold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-16-semibold {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-12-reg {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title-24-reg {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.title-36-reg {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 608px;
}

.title-48-reg {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: normal;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 736px;
  margin-bottom: 40px;
}

.title-56-reg {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  line-height: 64px;
  font-weight: normal;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 736px;
  margin-bottom: 40px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

@media all and (max-width: 1600px) {
  .title-56-reg {
    max-width: 640px;
  }
}
@media all and (max-width: 1408px) {
  .title-36-reg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }

  .title-56-reg {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
    max-width: 608px;
  }
}
@media all and (max-width: 1024px) {
  .title-36-reg {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }

  .title-56-reg {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
    max-width: 512px;
  }

  .title-48-reg {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
    max-width: 512px;
  }

  .lang {
    display: none;
  }
}
@media all and (max-width: 752px) {
  .title-36-reg {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }

  .title-56-reg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }

  .title-48-reg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }
}
@media all and (max-width: 375px) {
  .title-36-reg {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
  }

  .title-56-reg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }

  .title-48-reg {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
  }
}
button {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 14px;
}

@media all and (max-width: 375px) {
  .full-bleed-img {
    height: 34vh;
  }
}
.full-bleed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-grid {
  position: fixed;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: 1rem;
  z-index: 3;
  pointer-events: none;
}
.overlay-grid.hidden {
  display: none;
}
.overlay-grid .columns {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media all and (max-width: 1024px) {
  .overlay-grid .columns .col {
    width: 16.666%;
  }
  .overlay-grid .columns .col:nth-child(2n) {
    display: none;
  }
}
@media all and (max-width: 752px) {
  .overlay-grid .columns .col {
    width: 25%;
    display: none;
  }
  .overlay-grid .columns .col:nth-child(1) {
    display: initial;
  }
  .overlay-grid .columns .col:nth-child(2) {
    display: initial;
  }
  .overlay-grid .columns .col:nth-child(3) {
    display: initial;
  }
  .overlay-grid .columns .col:nth-child(4) {
    display: initial;
  }
}
.overlay-grid .columns .col div {
  background-color: red;
  height: 100%;
  opacity: .15;
}

.dark-theme {
  background-color: #333;
  padding: 32px 32px;
}

.accordion {
  color: #202020;
}
.accordion .accordion-row {
  border-top: 1px solid #E6E6E6;
}
.accordion .accordion-row:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.accordion .accordion-row .accordion-title {
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 18px;
  cursor: pointer;
  user-select: none;
}
.accordion .accordion-row .accordion-title > * {
  pointer-events: none;
  user-select: none;
}
.accordion .accordion-row .accordion-title .accordion-icon {
  transition: .5s ease;
  margin-left: 8px;
}
.accordion .accordion-row .accordion-title:hover {
  color: #666;
}
.accordion .accordion-row .accordion-title:hover svg path {
  fill: #808080;
}
.accordion .accordion-row .accordion-content {
  height: 0;
  line-height: 20px;
  transition: height 0.5s ease, padding 0.5s ease;
  overflow: hidden;
}
.accordion .accordion-row.open .accordion-title .accordion-icon {
  transform: rotate(180deg);
}
.accordion .accordion-row.open .accordion-content {
  padding: 8px 0 24px 0;
}

.breadcrumbs-wrap .crumb {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
}
.breadcrumbs-wrap .crumb:hover {
  color: #666;
}
.breadcrumbs-wrap .crumb:active {
  color: #4D4D4D;
}
.breadcrumbs-wrap .crumb:not(:first-child) {
  margin-left: 8px;
}
.breadcrumbs-wrap .crumb:last-child {
  color: #666;
}
.breadcrumbs-wrap .crumb:last-child::after {
  display: none;
}
.breadcrumbs-wrap .crumb::after {
  content: url(assets/crumb-arrow.svg);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 2px;
}

.buttons-wrap.buttons-wrap-padding {
  padding: 24px;
}
.buttons-wrap.grey-90-bg {
  background-color: #333;
}
.buttons-wrap button {
  display: inline-block;
  border-radius: 4px;
  background-color: #ccc;
  border: 1px solid #ccc;
  padding: 10px 16px 14px 16px;
  color: #202020;
  position: relative;
  height: 48px;
  overflow: hidden;
  margin-right: 16px;
  cursor: pointer;
  pointer-events: all;
}
.buttons-wrap button:focus {
  outline: none;
}
.buttons-wrap button:focus::after {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #1a1a1a;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 4px;
}
.buttons-wrap button:focus:not(:focus-visible)::after {
  display: none;
}
.buttons-wrap button.just-text {
  padding: 14px 16px 14px 16px;
}
.buttons-wrap button.just-text .icon {
  display: none;
}
.buttons-wrap button.just-icon {
  border-radius: 100px;
}
.buttons-wrap button.just-icon .text {
  display: none;
}
.buttons-wrap button.just-icon .icon {
  margin-left: 0;
}
.buttons-wrap button.just-icon:focus::after {
  border-radius: 100px;
}
.buttons-wrap button.primary-button.yellow {
  background-color: #F0AB00;
  border: 1px solid #F0AB00;
}
.buttons-wrap button.primary-button.yellow:hover {
  background-color: #F1B32D;
  border: 1px solid #F1B32D;
}
.buttons-wrap button.primary-button.yellow:active {
  background-color: #EDBE46;
  border: 1px solid #EDBE46;
}
.buttons-wrap button.primary-button.yellow.disabled {
  background-color: #FBE6B3;
  border: 1px solid #FBE6B3;
  color: #808080;
  pointer-events: none;
}
.buttons-wrap button.primary-button.yellow.disabled svg path {
  fill: #808080;
}
.buttons-wrap button.primary-button.grey30 {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.buttons-wrap button.primary-button.grey30:hover {
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.buttons-wrap button.primary-button.grey30:active {
  background-color: #999;
  border: 1px solid #999;
}
.buttons-wrap button.primary-button.grey30.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
  color: #808080;
}
.buttons-wrap button.primary-button.grey30.disabled svg path {
  fill: #808080;
}
.buttons-wrap button.primary-button.grey80 {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  color: #fff;
}
.buttons-wrap button.primary-button.grey80:focus::after {
  border: 1px solid #fff;
}
.buttons-wrap button.primary-button.grey80:hover {
  background-color: #333;
  border: 1px solid #333;
}
.buttons-wrap button.primary-button.grey80:active {
  background-color: #202020;
  border: 1px solid #202020;
}
.buttons-wrap button.primary-button.grey80 .icon svg path {
  fill: #fff;
}
.buttons-wrap button.primary-button.grey80.disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  pointer-events: none;
  color: #808080;
}
.buttons-wrap button.primary-button.grey80.disabled svg path {
  fill: #808080;
}
.buttons-wrap button.primary-button.white {
  background-color: #fff;
  border: 1px solid #fff;
}
.buttons-wrap button.primary-button.white:hover {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.buttons-wrap button.primary-button.white:active {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.buttons-wrap button.primary-button.white.disabled {
  background-color: #808080;
  border: 1px solid #808080;
  pointer-events: none;
  color: #ccc;
}
.buttons-wrap button.primary-button.white.disabled svg path {
  fill: #ccc;
}
.buttons-wrap button.secondary-button.yellow {
  background-color: #fff;
  border: 1px solid #F0AB00;
}
.buttons-wrap button.secondary-button.yellow:hover {
  background-color: #F1B32D;
  border: 1px solid #F1B32D;
}
.buttons-wrap button.secondary-button.yellow:focus {
  background-color: #F1B32D;
  border: 1px solid #F1B32D;
}
.buttons-wrap button.secondary-button.yellow:active {
  background-color: #EDBE46;
  border: 1px solid #EDBE46;
}
.buttons-wrap button.secondary-button.yellow.disabled {
  background-color: transparent;
  border: 1px solid #FBE6B3;
  pointer-events: none;
  color: #999;
}
.buttons-wrap button.secondary-button.yellow.disabled svg path {
  fill: #999;
}
.buttons-wrap button.secondary-button.grey30 {
  background-color: #fff;
  border: 1px solid #ccc;
}
.buttons-wrap button.secondary-button.grey30:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.buttons-wrap button.secondary-button.grey30:focus {
  background-color: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.buttons-wrap button.secondary-button.grey30:active {
  background-color: #999;
  border: 1px solid #999;
}
.buttons-wrap button.secondary-button.grey30.disabled {
  background-color: transparent;
  border: 1px solid #ccc;
  pointer-events: none;
  color: #999;
}
.buttons-wrap button.secondary-button.grey30.disabled svg path {
  fill: #999;
}
.buttons-wrap button.secondary-button.grey80 {
  background-color: #fff;
  border: 1px solid #4D4D4D;
}
.buttons-wrap button.secondary-button.grey80:hover {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}
.buttons-wrap button.secondary-button.grey80:hover .icon svg path {
  fill: #fff;
}
.buttons-wrap button.secondary-button.grey80:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}
.buttons-wrap button.secondary-button.grey80:focus::after {
  border: 1px solid #fff;
}
.buttons-wrap button.secondary-button.grey80:focus .icon svg path {
  fill: #fff;
}
.buttons-wrap button.secondary-button.grey80:active {
  color: #fff;
  background-color: #202020;
  border: 1px solid #202020;
}
.buttons-wrap button.secondary-button.grey80:active .icon svg path {
  fill: #fff;
}
.buttons-wrap button.secondary-button.grey80 .icon svg path {
  fill: #333;
}
.buttons-wrap button.secondary-button.grey80.disabled {
  background-color: transparent;
  border: 1px solid #ccc;
  pointer-events: none;
  color: #999;
}
.buttons-wrap button.secondary-button.grey80.disabled svg path {
  fill: #999;
}
.buttons-wrap button.secondary-button.white {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.buttons-wrap button.secondary-button.white:hover {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.buttons-wrap button.secondary-button.white:hover .icon svg path {
  fill: #333;
}
.buttons-wrap button.secondary-button.white:active {
  color: #333;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.buttons-wrap button.secondary-button.white:active .icon svg path {
  fill: #333;
}
.buttons-wrap button.secondary-button.white:focus {
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.buttons-wrap button.secondary-button.white:focus .icon svg path {
  fill: #333;
}
.buttons-wrap button.secondary-button.white .icon svg path {
  fill: #fff;
}
.buttons-wrap button.secondary-button.white.disabled {
  background-color: transparent;
  border: 1px solid #666;
  pointer-events: none;
  color: #999;
}
.buttons-wrap button.secondary-button.white.disabled svg path {
  fill: #999;
}
.buttons-wrap button.destructive-button {
  background-color: #D52B1E;
  border: 1px solid #D52B1E;
  color: #fff;
}
.buttons-wrap button.destructive-button:focus::after {
  border: 1px solid #fff;
}
.buttons-wrap button.destructive-button:hover {
  background-color: #E11E0F;
  border: 1px solid #E11E0F;
}
.buttons-wrap button.destructive-button:active {
  background-color: #EC0E00;
  border: 1px solid #EC0E00;
}
.buttons-wrap button.destructive-button .icon svg {
  transform: rotate(45deg);
}
.buttons-wrap button.destructive-button .icon svg path {
  fill: #fff;
}
.buttons-wrap button.destructive-button.disabled {
  background-color: #F2BFBC;
  border: 1px solid #F2BFBC;
  pointer-events: none;
  color: #808080;
}
.buttons-wrap button.destructive-button.disabled svg path {
  fill: #808080;
}
.buttons-wrap .icon {
  height: 16px;
  width: 16px;
  right: 16px;
  transform: translateY(3px);
  margin-left: 8px;
}

.cta {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.cta.white {
  color: #fff;
}
.cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.cta:hover::before {
  background: #F1B32D;
}
.cta:active::before {
  background: #EDBE46;
}

.checkbox {
  color: #202020;
  display: flex;
  flex-wrap: wrap;
  line-height: 15px;
}
.checkbox.layout-vertical {
  flex-direction: column;
}
.checkbox.layout-horizontal {
  flex-direction: row;
}
.checkbox.layout-horizontal .checkbox-item:not(:last-child) {
  margin-right: 24px;
}
.checkbox .checkbox-item:not(:last-child) {
  margin-bottom: 12px;
}
.checkbox .checkbox-item label {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}
.checkbox .checkbox-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox .checkbox-item label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #202020;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.checkbox .checkbox-item label .checkmark .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox .checkbox-item label input:checked ~ .checkmark {
  background: #202020;
}
.checkbox .checkbox-item label input:checked ~ .checkmark .icon {
  opacity: 1;
}
.checkbox .checkbox-item label input:checked:disabled ~ .checkmark {
  background: #CCCCCC;
}
.checkbox .checkbox-item label input:disabled ~ .checkmark {
  border-color: #CCCCCC;
}
.checkbox .checkbox-item label input:disabled ~ span.label {
  color: #B3B3B3;
}

.colour-swatches .columns .col.col-swatch {
  width: 16.666%;
}
@media all and (max-width: 1024px) {
  .colour-swatches .columns .col.col-swatch {
    width: 33.333%;
  }
}
@media all and (max-width: 752px) {
  .colour-swatches .columns .col.col-swatch {
    width: 50%;
  }
}
.colour-swatches .buttons {
  margin-top: 40px;
  margin-bottom: 120px;
  justify-content: center;
}

.colour-swatch {
  width: 100%;
  margin-bottom: 48px;
}
.colour-swatch.adventure .swatch {
  background-color: #A2826B;
}
.colour-swatch.aladin .swatch {
  background-color: #C2CDD4;
}
.colour-swatch.antikgra .swatch {
  background-color: #BEBCB3;
}
.colour-swatch.antiquegreen .swatch {
  background-color: #8A8F82;
}
.colour-swatch.aroma .swatch {
  background-color: #C5B1A9;
}
.colour-swatch.ascott .swatch {
  background-color: #C8C3B9;
}
.colour-swatch.balanse .swatch {
  background-color: #727E79;
}
.colour-swatch.bandstone .swatch {
  background-color: #7F7972;
}
.colour-swatch.bleksand .swatch {
  background-color: #CDC5B6;
}
.colour-swatch.blushingpeach .swatch {
  background-color: #C2A592;
}
.colour-swatch.blais .swatch {
  background-color: #818D92;
}
.colour-swatch.bomull .swatch {
  background-color: #F0EFE3;
}
.colour-swatch.byge .swatch {
  background-color: #677078;
}
.colour-swatch.cashmere .swatch {
  background-color: #B19C82;
}
.colour-swatch.chi .swatch {
  background-color: #F3F4EE;
}
.colour-swatch.comfortgrey .swatch {
  background-color: #BEB9B0;
}
.colour-swatch.curiousmind .swatch {
  background-color: #B7A993;
}
.colour-swatch.daydream .swatch {
  background-color: #806A63;
}
.colour-swatch.decoblue .swatch {
  background-color: #535C64;
}
.colour-swatch.decopink .swatch {
  background-color: #DBC4B8;
}
.colour-swatch.dempetsort .swatch {
  background-color: #494948;
}
.colour-swatch.demring .swatch {
  background-color: #C0BFB8;
}
.colour-swatch.devine .swatch {
  background-color: #D2BEAA;
}
.colour-swatch.dijonyellow .swatch {
  background-color: #A8825C;
}
.colour-swatch .swatch {
  position: relative;
  width: 100%;
  background-color: #986E61;
  padding-bottom: 166%;
}
.colour-swatch .icon {
  cursor: pointer;
  top: 8px;
  left: 8px;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
}
.colour-swatch .heart {
  pointer-events: none;
  content: url("assets/heart.svg");
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.colour-swatch .description {
  margin-top: 16px;
}
.colour-swatch .description p {
  color: #202020;
  text-transform: uppercase;
}

.content-card-wrap {
  margin-bottom: 56px;
}
.content-card-wrap .col {
  display: flex;
}
.content-card-wrap.fixed .content-card {
  width: 400px;
}
@media all and (max-width: 1600px) {
  .content-card-wrap.fixed .content-card {
    width: 400px;
  }
}
@media all and (max-width: 1408px) {
  .content-card-wrap.fixed .content-card {
    width: 360px;
  }
}
@media all and (max-width: 1024px) {
  .content-card-wrap .col {
    width: 50%;
  }
  .content-card-wrap.fixed .content-card {
    width: 320px;
  }
}
@media all and (max-width: 752px) {
  .content-card-wrap.fixed .content-card {
    width: 320px;
  }
}
@media all and (max-width: 1024px) {
  .content-card-wrap .col .content-card {
    margin-bottom: 48px;
  }
}
@media all and (max-width: 752px) {
  .content-card-wrap .col {
    width: 100%;
  }
}
.content-card-wrap .content-card {
  background-color: #F7F7F7;
  padding: 24px 24px 48px 24px;
  xwidth: calc(33% - 16px);
  position: relative;
  margin-bottom: 64px;
}
@media all and (max-width: 1024px) {
  .content-card-wrap .content-card {
    xwidth: calc(50% - 16px);
  }
}
@media all and (max-width: 752px) {
  .content-card-wrap .content-card {
    width: calc(100%);
  }
}
.content-card-wrap p {
  color: #4D4D4D;
  margin-bottom: 24px;
}
.content-card-wrap .title-36-reg {
  color: #202020;
}
.content-card-wrap .cta {
  color: #202020;
  text-decoration: none;
  position: absolute;
  padding-left: 28px;
  bottom: 24px;
}
.content-card-wrap .cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.content-card-wrap .cta:hover::before {
  background: #F1B32D;
}
.content-card-wrap .cta:active::before {
  background: #EDBE46;
}
.content-card-wrap.green-solution .content-card {
  margin-bottom: 64px;
}
@media all and (max-width: 375px) {
  .content-card-wrap.green-solution .content-card {
    margin-bottom: 48px;
  }
}

.carousel-wrap {
  margin-bottom: 160px;
}
@media all and (max-width: 1024px) {
  .carousel-wrap {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 752px) {
  .carousel-wrap {
    margin-bottom: 120px;
  }
}
.carousel-wrap.content-card-wrap .col {
  width: 100%;
}
.carousel-wrap::before {
  content: ' ';
  position: absolute;
  border-top: 1px solid #E6E6E6;
  display: block;
  width: 100%;
  left: 0;
  top: 0;
}
.carousel-wrap .columns {
  position: relative;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.carousel-wrap .carousel-header {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
}
@media all and (max-width: 752px) {
  .carousel-wrap .carousel-header {
    flex-flow: column;
  }
}
.carousel-wrap .carousel-header h2 {
  margin-bottom: 24px;
}
.carousel-wrap .carousel-header .buttons-wrap {
  margin-bottom: 80px;
}
.carousel-wrap .carousel-header .buttons-wrap button {
  margin-left: 12px;
  margin-right: 0;
  width: 48px;
}
@media all and (max-width: 1024px) {
  .carousel-wrap .carousel-header .buttons-wrap {
    margin-bottom: 64px;
  }
}
@media all and (max-width: 752px) {
  .carousel-wrap .carousel-header .buttons-wrap {
    margin-bottom: 64px;
  }
  .carousel-wrap .carousel-header .buttons-wrap button {
    margin-left: 0;
    margin-right: 12px;
  }
}
.carousel-wrap .content-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-right: -48px;
}
.carousel-wrap .content-card {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 32px;
  min-height: 368px;
  position: relative;
}
.carousel-wrap .content-card .cta {
  position: absolute;
  bottom: 24px;
}

.dropdown-wrap .dropdown {
  position: relative;
}
.dropdown-wrap .dropdown::after {
  content: url(assets/crumb-arrow.svg);
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 16px;
  right: 18px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  transform: rotate(90deg);
  pointer-events: none;
}
.dropdown-wrap .dropdown.open::after {
  transform: rotate(-90deg);
}
.dropdown-wrap .dropdown.open .dropdown-select {
  opacity: 1;
}
.dropdown-wrap .dropdown .dropdown-select {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  top: 64px;
  overflow: hidden;
  opacity: 0;
}
.dropdown-wrap .dropdown .dropdown-select span {
  display: block;
  pointer-events: all;
  cursor: pointer;
  padding: 14px 16px;
  background-color: #fff;
}
.dropdown-wrap .dropdown .dropdown-select span:hover {
  background-color: #F7F7F7;
}
.dropdown-wrap .dropdown .dropdown-select span:active {
  background-color: #E6E6E6;
}
.dropdown-wrap .dropdown .dropdown-select.checkbox-options span {
  padding-left: 38px;
  position: relative;
}
.dropdown-wrap .dropdown .dropdown-select.checkbox-options span.selected:before {
  background-color: #202020;
  background-image: url(assets/icon/Checkmark.svg);
  background-position: center center;
}
.dropdown-wrap .dropdown .dropdown-select.checkbox-options span:before {
  content: ' ';
  height: 16px;
  width: 16px;
  border: 1px solid #202020;
  border-radius: 4px;
  display: block;
  position: absolute;
  left: 14px;
  top: 15px;
}
.dropdown-wrap label {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  display: block;
}
.dropdown-wrap .current {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #808080;
  padding: 14px 16px;
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
  pointer-events: all;
  cursor: pointer;
}
.dropdown-wrap .current:active, .dropdown-wrap .current:hover {
  border: 1px solid #202020;
}

.fileupload-wrap .title {
  color: #202020;
}
.fileupload-wrap .description {
  color: #666666;
  margin-bottom: 16px;
}
.fileupload-wrap button {
  align-items: center;
  background-color: #F0AB00;
  display: flex;
  padding: 14px 16px;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  max-width: 89px;
  /* from figma */
  white-space: nowrap;
  position: relative;
}
.fileupload-wrap button.yellow {
  background-color: #F0AB00;
  border: 1px solid #F0AB00;
}
.fileupload-wrap button.yellow:hover {
  background-color: #F1B32D;
  border: 1px solid #F1B32D;
}
.fileupload-wrap button.yellow:active {
  background-color: #EDBE46;
  border: 1px solid #EDBE46;
}
.fileupload-wrap button.yellow.disabled {
  background-color: #FBE6B3;
  border: 1px solid #FBE6B3;
  color: #808080;
  pointer-events: none;
}
.fileupload-wrap button.yellow.disabled svg path {
  fill: #808080;
}
.fileupload-wrap button.yellow:focus {
  outline: none;
}
.fileupload-wrap button.yellow:focus::after {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #1a1a1a;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 4px;
}
.fileupload-wrap button.yellow:focus:not(:focus-visible)::after {
  display: none;
}
.fileupload-wrap button span {
  color: #202020;
}
.fileupload-wrap input {
  display: none;
}

.footer-wrap {
  padding-top: 48px;
  background-color: #F7F7F7;
}
.footer-wrap .logo {
  margin-bottom: 48px;
}
.footer-wrap .columns .columns {
  padding: 0;
}
@media all and (max-width: 1024px) {
  .footer-wrap .columns .columns .col-6 {
    width: 100%;
  }
}
@media all and (max-width: 752px) {
  .footer-wrap .columns .col-6 {
    width: 100%;
  }
  .footer-wrap .columns .columns .col-6 {
    width: 100%;
  }
}
.footer-wrap p {
  font-size: 12px;
  color: #4D4D4D;
  margin-top: 36px;
}
.footer-wrap .social a {
  border: 1px solid #CCCCCC;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  position: relative;
  margin-top: 36px;
  margin-bottom: 24px;
  margin-right: 4px;
}
.footer-wrap .social a:last-child {
  margin-right: 0;
}
.footer-wrap .social a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-wrap a {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  text-decoration: none;
  color: #202020;
  display: inline-block;
}
.footer-wrap a:hover {
  color: #4D4D4D;
  text-decoration: none;
}
.footer-wrap a:active {
  color: #666666;
  text-decoration: none;
}
.footer-wrap .col-6.second-col {
  padding-left: calc(32px / 2);
}
@media all and (max-width: 1024px) {
  .footer-wrap .col-6.second-col {
    padding-left: 0;
  }
}

.headline-and-text-block-wrap {
  padding: 80px 0;
  position: relative;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  flex-flow: column;
}
.headline-and-text-block-wrap.pinkish-sand {
  background-color: #F4EBE7;
}
@media all and (max-width: 752px) {
  .headline-and-text-block-wrap {
    padding: 48px 0 16px;
  }
  .headline-and-text-block-wrap .columns {
    flex-flow: column;
  }
  .headline-and-text-block-wrap .columns .col-6 {
    width: 100%;
  }
  .headline-and-text-block-wrap .columns .title-36-reg {
    margin-bottom: 24px;
  }
  .headline-and-text-block-wrap .title-36-reg {
    max-width: 100%;
  }
}
.headline-and-text-block-wrap .title-36-reg {
  max-width: 75%;
  color: #202020;
}
.headline-and-text-block-wrap .text {
  margin-top: 2px;
  color: #4D4D4D;
  margin-bottom: 32px;
  line-height: 24px;
}
.headline-and-text-block-wrap .cta {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.headline-and-text-block-wrap .cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.headline-and-text-block-wrap .cta:hover::before {
  background: #F1B32D;
}
.headline-and-text-block-wrap .cta:active::before {
  background: #EDBE46;
}

.headline-block-wrap {
  position: relative;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  flex-flow: column;
  padding: 64px 0;
}
@media all and (max-width: 375px) {
  .headline-block-wrap {
    padding: 48px 0;
  }
}
.headline-block-wrap.blue {
  background-color: #002664;
}
.headline-block-wrap.blue .title-24-reg {
  color: #fff;
}
.headline-block-wrap h2 {
  margin-bottom: 40px;
  max-width: 75%;
  color: #202020;
}
@media all and (max-width: 1024px) {
  .headline-block-wrap h2 {
    max-width: 100%;
  }
}
.headline-block-wrap.width-medium h2 {
  max-width: 100%;
}
.headline-block-wrap.width-small h2 {
  margin-bottom: 32px;
}
.headline-block-wrap .cta {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.headline-block-wrap .cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.headline-block-wrap .cta:hover::before {
  background: #F1B32D;
}
.headline-block-wrap .cta:active::before {
  background: #EDBE46;
}

.hero-module-wrap {
  text-align: center;
  background-color: #EDE5D4;
  display: flex;
  flex-flow: column;
  position: relative;
  padding-top: 64px;
}
@media all and (max-width: 752px) {
  .hero-module-wrap {
    padding-top: 56px;
  }
}
.hero-module-wrap .cta {
  margin-left: 16px;
  margin-right: 16px;
}
.hero-module-wrap.columns {
  padding: 0;
}
.hero-module-wrap.columns .col {
  padding-left: 0;
  padding-right: 0;
}
.hero-module-wrap.width-small .hero-image {
  height: 480px;
}
.hero-module-wrap .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.hero-module-wrap .content h1 {
  margin: 0 auto 40px;
  color: #fff;
}
.hero-module-wrap .content button {
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 16px 12px 16px;
  color: #202020;
  position: relative;
  height: 48px;
  overflow: hidden;
  margin-right: 16px;
  cursor: pointer;
  pointer-events: all;
  text-decoration: none;
}
.hero-module-wrap .content button:hover {
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.hero-module-wrap .content button:active {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.hero-module-wrap .content button.disabled {
  background-color: #808080;
  border: 1px solid #808080;
  pointer-events: none;
  color: #ccc;
}
.hero-module-wrap .content button.disabled svg path {
  fill: #ccc;
}
.hero-module-wrap .content button:focus {
  outline: none;
}
.hero-module-wrap .content button:focus::after {
  content: ' ';
  display: block;
  position: absolute;
  border: 1px solid #1a1a1a;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 4px;
}
.hero-module-wrap .hero-image {
  height: 608px;
  width: 100%;
}
.hero-module-wrap .hero-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero-module-wrap.hero-v-1 {
  position: relative;
}
.hero-module-wrap.hero-v-1 .hero-image {
  position: relative;
}
.hero-module-wrap.hero-v-1 .hero-image::after {
  content: ' ';
  position: absolute;
  width: 100%;
  background-color: #202020;
  opacity: .5;
  top: 0;
  bottom: 0;
  z-index: 0;
  left: 0;
}
.hero-module-wrap.hero-v-1 .actions {
  z-index: 100;
  position: relative;
}
.hero-module-wrap.hero-v-1 .cta {
  color: #fff;
}
.hero-module-wrap.hero-v-2 .red {
  color: #D52B1E;
}
.hero-module-wrap.hero-v-2.grey {
  background-color: #4D4D4D;
}
.hero-module-wrap.hero-v-2.grey .title-56-reg {
  color: #fff;
}
.hero-module-wrap.hero-v-2.grey .title-56-reg span {
  color: #F0AB00;
}
.hero-module-wrap.hero-v-2.grey p {
  color: #fff;
}
.hero-module-wrap.hero-v-2.width-small .hero-image {
  height: 375px;
}
.hero-module-wrap.hero-v-2.width-small .content {
  padding: 32px 0 40px;
}
.hero-module-wrap.hero-v-2 .content {
  position: initial;
  transform: translateY(0);
  padding: 40px 0 48px;
}
.hero-module-wrap.hero-v-2 .content h1 {
  color: #202020;
}
.hero-module-wrap.hero-v-2 .content button {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  color: #fff;
}
.hero-module-wrap.hero-v-2 .content button:focus::after {
  border: 1px solid #fff;
}
.hero-module-wrap.hero-v-2 .content button:hover {
  background-color: #333;
  border: 1px solid #333;
}
.hero-module-wrap.hero-v-2 .content button:active {
  background-color: #202020;
  border: 1px solid #202020;
}
.hero-module-wrap.hero-v-3.blue {
  background-color: #002664;
}
.hero-module-wrap.hero-v-3.blue .title-56-reg {
  color: #fff;
}
.hero-module-wrap.hero-v-3.blue .title-56-reg span {
  color: #F0AB00;
}
.hero-module-wrap.hero-v-3.blue p {
  color: #fff;
}
.hero-module-wrap.hero-v-3.black {
  background-color: #100F0C;
}
.hero-module-wrap.hero-v-3.black .title-56-reg {
  color: #fff;
}
.hero-module-wrap.hero-v-3.black .title-56-reg span {
  color: #F0AB00;
}
.hero-module-wrap.hero-v-3.black p {
  color: #fff;
}
.hero-module-wrap.hero-v-3 .col {
  flex-flow: row-reverse;
  display: flex;
}
.hero-module-wrap.hero-v-3 .hero-image {
  position: absolute;
  right: 0;
  width: 50%;
  height: 624px;
}
.hero-module-wrap.hero-v-3 .columns {
  padding-left: 0;
  padding-right: 0;
}
.hero-module-wrap.hero-v-3 .content {
  position: initial;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 624px;
  width: 50%;
}
.hero-module-wrap.hero-v-3 .content h1 {
  color: #202020;
  margin-right: 0;
  margin-left: 0;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
  max-width: 100%;
}
.hero-module-wrap.hero-v-3 .content button {
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  color: #fff;
}
.hero-module-wrap.hero-v-3 .content button:focus::after {
  border: 1px solid #fff;
}
.hero-module-wrap.hero-v-3 .content button:hover {
  background-color: #333;
  border: 1px solid #333;
}
.hero-module-wrap.hero-v-3 .content button:active {
  background-color: #202020;
  border: 1px solid #202020;
}
@media all and (max-width: 1024px) {
  .hero-module-wrap.hero-v-3 .col {
    flex-flow: column;
  }
  .hero-module-wrap.hero-v-3 .hero-image {
    height: 608px;
    position: static;
    width: 100%;
  }
  .hero-module-wrap.hero-v-3 .content {
    padding: 40px 0 48px;
    height: auto;
    width: 100%;
  }
}
@media all and (max-width: 752px) {
  .hero-module-wrap.hero-v-3 .col {
    flex-flow: column;
  }
  .hero-module-wrap.hero-v-3 .hero-image {
    height: 375px;
    position: static;
    width: 100%;
  }
  .hero-module-wrap.hero-v-3 .content {
    padding: 32px 0 40px;
    height: auto;
    width: 100%;
  }
}
.hero-module-wrap.green-solution {
  background-color: #1D4127;
  margin-bottom: 120px;
}
.hero-module-wrap.green-solution .content {
  align-items: center;
}
.hero-module-wrap.green-solution .content h1 {
  color: #fff;
}
.hero-module-wrap.green-solution .content h1 span {
  opacity: .75;
}
.hero-module-wrap.green-solution .content img {
  width: 138px;
  height: 41px;
  margin-bottom: 32px;
}

.highlight-module-wrap {
  margin-bottom: 120px;
}
@media all and (max-width: 1024px) {
  .highlight-module-wrap {
    margin-bottom: 96px;
  }
}
@media all and (max-width: 752px) {
  .highlight-module-wrap {
    margin-bottom: 80px;
  }
}
.highlight-module-wrap .columns {
  background-color: #F7F7F7;
}
.highlight-module-wrap.black .columns {
  background-color: #333333;
}
.highlight-module-wrap.black .columns p {
  color: #fff;
  margin-bottom: 24px;
}
.highlight-module-wrap.reverse .columns {
  display: flex;
  flex-flow: row-reverse;
}
.highlight-module-wrap.reverse .columns .image {
  margin-left: -48px;
  margin-right: 0;
}
.highlight-module-wrap.reverse .columns .content {
  padding-left: 9.6666%;
  padding-right: 48px;
}
@media all and (max-width: 1024px) {
  .highlight-module-wrap.reverse .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (max-width: 752px) {
  .highlight-module-wrap.reverse .content {
    padding-left: calc(32px / 2);
    padding-right: calc(32px / 2);
  }
  .highlight-module-wrap.reverse .image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 752px) {
  .highlight-module-wrap .columns {
    display: flex;
    flex-flow: column-reverse !important;
    padding: 0 0 24px 0;
  }
  .highlight-module-wrap .columns .col {
    width: 100%;
  }
  .highlight-module-wrap .columns .image {
    width: 100%;
    height: 66%;
    margin-bottom: 24px;
    margin-left: 0 !important;
  }
  .highlight-module-wrap .columns .content {
    padding: 0 24px !important;
  }
}
.highlight-module-wrap .image {
  margin-right: -48px;
  width: calc(50% + 48px);
  min-height: 480px;
}
.highlight-module-wrap .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.highlight-module-wrap .content {
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding-right: 48px;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: flex-start;
}
.highlight-module-wrap h2 {
  margin-bottom: 32px;
  color: #202020;
}
.highlight-module-wrap p {
  margin-bottom: 32px;
  color: #4D4D4D;
}
@media all and (max-width: 1408px) {
  .highlight-module-wrap .image {
    min-height: 400px;
  }
}
@media all and (max-width: 1024px) {
  .highlight-module-wrap .image {
    min-height: 320px;
  }
}
@media all and (max-width: 752px) {
  .highlight-module-wrap h2 {
    margin-bottom: 32px;
  }
  .highlight-module-wrap .content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .highlight-module-wrap .image {
    height: 66%;
    min-height: 66%;
  }
}

.inline-loading-wrap .loader {
  position: relative;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.005em;
}
.inline-loading-wrap .loader.state-loading .icon.loading {
  display: inline-block;
}
.inline-loading-wrap .loader.state-loading .text .load-text {
  display: inline-block;
}
.inline-loading-wrap .loader.state-success .icon.success {
  display: inline-block;
}
.inline-loading-wrap .loader.state-success .text .success-text {
  display: inline-block;
}
.inline-loading-wrap .loader.state-error .icon.error {
  display: inline-block;
}
.inline-loading-wrap .loader.state-error .text .error-text {
  display: inline-block;
}
.inline-loading-wrap .loader .icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
}
.inline-loading-wrap .loader .icon.success {
  display: none;
  content: url(assets/success-green.svg);
}
.inline-loading-wrap .loader .icon.error {
  display: none;
  content: url(assets/fail-red.svg);
}
.inline-loading-wrap .loader .icon.loading {
  display: none;
  transform: rotate(-90deg);
  animation: rotate 2s ease-in-out forwards;
  animation-iteration-count: infinite;
}
.inline-loading-wrap .loader .icon.loading svg {
  fill: transparent;
}
.inline-loading-wrap .loader .icon.loading svg .circle {
  color: transparent;
  stroke: #202020;
  stroke-width: 2px;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: spin 4s ease-in-out forwards;
  animation-iteration-count: infinite;
}
.inline-loading-wrap .loader .icon.loading svg .bg {
  color: transparent;
  stroke: #ccc;
  stroke-width: 2px;
}
.inline-loading-wrap .loader .text {
  margin-left: 24px;
}
.inline-loading-wrap .loader .text span {
  display: none;
}

@keyframes spin {
  0% {
    stroke-dashoffset: 50;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -50;
  }
}
@keyframes rotate {
  to {
    transform: rotate(270deg);
  }
}
.input-wrap {
  margin-bottom: 60px;
  position: relative;
}
.input-wrap.error input,
.input-wrap.error textarea {
  border: 1px solid #D52B1E;
  background-image: url(assets/notification.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.input-wrap.error small {
  color: #D52B1E;
}
.input-wrap.correct input,
.input-wrap.correct textarea {
  border: 1px solid #329E36;
  background-image: url(assets/success.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.input-wrap input:focus,
.input-wrap select:focus,
.input-wrap textarea:focus,
.input-wrap button:focus {
  outline: none;
}
.input-wrap input,
.input-wrap textarea {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #808080;
  padding: 14px 16px;
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
}
.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #666;
}
.input-wrap input:focus,
.input-wrap textarea:focus {
  border: 1px solid #202020;
}
.input-wrap label {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  display: block;
}
.input-wrap small {
  font-size: 12px;
  color: #666;
  bottom: -25px;
  display: block;
  padding-top: 8px;
}

.link-wrap a {
  color: #202020;
  text-decoration: underline;
}
.link-wrap a:hover {
  color: #4D4D4D;
  text-decoration: none;
}
.link-wrap a:active {
  color: #666666;
  text-decoration: none;
}
.link-wrap a.white {
  color: #fff;
}
.link-wrap a.white:hover {
  color: #E6E6E6;
}
.link-wrap a.white:active {
  color: #CCCCCC;
}

.list-wrap li {
  margin-bottom: 4px;
  list-style-position: inside;
  color: #202020;
}
.list-wrap li::marker {
  width: 12px;
  margin-right: 4px;
}
.list-wrap li ul,
.list-wrap li ol {
  margin-top: 4px;
  margin-left: 16px;
}
.list-wrap ol ol li {
  list-style-type: lower-alpha;
}
.list-wrap ul {
  list-style: none;
}
.list-wrap ul > li {
  position: relative;
  padding-left: 11px;
}
.list-wrap ul > li::before {
  position: absolute;
  content: ' ';
  margin-right: 4px;
  height: 1px;
  width: 7px;
  border-top: 1px solid #202020;
  display: inline-block;
  transform: translateY(10px);
  left: 0;
}
.list-wrap ul > li ul {
  margin-left: 2px;
}
.list-wrap ul > li ul li::before {
  position: absolute;
  content: '•';
  margin-right: 4px;
  height: 1px;
  width: 7px;
  border-top: none;
  display: inline-block;
  transform: translateY(0px);
  left: 0;
}

.load-spinner-wrap .loader {
  position: relative;
  font-size: 12px;
  color: #666;
  letter-spacing: 0.005em;
}
.load-spinner-wrap .loader.big-loader .icon {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 1px;
}
.load-spinner-wrap .loader.big-loader .icon.loading svg .circle {
  stroke-width: .7px;
}
.load-spinner-wrap .loader.big-loader .icon.loading svg .bg {
  stroke-width: .7px;
}
.load-spinner-wrap .loader .icon {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 1px;
}
.load-spinner-wrap .loader .icon.loading {
  transform: rotate(-90deg);
  animation: rotate 2s ease-in-out forwards;
  animation-iteration-count: infinite;
}
.load-spinner-wrap .loader .icon.loading svg {
  fill: transparent;
}
.load-spinner-wrap .loader .icon.loading svg .circle {
  color: transparent;
  stroke: #202020;
  stroke-width: 2px;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: spin 4s ease-in-out forwards;
  animation-iteration-count: infinite;
}
.load-spinner-wrap .loader .icon.loading svg .bg {
  color: transparent;
  stroke: #ccc;
  stroke-width: 2px;
}

@keyframes spin {
  0% {
    stroke-dashoffset: 50;
  }
  50% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -50;
  }
}
@keyframes rotate {
  to {
    transform: rotate(270deg);
  }
}
.header-wrap {
  height: 64px;
  background-color: #F7F7F7;
  left: 0;
  right: 0;
  z-index: 1;
  color: #202020;
}
.header-wrap .options {
  display: flex;
}
.header-wrap .title-24-reg {
  font-size: 21px;
  line-height: 28px;
}
.header-wrap > .top-header {
  display: none !important;
}
.header-wrap > .top-header.show {
  display: flex !important;
}
.header-wrap .close-bar {
  display: flex;
  justify-content: flex-end !important;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
}
.header-wrap .close-icon {
  cursor: pointer;
}
.header-wrap .menu-dropdown {
  background-color: #F7F7F7;
  width: 100%;
  display: block;
  border-top: 1px solid #E6E6E6;
  position: relative;
  padding-top: 48px;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown {
    padding-top: 0;
  }
}
.header-wrap .menu-dropdown.simple-menu {
  position: relative;
  display: none;
}
@media all and (max-width: 752px) {
  .header-wrap .menu-dropdown.simple-menu {
    max-height: calc(100vh - 56px);
  }
  .header-wrap .menu-dropdown.simple-menu .mobile-scroll {
    max-height: calc(100vh - 56px);
    overflow: auto;
  }
}
.header-wrap .menu-dropdown.simple-menu:after {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 48px;
  border-top: 1px solid #E6E6E6;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.simple-menu:after {
    display: none;
  }
}
.header-wrap .menu-dropdown.simple-menu .featured-story {
  border-left: none;
}
.header-wrap .menu-dropdown.simple-menu:after {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 54px;
  border-top: 1px solid #E6E6E6;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.simple-menu:after {
    display: none;
  }
}
.header-wrap .menu-dropdown.simple-menu.show {
  display: block;
}
.header-wrap .menu-dropdown.complex-menu {
  display: none;
  position: relative;
}
@media all and (max-width: 752px) {
  .header-wrap .menu-dropdown.complex-menu {
    max-height: calc(100vh - 56px);
  }
  .header-wrap .menu-dropdown.complex-menu .mobile-scroll {
    max-height: calc(100vh - 56px);
    overflow: auto;
  }
}
.header-wrap .menu-dropdown.complex-menu:after {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 54px;
  border-top: 1px solid #E6E6E6;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.complex-menu:after {
    display: none;
  }
}
.header-wrap .menu-dropdown.complex-menu.show {
  display: block;
}
.header-wrap .menu-dropdown.complex-menu.show::before {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100vh;
  width: 100%;
  top: 100%;
  display: block;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options {
  width: 100%;
  min-height: 390px;
  margin-top: -14px;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options br {
  display: none;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a {
  display: block;
  padding: 8px;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0px;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.active {
  background-color: #E6E6E6;
  border-radius: 4px;
  color: #202020;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.active:hover {
  color: #666;
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.active:hover::before {
  content: url(assets/icon/chevron-right-grey.svg) !important;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.active {
    background-color: transparent;
    color: #202020;
  }
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.active.with-sub::before {
  content: url(assets/icon/chevron-right.svg);
}
.header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.with-sub::before {
  content: url(assets/icon/chevron-right.svg);
  position: absolute;
  right: 16px;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.complex-menu .menu-options.main-options a.with-sub::before {
    right: 8px;
  }
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown.complex-menu .col-8 .menu-options a::after,
  .header-wrap .menu-dropdown.complex-menu .col-4 .menu-options a::after {
    right: -40px;
    left: -40px;
  }
}
@media all and (max-width: 752px) {
  .header-wrap .menu-dropdown.complex-menu .col-8 .menu-options a::after,
  .header-wrap .menu-dropdown.complex-menu .col-4 .menu-options a::after {
    right: -16px;
    left: -16px;
  }
}
.header-wrap .menu-dropdown .columns {
  height: auto;
  padding-top: 0;
}
.header-wrap .menu-dropdown .columns .col {
  padding-top: 0;
  justify-content: flex-start;
}
.header-wrap .menu-dropdown a {
  color: #202020;
  text-decoration: none;
}
.header-wrap .menu-dropdown a:hover {
  color: #4D4D4D;
  text-decoration: none;
}
.header-wrap .menu-dropdown a:active {
  color: #666666;
  text-decoration: none;
}
.header-wrap .menu-dropdown .featured-story {
  flex-flow: column;
  border-left: 1px solid #E6E6E6;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .featured-story {
    display: none !important;
  }
}
.header-wrap .menu-dropdown .featured-story h2,
.header-wrap .menu-dropdown .featured-story img {
  margin-bottom: 16px;
}
.header-wrap .menu-dropdown .featured-story p {
  color: #4D4D4D;
}
.header-wrap .menu-dropdown .menu-options .title-24-reg {
  margin-bottom: 16px;
  display: inline-block;
}
.header-wrap .menu-dropdown .menu-options.secondary-options {
  min-height: 410px;
  border-left: 1px solid #E6E6E6;
}
.header-wrap .menu-dropdown .menu-options.secondary-options a {
  transform: translateY(-4px);
}
.header-wrap .menu-dropdown .menu-options.secondary-options.hide {
  display: none;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .menu-options.secondary-options {
    display: none;
  }
}
.header-wrap .menu-dropdown .menu-options.secondary-options a {
  margin-bottom: 12px;
  display: inline-block;
  padding-left: 16px;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .col-8,
  .header-wrap .menu-dropdown .col-4 {
    width: 100%;
  }
  .header-wrap .menu-dropdown .col-8 .menu-options,
  .header-wrap .menu-dropdown .col-4 .menu-options {
    flex: 100%;
  }
  .header-wrap .menu-dropdown .col-8 .menu-options br,
  .header-wrap .menu-dropdown .col-4 .menu-options br {
    display: none;
  }
  .header-wrap .menu-dropdown .col-8 .menu-options a,
  .header-wrap .menu-dropdown .col-4 .menu-options a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .header-wrap .menu-dropdown .col-8 .menu-options a::after,
  .header-wrap .menu-dropdown .col-4 .menu-options a::after {
    content: ' ';
    border-bottom: 1px solid #E6E6E6;
    bottom: 0;
    right: -48px;
    display: block;
    left: -48px;
    position: absolute;
  }
}
@media all and (max-width: 752px) {
  .header-wrap .menu-dropdown .col-8 .menu-options a::after,
  .header-wrap .menu-dropdown .col-4 .menu-options a::after {
    right: -24px;
    left: -24px;
  }
}
.header-wrap .menu-dropdown .dropdown-footer {
  margin-top: 58px;
  bottom: 0;
  padding-bottom: 14px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .dropdown-footer {
    padding-bottom: 48px;
  }
}
.header-wrap .menu-dropdown .dropdown-footer .title-24-reg {
  position: relative;
  margin-right: 32px;
  padding-right: 24px;
}
.header-wrap .menu-dropdown .dropdown-footer .title-24-reg::after {
  content: url(assets/icon/external-link.svg);
  right: 0;
  position: absolute;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .dropdown-footer .title-24-reg::after {
    right: 48px;
  }
}
@media all and (max-width: 752px) {
  .header-wrap .menu-dropdown .dropdown-footer .title-24-reg::after {
    right: 16px;
  }
}
.header-wrap .menu-dropdown .dropdown-footer .title-24-reg:hover::after {
  content: url(assets/icon/external-link-grey.svg);
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .dropdown-footer .title-24-reg.border-top {
    border-top: 1px solid #E6E6E6;
  }
}
.header-wrap .menu-dropdown .dropdown-footer .dropdown-footer-dropped {
  margin-bottom: 48px;
  display: none;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .dropdown-footer .dropdown-footer-dropped {
    display: block;
  }
}
.header-wrap .menu-dropdown .dropdown-footer .dropdown-footer-dropped a {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.header-wrap .menu-dropdown .dropdown-footer .dropdown-footer-dropped a span {
  position: absolute;
  top: 2px;
  left: 32px;
}
.header-wrap .menu-dropdown .dropdown-footer .col {
  justify-content: flex-start;
}
.header-wrap .menu-dropdown .dropdown-footer a {
  margin-right: 24px;
  display: inline-block;
}
@media all and (max-width: 1024px) {
  .header-wrap .menu-dropdown .dropdown-footer {
    border-top: 0;
  }
  .header-wrap .menu-dropdown .dropdown-footer .col {
    flex-flow: column;
  }
  .header-wrap .menu-dropdown .dropdown-footer a {
    display: block;
    margin-bottom: 16px;
  }
}
.header-wrap .menu {
  position: relative;
  width: 77px;
  height: 25px;
  cursor: pointer;
}
.header-wrap .menu span {
  position: absolute;
  top: 3px;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Noto Sans JP';
  left: 32px;
}
@media all and (max-width: 752px) {
  .header-wrap .menu span {
    display: none;
  }
}
.header-wrap .menu img:nth-child(2) {
  display: none;
}
.header-wrap .menu.open img:nth-child(1) {
  display: none;
}
.header-wrap .menu.open img:nth-child(2) {
  display: block;
}
@media all and (max-width: 752px) {
  .header-wrap {
    height: 56px;
  }
}
.header-wrap .options div {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  height: 24px;
  width: 24px;
  position: relative;
}
.header-wrap .options div.search, .header-wrap .options div.lang {
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .header-wrap .options div {
    display: none;
  }
  .header-wrap .options div.prio {
    display: inline-block;
  }
}
.header-wrap .options div span {
  font-family: 'Noto Sans Mono';
  font-style: normal;
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  color: #fff;
  background-color: #D52B1E;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 8px;
  text-align: center;
  padding-top: 2px;
}
.header-wrap .options div img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .header-wrap .options div.lang {
    display: none;
  }
}
.header-wrap .columns {
  height: 64px;
  display: flex;
  padding-top: 12px;
}
@media all and (max-width: 752px) {
  .header-wrap .columns {
    height: 56px;
  }
}
.header-wrap .columns .col {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}
@media all and (max-width: 752px) {
  .header-wrap .columns .col {
    padding-top: 4px;
  }
}
.header-wrap .columns .col .logo {
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 752px) {
  .header-wrap .columns .col .logo {
    width: 112px;
  }
}
.header-wrap .search-section {
  display: none;
}
@media all and (max-width: 752px) {
  .header-wrap .search-section {
    max-height: calc(100vh - 56px);
  }
  .header-wrap .search-section .mobile-scroll {
    max-height: calc(100vh - 56px);
    overflow: auto;
  }
}
.header-wrap .search-section.show {
  display: block;
}
.header-wrap .search-section.show::before {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  height: 100vh;
  width: 100%;
  top: 100%;
  display: block;
}
@media all and (max-width: 1024px) {
  .header-wrap .search-section .close-bar {
    margin-top: 36px;
  }
}
.header-wrap .search-section .autofill {
  position: absolute;
  background: #fff;
  left: 16px;
  right: 16px;
  top: 56px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  z-index: 1;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
@media all and (max-width: 752px) {
  .header-wrap .search-section .autofill {
    left: 8px;
    right: 8px;
  }
}
.header-wrap .search-section .autofill.open {
  display: block;
}
.header-wrap .search-section .autofill span {
  display: block;
  padding: 14px 16px;
  cursor: pointer;
}
.header-wrap .search-section .autofill span:hover {
  background-color: #f7f7f7;
}
.header-wrap .search-section .search-wrap {
  margin-top: 36px;
  margin-bottom: 48px;
}
.header-wrap .search-section .search-wrap input {
  background-color: #F7F7F7;
}
.header-wrap .search-section h3 {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #808080;
  margin-bottom: 24px;
}
.header-wrap .search-section .col-9 {
  flex-flow: column;
}
@media all and (max-width: 1024px) {
  .header-wrap .search-section .col-9 {
    width: 50%;
  }
}
@media all and (max-width: 752px) {
  .header-wrap .search-section .col-9 {
    width: 100%;
  }
}
.header-wrap .search-section .col-9 .pop-searches {
  columns: 3;
  column-gap: 32px;
  margin-bottom: 48px;
}
@media all and (max-width: 1024px) {
  .header-wrap .search-section .col-9 .pop-searches {
    columns: 1;
    column-gap: 0;
  }
}
.header-wrap .search-section .col-9 .pop-searches a {
  display: block;
  margin-bottom: 12px;
}
.header-wrap .search-section .col-3 {
  flex-flow: column;
}
@media all and (max-width: 1024px) {
  .header-wrap .search-section .col-3 {
    width: 50%;
  }
}
@media all and (max-width: 752px) {
  .header-wrap .search-section .col-3 {
    width: 100%;
  }
}
.header-wrap .search-section .col-3 a {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
}
.header-wrap .search-section .col-3 .go-to {
  margin-bottom: 48px;
}
.header-wrap .search-section .col-3 .go-to a::after {
  content: ' ';
  background-image: url(assets/icon/external-link.svg);
  background-size: 12px;
  object-fit: contain;
  height: 12px;
  width: 12px;
  overflow: hidden;
  display: inline-block;
  margin-left: 8px;
  transform: translateY(1px);
}
.header-wrap .search-section .col-3 .go-to a:hover::after {
  background-image: url(assets/icon/external-link-grey.svg);
}
.header-wrap .language-section {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 0;
  width: auto;
  border-top: none;
  overflow: hidden;
  pointer-events: none;
  transition: .4s ease-in-out;
}
@media all and (max-width: 752px) {
  .header-wrap .language-section {
    max-height: calc(100vh);
  }
  .header-wrap .language-section .mobile-scroll {
    max-height: calc(100vh);
    overflow: auto;
  }
}
.header-wrap .language-section.show {
  display: block !important;
  background-color: #fff;
  pointer-events: all;
}
.header-wrap .language-section.show .language-wrap {
  transform: translateX(0);
}
.header-wrap .language-section h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 28px;
  display: block;
  margin-bottom: 16px;
}
.header-wrap .language-section .close-bar {
  display: flex;
  justify-content: flex-end !important;
  position: fixed;
  z-index: 10;
  background-color: #f7f7f7;
  width: 480px;
  right: 0;
  top: 0;
  height: 64px;
}
.header-wrap .language-section .close-bar img {
  height: 24px;
  margin-top: 18px;
  margin-right: 26px;
}
@media all and (max-width: 752px) {
  .header-wrap .language-section .close-bar {
    width: 100%;
    height: 56px;
  }
  .header-wrap .language-section .close-bar img {
    margin-top: 15px;
  }
}
.header-wrap .language-wrap {
  background-color: #F7F7F7;
  width: 480px;
  transform: translateX(480px);
  position: absolute;
  right: 0;
  min-height: 100vh;
  transition: .4s ease-in-out;
  padding-top: 80px;
  height: 100vh;
  overflow-y: auto;
}
@media all and (max-width: 752px) {
  .header-wrap .language-wrap {
    width: auto;
    left: 0;
    transform: translateX(100%);
    padding-top: 72px;
  }
}
.header-wrap .language-wrap .columns {
  padding: 0 32px;
}
@media all and (max-width: 375px) {
  .header-wrap .language-wrap .columns {
    padding: 0 16px;
  }
}
.header-wrap .language-wrap .columns .col {
  padding: 0;
}
.header-wrap .language-wrap .columns .col.close-bar {
  margin-bottom: 40px;
  margin-top: 24px;
}
.header-wrap .language-wrap .search-wrap {
  margin-bottom: 24px;
}
.header-wrap .language-wrap .search-wrap input {
  background-color: transparent;
}
.header-wrap .language-wrap .region {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  height: 48px;
  overflow: hidden;
}
.header-wrap .language-wrap .region:first-child {
  border-top: 1px solid #E6E6E6;
}
.header-wrap .language-wrap .region:last-child {
  margin-bottom: 48px;
}
.header-wrap .language-wrap .region > span {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-wrap .language-wrap .region:after {
  content: url(assets/icon/chevron-right.svg);
  position: absolute;
  right: 1px;
  top: 12px;
  transform: rotate(90deg);
}
.header-wrap .language-wrap .region.open {
  height: auto;
}
.header-wrap .language-wrap .region.open:after {
  transform: rotate(-90deg);
  right: -4px;
}
.header-wrap .language-wrap .region .land {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E6E6E6;
  padding-top: 16px;
  padding-bottom: 16px;
}
.header-wrap .language-wrap .region .land:last-child {
  border-bottom: none;
}
.header-wrap .language-wrap .region .land .region-languages {
  margin-bottom: 0;
}
.header-wrap .language-wrap .region .land .region-languages .link {
  margin-right: 0;
  margin-left: 16px;
  color: #202020;
}
.header-wrap .language-wrap .region .land .region-languages .link:hover {
  color: #666;
}
.header-wrap .language-wrap .region .land .land-name {
  position: relative;
}
.header-wrap .language-wrap .region .land .land-name img {
  width: 30px;
}
.header-wrap .language-wrap .region .land .land-name span {
  position: absolute;
  top: 5px;
  padding-left: 40px;
  white-space: nowrap;
}
.header-wrap .language-wrap .language-content {
  flex-direction: column;
}
.header-wrap .language-wrap .language-content .link {
  text-decoration: underline;
  margin-right: 16px;
  color: #666;
}
.header-wrap .language-wrap .language-content .link:hover {
  color: #202020;
}
.header-wrap .language-wrap .language-content .link.selected {
  color: #202020;
  font-weight: 600;
}
.header-wrap .language-wrap .language-content .region-languages {
  margin-bottom: 48px;
}
.header-wrap .mobile-menu-wrapper {
  flex: 100%;
  margin-left: -32px;
  margin-right: -32px;
  overflow: hidden;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.header-wrap .mobile-menu-wrapper .mobile-menu-animation-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-flow: row;
  transition: .4s ease-in-out;
}
.header-wrap .mobile-menu-wrapper .mobile-menu-animation-wrapper > div {
  flex: 100%;
  flex-shrink: 0;
}
.header-wrap .mobile-menu-wrapper.sub-menu-open .mobile-menu-animation-wrapper {
  transform: translateX(-100%);
}
.header-wrap .mobile-menu-wrapper .primary-mobile a {
  display: block;
  position: relative;
}
.header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg {
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg.with-sub:after {
  content: url(assets/icon/chevron-right.svg);
  position: absolute;
  right: 48px;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg.with-sub:after {
    right: 32px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg.with-sub:after {
    right: 16px;
  }
}
.header-wrap .mobile-menu-wrapper .primary-mobile a.title-24-reg::before {
  content: ' ';
  border-bottom: 1px solid #E6E6E6;
  bottom: 0;
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
}
.header-wrap .mobile-menu-wrapper .primary-mobile .dropdown-footer-dropped {
  padding-left: 48px;
  padding-right: 48px;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile .dropdown-footer-dropped {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .primary-mobile .dropdown-footer-dropped {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-wrap .mobile-menu-wrapper .secondary-mobile {
  display: none;
}
.header-wrap .mobile-menu-wrapper .secondary-mobile.active {
  display: block;
}
.header-wrap .mobile-menu-wrapper .secondary-mobile a {
  display: block;
  padding-left: 48px;
  padding-right: 48px;
  position: relative;
}
.header-wrap .mobile-menu-wrapper .secondary-mobile a.body-14-reg {
  margin-bottom: 12px;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.body-14-reg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.body-14-reg {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg {
  padding-left: 72px;
  padding-right: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 24px;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg {
    padding-left: 56px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg {
    padding-left: 40px;
  }
}
.header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg:after {
  content: url(assets/icon/chevron-left.svg);
  position: absolute;
  left: 48px;
}
@media all and (max-width: 752px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg:after {
    left: 32px;
  }
}
@media all and (max-width: 375px) {
  .header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg:after {
    left: 16px;
  }
}
.header-wrap .mobile-menu-wrapper .secondary-mobile a.title-24-reg::before {
  content: ' ';
  border-bottom: 1px solid #E6E6E6;
  bottom: 0;
  display: block;
  position: absolute;
  width: auto;
  left: 0;
  right: 0;
}

@media all and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  .show-mobile {
    display: block !important;
  }
}

@media all and (min-width: 1025px) {
  .show-mobile {
    display: none !important;
  }
}

.newsletter-signup-wrap {
  background-color: #F7F7F7;
  padding: 64px 0 80px;
}
@media all and (max-width: 752px) {
  .newsletter-signup-wrap {
    padding: 48px 0 64px;
  }
}
.newsletter-signup-wrap .title-36-reg {
  color: #202020;
}
@media all and (max-width: 1024px) {
  .newsletter-signup-wrap .push-6 {
    margin-left: 0;
  }
  .newsletter-signup-wrap .columns {
    flex-flow: column;
  }
  .newsletter-signup-wrap .title-36-reg {
    margin-bottom: 32px;
  }
  .newsletter-signup-wrap .col-6 {
    width: 100%;
  }
}
.newsletter-signup-wrap .input-wrap {
  display: flex;
  margin-bottom: 0;
}
.newsletter-signup-wrap .input-wrap input {
  flex: 1;
  margin-right: 16px;
  background-color: transparent;
}
.newsletter-signup-wrap .input-wrap button {
  margin-right: 0;
}
.newsletter-signup-wrap .checkbox {
  margin-top: 32px;
}
.newsletter-signup-wrap .checkbox a {
  color: #202020;
}
.newsletter-signup-wrap .checkbox .icon-check {
  background-image: url(assets/icon/Checkmark.svg);
}

.notification-wrap {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #aaa;
  display: flex;
}
.notification-wrap .title {
  display: none;
}
.notification-wrap.block {
  width: 352px;
  padding-bottom: 24px;
}
.notification-wrap.block .title {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}
.notification-wrap .icon {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-right: 8px;
  margin-top: 2px;
}
.notification-wrap.grey20 {
  color: #202020;
  background-color: #E6E6E6;
}
.notification-wrap.grey20 .icon {
  background-image: url(assets/notification-black.svg);
  background-size: 16px 16px;
}
.notification-wrap.grey20 .close {
  background-image: url(assets/cross-black.svg);
  background-size: 16px 16px;
}
.notification-wrap.yellow {
  color: #202020;
  background-color: #F0AB00;
}
.notification-wrap.yellow .icon {
  background-image: url(assets/notification-black.svg);
  background-size: 16px 16px;
}
.notification-wrap.yellow .close {
  background-image: url(assets/cross-black.svg);
  background-size: 16px 16px;
}
.notification-wrap.red {
  color: #fff;
  background-color: #D52B1E;
}
.notification-wrap.red .icon {
  background-image: url(assets/notification-white.svg);
  background-size: 16px 16px;
}
.notification-wrap.red .close {
  background-image: url(assets/cross-white.svg);
  background-size: 16px 16px;
}
.notification-wrap.grey90 {
  color: #fff;
  background-color: #333333;
}
.notification-wrap.grey90 .icon {
  background-image: url(assets/notification-white.svg);
  background-size: 16px 16px;
}
.notification-wrap.grey90 .close {
  background-image: url(assets/cross-white.svg);
  background-size: 16px 16px;
}
.notification-wrap .text {
  color: inherit;
  flex: 1;
}
.notification-wrap .text a {
  color: inherit;
  text-decoration: underline;
}
.notification-wrap .close {
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin-top: 2px;
}

.numberinput-wrap .numberinput {
  display: flex;
  margin-bottom: 8px;
  flex-wrap: nowrap;
}
.numberinput-wrap .numberinput .dec::after {
  content: url(assets/minus.svg);
  height: 16px;
  width: 16px;
}
.numberinput-wrap .numberinput .inc::after {
  content: url(assets/plus.svg);
  height: 16px;
  width: 16px;
}
.numberinput-wrap .numberinput button {
  cursor: pointer;
  background-color: #fff;
  border: 0;
  height: 48px;
  width: 48px;
  border-color: #808080;
  border-style: solid;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-left-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  outline: 0;
}
.numberinput-wrap .numberinput button:last-child {
  border-top-left-radius: 0;
  border-left-width: 0;
  border-right-width: 1px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.numberinput-wrap .numberinput button:hover {
  background-color: #E6E6E6;
}
.numberinput-wrap input {
  cursor: pointer;
  color: #202020;
  width: 65px;
  height: 48px;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  border-right: 1px solid  #808080;
  border-left: 1px solid  #808080;
  text-align: center;
  outline: 0;
}
.numberinput-wrap input:focus {
  border: 1px solid #202020;
  outline: 0;
}
.numberinput-wrap input::-webkit-outer-spin-button, .numberinput-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.numberinput-wrap input[type=number] {
  -moz-appearance: textfield;
  font-size: 14px;
}
.numberinput-wrap .title {
  color: #666666;
  margin-bottom: 8px;
}
.numberinput-wrap .helper-text {
  color: #666666;
}
.numberinput-wrap.disabled .title, .numberinput-wrap.disabled .helper-text {
  color: #B3B3B3;
  border-color: #E6E6E6;
}
.numberinput-wrap.disabled .numberinput .dec::after {
  content: url(assets/minus-grey30.svg);
}
.numberinput-wrap.disabled .numberinput .inc::after {
  content: url(assets/plus-grey30.svg);
}
.numberinput-wrap.disabled .numberinput > * {
  border-color: #E6E6E6;
  color: #B3B3B3;
  background-color: #fff;
  pointer-events: none;
}

.page-title-wrap {
  padding-top: 96px;
  margin-bottom: 96px;
}
@media all and (max-width: 1024px) {
  .page-title-wrap {
    padding-top: 64px;
    margin-bottom: 64px;
  }
}
.page-title-wrap .columns {
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.page-title-wrap p {
  max-width: 736px;
  color: #4D4D4D;
  line-height: 24px;
  margin-bottom: 32px;
}
.page-title-wrap p a {
  color: #202020;
  text-decoration: underline;
}
.page-title-wrap p:last-child {
  margin-bottom: 0;
}
.page-title-wrap h1 {
  color: #202020;
}
.page-title-wrap h1.title-56-reg {
  max-width: none;
}
.page-title-wrap .breadcrumbs-wrap {
  margin-bottom: 40px;
}
@media all and (max-width: 1600px) {
  .page-title-wrap p {
    max-width: 640px;
  }
}
@media all and (max-width: 1408px) {
  .page-title-wrap p {
    max-width: 608px;
  }
  .page-title-wrap h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media all and (max-width: 1024px) {
  .page-title-wrap p {
    max-width: 62.5%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-title-wrap h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media all and (max-width: 752px) {
  .page-title-wrap p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-title-wrap .breadcrumbs-wrap {
    margin-bottom: 32px;
  }
  .page-title-wrap h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}

.radio-button-wrap {
  color: #202020;
  display: flex;
  flex-wrap: wrap;
  line-height: 14px;
}
.radio-button-wrap.layout-vertical {
  flex-direction: column;
}
.radio-button-wrap.layout-horizontal {
  flex-direction: row;
}
.radio-button-wrap.layout-horizontal .radio-item:not(:last-child) {
  margin-right: 24px;
}
.radio-button-wrap .radio-item:not(:last-child) {
  margin-bottom: 13px;
}
.radio-button-wrap .radio-item label {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}
.radio-button-wrap .radio-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-button-wrap .radio-item label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #4d4d4d;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
}
.radio-button-wrap .radio-item label .checkmark .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.radio-button-wrap .radio-item label input:checked ~ .checkmark::after {
  content: ' ';
  height: 10px;
  width: 10px;
  background-color: #4d4d4d;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 5px;
}
.radio-button-wrap .radio-item label input:checked ~ .checkmark .icon {
  opacity: 1;
}
.radio-button-wrap .radio-item label input:checked:disabled ~ .checkmark::after {
  background-color: #ccc;
}
.radio-button-wrap .radio-item label input:disabled ~ .checkmark {
  border-color: #CCCCCC;
}
.radio-button-wrap .radio-item label input:disabled ~ span.label {
  color: #CCCCCC;
}

.search-wrap input {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #808080;
  padding: 14px 16px;
  color: #202020;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
  background-image: url(assets/magnifier.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.search-wrap input.has-text {
  background-image: url(assets/magnifier-grey100.svg);
}
.search-wrap input:focus {
  border: 1px solid #202020;
  outline: none;
}
.search-wrap input::placeholder {
  color: #666666;
}
.search-wrap.big-search input {
  font-size: 21px;
  font-weight: 300;
  padding: 9px 16px 10px;
}

.section-marker-wrap {
  position: relative;
  margin-bottom: 64px;
}
.section-marker-wrap::before {
  content: ' ';
  border-top: 1px solid #E6E6E6;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.section-marker-wrap .columns {
  position: relative;
}
.section-marker-wrap .cta {
  margin-top: 4px;
}
.section-marker-wrap .col {
  padding-top: 16px;
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  position: relative;
}
.section-marker-wrap h2 {
  color: #202020;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .section-marker-wrap {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 752px) {
  .section-marker-wrap {
    margin-bottom: 48px;
  }
  .section-marker-wrap .col {
    flex-flow: column;
  }
}

.select-wrap select {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #808080;
  padding: 14px 16px;
  color: #202020;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 130%;
  background-image: url(assets/crumb-arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 16px center;
}
.select-wrap select:focus {
  border: 1px solid #202020;
  outline: none;
}
.select-wrap select:active, .select-wrap select:hover {
  border: 1px solid #202020;
}
.select-wrap .title {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #666666;
  margin-bottom: 8px;
  display: block;
}
.select-wrap .helper {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #666666;
  margin-top: 8px;
  display: block;
}

.slider-wrap {
  color: #202020;
  font-size: 14px;
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
  how to remove the virtical space around the range input in IE*/
}
.slider-wrap.disabled .slider > span {
  color: #B3B3B3;
}
.slider-wrap.disabled .slider-value {
  border-color: #E6E6E6;
  color: #E6E6E6;
  background-color: #fff;
}
.slider-wrap .slider-label {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.005em;
  color: #666666;
  display: inline-block;
  margin-bottom: 8px;
}
.slider-wrap .slider {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 17px;
  font-size: 14px;
}
.slider-wrap input[type=number] {
  -moz-appearance: textfield;
}
.slider-wrap input[type=number].hidden {
  visibility: hidden;
}
.slider-wrap .slider-value {
  border: 1px solid #808080;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
  margin-left: 16px;
  text-align: center;
  font-size: 14px;
  max-width: 60px;
}
.slider-wrap .slider-value::-webkit-outer-spin-button, .slider-wrap .slider-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.slider-wrap .range-wrap {
  position: relative;
  margin: 0 16px;
  width: 100%;
  max-width: 220px;
  height: 16px;
}
.slider-wrap .range-wrap .progress {
  position: absolute;
  height: 2px;
  background: #202020;
  top: 50%;
  transform: translateY(0px);
  left: 0;
  width: 50%;
}
.slider-wrap input[type=range] {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
}
.slider-wrap input[type=range]:disabled::-webkit-slider-runnable-track, .slider-wrap input[type=range]:disabled::-webkit-slider-thumb {
  background: #E6E6E6;
}
.slider-wrap input[type=range]:disabled ~ .progress {
  background: #E6E6E6;
}
.slider-wrap input[type=range]:focus {
  outline: none;
}
.slider-wrap input[type=range]::-webkit-slider-runnable-track {
  background: #cccccc;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 2px;
  margin-top: -10px;
  cursor: pointer;
}
.slider-wrap input[type=range]::-webkit-slider-thumb {
  margin-top: -7px;
  width: 16px;
  height: 16px;
  background: #202020;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  -webkit-appearance: none;
}
.slider-wrap input[type=range]::-webkit-slider-thumb:hover {
  margin-top: -9px;
  width: 20px;
  height: 20px;
  background: #202020;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  -webkit-appearance: none;
}
.slider-wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
.slider-wrap input[type=range]::-moz-range-track {
  background: #cccccc;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.slider-wrap input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #202020;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}
.slider-wrap input[type=range]::-moz-range-thumb:hover {
  width: 20px;
  height: 20px;
  background: #202020;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 100%;
  cursor: pointer;
}
.slider-wrap input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 7px 0;
  color: transparent;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
.slider-wrap input[type=range]::-ms-fill-lower {
  background: #878787;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
.slider-wrap input[type=range]::-ms-fill-upper {
  background: #cccccc;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
.slider-wrap input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: #202020;
  border: 0px solid rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
.slider-wrap input[type=range]:focus::-ms-fill-lower {
  background: #cccccc;
}
.slider-wrap input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
@supports (-ms-ime-align: auto) {
  .slider-wrap {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }
  .slider-wrap input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.slider-wrap.disabled {
  pointer-events: none;
}
.slider-wrap.disabled .range-wrap .progress {
  display: none;
}

.storrytelling-module-wrap {
  margin-bottom: 120px;
}
.storrytelling-module-wrap .title-36-reg {
  color: #202020;
}
.storrytelling-module-wrap.reverse .columns {
  flex-flow: row-reverse;
}
@media all and (max-width: 752px) {
  .storrytelling-module-wrap.reverse .columns {
    flex-flow: column;
  }
}
.storrytelling-module-wrap.reverse .columns .text-module {
  padding-left: 16px;
  padding-right: 8.333%;
}
@media all and (max-width: 752px) {
  .storrytelling-module-wrap.reverse .columns .text-module {
    padding-left: 8px;
  }
}
@media all and (max-width: 752px) {
  .storrytelling-module-wrap.reverse .text-module {
    padding-right: 0;
  }
}
.storrytelling-module-wrap .image {
  width: 100%;
  height: 424px;
}
.storrytelling-module-wrap .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 1408px) {
  .storrytelling-module-wrap {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 1024px) {
  .storrytelling-module-wrap {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 752px) {
  .storrytelling-module-wrap {
    margin-bottom: 64px;
  }
  .storrytelling-module-wrap .columns {
    flex-flow: column;
  }
  .storrytelling-module-wrap .columns .col-6,
  .storrytelling-module-wrap .columns .col-5 {
    width: 100%;
  }
  .storrytelling-module-wrap .columns .title-36-reg {
    margin-bottom: 24px;
  }
  .storrytelling-module-wrap .columns .image {
    height: 66%;
    margin-bottom: 24px;
  }
  .storrytelling-module-wrap .columns .text-module {
    padding-left: 8px;
  }
  .storrytelling-module-wrap .title-36-reg {
    max-width: 100%;
  }
}
.storrytelling-module-wrap .text-module {
  position: relative;
  align-self: center;
  padding-left: 9.666%;
}
.storrytelling-module-wrap .text-module .title-36-reg {
  margin-bottom: 32px;
}
.storrytelling-module-wrap .text-module .text {
  margin-top: 2px;
  color: #4D4D4D;
  margin-bottom: 32px;
  line-height: 24px;
}
.storrytelling-module-wrap .text-module .cta {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.storrytelling-module-wrap .text-module .cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.storrytelling-module-wrap .text-module .cta:hover::before {
  background: #F1B32D;
}
.storrytelling-module-wrap .text-module .cta:active::before {
  background: #EDBE46;
}

.tab-wrap .tabs {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 32px;
  margin-bottom: 40px;
  width: 100%;
}
.tab-wrap .tabs a {
  color: #666666;
  font-size: inherit;
  line-height: inherit;
  margin-right: 32px;
  position: relative;
  text-decoration: none;
}
.tab-wrap .tabs a:last-child {
  margin-right: 0;
}
.tab-wrap .tabs a:hover {
  color: #202020;
}
.tab-wrap .tabs a:hover:after {
  content: ' ';
  height: 2px;
  width: 100%;
  background-color: #E6E6E6;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.tab-wrap .tabs a.active {
  color: #202020;
  font-weight: 600;
}
.tab-wrap .tabs a.active:after {
  content: ' ';
  height: 2px;
  width: 100%;
  background-color: #F0AB00;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.tab-wrap .tabs a.disabled {
  pointer-events: none;
  color: #B3B3B3;
  font-weight: 400;
}
.tab-wrap .tabs a.disabled:after {
  display: none;
}
.tab-wrap .content-container {
  width: 100%;
}
.tab-wrap .content-container .content {
  color: #202020;
  display: none;
  font-size: inherit;
  line-height: inherit;
  width: 600px;
  /* approx. from figma */
}
.tab-wrap .content-container .content.visible {
  display: block;
}

.table-wrap {
  color: #202020;
}
.table-wrap.show-data-table .content-table {
  display: none;
}
.table-wrap.show-content-table .data-table {
  display: none;
}
.table-wrap ul {
  list-style: none;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 54px;
}
.table-wrap ul.content-table li:not(.title-row) {
  padding-bottom: 20px;
}
.table-wrap ul.content-table span:first-child {
  flex: 0.5;
}
.table-wrap ul.data-table {
  font-family: 'Noto Sans Mono';
}
.table-wrap ul li {
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex: 1;
  padding: 8px 0;
}
.table-wrap ul li:hover {
  background-color: #F7F7F7;
}
.table-wrap ul li.title-row {
  font-weight: 600;
}
.table-wrap ul li span {
  flex: 1;
}

.tag-wrap .tag {
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #808080;
  padding: 2px 8px;
  border-radius: 4px;
  text-decoration: none;
  color: #666;
  margin-right: 8px;
  cursor: pointer;
}
.tag-wrap .tag:hover {
  color: #202020;
  background-color: #ccc;
  border-color: #ccc;
}
.tag-wrap .tag:active {
  color: #202020;
  background-color: #B3B3B3;
  border-color: #B3B3B3;
}

.tiles-wrap {
  margin-bottom: 56px;
}
@media all and (max-width: 375px) {
  .tiles-wrap {
    margin-bottom: 32px;
  }
}
.tiles-wrap .col {
  display: flex;
}
.tiles-wrap .col .tile {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .tiles-wrap {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 752px) {
  .tiles-wrap {
    margin-bottom: 0px;
  }
}
.tiles-wrap .title-36-reg {
  color: #202020;
  margin-bottom: 24px;
}
.tiles-wrap .title-24-reg {
  color: #202020;
  margin-bottom: 16px;
}
.tiles-wrap .tile {
  background-color: #F7F7F7;
  flex-direction: column;
  margin-bottom: 64px;
  position: relative;
}
.tiles-wrap .tile.special-bottom .content {
  padding-bottom: 180px;
}
@media all and (max-width: 1408px) {
  .tiles-wrap .tile.special-bottom .content {
    padding-bottom: 260px;
  }
}
@media all and (max-width: 1024px) {
  .tiles-wrap .tile.special-bottom .content {
    padding-bottom: 360px;
  }
}
.tiles-wrap .tile.special-bottom .bottomer {
  position: absolute;
  bottom: 0px;
}
.tiles-wrap .tile.special-bottom .bottomer img {
  margin-bottom: 24px;
}
@media all and (max-width: 375px) {
  .tiles-wrap .tile {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.tiles-wrap .tile.no-plate {
  background-color: transparent;
}
.tiles-wrap .tile.no-plate .content {
  padding: 24px 0;
}
.tiles-wrap .tile .image {
  padding-bottom: 66%;
  width: 100%;
  position: relative;
}
.tiles-wrap .tile .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
.tiles-wrap .tile .content {
  padding: 24px;
}
.tiles-wrap .tile .content img {
  display: inline-block;
}
.tiles-wrap .tile .content p {
  margin-bottom: 24px;
  color: #4D4D4D;
}
@media all and (max-width: 752px) {
  .tiles-wrap .col {
    width: 100%;
    margin-bottom: 48px;
  }
}
.tiles-wrap .cta {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
}
.tiles-wrap .cta:before {
  content: url(assets/arrow-right.svg);
  background: #F0AB00;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding-top: 1px;
}
.tiles-wrap .cta:hover::before {
  background: #F1B32D;
}
.tiles-wrap .cta:active::before {
  background: #EDBE46;
}
.tiles-wrap.secondary .tile {
  background-color: transparent;
}
.tiles-wrap.secondary .tile .content {
  padding: 16px 0;
}
@media all and (max-width: 752px) {
  .tiles-wrap.secondary .tile .content {
    margin-bottom: 0;
  }
}
@media all and (max-width: 752px) {
  .tiles-wrap.secondary .tile .content h2 {
    margin-bottom: 16px;
  }
}
.tiles-wrap.secondary .tile .content p {
  margin-bottom: 16px;
}
@media all and (max-width: 375px) {
  .tiles-wrap.secondary .col {
    width: 100%;
    margin-bottom: 48px;
  }
}
.tiles-wrap .link-element {
  color: #202020;
  text-decoration: underline;
}
.tiles-wrap .link-element:hover {
  color: #4D4D4D;
  text-decoration: none;
}

.toggle-wrap {
  color: #202020;
}
.toggle-wrap .toggle-label {
  display: block;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  transition: .2s;
  border-radius: 24px;
}
.toggle .slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: .2s;
  border-radius: 50%;
}
.toggle .slider-status {
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  transform: translateY(-50%);
}
.toggle .slider-status:after {
  content: 'Off';
  font-size: 14px;
  line-height: 16px;
}
.toggle input:checked + .slider {
  background-color: #329E36;
}
.toggle input:checked + .slider:before {
  transform: translateX(24px);
}
.toggle input:checked ~ .slider-status:after {
  content: 'On';
}

.tooltip-wrap {
  padding: 120px;
  color: #202020;
}
.tooltip-wrap .tooltip {
  display: inline;
  position: relative;
  cursor: pointer;
}
.tooltip-wrap .tooltip:hover .popup {
  opacity: 1;
}
.tooltip-wrap .tooltip.top-start .popup {
  top: -12px;
  left: -48px;
  transform: translateX(100%) translateY(-100%);
}
.tooltip-wrap .tooltip.top-start .popup::after {
  bottom: -5px;
  left: 8px;
}
.tooltip-wrap .tooltip.top-center .popup {
  top: -12px;
  left: 0;
  transform: translateX(25%) translateY(-100%);
}
.tooltip-wrap .tooltip.top-center .popup::after {
  bottom: -5px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%) translatey(50%);
}
.tooltip-wrap .tooltip.top-right .popup {
  top: -12px;
  left: auto;
  right: -8px;
  transform: translateX(0%) translateY(-100%);
}
.tooltip-wrap .tooltip.top-right .popup::after {
  bottom: -5px;
  right: 11px;
  transform: rotate(45deg);
}
.tooltip-wrap .tooltip.bottom-start .popup {
  bottom: -12px;
  left: -52px;
  transform: translateX(100%) translateY(100%);
}
.tooltip-wrap .tooltip.bottom-start .popup::after {
  top: -5px;
  left: 11px;
}
.tooltip-wrap .tooltip.bottom-center .popup {
  bottom: -12px;
  left: 0;
  transform: translateX(25%) translateY(100%);
}
.tooltip-wrap .tooltip.bottom-center .popup::after {
  top: -5px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%) translatey(50%);
}
.tooltip-wrap .tooltip.bottom-right .popup {
  bottom: -12px;
  left: auto;
  right: -8px;
  transform: translateX(0%) translateY(100%);
}
.tooltip-wrap .tooltip.bottom-right .popup::after {
  top: -5px;
  right: 11px;
  transform: rotate(45deg);
}
.tooltip-wrap .tooltip.left .popup {
  top: -8px;
  right: auto;
  left: -8px;
  transform: translateX(100%) translateY(0%);
}
.tooltip-wrap .tooltip.left .popup::after {
  bottom: 12px;
  left: -5px;
  transform: rotate(45deg);
}
.tooltip-wrap .tooltip.right .popup {
  top: -8px;
  right: 28px;
  left: auto;
  transform: translateX(0%) translateY(0%);
}
.tooltip-wrap .tooltip.right .popup::after {
  bottom: 12px;
  right: -5px;
  transform: rotate(45deg);
}
.tooltip-wrap .popup {
  opacity: 0;
  pointer-events: none;
  background-color: #E6E6E6;
  position: absolute;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 4px;
}
.tooltip-wrap .popup::after {
  content: ' ';
  height: 10px;
  width: 10px;
  background-color: #e6e6e6;
  position: absolute;
  transform: rotate(45deg);
}
.tooltip-wrap .label {
  position: relative;
  padding-right: 24px;
}
.tooltip-wrap .label::after {
  content: url(assets/notification-black.svg);
  height: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

/*# sourceMappingURL=main.css.map */
