.lineup .p-sec01 {
  margin-top: 100px;
}
.lineup .p-sec01__item + .p-sec01__item {
  margin-top: 45px;
}
.lineup .p-sec02 .c-titB {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ddcea4;
}
.lineup .p-sec02__cap {
  margin-top: 80px;
  font-size: 12px;
  line-height: 1.4;
}
.lineup .p-sec03 {
  margin-bottom: 100px;
}
.lineup .p-sec03 .c-titB {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid #ddcea4;
}
.lineup .p-sec03__cap {
  margin-top: 80px;
  font-size: 12px;
  line-height: 1.4;
}
.lineup .p-logoarea {
  display: flex;
  align-items: center;
  padding: 30px;
}
.lineup .p-logoarea__logo {
  flex-shrink: 0;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #ddcea4;
}
.lineup .p-logoarea__title {
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.lineup .p-logoarea__text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.lineup .p-imagearea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 30px 30px;
  gap: 15px;
}
.lineup .p-imagearea__image img {
  width: 100%;
}
.lineup .p-imagearea__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.lineup .p-imagearea--4 {
  grid-template-columns: repeat(4, 1fr);
}
.lineup .p-btnarea {
  padding: 0px 30px 30px 30px;
}
.lineup .p-btnarea.col_2 {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 660px;
  margin: 0 auto;
}
.lineup .p-btnarea.col_2 .c-btnA {
  background-color: #B69A5B;
}
.lineup .p-btnarea .btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .lineup .p-sec01 {
    margin-top: 50px;
  }
  .lineup .p-sec01__item + .p-sec01__item {
    margin-top: 30px;
  }
  .lineup .p-sec02 .c-titB {
    margin-top: 75px;
    padding-top: 75px;
  }
  .lineup .p-sec02__cap {
    margin-top: 40px;
    font-size: 10px;
  }
  .lineup .p-sec03 {
    margin-bottom: 50px;
  }
  .lineup .p-sec03 .c-titB {
    margin-top: 75px;
    padding-top: 75px;
  }
  .lineup .p-sec03__cap {
    margin-top: 40px;
    font-size: 10px;
  }
  .lineup .p-logoarea {
    display: block;
    padding: 20px 0;
  }
  .lineup .p-logoarea__logo {
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddcea4;
    border-right-width: 0;
    text-align: center;
  }
  .lineup .p-logoarea__text br {
    display: none;
  }
  .lineup .p-imagearea {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 0 20px;
    gap: 20px;
  }
  .lineup .p-imagearea--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lineup .p-btnarea.col_2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px 0 0;
  }
}
:root {
  --width: 187px;
}

.history .p-sec01 {
  margin: 80px 0;
}
.history .p-sec01__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.75;
  text-align: center;
}
.history .p-sec01__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.history .p-sec02 {
  position: relative;
  background: linear-gradient(90deg, #f4efe9 50%, #fff 0);
}
.history .p-sec02__inner {
  position: relative;
  padding: 60px 0 100px;
  background: linear-gradient(to right, #f4efe9 var(--width), #fff var(--width));
}
.history .p-sec02__inner::before {
  position: absolute;
  top: 85px;
  bottom: 0;
  left: 186px;
  width: 2px;
  background: #deccae;
  content: "";
}
.history .p-sec02 dl {
  display: flex;
}
.history .p-sec02 dl + dl {
  padding-top: 60px;
}
.history .p-sec02 dl dt {
  flex-shrink: 0;
  width: 187px;
  margin-right: 94px;
  font-weight: 400;
}
.history .p-sec02 dl dt .year {
  position: relative;
  font-size: 60px;
}
.history .p-sec02 dl dt .year::before {
  z-index: 1;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b89535;
}
.history .p-sec02 dl dt .year::after, .history .p-sec02 dl dt .year::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  content: "";
}
.history .p-sec02 dl dt .year::after {
  width: 11px;
  height: 11px;
  border: 1px solid #b89535;
  border-radius: 50%;
  background-color: #fff;
}
.history .p-sec02 dl dt .year--nodot::after, .history .p-sec02 dl dt .year--nodot::before {
  content: none;
}
.history .p-sec02 dl dt .space {
  width: 2.5em;
  transform: rotate(90deg);
  font-size: 40px;
  text-align: center;
}
.history .p-sec02 dl dt .year_sub {
  margin-top: 5px;
  color: #b89535;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.history .p-sec02 dl dd {
  width: 100%;
  padding-top: 11px;
}
.history .p-sec02 dl dd .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.history .p-sec02 dl dd .grid--liquid {
  grid-template-columns: auto 214px;
}
.history .p-sec02 dl dd .grid__item--end {
  display: flex;
  justify-content: flex-end;
}
.history .p-sec02 dl dd .titlearea {
  display: flex;
  margin-bottom: 11px;
}
.history .p-sec02 dl dd .titlearea .label {
  flex-shrink: 0;
  margin-right: 10px;
}
.history .p-sec02 dl dd .label span {
  display: inline-block;
  padding: 4px 17px;
  background: #1d346b;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}
.history .p-sec02 dl dd .label span.red {
  background: #6d1f21;
}
.history .p-sec02 dl dd .label span.purple {
  background: #826993;
}
.history .p-sec02 dl dd h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4444444444;
}
.history .p-sec02 dl dd h3.big {
  transform: translateY(-3px);
  font-size: 24px;
}
.history .p-sec02 dl dd h4 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.history .p-sec02 dl dd p {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
}
.history .p-sec02 dl dd .cap {
  margin-top: 10px;
  font-size: 12px;
}
.history .p-sec02 dl dd .image--mt15 {
  margin-top: 15px;
}
.history .p-sec02 dl dd .image img + .image_cap {
  margin-top: 10px;
}
.history .p-sec02 dl dd .image_title {
  margin-top: 10px;
  font-weight: 700;
}
.history .p-sec02 dl dd .image_cap {
  font-size: 12px;
  line-height: 1.5;
}
.history .p-sec02 dl dd .logo {
  margin: 20px 0;
}
.history .p-sec02 dl dd .images {
  display: inline-grid;
  gap: 16px;
}
.history .p-sec02 dl dd .imageclm,
.history .p-sec02 dl dd .images {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}
.history .p-sec02 dl dd .imageclm {
  display: grid;
  gap: 30px 40px;
}
.history .p-sec02 dl dd .imageclm .image {
  margin-top: 0;
}
.history .p-sec02 dl dd .image_text::after {
  display: block;
  clear: both;
  content: "";
}
.history .p-sec02 dl dd .image_text__img {
  flex-shrink: 0;
  margin-left: 24px;
  float: right;
}
.history .p-sec02 dl dd .topics {
  margin-top: 25px;
  padding: 20px;
  background: #f9f7f7;
}
.history .p-sec02 dl dd .topics_title {
  margin-bottom: 10px;
  color: #b89535;
  font-weight: 700;
  font-size: 16px;
}
.history .p-sec02 dl dd .item + .item {
  margin-top: 40px;
}
.history .p-sec02 dl dd .accordion {
  margin-top: 20px;
  background: #f4efe9;
}
.history .p-sec02 dl dd .accordion_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 17px 20px;
  font-size: 14px;
}
.history .p-sec02 dl dd .accordion_btn img {
  width: 17px;
  transform: rotate(180deg);
  transition: 0.3s ease;
}
.history .p-sec02 dl dd .accordion_btn.is-open img {
  transform: rotate(0deg);
}
.history .p-sec02 dl dd .accordion_cont {
  display: none;
  padding: 30px;
  border-top: 1px solid #deccae;
}
.history [data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

@media screen and (max-width: 768px) {
  :root {
    --width: 15px;
  }
  .l-main {
    overflow: hidden;
  }
  .history .p-sec01 {
    margin: 40px 0;
  }
  .history .p-sec01__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .history .p-sec02 {
    background: linear-gradient(to right, #f4efe9 var(--width), #fff var(--width));
  }
  .history .p-sec02__inner {
    position: static;
    padding: 30px 0 50px;
    background: none;
  }
  .history .p-sec02__inner::before {
    top: 50px;
    left: 14px;
  }
  .history .p-sec02 dl {
    display: block;
  }
  .history .p-sec02 dl + dl {
    padding-top: 30px;
  }
  .history .p-sec02 dl dt .year {
    font-size: 40px;
  }
  .history .p-sec02 dl dt .year::after, .history .p-sec02 dl dt .year::before {
    right: auto;
    left: -15px;
    transform: translate(-50%, -50%);
  }
  .history .p-sec02 dl dt .space {
    width: auto;
    transform: rotate(0);
    font-size: 30px;
    line-height: 40px;
  }
  .history .p-sec02 dl dt .year_sub {
    margin-top: 0;
    margin-bottom: 7px;
    margin-left: 10px;
    font-size: 12px;
  }
  .history .p-sec02 dl dd {
    padding-top: 0;
  }
  .history .p-sec02 dl dd .titlearea {
    display: block;
  }
  .history .p-sec02 dl dd .titlearea .label {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .history .p-sec02 dl dd .images {
    display: block;
  }
  .history .p-sec02 dl dd .images > div + div {
    margin-top: 15px;
  }
  .history .p-sec02 dl dd .images img {
    width: 100%;
  }
  .history .p-sec02 dl dd .imageclm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .history .p-sec02 dl dd .image_text__img {
    margin-left: 10px;
  }
  .history .p-sec02 dl dd .topics {
    margin-top: 15px;
    padding: 15px;
  }
  .history .p-sec02 dl dd .topics_title {
    margin-bottom: 5px;
  }
  .history .p-sec02 dl dd .item + .item {
    margin-top: 20px;
  }
  .history .p-sec02 dl dd .accordion_cont {
    padding: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .history .p-sec02 dl dt {
    margin-right: 40px;
  }
  .history .p-sec02 dl dd .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .history .p-sec02 dl dt {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1081px) {
  .history .p-sec02 dl dd h3 {
    white-space: nowrap;
  }
}
br.sp {
  display: none;
}

.lh_tab {
  margin-top: clamp(50px, 10vw, 100px);
}

.lh_btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.tab_btn {
  position: relative;
  width: 40%;
  padding: 25px 0;
  border: 1px solid #ddcea4;
  border-bottom: none;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.tab_btn.is-active, .tab_btn:hover {
  border-top: 1px solid #b89535;
  background: #f4efe9;
  color: #b89535;
  opacity: 1;
  border-right: 1px solid #b89535;
  border-left: 1px solid #b89535;
}

.lh_wrap {
  padding-bottom: 0;
  padding: 40px;
  background: #f4efe9;
}

.lh_cont {
  display: none;
}
.lh_cont.is-active {
  display: block;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: inherit;
  }
  .lh_wrap {
    padding: 5px 0;
  }
  .lh_btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .tab_btn {
    width: 100%;
    padding: 15px 0;
    font-size: 15px;
    line-height: 1.3;
  }
}
.l-hdr-gnav {
  top: 0;
  background: #FFF;
}

.l-hdr-gnav__inner {
  height: 100px;
}

.l-hdr-gnav__logo a {
  height: clamp(45px, 6.5vw, 65px);
}
.l-hdr-gnav__logo a img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.l-hdr-gnav__link > a {
  position: relative;
  font-size: clamp(14px, 1.5vw, 15px);
}
.l-hdr-gnav__link > a::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  width: 3em;
  height: 1px;
  background: #b89535;
  opacity: 0;
  transition: 0.3s;
  content: "";
}
.l-hdr-gnav__link > a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  .l-hdr-gnav__inner {
    height: auto;
  }
  .l-hdr-spgnav {
    min-height: 100dvh;
    background: #F4F4F4;
  }
  .l-hdr-spgnav .l-hdr-gnav {
    background: #F4F4F4;
  }
  .l-hdr-spgnav .l-hdr-gnav__btn > span {
    background: #604e31;
  }
  .l-hdr-gnav__nav {
    background: rgba(244, 244, 244, 0.95);
  }
  .l-hdr-gnav__link {
    border-top: 1px solid #aaa;
  }
  .l-hdr-spgnav__footer {
    background: #F4F4F4;
    border-top: 1px solid #aaa;
  }
  .l-hdr-child {
    background: #FFF;
  }
  .l-hdr-child__menu a svg path {
    fill: #242424;
  }
  .l-hdr-gnav__link > a.js-megaMenu::before {
    display: none;
  }
  .l-hdr-gnav__link > a.js-megaMenu:after {
    background: url(/assets/images/common/icon_arrow_r_small-blk.svg) 50% no-repeat;
    background-size: contain;
  }
  .l-hdr-gnav__link > a.js-notMegaMenu:after {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    height: 15px;
    aspect-ratio: 9/18;
    margin: auto 0;
    transform: rotate(180deg);
    background: url(/assets/images/common/icon_arrow_r_small-blk.svg) 50% no-repeat;
    background-size: contain;
    content: "";
  }
  .l-hdr-gnav__link > a,
  .l-hdr-child__menu a,
  .l-hdr-spgnav__footer .link a,
  .l-hdr-spgnav__footer .logo a p {
    color: #242424;
  }
}