@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  color: #333;
  line-height: 1;
}

#loadingBg {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#cookieBox {
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  background: rgba(0, 0, 0, .7);
  padding: 1rem;
  visibility: visible;
  z-index: 9999;
  letter-spacing: normal;
  line-height: 1;
}

.block-cookie-consent {
  position: relative;
}

.block-cookie-consent--text {
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 1rem 0;
  line-height: 1.2;
}

#cookieBox .block-cookie-consent--text a {
  color: #fff;
  display: inline;
  text-decoration: underline;
}

.block-cookie-consent--btn {
  font-size: 1.2rem;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  line-height: 0;
}

.block-cookie-consent--btn i {
  color: #fff;
}

sup {
  font-size: 1rem;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.flex {
  display: flex;
}

.locked {
  overflow-y: hidden;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}

#headerInner {
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 56.64%;
}

#spNav {
  width: 33.63%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.444rem;
  z-index: 1000;
}

#spNav li {
  line-height: 1;
  cursor: pointer;
}

#spNav li:first-child {
  visibility: hidden;
}

#globalNav {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition-duration: 0.3s;
  padding: 5rem 0 10rem;
  flex-wrap: wrap;
}

#globalNav.active {
  left: 0;
}

#navTop,
#navBottom {
  width: 80%;
  margin: 0 auto;
}

#navTop {
  order: 1;
}

#navTopList {
  margin-bottom: 1rem;
}

.navTopListItem {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.navTopListItem>i {
  display: none;
}

.navTopListItem a {
  text-decoration: none;
}

#navTopCategoryList {
  margin-top: 1rem;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.navTopCategoryListItem {
  font-size: 1rem;
  text-align: left;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #333;
}

.navTopCategoryListItem:last-child {
  border-bottom: none;
}

.navTopCategoryListItem.open {
  border-bottom: none;
}

.navTopCategoryListItem.open:has(.navTopCategoryDetail) .navTopCategoryListItemTitle::after {
  transform: rotate(180deg) translateY(50%);
}

.navTopCategoryListItem:has(.navTopCategoryDetail) .navTopCategoryListItemTitle a {
  pointer-events: none;
}

.navTopCategoryListItem:has(.navTopCategoryDetail) .navTopCategoryListItemTitle::after {
  content: "\f107";
}

.navTopCategoryListItem img {
  width: 60px;
}

.navTopCategoryListItemTitle {
  width: calc(100% - 65px);
  display: inline-block;
  position: relative;
}

.navTopCategoryListItemTitle::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translateY(-50%);
}

.navTopCategoryDetail {
  width: 100%;
  display: none;
}

.navTopCategoryDetailList {
  flex-wrap: wrap;
  transition-duration: 0.5s;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
}

.navTopCategoryDetailList.odd .navTopCategoryDetailListItem:last-child,
.navTopCategoryDetailList.even .navTopCategoryDetailListItem:nth-last-child(-n+2) {
  border-bottom: none;
}

#tax,
#taxExempt {
  padding: 0.625rem;
  background-color: #eee;
}

#taxList,
#taxExemptList {
  flex-wrap: wrap;
}

#taxList.even .navTopCategoryDetailListItem:nth-last-child(-n+2),
#taxExemptList.even .navTopCategoryDetailListItem:nth-last-child(-n+2) {
  border-bottom: none;
}

.navTopCategoryDetailListItem {
  width: 50%;
  height: 60px;
  text-align: center;
  border-bottom: 1px dashed #333;
  padding: 0.75rem 0.625rem;
  text-align: left;
  font-weight: normal;
  display: flex;
  align-items: center;
}

.navTopCategoryDetailListItem a {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 1rem;
}

.navTopCategoryDetailListItem a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 0.7rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.navTopCategoryDetailListItem:nth-child(odd) {
  border-right: 1px solid #333;
}

.close {
  width: 100%;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #333;
  padding: 1rem;
  margin: 1rem 0;
}

.close i {
  margin-right: 0.5rem;
}

#search {
  margin-bottom: 1rem;
  position: relative;
}

#block-search-box--keyword {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#block-search-box--search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  font-size: 1.5rem;
  padding: 0;
}

#block-search-box--search-submit i {
  font-size: 1.5rem;
}

#login {
  margin-bottom: 3rem;
}

#loginList {
  justify-content: space-around;
  align-items: center;
}

.loginListItem {
  padding: 0.675rem;
  /* display: inline-block; */
  border-radius: 10px;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: normal;
  background-color: #333;
}

.loginListItem a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
}


.loginListItem img,
.loginListItem i {
  margin-right: .5rem;
}

.loginListItem i {
  color: #fff;
}

.loginListItem:first-child img {
  width: 15px;
}

.loginListItem:nth-child(2) {
  background-color: #40E0D0;
}

.loginListItem:nth-child(2) img {
  width: 20px;
}

.loginListItem:last-child {
  margin-right: 0;
}

.loginTitle {
  color: #fff;
  font-size: 0.875rem;
}

.swiper {
  width: 100%;
  margin-bottom: 1.5rem;
}

.swiper-slide {
  width: 90% !important;
}

.swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 0.625rem;
  display: flex;
  justify-content: center;
  height: 10px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 2.5px !important;
}

.swiper-pagination-bullet-active {
  background-color: #40E0D0 !important;
}

#strength {
  width: 90%;
  max-width: 675px;
  margin: 0 auto;
}

#strengthList {
  position: relative;
}

#officialShop {
  width: 34.074074074%;
}

#payment {
  position: absolute;
  right: 0;
  top: 0;
  width: 64.296296296%;
}

#postage {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64.296296296%;
}

#category {
  width: 90%;
  margin: 3.75rem auto;
}

#category h2 {
  position: relative;
  margin-bottom: 2.4375rem;
  text-align: center;
}

#category h2::after {
  content: "CATEGORY";
  font-size: 0.875rem;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
}

#categoryList {
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.categoryListItem {
  position: relative;
  border: 0 dotted #333;
  border-bottom-width: 1px;
}

.categoryListItem::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-100%, -50%);
  font-size: 0.7rem;
}

.categoryListItem:nth-child(odd) {
  border-right-width: 1px;
}

.categoryListItem:last-child {
  border-bottom: none;
}

#category a {
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  width: 100%;
}

#category picture {
  width: 35%;
}

#category span {
  font-size: 0.875rem;
  max-width: calc(65% - 7px);
}

#feature,
#campaign {
  width: 90%;
  margin: 3.75rem auto;
}

#feature h2,
#campaign h2 {
  position: relative;
  margin-bottom: 2.4375rem;
  text-align: center;
}

#feature h2::after {
  content: "FEATURES";
  font-size: 0.875rem;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#featureBannerList {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.featureBannerListItem:last-child {
  display: none;
}

#campaign h2::after {
  content: "CAMPAIGN";
  font-size: 0.875rem;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#campaignBannerList {
  display: grid;
  gap: 1rem;
}

#block_of_topic {
  width: 90%;
  margin: 3.75rem auto;
}

.topiclist_head_ {
  position: relative;
  margin-bottom: 2.4375rem;
  text-align: center;
}

.topiclist_head_::after {
  content: "NEWS";
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
}

.block-top-topic--items {
  margin-bottom: 1.25rem;
}

#block_of_topic li {
  border-bottom: 1px dotted #333;
  font-size: 0.75rem;
  padding: 0.625rem 0;
}

#block_of_topic li:last-child {
  border: none;
}

#block_of_topic dt {
  display: none;
}

#block_of_topic img {
  width: auto;
  display: block;
}

.block-top-topic--items a {
  text-decoration: none;
  color: #333;
}

.block-top-topic--next-page {
  border: 1px solid #333;
  border-radius: 9999px;
  text-align: center;
}

.block-top-topic--next-page a {
  text-decoration: none;
  font-weight: 700;
  display: block;
  padding: 1rem;
}

#ranking {
  background-color: #eee;
}

#ranking h2::after {
  content: "RANKING";
}

#pickUp h2::after {
  content: "PICK UP ITEMS";
}

#block_of_event>div {
  padding: 3.75rem 0;
  position: relative;
}

#block_of_event h2 {
  position: relative;
  margin-bottom: 2.4375rem;
  text-align: center;
}

#block_of_event h2::after {
  font-size: 0.875rem;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
}

.select {
  overflow: auto;
  white-space: nowrap;
  margin: 0 auto 0.75rem;
  padding-left: 5%;
}

.select input {
  display: none;
}

.select input:checked+label {
  background-color: #333;
  color: #fff;
}

.select label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 9999px;
  background-color: #fff;
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #333;
  cursor: pointer;
}

.tabItem {
  display: none;
  margin: 0 auto 0.75rem;
  max-width: 1280px;
  padding-left: 5%;
}

.block-ranking-r--items,
.block-pickup-list-p--items {
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}

.block-ranking-r--goods-rank-1 .block-ranking-r--rank {
  border-bottom: 2px solid #FFC400;
  background: url(../../img/renewal/ranking_icon01.webp) no-repeat center/contain content-box;
  text-indent: -9999px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}

.block-ranking-r--goods-rank-2 .block-ranking-r--rank {
  border-bottom: 2px solid #A3A3A3;
  background: url(../../img/renewal/ranking_icon02.webp) no-repeat center/contain content-box;
  text-indent: -9999px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}

.block-ranking-r--goods-rank-3 .block-ranking-r--rank {
  border-bottom: 2px solid #BA4A0E;
  background: url(../../img/renewal/ranking_icon03.webp) no-repeat center/contain content-box;
  text-indent: -9999px;
  font-size: 1.6rem;
  padding: 0.5rem 0;
}

.block-ranking-r--item,
.block-pickup-list-p--item,
.block-ranking-r--goods,
.block-pickup-list-p--item-body {
  width: 46%;
  max-width: 240px;
  flex-shrink: 0;
  margin-right: 0.625rem;
}

.block-ranking-r--item:last-of-type,
.block-pickup-list-p--item:last-of-type {
  margin-right: 0;
}

.js-enhanced-ecommerce-goods-name {
  text-decoration: none;
}

.block-ranking-r--description,
.block-ranking-r--goods-description,
.block-pickup-list-p--goods-description,
.block-pickup-list-p--item-description {
  padding: 0.5rem;
  display: grid;
  gap: 0.5rem;
}


.block-ranking-r--rank {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  border-bottom: 2px solid #333;
  padding: 0.9rem 0;
}

.block-icon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  order: -1;
}

.block-ranking-r--goods-name,
.block-pickup-list-p--goods-name {
  font-size: 0.875rem;
  /* margin: 1.5rem 0 1rem; */
}

.block-icon--auto-on-sales,
.variation-name,
.block-ranking-r--comment,
.block-ranking-r--goods-comment,
.block-pickup-list-p--comment {
  display: none;
}

.block-ranking-r--price,
.block-pickup-list-p--price {
  font-size: 1.25rem;
  font-weight: 700;
}

.block-ranking-r--default-price,
.block-pickup-list-p--default-price {
  text-decoration: line-through;
}

.block-ranking-r--net-price,
.block-pickup-list-p--net-price {
  display: none;
}

.block-pickup-list-p--add-cart {
  display: none;
}

#relatedLinks {
  background-color: #eee;
  padding: 3.75rem 0;
}

#relatedLinksInner {
  width: 90%;
  margin: 0 auto;
}

#relatedLinksInner h2 {
  position: relative;
  margin-bottom: 2.4375rem;
  text-align: center;
}

#relatedLinksInner h2::after {
  content: "LINKS";
  font-size: 0.875rem;
  position: absolute;
  top: calc(100% + 0.3125rem);
  left: 50%;
  transform: translateX(-50%);
}

#relatedLinksList {
  flex-wrap: wrap;
}

.relatedLinksListItem {
  width: 100%;
  margin-bottom: 1rem;
}

.relatedLinksListItem:last-child {
  margin-bottom: 0;
}

footer {
  background-color: #947f61;
}

#officialSNS {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
}

#officialSNS p {
  color: #fff;
  font-weight: 700;
  margin-right: 1rem;
}

.officialSNSListItem {
  width: 2.5rem;
  margin-right: 0.5rem;
}

.officialSNSListItem:last-child {
  margin-right: 0;
}

#footerTop {
  border-bottom: 1px solid #fff;
  padding: 1rem 0;
}

.footerBannerListItem {
  width: 80%;
  margin: 0 auto 1rem;
}

.footerBannerListItem:last-child {
  margin-bottom: 0;
}

.title {
  color: #fff;
  padding: 1rem 2rem;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  position: relative;
}

.title::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  transition-duration: 0.5s;
}

.title.open::after {
  transform: translateY(-50%) rotate(180deg);
}

#footerNavList,
#aboutCompanyList {
  display: none;
}

.footerNavListItem,
.aboutCompanyListItem {
  padding: 1rem 4rem;
  border-bottom: 1px solid #fff;
}

.footerNavListItem a,
.aboutCompanyListItem a {
  color: #fff;
  text-decoration: none;
}

#footerContact {
  background-color: #fff;
}

#copylight {
  text-align: center;
  padding: 1rem 2rem;
}

#copylight p,
#copylight small {
  color: #fff;
  font-size: 0.8rem;
}

@media screen and (min-width: 1446px) {

  .block-cookie-consent {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .block-cookie-consent--text {
    padding: 0;
  }

  .block-cookie-consent--btn {
    position: relative;
    transform: initial;
  }

  .block-cookie-consent--btn i {
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
  }

  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  header {
    position: relative;
  }

  #headerInner {
    width: 100%;
    max-width: 1280px;
    padding: 1.625rem 0 1.25rem;
  }

  #logo {
    width: 26.733%;
  }

  #spNav {
    display: none;
  }

  #globalNav {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    left: 0;
    padding: 0;
    display: block;
    overflow-y: visible;
  }

  #navTop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0.4375rem;
    width: 100%;
    position: relative;
  }

  #navTopList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .navTopListItem {
    padding: 0.75rem 0.9375rem;
    font-weight: 700;
    font-size: 1rem;
  }

  #navTopCategory {
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  #navTopCategory.open i {
    transform: rotate(180deg);
  }

  #navTopCategory i {
    font-size: 0.7rem;
    margin-left: 0.3125rem;
    display: block;
  }

  #navTopCategoryList {
    display: none;
    margin: 0;
    border: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1;
  }

  #navTopCategoryList.open {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: .5rem;
  }

  .navTopCategoryListItem {
    border-bottom: 1px dotted #333;
  }

  .navTopCategoryListItem:nth-child(n+13) {
    border-bottom: 0;
  }

  .navTopCategoryListItemTitle {
    width: calc(100% - 60px);
    font-size: .9rem;
    font-weight: normal;
  }

  .navTopCategoryListItemTitle::after {
    content: none;
  }

  .navTopCategoryListItem:has(.navTopCategoryDetail) .navTopCategoryListItemTitle::after {
    content: none;
  }

  .navTopCategoryListItem:has(.navTopCategoryDetail) .navTopCategoryListItemTitle a {
    pointer-events: all;
  }

  #navTop a {
    text-decoration: none;
  }

  #headerContact {
    width: 25.743%;
  }

  #navBottom {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  #search {
    width: 298px;
    display: flex;
    margin-right: 10px;
    margin-bottom: 0;
  }

  #login {
    margin-bottom: 0;
  }

  .loginListItem {
    margin-right: 0.625rem;
  }

  #block-search-box--keyword {
    width: 238px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 10px 0 0 10px;
  }

  #block-search-box--search-submit {
    width: 40px;
    height: 40px;
    background-color: #333;
    border: 1px solid #333;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
  }

  #block-search-box--search-submit i {
    color: #fff;
    font-size: 1.13rem;
  }

  .swiper {
    margin-bottom: 2.5rem;
  }

  .swiper-slide {
    width: 54.427% !important;
    margin-right: 10px;
  }

  .swiper-pagination {
    margin-top: 1.25rem;
    height: 15px;
  }

  .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3.5px !important;
  }

  #strength {
    width: 100%;
    max-width: 1223px;
  }

  #strengthList {
    display: flex;
    justify-content: space-between;
  }

  #officialShop {
    width: 343px;
  }

  #payment {
    position: relative;
    width: 339px;
  }

  #postage {
    position: relative;
    width: 501px;
  }

  #category {
    width: 100%;
    max-width: 1280px;
    margin: 5rem auto 5.9375rem;
  }

  #categoryList {
    grid-template-columns: repeat(6, 1fr);
  }

  .categoryListItem {
    border-right-width: 1px;
  }

  .categoryListItem:nth-child(6n) {
    border-right-width: 0;
  }

  .categoryListItem:nth-child(n+13) {
    border-bottom: none;
  }

  #feature,
  #campaign {
    width: 100%;
    max-width: 1280px;
    margin: 5rem auto;
  }

  #featureBannerList {
    grid-template-columns: repeat(3, 1fr);
  }

  .featureBannerListItem:last-child {
    display: block;
  }

  .campaignBannerListItem {
    width: calc(66% + 1rem);
    margin: 0 auto;
  }

  #block_of_topic {
    max-width: 1024px;
    width: 100%;
    margin: 5rem auto;
  }

  .block-top-topic--items {
    margin-bottom: 0.625rem;
  }

  #block_of_topic li {
    font-size: 1rem;
    padding: 1.25rem 0;
  }

  #block_of_topic img {
    display: inline;
    margin-right: 1.25rem;
  }

  #block_of_topic ul a {
    color: #333;
  }

  .block-top-topic--next-page {
    width: 450px;
    margin: 0 auto;
  }

  #block_of_event>div {
    padding: 5rem 0;
  }

  .select {
    padding-left: 0;
    max-width: 1280px;
  }

  .tabItem {
    padding-left: 0;
  }

  .block-ranking-r--goods-rank-1 .block-ranking-r--rank,
  .block-ranking-r--goods-rank-2 .block-ranking-r--rank,
  .block-ranking-r--goods-rank-3 .block-ranking-r--rank {
    font-size: 2.25rem;
    padding: 0.375rem 0;
  }

  .block-ranking-r--goods,
  .block-pickup-list-p--item-body {
    width: 18.75%;
    max-width: 240px;
    margin-right: 1rem;
    flex-shrink: 0;
  }

  .block-ranking-r--rank {
    font-size: 1rem;
    padding: 1rem 0;
  }

  #relatedLinks {
    background-color: #eee;
    padding: 5rem 0;
  }

  #relatedLinksInner {
    width: 1051px;
    margin: 0 auto;
  }

  #relatedLinksList {
    justify-content: space-between;
  }

  .relatedLinksListItem {
    width: 337px;
    margin-bottom: 0;
  }

  #officialSNS {
    border: none;
  }

  #footerTop {
    border: none;
    max-width: 1280px;
    margin: 0 auto;
  }

  #footerBannerList {
    display: flex;
    flex-wrap: wrap;
  }

  .footerBannerListItem {
    width: 48%;
    margin: 0 1% 2%;
  }

  #footerMiddle {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    padding: 1rem 0;
  }

  #footerNav {
    width: 60%;
    border-right: 1px solid #fff;
  }

  #aboutCompany {
    width: 40%;
  }

  .title {
    border: none;
    font-size: 1.1rem;
    padding: 1rem 3rem;
  }

  .title::after {
    content: none;
  }

  #footerNavList,
  #aboutCompanyList {
    display: flex;
    flex-wrap: wrap;
  }

  .footerNavListItem,
  .aboutCompanyListItem {
    width: 33.3333333333%;
    padding: 0.75rem;
    text-align: center;
    border: none;
    font-size: 0.9rem;
  }

  #footerNavList a {
    color: #fff;
    text-decoration: none;
  }

  #footerContact {
    text-align: center;
  }

  #footerContact img {
    width: auto;
  }

  #copylight {
    text-align: center;
    padding: 1rem 2rem;
  }

  #copylight p:last-child {
    margin-top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */