@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.sgfair {
  font-size: 62.5%;
  margin: auto;
  font-feature-settings: "palt";
  position: relative;
  z-index: 0;
}
.sgfair * {
  box-sizing: border-box;
}
.sgfair img {
  max-width: 100%;
  pointer-events: none;
  user-select: none;
}
.sgfair__bg {
  position: relative;
  z-index: 0;
  padding: 40px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sgfair__bg {
    padding: clamp(30px, 7vw, 60px) 0;
    margin-bottom: clamp(30px, 12vw, 50px);
  }
}
.sgfair__bg:before {
  position: absolute;
  content: "";
  background-color: #dbeffd;
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 1160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sgfair__bg:before {
    position: absolute;
    content: "";
    background-color: #dbeffd;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 110%;
    max-width: 1160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}
.sgfair small {
  color: inherit !important;
}
.sgfair summary {
  display: block;
  list-style: none;
}
.sgfair summary::-webkit-details-marker {
  display: none;
}
.sgfair .ctaBtn {
  position: relative;
  display: block;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(#f8ac49, #ff6500);
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 16px 33px;
  border-radius: 999px;
  border: 2px solid #fff;
  min-width: min(520px, 100%);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  max-width: 580px;
  margin: auto;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sgfair .ctaBtn {
    font-size: clamp(14px, 3.6vw, 1.8rem);
    padding: clamp(14px, 3.6vw, 1.8px);
    padding-right: clamp(20px, 3.6vw, 24px);
  }
}
.sgfair .ctaBtn:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 18px;
  height: 18px;
  right: 1.2em;
  top: 50%;
  background-image: url("/html/upload/user_data/feature/sgfair/img/2026/btn-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sgfair .ctaBtn:before {
    right: 1em;
  }
}
.sgfair .ctaBtn__strong {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .sgfair .ctaBtn__strong {
    font-size: clamp(1.2em, 3.6vw, 1.5em);
  }
}
.sgfair .ctaBtn:not(p):hover {
  color: #fff;
  transform: scale(0.95);
}
.sgfair .ctaBtn.beforeentry, .sgfair .ctaBtn .sgfair .ctaBtn.greenbtn {
  background: linear-gradient(#f8ac49, #ff6500);
}
.sgfair .top-nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .sgfair .top-nav {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .sgfair .top-nav {
    margin-bottom: clamp(30px, 7vw, 40px);
  }
}
.sgfair .top-nav__btn {
  position: relative;
  width: calc(30% - 14px);
  appearance: none;
  border: solid #2030ba 3px;
  background: #fff;
  color: #2030ba;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  padding: 14px 30px 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sgfair .top-nav__btn {
    width: calc(48% - 8px);
    font-size: clamp(12px, 2.5vw, 1.6rem);
    padding: 10px 5px;
  }
}
.sgfair .top-nav__btn:hover {
  color: #2030ba;
  transform: scale(0.95);
}
.sgfair .top-nav__btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #2030ba;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  right: 1.2em;
  top: calc(50% - 3px);
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.sgfair .align-center {
  text-align: center;
}
.sgfair .shoplist__btn {
  position: relative;
  width: calc(30% - 14px);
  appearance: none;
  border: solid #2030ba 3px;
  background: #fff;
  color: #2030ba;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  padding: 14px 30px 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  margin: 20px auto 0;
  align-items: center;
  text-align: center;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .sgfair .shoplist__btn {
    width: calc(48% - 8px);
    font-size: clamp(12px, 2.5vw, 1.6rem);
    padding: 10px 5px;
    margin: 10px auto 0;
  }
}
.sgfair .shoplist__btn:hover {
  color: #2030ba;
  transform: scale(0.95);
}
.sgfair .shoplist__btn:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #2030ba;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  right: 1.2em;
  top: 50%;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg);
}
.sgfair .category {
  background-color: #a0eee7;
  border-radius: 10px;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .sgfair .category {
    padding: clamp(15px, 2vw, 30px);
  }
}
.sgfair .category__title {
  margin: 0 0 18px;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sgfair .category__title {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
.sgfair .category__groups {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .sgfair .category__groups {
    flex-direction: column;
    gap: 15px;
  }
}
.sgfair .category + .category {
  margin-top: 20px;
}
.sgfair .category .category-group {
  width: calc((100% - 22px) / 2);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sgfair .category .category-group {
    width: 100%;
  }
}
.sgfair .category .category-group__list {
  padding: 20px 15px 45px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 14px;
}
@media screen and (max-width: 767px) {
  .sgfair .category .category-group__list {
    gap: 12px;
  }
}
.sgfair .category .category-group__list a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 30px 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 9999px;
  background-color: #004e47;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .sgfair .category .category-group__list a {
    font-size: 1.2rem;
    padding: 10px 25px 10px 10px;
  }
}
.sgfair .category .category-group__list a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  right: 1em;
  top: 50%;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.sgfair .category .category-group__list li {
  width: calc((100% - 14px) / 2);
}
@media screen and (max-width: 767px) {
  .sgfair .category .category-group__list li {
    width: calc((100% - 12px) / 2);
  }
}
.sgfair .category .category-group__title {
  margin: 0;
}
.sgfair .category .category-group__title a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 15px;
  background-color: #004e47;
  color: #fff;
  text-decoration: none !important;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  transition-duration: 0.2s;
}
@media screen and (max-width: 767px) {
  .sgfair .category .category-group__title a {
    padding: 10px 25px 10px 10px;
    font-size: 1.4rem;
  }
}
.sgfair .category .category-group__title a:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  right: 1.2em;
  top: 50%;
  border: 2px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
}
.sgfair .category .category-group__inner {
  padding: 15px;
}
.sgfair .campaign {
  position: relative;
  z-index: 0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .sgfair .campaign {
    padding: clamp(30px, 7vw, 60px) 0;
  }
}
.sgfair .campaign__hl {
  background: linear-gradient(transparent 70%, #ffed73 70%);
  color: #1b70cb;
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .sgfair .campaign__hl {
    font-size: 1.4em;
  }
}
.sgfair .campaign__em {
  border-bottom: solid #1b70cb 3px;
  color: #1b70cb;
  font-size: 1.4em;
}
.sgfair .campaign__note {
  padding: 20px 0;
  margin: 0;
}
.sgfair .campaign__list {
  padding: 50px 20px 20px !important;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign__list {
    padding: 20px 0 20px !important;
  }
}
.sgfair .campaign:before {
  position: absolute;
  content: "";
  background-color: #dbeffd;
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sgfair .campaign__inner {
  text-align: center;
  border-radius: 10px;
  width: 85%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  border: #f8ac49 solid 6px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .sgfair .campaign__inner {
    width: 95%;
  }
}
.sgfair .campaign__entry {
  text-align: center;
  color: #000000;
  margin: auto auto;
  border-top: solid 3px #fff;
  width: 90%;
  margin-bottom: 10px !important;
}
.sgfair .campaign .badge {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding: 13px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #fd4344;
  width: 25%;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .badge {
    width: 100%;
    margin-bottom: 15px !important;
    padding: 16px !important;
  }
}
.sgfair .campaign .badge span {
  display: inline-block;
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .badge span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 981px) {
  .sgfair .campaign .badge:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
  }
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .badge:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 9px 5.5px 0 5.5px;
    border-color: #fff transparent transparent;
    translate: -50% 100%;
  }
}
@media screen and (min-width: 981px) {
  .sgfair .campaign .badge.widebadge {
    width: 35%;
  }
}
.sgfair .campaign__lead p {
  color: #000000;
  border-radius: 5px 5px 0 0;
  font-size: 1.3em;
  text-align: center;
  padding: 0 15px 0;
  line-height: 1.8em;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sgfair .campaign__lead p {
    font-size: 1.3em;
    padding: 15px 15px 0;
  }
}
.sgfair .campaign__ill img {
  position: absolute;
  width: 200px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sgfair .campaign__ill img {
    width: 20vw;
  }
}
.sgfair .campaign__ill img:last-child {
  right: -110px;
  bottom: -50px;
}
@media screen and (max-width: 768px) {
  .sgfair .campaign__ill img:last-child {
    right: -40px;
    bottom: -50px;
  }
}
.sgfair .campaign__ill img:first-child {
  left: -110px;
  bottom: -100px;
}
@media screen and (max-width: 768px) {
  .sgfair .campaign__ill img:first-child {
    left: -40px;
    bottom: -50px;
  }
}
.sgfair .campaign__footnote {
  width: 70%;
  color: #000000;
  text-align: center;
  margin: 0 auto 10px;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign__footnote {
    font-size: 1.4rem;
    line-height: 1.6em;
    width: 100%;
  }
}
.sgfair .campaign__lead .txt_s {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .sgfair .campaign__lead .txt_s {
    font-size: 1.1em;
    padding: 15px;
  }
}
.sgfair .campaign .campaign-item {
  margin-bottom: 30px;
}
.sgfair .campaign .campaign-item__em {
  color: #fd4344;
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
}
.sgfair .campaign .campaign-item__row {
  display: flex;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .campaign-item__row {
    display: block;
  }
}
.sgfair .campaign .campaign-item__row:first-child:last-child {
  margin-bottom: 0;
}
.sgfair .campaign .campaign-item__desc {
  color: #000000;
  display: inline-block;
  line-height: 28px;
  font-size: 1.8rem;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .campaign-item__desc {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 980px) {
  .sgfair .campaign .campaign-item:first-child:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .sgfair .hp_pcOnly {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sgfair .hp_spOnly {
    display: none;
  }
}
.sgfair .sgfairu__title h2 {
  text-align: center;
  width: 85%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sgfair .sgfairu__title h2 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
}
.sgfair.topcontents {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .sgfair.topcontents {
    margin-bottom: 40px;
  }
}
.sgfair .feature-fv {
  text-align: center;
  background-color: #a0eee7;
}
@media (min-width: 1161px) {
  .sgfair .feature-fv {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .sgfair .feature-fv {
    margin-left: -4.6%;
    margin-right: -4.6%;
  }
}
.sgfair .feature-fv h1 {
  margin-bottom: 0;
  margin-top: 0;
}
.sgfair .feature-fv h1 img {
  width: 100%;
  max-width: 1160px;
}
.sgfair__title__inner {
  margin-top: min(4.296875vw, 55px);
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sgfair__title__inner {
    min-width: 510px;
    font-size: 3.2rem;
    padding: 15px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .sgfair__title__inner:before {
    height: 2px;
  }
}
.sgfair.bottomcontents {
  margin-top: 80px;
}
.sgfair .sgfair-section {
  margin-bottom: 80px;
}
.sgfair .sgfair-section.last {
  margin-bottom: 0;
}
.sgfair .mtLead {
  margin-bottom: 10px !important;
  padding-top: 0 !important;
}
@media only screen and (min-width: 767px) {
  .sgfair .mtLead {
    margin-bottom: 20px !important;
  }
}
.sgfair .more-link {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .sgfair .more-link {
    width: 100%;
  }
}
.sgfair .shoplist a {
  display: block !important;
}
.sgfair .shop_bnr ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .sgfair .shop_bnr ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sgfair .shop_bnr li {
  width: 23%;
  margin: 1%;
}
@media screen and (max-width: 640px) {
  .sgfair .shop_bnr li {
    width: 48%;
    margin: 1%;
  }
}
.sgfair .shop_bnr li a {
  display: block;
}
.sgfair .shop_bnr li a:hover {
  opacity: 0.8;
}
.sgfair .ruleTable th,
.sgfair .ruleTable td {
  text-align: left;
  line-height: 1.6em;
  border: solid 1px #cfcfcf;
  vertical-align: middle;
  background: #fff;
  padding: 50px 60px;
}
@media screen and (max-width: 981px) {
  .sgfair .ruleTable th,
  .sgfair .ruleTable td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    border-bottom: none;
    padding: 10px 30px;
  }
}
.sgfair .ruleTable th {
  background-color: #dbeffd;
  font-weight: normal;
  width: 25%;
}
@media screen and (max-width: 981px) {
  .sgfair .ruleTable td {
    border-top: none;
  }
}
.sgfair .ruleTable ul li {
  margin: 0 0 3px 16px;
  text-indent: -1em;
}
.sgfair .ruleTable ul li .red {
  color: #ff0000;
  text-decoration: underline;
}
.sgfair .ruleTable ul li .kome {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.sgfair .ruleTable .sttl {
  display: block;
  font-weight: 700;
}
.sgfair .innernote li {
  margin-bottom: 0 !important;
}
.sgfair {
  /* shop_bnr
  ---------------------------------------------------- */
}
.sgfair .shop_bnr {
  margin: 20px 0;
}
.sgfair {
  /* =========================
      ruleTable
    ========================= */
}
.sgfair .ruleTable {
  width: 100%;
  margin: 0;
  font-size: 16px;
}
@media screen and (max-width: 981px) {
  .sgfair .ruleTable {
    width: 100%;
    border-bottom: solid 1px #cfcfcf;
  }
}
.sgfair .campaign .cpimg {
  margin: 30px 0;
}

.ec-layoutRole {
  background-color: #fff;
  overflow: hidden;
}

.giftItemsHeadImg {
  margin-bottom: 0px !important;
}

.ec-featureRole__content {
  position: relative;
  z-index: 0;
}
.ec-featureRole__content:after {
  position: absolute;
  content: "";
  background-color: #fff;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100% - 150px);
  width: 100vw;
  max-width: 1220px;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ec-featureRole__content:before {
  height: 100%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ec-featureRole__content .ec-featureRole__headdescription {
  position: relative;
  margin-top: 70px;
  z-index: 0;
}
.ec-featureRole__content .ec-featureRole__headdescription:before {
  position: absolute;
  content: "";
  background-color: #fff;
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  height: 103%;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示 */
.ec-featureItems.buttons {
  display: none;
}

.ec-featureRole__content:before, .sgfair .ec-featureRole__content:after {
  display: none !important;
}/*# sourceMappingURL=style2026.css.map */