.top-mv {
  position: relative;
  background: url(../img/top/mv-bg.png) center/cover no-repeat;
  padding: 30px 0 80px;
  overflow: hidden;
}
.top-mv::before {
  content: "";
  position: absolute;
  bottom: -56px;
  left: calc(50% + 220px);
  z-index: 0;
  display: block;
  width: 317px;
  height: auto;
  aspect-ratio: 317/612;
  background: url(../img/top/mv-person.png) center/contain no-repeat;
}
.top-mv__txt-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0 60px;
}
.top-mv__catch {
  margin-bottom: 5px;
}
.top-mv__catch img {
  display: block;
  width: 458px;
  height: auto;
}
.top-mv__txt2 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top-mv__feature {
  position: relative;
  outline: solid 2px #fff;
  border-radius: 120px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.1));
}
.top-mv__feature img {
  display: block;
  width: 663px;
  height: auto;
}
.top-mv__feature::before, .top-mv__feature::after {
  content: "";
  position: absolute;
  display: block;
  background: center/contain no-repeat;
}
.top-mv__feature::before {
  right: calc(50% + 261px);
  bottom: calc(100% - 17px);
  width: 143px;
  height: auto;
  aspect-ratio: 143/124;
  background-image: url(../img/top/mv-pc-a.png);
}
.top-mv__feature::after {
  left: calc(50% + 263px);
  bottom: calc(100% - 17px);
  width: 151px;
  height: auto;
  aspect-ratio: 151/122;
  background-image: url(../img/top/mv-pc-b.png);
}

.top-news {
  display: none;
  position: relative;
}
.top-news.show {
  display: block;
}
.top-news__inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: calc(100vw - 40px);
  height: 80px;
  max-width: 900px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  margin: auto;
  transform: translateY(30px);
}
.top-news__inner::after {
  content: "";
  position: absolute;
  left: -26px;
  bottom: -18px;
  display: block;
  width: 82px;
  height: auto;
  aspect-ratio: 82/66;
  background: url(../img/common/kujira02.png) center/contain no-repeat;
}
.top-news__ttl {
  flex: 0 0 162px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #004490;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.top-news__article {
  flex: 1;
  min-width: 0;
}
.top-news__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  padding: 0 60px 0 30px;
}
.top-news__post-date {
  color: #004490;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.top-news__post-ttl {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news__more {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 26px;
  height: 26px;
}
.top-news__more::before, .top-news__more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat;
  transition: 0.2s;
}
.top-news__more::before {
  background-image: url(../img/common/circle-arrow_b.svg);
  opacity: 0;
}
.top-news__more::after {
  background-image: url(../img/common/circle-arrow-light_b.svg);
}
.top-news__article:hover .top-news__more::before {
  opacity: 1;
}
.top-news__article:hover .top-news__more::after {
  opacity: 0;
}

.top-kuchikomi {
  padding: 87px 0 49px;
}
.top-kuchikomi__inner {
  display: flex;
  align-items: center;
  gap: 34px;
}
.top-kuchikomi__score {
  flex: 0 0 258px;
  padding: 12px 0 0;
}
.top-kuchikomi__score img {
  display: block;
  width: 100%;
  height: auto;
}
.top-kuchikomi__score-note {
  display: block;
  color: #999;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.top-kuchikomi__review {
  position: relative;
  flex: 1;
  min-width: 0;
}
.top-kuchikomi__catch {
  position: absolute;
  z-index: 1;
  left: 118px;
  top: 0;
  background: #fff000;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 8.5px 26px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
  transform: translateY(-72%);
}
.top-kuchikomi__catch::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 37px;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 16px #fff000;
  border-right: solid 21px transparent;
  transform: skewX(-33deg);
}
.top-kuchikomi__catch .accent {
  position: relative;
  display: inline-block;
  color: #e60012;
}
.top-kuchikomi__catch .accent::before {
  content: "";
  position: absolute;
  left: 10px;
  top: -10px;
  display: block;
  width: 14px;
  height: auto;
  aspect-ratio: 14/15;
  background: url(../img/common/accent.png) center/contain no-repeat;
}
.top-kuchikomi__catch .num {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.top-kuchikomi__iframe-wrap {
  position: relative;
  width: 100%;
  height: 188px;
  border: solid 4px #e3f5fc;
  border-radius: 10px;
  overflow: hidden;
}
.top-kuchikomi__iframe-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -16px;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-right: solid 13px #e3f5fc;
  border-top: solid 11px transparent;
  border-bottom: solid 11px transparent;
}
.top-kuchikomi__iframe-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cost-performance-ttl {
  text-align: center;
  padding-top: 43px;
}
.cost-performance-ttl__sub {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 41px;
  color: #111;
}
.cost-performance-ttl__sub span {
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.04em;
  color: #E60012;
  border-bottom: 5px double #E60012;
  margin: 0 2px;
}
.cost-performance-ttl__img {
  position: absolute;
  top: -41px;
  right: -150px;
}
.cost-performance-ttl__img img {
  width: 130px;
  height: 126px;
}
.cost-performance-ttl__main {
  color: #004490;
  font-weight: 900;
  font-size: 50px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-align: center;
  margin-top: 8px;
}
.cost-performance-ttl__main span {
  display: inline-block;
  border-bottom: 8px double #F9F322;
}

.cost-performance-menu {
  max-width: 997px;
  margin: 53px auto 0;
}
.cost-performance-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 1.5045135406%;
}
.cost-performance-menu__item {
  position: relative;
  width: 23.8716148445%;
  background: #f5f5f5;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  padding: 16px 17px;
}
.cost-performance-menu__item:hover {
  background: #e0eaf5;
  border-color: #004490;
}
.cost-performance-menu__item.is-active {
  background: #004490;
  border-color: #004490;
  cursor: default;
}
.cost-performance-menu__item span {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #111;
  padding-left: 44px;
  transition: all 0.3s;
}
.cost-performance-menu__item span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-color: #fff;
  border-radius: 50%;
}
.cost-performance-menu__item span::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 16.5px;
  transform: translate(-50%, -50%);
}
.cost-performance-menu__item.is-active span {
  color: #fff;
}
.cost-performance-menu__item.is-active span::before {
  background-color: #366FB0;
}
.cost-performance-menu__item--note-pc span::after {
  width: 20px;
  height: 14px;
  background: url(../img/top/icon-note-pc-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--note-pc.is-active span::after {
  background-image: url(../img/top/icon-note-pc-w.svg);
}
.cost-performance-menu__item--desktop-pc span::after {
  width: 19px;
  height: 18px;
  background: url(../img/top/icon-desktop-pc-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--desktop-pc.is-active span::after {
  background-image: url(../img/top/icon-desktop-pc-w.svg);
}
.cost-performance-menu__item--gaming-pc span::after {
  width: 15px;
  height: 18px;
  background: url(../img/top/icon-gaming-pc-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--gaming-pc.is-active span::after {
  background-image: url(../img/top/icon-gaming-pc-w.svg);
}
.cost-performance-menu__item--business span::after {
  width: 13px;
  height: 16px;
  background: url(../img/top/icon-office-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--business.is-active span::after {
  background-image: url(../img/top/icon-office-w.svg);
}
.cost-performance-menu__item--everyday span::after {
  width: 17px;
  height: 17px;
  background: url(../img/top/icon-earth-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--everyday.is-active span::after {
  background-image: url(../img/top/icon-earth-w.svg);
}
.cost-performance-menu__item--work span::after {
  width: 17px;
  height: 14px;
  background: url(../img/top/icon-bag-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--work.is-active span::after {
  background-image: url(../img/top/icon-bag-w.svg);
}
.cost-performance-menu__item--video span::after {
  width: 16px;
  height: 13px;
  background: url(../img/top/icon-video-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--video.is-active span::after {
  background-image: url(../img/top/icon-video-w.svg);
}
.cost-performance-menu__item--webcam span::after {
  width: 18px;
  height: 16px;
  background: url(../img/top/icon-webcam-b.svg) center/cover no-repeat;
}
.cost-performance-menu__item--webcam.is-active span::after {
  background-image: url(../img/top/icon-webcam-w.svg);
}

.cost-performance-products {
  background: #F5F5F5;
  border-top: 5px solid #004490;
  margin: 48px 0 80px;
  padding: 33px 0 50px;
}
.cost-performance-products__inner {
  max-width: 1221px;
  padding: 0 10px;
  margin: 0 auto;
}
.cost-performance-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.9142381349%;
}

.cost-performance-products-error {
  text-align: center;
  padding: 40px;
  color: #999;
  font-size: 15px;
  grid-column: 1/-1;
}

.cost-performance-product-card {
  display: flex;
  flex-direction: column;
}
.cost-performance-product-card a:hover .cost-performance-product-card__name {
  text-decoration-color: transparent;
}
.cost-performance-product-card__badge {
  width: 72.9927007299%;
  background: #00408d;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding: 6px;
  border-radius: 5px;
  margin: 0 auto 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.cost-performance-product-card__img {
  position: relative;
  aspect-ratio: 1/1;
}
.cost-performance-product-card__img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-object-fit: contain;
     object-fit: contain;
}
.cost-performance-product-card__body {
  padding-top: 15px;
}
.cost-performance-product-card__name {
  font-size: 16px;
  color: #111;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: all 0.3s;
}
.cost-performance-product-card__price-wrap {
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: #E60012;
}
.cost-performance-product-card__price {
  font-size: 22px;
  letter-spacing: 0.04em;
}
.cost-performance-product-card__price-tax {
  font-size: 14px;
}

.top-banner {
  display: none;
  position: relative;
  background: #f5f5f5;
  padding: 40px 0;
}
.top-banner.show {
  display: block;
}
.top-banner__ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  transform: translateY(-50%);
}
.top-banner__ttl .en {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.top-banner__list {
  position: relative;
}
.top-banner__item {
  display: block;
  height: auto;
  padding: 0 3px;
  transition: opacity 0.2s ease;
}
.top-banner__item:hover {
  opacity: 0.7;
}
.top-banner__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-banner .slick-list {
  width: calc(100% + 6px);
  margin: 0 -3px;
}
.top-banner .slick-track {
  display: flex;
  justify-content: center;
  margin: auto;
}

.top-shoukai {
  display: none;
  padding: 69px 0 0;
}
.top-shoukai.show {
  display: block;
}
.top-shoukai__catch {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 18px;
  text-align: center;
}
.top-shoukai__catch .num {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
.top-shoukai__catch em {
  color: #e60012;
}
.top-shoukai__catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 1px;
  background: #004490;
}
.top-shoukai__ttl {
  color: #004490;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.top-shoukai__ttl span {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  line-height: 1;
}
.top-shoukai__menu {
  position: relative;
  border-bottom: solid 4px #004490;
  margin-top: 48px;
}
.top-shoukai__menu::before {
  content: "";
  position: absolute;
  left: calc(50% + 277px);
  bottom: 7px;
  width: 293px;
  height: auto;
  aspect-ratio: 293/297;
  background: url(../img/top/shoukai-model.png) center/contain no-repeat;
}
.top-shoukai__tab-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.top-shoukai__tab {
  position: relative;
  flex: 1;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 285px;
  height: 80px;
  background: #f0f0f0;
  border-radius: 10px 10px 0 0;
  color: #004490;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  padding: 8px 0 0;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.top-shoukai__tab.has-item {
  display: flex;
}
.top-shoukai__tab::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  transition: 0.2s;
}
.top-shoukai__tab.is-active {
  background: #004490;
  color: #fff;
  cursor: default;
}
.top-shoukai__tab.is-active::before {
  background-color: rgba(0, 0, 0, 0.4);
}
.top-shoukai__main {
  background: #e5f8ff;
  padding: 50px 0;
}
.top-shoukai__panel-wrap {
  position: relative;
}
.top-shoukai__panel {
  counter-reset: c;
  display: none;
  grid-template-columns: 100%;
  gap: 20px;
}
.top-shoukai__panel.is-active {
  display: grid;
}

.top-shoukai-item {
  counter-increment: c;
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 50px;
  width: 100%;
  background: #fff;
  border: solid 4px transparent;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  padding: 46px;
  transition: 0.2s;
}
.top-shoukai-item:hover {
  border-color: #004490;
}
.top-shoukai-item::before {
  content: counter(c, decimal-leading-zero);
  position: absolute;
  left: -14px;
  top: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 96px;
  height: 91px;
  background: url(../img/common/star.svg) center/contain no-repeat;
  color: #004490;
  font-family: "DM Sans", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 12px 0 0;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.1));
}
.top-shoukai-item__img {
  flex: 0 0 300px;
  height: 300px;
}
.top-shoukai-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-shoukai-item__txt {
  flex: 1;
  min-width: 0;
}
.top-shoukai-item__name {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: -0.35em;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.top-shoukai-item__price {
  font-size: 24px;
}
.top-shoukai-item__reason {
  position: relative;
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 21px;
  padding: 30px 30px;
}
.top-shoukai-item__reason-ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-58%, -59%);
}
.top-shoukai-item__reason-ttl img {
  display: block;
  width: 218px;
}
.top-shoukai-item__reason-list li {
  position: relative;
  line-height: 1.625;
  padding-left: 0.75em;
}
.top-shoukai-item__reason-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  display: block;
  width: 5px;
  height: 5px;
  background: #004490;
  border-radius: 50%;
}
.top-shoukai-item__reason-list li + li {
  margin-top: 0.4em;
}
.top-shoukai-item__more {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: flex;
  align-items: center;
  width: 130px;
  height: 40px;
  background-color: #004490;
  border-radius: 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0 20px;
}
.top-shoukai-item__more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/circle-arrow_w.svg) center/contain no-repeat;
}

.top-osusume {
  display: none;
  padding: 75px 0 0;
}
.top-osusume.show {
  display: block;
}
.top-osusume__catch {
  position: relative;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 13px;
  padding-bottom: 18px;
  text-align: center;
}
.top-osusume__catch::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 50px;
  height: 1px;
  background: #004490;
}
.top-osusume__ttl {
  color: #004490;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.top-osusume__ttl span {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  line-height: 1;
}
.top-osusume__menu {
  margin-top: 38px;
}
.top-osusume__tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1070px;
  margin: auto;
}
.top-osusume__tab {
  position: relative;
  display: none;
  align-items: center;
  height: 70px;
  background: #f5f5f5;
  border: solid 2px transparent;
  border-radius: 5px;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 0 43px 0 63px;
  cursor: pointer;
  transition: 0.2s;
}
.top-osusume__tab.has-item {
  display: flex;
}
.top-osusume__tab::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/circle-arrow_b.svg) center/contain no-repeat;
  transform: rotate(90deg);
  transition: 0.2s;
}
.top-osusume__tab.is-active {
  background: #004490;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.top-osusume__tab.is-active::after {
  background-image: url(../img/common/circle-arrow_w.svg);
}
.top-osusume__tab:hover {
  background: #e0eaf5;
  border-color: #004490;
}
.top-osusume__tab > span {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 40px;
  background: #fff center no-repeat;
  border-radius: 50%;
}
.top-osusume__tab .icon-office {
  background-image: url(../img/common/menu-icon-office.svg);
  background-size: 22px;
}
.top-osusume__tab .icon-surfing {
  background-image: url(../img/common/menu-icon-music.svg);
  background-size: 22.5px;
}
.top-osusume__tab .icon-education {
  background-image: url(../img/common/menu-icon-book.svg);
  background-size: 25px;
}
.top-osusume__tab .icon-programming {
  background-image: url(../img/common/menu-icon-code.svg);
  background-size: 25px;
}
.top-osusume__tab .icon-business {
  background-image: url(../img/common/menu-icon-building.svg);
  background-size: 25px;
}
.top-osusume__tab .icon-carry {
  background-image: url(../img/common/menu-icon-carry.svg);
  background-size: 27px;
}
.top-osusume__main {
  background: #e5f8ff;
  margin-top: 50px;
  padding: 43px 0 80px;
}

.top-osusume-panel {
  display: none;
}
.top-osusume-panel.is-active {
  display: block;
}
.top-osusume-panel__desc {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7777777778;
  text-align: center;
}
.top-osusume-panel__list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.top-osusume-panel__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.top-osusume-item {
  position: relative;
  display: block;
  width: 100%;
  max-width: 380px;
  background: #fff;
  border: solid 4px transparent;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
  padding: 35px 20px 31px;
  transition: 0.2s;
}
.top-osusume-item:hover {
  border-color: #004490;
}
.top-osusume-item__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  background: #fff000;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 28px;
  text-align: center;
  transform: translateY(-58%);
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}
.top-osusume-item__ttl::before {
  content: "";
  position: absolute;
  left: 16px;
  top: -1px;
  display: block;
  width: 14px;
  height: 16px;
  background: url(../img/common/accent.png) center/contain no-repeat;
}
.top-osusume-item__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 9px #fff000;
  border-right: solid 9px transparent;
  border-left: solid 9px transparent;
}
.top-osusume-item__desc {
  color: #004490;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-bottom: 28px;
  text-align: center;
}
.top-osusume-item__img {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1;
  margin: auto;
}
.top-osusume-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-osusume-item__name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 18px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-align: center;
}
.top-osusume-item__price {
  margin-top: 14px;
  font-size: 24px;
  text-align: center;
}
.top-osusume-item__more {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px;
  height: 40px;
  background-color: #004490;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 20px auto 0;
  padding: 0 30px;
}
.top-osusume-item__more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 26px;
  margin: auto;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/circle-arrow_w.svg) center/contain no-repeat;
}

.top-shindan {
  padding: 46px 0 70px;
}

.top-guide {
  padding: 50px 0 60px;
}
.top-guide a {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  transition: opacity 0.2s ease;
}
.top-guide a:hover {
  opacity: 0.75;
}
.top-guide img {
  display: block;
  width: 100%;
  height: auto;
}

.top-anshin {
  background: url(../img/top/anshin-bg.jpg) center/cover no-repeat;
  padding: 100px 0 102px;
}
.top-anshin__ttl {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
.top-anshin__ttl::before, .top-anshin__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 19px;
  background: url(../img/common/quote.svg) center/contain no-repeat;
}
.top-anshin__ttl::before {
  left: -28px;
  top: 5px;
}
.top-anshin__ttl::after {
  right: -11px;
  bottom: 2px;
  transform: rotate(180deg);
}
.top-anshin__txt {
  margin-top: 28px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 2.2222222222;
  text-align: center;
}

.weeksale_wrap {
  background: url("../img/top/bg_weeksale.webp") #ffd600 center bottom no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  overflow: hidden;
}

.weeksale {
  display: flex;
  width: 1010px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
.weeksale li {
  float: left;
  width: 33.333%;
  padding: 20px 6px;
}
.weeksale li:nth-child(1) {
  padding: 15px 0;
}
.weeksale li .term {
  background: #fff;
  text-align: center;
  width: 260px;
  font-size: 20px;
  color: #000;
  font-weight: 900;
  margin: 10px auto;
  padding: 10px 0;
  line-height: 1;
}
.weeksale li a {
  transition: opacity 0.2s ease;
}
.weeksale li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .top-shoukai__panel:has(> *:nth-child(3)) {
    grid-template-columns: 1fr 1fr;
  }
  .top-shoukai__panel:has(> *:nth-child(3)) > *:nth-child(1) {
    grid-column: 1/3;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item), .top-shoukai-item:nth-child(3) {
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 36px 36px 51px;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item)::before, .top-shoukai-item:nth-child(3)::before {
    width: 77px;
    height: 73px;
    font-size: 24px;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__img, .top-shoukai-item:nth-child(3) .top-shoukai-item__img {
    flex: 0 0 180px;
    height: 180px;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__txt, .top-shoukai-item:nth-child(3) .top-shoukai-item__txt {
    display: contents;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__data, .top-shoukai-item:nth-child(3) .top-shoukai-item__data {
    flex: 1;
    min-width: 0;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__name, .top-shoukai-item:nth-child(3) .top-shoukai-item__name {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-top: -0.5em;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.8;
    text-underline-offset: 6px;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__reason, .top-shoukai-item:nth-child(3) .top-shoukai-item__reason {
    width: 100%;
    margin-top: 44px;
    padding: 34px 30px 26px;
  }
  .top-shoukai-item:nth-child(2):has(+ .top-shoukai-item) .top-shoukai-item__reason-ttl, .top-shoukai-item:nth-child(3) .top-shoukai-item__reason-ttl {
    transform: translate(-50%, -57%);
  }
}
@media screen and (max-width: 1200px) {
  .top-mv {
    padding: 2.5vw 0 6.6666666667vw;
  }
  .top-mv::before {
    bottom: -4.6666666667vw;
    left: calc(50% + 18.3333333333vw);
    width: 26.4166666667vw;
  }
  .top-mv__txt-box {
    padding: 0 5vw;
  }
  .top-mv__catch {
    margin-bottom: 0.4166666667vw;
  }
  .top-mv__catch img {
    width: 38.1666666667vw;
  }
  .top-mv__txt2 {
    font-size: 2.5vw;
    letter-spacing: 0.06em;
    margin-bottom: 0.8333333333vw;
  }
  .top-mv__feature img {
    width: 55.25vw;
  }
  .top-mv__feature::before {
    right: calc(50% + 21.75vw);
    bottom: calc(100% - 1.4166666667vw);
    width: 11.9166666667vw;
  }
  .top-mv__feature::after {
    left: calc(50% + 21.9166666667vw);
    bottom: calc(100% - 1.4166666667vw);
    width: 12.5833333333vw;
  }
  .top-shoukai__menu::before {
    left: unset;
    right: 20px;
    width: 155px;
  }
  .top-shoukai-item__reason {
    margin-top: 44px;
  }
}
@media screen and (max-width: 959px) {
  .top-news__inner {
    height: 60px;
  }
  .top-kuchikomi__inner {
    gap: 24px;
  }
  .top-kuchikomi__score {
    flex: 0 0 193px;
  }
  .top-kuchikomi__catch {
    left: 58px;
  }
  .cost-performance-ttl__main {
    font-size: 44px;
  }
  .cost-performance-menu__item {
    width: calc(50% - 10px);
  }
  .cost-performance-products__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-shoukai-item {
    flex-wrap: wrap;
    gap: 0 40px;
    padding: 36px 36px 51px;
  }
  .top-shoukai-item::before {
    width: 77px;
    height: 73px;
    font-size: 24px;
  }
  .top-shoukai-item__img {
    flex: 0 0 180px;
    height: 180px;
  }
  .top-shoukai-item__txt {
    display: contents;
  }
  .top-shoukai-item__data {
    flex: 1;
    min-width: 0;
  }
  .top-shoukai-item__name {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-top: -0.5em;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.8;
    text-underline-offset: 6px;
  }
  .top-shoukai-item__reason-ttl {
    transform: translate(-50%, -57%);
  }
  .top-shoukai-item__reason {
    width: 100%;
    margin-top: 44px;
    padding: 34px 30px 26px;
  }
  .top-osusume-panel__desc {
    font-size: 16px;
  }
  .top-osusume-panel__list {
    gap: 20px;
  }
  .top-osusume-item {
    padding: 29px 16px 22px;
  }
  .top-osusume-item__ttl {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
    padding: 8px 24px;
    transform: translateY(-53%);
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  }
  .top-osusume-item__ttl::before {
    left: 14px;
    width: 12.5px;
    height: 13px;
  }
  .top-osusume-item__ttl::after {
    border-width: 8px 8px 0 8px;
  }
  .top-osusume-item__desc {
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .top-osusume-item__img {
    max-width: 250px;
  }
  .top-osusume-item__name {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-top: 18px;
    text-underline-offset: 5px;
  }
  .top-osusume-item__price {
    margin-top: 14px;
  }
  .top-osusume-item__more {
    width: 160px;
    height: 40px;
    margin: 17px auto 0;
    padding: 0 35px;
  }
  .top-osusume-item__more::after {
    right: 32px;
    width: 14px;
    height: 14px;
  }
  .top-anshin__txt {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 750px) {
  .top-mv {
    height: 76vw;
    background-image: url(../img/top/mv-bg_sp.png);
    padding: 6vw 0 5.2vw;
  }
  .top-mv::before {
    bottom: 9.0666vw;
    left: calc(50% + 15.3vw);
    width: 32.6666vw;
  }
  .top-mv .inner {
    padding: 0;
  }
  .top-mv__txt-box {
    display: block;
    width: 100%;
    padding: 0 2.1333vw;
  }
  .top-mv__catch {
    margin-bottom: 3.8vw;
    padding-left: 4.5vw;
  }
  .top-mv__catch img {
    width: 56.5333vw;
  }
  .top-mv__txt2 {
    font-size: 4.2666vw;
    letter-spacing: 0.06em;
    margin-bottom: 2.7vw;
    text-align: center;
    text-shadow: 0 0 20px #009fe0, 0 0 20px #009fe0, 0 0 10px #009fe0, 0 0 10px #009fe0, 0 0 10px #009fe0;
  }
  .top-mv__feature {
    width: 100%;
    outline-width: 1px;
  }
  .top-mv__feature img {
    width: 100%;
  }
  .top-mv__feature::before {
    right: calc(50% + 32.8vw);
    bottom: calc(100% - 2.8vw);
    width: 15.4666vw;
  }
  .top-mv__feature::after {
    left: calc(50% + 33vw);
    bottom: calc(100% - 3vw);
    width: 16.5333vw;
  }
  .top-news__inner {
    position: static;
    width: 100%;
    height: 50px;
    box-shadow: none;
    transform: none;
  }
  .top-news__inner::after {
    display: none;
  }
  .top-news__ttl {
    display: none;
  }
  .top-news__link {
    gap: 15px;
    width: 100%;
    background-color: #e3f5fc;
    border-radius: 0;
    padding: 0 40px 0 20px;
  }
  .top-news__post-date {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .top-news__post-ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  .top-news__more {
    width: 18px;
    height: 18px;
  }
  .top-kuchikomi {
    padding: 24px 0 28px;
  }
  .top-kuchikomi__inner {
    display: block;
  }
  .top-kuchikomi__score {
    display: none;
  }
  .top-kuchikomi__review {
    width: 100%;
  }
  .top-kuchikomi__catch {
    left: 0;
    right: 0;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 6px 17px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    transform: translateY(-31%);
  }
  .top-kuchikomi__catch::after {
    left: 48px;
    border-width: 11px 13px 0 0;
  }
  .top-kuchikomi__catch .accent::before {
    left: 9px;
    top: -8px;
    width: 9px;
  }
  .top-kuchikomi__catch .num {
    font-size: 17px;
    letter-spacing: 0.04em;
  }
  .top-kuchikomi__iframe-wrap {
    height: 158px;
    border-width: 2px;
    border-radius: 5px;
    padding: 10px 0;
  }
  .top-kuchikomi__iframe-wrap::before {
    display: none;
  }
  .cost-performance .inner {
    padding: 0 10px;
  }
  .cost-performance-ttl {
    padding-top: 30px;
  }
  .cost-performance-ttl__sub {
    font-size: 20px;
  }
  .cost-performance-ttl__sub span {
    font-size: 26px;
    line-height: 34px;
  }
  .cost-performance-ttl__img {
    top: -20px;
    right: -70px;
  }
  .cost-performance-ttl__img img {
    width: 65px;
    height: 63px;
  }
  .cost-performance-ttl__main {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 2px;
  }
  .cost-performance-menu {
    margin-top: 20px;
  }
  .cost-performance-menu__list {
    gap: 10px;
  }
  .cost-performance-menu__item {
    width: calc(50% - 5px);
    padding: 10px;
    border-radius: 2.5px;
  }
  .cost-performance-menu__item span {
    font-size: 15px;
    padding-left: 36px;
  }
  .cost-performance-menu__item span::before {
    width: 28px;
    height: 28px;
  }
  .cost-performance-menu__item span::after {
    left: 14px;
    transform: translate(-50%, -50%) scale(0.8);
  }
  .cost-performance-products {
    margin: 30px 0 50px;
    padding: 30px 0;
  }
  .cost-performance-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .cost-performance-product-card a:hover {
    text-decoration: none;
  }
  .cost-performance-product-card__badge {
    font-size: 14px;
    padding: 4px;
    margin-bottom: 10px;
  }
  .cost-performance-product-card__name {
    font-size: 14px;
  }
  .cost-performance-product-card__price {
    font-size: 20px;
  }
  .cost-performance-product-card__price-tax {
    font-size: 12px;
  }
  .top-banner {
    padding: 24px 0 15px;
  }
  .top-banner__ttl {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
  .top-banner__item {
    max-width: 100%;
    padding: 0 20px;
  }
  .top-banner .slick-list {
    width: 100%;
    margin: 0;
  }
  .top-shoukai {
    padding-top: 32px;
  }
  .top-shoukai__catch {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 5px;
    padding-bottom: 11px;
    text-align: left;
  }
  .top-shoukai__catch .num {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
  .top-shoukai__catch::after {
    right: unset;
    width: 25px;
  }
  .top-shoukai__ttl {
    font-size: 29px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .top-shoukai__ttl span {
    font-size: 35px;
  }
  .top-shoukai__menu {
    border-width: 3px;
    margin-top: 26px;
  }
  .top-shoukai__menu::before {
    right: 10px;
    bottom: 60px;
    width: 156px;
    height: 149px;
    background-image: url(../img/top/shoukai-model_sp.png);
  }
  .top-shoukai__tab-list {
    gap: 9px;
    padding: 0 10px;
  }
  .top-shoukai__tab {
    height: 60px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 8px 0 0;
  }
  .top-shoukai__tab::before {
    top: 5px;
    width: 40px;
    height: 2px;
  }
  .top-shoukai__tab.sp-small {
    font-size: 12px;
  }
  .top-shoukai__main {
    padding: 20px 0 27px;
  }
  .top-shoukai-item {
    display: block;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    padding: 25px 20px;
  }
  .top-shoukai-item::before {
    left: -5px;
    top: -5px;
    width: 51px;
    height: 50px;
    color: #111;
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-top: 6px;
    filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));
  }
  .top-shoukai-item__img {
    width: 100%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 1;
    margin: auto;
    text-align: center;
  }
  .top-shoukai-item__name {
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 4px;
    text-underline-offset: 3px;
  }
  .top-shoukai-item__price {
    font-size: 20px;
    text-align: right;
  }
  .top-shoukai-item__reason {
    margin-top: 33px;
    padding: 27px 16px 17px;
  }
  .top-shoukai-item__reason-ttl {
    width: -moz-max-content;
    width: max-content;
    transform: translate(-50%, -57%);
  }
  .top-shoukai-item__reason-ttl img {
    width: 166px;
  }
  .top-shoukai-item__reason-list li {
    font-size: 12px;
    line-height: 1.5833333333;
    padding-left: 1e;
  }
  .top-shoukai-item__reason-list li::before {
    top: 0.7em;
    width: 4px;
    height: 4px;
  }
  .top-shoukai-item__reason-list li + li {
    margin-top: 0.8em;
  }
  .top-shoukai-item__more {
    position: relative;
    right: unset;
    bottom: unset;
    width: 160px;
    height: 40px;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 0 35px;
  }
  .top-shoukai-item__more::after {
    right: 32px;
    width: 14px;
    height: 14px;
  }
  .top-osusume {
    padding-top: 27px;
  }
  .top-osusume__catch {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 5px;
    padding-bottom: 11px;
  }
  .top-osusume__catch::after {
    width: 25px;
  }
  .top-osusume__ttl {
    font-size: 28px;
    letter-spacing: 0.04em;
  }
  .top-osusume__ttl span {
    font-size: 30px;
  }
  .top-osusume__menu {
    margin-top: 16px;
    padding: 0 10px;
  }
  .top-osusume__tab-list {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .top-osusume__tab {
    height: 60px;
    font-size: 14px;
    letter-spacing: 0.06em;
    border-radius: 2.5px;
    line-height: 1.4285714286;
    padding: 0 20px 0 46px;
  }
  .top-osusume__tab::after {
    right: 8px;
    width: 14px;
    height: 14px;
  }
  .top-osusume__tab > span {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  .top-osusume__tab .icon-office {
    background-size: 17px;
  }
  .top-osusume__tab .icon-surfing {
    background-size: 19px;
  }
  .top-osusume__tab .icon-education {
    background-size: 19px;
  }
  .top-osusume__tab .icon-programming {
    background-size: 19px;
  }
  .top-osusume__tab .icon-business {
    background-size: 19px;
  }
  .top-osusume__tab .icon-carry {
    background-size: 21px;
  }
  .top-osusume__main {
    margin-top: 25px;
    padding: 18px 0 30px;
  }
  .top-osusume-panel__desc {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.7857142857;
    text-align: left;
  }
  .top-osusume-panel__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
  }
  .top-osusume-panel__more {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
  .top-osusume-item {
    display: block;
    max-width: 100%;
    border: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    padding: 33px 20px 26px;
  }
  .top-osusume-item__price {
    font-size: 20px;
  }
  .top-shindan {
    padding: 16px 0 34px;
  }
  .top-guide {
    padding: 24px 0 24px;
  }
  .top-anshin {
    background-image: url(../img/top/anshin-bg_sp.jpg);
    padding: 38px 0 36px;
  }
  .top-anshin__ttl {
    font-size: 20px;
  }
  .top-anshin__ttl::before, .top-anshin__ttl::after {
    width: 11.5px;
    height: 9.5px;
  }
  .top-anshin__ttl::before {
    left: -9px;
    top: 2px;
  }
  .top-anshin__ttl::after {
    right: -10px;
    bottom: 1px;
  }
  .top-anshin__txt {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.7857142857;
    text-align: left;
  }
  .weeksale_wrap {
    background: none;
  }
  .weeksale {
    display: block;
    padding: 0;
  }
  .weeksale li {
    width: 50%;
    float: left;
    padding: 20px 6px;
    text-align: center;
  }
  .weeksale li:nth-child(1) {
    width: 100%;
    padding: 10px 0 3px;
  }
  .weeksale li img {
    width: 100%;
    max-width: 90%;
  }
  .weeksale li .term {
    width: 90%;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
  }
}
