.fullscreen-banner {
  padding-right: 0;
  padding-left: 0; }
  .fullscreen-banner [class*="col"] {
    padding: 0; }
  .fullscreen-banner .row {
    margin: 0; }
  .fullscreen-banner > .row {
    position: relative; }
    .fullscreen-banner > .row::before, .fullscreen-banner > .row::after {
      pointer-events: none;
      position: absolute;
      content: "";
      display: block;
      height: 100%;
      width: calc((100vw - 1300px) / 2);
      z-index: 1; }
    .fullscreen-banner > .row::before {
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }
    .fullscreen-banner > .row::after {
      right: 0;
      background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%); }
  @media (max-width: 767.98px) {
    .fullscreen-banner {
      margin-bottom: 48px !important; } }

.experience-commerce_layouts-slickCarousel .slick-carousel .slick-list picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.experience-commerce_layouts-slickCarousel .slick-carousel .slick-dots {
  bottom: -45px; }

.experience-commerce_layouts-slickCarousel .mainbanner-with-text-position-container .image-heading-container {
  display: none !important; }

.experience-commerce_layouts-slickCarousel .slick-arrow {
  display: none !important; }

@media (min-width: 768px) {
  .experience-commerce_layouts-slickCarousel {
    height: 450px;
    overflow: hidden; }
    .experience-commerce_layouts-slickCarousel .slick-carousel .slick-list {
      height: 410px;
      max-width: 1300px;
      margin: 0 auto;
      overflow: visible; }
      .experience-commerce_layouts-slickCarousel .slick-carousel .slick-list picture img {
        height: 410px; } }

@media (max-width: 767.98px) {
  .experience-commerce_layouts-slickCarousel .container-fluid {
    padding: 0; }
  .experience-commerce_layouts-slickCarousel .slick-carousel .slick-dots {
    bottom: -30px; } }

.editorialRichText-component-container {
  margin-top: 100px; }
  .editorialRichText-component-container .col-12 {
    margin-bottom: 40px; }
  .editorialRichText-component-container h2 {
    position: relative;
    font-family: "Noto Serif JP", serif !important;
    font-weight: 500;
    font-style: normal;
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid var(--el-color-primary); }
    .editorialRichText-component-container h2 u {
      text-decoration: none; }
    .editorialRichText-component-container h2 + p {
      font-family: "Noto Serif JP", serif !important;
      font-weight: 500;
      font-style: normal;
      font-size: 16px; }
  @media (max-width: 767.98px) {
    .editorialRichText-component-container {
      margin-top: 60px; }
      .editorialRichText-component-container .col-12 {
        margin-bottom: 20px; }
      .editorialRichText-component-container h2 {
        font-size: 26px; } }

.experience-region > .experience-commerce_layouts-container:nth-child(1) .editorialRichText-component-container {
  margin-top: 50px; }

.experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .title {
  display: none; }

.experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list {
  border-top: 1px solid var(--el-line-grey); }
  .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsListInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    padding: 18px 0; }
  .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList {
    margin-bottom: 0;
    padding-bottom: 0;
    border-color: var(--el-line-grey);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList:hover {
      background-color: #efefef; }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList a {
      text-decoration: none; }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList .newsListDate {
      margin: 0 35px 0 0;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.6;
      color: var(--el-text); }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList .newsListTitle {
      position: relative;
      margin: 0;
      font-size: 16px;
      line-height: 1.6;
      color: var(--el-text); }

@media (max-width: 767.98px) {
  .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsListInner {
    padding: 18px 0; }
  .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList {
    margin-bottom: 0;
    padding-bottom: 0; }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList .newsListDate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 13px 0 0;
      font-size: 13px;
      line-height: 1.6;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px; }
    .experience-region > .experience-commerce_layouts-container:nth-child(1) .news-component .news-container .news-list .newsList .newsListTitle {
      font-size: 13px;
      line-height: 1.6; } }

.experience-region > .experience-commerce_layouts-container:nth-child(2) .carousel {
  border: 0; }

.experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel .carousel.indicators-md {
  padding-bottom: 40px; }

.experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 {
  padding: 10px 0 0; }
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(1) {
    font-family: "Noto Serif JP", serif !important;
    font-size: 20px; }
    .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(1) strong {
      font-weight: 500; }
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(2) {
    font-size: 14px; }
    .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(2) strong {
      font-weight: 400; }

@media (max-width: 991.98px) {
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(1) {
    font-size: 16px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel figcaption .col-12 span > p:nth-of-type(2) {
    font-size: 13px; } }

@media (max-width: 767.98px) {
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel .ITC-text-underneath p {
    letter-spacing: -.02em; }
  .experience-region > .experience-commerce_layouts-container:nth-child(2) .experience-commerce_layouts-carousel .ITC-text-underneath span {
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt'; } }

.experience-region > .experience-commerce_layouts-container:nth-child(3) {
  margin-top: 50px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .mobile-2r-1c {
    border: 1px solid var(--el-line-grey); }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .row {
    margin: 0 !important; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .col-12 {
    padding: 0 !important; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .region {
    margin: 0; }
    .experience-region > .experience-commerce_layouts-container:nth-child(3) .region:nth-of-type(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  @media (max-width: 575.98px) {
    .experience-region > .experience-commerce_layouts-container:nth-child(3) .region {
      padding: 0;
      max-width: 50% !important; }
      .experience-region > .experience-commerce_layouts-container:nth-child(3) .region:nth-of-type(2) {
        padding: 20px 0; }
    .experience-region > .experience-commerce_layouts-container:nth-child(3) .btn {
      width: auto;
      height: auto;
      padding: 1em 2em;
      font-size: 10px; } }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .experience-commerce_assets-editorialRichText {
    margin-top: 20px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .experience-commerce_assets-titleAndRichtextAndButtons {
    margin-bottom: 20px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .experience-commerce_assets-imageAndText,
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .ITC-container,
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .ITC-row,
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .image-component {
    height: 100%; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) picture {
    display: block;
    height: 100%;
    width: 100%; }
    .experience-region > .experience-commerce_layouts-container:nth-child(3) picture img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container {
    margin-top: 0; }
    .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container h3 {
      color: #525252;
      font-size: 65px;
      font-family: 'Area Normal', sans-serif !important; }
    .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container h4 {
      font-family: "Noto Serif JP", serif !important;
      font-weight: 400;
      font-size: 28px; }
    @media (max-width: 991.98px) {
      .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container .col-12 {
        margin-bottom: 13px; } }
    @media (max-width: 575.98px) {
      .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container h3 {
        margin-bottom: 0;
        font-size: 28px; }
      .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container h4 {
        margin-bottom: 10px;
        font-size: 12px; }
      .experience-region > .experience-commerce_layouts-container:nth-child(3) .editorialRichText-component-container p {
        font-size: 10px;
        line-height: 1.2; } }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .experience-commerce_assets-titleAndRichtextAndButtons {
    width: 100%; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .title-and-richtext-and-buttons-component-container .content {
    padding-top: 0; }
  .experience-region > .experience-commerce_layouts-container:nth-child(3) .title-and-richtext-and-buttons-component-container .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.1; }

.experience-region > .experience-commerce_layouts-container:nth-child(4) .carousel {
  border: 0; }

.experience-region > .experience-commerce_layouts-container:nth-child(4) .experience-commerce_layouts-carousel .carousel.indicators-md {
  padding-bottom: 40px; }

.experience-region > .experience-commerce_layouts-container:nth-child(4) .common-image-filter {
  -webkit-filter: none;
          filter: none; }

.experience-region > .experience-commerce_layouts-container:nth-child(4) .ITC-text-underneath {
  padding-right: 0;
  padding-left: 0; }
  .experience-region > .experience-commerce_layouts-container:nth-child(4) .ITC-text-underneath h4 {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: var(--el-text);
    border: 1px solid var(--el-text);
    padding: .2em .4em; }
  .experience-region > .experience-commerce_layouts-container:nth-child(4) .ITC-text-underneath p {
    text-align: left; }

.experience-region > .experience-commerce_layouts-container:nth-child(4) figcaption {
  margin-top: 1em; }

@media (max-width: 767.98px) {
  .experience-region > .experience-commerce_layouts-container:nth-child(4) .carousel {
    padding-bottom: 40px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(4) h4 {
    font-size: 13px; }
  .experience-region > .experience-commerce_layouts-container:nth-child(4) p {
    font-size: 14px; } }

.experience-region > .experience-commerce_layouts-container:nth-child(5) .region {
  margin-bottom: 30px; }

.experience-region > .experience-commerce_layouts-container:nth-child(5) .ITC-text-underneath h4 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important; }

@media (max-width: 767.98px) {
  .experience-region > .experience-commerce_layouts-container:nth-child(5) .ITC-text-underneath h4 {
    font-size: 20px;
    margin-top: 10px; } }

.experience-region .experience-commerce_layouts-carousel .carousel-control-prev,
.experience-region .experience-commerce_layouts-carousel .carousel-control-next {
  width: 30px;
  background-color: transparent; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-prev {
  left: -40px; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-next {
  right: -40px; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-prev-icon,
.experience-region .experience-commerce_layouts-carousel .carousel-control-next-icon {
  background-image: none;
  width: auto;
  height: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .experience-region .experience-commerce_layouts-carousel .carousel-control-prev-icon::before,
  .experience-region .experience-commerce_layouts-carousel .carousel-control-next-icon::before {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #8A8A8A !important;
    font-size: 26px; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-prev-icon::before {
  content: "\f104"; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-next-icon::before {
  content: "\f105"; }

.experience-region .experience-commerce_layouts-carousel .carousel-control-prev,
.experience-region .experience-commerce_layouts-carousel .carousel-control-next {
  top: 30% !important; }

@media (max-width: 1199.98px) {
  .experience-region .experience-commerce_layouts-carousel .carousel-control-prev,
  .experience-region .experience-commerce_layouts-carousel .carousel-control-next {
    top: 26% !important; } }

@media (max-width: 991.98px) {
  .experience-region .experience-commerce_layouts-carousel .carousel-control-prev,
  .experience-region .experience-commerce_layouts-carousel .carousel-control-next {
    top: 22% !important; } }

@media (max-width: 767.98px) {
  .experience-region .experience-commerce_layouts-carousel .carousel-control-prev,
  .experience-region .experience-commerce_layouts-carousel .carousel-control-next {
    top: 18% !important;
    width: 20px; }
  .experience-region .experience-commerce_layouts-carousel .carousel-control-prev {
    left: -19px; }
  .experience-region .experience-commerce_layouts-carousel .carousel-control-next {
    right: -19px; } }
