@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*=======================================
  clampの計算
=======================================*/
/*-------------------------
- history（トムスの歴史）
- history_list（年表）
- history_slider（複数画像スライダー）
-------------------------*/
/*=======================================
　history（トムスの歴史）
=======================================*/
.history_page {
  letter-spacing: 0;
}
.history_page .page_head .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}
@media screen and (max-width: 768px) {
  .history_page .page_head .inner {
    display: block;
  }
}
.history_page .page_head .page_head__cat {
  grid-column: 1/-1;
}
.history_page .page_head .page_head__ttl {
  grid-column: 1;
}
@media screen and (max-width: 768px) {
  .history_page .page_head {
    padding-top: 20px;
  }
}

.history_lead {
  grid-column: 2;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.625;
  color: var(--main_gray);
  margin: 0 0 8px;
}
@media screen and (max-width: 768px) {
  .history_lead {
    margin-top: 20px;
    max-width: none;
  }
}

.history_sec {
  padding: 115px 0 102px;
}
@media screen and (max-width: 768px) {
  .history_sec {
    padding: 45px 0 60px;
  }
  .history_sec .inner {
    width: 89.6%;
  }
}

/*=======================================
　history_list（年表）
=======================================*/
.history_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .history_item {
    display: block;
  }
}
.history_item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 43px;
  height: 1px;
  background: var(--main_red);
}
@media screen and (max-width: 768px) {
  .history_item::before {
    top: -5px;
  }
}
.history_item__year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23.45%;
  min-width: 200px;
  max-width: 300px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .history_item__year {
    width: 100%;
    padding-top: 22px;
    margin-bottom: 20px;
  }
}
.history_item__year p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 0.8333;
  color: var(--main_black);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .history_item__year p {
    font-size: 50px;
    line-height: 0.84;
  }
}
.history_item__year p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 1.667;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .history_item__year p span {
    font-size: 25px;
    line-height: 1.68;
  }
}
.history_item__year p + p {
  position: relative;
  margin-top: 35px;
  margin-left: 0;
}
.history_item__year p + p::before {
  content: "";
  position: absolute;
  left: calc(50% - 11px);
  top: -17.5px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 20px;
  background: #222;
}
@media screen and (max-width: 768px) {
  .history_item__year p + p {
    margin-top: 20px;
    margin-left: 0;
  }
  .history_item__year p + p::before {
    top: -12px;
    height: 12px;
  }
}
.history_item__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  border-left: 1px solid #E3E3E6;
  padding-left: 25px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .history_item__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
    padding: 0 0 0 20px;
  }
}
.history_item__main--split {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .history_item__main--split {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #e3e3e6;
    padding-left: 20px;
    padding-bottom: 0;
    row-gap: 30px;
  }
}
.history_item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .history_item__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}
.history_item:last-child .history_item__main {
  padding-bottom: 0;
  margin-bottom: 0;
}
.history_item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  max-width: 517px;
}
@media screen and (max-width: 768px) {
  .history_item__body {
    max-width: none;
  }
}
.history_item__txt {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 16px;
  line-height: 1.625;
  color: var(--main_gray);
}
.history_item__txt span {
  font-weight: 700;
  margin-right: 1em;
}
.history_item__imgs {
  width: 42.72%;
  max-width: 408px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .history_item__imgs {
    width: 100%;
    max-width: none;
  }
}

.history_figure {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.history_figure + .history_figure {
  margin-top: 12px;
}
.history_figure img {
  width: 100%;
  aspect-ratio: 816/395;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.history_note {
  position: absolute;
  top: 6%;
  right: 3%;
  z-index: 2;
  background: #FF0000;
  color: #fff;
  font-size: 0.8333333333vw;
  line-height: 1;
  letter-spacing: 0;
  padding: 7px 11px 8px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .history_note {
    font-size: 3.2vw;
    top: 6%;
    right: 3%;
    padding: 10px 11px 10px;
  }
}

/*=======================================
　history_slider（複数画像スライダー）
=======================================*/
.history_slider {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .history_slider {
    margin-bottom: 44px;
  }
}
.history_slider__frame {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.history_slider__frame img {
  width: 100%;
  aspect-ratio: 816/395;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.history_slider__pagination {
  position: absolute;
  left: 0;
  bottom: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.history_slider__pagination li {
  width: 10px;
  height: 10px;
}
.history_slider__pagination li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  background: #E3E3E6;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.history_slider__pagination li button.is-active {
  background: var(--main_black);
}
.history_slider__arrows {
  position: absolute;
  right: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.history_slider__arrow {
  position: relative;
  width: 58px;
  height: 30px;
  border-radius: 50vw;
  background: var(--main_black);
  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;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .history_slider__arrow:hover {
    opacity: 0.75;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .history_slider__arrow:hover {
    opacity: 0.75;
  }
}
.history_slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.history_slider__arrow--prev::before {
  -webkit-transform: translate(-35%, -50%) rotate(-135deg);
      -ms-transform: translate(-35%, -50%) rotate(-135deg);
          transform: translate(-35%, -50%) rotate(-135deg);
}
.history_slider__arrow--next::before {
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
      -ms-transform: translate(-65%, -50%) rotate(45deg);
          transform: translate(-65%, -50%) rotate(45deg);
}