@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap"); /* ----------------------------------------------------------------
  Extend
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  max-width: 100vw;
  min-width: 1090px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
}

.container {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: auto;
  }
}

.is_scrolled .container {
  overflow-x: visible;
}

/* SVGアイコン定義コンテナクラス */
.svg-defs {
  width: 0;
  height: 0;
  visibility: hidden;
}

/* SVGアイコンクラス */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  /* baselineより垂直方向にちょっとだけ下げる */
  top: 0.125em;
}

/* js非表示 */
.is_hide {
  display: none;
}

.u_font-ja {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
}
.u_font-en {
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
}
.u_font-weight-bold {
  font-weight: bold !important;
}
.u_font-weight-normal {
  font-weight: normal !important;
}
.u_font-color-red {
  color: #DD1D26 !important;
}
.u_font-color-orange {
  color: #E46127 !important;
}
.u_font-color-yellow {
  color: #fff100 !important;
}
.u_font-color-blue {
  color: #23AAE6 !important;
}
.u_font-color-gray {
  color: #888 !important;
}
.u_ta-left {
  text-align: left !important;
}
.u_ta-center {
  text-align: center !important;
}
.u_ta-right {
  text-align: right !important;
}
.u_va-top {
  vertical-align: top !important;
}
.u_va-middle {
  vertical-align: middle !important;
}
.u_va-bottom {
  vertical-align: bottom !important;
}
.u_width-10 {
  width: 10% !important;
}
.u_width-20 {
  width: 20% !important;
}
.u_width-30 {
  width: 30% !important;
}
.u_width-40 {
  width: 40% !important;
}
.u_width-50 {
  width: 50% !important;
}
.u_width-60 {
  width: 60% !important;
}
.u_width-70 {
  width: 70% !important;
}
.u_width-80 {
  width: 80% !important;
}
.u_width-90 {
  width: 90% !important;
}
.u_width-100 {
  width: 100% !important;
}
.u_mb-1 {
  margin-bottom: 1em !important;
}
.u_mb-2 {
  margin-bottom: 2em !important;
}
.u_mb-3 {
  margin-bottom: 3em !important;
}
.u_mb-4 {
  margin-bottom: 4em !important;
}
.u_mb-5 {
  margin-bottom: 5em !important;
}
.u_mb-6 {
  margin-bottom: 6em !important;
}

.show-pc {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}

.show-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-sp {
    display: inherit !important;
  }
}

.top {
  /* ----------------------------------------------------------------
    TOP
  ----------------------------------------------------------------- */
  /* container
  ----------------------------------------------- */
  /* section
  ----------------------------------------------- */
  /* TOP sectionごと
  ----------------------------------------------- */
}
.top-container .inner {
  width: 1050px;
  padding: 35px 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-container .inner {
    width: auto;
    padding: 25px 20px;
  }
}
.top-section {
  border-top: solid 4px #EFF1F5;
  overflow: hidden;
}
.top-section-btn {
  text-align: center;
  margin: 40px 0 0;
}
@media screen and (max-width: 1100px) {
  .top-section-btn {
    width: 100%;
    height: 50px;
    margin: 20px 0 0;
  }
}
.top-section-btn .btn-size-l {
  max-width: 80%;
}
.top-section-mv {
  visibility: hidden;
  margin: 0 auto 0px;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  border: none;
}
.top-section-mv a:hover img {
  opacity: 0.5;
}
.top-section-mv.swiper-initialized {
  visibility: visible;
}
.top-section-mv .top-mv-slider-item.swiper-slide {
  width: 600px;
  margin: 0 10px;
}
.top-section-mv .swiper-dots {
  padding-top: 20px;
  text-align: center;
}
.top-section-mv .swiper-dots .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999999;
  opacity: 1;
}
.top-section-mv .swiper-dots .swiper-pagination-bullet-active {
  background: #fff;
  border: solid 2px #000053;
}
.top-section-mv .swiper-prev, .top-section-mv .swiper-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  margin-top: -40px;
  z-index: 9;
}
.top-section-mv .swiper-prev::after, .top-section-mv .swiper-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.top-section-mv .swiper-prev:hover, .top-section-mv .swiper-next:hover {
  cursor: pointer;
  background: #000053;
}
.top-section-mv .swiper-prev {
  left: 50%;
  margin-left: -380px;
}
.top-section-mv .swiper-prev::after {
  left: 16px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.top-section-mv .swiper-prev:hover::after {
  border-color: #fff;
}
.top-section-mv .swiper-next {
  right: 50%;
  margin-right: -380px;
}
.top-section-mv .swiper-next::after {
  right: 16px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.top-section-mv .swiper-next:hover::after {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .top-section-mv .top-mv-slider-item.swiper-slide {
    width: 80%;
    margin: 0 5px;
  }
  .top-section-mv .swiper-dots {
    padding-top: 10px;
  }
}
.top-section-ranking .block-item-ranking-category-tab-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-section-ranking .item-list-slider-container .swiper-next,
  .top-section-ranking .item-list-slider-container .swiper-prev {
    display: none;
  }
}
.top-section-store {
  background-image: url(../images/top/top_shopinfo_bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
}
.top-section-store .inner {
  padding: 70px 0 80px;
}
.top-section-store .section-header {
  margin-bottom: 55px;
  color: #fff;
  text-align: center;
  font-size: 28px;
}
.top-section-store .btn {
  background-color: #fff;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .top-section-store .inner {
    padding: 35px 0 40px;
  }
  .top-section-store .section-header {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .top-section-store .btn {
    width: 70%;
    min-width: inherit;
    margin: 0 0 20px;
  }
  .top-section-store .btn:last-of-type {
    margin-bottom: 0;
  }
}
.top-section-usage .top-section-btn {
  margin-top: 0;
}
.top-section-category-sp .inner {
  padding-bottom: 0;
}
.top-section-category-sp .section-header {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top-section-topics {
    border-top: none;
  }
}
.top-important-info {
  border: 0;
  background: #FAF5F5;
  color: #DD1D26;
  padding: 15px 20px;
}
.top-important-info a {
  color: #DD1D26;
}
.top-important-info-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.top-important-info-item:last-child {
  margin-bottom: 0;
}
.top-important-info-item h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-important-info {
    width: auto;
  }
  .top-important-info-list-item {
    font-size: 12px;
  }
}
.top-popular-list {
  display: flex;
  margin-right: -18px;
}
.top-popular-item {
  width: 160px;
  margin-right: 18px;
}
.top-popular-item a:hover {
  text-decoration: underline;
}
.top-popular-item a:hover img {
  opacity: 0.5;
}
.top-popular-item-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.top-popular-item-img {
  display: block;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.top-popular-item:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-popular-list {
    flex-wrap: wrap;
    margin-right: -10px;
  }
  .top-popular-item {
    width: calc(33.3333333333vw - 20px);
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .top-popular-item-img {
    width: 100%;
    height: calc(33.3333333333vw - 20px);
    margin-bottom: 5px;
  }
}
.top-history-list {
  display: flex;
}
.top-history-item {
  width: 87px;
}
@media screen and (max-width: 767px) {
  .top-history-list {
    margin-right: -20px;
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .top-history-item {
    width: 70px !important;
    margin-right: 22px;
  }
}
.top-edit-block {
  display: flex;
  justify-content: space-between;
}
.top-edit-list {
  display: flex;
  margin-right: -18px;
}
.top-edit-list-container {
  position: relative;
}
.top-edit-list-container .swiper-prev, .top-edit-list-container .swiper-next {
  position: absolute;
  top: 93px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 100;
}
.top-edit-list-container .swiper-prev::after, .top-edit-list-container .swiper-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.top-edit-list-container .swiper-prev:hover, .top-edit-list-container .swiper-next:hover {
  cursor: pointer;
  background: #000053;
}
@media screen and (max-width: 767px) {
  .top-edit-list-container .swiper-prev, .top-edit-list-container .swiper-next {
    display: none;
  }
}
.top-edit-list-container .swiper-prev {
  left: -20px;
}
.top-edit-list-container .swiper-prev::after {
  left: 16px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.top-edit-list-container .swiper-prev:hover::after {
  border-color: #fff;
}
.top-edit-list-container .swiper-next {
  right: -20px;
}
.top-edit-list-container .swiper-next::after {
  right: 16px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.top-edit-list-container .swiper-next:hover::after {
  border-color: #fff;
}
.top-edit-list-container .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.top-edit-list-wrapper {
  overflow: hidden;
}
.top-edit-item {
  width: calc(33.3333333333% - 18px);
  margin-right: 18px;
}
.top-edit-item:hover .top-edit-item-text {
  text-decoration: underline;
}
.top-edit-item:hover img {
  opacity: 0.5;
}
.top-edit-item-img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.top-edit-item-text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-edit-list {
    display: flex;
    margin-right: 0px;
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .top-edit-list-container {
    margin-right: -20px;
  }
  .top-edit-item {
    width: calc(75% - 12px);
    margin-right: 12px;
    flex-shrink: 0;
  }
  .top-edit-item-img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .top-edit-item-text {
    font-size: 12px;
  }
}
.top-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-bottom: 30px;
}
.top-category-item {
  width: 160px;
  margin-right: 18px;
  margin-bottom: 30px;
}
.top-category-item-title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.top-category-item-img {
  display: block;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  overflow: hidden;
}
.top-category-item-img.pc {
  display: block;
}
.top-category-item-img.pc img {
  width: 160px;
  height: 160px;
}
.top-category-item-img.sp {
  display: none;
}
.top-category-item a:hover {
  text-decoration: underline;
}
.top-category-item a:hover img {
  opacity: 0.5;
}
.top-category-pickup-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-bottom: 30px;
}
.top-category-pickup-item {
  width: calc(25% - 18px);
  margin-right: 18px;
  margin-bottom: 20px;
}
.top-category-pickup-item a {
  display: flex;
  align-items: center;
}
.top-category-pickup-item a:hover {
  text-decoration: underline;
}
.top-category-pickup-item a:hover img {
  opacity: 0.5;
}
.top-category-pickup-item-img {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
}
.top-category-pickup-item-title {
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top-category-list {
    flex-wrap: wrap;
    margin-right: -19px;
  }
  .top-category-item {
    width: calc(25% - 19px);
    margin-right: 19px;
    margin-bottom: 20px;
  }
  .top-category-item-title {
    font-size: 12px;
  }
  .top-category-item-img {
    width: 100%;
    height: calc(25vw - 20px);
    margin-bottom: 5px;
  }
  .top-category-item-img.pc {
    display: none;
  }
  .top-category-item-img.sp {
    display: block;
  }
  .top-category-pickup-list {
    justify-content: space-between;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .top-category-pickup-item {
    width: calc(50% - 6.5px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .top-category-pickup-item-img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
  .top-category-pickup-item-title {
    font-size: 12px;
  }
}
.top-brand-block {
  display: flex;
  justify-content: space-between;
}
.top-brand-pickup-list {
  width: 240px;
}
.top-brand-pickup-item {
  margin-bottom: 20px;
}
.top-brand-pickup-item img {
  display: block;
  width: 240px;
  height: 240px;
}
.top-brand-pickup-item a:hover {
  text-decoration: underline;
}
.top-brand-pickup-item a:hover img {
  opacity: 0.5;
}
.top-brand-list {
  width: 798px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
}
.top-brand-item {
  width: 115px;
  margin-right: 18px;
  margin-bottom: 10px;
}
.top-brand-item a:hover img {
  opacity: 0.5;
}
.top-brand-item a:hover .top-brand-item-name .en {
  text-decoration: underline;
}
.top-brand-item a:hover .top-brand-item-name .ja {
  text-decoration: underline;
}
.top-brand-item-img {
  display: block;
  width: 115px;
  height: 115px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-brand-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.top-brand-item-name {
  display: block;
  text-align: center;
  line-height: 1.1;
}
.top-brand-item-name .ja {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.top-brand-item-name .en {
  display: block;
  font-size: 11px;
  color: #888888;
}
@media screen and (max-width: 767px) {
  .top-brand-block {
    flex-direction: column;
  }
  .top-brand-pickup-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .top-brand-pickup-item {
    margin-bottom: 0px;
  }
  .top-brand-pickup-item img {
    display: block;
    width: calc(50vw - 25.5px);
    height: calc(50vw - 25.5px);
  }
  .top-brand-list {
    width: auto;
    margin-right: -9px;
  }
  .top-brand-item {
    width: calc(25% - 9px);
    margin-right: 9px;
  }
  .top-brand-item:nth-child(n+13) {
    display: none;
  }
  .top-brand-item-img {
    width: 100%;
    height: calc(25vw - 16.75px);
  }
  .top-brand-item-name .ja {
    font-size: 12px;
  }
  .top-brand-item-name .en {
    font-size: 10px;
  }
}
.top-movie-list {
  display: flex;
  margin-right: -18px;
  margin-bottom: 30px;
}
.top-movie-list-wrapper {
  overflow: hidden;
}
.top-movie-list-title {
  margin-bottom: 25px;
  color: #000053;
  font-size: 18px;
  font-weight: 600;
}
.top-movie-list-container {
  position: relative;
}
.top-movie-list-container .swiper-prev, .top-movie-list-container .swiper-next {
  position: absolute;
  top: 45px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  z-index: 100;
}
.top-movie-list-container .swiper-prev::after, .top-movie-list-container .swiper-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
.top-movie-list-container .swiper-prev:hover, .top-movie-list-container .swiper-next:hover {
  cursor: pointer;
  background: #000053;
}
@media screen and (max-width: 767px) {
  .top-movie-list-container .swiper-prev, .top-movie-list-container .swiper-next {
    display: none;
  }
}
.top-movie-list-container .swiper-prev {
  left: -20px;
}
.top-movie-list-container .swiper-prev::after {
  left: 16px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.top-movie-list-container .swiper-prev:hover::after {
  border-color: #fff;
}
.top-movie-list-container .swiper-next {
  right: -20px;
}
.top-movie-list-container .swiper-next::after {
  right: 16px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.top-movie-list-container .swiper-next:hover::after {
  border-color: #fff;
}
.top-movie-list-container .swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.top-movie-item-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.top-movie-item-text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.top-movie-item a:hover {
  text-decoration: underline;
}
.top-movie-item a:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top-movie-list {
    margin-right: 0px;
    padding-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .top-movie-list-container {
    margin-right: -20px;
  }
  .top-movie-item {
    width: 36vw !important;
    margin-right: 12px;
    flex-shrink: 0;
  }
}
.top-feature-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
}
.top-feature-list-title {
  margin-bottom: 25px;
  color: #000053;
  font-size: 18px;
  font-weight: 600;
}
.top-feature-item {
  width: calc(25% - 18px);
  margin-right: 18px;
  margin-bottom: 30px;
}
.top-feature-item-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.top-feature-item-text {
  display: block;
  font-size: 14px;
  line-height: 1.4;
}
.top-feature-item a:hover {
  text-decoration: underline;
}
.top-feature-item a:hover img {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top-feature-list {
    justify-content: space-between;
    margin-right: 0px;
  }
  .top-feature-item {
    width: calc(50% - 5.5px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .top-feature-item-img {
    margin-bottom: 5px;
  }
  .top-feature-item-text {
    font-size: 12px;
  }
}
.top-blog-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-blog-item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
.top-blog-item:nth-child(n+5) {
  display: none;
}
.top-blog-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-blog-item a:hover {
  outline: 3px solid #EFF1F5;
  outline-offset: 8px;
}
.top-blog-item-img {
  width: calc(50% - 10px);
}
.top-blog-item-text {
  width: calc(50% - 10px);
  display: block;
}
.top-blog-item-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.top-blog-item-name {
  display: flex;
  align-items: center;
}
.top-blog-item-name-text {
  font-size: 12px;
  line-height: 1.3;
  color: #555555;
}
.top-blog-item-name-img {
  flex-shrink: 0;
  margin-right: 10px;
}
.top-blog-item-name-img img {
  width: 32px;
  height: 32px;
  border-radius: 32px;
}
@media screen and (max-width: 767px) {
  .top-blog-list {
    flex-direction: column;
  }
  .top-blog-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-blog-item-img {
    width: calc(50% - 5.5px);
  }
  .top-blog-item-text {
    width: calc(50% - 5.5px);
  }
  .top-blog-item-title {
    font-size: 12px;
  }
  .top-blog-item-name-text {
    font-size: 10px;
  }
  .top-blog-item-name-img {
    margin-right: 7px;
  }
  .top-blog-item-name-img img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
}
.top-usage-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -18px;
}
.top-usage-item {
  width: 160px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.top-usage-item a:hover {
  text-decoration: underline;
}
.top-usage-item a:hover img {
  opacity: 0.5;
}
.top-usage-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
  min-height: 228px;
}
.top-usage-item-img.sp {
  display: none;
}
.top-usage-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.top-usage-item-title {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
.top-usage-item:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-usage-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .top-usage-list::after {
    display: block;
    content: "";
    width: calc(33.3333333333% - 10px);
  }
  .top-usage-item {
    width: calc(33.3333333333% - 10px);
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .top-usage-item-img {
    min-height: inherit;
    margin-bottom: 10px;
  }
  .top-usage-item-img.pc {
    display: none;
  }
  .top-usage-item-img.sp {
    display: flex;
  }
  .top-usage-item-title {
    font-size: 12px;
  }
}
.top-inspiration-list {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}
.top-inspiration-item {
  width: 170px;
  height: 170px;
}
.top-inspiration-item:first-child {
  width: 346px;
  height: 346px;
  grid-column: 1/2;
  grid-row: 1/3;
}
.top-inspiration-item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.top-inspiration-item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.top-inspiration-item:nth-child(4) {
  width: 346px;
  height: 346px;
  grid-column: 3/4;
  grid-row: 1/3;
}
.top-inspiration-item:nth-child(5) {
  grid-column: 4/5;
  grid-row: 1/2;
}
.top-inspiration-item:nth-child(6) {
  grid-column: 4/5;
  grid-row: 2/3;
}
.top-inspiration-item:nth-child(n+7) {
  display: none;
}
.top-inspiration-item a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top-inspiration-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 2fr 0.95fr 2fr 0.95fr;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }
  .top-inspiration-item {
    width: calc(50vw - 25.5px);
    height: calc(50vw - 25.5px);
  }
  .top-inspiration-item a {
    display: block;
  }
  .top-inspiration-item a img {
    vertical-align: top;
  }
  .top-inspiration-item:first-child {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .top-inspiration-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .top-inspiration-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .top-inspiration-item:nth-child(4) {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    grid-column: 1/3;
    grid-row: 3/4;
  }
  .top-inspiration-item:nth-child(5) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .top-inspiration-item:nth-child(6) {
    grid-column: 2/3;
    grid-row: 4/5;
  }
}
.top-media-list {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  margin-right: -18px;
}
.top-media-item {
  width: 160px;
  margin-right: 18px;
}
.top-media-item-img {
  display: block;
}
.top-media-item a:hover {
  opacity: 0.5;
}
.top-media-sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-media-sns-item {
  width: 34px;
  margin: 0 6px;
}
.top-media-sns-item a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .top-media-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-right: 0px;
  }
  .top-media-item {
    width: calc(50vw - 25.5px);
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.top-store-btns {
  display: flex;
  justify-content: center;
}
.top-store-btns .btn {
  margin: 0 10px;
}
.top-store-btns a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .top-store-btns {
    flex-direction: column;
    align-items: center;
  }
  .top-store-btns .btn {
    margin: 0 0 10px;
  }
}
.top-beginner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-beginner-item {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
.top-beginner-item a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-beginner-item a:hover {
  text-decoration: underline;
}
.top-beginner-item a:hover img {
  opacity: 0.5;
}
.top-beginner-item-img {
  width: calc(50% - 10px);
}
.top-beginner-item-text {
  width: calc(50% - 10px);
  display: block;
}
.top-beginner-item-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.top-beginner-item-description {
  font-size: 12px;
  color: #555555;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top-beginner-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-beginner-item-title {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .top-beginner-item-description {
    font-size: 11px;
  }
  .top-beginner-item-img {
    width: calc(50% - 5.5px);
  }
  .top-beginner-item-text {
    width: calc(50% - 5.5px);
  }
}
.top-topics-list {
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
  line-height: 1.6;
}
.top-topics-item {
  border-bottom: 1px solid #E5E5E5;
}
.top-topics-item a:hover {
  text-decoration: underline;
}
.top-topics-item-link {
  display: block;
}
.top-topics-item-inner {
  width: 100%;
  padding: 26px 0;
  display: flex;
  align-items: center;
}
.top-topics-item-date {
  min-width: 6em;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0 10px 0 0;
}
.top-topics-item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-topics-list {
    border: 0;
    font-size: 12px;
  }
  .top-topics-item {
    border: 0;
    margin: 0 0 19px;
  }
  .top-topics-item:last-child {
    margin-bottom: 0;
  }
  .top-topics-item-inner {
    padding: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-topics-item-date {
    width: auto;
    margin: 0 0 3px;
  }
  .top-topics-item-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
  }
}
.top-service-list {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.top-service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 15px;
}
.top-service-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  margin-bottom: 15px;
  border: solid 1px #D6D9DE;
  border-radius: 100px;
}
.top-service-item-icon.icon_truck img {
  width: 55px;
  height: auto;
}
.top-service-item-icon.icon_coupon img {
  width: 34px;
  height: auto;
}
.top-service-item-icon.icon_amazon img {
  width: 47px;
  height: auto;
}
.top-service-item-icon.icon_point img {
  width: 23px;
  height: auto;
}
.top-service-item-text {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .top-service-list {
    flex-wrap: wrap;
  }
  .top-service-item {
    width: 50%;
    margin: 0 0 15px;
  }
  .top-service-item-icon {
    width: 72px;
    height: 72px;
  }
  .top-service-item-text {
    font-size: 12px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style_top.css.map */