/* initialize */
#main a {
  transition: 0.3s ease-in-out;
}
#main a:hover, #main a:active, #main a:visited, #main a:focus {
  text-decoration: none;
}
#main a:hover {
  opacity: 0.7;
}
/* contents */
.header-area {
  padding-top: 30px;
  text-align: center;
}
.section-container {
  padding: 80px 0;
}
.section-container[data-sb-section-color="gray01"] {
  background: #f8f8f8;
}
.section-inner {
  max-width: 950px;
  margin: 0 auto;
}
.title-lv1 {
  display: inline-block;
}
.title-lv2 {
  padding-bottom: 20px;
  font-size: 32px;
  color: #000;
  line-height: 1.125;
  font-weight: bold;
  text-align: center;
}
.title-lv2-inner {
  display: inline;
  position: relative;
}
.title-lv2-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 60px;
  height: 4px;
  border-radius: 5px;
  background: #fdb813;
  transform: translateX(-50%);
}
.navigation-area {
  position: relative;
  margin-top: 55px;
}
.navigation-title {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.navigation-link-list, .navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.navigation-link-separate {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.navigation-link-list {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 40px;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  height: 100px;
  box-sizing: border-box;
  position: relative;
}
.navigation-link-list:first-child {
  width: 79.1%;
}
.navigation-link-list:last-child {
  margin-left: 10px;
  padding: 15px 34px;
  width: calc(100% - 79.1%);
}
.navigation-link-list:last-child .navigation-text {
  margin-left: 9px;
}
.navigation-link {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 20px;
}
.navigation-link:hover {
  color: #000 !important;
}
.navigation-icon_item {
  width: 37px;
}
.navigation-text {
  margin-top: 3px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.navigation-icon + .navigation-text {
  margin-left: 10px;
}
.slider-area {
  margin-top: 30px;
  margin-bottom: 50px;
}
.slider-item {
  width: 950px;
  height: 426px !important;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  background-position-y: top;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 0px 20px 0px rgba(10, 10, 10, 0.01);
  margin: 0 20px;
}
.slider .link-item {
  display: block;
  height: 100%;
  color: #000 !important;
  text-decoration: none !important;
}
.slider .link-item:hover {
  opacity: 0.7;
}
.slick-arrow {
  width: 60px;
  height: 60px;
  background: #696969;
  border-radius: 50%;
  opacity: 0.5;
  top: -30px;
  bottom: 0;
  margin: auto;
}
.slick-arrow::before {
  border-color: #fff;
  border-width: 2px;
  width: 20px;
  height: 20px;
  position: relative;
}
.slick-arrow.slick-prev {
  left: calc(50% - (475px + 30px));
}
.slick-arrow.slick-prev::before {
  left: 5%;
}
.slick-arrow.slick-next {
  right: calc(50% - (475px + 30px));
}
.slick-arrow.slick-next::before {
  right: 5%;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  padding-top: 30px;
  padding-bottom: 30px;
}
.slick-dots {
  padding-top: 0;
}
.article-link {
  position: relative;
  display: block;
  height: 100%;
  color: #000;
}
.news-list .article-link, .pickup-list .article-link {
  background-color: #fff;
  box-sizing: border-box;
  height: unset;
}
.article-category-label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  line-height: 30px;
  padding: 0 20px;
}
.article-link:hover .article-category-label, .article-link:hover .article-date {
  color: #000;
}
.article-category-label.saving {
  background: #fdb813;
}
.article-category-label.knowledge {
  background: #fcea05;
}
.article-category-label.other {
  background: #fff49c;
}
.news-list .article-category-label, .pickup-list .article-category-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 50px 50px 0;
  z-index: 1;
  box-sizing: border-box;
}
.slider-area .article-link-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.slider-area .article-title {
  background: rgba(0, 0, 0, 0.75);
  margin-top: 30px;
  padding: 12px 30px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}
.news-list .article-title, .pickup-list .article-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list .article-title br, .pickup-list .article-title br {
  display: none;
}
.news-list .article-title, .pickup-list .article-title {
  padding: 0 20px;
}
.news-list .article-date, .pickup-list .article-date {
  padding: 5px 10px 0;
  background-color: #fff;
  opacity: 0.7;
  border-top-left-radius: 10px;
}
.article-date {
  margin-top: 30px;
  font-size: 14px;
}
.news-list .article-date, .pickup-list .article-date {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  margin-top: 0;
}
.news-list, .pickup-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
}
.news-list_item, .pickup-list_item {
  width: -webkit-calc(99.999%/3 - 25px);
  width: calc(99.999%/3 - 25px);
  margin-top: 40px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px -3px 16px 0px rgba(10, 10, 10, 0.01);
  background-color: #fff;
}
.article-image {
  margin-top: 0;
  position: relative;
}
.article-image_item {
  width: 100%;
}
.link-button-container {
  margin-top: 80px;
  text-align: center;
}
.link-button-type-white {
  position: relative;
  background: #fff;
  display: inline-block;
  padding: 0 45px;
  border-radius: 50px;
  border: #c2c2c2 1px solid;
  color: #000;
  text-align: center;
  line-height: 48.4px;
  font-weight: bold;
  box-sizing: border-box;
  width: 360px;
}
.link-button-type-white:hover {
  color: #000;
}
.link-button-type-white[data-sb-icon='arrow-r']:after {
  content: '';
  position: absolute;
  top: 50%;
  margin: auto;
  right: 26px;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer-area {
  padding-bottom: 80px;
}
#sns-footer {
  margin-top: 0 !important;
}

.tag-search {
  background-color: #fff;
  margin-top: 50px;
  padding: 0;
}
.tag-search .title-lv2 {
  font-size: 22px;
}

.tag-search .tag-search-inner {
  width: 950px;
  display: flex;
  align-items: flex-start;
  margin: 20px auto;
  overflow: hidden;
}

.tag-search button {
  background-color: transparent;
  outline: transparent;
  position: relative;
  top: 3px;
  z-index: 2;
}

.tag-search .tag-search-slider {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  height: 36px;
  gap: 10px;
  z-index: 1;
}
.tag-search .tag-search-slider-row {
  display: flex;
  gap: 10px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
}

.tag-search .tag-search-slider .tag-search-slider-row.is-active {
  display: flex;
  opacity: 1;
}
.tag-search .tag-search-slider.next .tag-search-slider-row.is-active {
  animation: next 1s;
}

.tag-search .tag-search-slider.prev .tag-search-slider-row.is-active {
  animation: prev 1s;
}

@keyframes next {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes prev {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tag-search .tag-search-slider .tag-search-slider-item {
  flex-shrink: 0;
  background-color: #e6e6e6;
  border-radius: 20px;
  text-align: center;
}

.tag-search .tag-search-slider .tag-search-slider-item a {
  display: block;
  padding: 5px 15px;
  min-width: 50px;
  border-radius: 20px;
  color: #000 !important;
}

.tag-search .tag-search-slider .tag-search-slider-item a:hover {
  color: #fff !important;
  background-color: #006499;
  border-color: #006499;
}

ul.article-tag-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 20px 20px;
  gap: 5px;
}

li.article-tag-list-item {
  text-align: center;
}

li.article-tag-list-item a {
  display: block;
  border: 1px solid #404040;
  padding: 2px 15px 0;
  font-size: 12px;
  color: #404040 !important;
  border-radius: 17px;
  min-width: 50px;
  height: 22px;
  box-sizing: border-box;
  background-color: #fff;
}

li.article-tag-list-item a:hover {
  color: #fff !important;
  background-color: #006499;
  border-color: #006499;
}