
/*** The new CSS Reset - version 1.3.1 (last updated 28.10.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

/* Remove list styles (bullets/numbers) */
ol, ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

.hidden {
  display: none !important;
}

.accordion-hidden {
  display: none;
}

@media (max-width: 720px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 720px) {
  .hidden-pc {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-wide-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-wide-pc {
    display: none !important;
  }
}

body:not(.admin) .hidden-front {
  display: none !important;
}

.inline-block {
  display: inline-block !important;
}

.mw-100px {
  max-width: 100px !important;
}

.mw-200px {
  max-width: 200px !important;
}

.mw-300px {
  max-width: 300px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2px {
  margin-top: 2px !important;
}

.mt-4px {
  margin-top: 4px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-48px {
  margin-top: 48px !important;
}

.mt-64px {
  margin-top: 64px !important;
}

.mt--2px {
  margin-top: -2px !important;
}

.mt--4px {
  margin-top: -4px !important;
}

.mt--8px {
  margin-top: -8px !important;
}

.mt--12px {
  margin-top: -12px !important;
}

.mt--16px {
  margin-top: -16px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2px {
  margin-bottom: 2px !important;
}

.mb-4px {
  margin-bottom: 4px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-12px {
  margin-bottom: 12px !important;
}

.mb-16px {
  margin-bottom: 16px !important;
}

.mb-24px {
  margin-bottom: 24px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.mb-48px {
  margin-bottom: 48px !important;
}

.mb-64px {
  margin-bottom: 64px !important;
}

.mb--2px {
  margin-bottom: -2px !important;
}

.mb--4px {
  margin-bottom: -4px !important;
}

.mb--8px {
  margin-bottom: -8px !important;
}

.mb--12px {
  margin-bottom: -12px !important;
}

.mb--16px {
  margin-bottom: -16px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-2px {
  margin-left: 2px !important;
}

.ml-4px {
  margin-left: 4px !important;
}

.ml-8px {
  margin-left: 8px !important;
}

.ml-12px {
  margin-left: 12px !important;
}

.ml-16px {
  margin-left: 16px !important;
}

.ml-24px {
  margin-left: 24px !important;
}

.ml-32px {
  margin-left: 32px !important;
}

.ml-48px {
  margin-left: 48px !important;
}

.ml-64px {
  margin-left: 64px !important;
}

.ml--2px {
  margin-left: -2px !important;
}

.ml--4px {
  margin-left: -4px !important;
}

.ml--8px {
  margin-left: -8px !important;
}

.ml--12px {
  margin-left: -12px !important;
}

.ml--16px {
  margin-left: -16px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-2px {
  margin-right: 2px !important;
}

.mr-4px {
  margin-right: 4px !important;
}

.mr-8px {
  margin-right: 8px !important;
}

.mr-12px {
  margin-right: 12px !important;
}

.mr-16px {
  margin-right: 16px !important;
}

.mr-24px {
  margin-right: 24px !important;
}

.mr-32px {
  margin-right: 32px !important;
}

.mr-48px {
  margin-right: 48px !important;
}

.mr-64px {
  margin-right: 64px !important;
}

.mr--2px {
  margin-right: -2px !important;
}

.mr--4px {
  margin-right: -4px !important;
}

.mr--8px {
  margin-right: -8px !important;
}

.mr--12px {
  margin-right: -12px !important;
}

.mr--16px {
  margin-right: -16px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-2px {
  padding-top: 2px !important;
}

.pt-4px {
  padding-top: 4px !important;
}

.pt-8px {
  padding-top: 8px !important;
}

.pt-12px {
  padding-top: 12px !important;
}

.pt-16px {
  padding-top: 16px !important;
}

.pt-24px {
  padding-top: 24px !important;
}

.pt-32px {
  padding-top: 32px !important;
}

.pt-48px {
  padding-top: 48px !important;
}

.pt-64px {
  padding-top: 64px !important;
}

.pt--2px {
  padding-top: -2px !important;
}

.pt--4px {
  padding-top: -4px !important;
}

.pt--8px {
  padding-top: -8px !important;
}

.pt--12px {
  padding-top: -12px !important;
}

.pt--16px {
  padding-top: -16px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2px {
  padding-bottom: 2px !important;
}

.pb-4px {
  padding-bottom: 4px !important;
}

.pb-8px {
  padding-bottom: 8px !important;
}

.pb-12px {
  padding-bottom: 12px !important;
}

.pb-16px {
  padding-bottom: 16px !important;
}

.pb-24px {
  padding-bottom: 24px !important;
}

.pb-32px {
  padding-bottom: 32px !important;
}

.pb-48px {
  padding-bottom: 48px !important;
}

.pb-64px {
  padding-bottom: 64px !important;
}

.pb--2px {
  padding-bottom: -2px !important;
}

.pb--4px {
  padding-bottom: -4px !important;
}

.pb--8px {
  padding-bottom: -8px !important;
}

.pb--12px {
  padding-bottom: -12px !important;
}

.pb--16px {
  padding-bottom: -16px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-2px {
  padding-left: 2px !important;
}

.pl-4px {
  padding-left: 4px !important;
}

.pl-8px {
  padding-left: 8px !important;
}

.pl-12px {
  padding-left: 12px !important;
}

.pl-16px {
  padding-left: 16px !important;
}

.pl-24px {
  padding-left: 24px !important;
}

.pl-32px {
  padding-left: 32px !important;
}

.pl-48px {
  padding-left: 48px !important;
}

.pl-64px {
  padding-left: 64px !important;
}

.pl--2px {
  padding-left: -2px !important;
}

.pl--4px {
  padding-left: -4px !important;
}

.pl--8px {
  padding-left: -8px !important;
}

.pl--12px {
  padding-left: -12px !important;
}

.pl--16px {
  padding-left: -16px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-2px {
  padding-right: 2px !important;
}

.pr-4px {
  padding-right: 4px !important;
}

.pr-8px {
  padding-right: 8px !important;
}

.pr-12px {
  padding-right: 12px !important;
}

.pr-16px {
  padding-right: 16px !important;
}

.pr-24px {
  padding-right: 24px !important;
}

.pr-32px {
  padding-right: 32px !important;
}

.pr-48px {
  padding-right: 48px !important;
}

.pr-64px {
  padding-right: 64px !important;
}

.pr--2px {
  padding-right: -2px !important;
}

.pr--4px {
  padding-right: -4px !important;
}

.pr--8px {
  padding-right: -8px !important;
}

.pr--12px {
  padding-right: -12px !important;
}

.pr--16px {
  padding-right: -16px !important;
}

.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  overflow: hidden;
}

b,
strong,
.bold,
.strong {
  font-weight: bold !important;
}

small,
.small {
  font-size: 80% !important;
  font-weight: normal !important;
}

.large {
  font-size: 125% !important;
}

.x-large {
  font-size: 155% !important;
}

.gray,
.color-gray {
  color: #8C8C8C !important;
}

.red,
.color-red {
  color: #EC4D3D !important;
}

.blue,
.color-blue {
  color: #205896 !important;
}

.color-main {
  color: #043C78 !important;
}

.color-accent {
  color: #767804 !important;
}

.marker {
  background: linear-gradient(transparent 50%, #FBF06E 50%) !important;
}

.bg-gray {
  background-color: #F2F2F2 !important;
}

.bg-main {
  background-color: #E3F0FE !important;
}

.bg-accent {
  background-color: #FEFEE3 !important;
}

.center {
  text-align: center !important;
}

.btn-kirakira,
.btn-kirakira-speedy {
  position: relative;
  overflow: hidden;
}
.btn-kirakira::before,
.btn-kirakira-speedy::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
}

.btn-kirakira::before {
  animation: kirakira 3s linear infinite;
}

.btn-kirakira-speedy::before {
  animation: kirakira-speedy 3s linear infinite;
}

.btn-dokidoki {
  animation: dokidoki 1.5s linear 0.75s infinite;
}

@keyframes kirakira {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kirakira-speedy {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 720px) {
  .custom-table .table-scroll.scroll-sp {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 720px) {
  .custom-table .table-scroll.scroll-pc {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 720px) {
  .custom-table .table-scroll.negative-left-sp {
    margin-left: -16px;
    padding-left: 16px;
  }
}
@media (max-width: 720px) {
  .custom-table .table-scroll.negative-right-sp {
    margin-right: -16px;
    padding-right: 16px;
  }
}
.custom-table table {
  width: var(--whole-width);
}
@media (min-width: 720px) {
  .custom-table table {
    width: var(--whole-width-for-pc);
  }
}
.custom-table table th,
.custom-table table td {
  width: var(--width);
  padding: 12px;
  border: 1px solid #D9D9D9;
  text-align: left;
  vertical-align: middle;
}
.custom-table table th a,
.custom-table table td a {
  color: #4A90E2;
  text-decoration: underline;
}
.custom-table table th {
  background-color: #E3F0FE;
  font-weight: bold;
}
.custom-table table td {
  background-color: white;
}
.custom-table table hr {
  height: 0;
  margin: 12px 0;
  border-top: 1px dashed #D9D9D9;
}
.custom-table table hr.nb {
  margin-bottom: 0;
  border-top: none;
}
.custom-table table.left-top th,
.custom-table table.left-top td {
  text-align: left;
  vertical-align: top;
}
.custom-table table.center-center th,
.custom-table table.center-center td {
  text-align: center;
  vertical-align: middle;
}
.custom-table table.center-top th,
.custom-table table.center-top td {
  text-align: center;
  vertical-align: top;
}
.custom-table table.font-small th,
.custom-table table.font-small td {
  font-size: 12px;
}
@media (max-width: 720px) {
  .custom-table table.font-small th,
  .custom-table table.font-small td {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.custom-table table.row-fixed tr:first-child th,
.custom-table table.row-fixed tr:first-child td {
  position: sticky;
  top: 0;
  z-index: 1;
}
.custom-table table.col-fixed th:first-child,
.custom-table table.col-fixed td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.custom-table .table-notes {
  margin: 8px 0 0;
  padding-left: 0;
}
.custom-table .table-notes > li {
  list-style-type: none;
  color: #8C8C8C;
  font-size: 11px;
}
.custom-table .table-notes > li:not(:first-child) {
  margin-top: 4px;
}

table .brand-logo {
  display: block;
  position: relative;
  color: inherit !important;
  text-align: center;
  text-decoration: none !important;
}
table .brand-logo img {
  width: 100%;
  max-width: 64px;
}
table .brand-logo .brand-logo-name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
table .brand-logo .brand-logo-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #043C78;
  color: white;
  font-size: 10px;
  font-weight: bold;
}
table .brand-logo-notes {
  max-width: max-content;
  margin: 8px auto 0;
  padding: 4px 8px;
  background-color: #EC4D3D1A;
  color: #EC4D3D;
  font-size: 11px;
  text-align: center;
}
table .shop-image {
  display: block;
  color: inherit !important;
  text-align: center;
  text-decoration: none !important;
}
table .shop-image img {
  width: 100%;
  max-width: 96px;
}
table .shop-image .shop-image-name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
table .brand-btn {
  display: block;
  padding: 12px 0;
  border-radius: 4px;
  background-color: #767804;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
table .brand-btn.inbound {
  background-color: #043C78;
}
table .brand-plan-part {
  display: inline-block;
  padding: 4px;
  background-color: #767804;
  color: white;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
table.font-small .brand-plan-part {
  font-size: 10px;
}

.itemable {
  font-size: 14px;
  line-height: 1.4;
}
.itemable a {
  color: #4A90E2;
  text-decoration: underline;
}

.item-heading {
  margin: 0;
  font-weight: bold;
}
.item-heading:not(.item-heading-html).item-heading-h2 {
  padding: 12px 16px;
  border-left: 4px solid #043C78;
  background-color: #F2F2F2;
  font-size: 20px;
}
.item-heading:not(.item-heading-html).item-heading-h3 {
  padding-bottom: 8px;
  border-bottom: 2px solid #043C78;
  font-size: 18px;
}
.item-heading:not(.item-heading-html).item-heading-h4 {
  font-size: 16px;
}
.item-heading:not(.item-heading-html).item-heading-h4::before {
  margin-right: 8px;
  color: #043C78;
  content: "■";
}
.item-heading.item-heading-html {
  font-size: 16px;
}

.item-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.item-image img {
  max-width: 100%;
}

.item-list {
  font-size: 15px;
}
.item-list .item-list-title {
  padding: 8px 16px;
  border-radius: 4px 4px 0 0;
  background-color: #043C78;
  color: white;
  font-weight: bold;
  text-align: center;
}
.item-list .item-list-title + .item-list-rows {
  border-top: none;
  border-radius: 0 0 4px 4px;
}
.item-list .item-list-rows {
  margin: 0;
  padding: 16px;
  border: 2px solid #043C784D;
  border-radius: 4px;
}
.item-list .item-list-rows {
  padding-left: 32px;
}
.item-list .item-list-rows > li:not(:first-child) {
  margin-top: 12px;
}
.item-list ul.item-list-rows > li {
  list-style-type: disc;
}
.item-list ol.item-list-rows > li {
  list-style-type: decimal;
}

.item-quote {
  margin: 0;
}
.item-quote .item-quote-content {
  margin: 0;
  padding: 16px 16px 16px 32px;
  border-radius: 4px;
  background-color: #F2F2F2;
  line-height: 1.6;
}
.item-quote .item-quote-content:before {
  float: left;
  opacity: 0.3;
  font-size: 32px;
  font-weight: bold;
  font-family: Georgia, serif;
  line-height: 24px;
  text-indent: -20px;
  content: "“";
}
.item-quote footer {
  margin-top: 8px;
  color: #8C8C8C;
  font-size: 12px;
}
.item-quote footer cite {
  font-style: normal;
}
.item-quote footer cite a {
  color: inherit;
  text-decoration: none;
}

.item-balloon {
  display: flex;
  align-items: flex-start;
}
.item-balloon .item-balloon-speaker {
  flex-shrink: 0;
  width: 64px;
  text-align: center;
}
.item-balloon .item-balloon-speaker img {
  width: 56px;
}
.item-balloon .item-balloon-speaker .item-balloon-nickname {
  margin-top: 8px;
  font-size: 13px;
}
.item-balloon .item-balloon-balloon {
  position: relative;
  margin-left: 12px;
  padding: 12px 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
}
.item-balloon .item-balloon-balloon::before {
  position: absolute;
  top: 16px;
  left: -16px;
  z-index: 2;
  border: 8px solid transparent;
  border-right-color: white;
  content: "";
}
.item-balloon .item-balloon-balloon::after {
  position: absolute;
  top: 14px;
  left: -20px;
  z-index: 1;
  border: 10px solid transparent;
  border-right-color: #D9D9D9;
  content: "";
}
.item-balloon .item-balloon-balloon p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}

.item-link.item-link-text {
  font-weight: bold;
}
.item-link.item-link-text.inbound .item-link-icon {
  position: relative;
  top: 1px;
  font-size: 16px;
}
.item-link.item-link-text.affiliate {
  font-size: 16px;
}
.item-link.item-link-text.affiliate .item-link-icon {
  position: relative;
  top: 1px;
  font-size: 18px;
}
.item-link.item-link-button .item-link-button-copy {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}
.item-link.item-link-button a {
  display: block;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #043C78;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.item-link.item-link-button.outbound a {
  background-color: #8C8C8C;
}
.item-link.item-link-button.affiliate a {
  padding: 16px;
  background-color: #767804;
  font-size: 16px;
}
.item-link.item-link-button.btn-bg-accent a {
  background-color: #767804;
}
.item-link.item-link-button.btn-bg-main a {
  background-color: #043C78;
}
.item-link.item-link-button.btn-bg-red a {
  background-color: #EC4D3D;
}
.item-link.item-link-button.btn-bg-blue a {
  background-color: #205896;
}

.item-review {
  margin-bottom: 0;
}

.item-article a {
  display: flex;
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
  color: inherit;
  text-decoration: none;
}
.item-article a .item-article-eyecatch {
  flex-shrink: 0;
  width: 108px;
  margin-right: 12px;
}
.item-article a .item-article-eyecatch img {
  width: 100%;
}
.item-article a .item-article-title {
  margin: 0 12px 0 0;
  color: #4A90E2;
  font-weight: bold;
}
.item-article a .item-article-arrow {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 16px;
}

.item-group {
  position: relative;
  padding: 32px 32px 48px;
  border: 2px solid #043C78;
  border-radius: 2px;
  background-color: #FFFFEF;
}
@media (max-width: 720px) {
  .item-group {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.item-group::before, .item-group::after {
  position: absolute;
  background-color: #FFFFEF;
  content: "";
}
.item-group::before {
  top: -4px;
  bottom: -4px;
  left: 32px;
  right: 32px;
}
.item-group::after {
  top: 32px;
  bottom: 32px;
  left: -4px;
  right: -4px;
}
.item-group .item-group-content {
  position: relative;
  z-index: 1;
}
.item-group .item-group-content > *:first-child {
  margin-top: 0 !important;
}
.item-group .item-group-content > *:last-child {
  margin-bottom: 0 !important;
}

.item-direction {
  color: #EC4D3D;
}
.item-direction.to-editor {
  color: #205896;
}
.item-direction > p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.item-direction > p:not(:first-child) {
  margin-top: 12px;
}

.review {
  display: block;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: inherit !important;
  text-decoration: none !important;
}
.review.review-link .review-header .review-right .review-shop {
  color: #4A90E2;
}
.review .review-header {
  display: flex;
  align-items: center;
}
.review .review-header .review-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 99px;
  background-color: #F2F2F2;
  color: #666666;
  font-size: 24px;
}
.review .review-header .review-right {
  margin-left: 12px;
}
.review .review-header .review-right .review-shop {
  font-size: 12px;
}
.review .review-header .review-right .review-category {
  margin-top: 2px;
  font-weight: bold;
}
.review .review-header .review-right .review-stars {
  margin-top: 4px;
  font-size: 0;
}
.review .review-header .review-right .review-stars > img {
  width: 14px;
  height: 14px;
}
.review .review-header .review-right .review-stars > img:not(:first-child) {
  margin-left: 1px;
}
.review .review-content {
  margin-top: 12px;
}
.review .review-content > p {
  margin-bottom: 0;
  line-height: 1.6;
}
.review .review-content > p:not(:first-child) {
  margin-top: 8px;
}
.review .review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  color: #8C8C8C;
}
.review .review-footer .review-reviewer {
  font-size: 12px;
}
.review .review-footer .review-id {
  font-size: 11px;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: white;
}

#header {
  padding: 16px;
  border-bottom: 1px solid #D9D9D9;
  background-color: white;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
#header .header-inner .header-left {
  display: flex;
  align-items: center;
}
#header .header-inner .header-left .header-logo {
  display: block;
  width: 120px;
}
@media (max-width: 720px) {
  #header .header-inner .header-left .header-logo {
    width: 100px;
  }
}
#header .header-inner .header-left .header-catchcopy {
  margin-left: 16px;
  font-size: 12px;
}
#header .header-inner .header-right {
  display: flex;
  align-items: flex-end;
}
#header .header-inner .header-right .header-count {
  position: relative;
  margin-right: 32px;
  padding: 12px 72px;
  border-radius: 99px;
  background-color: #F2F2F2;
}
#header .header-inner .header-right .header-count .header-count-texts {
  display: flex;
  gap: 12px;
}
#header .header-inner .header-right .header-count .header-count-texts > .header-count-text {
  color: #666666;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
#header .header-inner .header-right .header-count .header-count-icon {
  position: absolute;
  bottom: 0;
  width: 40px;
}
#header .header-inner .header-right .header-count .header-count-icon.icon-left {
  left: 20px;
}
#header .header-inner .header-right .header-count .header-count-icon.icon-right {
  right: 20px;
}
#header .header-inner .header-right .header-btn {
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #043C78;
  color: white;
  font-weight: bold;
}
@media (max-width: 720px) {
  #header .header-inner .header-right .header-btn {
    padding: 8px 12px;
    font-size: 13px;
  }
}

#container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #container {
    flex-direction: column;
    max-width: 720px;
  }
}

:not(.breadcrumbs) + #container {
  margin-top: 64px;
}
@media (max-width: 720px) {
  :not(.breadcrumbs) + #container {
    margin-top: 48px;
  }
}

#main {
  width: 720px;
}
@media (max-width: 1024px) {
  #main {
    width: 100%;
  }
}

#sidebar {
  width: calc(100% - 720px - 64px);
}
@media (max-width: 1024px) {
  #sidebar {
    width: 100%;
    margin-top: 64px;
  }
}
@media (max-width: 720px) {
  #sidebar {
    padding: 0 16px;
  }
}
#sidebar .sidebar-section:not(:first-child) {
  margin-top: 32px;
}
#sidebar .sidebar-section .sidebar-section-heading {
  padding: 8px 0;
  border-bottom: 1px solid #2B2B2B;
  font-size: 16px;
  font-weight: bold;
}
#sidebar .sidebar-categories {
  margin-top: 16px;
}
#sidebar .sidebar-categories > li > a {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-size: 15px;
}
#sidebar .sidebar-categories .sidebar-category-icon {
  color: #B3B3B3;
}
#sidebar .sidebar-categories .sidebar-category-name {
  margin-left: 16px;
}
#sidebar .sidebar-campaigns {
  margin-top: 24px;
}
#sidebar .sidebar-campaigns > li:not(:first-child) {
  margin-top: 24px;
}
#sidebar .sidebar-campaigns .sidebar-campaign-banner {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#sidebar .sidebar-campaigns .sidebar-campaign-catchcopy {
  margin-top: 12px;
  text-align: center;
}
#sidebar .article-list {
  margin-top: 8px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 32px 16px;
  background-color: #043C78;
  color: white;
}
#footer .footer-inner {
  max-width: 1024px;
  margin: 0 auto;
}
#footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  font-size: 13px;
}
#footer .footer-inner .footer-copyright {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1024px;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 720px) {
  .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
}
.breadcrumbs a {
  color: #4A90E2;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
@media (max-width: 720px) {
  .pagination {
    gap: 8px;
  }
}
.pagination a,
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 99px;
  background-color: #F2F2F2;
}
@media (max-width: 720px) {
  .pagination a,
  .pagination .current {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.pagination .current {
  background-color: #043C78;
  color: white;
}

.scroll-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
  width: 64px;
  height: 64px;
  border-radius: 99px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 32px;
}

.top-banner {
  background-image: url(/images/top_banner.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .top-banner {
    background-image: url(/images/top_banner_sp.jpg);
  }
}
.top-banner .top-banner-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 360px;
}
@media (max-width: 720px) {
  .top-banner .top-banner-bg {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 720px) {
  .top-banner .top-banner-bg .top-banner-content {
    transform: translateX(120px);
  }
}
@media (max-width: 720px) {
  .top-banner .top-banner-bg .top-banner-content {
    transform: translateY(20px);
    text-align: center;
  }
}
.top-banner .top-banner-bg .top-banner-content .top-banner-catchcopy {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 720px) {
  .top-banner .top-banner-bg .top-banner-content .top-banner-catchcopy {
    font-size: 24px;
  }
}
.top-banner .top-banner-bg .top-banner-content .top-banner-desc {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 720px) {
  .top-banner .top-banner-bg .top-banner-content .top-banner-desc {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .top-section {
    padding: 0 16px;
  }
}
.top-section:not(:first-child) {
  margin-top: 64px;
}
.top-section .top-section-heading {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .top-section .top-section-heading {
    font-size: 20px;
  }
}
.top-section .top-section-btn {
  display: block;
  padding: 16px;
  border: 1px solid #666666;
  border-radius: 4px;
  background-color: white;
  color: #666666;
  font-weight: bold;
  text-align: center;
}

.top-recommend .custom-table {
  margin-top: 32px;
}

.top-area .pickup-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  margin-top: 32px;
}
.top-area .pickup-areas > .pickup-area {
  width: calc((100% - 80px) / 6);
  background-image: var(--background-image);
  background-size: cover;
  background-position: center;
}
@media (max-width: 720px) {
  .top-area .pickup-areas > .pickup-area {
    width: calc((100% - 32px) / 3);
  }
}
.top-area .pickup-areas > .pickup-area > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.top-area .top-area-main {
  position: relative;
  margin-top: 32px;
}

.top-area-1st {
  transition: transform 0.25s 0.25s, opacity 0.25s 0.25s;
}
.top-area-1st.move-left {
  transform: translateX(-30px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s, opacity 0.25s;
}
.top-area-1st .top-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0;
}
.top-area-1st .top-regions > .top-region {
  width: 50%;
}
@media (max-width: 720px) {
  .top-area-1st .top-regions > .top-region {
    width: 100%;
  }
}
.top-area-1st .top-regions > .top-region .top-region-name {
  font-size: 15px;
  font-weight: bold;
}
.top-area-1st .top-prefs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 8px;
}
.top-area-1st .top-prefs > .top-pref {
  color: #8C8C8C;
  font-size: 15px;
}
.top-area-1st .top-prefs > .top-pref .top-pref-btn {
  color: #4A90E2;
}

.top-area-2nd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateX(30px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s, opacity 0.25s;
}
@media (max-width: 720px) {
  .top-area-2nd {
    transform: translateX(0);
  }
}
.top-area-2nd.move-left {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.25s 0.25s, opacity 0.25s 0.25s;
}
.top-area-2nd .top-pref-back {
  color: #4A90E2;
  font-size: 16px;
  font-weight: bold;
}
.top-area-2nd .top-pref-box {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.top-area-2nd .top-pref-box .top-pref-name {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .top-area-2nd .top-pref-box .top-pref-name {
    font-size: 20px;
  }
}
.top-area-2nd .top-pref-box .top-pref-children {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
.top-area-2nd .top-pref-box .top-pref-children > .top-pref-child > a {
  display: block;
  padding: 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.top-new {
  margin-top: 80px !important;
}
.top-new .article-list {
  margin-top: 8px;
}
.top-new .top-section-btn {
  margin-top: 32px;
}

.brand-header {
  display: flex;
}
@media (max-width: 720px) {
  .brand-header {
    padding: 0 16px;
  }
}
.brand-header .brand-header-logo {
  flex-shrink: 0;
  width: 80px;
}
@media (max-width: 720px) {
  .brand-header .brand-header-logo {
    width: 64px;
  }
}
.brand-header .brand-header-right {
  margin-left: 16px;
}
.brand-header .brand-header-right .brand-header-type {
  display: inline-block;
  padding: 4px;
  background-color: #043C78;
  color: white;
  font-size: 12px;
  line-height: 1;
}
.brand-header .brand-header-right .brand-header-title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media (max-width: 720px) {
  .brand-header .brand-header-right .brand-header-title {
    font-size: 20px;
  }
}
.brand-header .brand-header-right .brand-header-title .title-small {
  font-size: 16px;
}
@media (max-width: 720px) {
  .brand-header .brand-header-right .brand-header-title .title-small {
    font-size: 14px;
  }
}

.brand-tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding: 0 32px;
  border-bottom: 1px solid #2B2B2B;
}
@media (max-width: 720px) {
  .brand-tabs {
    padding: 0 16px;
  }
}
.brand-tabs > .brand-tab {
  width: calc((100% - 16px) / 2);
  padding: 20px 0 16px;
  border-radius: 8px 8px 0 0;
  background-color: #F2F2F2;
  color: #666666;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 720px) {
  .brand-tabs > .brand-tab {
    width: calc((100% - 8px) / 2);
    font-size: 13px;
  }
}
.brand-tabs > .brand-tab.current {
  position: relative;
  top: 1px;
  border: 1px solid #2B2B2B;
  border-bottom-color: white;
  color: #2B2B2B;
  background-color: white;
}

.brand-review .brand-review-heading {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .brand-review .brand-review-heading {
    font-size: 18px;
  }
}
.brand-review .review-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px;
  margin-bottom: 32px;
}
.brand-review .review-categories > .review-category {
  width: calc((100% - 4px) / 2);
}
.brand-review .review-categories > .review-category > a {
  display: flex;
  align-items: center;
  padding: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
}
.brand-review .review-categories > .review-category > a.current {
  border-color: #043C78;
  background-color: #E3F0FE;
}
@media (max-width: 720px) {
  .brand-review .review-categories > .review-category .review-category-name {
    font-size: 13px;
  }
}
.brand-review .review-categories > .review-category .review-category-icon {
  margin-right: 8px;
  color: #666666;
  font-size: 20px;
}
.brand-review .review-categories > .review-category .review-category-arrow {
  margin-left: auto;
  color: #B3B3B3;
}
.brand-review .reviews {
  margin-top: 16px;
}
.brand-review .reviews > .review:not(:first-child) {
  margin-top: 16px;
}
.brand-review .reviews .review-notion {
  margin-top: 16px;
  padding: 24px 0;
  border-radius: 4px;
  background-color: #E3F0FE;
}
.brand-review .reviews .review-notion .review-notion-text {
  text-align: center;
}
.brand-review .reviews .review-notion .review-notion-text b {
  color: #043C78;
  font-size: 18px;
  font-weight: bold;
}
.brand-review .reviews .review-notion .review-notion-btn {
  display: block;
  width: 80%;
  margin: 16px auto 0;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #043C78;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 720px) {
  .brand-review .reviews .review-notion .review-notion-btn {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.brand-heading {
  padding-left: 8px;
  border-left: 4px solid #043C78;
  font-size: 16px;
  font-weight: bold;
}

.brand-anchor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 0;
  border: 1px solid #666666;
  border-radius: 4px;
  background-color: white;
  color: #666666;
  font-weight: bold;
}
.brand-anchor-btn .brand-anchor-btn-icon {
  position: absolute;
  right: 16px;
  font-size: 16px;
}

.brand {
  margin-top: 32px;
}
@media (max-width: 720px) {
  .brand {
    padding: 0 16px;
  }
}
.brand > *:first-child {
  margin-top: 0 !important;
}
.brand .brand-info {
  margin-top: 48px;
}
.brand .brand-info .custom-table {
  margin-top: 16px;
}
.brand .brand-plan {
  margin-top: 48px;
}
.brand .brand-plan .custom-table {
  margin-top: 16px;
}
.brand .brand-campaign {
  margin-top: 48px;
}
.brand .brand-campaign .custom-table {
  margin-top: 16px;
}

.brand-shops {
  margin-top: 24px;
}
@media (max-width: 720px) {
  .brand-shops {
    padding: 0 16px;
  }
}
.brand-shops .region-anchor-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.brand-shops .region-anchor-btns .region-anchor-btn > a {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
}
.brand-shops .region-anchor-btns .region-anchor-btn .region-anchor-btn-text {
  font-size: 12px;
}
.brand-shops .region-anchor-btns .region-anchor-btn .region-anchor-btn-icon {
  margin-left: 8px;
  color: #B3B3B3;
}
.brand-shops .brand-regions {
  margin-top: 32px;
}
.brand-shops .brand-regions > .brand-region:not(:first-child) {
  margin-top: 48px;
}
.brand-shops .brand-regions > .brand-region .brand-region-name {
  padding: 8px;
  border-radius: 4px;
  background-color: #E3F0FE;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.brand-shops .brand-prefs {
  margin-top: 24px;
}
.brand-shops .brand-prefs > .brand-pref:not(:first-child) {
  margin-top: 32px;
}
.brand-shops .brand-prefs > .brand-pref .brand-pref-name {
  padding-left: 8px;
  border-left: 4px solid #043C78;
  font-size: 16px;
  font-weight: bold;
}
.brand-shops .brand-prefs > .brand-pref .shop-list {
  margin-top: 8px;
}

.shop {
  margin-top: 24px;
}
@media (max-width: 720px) {
  .shop {
    padding: 0 16px;
  }
}
.shop > *:first-child {
  margin-top: 0 !important;
}
.shop .shop-destination {
  margin-bottom: 32px;
  padding: 12px 16px;
  border: 1px solid #EC4D3D;
  border-radius: 4px;
  background-color: #EC4D3D1A;
  color: #EC4D3D;
  font-size: 16px;
  font-weight: bold;
}
.shop .shop-destination a {
  color: #4A90E2;
  text-decoration: underline;
}
.shop .shop-images {
  margin-bottom: 48px !important;
}
.shop .shop-info {
  margin-top: 32px;
}
.shop .shop-access {
  margin-top: 32px;
}
.shop .shop-access .shop-access-map {
  margin-top: 16px;
}
.shop .shop-access .shop-access-map iframe {
  width: 100%;
  height: 300px;
}
.shop .shop-access .shop-access-desc {
  margin-top: 16px;
  line-height: 1.6;
}
.shop .shop-article {
  margin-top: 48px;
}
.shop .shop-article .item-heading.item-heading-h2 {
  margin-top: 48px;
}
.shop .shop-other-shop {
  margin-top: 48px;
}
.shop .shop-other-shop .custom-table {
  margin-top: 16px;
}
.shop .shop-near-shop {
  margin-top: 48px;
}
.shop .shop-near-shop .shop-list {
  margin-top: 8px;
}
.shop .brand-review {
  margin-top: 48px;
}

.shop-images .shop-image {
  margin: 0 8px;
}
.shop-images .slick-prev,
.shop-images .slick-next {
  z-index: 1;
  width: 32px;
  height: 32px;
}
.shop-images .slick-prev::before,
.shop-images .slick-next::before {
  opacity: 0.25;
  color: black;
  font-size: 32px;
}
.shop-images .slick-prev {
  left: -8px;
}
.shop-images .slick-next {
  right: -8px;
}
.shop-images .slick-dots {
  bottom: -32px;
}

.shop-list > li {
  padding: 16px 0;
  border-bottom: 1px solid #D9D9D9;
}
.shop-list .shop-list-main {
  display: flex;
  align-items: center;
}
.shop-list .shop-list-main .shop-list-link {
  display: flex;
  align-items: center;
  margin-right: 8px;
  color: inherit;
  text-decoration: none;
}
.shop-list .shop-list-main .shop-list-link .shop-list-image {
  flex-shrink: 0;
  width: 90px;
  height: 60px;
  margin-right: 16px;
  background-color: #F2F2F2;
}
@media (max-width: 720px) {
  .shop-list .shop-list-main .shop-list-link .shop-list-image {
    width: 60px;
  }
}
.shop-list .shop-list-main .shop-list-link .shop-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-list .shop-list-main .shop-list-link .shop-list-info .shop-list-name {
  color: #4A90E2;
  font-weight: bold;
}
.shop-list .shop-list-main .shop-list-link .shop-list-info .shop-list-address {
  margin-top: 2px;
  color: #8C8C8C;
  font-size: 12px;
}
.shop-list .shop-list-main .shop-list-link .shop-list-info .shop-list-review {
  margin-top: 4px;
  font-size: 12px;
}
.shop-list .shop-list-main .shop-list-link .shop-list-info .shop-list-review .shop-list-review-icon {
  color: #B3B3B3;
}
.shop-list .shop-list-main .shop-list-right {
  margin-left: auto;
}
.shop-list .shop-list-main .shop-list-right .shop-list-btn {
  padding: 8px 10px 8px 8px;
  border-radius: 2px;
  background-color: #043C78;
  color: white;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.shop-list .shop-list-access {
  margin-top: 16px;
}
.shop-list .shop-list-access .shop-list-access-map iframe {
  width: 100%;
  height: 300px;
}
.shop-list .shop-list-access .shop-list-access-desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
}

.ranking-map .ranking-map-heading {
  font-size: 16px;
  font-weight: bold;
}
.ranking-map .ranking-map-pills {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
  padding-bottom: 8px;
}
@media (max-width: 720px) {
  .ranking-map .ranking-map-pills {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ranking-map .ranking-map-pills > .ranking-map-pill {
  flex-shrink: 0;
}
.ranking-map .ranking-map-pills > .ranking-map-pill > a {
  display: block;
  padding: 8px 16px;
  border-radius: 99px;
  background-color: #F2F2F2;
  color: inherit;
  font-size: 16px;
  text-decoration: none;
}
.ranking-map .ranking-map-pills > .ranking-map-pill > a.current {
  background-color: #043C78;
  color: white;
  pointer-events: none;
}
.ranking-map .ranking-map-contents {
  margin-top: 16px;
}
@media (max-width: 720px) {
  .ranking-map .ranking-map-contents {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ranking-map .ranking-map-contents > .ranking-map-content.ranking-map-content-hidden {
  opacity: 0;
  height: 0;
  pointer-events: none;
}
.ranking-map .ranking-map-contents > .ranking-map-content .ranking-map-map {
  height: 400px;
  background-color: #F2F2F2;
}
.ranking-map .ranking-map-contents > .ranking-map-content .ranking-map-shops-outer {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
.ranking-map .ranking-map-contents > .ranking-map-content .ranking-map-shops-outer .ranking-map-shops .ranking-map-shop {
  margin: 6px;
}
.ranking-map .ranking-map-contents > .ranking-map-content .ranking-map-shops-outer .ranking-map-shops .ranking-map-shop:not(.slick-current) {
  pointer-events: none;
}
.ranking-map .ranking-map-shop {
  padding: 12px 12px 16px 16px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none;
}
.ranking-map .ranking-map-shop .shop-name {
  font-size: 15px;
  font-weight: bold;
}
.ranking-map .ranking-map-shop .shop-content {
  display: flex;
  margin-top: 8px;
}
.ranking-map .ranking-map-shop .shop-content .shop-logo {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right {
  margin-left: 12px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-infos > .shop-info {
  display: flex;
  align-items: center;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-infos > .shop-info:not(:first-child) {
  margin-top: 2px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-infos > .shop-info .shop-info-icon {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid #8C8C8C;
  border-radius: 2px;
  background-color: white;
  color: #666666;
  font-size: 10px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-infos > .shop-info .shop-info-text {
  margin-left: 4px;
  color: #666666;
  font-size: 12px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-plans {
  margin-top: 8px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-plans > .shop-plan {
  display: flex;
  align-items: center;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-plans > .shop-plan:not(:first-child) {
  margin-top: 4px;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-plans > .shop-plan .shop-plan-part {
  display: inline-block;
  flex-shrink: 0;
  padding: 4px;
  background-color: #767804;
  color: white;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
}
.ranking-map .ranking-map-shop .shop-content .shop-right .shop-plans > .shop-plan .shop-plan-price {
  margin-left: 8px;
  font-size: 12px;
}

.ranking-sort .ranking-sort-heading {
  font-size: 16px;
  font-weight: bold;
}
.ranking-sort .ranking-sort-select {
  position: relative;
  margin-top: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.ranking-sort .ranking-sort-select::before {
  position: absolute;
  top: 18px;
  right: 12px;
  border: 6px solid;
  border-color: #2B2B2B transparent transparent;
  content: "";
  pointer-events: none;
}
.ranking-sort .ranking-sort-select select {
  overflow: hidden;
  width: 100%;
  padding: 12px 36px 12px 12px;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.ranking-relateds {
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.ranking-relateds > .ranking-related:not(:first-child) {
  margin-top: 24px;
}
.ranking-relateds > .ranking-related .ranking-related-title {
  font-size: 15px;
  font-weight: bold;
}
.ranking-relateds > .ranking-related .ranking-related-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.ranking-relateds > .ranking-related .ranking-related-btns > li > a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.ranking-relateds > .ranking-related .ranking-related-links {
  margin-top: 12px;
}
.ranking-relateds > .ranking-related .ranking-related-links > li:not(:first-child) {
  margin-top: 8px;
}
.ranking-relateds > .ranking-related .ranking-related-links > li > a {
  text-decoration: none;
}

.ranking-brands > .ranking-brand:not(:first-child) {
  margin-top: 48px;
}

.ranking-brand {
  padding: 32px 32px 48px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
@media (max-width: 720px) {
  .ranking-brand {
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}
.ranking-brand .common-heading {
  padding-left: 8px;
  border-left: 4px solid #043C78;
  font-size: 16px;
  font-weight: bold;
}
.ranking-brand .common-link {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}
.ranking-brand .common-btn {
  display: block;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #767804;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ranking-brand .common-btn.inbound {
  background-color: #043C78;
}
.ranking-brand .ranking-brand-header {
  display: flex;
}
.ranking-brand .ranking-brand-header .ranking-brand-left {
  flex-shrink: 0;
  position: relative;
}
.ranking-brand .ranking-brand-header .ranking-brand-left .ranking-brand-logo {
  width: 64px;
  height: 64px;
}
.ranking-brand .ranking-brand-header .ranking-brand-left .ranking-brand-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background-color: #043C78;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
.ranking-brand .ranking-brand-header .ranking-brand-names {
  margin-left: 16px;
}
.ranking-brand .ranking-brand-header .ranking-brand-names .ranking-brand-names-brand {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.ranking-brand .ranking-brand-header .ranking-brand-names .ranking-brand-names-shop {
  margin-top: 8px;
}
.ranking-brand .shop-images {
  margin-top: 24px;
}
.ranking-brand .ranking-brand-image {
  width: 50%;
  margin: 24px auto 0;
}
@media (max-width: 720px) {
  .ranking-brand .ranking-brand-image {
    width: 100%;
  }
}
.ranking-brand .ranking-brand-tables {
  margin-top: 32px;
}
.ranking-brand .ranking-brand-tables > .ranking-brand-table:not(:first-child) {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-tables > .ranking-brand-table .custom-table {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-desc {
  margin-top: 24px;
}
.ranking-brand .ranking-brand-desc .ranking-brand-catchcopy {
  font-size: 20px;
  font-weight: bold;
}
.ranking-brand .ranking-brand-desc .ranking-brand-content {
  margin-top: 8px;
}
.ranking-brand .ranking-brand-desc .ranking-brand-content > p {
  line-height: 1.6;
}
.ranking-brand .ranking-brand-desc .ranking-brand-content > p:not(:first-child) {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point {
  text-align: center;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point .ranking-brand-point-heading {
  display: inline-block;
  position: relative;
  top: 16px;
  padding: 8px 32px;
  background-color: #043C78;
  color: white;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point .ranking-brand-point-heading::before, .ranking-brand .ranking-brand-desc .ranking-brand-point .ranking-brand-point-heading::after {
  position: absolute;
  content: "";
}
.ranking-brand .ranking-brand-desc .ranking-brand-point .ranking-brand-point-heading::before {
  top: 0;
  left: 0;
  border: transparent solid;
  border-width: 15px 0 15px 8px;
  border-left-color: white;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point .ranking-brand-point-heading::after {
  top: 0;
  right: 0;
  border: transparent solid;
  border-width: 15px 8px 15px 0;
  border-right-color: white;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point ul {
  padding: 32px 16px 16px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  text-align: left;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point ul > li {
  display: flex;
  align-items: center;
  color: #043C78;
  font-size: 15px;
  font-weight: bold;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point ul > li:not(:first-child) {
  margin-top: 12px;
}
.ranking-brand .ranking-brand-desc .ranking-brand-point ul > li .ranking-brand-point-text {
  margin-left: 8px;
}
.ranking-brand .ranking-brand-review {
  margin-top: 32px;
}
.ranking-brand .ranking-brand-review .review-above {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-review .review-below {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-review .review-below .review-below-content {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-review .review-below .review-below-content .reviews > .review:not(:first-child) {
  margin-top: 16px;
}
.ranking-brand .ranking-brand-shop {
  margin-top: 32px;
}
.ranking-brand .ranking-brand-shop .shop-above {
  margin-top: 8px;
}
.ranking-brand .ranking-brand-shop .shop-below {
  margin-top: 16px;
}

.article .article-eyecatch {
  margin-bottom: 24px;
}
@media (max-width: 720px) {
  .article .article-eyecatch {
    margin-bottom: 16px;
  }
}
.article .article-eyecatch img {
  width: 100%;
}
@media (max-width: 720px) {
  .article .article-info {
    padding: 0 16px;
  }
}
.article .article-info .article-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .article .article-info .article-title {
    font-size: 20px;
  }
}
.article .article-info .article-date {
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.article .article-introduction {
  margin-top: 32px;
}
@media (max-width: 720px) {
  .article .article-introduction {
    padding: 0 16px;
  }
}
.article .article-toc {
  margin-top: 32px;
}
@media (max-width: 720px) {
  .article .article-toc {
    padding: 0 16px;
  }
}
.article .article-toc .article-toc-heading {
  position: relative;
  top: 12px;
  text-align: center;
}
.article .article-toc .article-toc-heading .article-toc-heading-inner {
  display: inline-block;
  padding: 0 8px;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
}
.article .article-toc .article-toc-content {
  padding: 24px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.article .article-toc .article-toc-content > li:not(:first-child) {
  margin-top: 12px;
}
.article .article-toc .article-toc-content > li > a {
  color: #4A90E2;
}
.article .article-main {
  margin-top: 48px;
}
@media (max-width: 720px) {
  .article .article-main {
    padding: 0 16px;
  }
}

.article-list > li > a {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #D9D9D9;
}
.article-list .article-list-eyecatch {
  width: 120px;
  height: 80px;
  background-color: #F2F2F2;
}
.article-list .article-list-eyecatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-list .article-list-right {
  width: calc(100% - 120px - 16px);
}
.article-list .article-list-right .article-list-category {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px;
  background-color: #043C78;
  color: white;
  font-size: 12px;
  line-height: 1;
}
.article-list .article-list-right .article-list-date {
  margin-top: 8px;
  color: #8C8C8C;
  font-size: 12px;
}
.article-list.article-list-sm > li > a {
  padding: 16px 0;
}
.article-list.article-list-sm .article-list-eyecatch {
  width: 90px;
  height: 60px;
}
.article-list.article-list-sm .article-list-right {
  width: calc(100% - 90px - 16px);
}
.article-list.article-list-sm .article-list-right .article-list-title {
  font-size: 12px;
}

@media (max-width: 720px) {
  .article-search {
    padding: 0 16px;
  }
}
.article-search .article-search-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .article-search .article-search-title {
    font-size: 20px;
  }
}
.article-search .article-list {
  margin-top: 8px;
}

.content-items > *:first-child {
  margin-top: 0 !important;
}
.content-items > *:last-child {
  margin-bottom: 0 !important;
}
.content-items .item-heading {
  margin-bottom: 32px;
}
.content-items .item-heading.item-heading-h2 {
  margin-top: 64px;
}
.content-items .item-heading.item-heading-h3 {
  margin-top: 48px;
}
.content-items .item-heading.item-heading-h4 {
  margin-top: 32px;
}
.content-items .item-text {
  margin-top: 24px;
}
.content-items .item-image,
.content-items .item-table,
.content-items .item-list,
.content-items .item-quote,
.content-items .item-balloon,
.content-items .item-link,
.content-items .item-article,
.content-items .item-review,
.content-items .item-html,
.content-items .item-ranking-map,
.content-items .item-ranking-sort,
.content-items .item-ranking-relateds {
  margin-top: 32px;
  margin-bottom: 32px;
}
.content-items .item-review + .item-review {
  margin-top: -16px;
}
.content-items .item-group {
  margin-top: 48px;
  margin-bottom: 32px;
}
@media (max-width: 720px) {
  .content-items .item-group {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.content-items .item-ranking-brands {
  margin-top: 48px;
  margin-bottom: 32px;
}

@media (max-width: 720px) {
  .info {
    padding: 0 16px;
  }
}
.info .info-title {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .info .info-title {
    font-size: 20px;
  }
}
.info .info-content {
  margin-top: 32px;
}
.info .info-content > *:first-child {
  margin-top: 0 !important;
}
.info .info-content a {
  color: #4A90E2;
}
.info .info-content .info-heading {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}
.info .info-content .info-text {
  margin-top: 16px;
  line-height: 1.6;
}
.info .info-content .info-list {
  margin-top: 16px;
  padding-left: 24px;
}
.info .info-content .info-list > li {
  line-height: 1.6;
}
.info .info-content .info-list > li:not(:first-child) {
  margin-top: 8px;
}
.info .info-content ul.info-list > li {
  list-style-type: disc;
}
.info .info-content ol.info-list > li {
  list-style-type: lower-roman;
}
.info .info-content .info-table {
  width: 100%;
  margin-top: 16px;
}
.info .info-content .info-table th,
.info .info-content .info-table td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  text-align: left;
  vertical-align: middle;
}
.info .info-content .info-table th {
  background-color: #F2F2F2;
  font-weight: bold;
}
.info .info-content .info-table td {
  background-color: white;
}
.info .info-content .info-form {
  margin-top: 24px;
  width: 100%;
}

body {
  color: #2B2B2B;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, Meiryo, sans-serif;
  line-height: 1.4;
}

a {
  cursor: pointer;
}

img {
  vertical-align: bottom;
}
