@charset "UTF-8";
/* sg_top
---------------------------------------------------- */
h3 {
  font-size: 30px;
  font-weight: 500;
  color: #115fad;
  text-align: center;
  margin-bottom: 61px;
}

.title_small {
  position: relative;
  text-align: center;
  margin-bottom: 37px;
}
.title_small::before {
  content: "";
  position: absolute;
  background-color: #88afd6;
  height: 1px;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: -1;
}
.title_small::after {
  content: "";
  position: absolute;
  background-color: #88afd6;
  height: 1px;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: -1;
}
.title_small h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background-color: #fff;
}

.button {
  inline-size: fit-content;
  touch-action: manipulation;
  user-select: none;
  border-radius: 4px;
  margin: 0 auto;
}
.button a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.itemCondition {
  margin-inline: 0;
}

.sg_top .mv {
  background: #e7eff7;
}
.sg_top .mv .inner {
  position: relative;
}
.sg_top .mv .mv_txt {
  width: 800px;
  text-align: center;
  padding: 70px 0 35px;
  height: 480px;
}
.sg_top .mv .mv_txt h2 img {
  width: 336px;
  margin-bottom: 35px;
}
.sg_top .mv .mv_txt h2 p {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
}
.sg_top .mv .mv_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
}
.sg_top .mv .term {
  font-size: 34px;
  text-align: center;
  padding: 33px 0;
}
.sg_top .mv .term_title {
  width: 500px;
  position: relative;
  text-align: center;
  margin: 0 auto 7px;
}
.sg_top .mv .term_title::before {
  content: "";
  position: absolute;
  background-color: #115fad;
  height: 1px;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 0;
}
.sg_top .mv .term_title::after {
  content: "";
  position: absolute;
  background-color: #115fad;
  height: 1px;
  width: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 0;
}
.sg_top .mv .term_title p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #115fad;
  position: relative;
  padding: 0 20px;
  display: inline-block;
  background-color: #e7eff7;
  z-index: 2;
}
.sg_top .mv .term .term_date {
  color: #115fad;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2;
}
.sg_top .mv .term .term_date span {
  font-size: 44px;
}
.sg_top .mv .term .term_date .attention {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
.sg_top .mv .term strong {
  display: block;
  margin-bottom: 5px;
}
.sg_top .mv .term strong span {
  font-size: 44px;
}
.sg_top .nav {
  background: #115fad;
}
.sg_top .nav > div {
  position: relative;
}
.sg_top .nav > div::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 100%;
  top: 71px;
}
.sg_top .nav ul {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #fff;
}
.sg_top .nav li {
  width: 33.3333333333%;
  border-right: 1px solid #fff;
}
.sg_top .nav li a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding: 22px 0;
  position: relative;
  text-align: center;
}
.sg_top .nav li a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #88afd6;
  border-right: 2px solid #88afd6;
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 5px);
}
.sg_top .renewalinfo {
  background: #e7eff7;
  text-align: center;
  padding: 50px 0 10px;
}
.sg_top .renewalinfo__heading {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.sg_top .renewalinfo p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.sg_top .renewalinfo .button.button-login a {
  width: 400px;
  margin: 28px auto 15px;
  padding: 18px 20px;
  background-color: #115fad;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.sg_top .renewalinfo .arrow a {
  display: inline-block;
  margin-bottom: 50px;
  padding-bottom: 3px;
  text-decoration: underline;
  text-underline-offset: 9px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.sg_top .renewalinfo .arrow a:hover {
  border-bottom: none;
}
.sg_top .renewalinfo .arrow a::after {
  content: "＞";
  position: absolute;
  right: -22px;
}
.sg_top .onlineinfo {
  background: #115fad;
  padding: 55px 0 60px;
}
.sg_top .onlineinfo .title {
  margin-bottom: 75px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.sg_top .onlineinfo .content {
  background-color: #fffcdb;
}
.sg_top .onlineinfo .content.address {
  margin-bottom: 30px;
  padding: 0 55px 35px 60px;
  text-align: center;
}
.sg_top .onlineinfo .content.address .content_inner {
  display: flex;
  align-items: center;
}
.sg_top .onlineinfo .content.address .bubble {
  margin-top: -30px;
  font-size: 23px;
  font-weight: 500;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  background-color: #66b711;
  position: relative;
  color: #fff;
}
.sg_top .onlineinfo .content.address .bubble::after {
  content: "";
  position: absolute;
  background: #66b711;
  height: 13px;
  width: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: -13px;
  left: 70px;
}
.sg_top .onlineinfo .content.address .address_img {
  width: 312px;
  margin-right: 50px;
}
.sg_top .onlineinfo .content.address .address_img img {
  width: 100%;
}
.sg_top .onlineinfo .content.address .content_title {
  color: #66b711;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 40px;
  text-align: center;
}
.sg_top .onlineinfo .content.address p {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
}
.sg_top .onlineinfo .content.address .button a {
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 54px;
  color: #66b711;
  border: 2px solid #66b711;
}
.sg_top .onlineinfo .content.discount {
  display: flex;
  padding: 60px 40px 40px;
  justify-content: space-between;
}
.sg_top .onlineinfo .content.discount .content_inner {
  position: relative;
  width: 540px;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  border: solid 4px #e6e6e6;
}
.sg_top .onlineinfo .content.discount .content_inner:first-of-type::after {
  content: "";
  position: absolute;
  z-index: 2;
  background: url(/d_images/special/2024/0516_sg_teaser/images/plus.png) no-repeat;
  width: 58px;
  height: 58px;
  background-size: contain;
  top: 112px;
  right: -54px;
}
.sg_top .onlineinfo .content.discount .bubble {
  position: relative;
  z-index: 2;
  margin: -24px auto 0;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  border-radius: 25px;
  padding: 12px 20px;
  background: #115fad;
  color: #fff;
  min-width: 240px;
}
.sg_top .onlineinfo .content.discount .bubble::after {
  content: "";
  position: absolute;
  background: #115fad;
  height: 13px;
  width: 11px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  bottom: -12px;
  left: 60px;
}
.sg_top .onlineinfo .content.discount .discount_img {
  width: 100%;
  padding: 35px 0;
}
.sg_top .onlineinfo .content.discount .discount_img img {
  margin-inline: auto;
}
.sg_top .onlineinfo .content.discount .button {
  margin-top: 25px;
}
.sg_top .onlineinfo .content.discount .button a {
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 43px;
  color: #115fad;
  border: 2px solid #115fad;
}
.sg_top .catalog {
  padding: 75px 0;
}
.sg_top .catalog .catalog_code {
  padding: 50px 50px 40px;
  margin-bottom: 67px;
  background: #e7eff7;
}
.sg_top .catalog .catalog_code .catalog_txt {
  color: #115fad;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.sg_top .catalog .catalog_code .catalog_txt span {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  display: block;
  margin: 15px auto 40px;
}
.sg_top .catalog .catalog_code ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sg_top .catalog .catalog_code li input {
  width: 170px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  padding: 15px;
  border: none;
}
.sg_top .catalog .catalog_code li input::placeholder {
  font-weight: bold;
  font-size: 20px;
  color: #ccc;
}
.sg_top .catalog .catalog_code .button {
  border-radius: 30px;
  text-align: center;
}
.sg_top .catalog .catalog_code .button input {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  width: 200px;
  border-radius: 30px;
  background: #115fad;
  color: #fff;
}
.sg_top .catalog .catalog_digital {
  display: flex;
  justify-content: space-between;
}
.sg_top .catalog .catalog_digital > div {
  border: 4px solid #eef2f6;
  width: 592px;
  padding: 6px;
}
.sg_top .catalog .catalog_digital > div > a {
  display: flex;
  align-items: center;
}
.sg_top .catalog .catalog_digital > div > a img {
  width: 141px;
}
.sg_top .catalog .catalog_digital > div > a > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sg_top .catalog .catalog_digital .catalog_digital_title {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.6;
}
.sg_top .catalog .catalog_digital .button {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  border-radius: 30px;
  width: 270px;
  text-align: center;
  line-height: 60px;
  background: #115fad;
  color: #fff;
}
.sg_top .catalog .catalog_digital .catalog_digital_sg > a > div {
  margin-top: 20px;
}
.sg_top .season_recommend {
  background: #e7eff7;
  padding: 75px 0;
}
.sg_top .season_recommend_bannerlist {
  display: flex;
  flex-wrap: wrap;
}
.sg_top .season_recommend_bannerdetail {
  width: 580px;
}
.sg_top .season_recommend_bannerdetail img {
  width: 100%;
}
.sg_top .season_recommend_bannerdetail:nth-of-type(odd) {
  margin-right: 40px;
}
.sg_top .pickup {
  padding: 75px 0;
}
.sg_top .pickup_bannerlist {
  display: flex;
  flex-wrap: wrap;
}
.sg_top .pickup_bannerdetail {
  width: 360px;
}
.sg_top .pickup_bannerdetail img {
  width: 100%;
}
.sg_top .pickup_bannerdetail:not(:nth-of-type(3n)) {
  margin-right: 60px;
}
.sg_top .pickup_bannerdetail:not(:nth-last-of-type(-n + 3)) {
  margin-bottom: 60px;
}
.sg_top .pickup_bannerdetail.wide {
  width: 100%;
  margin-right: 0;
}
.sg_top .ranking {
  background: #e7eff7;
  padding: 75px 0;
  margin-bottom: 4px;
}
.sg_top .ranking h3 {
  margin-bottom: 48px;
}
.sg_top .ranking .inner {
  width: 1382px;
}
.sg_top .ranking .swiper-container {
  position: relative;
}
.sg_top .ranking .c-item {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.sg_top .ranking .c-item__inner {
  position: relative;
  padding: 45px 0 0;
  width: 224px;
  margin: 0 20px 0 0;
}
.sg_top .ranking .c-item__inner .c-item__image img {
  width: 209px;
}
.sg_top .ranking .c-item__inner:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.sg_top .ranking .c-item__inner::before {
  content: "";
  position: absolute;
  z-index: 2;
}
.sg_top .ranking .c-item__inner:first-of-type::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank01.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 55px;
  top: 0;
  left: 6px;
}
.sg_top .ranking .c-item__inner:nth-of-type(2)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank02.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(3)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank03.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(4)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank04.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(5)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank05.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(6)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank06.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(7)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank07.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(8)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank08.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(9)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank09.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .c-item__inner:nth-of-type(10)::before {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/rank10.png) no-repeat;
  background-size: contain;
  width: 28px;
  height: 36px;
  top: 19px;
  left: 12px;
}
.sg_top .ranking .swiper-button-prev,
.sg_top .ranking .swiper-button-next {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 210px;
  z-index: 2;
  cursor: pointer;
}
.sg_top .ranking .swiper-button-prev {
  left: 0;
}
.sg_top .ranking .swiper-button-next {
  right: 0;
}
.sg_top .ranking .swiper-button-prev::after,
.sg_top .ranking .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  margin: auto;
  width: 56px;
  position: absolute;
}
.sg_top .ranking .swiper-button-next,
.sg_top .ranking .swiper-button-prev {
  margin-top: 0;
}
.sg_top .ranking .swiper-button-next::after {
  background-image: url(/d_images/special/2025/0422_sg_top/images/next.png);
  right: 0;
}
.sg_top .ranking .swiper-button-prev::after {
  background-image: url(/d_images/special/2025/0422_sg_top/images/prev.png);
  left: 0;
}
.sg_top .ranking .swiper-button-disabled {
  opacity: 1;
}
.sg_top .ranking .swiper-button-disabled::after {
  opacity: 0.5;
}
.sg_top .recommend {
  background: #e7eff7;
  padding: 75px 0;
}
.sg_top .recommend .inner {
  width: 1382px;
}
.sg_top .recommend .swiper-container {
  position: relative;
}
.sg_top .recommend .c-item {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.sg_top .recommend .swiper-button-prev,
.sg_top .recommend .swiper-button-next {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 210px;
  z-index: 2;
  cursor: pointer;
}
.sg_top .recommend .swiper-button-prev {
  left: 0;
}
.sg_top .recommend .swiper-button-next {
  right: 0;
}
.sg_top .recommend .swiper-button-prev::after,
.sg_top .recommend .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 56px;
  margin: auto;
  width: 56px;
  position: absolute;
}
.sg_top .recommend .swiper-button-next,
.sg_top .recommend .swiper-button-prev {
  margin-top: 0;
}
.sg_top .recommend .swiper-button-next::after {
  background-image: url(/d_images/special/2025/0422_sg_top/images/next.png);
  right: 0;
}
.sg_top .recommend .swiper-button-prev::after {
  background-image: url(/d_images/special/2025/0422_sg_top/images/prev.png);
  left: 0;
}
.sg_top .recommend .swiper-button-disabled {
  opacity: 1;
}
.sg_top .recommend .swiper-button-disabled::after {
  opacity: 0.5;
}
.sg_top .recommend .c-item__inner {
  margin: 0 20px 0 0;
  width: 224px;
}
.sg_top .recommend .c-item__inner:last-of-type {
  margin-right: 0;
}
.sg_top .recommend .c-item__image img {
  width: 209px;
}
.sg_top .linkdetail {
  margin-bottom: 20px;
  height: 80px;
  width: 100%;
  border: 1px solid #115fad;
  border-radius: 5px;
  background-color: #fff;
}
.sg_top .linkdetail a {
  width: 100%;
  height: 100%;
  color: #115fad;
  font-size: 20px;
  font-weight: 500;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sg_top .linklist {
  display: flex;
  flex-wrap: wrap;
}
.sg_top .linklist.devide_4 .linkdetail {
  width: 285px;
}
.sg_top .linklist.devide_4 .linkdetail:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.sg_top .linklist.devide_3 .linkdetail {
  width: 386px;
}
.sg_top .linklist.devide_3 .linkdetail:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.sg_top .linklist.devide_2 .linkdetail {
  width: 590px;
}
.sg_top .linklist.devide_2 .linkdetail:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
.sg_top .category {
  padding: 80px 0 10px;
}
.sg_top .category h4 {
  color: #115fad;
}
.sg_top .category .linklist {
  margin-bottom: 50px;
}
.sg_top .price {
  background: #e7eff7;
  padding: 80px 0 60px;
}
.sg_top .custom {
  padding: 110px 0 0;
}
.sg_top .custom h3 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #115fad;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #115fad;
  padding-bottom: 50px;
  margin-bottom: 83px;
}
.sg_top .custom h3::after {
  content: "";
  background: url(/d_images/special/2025/0422_sg_top/images/custom_title.png) no-repeat;
  width: 70px;
  height: 49px;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  margin: 68px auto 0;
  padding: 0 10px;
  background-color: #fff;
}
.sg_top .custom dl {
  text-align: center;
}
.sg_top .custom dl dt {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: bold;
}
.sg_top .custom dl dd {
  line-height: 2.1;
  margin-bottom: 33px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sg_top h3 {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sg_top .title_small {
    margin-bottom: 35px;
  }
  .sg_top .title_small::before {
    content: "";
    position: absolute;
    background-color: #88afd6;
    height: 1px;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: -1;
  }
  .sg_top .title_small::after {
    content: "";
    position: absolute;
    background-color: #88afd6;
    height: 1px;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: -1;
  }
  .sg_top .title_small h4 {
    font-size: 18px;
    padding: 0 10px;
  }
  .sg_top .inner {
    width: 100%;
    padding: 0 10px;
  }
  .sg_top .button {
    border-radius: 5px;
  }
  .sg_top .itemCondition {
    width: 100%;
  }
  .sg_top .mv .inner {
    position: relative;
  }
  .sg_top .mv .mv_txt {
    width: 100%;
    text-align: center;
    padding: 35px 0;
    height: auto;
  }
  .sg_top .mv .mv_txt h2 img {
    width: 64%;
    margin-bottom: 25px;
  }
  .sg_top .mv .mv_txt h2 p {
    font-size: 20px;
    line-height: 1.5;
  }
  .sg_top .mv .mv_txt .mv_img {
    position: initial;
    width: calc(100% - 70px);
    margin: 0 35px 25px;
  }
  .sg_top .mv .mv_txt .term {
    margin-inline: -10px;
    padding: 23px 0 5px;
  }
  .sg_top .mv .mv_txt .term_title {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto 10px;
  }
  .sg_top .mv .mv_txt .term_title::before {
    content: "";
    position: absolute;
    background-color: #115fad;
    height: 1px;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 0;
  }
  .sg_top .mv .mv_txt .term_title::after {
    content: "";
    position: absolute;
    background-color: #115fad;
    height: 1px;
    width: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    z-index: 0;
  }
  .sg_top .mv .mv_txt .term_title p {
    font-size: 17px;
    padding: 0 10px;
  }
  .sg_top .mv .mv_txt .term .term_date {
    font-size: 28px;
  }
  .sg_top .mv .mv_txt .term .term_date span {
    font-size: 40px;
  }
  .sg_top .mv .mv_txt .term .term_date .attention {
    font-size: 15px;
    margin-top: 15px;
  }
  .sg_top .nav .inner {
    padding: 0;
  }
  .sg_top .nav > div {
    position: relative;
  }
  .sg_top .nav > div::after {
    display: none;
  }
  .sg_top .nav ul {
    display: flex;
    flex-wrap: wrap;
    border-left: none;
  }
  .sg_top .nav li {
    width: 50%;
    border: none;
  }
  .sg_top .nav li:not(:nth-of-type(2n)) {
    border-right: 1px solid #fff;
  }
  .sg_top .nav li:not(:nth-of-type(n + 5)) {
    border-bottom: 1px solid #fff;
  }
  .sg_top .nav li a {
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 15px 0 28px;
    position: relative;
    text-align: center;
  }
  .sg_top .nav li a::after {
    content: "";
    width: 7px;
    height: 7px;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 15px;
  }
  .sg_top .renewalinfo {
    text-align: center;
    padding: 35px 15px 10px;
  }
  .sg_top .renewalinfo .inner {
    padding: 0;
  }
  .sg_top .renewalinfo__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sg_top .renewalinfo p {
    line-height: 1.65;
    font-size: 15px;
  }
  .sg_top .renewalinfo .button.button-login {
    text-align: center;
    width: 100%;
    padding: 0 22px;
  }
  .sg_top .renewalinfo .button.button-login a {
    font-size: 16px;
    width: 100%;
    padding: 16px 0;
    margin: 25px auto 15px;
    border-radius: 5px;
  }
  .sg_top .renewalinfo .button.button-regist {
    padding: 0 22px;
    width: 100%;
  }
  .sg_top .renewalinfo .button.button-regist a {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 16px 0;
    border-radius: 5px;
    border: 1px solid #ec676d;
  }
  .sg_top .renewalinfo .arrow a {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .sg_top .renewalinfo .arrow a::after {
    content: "＞";
    position: absolute;
    right: -17px;
  }
  .sg_top .renewalinfo .regist {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .sg_top .onlineinfo {
    padding: 40px 15px;
  }
  .sg_top .onlineinfo .title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
  }
  .sg_top .onlineinfo .title .yellow span {
    font-size: 20px;
  }
  .sg_top .onlineinfo .content.address {
    margin-bottom: 10px;
    padding: 0 20px 30px;
  }
  .sg_top .onlineinfo .content.address .content_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sg_top .onlineinfo .content.address .bubble {
    margin-top: -20px;
    font-size: 15px;
    padding: 10px 15px;
    border-radius: 20px;
  }
  .sg_top .onlineinfo .content.address .bubble::after {
    content: "";
    height: 10px;
    width: 9px;
    bottom: -10px;
    left: 30px;
  }
  .sg_top .onlineinfo .content.address .address_img {
    width: 100%;
    margin: 10px 0 5px;
  }
  .sg_top .onlineinfo .content.address .address_img img {
    width: 100%;
  }
  .sg_top .onlineinfo .content.address .content_title {
    font-size: 19px;
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .sg_top .onlineinfo .content.address p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .sg_top .onlineinfo .content.address .button a {
    font-weight: bold;
    font-size: 15px;
    padding: 11px 45px;
    border: 1px solid #66b711;
    border-radius: 5px;
  }
  .sg_top .onlineinfo .content.discount {
    flex-direction: column;
    padding: 45px 15px 30px;
  }
  .sg_top .onlineinfo .content.discount .content_inner {
    width: 100%;
    border-width: 2px;
  }
  .sg_top .onlineinfo .content.discount .content_inner:first-of-type::after {
    width: 35px;
    height: 35px;
    top: inherit;
    bottom: -47px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .sg_top .onlineinfo .content.discount .content_inner:last-of-type {
    margin-top: 75px;
  }
  .sg_top .onlineinfo .content.discount .bubble {
    margin: -21px auto 0;
    font-size: 15px;
    border-radius: 999px;
    padding: 10px 25px;
    min-width: inherit;
  }
  .sg_top .onlineinfo .content.discount .bubble::after {
    height: 10px;
    width: 9px;
    bottom: -10px;
    left: 55px;
  }
  .sg_top .onlineinfo .content.discount .discount_img {
    padding: 25px 0;
  }
  .sg_top .onlineinfo .content.discount .discount_img img {
    width: auto;
    height: 17vw;
  }
  .sg_top .onlineinfo .content.discount .button a {
    font-weight: bold;
    font-size: 15px;
    padding: 11px 38px;
    border: 1px solid #115fad;
    border-radius: 5px;
  }
  .sg_top .catalog {
    padding: 50px 0;
  }
  .sg_top .catalog .catalog_code {
    padding: 35px 15px 45px;
    margin-bottom: 37px;
  }
  .sg_top .catalog .catalog_code .catalog_txt {
    font-size: 17px;
    text-align: left;
    line-height: 1.6;
  }
  .sg_top .catalog .catalog_code .catalog_txt span {
    font-size: 14px;
    margin: 20px auto 25px;
    line-height: 1.6;
  }
  .sg_top .catalog .catalog_code ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
  }
  .sg_top .catalog .catalog_code li {
    width: calc(50% - 3px);
    margin-bottom: 5px;
  }
  .sg_top .catalog .catalog_code li input {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 16px;
    padding: 15px;
  }
  .sg_top .catalog .catalog_code li input::placeholder {
    font-size: 16px;
  }
  .sg_top .catalog .catalog_code .button {
    border-radius: 20px;
  }
  .sg_top .catalog .catalog_code .button input {
    font-size: 14px;
    height: 40px;
    width: 170px;
    border-radius: 20px;
  }
  .sg_top .catalog .catalog_digital {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .sg_top .catalog .catalog_digital > div {
    border: 2px solid #eef2f6;
    width: 100%;
    padding: 15px;
  }
  .sg_top .catalog .catalog_digital > div:first-of-type {
    margin-bottom: 15px;
  }
  .sg_top .catalog .catalog_digital > div > a {
    display: flex;
    align-items: center;
  }
  .sg_top .catalog .catalog_digital > div > a img {
    width: 90px;
  }
  .sg_top .catalog .catalog_digital > div > a > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .sg_top .catalog .catalog_digital .catalog_digital_title {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.6;
  }
  .sg_top .catalog .catalog_digital .button {
    font-size: 14px;
    height: 40px;
    border-radius: 20px;
    width: 205px;
    line-height: 40px;
  }
  .sg_top .season_recommend {
    padding: 50px 10px;
  }
  .sg_top .season_recommend_bannerlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .sg_top .season_recommend_bannerdetail {
    width: 100%;
  }
  .sg_top .season_recommend_bannerdetail img {
    width: 100%;
  }
  .sg_top .season_recommend_bannerdetail:nth-of-type(odd) {
    margin: 0 0 10px;
  }
  .sg_top .pickup {
    padding: 50px 0;
  }
  .sg_top .pickup_bannerlist {
    display: flex;
    flex-wrap: wrap;
  }
  .sg_top .pickup_bannerdetail {
    width: calc(50% - 5px);
  }
  .sg_top .pickup_bannerdetail img {
    width: 100%;
  }
  .sg_top .pickup_bannerdetail:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .sg_top .pickup_bannerdetail:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
  .sg_top .pickup_bannerdetail:not(:nth-last-of-type(-n + 3)) {
    margin-bottom: 0;
  }
  .sg_top .pickup_bannerdetail:not(:nth-last-of-type(-n + 1)) {
    margin-bottom: 13px;
  }
  .sg_top .pickup_bannerdetail.wide {
    width: 100%;
    margin-right: 0;
  }
  .sg_top .ranking {
    padding: 50px 0;
    margin-bottom: 12px;
  }
  .sg_top .ranking h3 {
    margin-bottom: 20px;
  }
  .sg_top .ranking .inner {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .sg_top .ranking .swiper-container {
    position: relative;
  }
  .sg_top .ranking .c-item {
    width: auto;
  }
  .sg_top .ranking .c-item__inner {
    position: relative;
    padding: 45px 0 0;
    margin: 0 10px 0 0;
    height: auto;
    width: 50%;
  }
  .sg_top .ranking .c-item__inner:last-of-type {
    margin-right: 10px;
  }
  .sg_top .ranking .c-item__inner a {
    padding: 5px 5px 15px;
    display: block;
    width: auto;
  }
  .sg_top .ranking .c-item__inner .c-item__image img {
    width: 100%;
  }
  .sg_top .ranking .c-item__inner .c-item__icon {
    margin: 0 auto 5px;
    padding: 0 10px;
  }
  .sg_top .ranking .c-item__inner .c-item__stockicon {
    padding: 0 10px;
    margin: 15px auto 0;
  }
  .sg_top .ranking .c-item__inner::before {
    content: "";
    position: absolute;
    z-index: 2;
  }
  .sg_top .ranking .c-item__inner:first-of-type::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank01.png) no-repeat;
    background-size: contain;
    width: 34px;
    height: 55px;
    top: 0;
    left: 6px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(2)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank02.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(3)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank03.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(4)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank04.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(5)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank05.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(6)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank06.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(7)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank07.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(8)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank08.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(9)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank09.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .c-item__inner:nth-of-type(10)::before {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/rank10.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 36px;
    top: 19px;
    left: 12px;
  }
  .sg_top .ranking .swiper-button-prev::after,
  .sg_top .ranking .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 56px;
    margin: auto;
    width: 56px;
    position: absolute;
  }
  .sg_top .ranking .swiper-button-next,
  .sg_top .ranking .swiper-button-prev {
    margin-top: 238px;
  }
  .sg_top .ranking .swiper-button-next::after {
    background-image: url(/d_images/special/2025/0422_sg_top/images/next.png);
    right: 0;
  }
  .sg_top .ranking .swiper-button-prev::after {
    background-image: url(/d_images/special/2025/0422_sg_top/images/prev.png);
    left: 0;
  }
  .sg_top .recommend {
    padding: 50px 0;
  }
  .sg_top .recommend .inner {
    width: 100%;
    padding: 0 0 0 10px;
  }
  .sg_top .recommend .swiper-container {
    position: relative;
  }
  .sg_top .recommend .c-item {
    width: auto;
  }
  .sg_top .recommend .c-item__inner {
    position: relative;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #fff;
    height: auto;
    width: 50%;
  }
  .sg_top .recommend .c-item__inner:last-of-type {
    margin-right: 10px;
  }
  .sg_top .recommend .c-item__inner a {
    padding: 5px 5px 15px;
  }
  .sg_top .recommend .c-item__inner .c-item__stockicon {
    padding: 0 10px;
    margin: 15px auto 0;
  }
  .sg_top .recommend .c-item__inner .c-item__icon {
    margin: 0 auto 5px;
    padding: 0 10px;
  }
  .sg_top .recommend .c-item__image img {
    width: 100%;
  }
  .sg_top .linkdetail {
    margin-bottom: 5px;
    width: calc(50% - 3px);
    height: auto;
    border: 1px solid #115fad;
    border-radius: 3px;
    background-color: #fff;
  }
  .sg_top .linkdetail a {
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sg_top .linklist {
    display: flex;
    flex-wrap: wrap;
  }
  .sg_top .linklist.devide_4 .linkdetail {
    width: calc(50% - 3px);
  }
  .sg_top .linklist.devide_4 .linkdetail:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .sg_top .linklist.devide_4 .linkdetail:not(:nth-of-type(2n)) {
    margin-right: 5px;
  }
  .sg_top .linklist.devide_3 .linkdetail {
    width: calc(50% - 3px);
  }
  .sg_top .linklist.devide_3 .linkdetail:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .sg_top .linklist.devide_3 .linkdetail:not(:nth-of-type(2n)) {
    margin-right: 5px;
  }
  .sg_top .linklist.devide_2 .linkdetail {
    width: calc(50% - 3px);
  }
  .sg_top .linklist.devide_2 .linkdetail:not(:nth-of-type(2n)) {
    margin-right: 5px;
  }
  .sg_top .category {
    padding: 50px 0 15px;
  }
  .sg_top .category h4 {
    color: #115fad;
  }
  .sg_top .category .linklist {
    margin-bottom: 35px;
  }
  .sg_top .price {
    padding: 50px 0 40px;
  }
  .sg_top .price .linklist.devide_3 .linkdetail {
    width: 100%;
    margin-bottom: 10px;
  }
  .sg_top .price .linklist.devide_3 .linkdetail a {
    padding: 20px 10px;
  }
  .sg_top .price .linklist.devide_3 .linkdetail:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .sg_top .custom {
    padding: 60px 0 0;
  }
  .sg_top .custom h3 {
    font-size: 25px;
    padding-bottom: 37px;
    margin-bottom: 45px;
  }
  .sg_top .custom h3::after {
    content: "";
    background: url(/d_images/special/2025/0422_sg_top/images/custom_title.png) no-repeat;
    width: 45px;
    height: 32px;
    background-size: contain;
    margin: 54px auto 0;
    padding: 0 10px;
    background-color: #fff;
  }
  .sg_top .custom dl {
    text-align: center;
  }
  .sg_top .custom dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sg_top .custom dl dd {
    line-height: 1.8;
    margin: 0 10px 35px;
    font-size: 15px;
    text-align: left;
  }
  .sg_top .custom dl:last-of-type dd {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */