@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss¹²Í¨¤³¤³¤Þ¤Ç***/
.header__under {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #f0ebf0;
  align-items: center;
}
.header__under .ttl {
  width: 306px;
  margin-left: 2.5%;
}
@media screen and (max-width:800px) {
  .header__under .ttl {
    width: 175px;
    margin-left: 5%;
  }
}
.header__under .bts {
  width: 300px;
}
@media screen and (max-width:800px) {
  .header__under .bts {
    width: 130px;
  }
}

#section01 {
  position: relative;
  z-index: 99999;
  pointer-events: none;
}
#section01 .tabs {
  width: 14.85%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width:800px) {
  #section01 .tabs {
    display: none;
  }
}

#section02 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 93px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 49px;
  }
}
#section02 .main_text {
  position: absolute;
  bottom: 110px;
  left: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .main_text {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    display: none;
  }
}
#section02 .main_text img {
  width: 18vw;
}
@media screen and (max-width:800px) {
  #section02 .main_text img {
    width: 55vw;
  }
}

#section03 {
  width: 100%;
  padding: 154px 0 140px 0;
  position: relative;
  z-index: 5;
  background-color: rgba(159, 104, 111, 0.1);
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section03 {
    padding: 50px 0 50px 0;
  }
}
#section03 {
  /* container */
}
#section03 .section__in {
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
}
#section03 {
  /* timeline */
}
#section03 .history-timeline {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 4px;
}
#section03 .history-timeline__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 204px;
  width: 4px;
  background: #a77780;
}
@media screen and (max-width:800px) {
  #section03 .history-timeline__line {
    display: none;
  }
}
#section03 {
  /* item */
}
#section03 .history-item {
  position: relative;
  display: grid;
  grid-template-columns: 175px 1fr;
  column-gap: 34px;
  align-items: start;
  margin-bottom: 100px;
}
#section03 .history-item.history-item--first {
  padding-top: 100px;
  margin-bottom: 232px;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--first {
    margin-bottom: 34px;
    padding-top: 0;
  }
}
#section03 .history-item.history-item--1969 {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--1969 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--1970 {
  margin-bottom: 72px;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--1970 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--1972 {
  margin-bottom: 178px;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--1972 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--1973 {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--1973 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--2009 {
  margin-bottom: 220px;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--2009 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--2013 {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--2013 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--2014 {
  margin-bottom: 160px;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--2014 {
    margin-bottom: 34px;
  }
}
#section03 .history-item.history-item--2019 {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  #section03 .history-item.history-item--2019 {
    margin-bottom: 34px;
  }
}
#section03 .history-item--noimage {
  grid-template-columns: 90px 1fr;
}
#section03 .history-item__year {
  position: relative;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #9a6d76;
  text-align: right;
  padding-top: 2px;
}
@media screen and (max-width:800px) {
  #section03 .history-item__year {
    width: 30%;
  }
}
#section03 .history-item__year::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9a6d76;
  transform: translateX(50%);
}
@media screen and (max-width:800px) {
  #section03 .history-item__year::after {
    opacity: 0;
  }
}
#section03 .history-item__body {
  min-width: 0;
  padding-left: 85px;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section03 .history-item__body {
    padding-left: 10vw;
  }
}
#section03 .history-item__body.history-item__body--flex {
  display: flex;
}
@media screen and (max-width:800px) {
  #section03 .history-item__body.history-item__body--flex {
    display: block;
  }
}
#section03 .history-item__body.history-item__body--flex.history-item__body--flex1966 {
  justify-content: space-between;
}
#section03 .history-item__body.history-item__body--flex.history-item__body--flex1969 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex1973 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex2013 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex2019 .history-item__image {
  transform: translateY(-114px);
  margin-left: 64px;
}
@media screen and (max-width:800px) {
  #section03 .history-item__body.history-item__body--flex.history-item__body--flex1969 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex1973 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex2013 .history-item__image, #section03 .history-item__body.history-item__body--flex.history-item__body--flex2019 .history-item__image {
    transform: translateY(0);
    margin-left: 0;
  }
}
#section03 .history-item__body.history-item__body--flex.history-item__body--flex2022 .history-item__image {
  margin-left: 37%;
  margin-top: 38px;
}
#section03 .history-item__body.history-item__body--flex.history-item__body--flex2024 {
  justify-content: start;
}
#section03 .history-item__body.history-item__body--flex.history-item__body--flex2024 .history-item__image {
  margin-left: 64px;
}
@media screen and (max-width:800px) {
  #section03 .history-item__body.history-item__body--flex.history-item__body--flex2024 .history-item__image {
    margin-left: 0;
  }
}
#section03 .history-item__body::before {
  content: "";
  position: absolute;
  top: 24px;
  left: -5px;
  width: 78px;
  height: 1px;
  background: #9a6d76;
}
@media screen and (max-width:800px) {
  #section03 .history-item__body::before {
    opacity: 0;
  }
}
#section03 .history-item__title {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.8;
  color: #9f686f;
}
#section03 .history-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #595757;
}
#section03 .history-item__image {
  position: relative;
  width: 100%;
  max-width: 340px;
}
#section03 .history-item__image.history-item__image--1972 {
  max-width: 262px;
  margin-top: 54px;
}
#section03 .history-item__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#section03 .history-item__plus {
  position: absolute;
  right: -56px;
  bottom: 0;
  font-size: 26px;
  width: 37px;
  line-height: 1;
  color: #b39197;
  height: 38px;
  background: #fff;
  padding: 3px 5px 5px 5px;
  cursor: pointer;
}
#section03 .history-item--last {
  margin-bottom: 0;
}
#section03 {
  /* responsive */
}
@media screen and (max-width: 900px) {
  #section03 .history-mv__images {
    grid-template-columns: 1fr 120px 1fr;
    min-height: 250px;
  }
  #section03 .history-mv__image img {
    min-height: 250px;
  }
  #section03 .history-mv__title {
    font-size: 46px;
  }
  #section03 .history-timeline {
    padding-left: 70px;
  }
  #section03 .history-timeline__line {
    left: 104px;
  }
  #section03 .history-item {
    grid-template-columns: 64px 1fr 150px;
    column-gap: 22px;
  }
  #section03 .history-item--noimage {
    grid-template-columns: 64px 1fr;
  }
  #section03 .history-item__year {
    font-size: 18px;
  }
  #section03 .history-item__year::after {
    right: -13px;
    width: 8px;
    height: 8px;
  }
  #section03 .history-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #section03 .history-mv {
    margin-bottom: 40px;
  }
  #section03 .history-mv__images {
    grid-template-columns: 1fr;
    min-height: 230px;
  }
  #section03 .history-mv__center-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 92px;
    transform: translateX(-50%);
    padding: 12px 8px;
  }
  #section03 .history-mv__image--right {
    display: none;
  }
  #section03 .history-mv__titlewrap {
    bottom: 20px;
    width: 100%;
  }
  #section03 .history-mv__title {
    font-size: 40px;
  }
  #section03 .history-mv__sub {
    font-size: 11px;
  }
  #section03 .section__in {
    padding: 0;
  }
  #section03 .history-timeline {
    padding-left: 0;
  }
  #section03 .history-timeline__line {
    left: 30px;
  }
  #section03 .history-item,
  #section03 .history-item--noimage {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }
  #section03 .history-item__year {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  #section03 .history-item__year::after {
    left: -30px;
    right: auto;
    top: 11px;
    transform: none;
  }
  #section03 .history-item__title {
    line-height: 1.8;
    margin-bottom: 6px;
    font-size: 20px;
  }
  #section03 .history-item__text {
    font-size: 14px;
    line-height: 1.9;
  }
  #section03 .history-item__image {
    max-width: 100vw;
    width: 89%;
  }
  #section03 .history-item__plus {
    right: -10px;
    font-size: 28px;
  }
}

.history-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.history-modal.is-open {
  display: block;
}
.history-modal .history-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.history-modal .history-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px;
  max-height: 80%;
  overflow-Y: scroll;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__dialog {
    padding: 19vw 5% 5vw;
  }
}
.history-modal .history-modal__inner {
  display: flex;
  gap: 40px;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__inner {
    display: block;
  }
}
.history-modal .history-modal__image {
  max-height: 620px;
  max-width: 770px;
  width: 62%;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__image {
    width: 100%;
    max-width: none;
    max-height: none;
  }
}
.history-modal .history-modal__content {
  position: relative;
  top: 0;
  left: 0;
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__content {
    display: block;
    width: 100%;
  }
}
.history-modal .history-modal__title {
  /*writing-mode: vertical-rl;*/
  font-size: 24px;
  color: #9a6d76;
  max-width: 380px;
  width: 100%;
  padding-bottom: 2em;
  text-align: center;
  padding-top: 3em;
}
.history-modal .history-modal__title.eng {
  text-orientation: upright;
}
.history-modal .history-modal__title.eng .dot {
  transform: translateX(0.3em);
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__title {
    writing-mode: initial;
    min-height: 0px;
    display: block;
    text-align: left;
    margin-top: 24px;
  }
}
.history-modal .history-modal__text {
  line-height: 2.2;
  font-size: 14px;
  text-align: justify;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.history-modal .history-modal__year {
  width: 100%;
  text-align: center;
  margin-top: 34px;
}
.history-modal .history-modal__year img {
  width: 50%;
  max-width: 66px;
}
.history-modal .history-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: none;
  border: none;
  cursor: pointer;
  width: 60px;
}
@media screen and (max-width:800px) {
  .history-modal .history-modal__close {
    top: 3vw;
    right: 5%;
    width: 15vw;
  }
}
.history-modal .history-modal__close-icon {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

#last60th {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #fff;
  padding: 80px 0 110px 0;
}
#last60th .foot60th {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
}
#last60th .topback {
  width: 12px;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 2vw;
  transform: translate(50%, 0);
}

.pc_onlys {
  display: inline-block !important;
}
@media screen and (max-width:800px) {
  .pc_onlys {
    display: none !important;
  }
}

.sp_onlys {
  display: none !important;
}
@media screen and (max-width:800px) {
  .sp_onlys {
    display: inline-block !important;
  }
}

.spnos {
  opacity: 0;
  padding-right: 0 !important;
}

@media screen and (max-width:800px) {
  .maruline {
    position: relative;
  }
  .maruline::after {
    content: "";
    background-color: #9f686f;
    width: 3px;
    height: calc(100% - 0.5em);
    position: absolute;
    bottom: 0;
    left: 2vw;
  }
}/*# sourceMappingURL=history.css.map */