@charset "UTF-8";
body, div, pre, p, a, img, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, figure {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  color: #000000;
  text-decoration: unset;
}

@media screen and (min-width: 1497px) {
  .main-visual .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -570px;
  }

  .main-visual .slick-arrow.slick-next {
    right: 50%;
    margin-right: -570px;
  }
}

@media screen and (max-width: 1496px) {
  .main-visual .slick-arrow.slick-prev {
    left: 20px;
  }

  .main-visual .slick-arrow.slick-next {
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  .fs-body-top #fs-page-error-container,
.fs-body-top .fs-c-panelContainer {
    display: none;
  }

  .fs-pt-carousel--fitImage .fs-pt-carousel__slide {
    text-align: center;
  }
  .fs-pt-carousel--fitImage .fs-pt-carousel__slide a {
    width: 100%;
    text-align: center;
    display: inline;
  }
  .fs-pt-carousel--fitImage .fs-pt-carousel__slide a img {
    width: auto;
    max-width: 1200px;
    display: inline-block;
  }

  .main-visual {
    position: relative;
  }
  .main-visual__slider li a {
    display: block;
    width: 100%;
  }
  .main-visual__slider li a img {
    width: 100%;
    max-width: 100%;
  }
  .main-visual .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    top: 50%;
    padding: 0;
  }
  .main-visual .slick-arrow::before {
    display: block;
    width: 30px;
    height: 30px;
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .main-visual .slick-arrow.slick-prev {
    transform: rotate(-135deg);
  }
  .main-visual .slick-arrow.slick-next {
    transform: rotate(45deg);
  }
  .main-visual .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
  }
  .main-visual .slick-dots li {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 2px;
    margin: 0;
    margin-right: 2px;
    padding: 0;
    cursor: pointer;
  }
  .main-visual .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #ffffff;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2px;
  }
  .main-visual .slick-dots li button::before {
    display: none;
  }
  .main-visual .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .main-visual__control {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-visual__control--arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
  }

  .brand-history {
    padding: 90px 0;
    border-bottom: solid 1px #efefef;
  }
  .brand-history__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f8f8f8;
  }
  .brand-history__left {
    width: 612px;
    padding: 30px 0 30px 30px;
  }
  .brand-history__right {
    width: 580px;
    padding-left: 66px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .brand-history__headline {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .brand-history__title {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .brand-history__detail {
    margin-bottom: 48px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .event-banner {
    padding: 90px 0;
    border-bottom: solid 1px #efefef;
  }
  .event-banner__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .event-banner__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .event-banner .image-zoom:hover img {
    transform: scale(1.1);
  }
  .event-banner .image-zoom img {
    transition: all 0.3s;
  }
  .event-banner__link {
    width: 100%;
    max-width: 1200px;
    height: 200px;
    overflow: hidden;
    display: block;
  }

  .top-topics {
    padding: 90px 0;
  }
  .top-topics .top-headline {
    margin-bottom: 40px;
  }
  .top-topics .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-topics .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-topics .image-zoom:hover img {
    transform: scale(1.1);
  }
  .top-topics .image-zoom img {
    transition: all 0.3s;
  }
  .top-topics .aw-textlink:hover p:after,
.top-topics .aw-textlink:hover span:after,
.top-topics .aw-textlink:hover .aw-text:after {
    transform: scale(1, 1);
  }
  .top-topics .aw-textlink p,
.top-topics .aw-textlink span,
.top-topics .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-topics .aw-textlink p:after,
.top-topics .aw-textlink span:after,
.top-topics .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-topics .aw-button {
    margin: 0 auto;
  }
  .top-topics__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top-topics__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-topics__item {
    margin-bottom: 40px;
  }
  .top-topics__item:not(:nth-of-type(4n)) {
    margin-right: 2.6666666667%;
  }
  .top-topics__link {
    width: 275px;
    display: block;
    text-align: center;
  }
  .top-topics__thumbnail {
    width: 275px;
    height: 126px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
  }
  .top-topics__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-topics__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top-pickupitem {
    padding: 90px 0;
    background-color: #f8f8f8;
  }
  .top-pickupitem .top-headline {
    margin-bottom: 40px;
  }
  .top-pickupitem .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-pickupitem .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-pickupitem .image-zoom:hover img {
    transform: scale(1.1);
  }
  .top-pickupitem .image-zoom img {
    transition: all 0.3s;
  }
  .top-pickupitem .aw-textlink:hover p:after,
.top-pickupitem .aw-textlink:hover span:after,
.top-pickupitem .aw-textlink:hover .aw-text:after {
    transform: scale(1, 1);
  }
  .top-pickupitem .aw-textlink p,
.top-pickupitem .aw-textlink span,
.top-pickupitem .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-pickupitem .aw-textlink p:after,
.top-pickupitem .aw-textlink span:after,
.top-pickupitem .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-pickupitem .aw-button {
    margin: 0 auto;
  }
  .top-pickupitem__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top-pickupitem__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-pickupitem__item {
    margin-bottom: 40px;
  }
  .top-pickupitem__item:not(:nth-of-type(4n)) {
    margin-right: 2.6666666667%;
  }
  .top-pickupitem__link {
    width: 275px;
    display: block;
  }
  .top-pickupitem__thumbnail {
    width: 275px;
    height: 275px;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .top-pickupitem__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-pickupitem__price {
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top-ranking {
    padding: 90px 0;
  }
  .top-ranking .top-headline {
    margin-bottom: 40px;
  }
  .top-ranking .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-ranking .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-ranking .image-zoom:hover img {
    transform: scale(1.1);
  }
  .top-ranking .image-zoom img {
    transition: all 0.3s;
  }
  .top-ranking .aw-textlink:hover p:after,
.top-ranking .aw-textlink:hover span:after,
.top-ranking .aw-textlink:hover .aw-text:after {
    transform: scale(1, 1);
  }
  .top-ranking .aw-textlink p,
.top-ranking .aw-textlink span,
.top-ranking .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-ranking .aw-textlink p:after,
.top-ranking .aw-textlink span:after,
.top-ranking .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-ranking .aw-button {
    margin: 0 auto;
  }
  .top-ranking__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .top-ranking__block {
    position: relative;
  }
  .top-ranking__control {
    position: absolute;
    top: 35%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-ranking__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .top-ranking__item {
    margin-bottom: 18px;
  }
  .top-ranking__item:not(:nth-of-type(5n)) {
    margin-right: 18px;
  }
  .top-ranking__link {
    width: 224px;
    padding-bottom: 2px;
    display: block;
    position: relative;
  }
  .top-ranking__number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .top-ranking__thumbnail {
    width: 224px;
    height: 224px;
    overflow: hidden;
    margin-bottom: 17px;
  }
  .top-ranking__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-ranking__price {
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .special-option {
    padding: 90px 0;
    border-bottom: solid 1px #efefef;
    background-color: #f8f8f8;
  }
  .special-option .top-headline {
    margin-bottom: 40px;
  }
  .special-option .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .special-option .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .special-option .image-zoom:hover img {
    transform: scale(1.1);
  }
  .special-option .image-zoom img {
    transition: all 0.3s;
  }
  .special-option__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .special-option__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .special-option .image-zoom:hover img {
    transform: scale(1.1);
  }
  .special-option .image-zoom img {
    transition: all 0.3s;
  }
  .special-option__link {
    width: 960px;
    height: 200px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }

  .top-news {
    padding: 90px 0;
  }
  .top-news .top-headline {
    margin-bottom: 40px;
  }
  .top-news .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-news .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-news__wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .top-news__left {
    margin-right: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .top-news__left .top-headline {
    margin-bottom: 24px;
  }
  .top-news__left .top-headline--jp {
    text-align: left;
  }
  .top-news__left .top-headline--en {
    text-align: left;
  }
  .top-news__list {
    width: 784px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-news__item {
    width: 380px;
    height: 128px;
    border-bottom: solid 1px #efefef;
  }
  .top-news__item:nth-of-type(1) {
    border-top: solid 1px #efefef;
  }
  .top-news__item:nth-of-type(2) {
    border-top: solid 1px #efefef;
  }
  .top-news__item:not(:nth-of-type(2n)) {
    margin-right: 24px;
  }
  .top-news__link {
    padding: 24px 0 24px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .top-news__link:hover .top-news__detail__tag {
    color: #ffffff;
  }
  .top-news__link::before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .top-news__thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
  }
  .top-news__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .top-news__detail {
    width: 70%;
    overflow: hidden;
  }
  .top-news__detail__tag {
    display: inline-block;
    background-color: #0a083d;
    color: #ffffff;
    margin-bottom: 4px;
    padding: 0 2px;
  }
  .top-news__detail__text {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0a083d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    margin-right: 6px;
  }
  .top-news__detail__date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #0a083d;
  }
}

@media screen and (max-width: 768px) {
  .fs-body-top #fs-page-error-container,
.fs-body-top .fs-c-panelContainer {
    display: none;
  }

  .main-visual {
    position: relative;
    width: 100%;
  }
  .main-visual__slider li a {
    display: block;
    width: 100%;
    padding: 133.3333333333% 0 0;
    position: relative;
    overflow: hidden;
  }
  .main-visual__slider li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: unset;
    height: 100%;
  }
  .main-visual .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    top: 50%;
    padding: 0;
    height: 15px;
    width: 15px;
  }
  .main-visual .slick-arrow::before {
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .main-visual .slick-arrow.slick-prev {
    transform: rotate(-135deg);
    left: 5%;
    margin-left: unset;
  }
  .main-visual .slick-arrow.slick-next {
    transform: rotate(45deg);
    right: 5%;
    margin-right: unset;
  }
  .main-visual .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .main-visual .slick-dots li {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 2px;
    margin: 0;
    margin-right: 2px;
    padding: 0;
    cursor: pointer;
  }
  .main-visual .slick-dots li button {
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #ffffff;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2px;
  }
  .main-visual .slick-dots li button::before {
    display: none;
  }
  .main-visual .slick-dots li.slick-active button {
    background-color: #000000;
  }
  .main-visual__control {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-visual__control .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    font-size: 0;
    top: -2px;
    padding: 0;
  }
  .main-visual__control .slick-arrow::before {
    display: block;
    width: 15px;
    height: 15px;
    content: "";
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .main-visual__control .slick-arrow.slick-prev {
    transform: rotate(-135deg);
    left: 5px;
  }
  .main-visual__control .slick-arrow.slick-next {
    transform: rotate(45deg);
    right: 5px;
  }
  .main-visual__control--arrow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
  }
  .main-visual__control--arrow .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main-visual__control--arrow .slick-dots li {
    margin-right: 2px;
  }
  .main-visual__control--arrow .slick-dots button {
    width: 32px;
    height: 2px;
    border: none;
    font-size: 0;
    background-color: transparent;
    background-color: #ffffff;
    display: block;
    padding: 0;
    margin: 0;
  }
  .main-visual__control--arrow .slick-dots .slick-active button {
    background-color: #000000;
  }

  .brand-history {
    padding: 10.6666666667% 0;
    border-bottom: solid 1px #efefef;
  }
  .brand-history__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .brand-history__left {
    padding: 8.5333333333% 8.5333333333% 0 8.5333333333%;
    width: 100%;
    background-color: #f8f8f8;
  }
  .brand-history__right {
    width: 100%;
    padding: 8.5333333333%;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .brand-history__right .aw-button {
    margin: 0 auto;
  }
  .brand-history__headline {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 2.1333333333%;
  }
  .brand-history__title {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 6.4%;
  }
  .brand-history__detail {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6.4%;
  }

  .event-banner {
    padding: 10.6666666667% 0;
    border-bottom: solid 1px #efefef;
  }
  .event-banner__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .event-banner__item:not(:last-of-type) {
    margin-bottom: 4.2666666667%;
  }
  .event-banner__link {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
  }
  .event-banner__link img {
    width: 100%;
  }

  .top-topics {
    padding: 10.6666666667% 0;
  }
  .top-topics .top-headline {
    margin-bottom: 6.4%;
  }
  .top-topics .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-topics .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-topics .aw-textlink p,
.top-topics .aw-textlink span,
.top-topics .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-topics .aw-textlink p:after,
.top-topics .aw-textlink span:after,
.top-topics .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-topics .aw-button {
    margin: 0 auto;
  }
  .top-topics__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .top-topics__item {
    margin-bottom: 8.5333333333%;
  }
  .top-topics__link {
    width: 100%;
    display: block;
    text-align: center;
  }
  .top-topics__thumbnail {
    width: 100%;
    padding: 45.5657492355% 0 0;
    overflow: hidden;
    margin-bottom: 2.6666666667%;
    position: relative;
  }
  .top-topics__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  .top-topics__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .top-pickupitem {
    padding: 10.6666666667% 0;
    background-color: #f8f8f8;
  }
  .top-pickupitem .top-headline {
    margin-bottom: 6.4%;
  }
  .top-pickupitem .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-pickupitem .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-pickupitem .aw-textlink p,
.top-pickupitem .aw-textlink span,
.top-pickupitem .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-pickupitem .aw-textlink p:after,
.top-pickupitem .aw-textlink span:after,
.top-pickupitem .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-pickupitem .aw-button {
    margin: 0 auto;
  }
  .top-pickupitem__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .top-pickupitem__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-pickupitem__item {
    width: 47.7064220183%;
    margin-bottom: 8.5333333333%;
  }
  .top-pickupitem__item:nth-child(odd) {
    margin-right: 4%;
  }
  .top-pickupitem__link {
    width: 100%;
    display: block;
  }
  .top-pickupitem__thumbnail {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 3.2%;
  }
  .top-pickupitem__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: unset;
  }
  .top-pickupitem__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-pickupitem__price {
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top-ranking {
    padding: 10.6666666667% 0;
  }
  .top-ranking .top-headline {
    margin-bottom: 6.4%;
  }
  .top-ranking .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-ranking .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-ranking .aw-textlink p,
.top-ranking .aw-textlink span,
.top-ranking .aw-textlink .aw-text {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .top-ranking .aw-textlink p:after,
.top-ranking .aw-textlink span:after,
.top-ranking .aw-textlink .aw-text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .top-ranking .aw-button {
    margin: 0 auto;
  }
  .top-ranking__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .top-ranking__block {
    position: relative;
  }
  .top-ranking__control {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-ranking__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 10.6666666667%;
  }
  .top-ranking__item {
    width: 32%;
    margin-bottom: 1.8%;
  }
  .top-ranking__item:not(:nth-of-type(3n)) {
    margin-right: 1.8%;
  }
  .top-ranking__item:nth-of-type(7), .top-ranking__item:nth-of-type(8), .top-ranking__item:nth-of-type(9), .top-ranking__item:nth-of-type(10) {
    display: none;
  }
  .top-ranking__link {
    display: block;
    position: relative;
  }
  .top-ranking__number {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 1;
  }
  .top-ranking__thumbnail {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
    border: solid 1px #f8f8f8;
    margin-bottom: 3.2%;
  }
  .top-ranking__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: unset;
  }
  .top-ranking__text {
    color: #333333;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .top-ranking__price {
    color: #333333;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .special-option {
    padding: 10.6666666667% 0;
    border-bottom: solid 1px #efefef;
    background-color: #f8f8f8;
  }
  .special-option .top-headline {
    margin-bottom: 6.4%;
  }
  .special-option .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .special-option .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .special-option__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .special-option__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .special-option__link {
    width: 100%;
    padding: 34.250764526% 0 0;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .special-option__link img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: unset;
  }

  .top-news {
    padding: 10.6666666667% 0;
  }
  .top-news .top-headline {
    margin-bottom: 6.4%;
  }
  .top-news .top-headline--en {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0a083d;
    text-align: center;
  }
  .top-news .top-headline--jp {
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    font-weight: bold;
  }
  .top-news .aw-button {
    margin: 0 auto;
  }
  .top-news__wrap {
    width: 87.2%;
    margin: 0 auto;
  }
  .top-news__list {
    margin-bottom: 8.5333333333%;
  }
  .top-news__item {
    border-bottom: solid 1px #efefef;
  }
  .top-news__item:first-of-type {
    border-top: solid 1px #efefef;
  }
  .top-news__link {
    padding: 4.5333333333% 0 4.5333333333% 2.1333333333%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .top-news__link::before {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 0;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    content: "";
    transform: rotate(45deg);
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  .top-news__thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 16px;
    overflow: hidden;
    position: relative;
  }
  .top-news__thumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
  }
  .top-news__detail {
    width: 70%;
  }
  .top-news__detail__tag {
    display: inline-block;
    background-color: #0a083d;
    color: #ffffff;
    margin-bottom: 4px;
    padding: 0 2px;
  }
  .top-news__detail__text {
    font-size: 13px;
    font-size: 1.3rem;
    color: #0a083d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    margin-right: 6px;
  }
  .top-news__detail__date {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    color: #0a083d;
  }
}