body {
	line-break: strict;
}

@media (max-width:734px) {
    .section-explore-portfolio .section-explore-portfolio-content {
        max-width: 280px;
    }
}

.section-shop-latest .section-shop-latest-grid .button-elevated:lang(ja) {
	padding-top: 12px;
	padding-bottom: 10px;
}

@media only screen and (min-width:1069px) {
    .section-hero-lower {
        grid-template-columns: 1fr 30px 860px 30px 1fr;
    }
}

@media only screen and (min-width:1069px) {
    .section-hero-lower-headline .typography-headline-elevated {
        width: 860px;
    }
}

@media only screen and (max-width:1068px) and (min-width:735px) {
    .section-hero-lower {
        grid-template-columns: minmax(30px,1fr) minmax(0,616px) minmax(30px,1fr);
    }
}

@media only screen and (max-width:1068px) and (min-width:735px) {
    .section-hero-lower-headline .typography-headline-elevated {
        width: 616px;
    }
}

@media (max-width: 734px) {
  .section-hero-lower {
    grid-template-columns: minmax(30px,1fr) minmax(0,332px) minmax(30px,1fr);
  }
}

@media (max-width: 734px) {
    .section-hero-lower-headline .typography-headline-elevated {
        width: 332px;
    }
}