/* body ----------*/
body * {
  font-weight: 500;
  letter-spacing: 0.004em;
}

#header + * {
  margin-top: 0 !important;
}

#main {
  font-family: "YakuHanJP", "Zen Maru Gothic", sans-serif;
  padding-top: 0 !important;
}

#footer {
  margin-top: 0 !important;
}

a {
  text-decoration: none;
}

img[loading=lazy] {
  opacity: 1 !important;
}

/* other_sec ----------*/
.other_sec {
  background-color: #ebeae3;
  padding: 0.7rem 0;
}
.other_ttl {
  margin: 0 auto;
  width: 5rem;
}
@media screen and (max-width: 768px) {
  .other_sec {
    padding: 0.4rem 0.25rem;
  }
  .other_ttl {
    width: 100%;
  }
}

/* column ----------*/
.column_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
  padding: 0.5rem 0;
}
.column_box .slick-prev,
.column_box .slick-next {
  height: 0.5rem;
  margin-top: -0.25rem;
  width: 0.5rem;
}
.column_box .slick-prev::before,
.column_box .slick-next::before {
  border-top: 1px solid #757575;
  border-right: 1px solid #757575;
  content: "";
  height: 0.5rem;
  opacity: 1;
  transform: rotate(0);
  width: 0.5rem;
}
.column_box .slick-prev {
  left: -0.45rem;
  transform: rotate(-135deg);
}
.column_box .slick-next {
  right: -0.45rem;
  transform: rotate(45deg);
}
.column_list {
  display: flex;
  padding: 0 0.2rem 0.4rem;
  width: 25%;
}
.column_list_inr {
  display: flex;
  flex-direction: column;
  position: relative;
  transition: opacity 0.3s ease;
}
@media all and (-ms-high-contrast: none) {
  .column_list_inr {
    display: block;
    width: 100%;
  }
}
.column_list_inr:hover {
  opacity: 0.5;
}
.column_list.new .column_list_inr::before {
  background: url(../img/icon_new.svg) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
}
.column_list_txt {
  background-color: #fff;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .column_list_txt {
    height: auto;
  }
}
.column_list_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 0.2rem;
  padding: 0.15rem 0.05rem;
}
.column_list_ttl span {
  display: block;
  width: 100%;
}
.column_list_cap {
  color: #7d7d7d;
  font-size: 0.2rem;
  padding: 0.3rem 0.05rem;
  position: relative;
}
.column_list_cap::before {
  background-color: #e1e1e1;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: calc(100% - 0.6rem);
}
@media screen and (max-width: 768px) {
  .column_list {
    padding: 0 0.06rem 0.12rem;
    width: 50%;
  }
  .column_list.new .column_list_inr::before {
    height: 0.5rem;
    width: 0.5rem;
  }
  .column_list_ttl {
    font-size: 0.17rem;
    line-height: 1.4;
    padding: 0.1rem 0.05rem;
    width: 100%;
  }
  .column_list_ttl span {
    display: inline-block;
    font-size: 0.13rem;
    line-height: 1.4;
  }
  .column_list_cap {
    font-size: 0.15rem;
    line-height: 1.4;
    padding: 0.14rem 0.05rem;
    width: 100%;
  }
  .column_list_cap::before {
    left: 0.15rem;
    width: calc(100% - 0.3rem);
  }
  .column_box {
    margin: 0 -0.06rem -0.12rem;
    padding: 0.3rem 0;
  }
  .column_box .slick-prev,
.column_box .slick-next {
    height: 0.24rem;
    margin-top: -0.12rem;
    width: 0.24rem;
  }
  .column_box .slick-prev::before,
.column_box .slick-next::before {
    content: "";
    height: 0.24rem;
    width: 0.24rem;
  }
  .column_box .slick-prev {
    left: -0.23rem;
  }
  .column_box .slick-next {
    right: -0.23rem;
  }
  .column_box .slick-track {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .column_box.slider .column_list_ttl {
    font-size: 0.15rem;
    padding: 0.1rem 0;
  }
  .column_box.slider .column_list_cap {
    font-size: 0.13rem;
    padding: 0.14rem 0;
  }
}

/* .top_back_btn ----------*/
.top_back_btn {
  margin: 0 auto;
  width: 6.2rem;
}
@media screen and (max-width: 768px) {
  .top_back_btn {
    width: 100%;
  }
}

/* bnr_img ----------*/
.bnr_img_link {
  display: flex;
  margin-top: 0.5rem;
  padding: 0 0.6rem;
}
@media all and (-ms-high-contrast: none) {
  .bnr_img_list_blue, .bnr_img_list_red {
    width: 50%;
  }
}
.bnr_img_list_blue {
  margin-right: -0.3rem;
}
@media screen and (max-width: 768px) {
  .bnr_img_link {
    flex-direction: column;
    margin-top: 0.3rem;
    padding: 0;
  }
  .bnr_img_list_blue {
    margin: 0 0 -0.18rem 0;
  }
}

/* slide_bnr ----------*/
.slide_btn {
  background: url(../img/slide_bnr_btn.svg) top left no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 0.7rem;
  position: relative;
  width: 100%;
}
.slide_bnr {
  position: fixed;
  bottom: -1rem;
  left: 0;
  transition: bottom 0.3s ease;
  width: 100%;
  z-index: 10;
}
.slide_bnr a {
  background: linear-gradient(115deg, #eb6168 0%, #eb6168 50%, #00b3c4 50%, #00b3c4 100%);
  display: block;
}
.slide_bnr a picture {
  padding-left: 0.35rem;
}
.slide_bnr.slide-active {
  bottom: 0;
}
.slide_bnr.slide-active .slide_btn {
  background: url(../img/slide_bnr_btn_active.svg) top left no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .slide_btn {
    background-size: cover;
    height: 0.4rem;
    margin-left: -0.2rem;
  }
  .slide_bnr {
    bottom: -0.9rem;
  }
  .slide_bnr a picture {
    padding-left: 0;
  }
  .slide_bnr.slide-active .slide_btn {
    background-size: cover;
  }
}

/* other ----------*/
.pc_block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
}

.sp_block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}
/*# sourceMappingURL=article.css.map */