@charset "UTF-8";
/*!
Theme Name: Top Gear JAPAN
*/
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: bottom;
  box-sizing: border-box;
}

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;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

button:focus,
a:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

del {
  color: #333;
}

ins {
  text-decoration: none;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 24px;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

small {
  font-size: smaller;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  height: auto;
}

embed, iframe, img, object, figure {
  max-width: 100%;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.video-container .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kattene {
  -webkit-animation: fadein 2s ease 0s 1 normal;
  animation: fadein 2s ease 0s 1 normal;
}

.kattene__title,
.kattene__description {
  font-size: 1.1em !important;
  font-weight: bold;
}

.kattene__title a:hover {
  text-decoration: none;
}

img.lazyload, img.lazyloading {
  display: block;
  font-size: 0px;
  height: 0px !important;
  max-height: 0px !important;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px;
}

@supports (--custom: property) {
  [style*="--aspect-ratio"].lazyload, [style*="--aspect-ratio"].lazyloading {
    padding-bottom: calc(100%/(var(--aspect-ratio)));
  }
}
.lazyload, .lazyloading {
  opacity: 1;
}

.lazyload, .lazyloaded {
  opacity: 1;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img.lazyload {
  height: auto;
}

figure.wp-block-image {
  display: inline-block;
}

figure.wp-block-image.alignwide, figure.wp-block-image.alignfull {
  display: block;
}

.wp-video {
  width: 100% !important;
  margin-bottom: 1em;
}

/* Basic structure */
@-webkit-keyframes lazy-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lazy-image {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img.lazyloaded {
  -webkit-animation: lazy-image 0.5s;
  animation: lazy-image 0.5s;
  transform-origin: center center;
}

img.lazyload,
img.lazyloading {
  background-image: none !important;
}

.latest_special img.lazyload,
.latest_special img.lazyloading,
.loop-article-box img.lazyload,
.loop-article-box img.lazyloading {
  background-color: #000 !important;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS P Gothic", sans-serif;
  color: #fff;
  background-color: #091f29;
}
body.single, body.post-type-archive-shop {
  color: #091f29;
  background-color: #fff;
}

.swiper-outer-wrapper {
  margin-bottom: 2rem;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 300px;
}
.entry-content .swiper-container li {
  list-style: none;
  margin: 0;
}
.swiper-container .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 56.25%;
  width: 100%;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}
.gallery-top.loading {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}
.gallery-top img {
  min-width: 100%;
}

.gallery-thumbs-wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}
.gallery-thumbs-wrapper.slide-num-1 {
  display: none;
  max-width: 160px;
}
.gallery-thumbs-wrapper.slide-num-2 .swiper-button-prev,
.gallery-thumbs-wrapper.slide-num-2 .swiper-button-next, .gallery-thumbs-wrapper.slide-num-3 .swiper-button-prev,
.gallery-thumbs-wrapper.slide-num-3 .swiper-button-next, .gallery-thumbs-wrapper.slide-num-4 .swiper-button-prev,
.gallery-thumbs-wrapper.slide-num-4 .swiper-button-next {
  display: none !important;
}
.gallery-thumbs-wrapper.loading {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s 0.3s, opacity 0.3s 0.3s;
}

.swiper-button-prev,
.swiper-button-next {
  filter: drop-shadow(rgba(0, 0, 0, 0.6) 0px 0px 4px);
  color: #fff;
  box-sizing: border-box;
  width: 44px !important;
  height: 44px !important;
  padding: 8px;
  background: none;
  transition: all 0.3s ease-in-out;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.swiper-button-prev:hover, .swiper-button-prev:active, .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-next:focus {
  background-color: #091f29;
}
.swiper-button-prev:hover svg, .swiper-button-prev:active svg, .swiper-button-prev:focus svg,
.swiper-button-next:hover svg,
.swiper-button-next:active svg,
.swiper-button-next:focus svg {
  color: #79d6f2 !important;
}

.swiper-button.gallery-pager-button a {
  display: block;
  width: 27px;
  height: 44px;
}

.gallery-thumbs {
  height: 13.7931%;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.9;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  position: relative;
}
.gallery-thumbs .swiper-slide-thumb-active:after {
  content: "";
  height: 3px;
  background: #79d6f2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-thumbs .swiper-button-wrapper {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-thumbs .swiper-button-wrapper .swiper-button-prev,
.gallery-thumbs .swiper-button-wrapper .swiper-button-next {
  margin: 0.5rem;
  background-color: #fff;
  color: #091f29;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
}
.gallery-thumbs .swiper-button-wrapper .swiper-button-prev:hover, .gallery-thumbs .swiper-button-wrapper .swiper-button-prev:active, .gallery-thumbs .swiper-button-wrapper .swiper-button-prev:focus,
.gallery-thumbs .swiper-button-wrapper .swiper-button-next:hover,
.gallery-thumbs .swiper-button-wrapper .swiper-button-next:active,
.gallery-thumbs .swiper-button-wrapper .swiper-button-next:focus {
  background-color: #091f29;
  color: #79d6f2;
}
.gallery-thumbs:hover .swiper-button-wrapper {
  opacity: 1;
}

#pc-search-wrapper {
  background-color: #0d2e3d;
  display: none;
}
#pc-search-wrapper .inner {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#pc-search-wrapper .inner form {
  flex: 0 0 calc(100% - 44px);
  position: relative;
}
#pc-search-wrapper .inner input[type=text] {
  background-color: #fff;
  padding: 8px calc(2.75rem + 8px) 8px 8px;
  box-sizing: border-box;
  color: #0d2e3d;
  transition: all 0.3s ease-in-out;
  height: 2.75rem;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  width: 100%;
}
#pc-search-wrapper .inner input[type=text]:focus {
  outline: #79d6f2 solid 4px;
  outline-offset: -4px;
}
#pc-search-wrapper .inner input[type=submit] {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 0;
  width: 2.75rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20stroke%3D%22currentColor%22%20fill%3D%22currentColor%22%20stroke-width%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20color%3D%22%23000%22%20data-testid%3D%22SvgGelIconSearch%22%3E%3Cpath%20d%3D%22M32%2028.5l-8.2-8.2c3.4-5.1%202.9-12-1.6-16.4C19.7%201.3%2016.3%200%2013%200%209.7%200%206.3%201.3%203.8%203.8c-5.1%205.1-5.1%2013.3%200%2018.4C6.3%2024.7%209.7%2026%2013%2026c2.5%200%205.1-.7%207.3-2.2l8.2%208.2%203.5-3.5zM6.6%2019.4C4.9%2017.7%204%2015.4%204%2013s.9-4.7%202.6-6.4C8.3%204.9%2010.6%204%2013%204c2.4%200%204.7.9%206.4%202.6%203.5%203.5%203.5%209.2%200%2012.7-1.7%201.7-4%202.6-6.4%202.6s-4.7-.8-6.4-2.5z%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
}
#pc-search-wrapper .inner .close-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#pc-search-wrapper .inner .close-button button {
  width: 40px;
  background-color: transparent;
  border: 0;
  color: #fff;
}
#pc-search-wrapper .inner .close-button .text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border: 0px none;
}

/* form fields */
button,
input,
textarea {
  border: 1px solid #aaa;
  font-family: inherit;
  padding: 6px;
}

textarea {
  overflow: auto;
  resize: vertical;
}

input[type=checkbox],
input[type=radio],
input[type=file],
input[type=hidden],
input[type=image],
input[type=color] {
  border: 0;
  border-radius: 0;
  padding: 0;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=select],
article.post-password-required input[type=submit] {
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  transition: background-color 0.1s 0.1s, color 0.1s 0.1s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
article.post-password-required input[type=submit]:hover {
  color: #000;
  background-color: #fff;
}

.navbar button:hover {
  background-color: transparent;
}

button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active {
  color: #777;
  background-color: #e1e1e1;
}

a {
  outline: none;
  color: #1f6d91;
  transition: color 0.2s;
}

a:hover {
  color: #0f3647;
}

.float-container {
  display: -ms-grid;
  display: grid;
  gap: 0rem;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
}

#secondary {
  margin-left: auto;
  margin-right: auto;
}

.long-term-reviews-nav ol,
body:not(.single-over-header-template) #page,
body.single-over-header-template .single-over-header-page-header-wrapper .inner,
body.single-over-header-template .single-over-header-page-wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

body.single-over-header-template .single-over-header-page-wrapper,
body:not(.single-over-header-template) #page {
  margin-top: 1.5rem;
}

.site {
  margin: 0 auto;
  padding: 0;
}

body:not(.single-over-header-template) #main {
  clear: both;
  padding: 1rem;
}

body.single-over-header-template .single-over-header-page-header-wrapper .inner,
body.single-over-header-template .single-over-header-page-wrapper {
  clear: both;
  padding: 1rem;
}

.site-content {
  width: 100%;
  margin: 0;
  padding: 0 0 3rem;
}

#disqus_thread {
  display: flex;
  flex-direction: column-reverse;
}

.site-header {
  padding: 0;
  background: #0d2e3d;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0.5rem 0;
  height: 72px;
}
.site-header .header-top {
  display: none;
}
.site-header .site-title img {
  height: 56px;
  width: auto;
}
.site-header h1 {
  font-size: 1em;
  line-height: 1.3;
}
.site-header h1 span.site_name_ja {
  font-size: 12px;
  color: #aaa;
  padding-left: 40px;
}
.site-header h1 a img {
  opacity: 1;
}
.site-header .site-title a,
.site-header h2 a {
  color: #515151;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
.site-header .site-title a:hover,
.site-header h2 a:hover {
  color: #aaa;
}
.site-header h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

.mobile-menu-link {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}
.mobile-menu-link a {
  color: #fff;
  text-decoration: none;
}

.entry-header {
  margin-bottom: 25px;
}
.entry-header .entry-title {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: bold;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.entry-header .entry-title a {
  text-decoration: none;
}
.entry-header .entry-title:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  background: #79d6f2;
  width: 82px;
  height: 2px;
}

body.single-over-header-template .single-over-header-page-header-wrapper {
  background-color: #091f29;
}
body.single-over-header-template .single-over-header-page-header-wrapper h1, body.single-over-header-template .single-over-header-page-header-wrapper h2, body.single-over-header-template .single-over-header-page-header-wrapper .excerpt-wrapper * {
  color: #fff;
}
body.single-over-header-template .single-over-header-page-header-wrapper .single-category-link li a {
  background-color: #091f29;
}

.archive-title {
  font-size: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  padding: 0 0 2rem;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
.archive-title:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 82px;
  height: 2px;
  background-color: #79d6f2;
}

body.single-over-header-template single-over-header-page-header-wrapper:after,
body.single:not(.single-over-header-template) .site-header:after {
  content: "";
  display: block;
  position: relative;
  left: 0px;
  width: 100%;
  height: 13px;
  background-image: linear-gradient(to right, #295063, #00798b);
}

.page-title {
  font-size: 24px;
  font-weight: bold;
  color: #454545;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  line-height: 40px;
  margin-bottom: 40px;
}

.search-header .page-title {
  color: #fff;
  border-color: #79d6f2;
}

.header-sns-wrapper ul {
  padding: 5px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-sns-wrapper ul ul {
  width: 80%;
}
.header-sns-wrapper ul li {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sns-wrapper ul li img {
  position: absolute;
  top: 0;
}
.header-sns-wrapper ul li a {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
}
.header-sns-wrapper ul li a:not(.no-hover):hover img, .header-sns-wrapper ul li a:not(.no-hover):focus img, .header-sns-wrapper ul li a:not(.no-hover):active img {
  top: -32px;
}
.header-sns-wrapper ul li span.icon {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.header-sns-wrapper ul li.topgear-uk span.icon {
  width: 50px;
}
.header-sns-wrapper ul li a:hover, .header-sns-wrapper ul li a:focus, .header-sns-wrapper ul li a:active {
  color: #79d6f2;
  text-decoration: underline;
}
.header-sns-wrapper:not(.mobile) {
  display: none;
}

#mobile-navigation {
  position: absolute;
  background-color: #0d2e3d;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  transform: translateX(100%);
  transition: visibility 0.3s 0.3s, transform 0.3s;
  padding: 0;
  z-index: 9999999;
}
#mobile-navigation.is-active {
  transform: translateX(0);
}
#mobile-navigation .mobile-navigation-header {
  padding: 0.5rem 0;
  position: relative;
}
#mobile-navigation .mobile-navigation-form-wrapper {
  position: relative;
  margin-bottom: 0.75rem;
}
#mobile-navigation .mobile-navigation-form-wrapper input[type=text] {
  border-radius: 0;
  border: 0;
  width: 100%;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.375rem;
  display: block;
  min-height: 2rem;
  padding-right: 2.2rem;
}
#mobile-navigation .mobile-navigation-form-wrapper input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20stroke%3D%22currentColor%22%20fill%3D%22currentColor%22%20stroke-width%3D%220%22%20width%3D%2220%22%20height%3D%2220%22%20color%3D%22%23000%22%20data-testid%3D%22SvgGelIconSearch%22%3E%3Cpath%20d%3D%22M32%2028.5l-8.2-8.2c3.4-5.1%202.9-12-1.6-16.4C19.7%201.3%2016.3%200%2013%200%209.7%200%206.3%201.3%203.8%203.8c-5.1%205.1-5.1%2013.3%200%2018.4C6.3%2024.7%209.7%2026%2013%2026c2.5%200%205.1-.7%207.3-2.2l8.2%208.2%203.5-3.5zM6.6%2019.4C4.9%2017.7%204%2015.4%204%2013s.9-4.7%202.6-6.4C8.3%204.9%2010.6%204%2013%204c2.4%200%204.7.9%206.4%202.6%203.5%203.5%203.5%209.2%200%2012.7-1.7%201.7-4%202.6-6.4%202.6s-4.7-.8-6.4-2.5z%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center center no-repeat;
  width: 2rem;
  border: none;
  background-color: #fff;
  z-index: 10;
}
#mobile-navigation nav.mobile-navigation-wrapper {
  padding: 0;
}
#mobile-navigation nav.mobile-navigation-wrapper li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem 0.5rem;
}
#mobile-navigation nav.mobile-navigation-wrapper li a:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: 0.5rem;
  bottom: 0px;
  right: 0.5rem;
  background-color: rgba(204, 204, 204, 0.2);
}

#site-navigation {
  display: none;
}
#site-navigation .nav-menu li > ul li a {
  display: flex;
  padding: 1rem 0.5rem;
  white-space: normal;
}
#site-navigation .nav-menu li > ul li a:focus, #site-navigation .nav-menu li > ul li a:hover, #site-navigation .nav-menu li > ul li a:active {
  text-decoration: underline;
}

#mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  transition: background-color 0.3s ease 0s;
  z-index: 999991;
}

.long-term-reviews-nav {
  background-color: #0d2e3d;
}
.long-term-reviews-nav ol {
  list-style: none;
}
.long-term-reviews-nav ol li {
  display: inline-block;
}
.long-term-reviews-nav ol li a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s ease-in-out;
}
.long-term-reviews-nav ol li a:hover, .long-term-reviews-nav ol li a:focus, .long-term-reviews-nav ol li a:active {
  color: #0d2e3d;
  background-color: #79d6f2;
}
.long-term-reviews-nav ol li.current a {
  color: #0d2e3d;
  background-color: #79d6f2;
}

.ads-wrapper {
  text-align: center;
  margin: 10px auto 36px;
}

.ads-wrapper.in-content {
  max-width: 640px;
}

.ads-wrapper.two-column .grid {
  flex-basis: 96%;
  margin: 0 2% 20px;
}

.top-ads {
  max-height: 120px;
}

.related-ads-area {
  padding: 5px;
}

#top-ads-area {
  padding: 92px 0 20px;
}
body.single-over-header-template #top-ads-area {
  background-color: #091f29;
}

body.single-long-term-reviews-template .long-term-reviews-nav {
  padding-top: 72px;
}
body.single-long-term-reviews-template #top-ads-area {
  padding: 20px 0;
}
.breadcrumbs {
  font-size: 1rem;
}

body.error404 .breadcrumbs,
body.page .breadcrumbs {
  padding: 10px;
}

.breadcrumbs,
.breadcrumbs a {
  font-weight: bold;
  color: #fff;
}

.breadcrumbs a {
  padding: 0.5rem;
}

.breadcrumbs span.arrow {
  color: #79d6f2;
}

.single-category-link {
  margin-bottom: 0.5rem;
}
.single-category-link li {
  display: inline-block;
}
.single-category-link li a {
  background: #0d2e3d;
  color: #79d6f2;
  display: block;
  padding: 0.5rem;
  margin: 0.5rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
}
.single-category-link li a:hover, .single-category-link li a:focus, .single-category-link li a:active {
  text-decoration: underline;
}

.latest-news-area {
  margin: 0 0 40px 0;
}

.latest-news-inner-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.loop-article-box {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  opacity: 1;
  transition: opacity 3s;
}
.loop-article-box a {
  position: relative;
  color: #fff;
  display: block;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}
.loop-article-box a:hover h2, .loop-article-box a:focus h2, .loop-article-box a:active h2 {
  color: #79d6f2;
  text-decoration: underline;
}
.loop-article-box .inner {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem 0.75rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.loop-article-box p.cate {
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  color: #79d6f2;
}
.loop-article-box h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0.75rem 0 0;
  padding: 0 0 0.5rem;
  overflow: hidden;
  text-decoration: none;
}
.loop-article-box .date {
  color: #ccc;
  margin: 0.5rem 0 0;
  padding: 0 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  position: relative;
  position: relative;
}
.loop-article-box .date:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #79d6f2;
}
.loop-article-box .excerpt p {
  display: none;
}
.loop-article-box.loading {
  opacity: 0;
  transition: opacity 3s;
}
.loop-article-box.latest-special {
  margin-bottom: 1.5rem;
  padding: 0;
}
.loop-article-box.latest-special .inner {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-right: 0;
}
.loop-article-box.latest-special h2 {
  font-size: 2rem;
  line-height: 2.25rem;
}
.loop-article-box.latest-special .thumbnail {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.latest-news-area p {
  letter-spacing: normal;
}

.latest-news-area.latest_news {
  letter-spacing: normal;
}

.latest-news-area.latest_news .vertical-box {
  margin-bottom: 15px;
  overflow: hidden;
}

.latest-news-area .latest-special .wrapper .excerpt p,
.loop-article-box .excerpt p {
  overflow: hidden;
  font-size: 1em;
  line-height: 1.4;
  max-height: 2.8em;
}

#more-headline {
  clear: both;
  color: #fff;
  margin: 30px 0;
  text-align: center;
}
#more-headline a {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  color: #fff;
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  justify-content: center;
  transition: transform 0.2s ease 0s, opacity 0.5s ease 0s, background-color 0.2s ease-in-out 0s;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  font-weight: bold;
  background-color: #091f29;
  border: 1px solid #5c5c5c;
}
#more-headline a:hover {
  background-color: #0d2e3d;
}
#more-headline a:after {
  content: url("images/loading-circle.gif?2019013101");
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: block;
  top: 50%;
  margin-top: -13px;
  position: absolute;
  right: 15px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#more-headline a.loading:after {
  opacity: 1;
}
.entry-meta {
  margin: 10px 0 40px;
  clear: both;
}
.entry-meta .links {
  margin: 30px 0;
  clear: both;
  letter-spacing: -0.4em;
}
.entry-meta .links a {
  letter-spacing: normal;
  display: inline-block;
  color: #79d6f2;
  background-color: #0d2e3d;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px 10px;
  padding: 5px 10px;
}
.entry-meta .links a:hover {
  text-decoration: underline;
}

ul.share-links {
  letter-spacing: -0.4em;
}
ul.share-links, ul.share-links li {
  display: inline-block;
}
ul.share-links li {
  letter-spacing: normal;
  margin: 0 5px;
}
ul.share-links li a img {
  border-radius: 50%;
  transition: opacity 0.2s;
}
ul.share-links li a:hover img {
  opacity: 0.8;
}
ul.share-links li.disqus-comment-count {
  border-left: 1px solid #091f29;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}
ul.share-links li.disqus-comment-count a {
  box-sizing: border-box;
  line-height: 2rem;
  display: inline-block;
  color: #091f29;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
ul.share-links li.disqus-comment-count a:hover, ul.share-links li.disqus-comment-count a:focus, ul.share-links li.disqus-comment-count a:active {
  border-color: #091f29;
}
ul.share-links li.disqus-comment-count a:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23374149%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M391.267%2C0H120.729C61.624%2C0%2C13.539%2C48.085%2C13.539%2C107.19v182.456c0%2C22.624%2C7.089%2C43.597%2C19.098%2C60.911%20c0.248%2C0.359%2C0.462%2C0.737%2C0.71%2C1.092c0.947%2C1.324%2C1.983%2C2.574%2C2.986%2C3.854c0.932%2C1.195%2C1.82%2C2.423%2C2.801%2C3.578%20c0.544%2C0.637%2C1.146%2C1.221%2C1.706%2C1.846c1.506%2C1.69%2C3.015%2C3.378%2C4.628%2C4.972c0.355%2C0.352%2C0.747%2C0.666%2C1.11%2C1.01%20c1.85%2C1.779%2C3.734%2C3.526%2C5.713%2C5.172c0.699%2C0.581%2C1.454%2C1.095%2C2.168%2C1.658c1.672%2C1.321%2C3.341%2C2.653%2C5.098%2C3.874%20c2.29%2C1.598%2C4.661%2C3.082%2C7.077%2C4.498c0.207%2C0.122%2C0.396%2C0.263%2C0.603%2C0.382c10.84%2C6.27%2C22.864%2C10.71%2C35.658%2C12.863l1.143%2C98.826%20c0.085%2C7.114%2C4.343%2C13.515%2C10.873%2C16.334c2.302%2C0.998%2C4.736%2C1.483%2C7.148%2C1.483c4.436%2C0%2C8.806-1.635%2C12.198-4.75l120.191-110.409%20h136.821c59.106%2C0%2C107.194-48.089%2C107.194-107.194V107.19C498.461%2C48.085%2C450.372%2C0%2C391.267%2C0z%20M137.832%2C262.61%20c0-7.522%2C6.098-13.618%2C13.618-13.618h113.584c7.521%2C0%2C13.618%2C6.097%2C13.618%2C13.618c0%2C7.525-6.098%2C13.618-13.618%2C13.618H151.451%20C143.93%2C276.228%2C137.832%2C270.134%2C137.832%2C262.61z%20M151.451%2C177.51h209.094c7.521%2C0%2C13.618%2C6.098%2C13.618%2C13.622%20c0%2C7.522-6.098%2C13.618-13.618%2C13.618H151.451c-7.521%2C0-13.618-6.097-13.618-13.618C137.832%2C183.607%2C143.93%2C177.51%2C151.451%2C177.51z%20M360.545%2C133.27H151.451c-7.521%2C0-13.618-6.098-13.618-13.619c0-7.521%2C6.098-13.618%2C13.618-13.618h209.094%20c7.521%2C0%2C13.618%2C6.098%2C13.618%2C13.618C374.164%2C127.172%2C368.066%2C133.27%2C360.545%2C133.27z%22%20style%3D%22fill%3A%20rgb(75%2C%2075%2C%2075)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}

body.single-over-header-template ul.share-links li.disqus-comment-count a:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22_x31_0%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%2016px%3B%20height%3A%2016px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23374149%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M391.267%2C0H120.729C61.624%2C0%2C13.539%2C48.085%2C13.539%2C107.19v182.456c0%2C22.624%2C7.089%2C43.597%2C19.098%2C60.911%20c0.248%2C0.359%2C0.462%2C0.737%2C0.71%2C1.092c0.947%2C1.324%2C1.983%2C2.574%2C2.986%2C3.854c0.932%2C1.195%2C1.82%2C2.423%2C2.801%2C3.578%20c0.544%2C0.637%2C1.146%2C1.221%2C1.706%2C1.846c1.506%2C1.69%2C3.015%2C3.378%2C4.628%2C4.972c0.355%2C0.352%2C0.747%2C0.666%2C1.11%2C1.01%20c1.85%2C1.779%2C3.734%2C3.526%2C5.713%2C5.172c0.699%2C0.581%2C1.454%2C1.095%2C2.168%2C1.658c1.672%2C1.321%2C3.341%2C2.653%2C5.098%2C3.874%20c2.29%2C1.598%2C4.661%2C3.082%2C7.077%2C4.498c0.207%2C0.122%2C0.396%2C0.263%2C0.603%2C0.382c10.84%2C6.27%2C22.864%2C10.71%2C35.658%2C12.863l1.143%2C98.826%20c0.085%2C7.114%2C4.343%2C13.515%2C10.873%2C16.334c2.302%2C0.998%2C4.736%2C1.483%2C7.148%2C1.483c4.436%2C0%2C8.806-1.635%2C12.198-4.75l120.191-110.409%20h136.821c59.106%2C0%2C107.194-48.089%2C107.194-107.194V107.19C498.461%2C48.085%2C450.372%2C0%2C391.267%2C0z%20M137.832%2C262.61%20c0-7.522%2C6.098-13.618%2C13.618-13.618h113.584c7.521%2C0%2C13.618%2C6.097%2C13.618%2C13.618c0%2C7.525-6.098%2C13.618-13.618%2C13.618H151.451%20C143.93%2C276.228%2C137.832%2C270.134%2C137.832%2C262.61z%20M151.451%2C177.51h209.094c7.521%2C0%2C13.618%2C6.098%2C13.618%2C13.622%20c0%2C7.522-6.098%2C13.618-13.618%2C13.618H151.451c-7.521%2C0-13.618-6.097-13.618-13.618C137.832%2C183.607%2C143.93%2C177.51%2C151.451%2C177.51z%20M360.545%2C133.27H151.451c-7.521%2C0-13.618-6.098-13.618-13.619c0-7.521%2C6.098-13.618%2C13.618-13.618h209.094%20c7.521%2C0%2C13.618%2C6.098%2C13.618%2C13.618C374.164%2C127.172%2C368.066%2C133.27%2C360.545%2C133.27z%22%20style%3D%22fill%3A%20rgb(255%2C%20255%2C%20255)%3B%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
}

ul.sns-list li a img {
  border-radius: 50%;
  transition: opacity 0.2s;
}

ul.sns-list li a:hover img {
  opacity: 0.8;
}

.long-term-reviews-series-name {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.loop-shop-box {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.loop-shop-box .thumbnail {
  text-align: center;
  margin-bottom: 20px;
}

.loop-shop-box .text-wrapper h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
}
.loop-shop-box .text-wrapper h2:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 6px;
  background-color: #79d6f2;
}

.loop-shop-box .text-wrapper h2 a {
  color: #000;
  text-decoration: none;
}

.loop-shop-box .text-wrapper h2 a:hover {
  color: #666666;
}

.loop-shop-box .text-wrapper .excerpt p {
  font-size: 1em;
  line-height: 1.4em;
  max-height: 4.2em;
  overflow: hidden;
  margin-bottom: 1em;
}

.loop-shop-box .text-wrapper p.readmore {
  text-align: right;
}

.loop-shop-box .text-wrapper p.readmore a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 5px 10px;
  transition: background-color 0.1s 0.1s, color 0.1s 0.1s;
}

.loop-shop-box .text-wrapper p.readmore a:hover {
  background-color: #fff;
  color: #000;
}

table.tgj-shop-links-table {
  width: 100%;
  margin-top: 40px;
}

table.tgj-shop-links-table th,
table.tgj-shop-links-table td {
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100%;
}

table.tgj-shop-links-table th {
  font-weight: bold;
}

table.tgj-shop-links-table td {
  padding-bottom: 20px;
}

.single.single-shop table.tgj-shop-links-table {
  width: 100%;
  max-width: 360px;
  margin: 20px auto 40px;
}

.single.single-shop .magazine-thumnail {
  margin: 20px 0;
  text-align: center;
}
#related-posts {
  margin: 0 0px 3rem;
  padding: 1rem;
  letter-spacing: -0.4em;
}
#related-posts h2 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  letter-spacing: normal;
  position: relative;
}
#related-posts h2:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 2px;
  background-color: #79d6f2;
}

.wp-pagenavi {
  margin: 2.5rem 0;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  font-size: 1rem;
  color: #091f29;
  border-color: #79d6f2;
  font-weight: bold;
  display: none;
  background-color: #fff;
}
.wp-pagenavi a {
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.wp-pagenavi a:hover {
  background-color: #79d6f2;
  color: #fff;
  border-color: #79d6f2;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #79d6f2;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.current {
  display: inline;
}
.wp-pagenavi.link_page {
  margin: 40px 0;
}
.wp-pagenavi.link_page a, .wp-pagenavi.link_page span {
  display: inline;
}

.widget-area {
  background-color: #0d2e3d;
  z-index: 1;
  width: 100%;
  position: relative;
  clear: both;
}
body.single .widget-area, body.post-type-archive-shop .widget-area {
  background-color: #fff;
}

.widget {
  padding: 20px;
  text-align: center;
}

.widget-title {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}

.widget-title:after {
  bottom: 11px;
  border-bottom: 2px solid transparent;
  height: 2px;
  width: 72px;
  left: 50%;
  margin-left: -36px;
  background-color: #79d6f2;
  position: absolute;
  content: "";
  display: block;
}

.widget-header {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 20px;
}

.widget-area .widget {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
  text-align: center;
}

.widget-area .textwidget ul {
  list-style: disc outside;
  margin: 0 0 20px;
}

.widget-area .textwidget li {
  margin-left: 20px;
}

.widget-area .widget a {
  color: #fff;
}
body.single .widget-area .widget a, body.post-type-archive-shop .widget-area .widget a {
  color: #091f29;
}
.widget-area .widget a:hover .title, .widget-area .widget a:active .title, .widget-area .widget a:focus .title {
  text-decoration: underline;
}

.widget-area .widget a:hover,
.widget-area .widget a:active {
  color: #1f6d91;
}

.widget-area #s {
  width: 60%;
}

.widget-area .widget ul ul {
  margin-left: 12px;
}

.widget_rss li {
  margin: 12px 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
  font-size: 11px;
  margin-left: 12px;
}

.related-posts li,
.sidebar-trend li {
  margin-bottom: 1rem;
}

.related-posts li .title,
.sidebar-trend li .title {
  float: right;
  width: calc(100% - 140px);
  font-weight: bold;
  padding: 0 10px;
  margin: 10px 0;
  text-align: left !important;
  max-height: 70px;
  overflow: hidden;
  letter-spacing: normal;
}

.related-posts li .thumbnail,
.sidebar-trend li .thumbnail {
  float: left;
  width: 140px;
  position: relative;
}

.related-posts li .thumbnail img,
.sidebar-trend li .thumbnail img {
  background-color: #000;
}
#footer-latest {
  background-color: #091f29;
}
#footer-latest .inner {
  max-width: 1320px;
  margin: 0 auto;
  letter-spacing: -0.4em;
  padding: 2rem 1rem 1rem;
}
#footer-latest .inner * {
  letter-spacing: normal;
}
#footer-latest .footer-latest-title {
  text-align: left;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
#footer-latest .footer-latest-title:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 2px;
  background-color: #79d6f2;
}
#footer-latest h3 {
  color: #fff;
  text-align: left;
  font-weight: normal;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  position: relative;
}
#footer-latest h3:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 2px;
  background-color: #79d6f2;
}
#footer-latest .cat-menu-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  vertical-align: top;
  margin-bottom: 3rem;
}
#footer-latest .cate-menu-inner a {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
  text-decoration: none;
}
#footer-latest .cate-menu-inner a .date {
  order: -1;
  color: #ccc;
  margin: 0.5rem 0 0;
  padding: 0 0 0.5rem;
  font-size: 0.8125rem;
  line-height: 1rem;
  position: relative;
  position: relative;
}
#footer-latest .cate-menu-inner a .date:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 2px;
  background-color: #79d6f2;
}
#footer-latest .cate-menu .thumbnail img {
  background-color: #000;
}
#footer-latest .cate-menu .text-wrapper {
  padding: 0.5rem 0;
  position: relative;
}

#footer {
  background: #f5f5f5;
  color: #091f29;
  clear: both;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem 1rem;
}
#footer .site-title img {
  max-width: 295px;
}
#footer a {
  color: #091f29;
  text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
  color: #115f81;
  text-decoration: underline;
}
#footer .logo-sns-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .logo-sns-wrapper .sns-wrapper ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#footer .logo-sns-wrapper .sns-wrapper ul li {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .logo-sns-wrapper .sns-wrapper ul li img {
  position: absolute;
  top: 0;
}
#footer .logo-sns-wrapper .sns-wrapper ul li a {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .logo-sns-wrapper .sns-wrapper ul li a:not(.no-hover):hover img, #footer .logo-sns-wrapper .sns-wrapper ul li a:not(.no-hover):focus img, #footer .logo-sns-wrapper .sns-wrapper ul li a:not(.no-hover):active img {
  top: -32px;
}
#footer .logo-sns-wrapper .sns-wrapper ul li span:not(.text) {
  display: block;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.facebook a:hover, #footer .logo-sns-wrapper .sns-wrapper ul li.facebook a:focus, #footer .logo-sns-wrapper .sns-wrapper ul li.facebook a:active {
  background-color: #4267b2;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.twitter a:hover, #footer .logo-sns-wrapper .sns-wrapper ul li.twitter a:focus, #footer .logo-sns-wrapper .sns-wrapper ul li.twitter a:active {
  background-color: #1da1f2;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.instagram a:hover, #footer .logo-sns-wrapper .sns-wrapper ul li.instagram a:focus, #footer .logo-sns-wrapper .sns-wrapper ul li.instagram a:active {
  background-color: #d92175;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.youtube a:hover, #footer .logo-sns-wrapper .sns-wrapper ul li.youtube a:focus, #footer .logo-sns-wrapper .sns-wrapper ul li.youtube a:active {
  background-color: #ff0000;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.topgear-uk a {
  width: auto;
}
#footer .logo-sns-wrapper .sns-wrapper ul li.topgear-uk span:not(.text) {
  width: 50px;
}
#footer .inner-footer {
  max-width: 1320px;
  margin: 0 auto;
}
#footer .footer-navigation {
  margin-top: 1.5rem;
}
#footer .footer-navigation li {
  margin-top: 1rem;
}
#footer .site-info {
  padding-top: 2rem;
  position: relative;
}
#footer .site-info:after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  margin-top: 2rem;
  background-color: currentcolor;
}
#footer .topgears-links {
  margin-top: 2rem;
}
#footer .topgears-links h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 0.83em 0;
}
#footer .topgears-links ul {
  margin-top: 1.5rem;
  -moz-column-count: 2;
  column-count: 2;
}
#footer .topgears-links li {
  margin-top: 1rem;
  padding: 0 1.5rem 0 0;
}
#footer .topgears-links li a:before {
  margin-right: 0.5rem;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=utf8,%09%09%09%09%09%09%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%20stroke%3D%22currentColor%22%20fill%3D%22currentColor%22%20stroke-width%3D%220%22%20width%3D%221em%22%20height%3D%221em%22%20data-testid%3D%22SvgGelIconExternalLink%22%3E%3Cpath%20d%3D%22M12%200v5h11.5l-5%205H0v22h22V17.5l-2%202V30H2V12h14.5l-7.8%207.7%203.6%203.6L27%208.5V20h5V0%22%20stroke%3D%22none%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat;
}

.navbar.sns-search-wrapper {
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

.navbar .sns-search-button {
  height: 44px;
  list-style: none;
}

.navbar .sns-search-button li {
  display: inline-block;
}

.navbar .sns-search-button li.search {
  border-left: 1px solid #ccc;
  position: relative;
}

.navbar .sns-search-button li.sns {
  position: relative;
}

.navbar .sns-search-button li.sns ul.sns-list {
  letter-spacing: -0.4em;
  position: absolute;
  width: 188px;
  z-index: 1000;
  right: 0;
  background-color: #fff;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
  padding: 10px;
  display: none;
}

.navbar .sns-search-button li.sns.clicked ul.sns-list {
  display: block;
}

.navbar .sns-search-button li.sns > ul.sns-list li {
  letter-spacing: normal;
  margin: 0 5px;
}

.navbar .sns-search-button li.sns > ul.sns {
  position: absolute;
  width: 200px;
  right: 0;
  background-color: #fff;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
}

.navbar .sns-search-button li.search form {
  position: absolute;
  right: 0;
  display: none;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
}

.site-header input.search-input {
  border-radius: 0;
  border-color: #fff;
  width: 10px;
  transition: width 0.2s ease-in-out;
  height: 24px;
  padding-right: 42px;
}

.site-header input.search-input:focus {
  border-color: none;
  outline-color: #999;
}

.navbar .sns-search-button li.search.clicked form {
  display: block;
}

.navbar .sns-search-button li.search.fired form input.search-input {
  width: 240px;
  max-width: 90vw;
}

.navbar .sns-search-button button {
  border: 0;
  outline: 0;
  padding: 14px 14px;
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  height: 44px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  position: relative;
}

.navbar .sns-search-button li.clicked button:after {
  content: url(images/close-icon.png);
  padding: 14px 14px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}

.navbar .sns-search-button li .text {
  display: none;
}

.navbar button.mobile-menu span.text {
  display: none;
}

.hamburger {
  padding: 10px;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: #fff;
  width: 32px;
  height: 3px;
}

.hamburger-box {
  width: 32px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}

.navbar button.mobile-menu:hover {
  color: #fff !important;
  opacity: 1;
}

/* content */
.site-content div.post {
  border-bottom: 1px solid #ededed;
  margin: 0 0 40px 0;
  padding-bottom: 15px;
  word-wrap: break-word;
}

.site-content div.post.not-found {
  border-bottom: none;
}

/* read more */
.read_more {
  display: block;
  text-align: right;
  padding-right: 10px;
}

/* Main content and comment content */
.main_image {
  margin: 0 0 20px;
  text-align: center;
}

.main_image img {
  max-width: 100%;
  height: auto;
}

.main_image p.main_caption {
  font-size: 11px;
  margin-top: 3px;
}

.excerpt-wrapper {
  padding: 0 5px;
}

.excerpt-wrapper .excerpt {
  font-size: 20px;
}

.excerpt-wrapper p.date {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin-right: 20px;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin: 2rem 0 0.725rem;
}

.entry-content h1,
.comment-content h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
  font-size: 1.7rem;
}

body.post-template-template-single-list .entry-content {
  counter-reset: listicle-counter;
}

body.post-template-template-single-list-desc .entry-content {
  counter-reset: reversed(listicle-counter);
}

body.post-template-template-single-list-desc .entry-content h2,
body.post-template-template-single-list .entry-content h2 {
  display: flex;
  align-items: flex-start;
  color: #091f29;
  position: relative;
}
body.post-template-template-single-list-desc .entry-content h2:before,
body.post-template-template-single-list .entry-content h2:before {
  opacity: 0;
  margin-right: 1rem;
  content: counter(listicle-counter, decimal-leading-zero);
  line-height: 9.25rem;
  font-size: 8.75rem;
}
body.post-template-template-single-list-desc .entry-content h2.loaded:before,
body.post-template-template-single-list .entry-content h2.loaded:before {
  opacity: 1;
}
body.post-template-template-single-list-desc .entry-content h2:after,
body.post-template-template-single-list .entry-content h2:after {
  margin: 0;
  padding: 0;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 8px;
  background-color: #79d6f2;
}

body.post-template-template-single-list .entry-content h2 {
  counter-increment: listicle-counter 1;
}

body.post-template-template-single-list-desc .entry-content h2 {
  counter-increment: listicle-counter -1;
}

.entry-content h3,
.comment-content h3 {
  font-size: 1.5rem;
}

.entry-content h4,
.comment-content h4 {
  font-size: 1.4rem;
}

.entry-content h5,
.comment-content h5 {
  font-size: 1.3rem;
}

.entry-content h6,
.comment-content h6 {
  font-size: 1.2rem;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
  margin: 0 0 20px;
  line-height: 1.8;
  font-size: 16px;
}

.entry-content ol, .comment-content ol,
.entry-content ul, .comment-content ul,
.mu_register ul {
  margin: 0 0 20px;
}

.entry-content ul ul, .comment-content ul ul,
.entry-content ol ol, .comment-content ol ol,
.entry-content ul ol, .comment-content ul ol,
.entry-content ol ul, .comment-content ol ul {
  margin-bottom: 0;
}

.entry-content ul, .comment-content ul, .mu_register ul {
  list-style: disc outside;
}

.entry-content ol, .comment-content ol {
  list-style: decimal outside;
}

.entry-content li, .comment-content li, .mu_register li {
  margin: 0 0 0 25px;
}

.entry-content blockquote, .comment-content blockquote {
  margin-bottom: 20px;
  padding: 24px;
  border: 1px solid #aaa;
}

.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content code, .comment-content code {
  font-family: Consolas, Monaco, Lucida Console, monospace;
}

.entry-content pre,
.comment-content pre {
  border: 1px solid #ededed;
  color: #666;
  font-size: 12px;
  margin: 0 0 20px;
  overflow: auto;
  padding: 24px;
}

.entry-content pre code, .comment-content pre code {
  display: block;
}

.entry-content abbr, .comment-content abbr,
.entry-content dfn, .comment-content dfn,
.entry-content acronym, .comment-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.entry-content address, .comment-content address {
  display: block;
  margin: 0 0 10px;
  font-style: normal;
}

.entry-content p.wp-caption-text,
.entry-summary p.wp-caption-text,
.comment-content p.wp-caption-text {
  font-size: 11px;
  color: #888;
}

span.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 10px 0;
}

span.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 10px 20px;
}

span.aligncenter, img.aligncenter, .wp-caption.aligncenter {
  clear: both;
  margin-bottom: 10px;
}

.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
  margin-bottom: 20px;
}

.entry-content dl, .comment-content dl {
  margin: 0 20px;
}

.entry-content dt, .comment-content dt {
  font-weight: bold;
}

.entry-content dd, .comment-content dd {
  margin-bottom: 20px;
}

.entry-content table, .comment-content table {
  border-bottom: 1px solid #ededed;
  margin: 0 0 20px;
  width: 100%;
}

.entry-content table th, .comment-content table th,
.entry-content table td, .comment-content table td {
  vertical-align: middle;
}

.entry-content table caption, .comment-content table caption {
  font-size: 14px;
  margin: 0 0 10px 0;
}

.entry-content th, .comment-content th {
  font-weight: bold;
}

.entry-content th, .comment-content th,
.entry-content td, .comment-content td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.single-author .entry-meta .by-author {
  display: none;
}

.mu_register h2 {
  color: #757575;
  font-weight: normal;
}

select {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #aaa;
  max-width: 800px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI2IDE1IiBoZWlnaHQ9IjE1cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNiAxNSIgd2lkdGg9IjI2cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwb2x5Z29uIGZpbGw9IiMyMzFGMjAiIHBvaW50cz0iMjMuMzAzLC0wLjAwMiAxMi40NjcsMTAuODM0IDEuNjMsLTAuMDAyIC0wLjQ1NCwyLjA4MiAxMi40NjcsMTUuMDAyIDE0LjU1MSwxMi45MTggMjUuMzg3LDIuMDgyICAgIi8+PC9zdmc+") right 10px top 50% no-repeat;
  background-size: 18px 10px;
  color: #454545;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  outline: 0;
  height: 40px;
  padding: 0 50px 0 15px;
  text-indent: 0.01px;
}

.widget select {
  border-color: #e6e6e6;
}

.mw_wp_form select {
  width: 100%;
  margin-left: 0;
  border-radius: 4px;
}

.widget label.screen-reader-text {
  display: none;
}

.widget .textwidget span {
  margin-left: auto;
  margin-right: auto;
}

.widget_text {
  width: 100%;
}

/* Author profiles */
.author .archive-header {
  margin-bottom: 20px;
}

.author-info {
  border: 1px solid #ededed;
  margin: 20px 10px;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
}

.author-description p {
  color: #757575;
  font-size: 12px;
}

.author.archive .author-info {
  margin: 0 10px 48px;
}

.author.archive .author-avatar {
  margin-top: 0;
}

.author-avatar {
  float: left;
}

.author-description {
  float: right;
  width: 85%;
}

.author_link {
  text-align: right;
  margin: 10px 0 0;
}

/* images etc. */
.post img, .entry-content img, .comment-content img, .widget img {
  max-width: 100%;
  height: auto;
}

embed, iframe, object, video {
  max-width: 100%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content .gallery-item {
  margin: 0;
  text-align: center;
}

.entry-content .gallery-item dt {
  text-align: center;
}

.gallery-caption {
  z-index: 20;
  position: absolute;
  bottom: calc(6.89655% + 20px);
  left: 0;
  right: 0;
}

.gallery-caption .inner {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px 2px;
}

.gallery-item a,
.gallery-caption {
  text-align: center;
}

.gallery-item a {
  display: block;
}

.gallery-caption a {
  display: inline;
}

.gallery-columns-1 .gallery-item a {
  max-width: 100%;
  width: auto;
  height: auto;
}

.gallery .gallery-icon img {
  height: auto;
}

.gallery-columns-1 .gallery-icon img {
  padding: 3%;
}

/* image attachment page */
.image-attachment div.attachment {
  text-align: center;
}

.image-attachment div.attachment p {
  text-align: center;
}

.image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.image-attachment .entry-caption {
  margin-top: 8px;
}

/* comment */
.comments-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}

.trackback_url {
  font-size: 14px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px 0 10px 10px;
  margin: 40px 0 20px;
}

.comments-area .pingback_comment,
.comments-area div.comment {
  margin: 20px 0 20px 10px;
}

.comments-area div.comment div.comment_header {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}

.comments-area div.comment div.comment_header img {
  float: left;
  padding: 0;
  line-height: 0;
}

.comments-area div.comment div.comment_header cite,
.comments-area div.comment div.comment_header span.time {
  display: block;
}

.comments-area div.comment div.comment_header cite {
  font-style: normal;
  font-size: 15px;
}

.comments-area cite b {
  font-weight: normal;
}

.comments-area div.comment div.comment_header span.time {
  font-size: 12px;
  color: #5e5e5e;
}

.comments-area div.comment div.comment_header a {
  text-decoration: none;
  color: #5e5e5e;
}

.comments-area div.comment div.comment_header a:hover {
  color: #1f6d91;
}

.comments-area div.comment div.comment_header cite a {
  color: #444;
}

.comments-area div.comment div.comment_header cite a:hover {
  text-decoration: underline;
}

.comments-area div.comment div.comment_content {
  margin-bottom: 5px;
}

.comments-area div.comment div.reply {
  text-align: right;
}

a.comment-reply-link,
a.comment-edit-link {
  color: #686868;
  font-size: 13px;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
  color: #1f6d91;
}

.commentlist .pingback {
  margin-bottom: 20px;
}

.commentlist .depth-1 {
  border-bottom: 1px solid #aaa;
}

.commentlist .children {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  margin: 5px 0 10px 40px;
  padding-left: 20px;
}

/* comment navigation */
.site-content div#comment_navigation {
  clear: both;
  line-height: 2;
  overflow: hidden;
  margin: 10px 0;
}

.site-content div#comment_navigation .nav-previous,
.site-content div#comment_navigation .nav-next {
  width: 45%;
}

.site-content div#comment_navigation .nav-previous {
  float: left;
}

.site-content div#comment_navigation .nav-next {
  float: right;
  text-align: right;
}

/* comment form */
#respond {
  margin-top: 40px;
}

#respond h3#reply-title {
  font-size: 16px;
}

#respond h3#reply-title #cancel-comment-reply-link {
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}

#respond form {
  margin: 24px 0;
}

#respond form p {
  margin: 11px 0;
}

#respond form p.logged-in-as {
  margin-bottom: 24px;
}

#respond form label {
  display: block;
  line-height: 1.8;
}

#respond form input[type=text],
#respond form textarea {
  font-size: 15px;
  line-height: 1.8;
  padding: 10px;
  width: 620px;
}

#respond form p.form-allowed-tags {
  margin: 0;
  font-size: 12px;
  color: #999;
}

.required {
  color: red;
}

.nocomments {
  margin: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #aaa;
}

.comment-awaiting-moderation {
  color: #ff0000;
}

/* catalogue */
.catalogue_top ul.maker_list,
.catalogue_top ul.others {
  width: 680px;
  margin: 0 auto;
  font-size: 14px;
}

.catalogue_top ul.others {
  clear: left;
}

.catalogue_top ul.maker_list li,
.catalogue_top ul.others li {
  width: 50%;
  float: left;
  margin: 10px 0;
}

.articles_list.maker_list .sale_date {
  font-size: 16px;
  margin: 0 0 0 10px;
}

.articles_list.maker_list .entry-meta {
  text-align: right;
}

.article_cat_meta,
.catalogue_template .catalogue_meta {
  font-size: 14px;
  margin-bottom: 5px;
}

.catalogue_template .entry-header {
  margin-bottom: 0;
}

.catalogue_template .sale_date {
  margin: 10px 0;
  font-size: 16px;
}

.catalogue_template table.spec_table {
  margin: 20px 0;
}

.catalogue_template table.spec_table th,
.catalogue_template table.spec_table td {
  padding: 5px;
  text-align: left;
  border: 1px solid #aaa;
}

.catalogue_template table.spec_table th {
  background-color: #eee;
  width: 30%;
}

.entry-header .entry-title .note_grade02 {
  font-size: 18px;
}

/* sidebar widgets */
#wp-calendar {
  margin: 0;
  width: 100%;
  font-size: 13px;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
  text-align: left;
}

#wp-calendar #next {
  padding-right: 24px;
  text-align: right;
}

.widget_search label {
  display: block;
  font-size: 13px;
}

.widget_twitter li {
  list-style-type: none;
}

.widget_twitter .timesince {
  display: block;
  text-align: right;
}

/* best of auto critique */
.widget_rankingwidgetitem h3 {
  font-size: 18px;
}

.widget_rankingwidgetitem .rank_num {
  font-size: 24px;
  padding: 0 10px 0 0;
}

.widget_rankingwidgetitem ol li {
  margin-bottom: 10px;
}

.widget_rankingwidgetitem h4 {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget_rankingwidgetitem a {
  text-decoration: none;
}

.widget_rankingwidgetitem a:hover {
  text-decoration: underline;
}

/* recruit */
.mw_wp_form textarea {
  resize: vertical;
}

.mw_wp_form p.buttons {
  text-align: center;
}

.mw_wp_form p.buttons input {
  display: inline-block;
  margin: 5px;
}

.mw_wp_form input,
.mw_wp_form textarea {
  width: 100%;
  font-size: 15px;
}

.mw_wp_form .name input {
  width: 100%;
}

.entry-content .mw_wp_form table,
.entry-content .mw_wp_form th,
.entry-content .mw_wp_form td {
  display: block;
}

.entry-content .mw_wp_form_confirm th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mw_wp_form input[type=submit] {
  margin: 0 auto;
  display: block;
}

.mw_wp_form th {
  line-break: normal;
}

#mw_wp_form_mw-wp-form-66 {
  margin-top: 40px;
}

/* company */
.entry-content .company_address {
  margin: 0;
}

div#captchaImgDiv {
  display: block;
}

.captchaSizeDivSmall {
  width: 100%;
  padding-top: 20px;
}

.captchaSizeDivLarge {
  width: 100%;
  padding-top: 20px;
}

img#si_image_com, #si_image_reg, #si_image_log, #si_image_side_login {
  border-style: none;
  margin: 0;
  padding-right: 5px;
  float: left;
}

.captchaImgAudio {
  border-style: none;
  margin: 0;
  vertical-align: top;
}

.captchaImgRefresh {
  border-style: none;
  margin: 0;
  vertical-align: bottom;
}

div#captchaInputDiv {
  display: block;
  padding-bottom: 5px;
}

#respond label#captcha_code_label {
  margin: 0;
  display: inline;
}

.wp-playlist {
  border: none !important;
}

#video-no-access {
  background-color: #000;
  color: #fff;
  padding: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#video-no-access:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
  clear: both;
}

.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
  display: table;
  content: "";
}

@media screen and (min-width: 480px) {
  /* 481px up */
  .loop-article-box .inner {
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
    margin-bottom: 1rem;
    padding-right: 1rem;
  }
  .loop-article-box .excerpt p {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .wp-pagenavi span.pages,
.wp-pagenavi a.first,
.wp-pagenavi a.last {
    display: inline;
  }
}

@media screen and (min-width: 660px) {
  /* 641px up */
  .ads-wrapper.two-column {
    display: flex;
  }

  .ads-wrapper.two-column .grid {
    flex-basis: 50%;
    margin: 0;
  }
  #more-headline a {
    width: 50%;
  }
  .latest-news-area .latest-special .wrapper .excerpt p {
    overflow: hidden;
    font-size: 1em;
    line-height: 1.4;
    max-height: 2.8em;
    min-height: 2.8em;
  }

  .loop-article-box img {
    float: none;
  }

  .loop-article-box .text-wrapper {
    border-top: none;
  }

  .loop-article-box .thumbnail {
    float: none;
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    display: inline;
  }
  .related-posts,
.sidebar-trend {
    letter-spacing: -0.4em;
  }

  .related-posts h2,
.sidebar-trend h2 {
    letter-spacing: normal;
  }

  .related-posts li,
.sidebar-trend li {
    letter-spacing: normal;
    width: 50%;
    display: inline-block;
  }

  .related-posts li:nth-child(odd),
.sidebar-trend li:nth-child(odd) {
    padding-right: 0.5rem;
  }

  .related-posts li:nth-child(even),
.sidebar-trend li:nth-child(even) {
    padding-left: 0.5rem;
  }
  #footer .logo-sns-wrapper {
    flex-direction: row;
  }
  #footer .logo-sns-wrapper .logo-wrapper {
    width: 60%;
  }
  #footer .logo-sns-wrapper .sns-wrapper {
    width: 50%;
  }
}

@media screen and (min-width: 1000px) {
  /* 768px up */
  .float-container {
    gap: 2.5rem;
    -ms-grid-columns: minmax(0px, 1fr) 2.5rem 340px;
    grid-template-columns: minmax(0px, 1fr) 340px;
  }
  .site-header {
    position: relative;
    height: auto;
    padding: 0;
  }
  .site-header .site-title img {
    width: 197px;
    height: auto;
  }
  body.fixed .site-header .site-title {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-left: 0;
  }
  body.fixed .site-header .site-title img {
    width: auto;
    height: 38px;
  }
  .site-header .inner-header {
    background: url(images/header-background.png) center right no-repeat;
    background-size: contain;
    clear: both;
    max-width: 1320px;
    margin: 0 auto;
    box-shadow: 0;
  }
  .mobile-menu-link {
    display: none;
  }
  .header-sns-wrapper:not(.mobile) {
    display: block;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
  #mobile-navigation {
    display: none;
  }
  #site-navigation {
    position: relative;
    margin-top: 0;
    background-color: #0d2e3d;
    z-index: 1000;
    transition: margin 0.4s ease-in-out;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 99999;
    border-top: none;
    transform: none;
    transition: none;
  }
  body.fixed #site-navigation {
    margin-left: 90px;
  }
  #site-navigation .inner {
    position: relative;
    clear: both;
    max-width: 1320px;
    margin: 0 auto;
    box-shadow: 0;
  }
  #site-navigation .inner button.search-button {
    display: flex;
    align-items: center;
    padding: 0.9rem;
  }
  #site-navigation .inner button.search-button:focus {
    outline: #79d6f2 solid 3px;
    outline-offset: -3px;
  }
  body.fixed #site-navigation .inner button.search-button {
    display: none;
  }
  #site-navigation a {
    color: #fff;
    font-weight: bold;
  }
  #site-navigation ul {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 0;
    text-indent: 0;
  }
  #site-navigation ul li:hover > ul {
    border-left: 0;
    display: block;
  }
  #site-navigation li {
    text-decoration: none;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  #site-navigation li.menu-item-has-children > a:after {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    margin-left: 5px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20stroke%3D%22%23ffffff%22%20fill%3D%22%23ffffff%22%20stroke-width%3D%220%22%20focusable%3D%22false%22%20aria-hidden%3D%22true%22%20data-testid%3D%22TriangleDown%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M%207.9737318%2C12.603211%2015.944962%2C3.3967891%20H%201.4890017e-6%20Z%22%20style%3D%22stroke-width%3A0%22%20%2F%3E%3C%2Fsvg%3E");
  }
  #site-navigation li > ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #091f29;
    z-index: 1;
  }
  #site-navigation li > ul ul {
    top: 0;
    left: 100%;
  }
  #site-navigation > .inner {
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #site-navigation > .inner .search-button {
    background-color: #0d2e3d;
    border: none;
    color: #fff;
  }
  #site-navigation:before, #site-navigation:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    z-index: 1;
    background-color: rgba(157, 157, 157, 0.2);
  }
  #site-navigation:before {
    top: 0;
  }
  #site-navigation:after {
    bottom: 0;
  }
  #site-navigation .nav-menu li {
    height: 51px;
    margin: 0 0.75rem;
  }
  #site-navigation .nav-menu li a {
    text-decoration: none;
    font-size: 1rem;
    line-height: 51px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    padding: 0.5rem;
  }
  #site-navigation .nav-menu > li > a {
    transition: none;
  }
  #site-navigation .nav-menu > li > a:hover, #site-navigation .nav-menu > li > a:active, #site-navigation .nav-menu > li > a:focus {
    background-color: #79d6f2;
    color: #0d2e3d;
    text-decoration: underline;
  }
  #top-ads-area {
    padding-top: 20px;
  }
  body.single-long-term-reviews-template .long-term-reviews-nav {
    padding-top: 0;
  }
  .latest-news-inner-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .loop-article-box .inner {
    padding-right: 0;
    gap: 0.5rem 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .loop-article-box.latest-special .inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .latest-news-area .latest-special .wrapper .excerpt p {
    overflow: hidden;
    font-size: 1em;
    line-height: 1.4;
    max-height: 4.2em;
  }

  .loop-article-box .text-wrapper {
    max-height: auto;
    min-height: auto;
  }
  #footer .footer-navigation li {
    display: inline-block;
    padding: 0 1.5rem 0 0;
  }
  #footer .topgears-links ul {
    -moz-column-count: auto;
    column-count: auto;
  }
  #footer .topgears-links li {
    display: inline-block;
  }
}

@media screen and (min-width: 1200px) {
  /* 1030px up */
}

@media screen and (min-width: 1320px) {
  /* 1240px up */
  .site-header .site-title img {
    width: 240px;
  }
}

@media screen and (max-width: 479px) {
  /* 481px down */
}

@media screen and (max-width: 659px) {
  /* 641px down */
}

@media screen and (max-width: 999px) {
  /* 768px down */
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open #mobile-menu-overlay {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.75);
  }
}

@media screen and (max-width: 1199px) {
  /* 1030px down */
}

@media screen and (max-width: 1319px) {
  /* 1240px down */
}

@media (min-width: 660px) {
  .loop-shop-box .thumbnail {
    float: left;
    width: 240px;
    margin-bottom: 0;
  }

  body:not(.single-shop) table.tgj-shop-links-table {
    table-layout: fixed;
  }

  body:not(.single-shop) table.tgj-shop-links-table th,
body:not(.single-shop) table.tgj-shop-links-table td {
    display: table-cell;
    width: auto;
    padding: 5px 0;
  }

  body:not(.single-shop) table.tgj-shop-links-table th {
    text-align: right;
    padding-right: 10px;
  }
  @-webkit-keyframes lazy-image {
    from {
      opacity: 0;
      transform: scale(1.06) translate(0, 0);
    }
    to {
      opacity: 1;
      transform: scale(1) translate(0, 0);
    }
  }
  @keyframes lazy-image {
    from {
      opacity: 0;
      transform: scale(1.06) translate(0, 0);
    }
    to {
      opacity: 1;
      transform: scale(1) translate(0, 0);
    }
  }
  .widget select {
    width: 75%;
  }

  .widget_text {
    width: 50%;
    display: inline-block;
  }

  #text-9.widget_text {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .loop-shop-box .thumbnail {
    width: 240px;
  }

  .loop-shop-box .text-wrapper table {
    margin-top: 40px;
  }
}

@media (min-width: 480px) {
  .mw_wp_form input[type=submit] {
    width: 11em;
  }

  .mw_wp_form .name input {
    width: 96%;
  }

  .entry-content .mw_wp_form table {
    display: table;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .entry-content .mw_wp_form th,
.entry-content .mw_wp_form td {
    display: table-cell;
  }
}

@media (min-width: 1000px) {
  #page {
    margin-top: 0;
  }

  .kattene__imgpart {
    max-width: 200px;
  }

  .loop-shop-box .thumbnail {
    width: 220px;
  }

  .widget select {
    width: 100%;
  }

  .loop-shop-box .text-wrapper table {
    margin-top: 20px;
  }

  .widget-area::after {
    background: url(images/sidebar-gradient-r.svg) 0 0 repeat-y;
  }

  .single .current-item {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 20em;
  }

  body.mobile-menu-close #site-navigation {
    transform: none;
    transition: none;
  }

  body.mobile-menu-open #site-navigation {
    transform: none;
  }

  body.fixed #news-ticker {
    display: none;
  }

  .ticker-box {
    height: 117px;
  }

  .ticker-box a {
    color: #fff;
    text-decoration: none;
  }

  #mobile-toolbar {
    display: none;
  }

  body.fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .sns-search-button {
    display: none;
  }

  body.fixed .sns-search-button {
    display: block;
    -webkit-animation: fadein 2s ease 0s 1 normal;
    animation: fadein 2s ease 0s 1 normal;
  }

  body.fixed.admin-bar #header {
    top: 32px;
  }

  .main-navigation {
    display: block;
  }

  .widget-area {
    clear: none;
    z-index: 1;
    float: right;
    width: 340px;
    padding: 0;
    position: relative;
  }

  .sidebar-trend li {
    width: 100%;
    display: block;
    float: none;
  }

  .sidebar-trend li:nth-child(odd),
.sidebar-trend li:nth-child(even) {
    padding: 0;
  }

  .widget_text {
    width: 100%;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
