* {
  font-family: inherit;
}

body {
  min-width: 890px;
}

img {
  vertical-align: top;
}

a:link,
a:hover,
a:visited {
  color: #000;
}

.d-select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.un_hero {
  padding-top: 60px;
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(rgb(235 235 235 / 0%))) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #ebebeb 0, rgb(235 235 235 / 0%) 100%) 0 0 no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ebebeb 0, rgb(235 235 235 / 0%) 100%) 0 0 no-repeat padding-box;
}

.un_heroHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 880px;
  margin: 0 auto 42px;
}

.un_heroHeader img {
    width: 97%;
}

@media only screen and (max-width: 920px) {
  .un_heroHeader {
    margin-left: 10px;
  }
}

.un_heroHeader_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 1.0px;
}

.un_heroHeader_desc::before {
  display: block;
  width: 72px;
  height: 1px;
  content: "";
  background: #000;
}

.un_pickup {
  max-width: 880px;
  margin: 0 auto 58px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 10px #ddd;
  box-shadow: 0 4px 10px #ddd;
}

@media only screen and (max-width: 920px) {
  .un_pickup {
    margin-left: 10px;
  }
}

.un_pickup > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.un_pickup > a:hover {
  opacity: 0.6;
}

.un_pickup > a > figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 432px;
  height: 288px;
  overflow: hidden;
}

.un_pickup_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 54px;
  padding-left: 54px;
  font-size: 20px;
  font-weight: 700;
}

.un_pickup_txt > time {
  font-size: 12px;
  font-weight: normal;
  color: #a5a5a5;
}

.un_topNav {
  margin-bottom: 83px;
}

.un_topNav_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 600;
}

.un_topNav_nav > li > a {
  position: relative;
  display: block;
}

.un_topNav_nav > li > a::after {
  display: block;
  width: 100%;
  height: 3px;
  content: "";
  background: #d4b150;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  -o-transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.un_topNav_nav > li > a:hover > span {
  opacity: 0.6;
}

.un_topNav_nav > li > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bl_cat {
  margin: 0 auto 50px;
  overflow: hidden;
}

.bl_cat:last-of-type {
  margin-bottom: 128px;
}

.bl_cat_ttl {
  margin-bottom: 12px;
}

.bl_cat_ttl > a > img {
  width: auto;
  height: 25px;
}

.bl_articleUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bl_article {
  height: auto;
}

.bl_article > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.bl_article > a:hover {
  opacity: 0.6;
}

.bl_article_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 210px;
  height: 140px;
  margin-bottom: 6px;
  overflow: hidden;
  background: #ddd;
  border-radius: 4px;
}

.bl_article_img > img {
  margin: auto;
}

.bl_article_ttl {
  display: -webkit-box;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: calc(22 / 16);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bl_article_time {
  padding-top: 7px;
  margin-top: auto;
  font-size: 12px;
  color: #a5a5a5;
}

.un_slider {
  position: relative;
  max-width: 880px;
  overflow: hidden;
}

.un_sliderBtn {
  position: absolute;
  top: calc((140px - 28px) / 2 + 37px);
  z-index: 9999;
  width: 28px;
  height: 28px;
  color: #fff;
  cursor: pointer;
  background: #d4b150;
  border: solid 2px #fff;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.un_sliderBtn > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.un_sliderBtn__next {
  right: calc(-14px - 28px);
}

.un_sliderBtn__prev {
  left: calc(-14px - 28px);
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.un_navBar {
  position: sticky;
  top: 0;
  z-index: 99999;
  padding: 25px 0;
  margin-bottom: 32px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(62%, #fff), to(rgb(255 255 255 / 0%))) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #fff 0%, #fff 62%, rgb(255 255 255 / 0%) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #fff 0%, #fff 62%, rgb(255 255 255 / 0%) 100%) 0% 0% no-repeat padding-box;
}

.un_navBar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 920px) {
  .un_navBar_inner {
    margin-left: 10px;
  }
}

.un_navBar_brand > a {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.un_navBar_brand > a:hover {
  opacity: 0.6;
}

.un_navBar_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.un_navBar_nav > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.un_navBar_nav > li > a::after {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 7px;
  content: "";
  background: #d4b150;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.un_navBar_nav > li > a:hover > span {
  opacity: 0.6;
}

.un_navBar_nav > li > a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.un_navBar_nav > li > a.is_current {
  pointer-events: none;
}

.un_navBar_nav > li > a.is_current > span {
  opacity: 0.6;
}

.un_navBar_nav > li > a.is_current::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.un_catName {
  margin-bottom: 72px;
  text-align: center;
}

.un_container {
  position: relative;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 920px) {
  .un_container {
    margin-left: 10px;
  }
}

.d-select__category .bl_articleUnit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  margin-bottom: 144px;
}

.d-select__category .bl_articleUnit > li {
  width: 210px;
}

.bl_snsShare {
  margin-bottom: 108px;
  text-align: center;
}

.bl_snsShare > p {
  margin-bottom: 6px;
}

.bl_snsShare > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.el_btn {
  display: inline-block;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.el_btn:hover {
  opacity: 0.6;
}

.el_btn__fb {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff !important;
  background: #4267b2;
  border-radius: 4px;
}

.el_btn__tw {
  padding: 4px 8px;
  font-size: 12px;
  color: #fff !important;
  background: #1a95e0;
  border-radius: 4px;
}

.un_footer {
  padding: 38px 0 64px;
  font-size: 11px;
  text-align: center;
  background: #ebebeb 0 0 no-repeat padding-box;
}

.un_footer p {
  margin-bottom: 12px;
  line-height: calc((18 / 11));
  letter-spacing: 0.55px;
}

.pagenation {
  padding: 0;
  margin-bottom: 98px;
}

.pagenation_nav {
  margin-bottom: 19px;
}

.pagenation_nav a {
  color: #000;
  border-color: #d4b150;
}

.pagenation_nav a:hover {
  color: #fff;
  background-color: #d4b150;
}

.pagenation_nav .prev a,
.pagenation_nav .next a {
  color: #000;
}

.pagenation_nav .prev a:hover,
.pagenation_nav .next a:hover {
  color: #fff;
}

.pagenation_nav li span.current {
  background-color: #d4b150;
  border-color: #d4b150;
}

.pagenation_nav li,
.pagenation_nav li:not(:last-child) {
  margin-bottom: 0;
}

.pagenation_info {
  margin-top: revert;
}
