/* Fonts */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Main wrap */
.b-uniqlo-autumn2018-page {
    padding: 0 5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

/* Header */
.b-uniqlo-autumn2018-page__header {
    width: 1020px;
    margin: 0 0 20px;
    padding: 15px;
    color: #000;
    background: #eee;
}

.b-uniqlo-autumn2018-page__header-wrap-link {
    display: flex;
    align-items: center;
    color: inherit;
}

.b-uniqlo-autumn2018-page__header-wrap-link:hover {
    color: inherit;
}

.b-uniqlo-autumn2018-page__header-logo {
    flex: 0 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.b-uniqlo-autumn2018-page__header-text {
    flex: 1 1 auto;
    margin: 0 25px 0 15px;
    font-size: 12px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    text-align: justify;
}

.b-uniqlo-autumn2018-page__header-link {
    flex: 0 0 auto;
    display: inline-block;
    padding: 12px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    color: #fff;
    background: #fe0000;
    transition: background 0.25s;
}

.b-uniqlo-autumn2018-page__header-wrap-link:hover .b-uniqlo-autumn2018-page__header-link,
.b-uniqlo-autumn2018-page__header-link:hover {
    color: #fff;
    background: #d6181f;
}

.b-uniqlo-autumn2018-page__header-link:before {
    content: ">";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
}

/* Tiles */
.b-uniqlo-autumn2018-page__tiles-row {
    margin: 0 0 20px;
    overflow: hidden; /* Clearfix */
}

.b-uniqlo-autumn2018-page__tile {
    position: relative;
    float: left;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

.b-uniqlo-autumn2018-page__tile + .b-uniqlo-autumn2018-page__tile {
    margin-left: 20px;
}

.b-uniqlo-autumn2018-page__tile--w1 {
    width: 760px;
    height: 400px;
}

.b-uniqlo-autumn2018-page__tile--w2 {
    width: 500px;
    height: 400px;
}

.b-uniqlo-autumn2018-page__tile--w3 {
    width: 300px;
    height: 600px;
}

.b-uniqlo-autumn2018-page__tile--w4 {
    width: 240px;
    height: 400px;
}

.b-uniqlo-autumn2018-page__tile-wrap-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
}

.b-uniqlo-autumn2018-page__tile-wrap-link:hover {
    color: inherit;
}

.b-uniqlo-autumn2018-page__tile-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25px 5px 25px 25px;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 11.25%, rgba(0, 0, 0, 0.9) 100%);
}

.b-uniqlo-autumn2018-page__tile-title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.b-uniqlo-autumn2018-page__tile-title--small {
    font-size: 18px;
    line-height: 22px;
}

.b-uniqlo-autumn2018-page__tile-text {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto, sans-serif;
}

.b-uniqlo-autumn2018-page__tile-link {
    display: block;
    width: 160px;
    height: 50px;
    margin: 25px 0 0;
    padding: 0 0 0 28px;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #fe0000;
    transition: background 0.25s;
}

.b-uniqlo-autumn2018-page__tile-wrap-link:hover .b-uniqlo-autumn2018-page__tile-link,
.b-uniqlo-autumn2018-page__tile-link:hover {
    color: #fff;
    background: #d6181f;
}

.b-uniqlo-autumn2018-page__tile-link:before {
    content: ">";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
}

/* History */
.b-uniqlo-autumn2018-page__history {
    width: 100%;
    height: 100%;
    padding: 25px 45px 20px;
    color: #000;
    background: #eee;
}

.b-uniqlo-autumn2018-page__history-wrap-link {
    color: inherit;
}

.b-uniqlo-autumn2018-page__history-wrap-link:hover {
    color: inherit;
}

.b-uniqlo-autumn2018-page__history-title {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff0000;
}

.b-uniqlo-autumn2018-page__history-events {
    margin: 0 0 15px;
}

.b-uniqlo-autumn2018-page__history-event {
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #a0a0a0;
}

.b-uniqlo-autumn2018-page__history-event:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.b-uniqlo-autumn2018-page__history-event-icon-wrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    width: 80px;
    margin: 0 8px 0 0;
}

.b-uniqlo-autumn2018-page__history-event-date {
    flex: 0 0 auto;
    width: 120px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
    margin: 0 8px 0 0;
}

.b-uniqlo-autumn2018-page__history-event-text {
    font-size: 14px;
    line-height: 1;
    font-family: Roboto, sans-serif;
}

.b-uniqlo-autumn2018-page__history-link {
    display: block;
    width: 265px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 44px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    text-align: center;
    color: #000;
    border: 3px solid #fe0000;
    transition: border 0.25s;
}

.b-uniqlo-autumn2018-page__history-wrap-link:hover .b-uniqlo-autumn2018-page__history-link,
.b-uniqlo-autumn2018-page__history-link:hover {
    color: #000;
    border-color: #d6181f;
}

.b-uniqlo-autumn2018-page__history-link:before {
    content: ">";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
}

/* Shopping */
.b-uniqlo-autumn2018-page__shopping {
    margin: 0 0 25px;
    padding: 10px;
    color: #000;
    background: #eee;
}

.b-uniqlo-autumn2018-page__shopping-wrap-link {
    display: flex;
    align-items: center;
    color: inherit;
}

.b-uniqlo-autumn2018-page__shopping-wrap-link:hover {
    color: inherit;
}

.b-uniqlo-autumn2018-page__shopping-img {
    display: block;
    max-width: 100%;
    height: auto;
}

.b-uniqlo-autumn2018-page__shopping-texts {
    margin: 0 0 0 30px;
}

.b-uniqlo-autumn2018-page__shopping-title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #ff0000;
}

.b-uniqlo-autumn2018-page__shopping-text {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
}

.b-uniqlo-autumn2018-page__shopping-text strong {
    color: #ff0000;
}

.b-uniqlo-autumn2018-page__shopping-link {
    display: block;
    width: 180px;
    height: 67px;
    margin: 0 0 0 auto;
    padding: 0 0 0 18px;
    font-weight: 700;
    font-size: 12px;
    line-height: 67px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #fe0000;
    transition: background 0.25s;
}

.b-uniqlo-autumn2018-page__shopping-wrap-link:hover .b-uniqlo-autumn2018-page__shopping-link,
.b-uniqlo-autumn2018-page__shopping-link:hover {
    color: #fff;
    background: #d6181f;
}

.b-uniqlo-autumn2018-page__shopping-link:before {
    content: ">";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 50%;
    vertical-align: middle;
}

/* Share buttons */
.b-uniqlo-autumn2018-page__share-btns {
    margin: 30px 0 30px;
    font-size: 14px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    text-align: center;
}

.b-uniqlo-autumn2018-page__share-btn {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 1px;
    vertical-align: middle;
    color: #fff;
    background: #fe0000;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    transition: background 0.3s;
}

.b-uniqlo-autumn2018-page__share-btn:focus:active {
    outline: none;
}

.b-uniqlo-autumn2018-page__share-btn:hover {
    background: #d6181f;
}

.b-uniqlo-autumn2018-page__share-btn:first-child {
    margin-left: 5px;
}

.b-uniqlo-autumn2018-page__share-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    fill: currentColor;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Hide the search form of the main layout */
#search-form {
    display: none;
}