@font-face {
  font-family: swiper-icons;
  src: url("/fonts/swiper-icons.woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
.p-header-view li {
  cursor: pointer;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after {
  content: "prev";
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wrapper {
  height: unset;
}
body,
div,
figure,
h1,
h2,
h3,
input,
li,
ol,
p,
textarea,
ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3 {
  font-size: 100%;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

img {
  border: 0;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  color: #1e2428;
  -webkit-text-size-adjust: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-display: swap;
}

.mobile_brgr {
  display: none;
}
@media (max-width: 1024px) {
  .layout-contents__sidebar,
  .tools,
  .svg_brgr {
    display: none !important;
  }
  .mobile_brgr {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.13);
  word-wrap: break-word;
}

a:link {
  color: #007fff;
  text-decoration: underline;
}

a:hover {
  color: #e11229;
}

a:active {
  color: #aa36ff;
}

a:visited {
  color: #6b808e;
}

h2 {
  line-height: 1.7;
  padding: 1rem 0;
  font-size: 1.5rem;
}

p {
  line-height: 1.7;
  padding: 1rem 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  p {
    line-height: 1.8;
  }
}

.p-svgs {
  display: none;
}

.p-header {
  z-index: 3040;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .p-header {
    height: 128px;
  }
}

.p-header-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}

.p-header-view:after {
  z-index: 3040;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: indigo;
}

@media (min-width: 768px) {
  .p-header-view:after {
    height: 48px;
  }
}

.p-header-view__contents {
  z-index: 3041;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 40px 40px;
  gap: 0 0;
  grid-auto-flow: row;
  grid-template-areas: "logo subnav all" "belt belt belt";
  width: 100%;
  max-width: 1280px;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .p-header-view__contents {
    grid-template-columns: auto auto 1fr 1fr;
    grid-template-rows: 80px 48px;
    gap: 0 0;
    grid-auto-flow: row;
    grid-template-areas: "logo logo subnav subnav" "all belt belt belt";
  }
}

.p-header-view__contents .logo {
  grid-area: logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 8px;
}

@media (min-width: 1296px) {
  .p-header-view__contents .logo {
    padding-left: 0;
  }
}

.p-header-view__contents .logo img {
  height: 18px;
}

@media (max-width: 360px) {
  .p-header-view__contents .logo img {
    height: 14px;
  }
}

@media (min-width: 768px) {
  .p-header-view__contents .logo img {
    height: 38px;
  }
}

.p-header-view__contents .subnav {
  grid-area: subnav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 600px) {
  .p-header-view__contents .subnav {
    display: grid;
    grid-template-columns: 1fr repeat(2, auto);
    grid-template-areas: "tools weather member";
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 24px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav {
    grid-template-columns: 1fr repeat(3, auto);
    grid-template-areas: "links tools weather member";
  }
}

@media (min-width: 1296px) {
  .p-header-view__contents .subnav {
    padding-right: 0;
  }
}

.p-header-view__contents .subnav .links {
  grid-area: links;
  display: none;
}

@media (min-width: 1130px) {
  .p-header-view__contents .subnav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
  }
}

.p-header-view__contents .subnav .links li span {
  font-size: 13px;
}

.p-header-view__contents .subnav .links li span {
  color: #1e2428;
}

.p-header-view__contents .subnav .member {
  grid-area: member;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 8px;
}

.p-header-view__contents .subnav .member .subscribe {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header-view__contents .subnav .member .subscribe span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  border: 1px solid indigo;
  border-radius: 2px;
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 319px) {
  .p-header-view__contents .subnav .member .subscribe span {
    display: none;
  }
}

@media (max-width: 360px) {
  .p-header-view__contents .subnav .member .subscribe span {
    padding: 0 4px;
  }
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .subscribe span {
    height: 38px;
    border-radius: 3px;
  }
}

.p-header-view__contents .subnav .member .subscribe span:after {
  content: "\8CFC\8AAD\7533\8FBC";
  color: indigo;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .subscribe span:after {
    content: "\8CFC\8AAD\304A\7533\3057\8FBC\307F";
    font-size: 13px;
  }
}

.p-header-view__contents .subnav .member .subscribe span {
  color: indigo;
}

.p-header-view__contents .subnav .member .loginsignup {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-header-view__contents .subnav .member .loginsignup span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 2px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  font-weight: 600;
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .loginsignup {
    display: none;
  }
}

.p-header-view__contents .subnav .member .signup {
  display: none;
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .signup {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-header-view__contents .subnav .member .signup span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 24px;
  background-color: #ff7600;
  border: 1px solid #ff7600;
  border-radius: 2px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .signup span {
    height: 38px;
    border-radius: 3px;
    font-size: 13px;
  }
}

.p-header-view__contents .subnav .member .signup span {
  color: #fff;
}

.p-header-view__contents .subnav .member .login {
  display: none;
}

@media (min-width: 768px) {
  .p-header-view__contents .subnav .member .login {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-header-view__contents
  .subnav
  .member
  .mypage:has(#js-header-btn-mypage:checked)
  .mypage__modal {
  opacity: 1;
  pointer-events: all;
}

.p-header-view__contents .globalnav-all {
  grid-area: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

@media (min-width: 600px) {
  .p-header-view__contents .globalnav-all {
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all {
    padding-right: 14px;
  }
}

@media (min-width: 1296px) {
  .p-header-view__contents .globalnav-all {
    padding-left: 0;
  }
}

.p-header-view__contents .globalnav-all label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 0;
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-header-view__contents .globalnav-all .svg_brgr {
  fill: #fff;
  display: block;
  content: "";
  width: 17px;
  height: auto;
  aspect-ratio: 17/15;
  -webkit-mask: var(--svg);
  mask: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #1e2428;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tools {
  display: flex;
}

.tools li {
  margin: 0 0.5rem;
}

.tools svg {
  fill: #000;
  width: 20px;
}

.links li {
  font-weight: 600;
}

.p-trends__list svg {
  width: 7px;
  fill: indigo;
}

.p-header-view__contents .globalnav-all label div {
  margin: 4px 0 0;
  color: #1e2428;
  font-size: 7px;
  line-height: 1.1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all label div {
    margin: 0 0 0 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
  }
}

.p-header-view__contents .globalnav-all label:hover:before {
  background-color: #1e2428;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all label:hover:before {
    background-color: #fff;
  }
}

.p-header-view__contents .globalnav-all label:has(:hover) div {
  color: #1e2428;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-all label:has(:hover) div {
    color: #fff;
    text-decoration: underline;
  }
}

.p-header-view__contents .globalnav-belt {
  grid-area: belt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding: 0 20px;
  max-width: 100%;
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-belt {
    padding: 0;
  }
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt {
    overflow: visible;
  }
}

.p-header-view__contents .globalnav-belt::-webkit-scrollbar {
  display: none;
}

.p-header-view__contents .globalnav-belt > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0 20px;
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-belt > ul:before {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #fff;
  }
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul {
    gap: 0 0;
  }
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1280px) and (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul:first-child > li:first-child {
    margin-left: 2px;
  }
}

@media (min-width: 768px) {
  .p-header-view__contents .globalnav-belt > ul:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul:last-child {
    padding-right: 0;
  }
}

.p-header-view__contents .globalnav-belt > ul:not(:first-child) {
  margin-left: 20px;
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul:not(:first-child) {
    margin-left: 0;
  }
}

.p-header-view__contents .globalnav-belt > ul > li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  line-height: 1.1;
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul > li:first-child {
    margin-left: 6px;
  }

  .p-header-view__contents .globalnav-belt > ul > li:last-child {
    margin-right: 6px;
  }

  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover > a:link,
  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > a:visited {
    color: #1e2428;
  }

  .p-header-view__contents
    .globalnav-belt
    > ul
    > li:has(.sub):hover
    > span:after {
    background-color: #fff;
  }

  .p-header-view__contents .globalnav-belt > ul > li:has(.sub):hover .sub {
    display: grid;
  }
}

.p-header-view__contents .globalnav-belt > ul > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul > li > span {
    padding: 0 8px;
  }
}

.p-header-view__contents .globalnav-belt > ul > li > span {
  color: #fff;
}

@media (min-width: 1280px) {
  .p-header-view__contents .globalnav-belt > ul > li > span:after {
    z-index: -1;
    display: block;
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}

.p-header:has(#js-header-btn-all:checked) {
  position: fixed;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .p-header:has(#js-header-btn-all:checked) {
    position: -webkit-sticky;
    position: sticky;
  }
}

.p-header:has(#js-header-btn-all:checked) .p-header-navall {
  opacity: 1;
  pointer-events: all;
}

.p-footer {
  padding: 0 16px 50px;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .p-footer {
    margin-top: 64px;
  }
}

@media (min-width: 1200px) {
  .p-footer {
    margin: 64px auto 0;
    width: 1280px;
    max-width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.p-footer .group-news__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-footer .copyright {
  margin-top: 32px;
  color: #b4b4b4;
  font-size: 12px;
  font-size: 0.75rem;
}

.p-footer .copyright .license {
  margin-top: 16px;
}

.p-giants-score__info:has(em) {
  padding: 0;
}

.p-trends {
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 20px 16px;
  width: 100%;
  max-width: calc(100% - 32px);
}

@media screen and (min-width: 600px) {
  .p-trends {
    padding: 0;
    margin: 24px auto;
    width: 1056px;
  }
}

.p-trends:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    color-stop(30%, hsla(0, 0%, 100%, 0.5)),
    to(#fff)
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.5) 30%,
    #fff
  );
  pointer-events: none;
}

@media (min-width: 1024px) {
  .p-trends:after {
    display: none;
  }
}

.p-trends__title {
  display: none;
}

@media (min-width: 768px) {
  .p-trends__title {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
  }
}

.p-trends__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: none;
  padding-right: 30px;
}

.p-trends__list::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) {
  .p-trends__list {
    overflow: visible;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-trends__list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  font-size: 0.875rem;
}
.p-trends__list svg {
  margin-left: 8px;
}
.p-trends__list {
  color: indigo;
  font-weight: 600;
}
.login {
  font-size: 13px;
  font-weight: 600;
  padding-right: 1rem;
}
#sidebar_ranking_access {
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-trends__list li span:after {
    margin-left: 8px;
    width: 8px;
  }
}

.p-headline__contents .list .hero .item:has(.lead) {
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "article-item-v-thumb" "article-item-v-title" "article-item-v-info" "article-item-v-lead";
}

.p-headline__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-headline__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-selection__contents .list__group .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-selection__ads .item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

.p-latest-2col__contents .list > div.item:has(.lead) {
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "article-item-h-title article-item-h-thumb" "article-item-h-info  article-item-h-thumb" "article-item-h-lead  article-item-h-thumb";
}

img {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -khtml-user-drag: none;
}

.layout-contents {
  display: block;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .layout-contents {
    display: grid;
    grid-template-columns: 1fr 300px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    width: 1056px;
  }

  .layout-contents:has(.layout-contents__single) {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 600px) and (max-width: calc(1056px + 32px)) {
  .layout-contents {
    margin: 0 16px;
  }
}

@media screen and (min-width: 600px) {
  .layout-contents__main {
    width: 724px;
  }
}

@media screen and (min-width: 600px) {
  .layout-contents:has(.layout-contents-wrap),
  .layout-contents:not(:has(.layout-contents__main)):not(
      :has(.layout-contents__single)
    ) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 16px;
  }
}

.c-article-header-date {
  display: inline-block;
  margin-right: 5px;
  color: #8e9193;
}

@media screen and (max-width: 599px) {
  .c-article-header-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 600px) {
  .c-article-header-date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.c-list-title {
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.4;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

.c-list-title--side {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 599px) {
  .c-list-title--side {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-category-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  border-top: 2px solid #1e2428;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 0.8rem 0;
  line-height: 1.5rem;
}

@media screen and (max-width: 599px) {
  .c-category-title {
    padding: 0.8rem 16px;
    line-height: 1.2rem;
  }
}

.layout-contents__sidebar .c-category-title {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

.c-article-title {
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .c-article-title {
    margin-top: 0.5rem;
    /* padding: 0 16px; */
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.c-scrap-btn-2020 {
  display: flex;
  align-items: center;
  color: #1e2428;
  font-size: 14px;
  font-size: 0.875rem;
}

.c-scrap-btn-2020 svg {
  margin-right: 8px;
  width: 15px;
  height: 16px;
  fill: indigo;
}

@media screen and (min-width: 600px) {
  .c-scrap-btn-2020 span:before {
    content: "\3053\306E\8A18\4E8B\3092";
  }
}

@media screen and (min-width: 600px) {
  .c-scrap-btn-2020 span:after {
    content: "\3059\308B";
  }
}

.p-article-header-item {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  /* .p-article-header-item {
        margin: 0 16px
    } */
}

.p-article-header-item .c-article-header-date {
  margin-right: 10px;
  white-space: nowrap;
}

.p-article-header-item .p-article-action-btn-2020__article-head {
  white-space: nowrap;
}

.p-article-action-btn-2020__article-head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-article-action-btn-2020__scrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.p-article-action-btn-2020__scrap-popup {
  z-index: 1;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  padding: 16px;
  width: calc(100vw - 32px);
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media screen and (min-width: 600px) {
  .p-article-action-btn-2020__scrap-popup {
    width: auto;
    min-width: 340px;
  }
}

.p-article-action-btn-2020__scrap-popup .title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.p-article-action-btn-2020__scrap-popup .link {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1;
}

.p-article-action-btn-2020__scrap-popup .link:visited {
  color: indigo;
}

.p-article-action-btn-2020__scrap-popup .reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 100px;
  height: 40px;
  background-color: indigo;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-article-action-btn-2020__scrap-popup .close {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 8px;
  font-size: 0;
}

.p-article-action-btn-2020__scrap-popup .close svg {
  width: 15px;
  height: 15px;
}

.p-article-action-btn-2020__scrap-popup hr {
  margin: 16px 0;
  height: 1px;
  border: none;
  background-color: #ddd;
}

.p-article-action-btn-2020__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
  font-size: 0;
}

.p-article-action-btn-2020__share li:not(:first-child) {
  margin-left: 12px;
}

.p-article-action-btn-2020__share li svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 600px) {
  .p-article-action-btn-2020__share li[data-share="line"] {
    display: none;
  }
}

.p-article-action-btn-2020__article-head {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 16px 0 0;
}

@media screen and (min-width: 600px) {
  .p-article-action-btn-2020__article-head {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 8px 0;
  }
}

@media screen and (min-width: 600px) {
  .p-article-action-btn-2020__article-head .p-article-action-btn-2020__scrap {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

.p-article-action-btn-2020__article-head
  .p-article-action-btn-2020__scrap-popup {
  z-index: 3010;
  left: 0;
}

@media screen and (min-width: 600px) {
  .p-article-action-btn-2020__article-head
    .p-article-action-btn-2020__scrap-popup {
    left: -70px;
  }
}

@media (max-width: 360px) {
  .p-article-action-btn-2020__article-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-article-action-btn-2020__article-head .p-article-action-btn-2020__share {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 8px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 599px) {
  .p-main-contents {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .p-main-contents {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-main-contents:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 599px) {
  .p-main-contents {
    margin: 24px 0;
  }
  .article-content {
    padding: 0 16px;
  }
}

@supports (-ms-ime-align: auto) {
}

.p-main-contents img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: auto;
}

.p-header-category {
  overflow: hidden;
}

.p-header-category-wrapper {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 16px;
  width: 100%;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .p-header-category-wrapper {
    margin: 0 auto;
    width: 1056px;
  }
}

@media (min-width: 600px) and (max-width: calc(1056px + 32px)) {
  .p-header-category-wrapper {
    padding: 0 16px;
  }
}

.p-header-category-breadcrumbs {
  margin-bottom: 16px;
}

.p-header-category-breadcrumbs ul {
  -ms-flex-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.p-header-category-breadcrumbs ul,
.p-header-category-breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.p-header-category-breadcrumbs ul li {
  -ms-flex-align: center;
  gap: 0 6px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 599px) {
  .p-header-category-breadcrumbs ul li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.p-header-category-breadcrumbs ul li:before {
  content: "";
  display: block;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8e9193;
  border-right: 1px solid #8e9193;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-header-category-breadcrumbs ul li:first-child:before {
  display: none;
}

.p-header-category-breadcrumbs ul li span {
  color: #1e2428;
  font-weight: 400;
}

.p-header-category:after {
  margin-bottom: 20px;
}

.p-contents-ranking__tabs label:has(input[name="p-contents-ranking"]:checked) {
  font-weight: 700;
}

.p-contents-ranking:has(input[data-contents-ranking="daily"]:checked)
  .panel[data-contents-ranking="daily"] {
  display: block;
}

.p-contents-ranking:has(input[data-contents-ranking="weekly"]:checked)
  .panel[data-contents-ranking="weekly"] {
  display: block;
}

.p-contents-ranking:has(input[data-contents-ranking="video"]:checked)
  .panel[data-contents-ranking="video"] {
  display: block;
}

.p-contents-ranking-2020 {
  position: relative;
  margin: 25px 16px;
}

@media (min-width: 1200px) {
  .p-contents-ranking-2020 {
    margin-top: 25px;
  }
}

.p-contents-ranking-2020 h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.p-contents-ranking-2020 h2:after {
  content: "";
  background-color: #e5e5e5;
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-contents-ranking-2020 input {
  display: none;
}

.p-contents-ranking-2020 h3 {
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
}

.p-contents-ranking-2020 ul > li:first-of-type h3 {
  right: 100px;
}

.p-contents-ranking-2020 ul > li:nth-of-type(2) h3 {
  right: 50px;
}

.p-contents-ranking-2020 ul > li:nth-of-type(3) h3 {
  right: 0;
}

.p-contents-ranking-2020 label {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  display: block;
  width: 50px;
  padding-bottom: 14px;
}

.p-contents-ranking-2020 input:checked + h3 {
  font-weight: 700;
}

.p-contents-ranking-2020 input:not(:checked) + h3 label {
  cursor: pointer;
}

.p-contents-ranking-2020 ol {
  counter-reset: item;
}

.p-contents-ranking-2020 ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.p-contents-ranking-2020 ol li:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: indigo;
  font-family: Helvetica Neue, Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-size: 20px;
  line-height: 1;
  counter-increment: item;
  content: counter(item);
  display: block;
  width: 24px;
  margin: -3.5px 0;
}

@media (min-width: 1200px) {
  .p-contents-ranking-2020 ol li {
    padding: 15px 0;
  }
}

.p-contents-ranking-2020 ol li:nth-of-type(n + 2) {
  border-top: 1px solid #e5e5e5;
}

.p-contents-ranking-2020 ol li span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  color: #1e2428;
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, Segoe UI,
    Helvetica Neue, HelveticaNeue, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-contents-ranking-2020 ol li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-left: 16px;
  width: 64px;
  height: 48px;
  font-size: 0;
  text-align: center;
}

.p-contents-ranking-2020 ol li figure img {
  max-height: 48px;
  max-width: 64px;
}

.p-contents-ranking-2020 input:not(:checked) ~ ol {
  display: none;
}

.p-sidebar-important-contents {
  background-color: #f4f4f4;
  padding: 10px 16px 6px;
  margin: 24px 16px 32px;
}

@media screen and (min-width: 600px) {
  .p-sidebar-important-contents {
    margin: 24px 0 0;
  }
}

.p-sidebar-important-contents .p-list {
  padding-top: 10px;
}

.p-sidebar-important-contents .p-list-item {
  margin: 0 0 12px;
  padding: 0;
  border: none;
}

.p-sidebar-important-contents .c-category-title {
  padding: 8px 0 8px 24px;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 16px 16px;
  border-top: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.1;
}

.p-sidebar-important-contents .c-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.p-sidebar-important-contents .c-list-title:before {
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #8e9193;
  padding-right: 4px;
}

.p-sidebar-important-contents .c-list-title--side {
  margin: 0;
}

.p-sidebar-important-contents .c-list-title span {
  margin: 0;
  font-weight: 400;
}

.p-list-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
}

@media screen and (max-width: 599px) {
  .p-list-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 16px 0;
    margin: 0 16px;
  }
}

@media screen and (max-width: 599px) {
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
}

@media screen and (min-width: 600px) {
  .p-ad-org-news-txt__item _:future {
    padding-top: 2px;
  }
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: format("embedded-opentype"), format("woff"), format("truetype"),
    format("svg");
}

.uni-scrap button {
  border: none;
  background: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
}

.uni-scrap .scrap-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.uni-scrap .scrap-modal-screen {
  width: 100vw;
  height: 100vh;
  background-color: rgba(30, 36, 40, 0.5);
}

.uni-scrap .scrap-modal-common {
  position: absolute;
  display: none;
}

.uni-scrap .scrap-modal-common-head {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-common-head {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-common-head {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.uni-scrap .scrap-modal-common-head__close {
  float: right;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: hidden;
  color: transparent;
}

.uni-scrap .scrap-modal-common-head__close:after,
.uni-scrap .scrap-modal-common-head__close:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #8e9193;
}

.uni-scrap .scrap-modal-common-head__close:before {
  top: 10px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.uni-scrap .scrap-modal-common-head__close:after {
  left: 0;
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-common-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-common-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    background-color: rgba(75, 0, 130, 0.1);
  }
}

.uni-scrap .scrap-modal-common-button button {
  width: 144px;
  height: 40px;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-common-button button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-common-button button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.uni-scrap .scrap-modal-common-button__cansel {
  color: #8e9193;
}

.uni-scrap .scrap-modal-common-button__perform {
  border-radius: 50px;
  color: #fff;
}

.uni-scrap .scrap-modal-common-button__perform--purple {
  background-color: indigo;
}

.uni-scrap .scrap-modal-common-button__perform:hover {
  opacity: 0.7;
}

.uni-scrap .scrap-modal-message-detail__text-caution {
  display: block;
  color: #fe5d4b;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-message-detail__text-caution {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-message-detail__text-caution {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.uni-scrap .scrap-modal-edit {
  left: calc(50% - 312.5px);
  top: calc(50% - 165.5px - 100px);
  width: 625px;
  height: 331px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-edit {
    left: 5%;
    top: 80px;
    width: 90%;
    height: auto;
  }
}

.uni-scrap .scrap-modal-edit-detail {
  padding: 30px;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-edit-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-edit-detail {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-edit-detail {
    padding: 20px 10px;
  }
}

.uni-scrap .scrap-modal-edit-detail__title {
  color: #8e9193;
}

.uni-scrap .scrap-modal-edit-detail__textarea {
  resize: none;
  width: 100%;
  height: 8rem;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-edit-detail__textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 600px) {
  .uni-scrap .scrap-modal-edit-detail__textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

.uni-scrap .scrap-modal-comp {
  position: absolute;
  left: calc(50% - 250px);
  top: calc(50% - 125px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 500px;
  height: 250px;
  background-color: #fff;
}

@media screen and (max-width: 599px) {
  .uni-scrap .scrap-modal-comp {
    left: 5%;
    width: 90%;
  }
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-color"]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-color"]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-color"]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-color"]) {
  border-left-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-style"]) {
  border-width: initial;
}

.wp-block-button .wp-block-button__link:where([style*="border-top-style"]) {
  border-top-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-right-style"]) {
  border-right-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-bottom-style"]) {
  border-bottom-width: medium;
}

.wp-block-button .wp-block-button__link:where([style*="border-left-style"]) {
  border-left-width: medium;
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}

@supports (position: sticky) {
}

.wp-block-cover h1:where(:not(.has-text-color)),
.wp-block-cover h2:where(:not(.has-text-color)),
.wp-block-cover h3:where(:not(.has-text-color)),
.wp-block-cover h4:where(:not(.has-text-color)),
.wp-block-cover h5:where(:not(.has-text-color)),
.wp-block-cover h6:where(:not(.has-text-color)),
.wp-block-cover p:where(:not(.has-text-color)),
.wp-block-cover-image h1:where(:not(.has-text-color)),
.wp-block-cover-image h2:where(:not(.has-text-color)),
.wp-block-cover-image h3:where(:not(.has-text-color)),
.wp-block-cover-image h4:where(:not(.has-text-color)),
.wp-block-cover-image h5:where(:not(.has-text-color)),
.wp-block-cover-image h6:where(:not(.has-text-color)),
.wp-block-cover-image p:where(:not(.has-text-color)) {
  color: inherit;
}

@supports (-webkit-touch-callout: inherit) {
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}

:where(.wp-block-file) {
  margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-color"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-color"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-color"]) {
  border-left-style: solid;
}

.wp-block-image :where([style*="border-width"]) {
  border-style: solid;
}

.wp-block-image :where([style*="border-top-width"]) {
  border-top-style: solid;
}

.wp-block-image :where([style*="border-right-width"]) {
  border-right-style: solid;
}

.wp-block-image :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*="border-left-width"]) {
  border-left-style: solid;
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto rgba(90, 90, 90, 0.25);
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}

.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: rgba(90, 90, 90, 0.25);
  border: none;
}

.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment
      )
  ) {
  line-height: 1.1;
}

:where(
    .wp-block-latest-comments:not(
        [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
      )
  ) {
  line-height: 1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}

ol,
ul {
  box-sizing: border-box;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a {
  text-decoration: none;
}

.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:active,
.wp-block-navigation:where(:not([class*="has-text-decoration"])) a:focus {
  text-decoration: none;
}

:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation.has-background
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ) {
  padding: 0.5em 1em;
}

:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-item
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      a:not(.wp-element-button)
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-navigation-submenu
      button.wp-block-navigation-item__content
  ),
:where(
    .wp-block-navigation
      .wp-block-navigation__submenu-container
      .wp-block-pages-list__item
      button.wp-block-navigation-item__content
  ) {
  padding: 0.5em 1em;
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}

.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}

.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}

.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}

.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}

.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}

:where(.wp-block-pullquote) {
  margin: 0 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
  font-family: inherit;
}

@supports (position: sticky) {
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

/*! (c) Philipp Koenig under MS-RSL */

#onetrust-pc-sdk [type="checkbox"]:not(:checked) {
  pointer-events: initial;
}

.category-vendors-list-handler + a:focus-visible {
  outline: 2px solid #000;
}

/*=========COMMENTS==========*/

.comments {
  margin-top: 2rem;
  font-size: 1rem;
}
.block {
  padding-top: 0.5rem;
}
.answer {
  padding-left: 3rem;
}
.answer-block {
  border-left: 4px solid #000;
  padding-top: 0.4rem !important;
}
.comments__title {
  font-weight: 700;
  color: #1b1b1b;
}
.comments__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1rem;
}
.comments__block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.279);
}
.block__input {
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  padding: 12px 16px 20px;
}
.block__input-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.block__input-top span:first-child {
  color: #000;
  font-weight: 700;
}
.block__input-top span:last-child {
  color: #3b5998;
}
.block__input-info {
  display: flex;
  gap: 0.4rem;
}
.block__input-info input {
  width: 100%;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  text-align: left;
}

.avatar__img {
  max-width: 50px;
  border-radius: 5px;
}
.block__row {
  padding: 0 10px;
  display: flex;
}
.block__info {
  flex: 1 1 90%;
  margin-left: 0.5rem;
}

.info__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.info__name-dis {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #4d4d4d;
  font-size: 0.9rem;
}

.info__text-text {
  text-align: left;
  font-size: 16px;
}
.info__like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
}
.info__like-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  color: #4d4d4d77;
}
.info__like-row .fa-twitter {
  font-size: 0.8rem;
}
.block__info::after {
  margin-bottom: 1rem;
}
.comment-block-input__button {
  cursor: pointer;
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
}
.reg__list {
  margin: 0 auto;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  list-style-type: none;
  counter-reset: list-counter;
  width: 100%;
  padding-left: 0;
}
.reg__item {
  counter-increment: list-counter;
  border: 1px solid #a198a5;
  box-shadow: 0 1px 1px 0 #d7a5fa;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 1.2rem;
}

.reg__item::before {
  content: counter(list-counter);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  line-height: 29px;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
  border: 2px solid rgb(150, 30, 235);
  color: rgb(150, 30, 235);
  font-family: ui-monospace;
}

.reg__item p {
  margin: 0;
  padding: 0;
}

.button-link {
  background-color: #007fff;
  color: white !important;
  display: block;
  margin: 2rem auto;
  max-width: 70%;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  animation: pulseAnimation 2s ease-in-out infinite;
}
@keyframes pulseAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.button-link:hover {
  background-color: #e11229;
}

.reg__item::marker {
  color: indigo;
  font-size: 1.5rem;
}
/* HEADER */

.p-header-view__contents .globalnav-all label,
.p-header-view__contents .globalnav-all label div {
  pointer-events: none;
}
p a,
.info__text-text a {
  color: #007fff !important;
  text-decoration: underline;
}

.reg__list {
  /* margin: 0; */
  /* width: 650px; */
  max-width: 100%;
}

a:hover,
.info__text-text a:hover {
  color: #e11229 !important;
  text-decoration: underline;
}

.button-link:hover {
  color: white !important;
}
.layout-contents__sidebar #sidebar_ranking_access label {
  cursor: unset;
}

.layout-contents {
  max-width: 1056px;
  width: 100%;
  gap: 10px;
}

.layout-contents__main {
  max-width: 724px;
  width: 100%;
}

.p-footer {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 600px) and (max-width: calc(1088px)) {
  .layout-contents {
    margin: 0;
    padding: 0 16px;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #007fff;
}
.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 0.5px solid #007fff;
}
.swiper-pagination-bullet-active {
  background: #007fff;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper {
  margin-bottom: 20px;
}
.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
#comments_form.mycomment {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin: 20px 0 0;
  font-size: 16px;
}
#comments_form img.mycomment-img {
  flex-shrink: 0;
  max-width: 50px;
  width: 100%;
  height: fit-content;
  margin-right: 10px;
}
#comments_form .mycomment-info {
  width: 100%;
  max-width: 100%;
}
#comments_form .textbox {
  color: #1d2129;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  outline: 0;
}
#comments_form .mycomment-info__inner {
  background-color: #f2f3f5;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  padding: 0.75rem 12px 1rem;
  position: relative;
}
#comments_form .error {
  position: relative;
  margin-top: -10px;
  color: red;
  font-size: 13px;
  padding-left: 5px;
  display: none;
}
.form-wrapper {
  scroll-margin-top: 200px;
  max-width: 450px;
  margin: 20px auto;
}
.swiper {
  height: 500px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}