:root {
    --history-color-green: #518c47;
    --history-color-brown: #5f4526;
    --history-color-yellow: #ffe8a9;
    --history-color-light-yellow: #f9f7ec;
    --history-color-block: #4c4942;
    --history-color-white: #fff;
    --history-color-border: #7e4d46;
    --history-font-family-base: "Zen Kaku Gothic Antique", sans-serif;
}
/********************************
 UTIL
********************************/
.ut-show-tab {
  display: none;
}
@media (min-width:768px) and (max-width: 1080px), print {
  .ut-show-tab {
    display: block;
  }
}

/********************************
 ANIMATION
********************************/
/* fadein */
.js-fadein {
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(calc(30 / var(--font) * 1rem));
}
.js-fadein.js-fadein--show {
  opacity: 1;
  transform: translateY(0);
}

/********************************
 COMPONENT
********************************/
@media all and (min-width: 768px), print {
  .history-c-heading {
    --heading-text-width: 0;
  }
  .history-c-heading__in {
  }
  .history-c-heading__illust {
    display: block;
    width: calc(37 / var(--font) * 1rem);
    height: calc(34 / var(--font) * 1rem);
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    margin-inline: auto;
    transform: rotate(-87.41deg);
  }
  .history-c-heading__label {
    margin-top: calc(26 / var(--font) * 1rem);
    width: calc(var(--heading-text-width) / var(--font) * 1rem);
    margin-inline: auto;
  }
}
@media all and (max-width: 767px) {
  .history-c-heading {
    --heading-text-width: 0;
  }
  .history-c-heading__in {
  }
  .history-c-heading__illust {
    display: block;
    width: calc(28 / var(--font) * 1rem);
    height: calc(25 / var(--font) * 1rem);
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    margin-inline: auto;
    transform: rotate(-87.41deg);
  }
  .history-c-heading__label {
    margin-top: calc(20 / var(--font) * 1rem);
    width: calc(var(--heading-text-width) / var(--font) * 1rem);
    margin-inline: auto;
  }
}


/********************************
 UPDATE
********************************/
.main-container {
  font-family: var(--history-font-family-base);
  font-weight: 500;
  color: var(--history-color-brown);
  letter-spacing: calc(60 / 1000 * 1em);
}


/********************************
 MV
********************************/
@media all and (min-width: 768px), print {
  .history-mv {
  }
  .history-mv__in {
  }
  .history-mv__body {
    position: relative;
    background: url("../img/mv.jpg") center center no-repeat;
    background-size: cover;
    padding-top: calc(689 / 1440 * 100vw);
  }
  .history-mv-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(700 / 1440 * 100vw);
    margin-top: calc(58 / 1440 * 100vw);
  }
  .history-mv-lead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc((426 + 150) / 1440 * 100vw);
    margin-inline: auto;
    margin-top: calc(174 / 1440 * 100vw);
  }
  .history-mv-lead-title {
    width: calc(276 / 1440 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(26 / 1440 * 100vw);
  }
  .history-mv-lead-title::before {
    content: "";
    display: block;
    width: calc(17 / 1440 * 100vw);
    height: calc(17 / 1440 * 100vw);
    margin-inline: auto;
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: calc(10 / 1440 * 100vw);
  }
  .history-mv-lead-text {
    text-align: center;
    line-height: 2;
    letter-spacing: calc(100 / 1000 * 1em);
    font-size: calc(13 / 1440 * 100vw);
  }
  .history-mv-lead-text strong {
    font-weight: bold;
    color: var(--history-color-green);
  }
}
@media all and (max-width: 767px) {
  .history-mv {
  }
  .history-mv__in {
  }
  .history-mv__body {
    position: relative;
    background: url("../img/mv_sp.jpg") center center no-repeat;
    background-size: cover;
    padding-top: calc(1262 / 750 * 100vw);
  }
  .history-mv-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(630 / 750 * 100vw);
    margin-top: calc(133 / 750 * 100vw);
  }
  .history-mv-lead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(650 / 750 * 100vw);
    margin-inline: auto;
    margin-top: calc(451 / 750 * 100vw);
  }
  .history-mv-lead-title {
    width: calc(459 / 750 * 100vw);
    margin-inline: auto;
    margin-bottom: calc(52 / 750 * 100vw);
  }
  .history-mv-lead-title::before {
    content: "";
    display: block;
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    margin-inline: auto;
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: calc(28 / 750 * 100vw);
  }
  .history-mv-lead-text {
    text-align: center;
    line-height: 1.7;
    font-size: calc(26 / 750 * 100vw);
  }
  .history-mv-lead-text strong {
    font-weight: bold;
    color: var(--history-color-green);
  }
}

/********************************
 ABOUT
********************************/
@media all and (min-width: 768px), print {
  .history-about {
    position: relative;
    z-index: 1;
    margin-top: calc(-40 / var(--font) * 1rem);
  }
  .history-about__in {
    max-width: calc(960 / var(--font) * 1rem);
    margin-inline: auto;
    box-sizing: content-box;
    padding-inline: calc(40 / var(--font) * 1rem);
  }
  .history-about__body {
  }
  .history-about-heading {
    margin-bottom: calc(30 / var(--font) * 1rem);
  }
  .history-about-text {
    text-align: center;
    font-size: calc(18 / var(--font) * 1rem);
    line-height: 1.9;
  }
  .history-about-text strong {
    font-weight: bold;
    color: var(--history-color-green);
  }
  .history-about-illusts {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: calc(46 / var(--font) * 1rem);
    margin-bottom: calc(-44 / var(--font) * 1rem);
  }
  .history-about-illusts-item:nth-of-type(1) {
    display: block;
    width: calc(275 / var(--font) * 1rem);
    height: calc(225 / var(--font) * 1rem);
    background: url("../img/about_illust01.svg") center center no-repeat;
    background-size: contain;
  }
  .history-about-illusts-item:nth-of-type(2) {
    display: block;
    width: calc(276 / var(--font) * 1rem);
    height: calc(236 / var(--font) * 1rem);
    background: url("../img/about_illust02.svg") center center no-repeat;
    background-size: contain;
  }
  .history-about-illusts-item:nth-of-type(3) {
    display: block;
    width: calc(252 / var(--font) * 1rem);
    height: calc(211 / var(--font) * 1rem);
    background: url("../img/about_illust03.svg") center center no-repeat;
    background-size: contain;
  }
}
@media all and (max-width: 767px) {
  .history-about {
    position: relative;
    z-index: 1;
  }
  .history-about__in {
    padding-inline: calc(25 / var(--font) * 1rem);
  }
  .history-about__body {
    padding-top: calc(36 / var(--font) * 1rem);
  }
  .history-about-heading {
    margin-bottom: calc(30 / var(--font) * 1rem);
  }
  .history-about-text {
    font-size: calc(15 / var(--font) * 1rem);
    line-height: 1.8;
    letter-spacing: calc(20 / 1000 * 1em);
  }
  .history-about-text strong {
    font-weight: bold;
    color: var(--history-color-green);
  }
  .history-about-illusts {
    position: relative;
    overflow: hidden;
    height: calc(154 / var(--font) * 1rem);
    margin-top: calc(44 / var(--font) * 1rem);
    margin-bottom: calc(-58 / var(--font) * 1rem);
    margin-inline: calc(-25 / var(--font) * 1rem);
  }
  .history-about-illusts-item:nth-of-type(1) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(150 / var(--font) * 1rem);
    height: calc(124 / var(--font) * 1rem);
    transform: translateX(-50%);
    background: url("../img/about_illust01.svg") center center no-repeat;
    background-size: contain;
    margin-top: calc(4 / var(--font) * 1rem);
    margin-left: calc(-130 / var(--font) * 1rem);
  }
  .history-about-illusts-item:nth-of-type(2) {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(152 / var(--font) * 1rem);
    height: calc(130 / var(--font) * 1rem);
    background: url("../img/about_illust02.svg") center center no-repeat;
    background-size: contain;
  }
  .history-about-illusts-item:nth-of-type(3) {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(138 / var(--font) * 1rem);
    height: calc(116 / var(--font) * 1rem);
    background: url("../img/about_illust03.svg") center center no-repeat;
    background-size: contain;
    margin-left: calc(148 / var(--font) * 1rem);
  }
}


/********************************
 TIMELINE
********************************/
@media all and (min-width: 768px), print {
  .history-timeline {
    position: relative;
  }
  .history-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background:#fdfdf9;
    z-index: -1;
  }
  .history-timeline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url("../img/bg_pattern.png") top left repeat;
    background-size: calc(19 / var(--font) * 1rem) calc(19 / var(--font) * 1rem);
    opacity: .4;
    z-index: -1;
  }
  .history-timeline__in {
    max-width: calc(1184 / var(--font) * 1rem);
    margin-inline: auto;
    box-sizing: content-box;
    padding-inline: calc(40 / var(--font) * 1rem);
  }
  .history-timeline__body {
    padding-top: calc(94 / var(--font) * 1rem);
    padding-bottom: calc(82 / var(--font) * 1rem);
  }
  .history-timeline-heading {
    --heading-text-width: 677;
    margin-bottom: calc(52 / var(--font) * 1rem);
  }
}
@media all and (min-width: 1081px), print {
  /* flow */
  .history-timeline-flow {
  }
  .history-timeline-flow__in {
    position: relative;
  }
  .history-timeline-flow-line {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--font) * 1rem) 0;
  }
  .history-timeline-flow-line__top,
  .history-timeline-flow-line__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(5 / var(--font) * 1rem) 0;
  }
  .history-timeline-flow-line__top::before,
  .history-timeline-flow-line__bottom::after {
    content: "";
    display: block;
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: calc(8 / var(--font) * 1rem);
  }
  .history-timeline-flow-line__top::after,
  .history-timeline-flow-line__bottom::before {
    content: "";
    display: block;
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: calc(14 / var(--font) * 1rem);
  }
  .history-timeline-flow-line__main {
    position: relative;
    padding-bottom: calc(132 / var(--font) * 1rem);
  }
  .history-timeline-flow-line__main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: 100%;
    z-index: -1;
  }
  .history-timeline-flow-line-item {
    --line-item-top: 12;
    --line-item-hukidashi-top: 0;
    --line-item-hukidashi-deco-top: 40;

    position: relative;
    padding-top: calc(var(--line-item-top) / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__circle {
    width: calc(20 / var(--font) * 1rem);
    height: calc(20 / var(--font) * 1rem);
    background-color: var(--history-color-green);
    border-radius: 50%;
    border: calc(3 / var(--font) * 1rem) solid var(--history-color-brown);
    box-sizing: content-box;
    margin-inline: auto;
  }
  .history-timeline-flow-line-item__year {
    width: calc(64 / var(--font) * 1rem);
    margin-inline: auto;
    vertical-align: top;
    margin-bottom: calc(-1 / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__fukidashi {
  }
  .history-timeline-flow-hukidashi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    filter: drop-shadow(calc(8 / var(--font) * 1rem) calc(6 / var(--font) * 1rem) calc(1 / var(--font) * 1rem) var(--history-color-yellow));
    width: calc(514 / var(--font) * 1rem);
    margin-left: auto;
    margin-right: 0;
    margin-top: calc(var(--line-item-hukidashi-top) / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi--left.history-timeline-flow-hukidashi {
    margin-left: 0;
    margin-right: auto;
  }
  .history-timeline-flow-hukidashi__in {
    position: relative;
    height: calc(218 / var(--font) * 1rem);
    padding: calc(28 / var(--font) * 1rem) calc(32 / var(--font) * 1rem) calc(28 / var(--font) * 1rem) calc(36 / var(--font) * 1rem);
    background-color: var(--history-color-white);
    border-radius: calc(10 / var(--font) * 1rem);
    border: calc(2 / var(--font) * 1rem) solid var(--history-color-border);
    display: flex;
    gap: 0 calc(20 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi__in::before {
    content: "";
    width: calc(30 / var(--font) * 1rem);
    aspect-ratio: 30 / 37;
    background: url("../img/timeline_hukidashi_deco.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translateX(-99%);
    margin-top: calc(var(--line-item-hukidashi-deco-top) / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi--left .history-timeline-flow-hukidashi__in::before {
    transform: rotate(180deg) translateX(-98%);
    left: unset;
    right: 0;
  }
  .history-timeline-flow-hukidashi__body {
    margin-top: calc(5 / var(--font) * 1rem);
    width: 100%;
  }
  .history-timeline-flow-hukidashi-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 0 calc(12 / var(--font) * 1rem);
    padding-bottom: calc(22 / var(--font) * 1rem);
    margin-bottom: calc(16 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-title::before {
    content: "";
    display: block;
    width: calc(25 / var(--font) * 1rem);
    height: calc(24 / var(--font) * 1rem);
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    transform: rotate(-94.99deg);
  }
  .history-timeline-flow-hukidashi-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(1 / var(--font) * 1rem);
    background-image: linear-gradient(to right, var(--history-color-brown), var(--history-color-brown) calc(2 / var(--font) * 1rem), transparent calc(2 / var(--font) * 1rem), transparent calc(3 / var(--font) * 1rem));
    background-repeat: repeat-x;
    background-position: left top;
    background-size: calc(4 / var(--font) * 1rem) calc(2 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-title__label {
    width: calc(68 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-text {
    font-size: calc(16 / var(--font) * 1rem);
    line-height: 1.5;
    color: var(--history-color-block);
  }

  .history-timeline-flow-hukidashi-text.long {
    letter-spacing: -0.02em;
  }
  
  .history-timeline-flow-hukidashi__img {
    width: calc(196 / var(--font) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  .history-timeline-flow-hukidashi--left .history-timeline-flow-hukidashi__img {
    width: calc(216 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-img {
  }
  .history-timeline-flow-hukidashi-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(75 / var(--font) * 1rem);
    margin-top: calc(-20 / var(--font) * 1rem);
    margin-right: calc(-22 / var(--font) * 1rem);
  }
  /* 1974 */
  .history-timeline-flow-line-item--1974 {
    --line-item-top: 12;
    --line-item-hukidashi-top: -36;
    --line-item-hukidashi-deco-top: 40;
  }
  /* 1980 */
  .history-timeline-flow-line-item--1980 {
    --line-item-top: 54;
    --line-item-hukidashi-top: 26;
    --line-item-hukidashi-deco-top: 42;
  }
  /* 1990 */
  .history-timeline-flow-line-item--1990 {
    --line-item-top: 76;
  }
  /* 1997 */
  .history-timeline-flow-line-item--1997 {
    --line-item-top: 58;
    --line-item-hukidashi-top: -25;
    --line-item-hukidashi-deco-top: 75;
  }
  /* 2000 */
  .history-timeline-flow-line-item--2000 {
    --line-item-top: 24;
  }
  /* 2005 */
  .history-timeline-flow-line-item--2005 {
    --line-item-top: 85;
    --line-item-hukidashi-top: -68;
    --line-item-hukidashi-deco-top: 146;
  }
  /* 2007 */
  .history-timeline-flow-line-item--2007 {
    --line-item-top: 57;
    --line-item-hukidashi-top: 4;
    --line-item-hukidashi-deco-top: 45;
  }
  /* 2009 */
  .history-timeline-flow-line-item--2009 {
    --line-item-top: 63;
    --line-item-hukidashi-top: 12;
    --line-item-hukidashi-deco-top: 44;
  }
  /* 2010 */
  .history-timeline-flow-line-item--2010 {
    --line-item-top: 16;
  }
  /* 2012 */
  .history-timeline-flow-line-item--2012 {
    --line-item-top: 82;
    --line-item-hukidashi-top: 65;
    --line-item-hukidashi-deco-top: 11;
  }
  /* 2015 */
  .history-timeline-flow-line-item--2015 {
    --line-item-top: 60;
    --line-item-hukidashi-top: 40;
    --line-item-hukidashi-deco-top: 13;
  }
  /* 2020 */
  .history-timeline-flow-line-item--2020 {
    --line-item-top: 95;
  }
  /* 2023 */
  .history-timeline-flow-line-item--2023 {
    --line-item-top: 70;
    --line-item-hukidashi-top: 22;
    --line-item-hukidashi-deco-top: 40;
  }
  /* 2025 */
  .history-timeline-flow-line-item--2025 {
    --line-item-top: 64;
    --line-item-hukidashi-top: 9;
    --line-item-hukidashi-deco-top: 50;
  }
}
@media all and (max-width: 1080px) {
  /* flow */
  .history-timeline-flow {
    max-width: calc(900 / var(--font) * 1rem);
    margin-inline: auto;
  }
  .history-timeline-flow__in {
    position: relative;
  }
  .history-timeline-flow-line {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: calc(7 / var(--font) * 1rem) 0;
  }
  .history-timeline-flow-line__top,
  .history-timeline-flow-line__bottom {
    display: flex;
    flex-direction: column;
    gap: calc(5 / var(--font) * 1rem) 0;
  }
  .history-timeline-flow-line__top::before,
  .history-timeline-flow-line__bottom::after {
    content: "";
    display: block;
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: calc(8 / var(--font) * 1rem);
    border-radius: 9999px;
  }
  .history-timeline-flow-line__top::after,
  .history-timeline-flow-line__bottom::before {
    content: "";
    display: block;
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: calc(13 / var(--font) * 1rem);
    border-radius: 9999px;
  }
  .history-timeline-flow-line__main {
    position: relative;
    padding-bottom: calc(86 / var(--font) * 1rem);
  }
  .history-timeline-flow-line__main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--history-color-brown);
    width: calc(3 / var(--font) * 1rem);
    height: 100%;
    z-index: -1;
    border-radius: 9999px;
  }
  .history-timeline-flow-line-item {
    --line-item-top: 12;
    --line-item-hukidashi-top: 0;
    --line-item-hukidashi-deco-top: 40;

    position: relative;
    margin-top: calc(var(--line-item-top) / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__circle {
    width: calc(12 / var(--font) * 1rem);
    height: calc(12 / var(--font) * 1rem);
    background-color: var(--history-color-green);
    border-radius: 50%;
    border: calc(3 / var(--font) * 1rem) solid var(--history-color-brown);
    box-sizing: content-box;
    margin-left: calc(-7 / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__year {
    width: calc(32 / var(--font) * 1rem);
    vertical-align: top;
    margin-left: calc(-14 / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__year + .history-timeline-flow-line-item__circle {
    margin-top: calc(8 / var(--font) * 1rem);
  }
  .history-timeline-flow-line-item__fukidashi {
  }
  .history-timeline-flow-hukidashi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    box-shadow: calc(6 / var(--font) * 1rem) calc(6 / var(--font) * 1rem) calc(1 / var(--font) * 1rem) var(--history-color-yellow);
    width: calc(100% - 26 / var(--font) * 1rem);
    margin-top: calc(var(--line-item-hukidashi-top) / var(--font) * 1rem);
    margin-left: calc(26 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi__in {
    position: relative;
    padding: calc(10 / var(--font) * 1rem) calc(10 / var(--font) * 1rem) calc(10 / var(--font) * 1rem) calc(20 / var(--font) * 1rem);
    background-color: var(--history-color-white);
    border-radius: calc(10 / var(--font) * 1rem);
    /*border: calc(2 / var(--font) * 1rem) solid var(--history-color-border);
    border: none;*/
   	box-shadow: 0 0 0 calc(2 / var(--font) * 1rem) var(--history-color-border);
    display: flex;
    gap: 0 calc(5 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi__in::before {
    content: "";
    width: calc(11 / var(--font) * 1rem);
    aspect-ratio: 17 / 25;
    background: url("../img/timeline_hukidashi_deco_sp.svg") center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-94%);
    margin-top: calc(25 / var(--font) * 1rem);
  }

  .padding-adjustment {
    padding-right: 5px;
  }

  .history-timeline-flow-hukidashi__body {
    margin-top: calc(12 / var(--font) * 1rem);
    width: 100%;
  }
  .history-timeline-flow-hukidashi-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 0 calc(6 / var(--font) * 1rem);
    padding-bottom: calc(14 / var(--font) * 1rem);
    margin-bottom: calc(12 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-title::before {
    content: "";
    display: block;
    width: calc(16 / var(--font) * 1rem);
    height: calc(15 / var(--font) * 1rem);
    background: url("../img/illust_ soy.svg") center center no-repeat;
    background-size: contain;
    transform: rotate(-94.99deg);
    margin-bottom: calc(2 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(1 / var(--font) * 1rem);
    background-image: linear-gradient(to right, var(--history-color-brown), var(--history-color-brown) calc(2 / var(--font) * 1rem), transparent calc(2 / var(--font) * 1rem), transparent calc(3 / var(--font) * 1rem));
    background-repeat: repeat-x;
    background-position: left top;
    background-size: calc(4 / var(--font) * 1rem) calc(2 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-title__label {
    width: calc(56 / var(--font) * 1rem);
  }
  .history-timeline-flow-hukidashi-text {
    font-size: calc(16 / var(--font) * 1rem);
    line-height: 1.6;
    color: var(--history-color-block);
  }
  .history-timeline-flow-hukidashi__img {
    width: calc(127 / var(--font) * 1rem);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
  }
  .history-timeline-flow-hukidashi-img img {
  }
  .history-timeline-flow-hukidashi-deco {
    display: none;
  }
  /* 1974 */
  .history-timeline-flow-line-item--1974 {
    --line-item-top: 19;
    --line-item-hukidashi-top: -26;
  }
  /* 1980 */
  .history-timeline-flow-line-item--1980 {
    --line-item-top: 122;
    --line-item-hukidashi-top: 0;
  }
  /* 1990 */
  .history-timeline-flow-line-item--1990 {
    --line-item-top: 66;
  }
  /* 1997 */
  .history-timeline-flow-line-item--1997 {
    --line-item-top: 115;
    --line-item-hukidashi-top: -26;
  }
  /* 2000 */
  .history-timeline-flow-line-item--2000 {
    --line-item-top: 53;
  }
  /* 2005 */
  .history-timeline-flow-line-item--2005 {
    --line-item-top: 80;
    --line-item-hukidashi-top: -26;
  }
  /* 2007 */
  .history-timeline-flow-line-item--2007 {
    --line-item-top: 150;
    --line-item-hukidashi-top: -26;
  }
  /* 2009 */
  .history-timeline-flow-line-item--2009 {
    --line-item-top: 150;
    --line-item-hukidashi-top: -26;
  }
  /* 2010 */
  .history-timeline-flow-line-item--2010 {
    --line-item-top: 53;
  }
  /* 2012 */
  .history-timeline-flow-line-item--2012 {
    --line-item-top: 82;
    --line-item-hukidashi-top: -26;
  }
  /* 2015 */
  .history-timeline-flow-line-item--2015 {
    --line-item-top: 165;
    --line-item-hukidashi-top: -26;
  }
  /* 2020 */
  .history-timeline-flow-line-item--2020 {
    --line-item-top: 66;
  }
  /* 2023 */
  .history-timeline-flow-line-item--2023 {
    --line-item-top: 67;
    --line-item-hukidashi-top: -26;
  }
  /* 2025 */
  .history-timeline-flow-line-item--2025 {
    --line-item-top: 150;
    --line-item-hukidashi-top: -26;
  }
}
@media all and (max-width: 767px) {
  .history-timeline {
    position: relative;
  }
  .history-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background:#fdfdf9;
    z-index: -1;
  }
  .history-timeline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: url("../img/bg_pattern.png") top left repeat;
    background-size: calc(9*1.5 / var(--font) * 1rem) calc(9*1.5 / var(--font) * 1rem);
    opacity: .4;
    z-index: -1;
  }
  .history-timeline__in {
    padding-inline: calc(15 / var(--font) * 1rem);
  }
  .history-timeline__body {
    padding-top: calc(127 / var(--font) * 1rem);
    padding-bottom: calc(45 / var(--font) * 1rem);
  }
  .history-timeline-heading {
    --heading-text-width: 271;
    margin-bottom: calc(35 / var(--font) * 1rem);
  }

  .history-timeline-flow {
    width: 100%;
  }
  .history-timeline-flow-hukidashi-text {
    font-size: calc(14 / var(--font) * 1rem);
  }
}

/********************************
 KNOW
********************************/
@media all and (min-width: 768px), print {
  .history-know {
    background-color: var(--history-color-light-yellow);
    margin-bottom: calc(-70 / var(--font) * 1rem);
  }
  .history-know__in {
    max-width: calc(1054 / var(--font) * 1rem);
    margin-inline: auto;
    box-sizing: content-box;
    padding-inline: calc(40 / var(--font) * 1rem);
  }
  .history-know__body {
    position: relative;
    padding-top: calc(65 / var(--font) * 1rem);
    padding-bottom: calc(167 / var(--font) * 1rem);
  }
  .history-know__body::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(277 / var(--font) * 1rem);
    height: calc(129 / var(--font) * 1rem);
    background: url("../img/know_illust.svg") center center no-repeat;
    background-size: contain;
    margin-right: calc(102 / var(--font) * 1rem);
    margin-bottom: calc(-8 / var(--font) * 1rem);
  }
  .history-know-heading {
    --heading-text-width: 231;
    margin-bottom: calc(50 / var(--font) * 1rem);
  }
  .history-know-banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 calc(20 / var(--font) * 1rem);
  }
  .history-know-banner-item {
    border-radius: calc(10 / var(--font) * 1rem);
    overflow: hidden;
    transition: opacity 0.3s ease;
  }
}
@media (hover: hover) {
  .history-know-banner-item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 767px) {
  .history-know {
    background-color: var(--history-color-light-yellow);
    margin-bottom: calc(-50 / var(--font) * 1rem);
  }
  .history-know__in {
    padding-inline: calc(15 / var(--font) * 1rem);
  }
  .history-know__body {
    position: relative;
    padding-top: calc(55 / var(--font) * 1rem);
    padding-bottom: calc(110 / var(--font) * 1rem);
  }
  .history-know-heading {
    --heading-text-width: 194;
    margin-bottom: calc(28 / var(--font) * 1rem);
  }
  .history-know-banner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(10 / var(--font) * 1rem);
  }
  .history-know-banner::after {
    content: "";
    display: block;
    background-image: url("../img/know_illust.svg");
    background-size: calc(300 / 324 * 100%) calc(139 / 324 * 100%);
    background-repeat: no-repeat;
    background-position: right calc(6 / 324 * 100%) bottom calc(20 / 324 * 100%);
  }
  .history-know-banner-item {
    border-radius: calc(5 / var(--font) * 1rem);
    overflow: hidden;
  }
}

