@charset "UTF-8";
/* ===================================================================
CSS information

file name  : history.css
author     : Abilive
style info : 新着情報
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@media only screen and (min-width: 768px) {
  .con_history {
    margin: calc(100 / var(--abi-parent-font-size) * 1rem) auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_history {
    margin: 5rem auto;
  }
}
.con_history .c-txt__bold {
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .con_history .c-txt__br-sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .con_history .box_history__item {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item {
    padding: calc(50 / var(--abi-parent-font-size) * 1rem) 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_history .box_history__item-title {
    padding: 0 0 calc(80 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-title {
    padding: 0 0 calc(80 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_history .box_history__item-bg-gray {
  background: rgba(187, 187, 187, 0.18);
}
.con_history .box_history__item-info {
  padding-left: calc(38 / var(--abi-parent-font-size) * 1rem);
  padding-top: calc(38 / var(--abi-parent-font-size) * 1rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(30 / var(--abi-parent-font-size) * 1rem);
}
.con_history .box_history__item-info:before {
  content: '';
  width: 1px;
  height: calc(87 / var(--abi-parent-font-size) * 1rem + 100%);
  background: #E5E5E5;
  position: absolute;
  top: 0;
  left: calc(38 / var(--abi-parent-font-size) * 1rem + 11px);
}
.con_history .box_history__item-info li {
  position: relative;
  padding-left: calc(51 / var(--abi-parent-font-size) * 1rem);
  display: flex;
}
.con_history .box_history__item-info li:before {
  content: '';
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #101010;
  position: absolute;
  top: 7px;
  left: 0;
}
.con_history .box_history__item-info li:after {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #101010;
  position: absolute;
  top: 11px;
  left: 4px;
}
.con_history .box_history__item-info li .c-txt__date {
  min-width: calc(110 / var(--abi-parent-font-size) * 1rem);
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1025px) {
  .con_history .box_history__item-info li .c-txt__date {
    --abi-target-font-size: 18;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_history__item-info li .c-txt__date {
    --abi-target-font-size: 18;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-info li .c-txt__date {
    --abi-target-font-size: 18;
  }
}
.con_history .box_history__item-info li .c-txt__detail {
  padding-top: 2px;
}
.con_history .box_history__item:last-child {
  padding-bottom: 0;
}
.con_history .box_history__item:last-child .box_history__item-info:before {
  height: calc(100% - 10px);
}
.con_history .box_history__item-inner {
  width: calc(1100 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1441px) {
  .con_history .box_history__item-inner {
    max-width: calc(1100px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-inner {
    width: calc(1240 / 1440 * 100%);
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1441px) {
  .con_history .box_history__item-inner {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}

@media only screen and (min-width: 768px) {
  .con_history .box_history__item-inner .c-title {
    margin-bottom: calc(13 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-inner .c-title {
    margin-bottom: calc(13 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .con_history .box_history__item-inner .c-title__top {
    margin-bottom: calc(28 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-inner .c-title__top {
    margin-bottom: calc(28 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_history__item-inner .c-title__top .c-title__jp {
    font-size: calc(40 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_history .box_links {
  width: calc(1240 / 1440 * 100%);
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10 / var(--abi-parent-font-size) * 1rem);
}
@media only screen and (min-width: 1441px) {
  .con_history .box_links {
    max-width: calc(1240px * ((15 + 1 + 1) / 15));
  }
}
@media only screen and (min-width: 1025px) {
  .con_history .box_links {
    margin-top: calc(120 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_links {
    margin-top: calc(80 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_links {
    margin-top: calc(60 / var(--abi-parent-font-size) * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_links {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--abi-parent-font-size) * 1rem);
  }
}
.con_history .box_link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.con_history .box_link__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.con_history .box_link__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.con_history .box_link__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.con_history .box_link__info .c-title__en {
  color: #000;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .con_history .box_link__info .c-title__en {
    --abi-target-font-size: 20;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_link__info .c-title__en {
    --abi-target-font-size: 28;
  }
}
.con_history .box_link__info .c-title__jp {
  color: #444;
  font-size: calc(var(--abi-target-font-size) / var(--abi-parent-font-size) * 1rem);
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .con_history .box_link__info .c-title__jp {
    --abi-target-font-size: 12;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_link__info .c-title__jp {
    --abi-target-font-size: 18;
  }
}
.con_history .box_link__icon {
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.con_history .box_link__icon svg {
  transform: rotate(180deg);
  width: 10px;
  height: 10px;
  fill: #fff;
}
.con_history .box_link:hover img {
  transform: scale(1.05);
}
