@charset "UTF-8";
:root {
  --container-width: 1400px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background-color: #fff;
}
body.top {
  font-size: clamp(1px, 0.8vw, 15px);
}
@media screen and (max-width: 768px) {
  body.top {
    font-size: clamp(1px, 3vw, 16px);
  }
}
body .min {
  font-size: 0.8em;
}
body div#outer {
  width: 94%;
}
body #wrapper {
  overflow: hidden;
}
body .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .flex.al-s {
  align-items: stretch;
}
body .frame {
  max-width: var(--container-width);
  width: 94%;
  margin-inline: auto;
}
body .sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}
body .side-cart {
  position: fixed;
  z-index: 20;
  right: 0px;
  width: 45px;
  top: 20%;
}
body .side-cart img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body .side-cart {
    top: 11%;
    width: 40px;
  }
}
body #global-header-custom {
  font-weight: 600;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  white-space: nowrap;
}
body #global-header-custom * {
  box-sizing: border-box;
}
body #global-header-custom img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
body #global-header-custom a {
  text-decoration: none;
  color: #000000;
}
body #global-header-custom .global-header-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-nav {
    display: none;
  }
}
body #global-header-custom .global-header-nav a {
  display: block;
  padding: 1.1em;
  text-align: center;
  margin-left: 0.2em;
}
body #global-header-custom .global-header-nav .nav_btn {
  background-color: #0157bf;
  color: #fff;
  padding: 1.1em 1.3em;
}
body #global-header-custom .global-header-nav .nav_btn.orange {
  background-color: #f68600;
}
body #global-header-custom .global-header-contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents {
    flex-wrap: wrap;
  }
}
body #global-header-custom .global-header-contents .global-header-logo {
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1% 0 0.5%;
}
body #global-header-custom .global-header-contents .global-header-logo img {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-logo {
    width: 35%;
    padding: 0 3%;
  }
}
body #global-header-custom .global-header-contents .global-header-spbtns {
  display: none;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-spbtns {
    display: flex;
    width: 65%;
  }
}
body #global-header-custom .global-header-contents .global-header-side {
  width: 21%;
  padding: 0 1%;
  display: flex;
  align-items: flex-end;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-side {
    display: none;
  }
}
body #global-header-custom .global-header-contents .global-header-side .calculation-request {
  color: #0157bf;
  border: #0157bf solid 2px;
  padding: calc(1em - 2px) 1.5em calc(0.95em - 2px);
  text-align: center;
}
body #global-header-custom .global-header-contents .global-header-side .name-display {
  text-align: center;
  text-decoration: underline;
  padding: 1.1em 1.5em 1em;
}
body #global-header-custom .global-header-contents .global-header-box {
  width: 63%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1.05em;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box {
    width: 94%;
    margin-inline: auto;
    justify-content: space-between;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-info {
    margin: 0.8em 0;
    position: relative;
  }
  body #global-header-custom .global-header-contents .global-header-box .global-header-info:before {
    display: block;
    position: absolute;
    content: "〉";
    right: 0.2em;
    top: 50%;
    width: 1em;
    aspect-ratio: 1/1;
    height: auto;
    line-height: 1em;
    transform: translateY(-50%);
    color: #0157bf;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-info > a {
  color: #0157bf;
  width: 11em;
  text-align: center;
  border: 2px solid #0157bf;
  padding: 0.4em 0 0.3em 0.2em;
  letter-spacing: 0.06em;
  border-radius: 999px;
  font-weight: 800;
  margin-right: 1.5%;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-info > a {
    font-size: 0.9em;
    padding: 0.3em 0 0.2em 0.1em;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-info ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-info ul a {
  text-decoration: underline;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-form {
    font-size: 1.1em;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form a.activate-item-search {
  color: #000000;
  width: 10.5em;
  text-align: center;
  border: 2px solid #000000;
  padding: 0.7em 0 0.7em;
  letter-spacing: 0.06em;
  border-radius: 0.4em;
  font-weight: 800;
  margin-right: 0.5%;
  position: relative;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-form a.activate-item-search {
    width: 9em;
    padding: 0.8em 0.7em 0.7em 0;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form a.activate-item-search:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0.12em;
  transform: translateY(-50%);
  width: 0.85em;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/resources/img/icon/icon_blackunderaroow.webp") no-repeat center/contain;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form form {
  width: calc(99% - 20.5em);
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-form form {
    width: calc(99% - 9em);
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form a.order-sheet {
  width: 10em;
  background-color: #00c0a9;
  text-align: center;
  color: #fff;
  padding: 1.1em 0 1em;
  margin-left: 0.5%;
}
@media screen and (max-width: 768px) {
  body #global-header-custom .global-header-contents .global-header-box .global-header-form a.order-sheet {
    display: none;
  }
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form .input-submit {
  position: relative;
  font-size: 1em;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form .input-submit input {
  width: 100%;
  border: 2px solid #d9d9d9;
  padding: 0.8em 1em 0.7em;
  border-radius: 0.4em;
  font-size: 1.15em;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form .input-submit button {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  background-color: #0157bf;
  border: 0px solid #000;
  border-radius: 0 0.4em 0.4em 0;
  box-sizing: border-box;
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #global-header-custom .global-header-contents .global-header-box .global-header-form .input-submit button img {
  display: block;
  width: 76%;
  height: auto;
}
body nav#nav {
  background: #fff;
  border: 0px solid #000;
  box-shadow: none;
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body nav#nav {
    display: none;
  }
}
body .global-nav {
  width: 100%;
  background: transparent;
  font-size: clamp(1px, 0.8vw, 16px);
}
@media screen and (max-width: 768px) {
  body .global-nav {
    font-size: clamp(1px, 2.3vw, 16px);
  }
}
body .global-nav ul {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin-inline: auto;
  padding: 0 1rem;
  max-width: var(--container-width);
  width: 100%;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", system-ui, sans-serif;
  font-weight: 500;
}
body .global-nav .nav-item {
  flex-grow: 1;
}
body .global-nav .nav-item > a {
  display: block;
  padding: 0.8em 0;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  text-align: center;
}
body .global-nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: var(--container-width);
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
  z-index: 10;
  padding: 1rem;
}
body .global-nav .submenu img {
  width: 100%;
  height: auto;
}
body .global-nav .nav-item:hover .submenu,
body .global-nav .nav-item.is-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
body .tab {
  box-sizing: border-box;
  width: 100%;
}
body .tab .tab-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 1rem;
}
body .tab .tab-buttons a {
  display: block;
  color: #000b42;
  padding: 0.5em 1.4em 0.5em 0.2em;
  letter-spacing: 0.04em;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
  opacity: 1;
}
body .tab .tab-buttons a:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 0;
  top: 50%;
  width: 1em;
  aspect-ratio: 1/1;
  height: auto;
  line-height: 1em;
  transform: translateY(-50%);
}
body .tab .tab-buttons a:hover {
  opacity: 0.4;
}
body .tab .tab-button {
  padding: 0.6em 1.2em 0.5em;
  background: none;
  cursor: pointer;
  border: 1px solid #000b42;
  color: #000b42;
  border-radius: 999px;
  white-space: nowrap;
  transition: 0.2s;
  background-color: #fff;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 1em;
}
body .tab .tab-button.is-active {
  color: #fff;
  background-color: #000b42;
}
body .tab .tab-contents {
  padding: 0;
}
body .tab .tab-content {
  display: none;
}
body .tab .tab-content.is-active {
  display: block;
}
body footer#footer {
  background-color: #ecedf0;
  padding: 5em 0 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  body footer#footer {
    padding: 3em 0 0;
  }
}
body #global-footer-custom {
  font-weight: 500;
  font-size: clamp(1px, 0.9vw, 15px);
}
@media screen and (max-width: 768px) {
  body #global-footer-custom {
    font-size: clamp(1px, 3vw, 16px);
  }
}
body #global-footer-custom a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .flex {
    flex-direction: column;
  }
}
body #global-footer-custom .flex .box:nth-child(1) {
  width: 20%;
}
body #global-footer-custom .flex .box:nth-child(1) a {
  padding: 0.5em 0;
  color: #000;
  display: block;
}
body #global-footer-custom .flex .box:nth-child(1) a img {
  display: block;
  width: 100%;
  height: auto;
}
body #global-footer-custom .flex .box:nth-child(1) a:nth-child(1) {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .flex .box:nth-child(1) {
    width: 85%;
    margin-bottom: 3em;
  }
  body #global-footer-custom .flex .box:nth-child(1) a:nth-child(1) {
    box-sizing: border-box;
    padding: 0 2% 1.5em;
  }
}
body #global-footer-custom .flex .box:nth-child(2) {
  width: 75%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .flex .box:nth-child(2) {
    width: 100%;
    flex-direction: column;
  }
}
body #global-footer-custom .flex .box:nth-child(2) a {
  background-color: #fff;
  width: 31%;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 3em 0;
  position: relative;
  font-size: 1.2em;
}
body #global-footer-custom .flex .box:nth-child(2) a:before {
  display: block;
  content: "〉";
  position: absolute;
  transform: translateY(-50%);
  color: #0157bf;
  top: 50%;
  right: 1em;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .flex .box:nth-child(2) a {
    width: 100%;
    padding: 1.8em 0;
    font-size: 1.5em;
  }
  body #global-footer-custom .flex .box:nth-child(2) a + a {
    margin-top: 0.8em;
  }
}
body #global-footer-custom .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
body #global-footer-custom .footer-nav a {
  display: block;
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  body #global-footer-custom .footer-nav a {
    width: 50%;
    padding: 1em 0;
    font-size: 1.2em;
  }
}
body #global-footer-custom .copyright {
  margin-top: 1.5em;
  background-color: #0157bf;
  color: #fff;
  text-align: center;
  padding: 1.5em 0;
}

.kvslider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.kvslider .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.kvslider .swiper-horizontal > .swiper-pagination-bullets,
.kvslider .swiper-pagination-bullets.swiper-pagination-horizontal,
.kvslider .swiper-pagination-custom,
.kvslider .swiper-pagination-fraction {
  width: 100vw;
  text-align: right;
  padding-right: 10%;
  box-sizing: border-box;
  bottom: 8%;
}
.kvslider .swiper-pagination-bullet {
  border-radius: 0;
  width: 2em;
  height: 3px;
  background: #fff;
}

.title1 {
  position: relative;
  padding: 0.5em 0 2em;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title1.center {
  text-align: center;
  justify-content: center;
}
.title1 b {
  font-family: "Jost", sans-serif;
  font-feature-settings: "ss01" on;
  font-weight: 400;
  font-size: 2.7em;
  color: #0157bf;
  letter-spacing: 0.03em;
  position: relative;
}
.title1 b:before {
  display: block;
  content: "";
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 1.2em;
  height: 0.08em;
  background: linear-gradient(90deg, rgb(1, 87, 191) 0%, rgb(0, 218, 218) 100%);
}
.title1 span {
  font-weight: 400;
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .title1 b {
    font-size: 1.7em;
    letter-spacing: 0.01em;
  }
  .title1 span {
    font-size: 0.52em;
    margin-left: 0.7em;
  }
}

body.top .banner-contents {
  padding: 3em 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  body.top .banner-contents {
    padding: 1.5em 0;
  }
}
body.top .banner-contents .frame {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1500px;
  gap: 1%;
}
@media screen and (max-width: 768px) {
  body.top .banner-contents .frame {
    flex-wrap: wrap;
    gap: 2%;
  }
  body.top .banner-contents .frame a {
    margin-bottom: 2%;
    width: 49%;
  }
}
body.top .banner-contents img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
body.top .pickup-contents {
  padding: 5em 0;
}
body.top .pickup-contents h2.title1 {
  text-align: center;
}
body.top .pickup-contents .pickup-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.top .pickup-contents .pickup-list a {
  width: 24%;
}
body.top .pickup-contents .pickup-list a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.top .pickup-contents .pickup-list {
    flex-wrap: wrap;
  }
  body.top .pickup-contents .pickup-list a {
    width: 49%;
    margin-bottom: 2%;
  }
}
body.top .know-contents {
  padding: 5em 0 8em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: url("/resources/img/top/top_know_bg01.webp") no-repeat bottom center/100% auto;
}
@media screen and (max-width: 768px) {
  body.top .know-contents {
    padding: 5em 0 2em;
    background: url("/resources/img/top/top_know_bg01_sp.webp") no-repeat bottom center/100% auto;
  }
}
body.top .know-contents .know-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  body.top .know-contents .know-list {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
body.top .know-contents .know-list .box {
  background-color: #fff;
  padding: 2em;
  border-radius: 0.8em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  margin: 0 1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.top .know-contents .know-list .box {
    margin: 0 0 2em;
    font-size: 1.5em;
    width: 90%;
    box-sizing: border-box;
  }
}
body.top .know-contents .know-list h3 {
  font-size: 1.5em;
  color: #0157bf;
  text-align: center;
  padding: 0.5em 0 0.7em;
}
body.top .know-contents .know-list p {
  line-height: 2;
  letter-spacing: 0.04em;
  font-size: 1em;
}
body.top .know-contents .know-list a {
  display: block;
  margin-left: auto;
  text-align: right;
  padding: 0.8em 0;
  color: #00c0a9;
  margin-top: 1em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  body.top .flex.ci {
    flex-direction: column;
  }
}
body.top .calendar-contents,
body.top .item_information-contents {
  background-color: #fff;
  padding: 5em;
  border-radius: 0.8em;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  margin: 0 1em;
  font-weight: 600;
  width: 47%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body.top .calendar-contents,
  body.top .item_information-contents {
    padding: 5em 2em 2em;
    width: 100%;
    margin: 0 0 2em;
  }
}
body.top .item_information-contents .flex {
  justify-content: space-around;
}
body.top .item_information-contents .flex .box {
  width: 34%;
}
body.top .item_information-contents .flex .box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}
body.top .item_information-contents .flex .box a {
  display: block;
  text-decoration: none;
  color: #00c0a9;
  font-size: 1.1em;
  padding: 0.4em 0;
}
@media screen and (max-width: 768px) {
  body.top .item_information-contents .flex {
    flex-direction: column;
  }
  body.top .item_information-contents .flex .box {
    width: 100%;
  }
  body.top .item_information-contents .flex .box + .box {
    margin-top: 2em;
  }
}
body.top .recently_viewed-contents {
  background-color: #f4f5f7;
  width: 100vw;
  margin: 4em calc(50% - 50vw) 0;
  position: relative;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  body.top .recently_viewed-contents {
    padding: 5em 0 0;
  }
}
body.top .recently_viewed-contents .sp {
  width: 100vw;
  margin: 1em calc(50% - 50vw) 0;
}
body.top .recently_viewed-contents .sp img {
  display: block;
  width: 100%;
  height: auto;
}
body.top .recently_viewed-contents:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  left: 80%;
  top: 0;
  display: block;
  z-index: 1;
  background: url("/resources/img/top/top_recentlyviewed_bg01.webp") no-repeat top left/cover;
}
@media screen and (max-width: 768px) {
  body.top .recently_viewed-contents:before {
    display: none;
  }
}
body.top .recently_viewed-contents .recently_viewedswiper {
  width: 82%;
}
@media screen and (max-width: 768px) {
  body.top .recently_viewed-contents .recently_viewedswiper {
    width: 100%;
  }
}
body.top .recently_viewed-contents .swiper-button-prev {
  left: 0;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-next,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: 0;
  width: 2.4em;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/resources/img/icon/icon_ya.webp") no-repeat center/contain;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-next:after,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-prev:after {
  display: none;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-prev {
  transform: scale(-1, 1);
  left: 1em;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-button-next {
  left: 4em;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-horizontal > .swiper-pagination-bullets,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-custom,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-fraction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(1400px - 1em);
  width: 100%;
  bottom: 4em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  body.top .recently_viewed-contents .recently_viewedswiper .swiper-horizontal > .swiper-pagination-bullets,
  body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-custom,
  body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-fraction {
    width: 92%;
  }
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-custom .swiper-pagination-bullet,
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-fraction .swiper-pagination-bullet {
  width: auto;
  flex-grow: 1;
  border-radius: 0;
  height: 4px;
  margin: 0;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d6d6d6;
}
body.top .recently_viewed-contents .recently_viewedswiper .swiper-pagination-bullet-active {
  background: #0157bf;
}
body.top .recently_viewed-contents .swiper {
  margin: 0;
}
body.top .recently_viewed-contents .swiper-wrapper {
  padding: 1em;
  padding-bottom: 6em;
  align-items: stretch;
}
body.top .recently_viewed-contents .swiper-slide {
  padding-right: 1.5em;
  height: auto;
  box-sizing: border-box;
}
body.top .recently_viewed-contents .swiper-slide a {
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 2em 0;
  height: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}
body.top .recently_viewed-contents .swiper-slide .txt-box {
  padding: 2em 0 0;
}
body.top .recently_viewed-contents .swiper-slide h3 {
  padding: 0 0 1em;
  font-size: 1.05em;
  text-align: center;
}
body.top .recently_viewed-contents .swiper-slide p.price {
  font-weight: 800;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.top .recently_viewed-contents .swiper-slide figure {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
}
body.top .recently_viewed-contents .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
body.top .about-contents {
  padding: 7em 0;
}
body.top .about-contents h2 {
  color: #0157bf;
  font-size: 2.2em;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.top .about-contents h2 {
    font-size: 1.7em;
  }
}
body.top .about-contents p {
  margin: 3em auto;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  body.top .about-contents p {
    margin: 2em auto 0.5em;
    text-align: left;
  }
}
body.top .about-contents a.btn1 {
  display: block;
  max-width: 420px;
  width: 90%;
  color: #fff;
  text-align: center;
  border-radius: 0.3em;
  padding: 1.2em;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
  background-color: #00c0a9;
  text-decoration: none;
  margin: 3em auto 0;
  box-sizing: border-box;
}
body.top .about-contents a.btn1:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 0.2em;
  top: 50%;
  line-height: 1em;
  transform: translateY(-50%);
  color: #fff;
}

.category-contents {
  padding: 4.5em 0 2em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.category-contents:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #f4f5f7;
  height: 100%;
  width: 95%;
  min-width: 1500px;
  max-width: 1800px;
  left: 0;
  top: 0;
  border-radius: 0 1em 0 0;
}
@media screen and (max-width: 768px) {
  .category-contents:before {
    width: 97%;
    min-width: 0;
  }
}
.category-contents .tabs {
  position: relative;
  z-index: 3;
  font-weight: 600;
  font-size: clamp(1px, 0.9vw, 15px);
}
@media screen and (max-width: 768px) {
  .category-contents .tabs {
    font-size: clamp(1px, 3.4vw, 16px);
  }
}
.category-contents .tab-list {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 999px;
  padding: 0.3em;
  font-size: 0.9em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .category-contents .tab-list {
    border-radius: 999px 0 0 999px;
    overflow-y: scroll;
    margin-bottom: 0;
  }
  .category-contents .tab-list::-webkit-scrollbar {
    display: none;
  }
  .category-contents .tab-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.category-contents .tab-item {
  padding: 0.8em 1.1em;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
}
.category-contents .tab-item.active {
  background-color: #0157bf;
  color: #fff;
}
.category-contents .tab-content {
  background-color: #f5f5f5;
}
.category-contents .tab-panel {
  display: none;
}
.category-contents .tab-panel.active {
  display: block;
}
.category-contents .category-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.category-contents .category-list a {
  width: 16.6666666667%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 2em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .category-contents .category-list a {
    width: 50%;
  }
}
.category-contents .category-list a figure {
  position: absolute;
  display: block;
  width: 35%;
  margin: 0;
  padding: 0;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}
.category-contents .category-list a figure img {
  display: block;
  width: 100%;
  height: auto;
}
.category-contents .category-list a .category_titlebox {
  width: 68%;
}
.category-contents .category-list a .category_titlebox span {
  display: block;
  font-size: 0.7em;
}

.ranking-contents {
  padding: 4.5em 0 2em;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: relative;
  overflow: hidden;
}
.ranking-contents .flex {
  justify-content: flex-start;
}
.ranking-contents .flex .tab-list {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .ranking-contents .flex {
    flex-wrap: wrap;
  }
  .ranking-contents .flex .tab-list {
    width: 100%;
    margin-left: 0;
    border-radius: 999px 0 0 999px;
    overflow-y: scroll;
    margin-bottom: 0;
  }
  .ranking-contents .flex .tab-list::-webkit-scrollbar {
    display: none;
  }
  .ranking-contents .flex .tab-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.ranking-contents .frame-type1 {
  width: calc(100vw - (50% - 700px));
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .ranking-contents .frame-type1 {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .ranking-contents .frame-type1 {
    padding-left: 3%;
  }
}
.ranking-contents:before {
  display: block;
  content: "";
  position: absolute;
  background-color: #f4f5f7;
  height: 100%;
  width: 95%;
  min-width: 1500px;
  max-width: 1800px;
  right: 0;
  top: 0;
  border-radius: 1em 0 0 0;
}
@media screen and (max-width: 768px) {
  .ranking-contents:before {
    width: 97%;
    min-width: 0;
  }
}
.ranking-contents h2,
.ranking-contents .rankingswiper {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.ranking-contents .swiper-button-prev {
  left: 0;
}
.ranking-contents .rankingswiper .swiper-button-next,
.ranking-contents .rankingswiper .swiper-button-prev {
  margin-top: 0;
  top: auto;
  bottom: 0;
  width: 2.4em;
  height: auto;
  aspect-ratio: 1/1;
  background: url("/resources/img/icon/icon_ya.webp") no-repeat center/contain;
}
.ranking-contents .rankingswiper .swiper-button-next:after,
.ranking-contents .rankingswiper .swiper-button-prev:after {
  display: none;
}
.ranking-contents .rankingswiper .swiper-button-prev {
  transform: scale(-1, 1);
  left: 1em;
}
.ranking-contents .rankingswiper .swiper-button-next {
  left: 4em;
}
.ranking-contents .rankingswiper .swiper-horizontal > .swiper-pagination-bullets,
.ranking-contents .rankingswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.ranking-contents .rankingswiper .swiper-pagination-custom,
.ranking-contents .rankingswiper .swiper-pagination-fraction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: calc(1400px - 1em);
  width: 100%;
  bottom: 4em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .ranking-contents .rankingswiper .swiper-horizontal > .swiper-pagination-bullets,
  .ranking-contents .rankingswiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .ranking-contents .rankingswiper .swiper-pagination-custom,
  .ranking-contents .rankingswiper .swiper-pagination-fraction {
    width: 92%;
  }
}
.ranking-contents .rankingswiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.ranking-contents .rankingswiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.ranking-contents .rankingswiper .swiper-pagination-custom .swiper-pagination-bullet,
.ranking-contents .rankingswiper .swiper-pagination-fraction .swiper-pagination-bullet {
  width: auto;
  flex-grow: 1;
  border-radius: 0;
  height: 4px;
  margin: 0;
}
.ranking-contents .rankingswiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d6d6d6;
}
.ranking-contents .rankingswiper .swiper-pagination-bullet-active {
  background: #0157bf;
}
.ranking-contents .swiper {
  padding-left: 1em;
  margin-left: -1em;
}
.ranking-contents .swiper-wrapper {
  padding-top: 1em;
  padding-bottom: 6em;
}
.ranking-contents .swiper-slide {
  padding-top: 0.5em;
  padding-right: 1.5em;
}
.ranking-contents .swiper-slide a {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.ranking-contents .swiper-slide .txt-box {
  padding: 2em 3.5em 1.5em;
}
.ranking-contents .swiper-slide h3 {
  padding: 0 0 1em;
  font-size: 1.05em;
}
.ranking-contents .swiper-slide p.price {
  font-weight: 800;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.ranking-contents .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.ranking-contents .swiper-slide {
  position: relative;
}
.ranking-contents .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  width: 3.5em;
  height: auto;
  aspect-ratio: 77/82;
  top: 0;
  left: -0.5em;
  background: url("/resources/img/commons/ranking/ranking_01.webp") no-repeat center/cover;
}
.ranking-contents .swiper-slide:nth-child(2):before {
  background: url("/resources/img/commons/ranking/ranking_02.webp") no-repeat center/cover;
}
.ranking-contents .swiper-slide:nth-child(3):before {
  background: url("/resources/img/commons/ranking/ranking_03.webp") no-repeat center/cover;
}
.ranking-contents .swiper-slide:nth-child(4):before {
  background: url("/resources/img/commons/ranking/ranking_04.webp") no-repeat center/cover;
}
.ranking-contents .swiper-slide:nth-child(5):before {
  background: url("/resources/img/commons/ranking/ranking_05.webp") no-repeat center/cover;
}
.ranking-contents .swiper-slide:nth-child(n+6):before {
  background: url("/resources/img/commons/ranking/ranking_06.webp") no-repeat center/cover;
}
.ranking-contents .tab-wapper {
  position: relative;
  z-index: 3;
}
.ranking-contents .tabs {
  position: relative;
  z-index: 3;
  font-weight: 600;
  font-size: clamp(1px, 0.9vw, 16px);
}
@media screen and (max-width: 768px) {
  .ranking-contents .tabs {
    font-size: clamp(1px, 3.4vw, 16px);
  }
}
.ranking-contents .tab-list {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 999px;
  padding: 0.3em;
  font-size: 0.9em;
  margin-bottom: 3em;
}
.ranking-contents .tab-item {
  padding: 0.8em 1.1em;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
}
.ranking-contents .tab-item.active {
  background-color: #0157bf;
  color: #fff;
}
.ranking-contents .tab-content {
  background-color: #f5f5f5;
}
.ranking-contents .tab-panel {
  display: none;
}
.ranking-contents .tab-panel.active {
  display: block;
}

.newslist {
  padding: 5em 0;
}