@charset "UTF-8";
/* SETTING
================================================================================ */
body {
  background: #fff;
}

dfn {
  font-style: normal;
}

#contents,
#mainContents {
  width: 100%;
  background: transparent;
  float: none;
  clear: both;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.sp_container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.sp_content {
  overflow: hidden;
  position: relative;
  color: #272727;
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "Noto Sans JP", serif;
  padding: 0;
  margin: 0;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content h1, .sp_content h2, .sp_content h3, .sp_content h4 {
  line-height: 1.3;
}
.sp_content ul:not(.slick-dots), .sp_content li, .sp_content dl {
  line-height: 1.3;
}
.sp_content img {
  max-width: 100%;
  height: auto;
}
.sp_content a {
  cursor: pointer;
}
.sp_content a:hover img, .sp_content a:active img, .sp_content a:focus img {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.sp_content a img {
  display: block;
  transition: all 0.6s;
  border: 1px solid #E2E4E6;
}
.sp_content div {
  box-sizing: border-box;
}
.sp_content .alt {
  display: none;
}
.sp_content figure {
  margin: 0;
}
.sp_content main {
  position: relative;
  z-index: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wow[class*=fadeIn] {
  opacity: 0;
}
.wow[class*=fadeIn][style*=visible] {
  opacity: 1;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* SLIDER
======================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-arrow {
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
  width: 30px;
  z-index: 1;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNCA2NCIgPjxwYXRoIGQ9Ik0yLDBjLjUsMCwxLC4yLDEuNC42bDMwLDMwaDBjLjMuNC41LjguNiwxLjNoMHYuMmgwYzAsLjUtLjIuOS0uNSwxLjJoMHMwLDAsMCwwaDBTMy41LDYzLjMsMy41LDYzLjNjLS44LjgtMiwuOC0yLjgsMC0uNC0uMy0uNi0uOC0uNy0xLjMsMC0uNS4yLTEsLjYtMS40bDI4LjYtMjguNkwuNiwzLjRDLjIsMywwLDIuNSwwLDIsMCwxLjUuMiwxLC42LjYsMSwuMiwxLjUsMCwyLDBaIi8+PC9zdmc+") no-repeat center/contain;
  width: 100%;
  height: 30px;
}
.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  opacity: 1;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}
.slick-arrow.slick-prev {
  left: 0;
}
[dir=rtl] .slick-arrow.slick-prev {
  left: auto;
  right: 0;
}
.slick-arrow.slick-prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick-arrow.slick-next {
  right: 0;
}
[dir=rtl] .slick-arrow.slick-next {
  left: 0;
  right: auto;
}
@media screen and (min-width: 769px) {
  .slick-arrow {
    width: 30px;
  }
  .slick-arrow::before {
    height: 60px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 6px;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 12px;
  margin: 0 3px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12px;
  height: 6px;
  text-align: center;
  border-radius: 2px;
  background: #272727;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #DC0610;
  opacity: 0.75;
}

/* TAB
======================================== */
.tab-body {
  position: relative;
}
.tab-body > * {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.tab-body > *.current {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: inherit;
}

/* ACCORDION
======================================== */
div.accordion {
  position: relative;
  height: auto;
}
div.accordion:not(.--fixed) {
  overflow: hidden;
  max-height: 10em;
  -webkit-mask: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
          mask: linear-gradient(rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}
div.accordion:not(.--fixed) + label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  text-align: center;
  margin: -1em 0 1em;
  padding: 0.5em;
  font-family: "Noto Sans JP", serif;
  font-weight: 800;
  font-optical-sizing: auto;
  color: #fbffd6;
}
div.accordion:not(.--fixed) + label::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1.5em;
  height: 0;
  padding: 1.5em 0 0;
  border: 1px solid #fbffd6;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.accordion.--fixed + label {
  display: none;
}

input.accordion {
  display: none;
}
input.accordion:checked ~ div.accordion {
  max-height: inherit;
  -webkit-mask: none;
          mask: none;
}
input.accordion:checked ~ div.accordion + label {
  flex-direction: column-reverse;
  margin: 2em 0 0;
}
input.accordion:checked ~ div.accordion + label span {
  display: none;
}
input.accordion:checked ~ div.accordion + label::before {
  content: "close";
  display: block;
  margin-left: auto;
  margin-right: auto;
}
input.accordion:checked ~ div.accordion + label::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (hover: hover) {
  div.accordion + label {
    cursor: pointer;
    transition: all 0.4s;
  }
  div.accordion + label:hover {
    opacity: 0.5;
  }
}
/* ARTICLE
======================================== */
.sp_sec figure {
  margin: 1em 0 0;
}

/* LINK
======================================== */
.link-next {
  font-weight: 700;
  color: #272727;
  position: relative;
  display: inline-block;
  padding: 0 0 0.25em;
}
.link-next::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 0;
  transition: all 0.2s;
}
.link-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  margin-bottom: -0.15em;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSIgPjxjaXJjbGUgY3g9IjEwLjUiIGN5PSIxMC41IiByPSIxMC41IiBmaWxsPSIjZGMwNjEwIi8+PHBhdGggZD0iTTEzLjUsMTAuNWwtNSw1LDUtNVpNOC41LDUuNWw1LDUtNS01WiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==") no-repeat center right/contain;
  z-index: 1;
  transition: all 0.2s;
}
@media (hover: hover) {
  .link-next:hover {
    color: #DC0610;
  }
  .link-next:hover::before {
    width: 100%;
  }
  .link-next:hover::after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMSAyMSIgPjxjaXJjbGUgY3g9IjEwLjUiIGN5PSIxMC41IiByPSIxMC41IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTEzLjUsMTAuNWwtNSw1LDUtNVpNOC41LDUuNWw1LDUtNS01WiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==");
  }
}

a.sp_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 3em;
  background: url(../images/btn-bg.jpg) no-repeat 100% 0px;
  background-color: #000;
  font-family: "Noto Sans JP", serif;
  font-weight: 900;
  font-size: clamp(16px, 2.4vw, 24px);
  gap: 0.1em;
}
a.sp_banner, a.sp_banner:hover, a.sp_banner:visited {
  color: #fff;
}
a.sp_banner span {
  font-size: 0.9em;
}
@media (hover: hover) {
  a.sp_banner:hover {
    -webkit-filter: brightness(180%);
            filter: brightness(180%);
    color: #DC0610;
  }
}

.link-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.link-block a {
  display: block;
  box-shadow: 0 2px 10px rgba(121, 91, 67, 0.6);
  border-radius: 1em;
  border: 5px solid #fff;
  overflow: hidden;
}
.link-block img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .link-block {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}

/* NEWS
======================================== */
.contentsWrapper {
  display: flex;
  position: relative;
}
.contentsWrapper .image {
  overflow: hidden;
}
.contentsWrapper .image img {
  max-width: 100%;
  height: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  aspect-ratio: 16/9;
}
.contentsWrapper .textWrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.contentsWrapper p.title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.contentsWrapper p.description {
  color: #272727;
  font-size: 0.875em;
  text-align: justify;
  padding-bottom: 0.5em;
  text-justify: inter-character;
}
.contentsWrapper p.datetime {
  font-size: 0.875em;
  line-height: 1.2;
  color: #777;
  margin-top: auto;
  align-self: flex-end;
}

.sp_news > li {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  display: block;
  width: 100%;
  transition: all 0.4s;
}
.sp_news a {
  display: block;
  width: 100%;
}
.sp_news .image {
  overflow: hidden;
}
.sp_news .image img {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp_news .title {
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.sp_news .description {
  font-size: 0.875em;
  text-align: justify;
  text-justify: inter-character;
}
.sp_news .datetime {
  font-size: 0.875em;
  line-height: 1.4285714286;
  color: #777;
  text-align: right;
  display: block;
  font-family: "Noto Sans JP", serif;
}
.sp_news a, .sp_news a:link, .sp_news a:hover, .sp_news a:visited {
  color: #272727;
}
@media (hover: hover) {
  .sp_news a:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sp_news--card > li {
  padding: 0;
}
.sp_news--card .contentsWrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.17);
  overflow: hidden;
}
.sp_news--card img {
  width: 100%;
}
.sp_news--card .image {
  margin: 0;
}
.sp_news--card .title {
  margin: 0;
  color: #fff;
}
.sp_news--card .textWrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  padding: 0.5em 1em;
  width: 100%;
  text-shadow: 0 0 2px #000;
}
.sp_news--card .datetime {
  display: none;
}
.sp_news--card .description {
  display: none;
}
.sp_news--card .title {
  font-weight: normal;
  line-height: 1.5;
  font-size: 0.875em;
  padding-bottom: 0;
}
.sp_news--row {
  font-size: 1em;
}
.sp_news--row li {
  border-bottom: 1px solid #E2E4E6;
}
.sp_news--row .contentsWrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 2.4vw, 30px);
  padding: 1em 0;
  border-radius: 0;
}
.sp_news--row .contentsWrapper .image {
  flex: 0 0 120px;
}
.sp_news--row .contentsWrapper .title {
  position: relative;
  color: #272727;
}
.sp_news--row .contentsWrapper .title > * {
  position: relative;
  z-index: 1;
}
.sp_news--row .contentsWrapper .description {
  padding-bottom: 0.5em;
}
@media (hover: hover) {
  .sp_news--row .contentsWrapper:hover .image {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
@media screen and (min-width: 560px) {
  .sp_news--row .contentsWrapper .image {
    flex: 0 0 200px;
  }
}

/* HEADER
======================================== */
.sp_header {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
}
.sp_header img {
  display: block;
  height: auto;
}
.sp_header .logo {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 8vw;
}
.sp_header .logo img {
  margin: 0 auto;
  width: 80vw;
}
.sp_header .kv img {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .sp_header .logo {
    padding-top: min(3.2vw, 40px);
  }
  .sp_header .logo img {
    width: min(46vw, 825px);
  }
}

/* LEAD
======================================== */
.sp_index {
  border: 1px solid #E2E4E6;
  background-color: #fff;
}
.sp_index h3 {
  color: #fff;
  background: linear-gradient(#0672CB 0%, #2787d8 100%);
  text-align: center;
  padding: 0.25em;
  letter-spacing: 0.25em;
}
.sp_index ul {
  counter-reset: index;
}
.sp_index ul li {
  counter-increment: index;
  padding: 0.6em 0.3em 0.6em 2.5em;
  text-indent: -2.5em;
}
.sp_index ul li > * {
  text-indent: 0;
}
.sp_index ul li:last-child {
  padding-bottom: 1em;
}
.sp_index ul li::before {
  content: counter(index) ".";
  display: inline-block;
  width: 2em;
  margin-right: 0.5em;
  height: 1.15em;
  text-indent: 0;
  color: #0672CB;
  text-align: right;
}
.sp_index ul li:nth-child(even) {
  background: #F9FAFC;
}
.sp_index a {
  color: #272727;
  text-decoration: underline;
}
@media (hover: hover) {
  .sp_index a:hover {
    text-decoration: none;
  }
}

.sp_lead {
  background: linear-gradient(#F9FAFC 0%, #eeeff1 100%);
}
.sp_lead h1 {
  font-size: clamp(20px, 3.2vw, 32px);
  margin-bottom: 0.5em;
}
.sp_lead h1::after {
  content: "★ ★ ★";
  display: block;
  text-align: left;
  color: #BA7300;
  font-size: 0.6em;
  margin: 0.5em auto 0;
}
.sp_lead .sp_container {
  padding: clamp(20px, 3.2vw, 40px);
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 50px);
}
.sp_lead .update {
  text-align: right;
  color: #777;
  margin-top: 1em;
}
.sp_lead p:not(.catch) {
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-character;
}
.sp_lead .catch {
  font-weight: 700;
  color: #BA7300;
  font-size: clamp(12px, 1.4vw, 14px);
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .sp_lead .sp_container {
    flex-direction: row;
    align-items: flex-start;
  }
  .sp_lead .sp_container .sp_index {
    flex: 0 0 27em;
  }
}

.sp_selection {
  padding-top: clamp(20px, 3.2vw, 40px);
}
.sp_selection header {
  padding: 20px clamp(20px, 4.8vw, 60px) 20px;
  background: url(../images/selection-heading-bg.png) no-repeat top center;
}
.sp_selection header h2 {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.sp_selection header h2 .deco {
  color: #BA7300;
  font-size: clamp(12px, 1.4vw, 14px);
}
.sp_selection header p {
  text-align: center;
}
.sp_selection header .comment {
  margin: 0 auto;
  font-size: 0.875em;
}
.sp_selection header .comment dl {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 23em;
}
.sp_selection header .comment dt {
  width: 5em;
  color: #BA7300;
}
.sp_selection header .comment dd {
  width: 18em;
}
.sp_selection header .comment p {
  margin-top: 0.5em;
}
.sp_selection .tab-nav {
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
}
.sp_selection .tab-nav::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  max-width: 364px;
  height: 90%;
  position: absolute;
  top: 10px;
  left: 50%;
  border: 1px solid;
  -o-border-image: linear-gradient(#ba7300 0, rgba(186, 115, 0, 0) 90%) 1;
     border-image: linear-gradient(#ba7300 0, rgba(186, 115, 0, 0) 90%) 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sp_selection .tab-nav > * {
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
}
.sp_selection .tab-nav h3 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  width: 5em;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 8px;
}
.sp_selection .tab-nav ul {
  display: flex;
  justify-content: center;
  gap: 4px;
}
.sp_selection .tab-nav ul li {
  display: flex;
  justify-content: stretch;
  flex: 1 1 30%;
  max-width: 110px;
}
.sp_selection .tab-nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0.5em 0.25em 1.5em;
  color: #272727;
  font-weight: 700;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTAgMTA4IiA+PHBhdGggZD0iTTAsOTBWMGgxMTB2OTBzLTU1LDE4LTU1LDE4TDAsOTBaIiBmaWxsPSIjRTJFMkUyIi8+PC9zdmc+") no-repeat bottom center/100% auto;
  box-sizing: border-box;
}
.sp_selection .tab-nav a.current {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTAgMTA4IiA+PHBhdGggZD0iTTAsOTBWMGgxMTB2OTBzLTU1LDE4LTU1LDE4TDAsOTBaIiBmaWxsPSIjREMwNjEwIi8+PC9zdmc+");
  color: #fff;
}
.sp_selection .tab-body {
  padding-left: 10px;
}
.sp_selection footer {
  margin-top: 0.5em;
  padding: 0 10px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sp_selection footer small.notes {
  display: block;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .sp_selection .tab-nav {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .sp_selection .tab-nav::before {
    max-width: 780px;
    top: 24px;
  }
  .sp_selection .tab-nav > * {
    max-width: inherit;
  }
  .sp_selection .tab-nav h3 {
    width: 90px;
    height: 42px;
    padding-top: 7px;
    margin-bottom: 8px;
    color: #fff;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MCA0MiIgPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjAuNSIgeDI9IjAuNSIgeTI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzODM4MzgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMCwzMkg5MEw0NSw0MlptMCwwVjBIOTBWMzJaIiBmaWxsPSJ1cmwoI2EpIi8+PC9zdmc+") no-repeat top center;
  }
  .sp_selection .tab-nav h3::before, .sp_selection .tab-nav h3::after {
    content: none;
  }
  .sp_selection .tab-nav ul {
    gap: 10px;
  }
  .sp_selection .tab-nav ul li {
    padding-bottom: 13px;
    max-width: 240px;
  }
  .sp_selection .tab-nav a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 0.25em 0.5em;
    color: #272727;
    font-weight: 700;
    background: transparent;
  }
  .sp_selection .tab-nav a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 13px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgMTMiID48cGF0aCBkPSJNMTA5LjM2Myw0SDBWMGgyNDB2NGgtMTA5LjM2NGwtMTAuNjM2LDktMTAuNjM3LTlaIiBmaWxsPSIjNzA3MDcwIi8+PC9zdmc+") no-repeat top center/100% 13px;
  }
  .sp_selection .tab-nav a.current {
    background: transparent;
    color: #272727;
  }
  .sp_selection .tab-nav a.current::after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNDAgMTMiID48cGF0aCBkPSJNMTA5LjM2Myw0SDBWMGgyNDB2NGgtMTA5LjM2NGwtMTAuNjM2LDktMTAuNjM3LTlaIiBmaWxsPSIjREMwNjEwIi8+PC9zdmc+") no-repeat top center/100% 13px;
  }
  .sp_selection .tab-body {
    padding-left: 0 30px;
  }
}
@media screen and (min-width: 1240px) {
  .sp_selection .tab-body, .sp_selection footer {
    padding: 0 clamp(30px, 4.8vw, 60px);
  }
}

.scrollable-wrapper {
  position: relative;
  overflow-x: scroll;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.recommend-table {
  font-size: clamp(10px, 1.4vw, 14px);
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
  line-height: 1.3;
}
.recommend-table img {
  display: block;
  max-width: inherit;
  margin: 0 auto;
}
.recommend-table tr th, .recommend-table tr td {
  border-bottom: 1px solid #E2E4E6;
  background-color: #fff;
  padding: 0.5em;
}
.recommend-table tr:nth-child(even) th, .recommend-table tr:nth-child(even) td {
  background: #F9FAFC;
}
.recommend-table tr th {
  position: sticky;
  left: 0;
  z-index: 2;
}
.recommend-table thead th, .recommend-table thead td {
  background: #F0F2F4;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
}
.recommend-table tbody .prod {
  font-size: 1.125em;
}
.recommend-table tbody .gpu, .recommend-table tbody .cpu, .recommend-table tbody .memory, .recommend-table tbody .strage, .recommend-table tbody .cooling, .recommend-table tbody .weight, .recommend-table tbody .display {
  text-align: center;
}
.recommend-table .prod {
  width: 7em;
  max-width: 7em;
}
.recommend-table .cpu, .recommend-table .size, .recommend-table .gpu, .recommend-table .support {
  width: 10em;
  min-width: 10em;
}
.recommend-table .memory, .recommend-table .strage, .recommend-table .cooling, .recommend-table .power, .recommend-table .weight, .recommend-table .display {
  width: 5em;
  min-width: 5em;
}
.recommend-table .img {
  width: 70px;
  max-width: 90px;
}
.recommend-table .img img {
  width: 50px;
  vertical-align: middle;
}
.recommend-table .game1, .recommend-table .game2, .recommend-table .game3 {
  white-space: nowrap;
}
.recommend-table .game1 img, .recommend-table .game2 img, .recommend-table .game3 img {
  width: 50px;
}
.recommend-table .buy {
  width: 9em;
  max-width: 9em;
}
.recommend-table .buy a {
  display: flex;
  margin: 0 auto;
  width: 7em;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 2px #013fcb;
  background: linear-gradient(#0672cb 0%, #388ed5 100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .recommend-table .buy a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
/* 追加 */
.recommend-table .buy small {
    display: block;
    text-align: center;
    margin-top: 0.3em;
}
/* / */
@media screen and (min-width: 769px) {
  .recommend-table .prod {
    width: 15em;
    max-width: inherit;
    min-width: 10em;
  }
  .recommend-table .buy {
    width: 12em;
    max-width: 12em;
  }
  .recommend-table .buy a {
    width: 8em;
  }
}
@media screen and (min-width: 1240px) {
  .recommend-table tr th, .recommend-table tr td {
    padding: 0.6em 0.8em;
  }
  .recommend-table .prod {
    width: 15em;
    max-width: 15em;
  }
  .recommend-table .img {
    width: 90px;
  }
  .recommend-table .img img {
    width: 70px;
  }
  .recommend-table .game1, .recommend-table .game2, .recommend-table .game3 {
    width: 130px;
  }
  .recommend-table .game1 img, .recommend-table .game2 img, .recommend-table .game3 img {
    width: 100px;
  }
  .recommend-table .cpu, .recommend-table .size, .recommend-table .gpu {
    width: auto;
    min-width: 12em;
  }
  .recommend-table .memory, .recommend-table .strage, .recommend-table .cooling, .recommend-table .power, .recommend-table .weight, .recommend-table .display {
    width: auto;
    min-width: 7em;
  }
}
/* 追加・更新 */
/* 4つ並べの時はコメントアウトの数値に戻す */
.sp_banners-maker {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: clamp(20px, 4.8vw, 60px);
  max-width: 790px;/* 1240px; */
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .sp_banners-maker {
    gap: 20px;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1240px) {
  .sp_banners-maker {
    gap: 40px;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(3, 1fr);

  }
}

.thumb-link {
  position: relative;
}
.thumb-link a {
  padding: 10px 2em 10px 10px;
  border: 1px solid #E2E4E6;
  border-radius: 3px;
  display: flex;
  gap: 1em;
  align-items: center;
}
.thumb-link a::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgPjxwYXRoIGQ9Ik0xNCw3LjAwNnYuMDA3YzAsLjAzMy0uMDAyLjA2Ny0uMDA2LjFoMGMtLjAxNy4xNDktLjA2Ny4yOTMtLjE0Ny40MmgwYy0uMDM0LjA1MS0uMDcyLjA5OC0uMTE1LjE0MmgwbC01LjgzMiw1Ljg0NWMtLjE4Ny4xODctLjQ0MS4yOTMtLjcwNi4yOTMtLjI2NSwwLS41Mi0uMTA1LS43MDctLjI5My0uMzktLjM5LS4zOS0xLjAyNCwwLTEuNDE0bDQuMS00LjFIMWMtLjU1MiwwLTEtLjQ0OC0xLTEsMC0uNTUyLjQ0OC0xLDEtMWg5LjU4NlM2LjQ4NiwxLjkwNiw2LjQ4NiwxLjkwNmMtLjM5Ny0uMzg0LS40MDgtMS4wMTctLjAyNS0xLjQxNC4zODQtLjM5NywxLjAxNy0uNDA4LDEuNDE0LS4wMjUuMDA4LjAwOC4wMTcuMDE2LjAyNS4wMjVsNS44MDcsNS44MDdoMGMuMDQ2LjA0Ny4wODguMDk5LjEyNC4xNTVoMGMuMDc0LjEyMi4xMjEuMjU4LjEzOC40di4wMzljLjAxMy4wMzcuMDIzLjA3NS4wMzEuMTEzWiIgZmlsbD0iI0RDMDYxMCIvPjwvc3ZnPg==") no-repeat right center/1em auto;
  transition: all 0.2s;
}
@media (hover: hover) {
  .thumb-link a:hover {
    background-color: rgba(204, 204, 204, 0.2);
  }
  .thumb-link a:hover::after {
    -webkit-transform: translate(4px, -50%);
            transform: translate(4px, -50%);
  }
}
.thumb-link img {
  flex: 0 0 120px;
  width: 120px;
}
.thumb-link .title {
  flex: 1 0 50%;
  color: #272727;
  font-weight: 500;
  line-height: 1.3;
}

.sp_artcile {
  background: rgba(204, 204, 204, 0.3);
  background-image: radial-gradient(circle, rgba(204, 204, 204, 0.5) 1px, transparent 1px), radial-gradient(circle, rgba(204, 204, 204, 0.5) 1px, transparent 1px);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  padding: clamp(30px, 3.2vw, 40px) 5px;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.15);
  word-break: break-word;
  word-wrap: break-word;
}
.sp_artcile section {
  position: relative;
  background: #fff;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  padding: 0 clamp(14px, 2.4vw, 30px) clamp(30px, 3.2vw, 40px);
}
.sp_artcile section:not(:last-child) {
  margin-bottom: clamp(30px, 4.8vw, 60px);
}
.sp_artcile section > small {
  display: block;
  margin-top: 0.5em;
}
.sp_artcile h2 {
  font-size: clamp(18px, 2.6vw, 26px);
  position: relative;
  padding: 1em;
  margin-bottom: 0.5em;
  color: #fff;
  border-radius: 10px;
  background: #000;
}
.sp_artcile h2.wow {
  transition: all 0.4s;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
}
.sp_artcile h2.wow.animated {
  -webkit-transform: translate(0, -0.5em);
          transform: translate(0, -0.5em);
  opacity: 1;
}
.sp_artcile h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}
.sp_artcile h3 {
  position: relative;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-left: clamp(14px, 2.4vw, 30px);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-left: calc(clamp(14px, 2.4vw, 30px) * -1);
}
.sp_artcile h3::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 100%;
  background-color: #DC0610;
  position: absolute;
  left: 0;
  top: 0;
}
.sp_artcile h3:not(:first-child) {
  margin-top: 2em;
}
h2 + .sp_artcile h3 {
  margin-top: 0;
}
.sp_artcile h4 img {
  display: inline-block;
}
.sp_artcile p {
  line-height: 1.8;
}
.sp_artcile p a {
  text-decoration: underline;
}
.sp_artcile p a:hover {
  text-decoration: none;
}
.sp_artcile p:not(:last-child), .sp_artcile .thumb-link:not(:last-child) {
  margin-bottom: 1em;
}
.sp_artcile ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.sp_artcile ul li > * {
  text-indent: 0;
}
.sp_artcile ul li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  display: inline-block;
  text-indent: 0;
  background: #272727;
  border-radius: 2px;
}
.sp_artcile dl {
  display: flex;
  flex-direction: column;
  gap: 0.5em 0.8em;
  margin-bottom: 0.8em;
}
.sp_artcile dl dt {
  flex: 0 0 1em;
  white-space: nowrap;
}
.sp_artcile dl dt.w2em {
  flex-basis: 2em;
}
.sp_artcile dl dt.w5em {
  flex-basis: 5em;
}
.sp_artcile dl dt.w7em {
  flex-basis: 7em;
}
.sp_artcile dl dt.w10em {
  flex-basis: 10em;
}
.sp_artcile dl dd {
  flex: 1 1 50%;
}
.sp_artcile dl.rate {
  gap: 0.25em 1em;
  margin-bottom: 1em;
}
.sp_artcile dl.rate dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 0.5em;
  line-height: 1;
  background: #F0F2F4;
  border-radius: 4px 4px 0 0;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #E2E4E6;
}
.sp_artcile dl.rate dt img {
  align-self: center;
}
.sp_artcile dl.rate dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.5em;
  background: rgba(39, 39, 39, 0.9);
  color: #fff;
  border-radius: 4px 0 0 0;
}
.sp_artcile dl.rate dd {
  line-height: 1.5;
}
.sp_artcile dl.rate img {
  margin: 0;
  width: auto;
  height: 1em;
}
.sp_artcile figure {
  margin: 0 auto 1.5em;
}
.sp_artcile figcaption {
  text-align: center;
  font-size: clamp(12px, 1.4vw, 14px);
  margin-top: 0.5em;
}
.sp_artcile img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sp_artcile a {
  color: #0672CB;
}
.sp_artcile a:visited {
  color: #635485;
}
.sp_artcile a:hover, .sp_artcile a:active, .sp_artcile a:focus {
  color: rgb(12.1770334928, 141.3636363636, 247.8229665072);
}
.sp_artcile mark {
  background: linear-gradient(transparent 60%, rgba(220, 6, 16, 0.15) 60%);
  background: rgb(255, 199, 30);
  font-weight: 700;
}
.sp_artcile mark + mark {
  margin-left: 0.2em;
}
.sp_artcile .profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: clamp(14px, 1.6vw, 20px);
  justify-content: center;
  align-items: center;
}
.sp_artcile .profile .profile-img {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
}
.sp_artcile .profile .profile-head {
  margin-bottom: 0.4em;
}
.sp_artcile .profile .profile-head::before {
  content: "PROFILE";
  color: #909fb0;
  display: inline-block;
  margin-right: 0.5em;
}
.sp_artcile .profile .profile-body {
  padding: 1em;
  background: #F0F2F4;
  border: 1px solid #E2E4E6;
  font-size: clamp(14px, 1.6vw, 16px);
}
.sp_artcile .profile .profile-body p {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sp_artcile {
    padding: clamp(20px, 3.2vw, 40px);
  }
  .sp_artcile dl.rate {
    flex-direction: row;
    align-items: center;
  }
  .sp_artcile dl.rate dt {
    flex-basis: 8.5em;
    border-radius: 4px 0 0 4px;
  }
  .sp_artcile dl.rate dt span {
    border-radius: 4px 0 0 4px;
  }
}

/* PICKUP
======================================== */
.sp_pickup h2 {
  position: relative;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 2.6vw, 26px);
  padding: 0.5em 0 0.5em;
  text-align: center;
}
.sp_pickup h2::after {
  content: "";
  background-color: #DC0610;
  width: 4em;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -2em;
}
.sp_pickup .more {
  position: relative;
  text-align: right;
  max-width: 1560px;
  margin: 1em auto 0;
  padding: 0 clamp(20px, 4.8vw, 60px);
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sp_pickup .more .link-next {
    margin-right: 15px;
  }
}

.sp_pickup-slider-wrapper {
  padding: clamp(30px, 4.8vw, 60px) 0 clamp(30px, 3.2vw, 40px);
  background: linear-gradient(#d9e1e8 0%, #f0f2f4 100%);
}

.sp_pickup-slider {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px 22px;
}
.sp_pickup-slider .slick-slide {
  padding: 0 10px;
}
.sp_pickup-slider ul.slick-dots {
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .sp_pickup-slider {
    padding: 0 60px 22px;
  }
  .sp_pickup-slider .slick-slide {
    padding: 0 15px;
  }
}

/* 関連記事
======================================== */
.sp_related .tab-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sp_related .tab-nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #E2E2E2;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  color: #272727;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  height: 60px;
  line-height: 1;
}
.sp_related .tab-nav a span {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0.4em;
}
.sp_related .tab-nav a::after {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  margin-left: -8px;
}
.sp_related .tab-nav a.current {
  background: #DC0610;
  color: #fff;
}
.sp_related .tab-nav a.current::after {
  content: "";
  width: 16px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxMCIgPjxwYXRoIGQ9Ik04LDEwTDAsMGgxNmwtOCwxMFoiIGZpbGw9IiNEQzA2MTAiLz48L3N2Zz4=") no-repeat top center;
}
.sp_related .tab-body {
  padding: 1em;
}
.sp_related .tab-body h3 {
  display: none;
}
@media screen and (min-width: 769px) {
  .sp_related .tab-nav {
    display: none;
  }
  .sp_related .tab-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 4.8vw, 60px);
    align-items: start;
    padding: clamp(30px, 3.2vw, 40px) clamp(20px, 4.8vw, 60px) clamp(30px, 4.8vw, 60px);
    max-width: 1240px;
    margin: 0 auto;
  }
  .sp_related .tab-body h3 {
    display: block;
    padding: 0 0 0.5em;
    text-align: center;
    font-size: clamp(18px, 2.6vw, 26px);
    font-weight: 700;
    border-bottom: 4px solid #272727;
  }
  .sp_related .tab-body > * {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    display: block;
  }
}

/* FOOT
======================================== */
.sp_copy {
  display: block;
  font-size: 0.875em;
  color: #777;
  font-weight: 300;
  text-align: center;
  padding: 1em;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.sp_copy a {
  color: #0672CB;
  text-decoration: underline;
}
.sp_copy a:visited {
  color: #635485;
}
.sp_copy a:hover, .sp_copy a:active, .sp_copy a:focus {
  color: #0672CB;
  text-decoration: none;
}

/* UTILITES
======================================== */
.sp_content .img-grid {
  display: grid;
  gap: clamp(14px, 1.6vw, 20px);
}
.sp_content .img-grid.--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .sp_content .over--md {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .sp_content .under--sm {
    display: none;
  }
}
@media screen and (max-width: 559px) {
  .sp_content .over--sm {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp_content .under--md {
    display: none;
  }
}
.sp_content .hint {
  display: none;
}
.sp_content .mg--m {
  margin: clamp(30px, 4.8vw, 60px);
}
.sp_content .mt--s {
  margin-top: clamp(30px, 3.2vw, 40px);
}
.sp_content .mb--s {
  margin-bottom: clamp(30px, 3.2vw, 40px);
}
.sp_content .mt--m {
  margin-top: clamp(30px, 4.8vw, 60px);
}
.sp_content .mb--m {
  margin-bottom: clamp(30px, 4.8vw, 60px);
}
.sp_content .mt--l {
  margin-top: clamp(60px, 8vw, 100px);
}
.sp_content .mb--l {
  margin-bottom: clamp(60px, 8vw, 100px);
}
.sp_content .fs-m {
  font-size: 1.175em;
}
.sp_content .fs-d {
  font-size: 1em;
}
.sp_content .align-center {
  text-align: center;
}
.sp_content .align-left {
  text-align: left;
}
.sp_content .align-right {
  text-align: right;
}
.sp_content .align-middle {
  vertical-align: middle;
}
.sp_content .block-center {
  margin-right: auto;
  margin-left: auto;
}
.sp_content .text-danger {
  color: #f30400;
}
.sp_content .fw-bold {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sp_content .fs-m--sm {
    font-size: 0.875em;
  }
  .sp_content .fs-d--sm {
    font-size: 1em;
  }
  .sp_content .align-center--sm {
    text-align: center;
  }
  .sp_content .align-left--sm {
    text-align: left;
  }
  .sp_content .align-right--sm {
    text-align: right;
  }
  .sp_content .align-middle--sm {
    vertical-align: middle;
  }
}
@media screen and (max-width: 559px) {
  .sp_content .fs-m--xs {
    font-size: 0.875em;
  }
  .sp_content .fs-d--xs {
    font-size: 1em;
  }
  .sp_content .align-center--xs {
    text-align: center;
  }
  .sp_content .align-left--xs {
    text-align: left;
  }
  .sp_content .align-right--xs {
    text-align: right;
  }
  .sp_content .align-middle--xs {
    vertical-align: middle;
  }
}