.section-about-history {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/100%;
}
@media print, (min-width: 768px) {
  .section-about-history {
    padding-top: 100px;
  }
  .section-about-history .title-common-primary {
    margin-bottom: 95px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-about-history .title-common-primary {
    margin: 0 0.35rem 0.4rem;
  }
}

.history-introduction {
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/1rem 1rem;
  letter-spacing: 0.05em;
}
.history-introduction .introduction-wrapper {
  position: relative;
  z-index: 1;
}
.history-introduction .introduction-wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../img/about/history/introduction_decor.png") no-repeat center center/cover;
}
.history-introduction .introduction-text p:last-child {
  margin-bottom: 0;
}
.history-introduction iframe {
  width: 100%;
}
@media print, (min-width: 768px) {
  .history-introduction {
    padding: 100px 0 89px;
  }
  .history-introduction .introduction-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 60px);
    max-width: 1680px;
    margin: 0 auto;
  }
  .history-introduction .introduction-wrapper::before {
    bottom: -90px;
    left: -120px;
    width: 697px;
    height: 583px;
  }
  .history-introduction .introduction-video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
  }
  .history-introduction .introduction-text {
    padding: 64px 120px 0;
  }
  .history-introduction .introduction-text p {
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-introduction {
    padding: 0.6rem 0.3rem;
  }
  .history-introduction::before {
    width: 4rem;
    height: 3.4rem;
  }
  .history-introduction .introduction-text {
    margin-bottom: 0.3rem;
  }
  .history-introduction .introduction-text p {
    margin-bottom: 0.2rem;
  }
  .history-introduction .introduction-video {
    height: 50vw;
  }
  .history-introduction .introduction-video iframe {
    height: 100%;
  }
}

.history-gallery .iwasaki-title {
  color: #941e57;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.history-gallery .content-text {
  letter-spacing: 0.05em;
}
.history-gallery .gallery-swiper {
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/1rem 1rem;
}
.history-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
@media print, (min-width: 768px) {
  .history-gallery .gallery-iwasaki {
    padding: 100px 0;
  }
  .history-gallery .iwasaki-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 60px);
    max-width: 1455px;
    margin: 0 auto;
  }
  .history-gallery .iwasaki-title {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 45px;
    font-size: 0.2rem;
  }
  .history-gallery .iwasaki-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 560px;
    height: 360px;
  }
  .history-gallery .iwasaki-content {
    padding: 0 94px 0 120px;
  }
  .history-gallery .content-text {
    margin-bottom: 34px;
  }
  .history-gallery .gallery-swiper {
    padding: 60px 0;
  }
  .history-gallery .swiper-slide {
    width: 313px;
    height: 248px;
  }
}
@media only screen and (max-width: 767.98px) {
  .history-gallery .gallery-iwasaki {
    padding: 0.4rem 0;
  }
  .history-gallery .iwasaki-wrapper {
    position: relative;
    padding: 0 0.3rem 0 0.7rem;
  }
  .history-gallery .iwasaki-title {
    position: absolute;
    top: 0;
    left: 0.25rem;
    font-size: 0.18rem;
  }
  .history-gallery .iwasaki-image {
    width: 100%;
    height: 1.86rem;
    margin-bottom: 0.3rem;
  }
  .history-gallery .iwasaki-content {
    margin-left: -0.4rem;
  }
  .history-gallery .content-text {
    margin-bottom: 0.2rem;
  }
  .history-gallery .swiper-slide {
    width: 2.4rem;
    height: 2.4rem;
  }
  .history-gallery .button-common-primary {
    margin: 0 auto;
  }
}

.section-history-contents {
  position: relative;
  background: url("../img/common/bg_common_05.jpg") repeat 0 0/100%;
}
.section-history-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.section-history-contents .timeline-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-history-contents .timeline-item.is-active .heading-text::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-history-contents .timeline-item.is-active .timeline-content::after {
  opacity: 1;
}
.section-history-contents .timeline-heading {
  border-bottom: 1px solid #aaa;
  border-left: 0.2rem solid #941e57;
  letter-spacing: 0.05em;
  cursor: pointer;
}
.section-history-contents .heading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.section-history-contents .heading-text::after {
  content: "";
  position: absolute;
  width: 0.21rem;
  height: 0.12rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/about/history/icn_dropdown.svg") no-repeat center 100%/100%;
}
.section-history-contents .heading-landmark {
  border: 1px solid #333;
  text-align: center;
}
.section-history-contents .heading-label {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.section-history-contents .timeline-title {
  color: #941e57;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.section-history-contents .timeline-text {
  letter-spacing: 0.05em;
}
.section-history-contents .timeline-text p:last-child {
  margin-bottom: 0;
}
.section-history-contents .timeline-content {
  display: none;
  position: relative;
  z-index: 1;
}
.section-history-contents .timeline-content::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background: url("../img/common/bg_common_01.jpg") repeat 0 0/1rem 1rem;
}
.section-history-contents figcaption {
  margin-top: 0.04rem;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.section-history-contents .timeline-item:last-child .timeline-content {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .section-history-contents {
    padding: 165px 0 160px;
  }
  .section-history-contents::before {
    height: 56px;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 56px;
  }
  .section-history-contents .history-timeline {
    max-width: 1920px;
    margin: 0 auto;
    padding-left: 120px;
  }
  .section-history-contents .timeline-wrapper {
    max-width: 1470px;
    margin: 0 auto;
    padding: 0 65px 0 35px;
  }
  .section-history-contents .timeline-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 120px;
  }
  .section-history-contents .heading-text {
    padding: 10px 100px 10px 20px;
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .section-history-contents .heading-text::after {
    top: 64px;
    right: 60px;
  }
  .section-history-contents .heading-landmark {
    width: 260px;
    min-height: 58px;
    margin-left: auto;
    padding: 8px 10px;
  }
  .section-history-contents .heading-label {
    width: 120px;
    height: 120px;
  }
  .section-history-contents .timeline-title {
    margin-bottom: 29px;
    font-size: 0.24rem;
    line-height: 1.9;
  }
  .section-history-contents .timeline-text p {
    margin-bottom: 38px;
  }
  .section-history-contents .timeline-text .text-large {
    font-size: 0.2rem;
    line-height: 1.8823529412;
  }
  .section-history-contents .timeline-content {
    margin-bottom: 100px;
    padding: 80px 0 100px;
  }
  .section-history-contents .timeline-content::after {
    top: 230px;
    left: calc(6% + 12px);
  }
  .section-history-contents .timeline-content.is-celebrating::after {
    top: 240px;
  }
  .section-history-contents .timeline-content.is-brochure::after {
    top: 450px;
  }
  .section-history-contents .timeline-content.is-visitor::after {
    top: 378px;
  }
  .section-history-contents .timeline-content.is-iwasaki::after {
    top: 217px;
  }
  .section-history-contents .timeline-content.is-exhibition::after {
    top: 208px;
  }
  .section-history-contents .timeline-content.is-honinbo::after {
    top: 320px;
  }
  .section-history-contents .timeline-content.is-trip::after {
    top: 478px;
  }
}
@media print, (min-width: 768px) and (max-width: 1800.98px) {
  .section-history-contents .history-timeline {
    padding-left: 50px;
  }
  .section-history-contents .timeline-heading {
    padding-right: 50px;
  }
  .section-history-contents .timeline-content::after {
    left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-history-contents {
    padding: 1rem 0 0.6rem;
  }
  .section-history-contents::before {
    height: 0.4rem;
    background: url("../img/common/decor_pattern.jpg") repeat-x 0 0/auto 0.4rem;
  }
  .section-history-contents .timeline-heading {
    padding: 0.15rem;
  }
  .section-history-contents .heading-text {
    margin-bottom: 0.1rem;
    padding-right: 0.5rem;
    border-right-width: 0.05rem;
    font-size: 0.2rem;
    line-height: 1.5;
  }
  .section-history-contents .heading-text::after {
    top: 0.35rem;
    right: 0.15rem;
  }
  .section-history-contents .heading-landmark {
    width: 2rem;
    margin-left: 1rem;
    padding: 0.1rem;
    font-size: 0.16rem;
    line-height: 1.5;
  }
  .section-history-contents .heading-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.8rem;
    height: 0.8rem;
  }
  .section-history-contents .timeline-content {
    padding: 0.6rem 0.3rem;
  }
  .section-history-contents .timeline-content::after {
    top: 2.5rem;
    left: 0;
  }
  .section-history-contents .timeline-title {
    margin-bottom: 0.2rem;
    font-size: 0.19rem;
  }
  .section-history-contents .timeline-text p {
    margin-bottom: 0.18rem;
  }
  .section-history-contents .timeline-text .text-large {
    font-size: 0.18rem;
  }
}

.timeline-origin .origin-images {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, (min-width: 768px) {
  .timeline-origin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-origin .origin-images {
    max-width: 740px;
    margin-bottom: -40px;
  }
  .timeline-origin .timeline-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 110px;
  }
  .timeline-origin .images-item {
    width: 50%;
    padding: 0 10px 20px;
  }
  .timeline-origin .images-item img {
    height: 245px;
  }
}
@media print, (min-width: 768px) and (max-width: 1600.98px) {
  .timeline-origin .timeline-block {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-origin .timeline-block {
    margin-bottom: 0.2rem;
  }
  .timeline-origin .origin-images {
    margin: 0 -0.05rem;
  }
  .timeline-origin .images-item {
    width: 50%;
    padding: 0 0.05rem 0.1rem;
  }
}

.list-common-writer {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-writer .writer-item {
  width: 50%;
}
.list-common-writer .writer-image img {
  border-radius: 50%;
}
@media print, (min-width: 768px) {
  .list-common-writer .writer-item {
    padding: 0 30px 15px;
  }
  .list-common-writer .writer-image img {
    height: 220px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-common-writer .writer-item {
    padding: 0 0.1rem 0.2rem;
  }
  .list-common-writer .writer-image img {
    height: 1.9rem;
  }
}

.timeline-visitor .proof-handwritten {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .timeline-visitor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
  }
  .timeline-visitor .timeline-block {
    position: relative;
    margin-top: 103px;
    padding-right: 120px;
  }
  .timeline-visitor .list-common-writer {
    position: absolute;
    top: -104px;
    right: -500px;
    max-width: 456px;
  }
  .timeline-visitor .visitor-proof {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 500px;
    margin-top: -3px;
    margin-right: 10px;
    padding-top: 275px;
  }
  .timeline-visitor .list-common-writer {
    margin: 0 22px;
  }
  .timeline-visitor .handwritten-item {
    margin-bottom: 15px;
  }
  .timeline-visitor .handwritten-image img {
    height: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-visitor .timeline-block {
    margin-bottom: 0.3rem;
  }
  .timeline-visitor .handwritten-item:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}

.timeline-misasa .misasa-image,
.timeline-misasa .poem-image {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}
.timeline-misasa .poem-text {
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.timeline-misasa .misasa-image {
  width: 1.32rem;
}
.timeline-misasa .misasa-image img {
  height: 2.2rem;
  border-radius: 50%;
}
.timeline-misasa .poem-image figcaption {
  text-align: left;
}
@media print, (min-width: 768px) {
  .timeline-misasa {
    margin-top: -5px;
    margin-bottom: -24px;
  }
  .timeline-misasa .misasa-wrapper {
    position: relative;
    margin-bottom: 54px;
    padding-right: 150px;
  }
  .timeline-misasa .misasa-image {
    position: absolute;
    top: 57px;
    right: 10px;
  }
  .timeline-misasa .timeline-block {
    padding-right: 120px;
  }
  .timeline-misasa .misasa-poem {
    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;
    margin-left: 35px;
  }
  .timeline-misasa .poem-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 500px;
    margin-right: 60px;
  }
  .timeline-misasa .poem-image img {
    height: 324px;
  }
  .timeline-misasa .poem-text {
    max-width: 435px;
    font-size: 0.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-misasa .misasa-image {
    margin: 0 auto 0.2rem;
  }
  .timeline-misasa .misasa-poem {
    margin-top: 0.2rem;
  }
  .timeline-misasa .poem-image {
    margin-bottom: 0.2rem;
  }
}

.timeline-iwasaki .poem-text {
  letter-spacing: 0.05em;
}
.timeline-iwasaki .poem-text p:last-child {
  margin-bottom: 0 !important;
}
.timeline-iwasaki .poem-image {
  width: 2.27rem;
  height: 4.2rem;
}
@media print, (min-width: 768px) {
  .timeline-iwasaki {
    margin-bottom: -20px;
  }
  .timeline-iwasaki .iwasaki-wrapper {
    position: relative;
    margin-bottom: 93px;
    padding-right: 300px;
  }
  .timeline-iwasaki .list-common-writer {
    position: absolute;
    top: 4px;
    right: -20px;
    width: 456px;
  }
  .timeline-iwasaki .timeline-block {
    margin-top: -5px;
  }
  .timeline-iwasaki .iwasaki-poem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 11px;
  }
  .timeline-iwasaki .poem-image {
    margin-right: 120px;
  }
  .timeline-iwasaki .poem-text {
    margin-top: 35px;
  }
  .timeline-iwasaki .poem-text p {
    margin-bottom: 17px;
  }
  .timeline-iwasaki .poem-text p:nth-child(2n) {
    margin-bottom: 30px;
    font-size: 0.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-iwasaki .timeline-block {
    margin-bottom: 0.3rem;
  }
  .timeline-iwasaki .poem-text p {
    margin-bottom: 0.15rem;
  }
  .timeline-iwasaki .poem-text p:nth-child(2n) {
    margin-bottom: 0.25rem;
    font-size: 0.19rem;
  }
  .timeline-iwasaki .poem-image {
    margin: 0 auto;
    margin-bottom: 0.2rem;
    text-align: center;
  }
}

.timeline-brochure .timeline-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.05em;
}
.timeline-brochure .timeline-information dt {
  width: 0.9rem;
  padding: 0.05rem 0.18rem 0.06rem;
  border-bottom: 1px solid #aaa;
}
.timeline-brochure .timeline-information dt:first-child {
  border-top: 1px solid #aaa;
}
.timeline-brochure .timeline-information dd {
  width: calc(100% - 0.9rem);
  padding: 0.05rem 0.2rem 0.06rem;
  border-bottom: 1px solid #ccc;
}
.timeline-brochure .timeline-information dd:nth-child(2) {
  border-top: 1px solid #ccc;
}
.timeline-brochure .content-images {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-brochure .content-text {
  letter-spacing: 0.05em;
}
.timeline-brochure .content-text p:last-child {
  margin-bottom: 0;
}
.timeline-brochure .images-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .timeline-brochure {
    margin-bottom: -40px;
  }
  .timeline-brochure .timeline-block {
    position: relative;
    padding-right: 620px;
  }
  .timeline-brochure .brochure-fee {
    margin-bottom: 38px;
  }
  .timeline-brochure .fee-image {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 500px;
    margin: 6px 10px 0 20px;
  }
  .timeline-brochure .timeline-information {
    width: 260px;
    margin: 22px 0 26px;
  }
  .timeline-brochure .timeline-block {
    margin-top: -6px;
  }
  .timeline-brochure .content-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 11px;
    margin-bottom: -20px;
  }
  .timeline-brochure .images-item {
    width: 500px;
    height: 330px;
    margin: 0 10px 20px;
  }
  .timeline-brochure .content-text {
    margin-bottom: 53px;
  }
  .timeline-brochure .content-text p {
    margin-bottom: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-brochure .timeline-information {
    margin: 0.2rem 0;
  }
  .timeline-brochure .timeline-block {
    margin-bottom: 0.25rem;
  }
  .timeline-brochure .fee-image {
    margin-bottom: 0.3rem;
  }
  .timeline-brochure .brochure-fee {
    margin-bottom: 0.3rem;
  }
  .timeline-brochure .content-text {
    margin-bottom: 0.2rem;
  }
  .timeline-brochure .images-item {
    width: 100%;
    height: 2.18rem;
    margin-bottom: 0.15rem;
  }
}

.timeline-celebrating .celebrating-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline-celebrating .celebrating-item:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 768px) {
  .timeline-celebrating {
    position: relative;
    padding: 14px 0 90px;
  }
  .timeline-celebrating .celebrating-list {
    padding-right: 620px;
  }
  .timeline-celebrating .celebrating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 180px;
  }
  .timeline-celebrating .celebrating-item:last-child {
    margin-bottom: 0;
  }
  .timeline-celebrating .celebrating-group {
    position: absolute;
    top: 0;
    right: 10px;
  }
  .timeline-celebrating .celebrating-image {
    width: 500px;
    height: 330px;
    margin-bottom: 61px;
    margin-left: 120px;
  }
}
@media print, (min-width: 768px) and (max-width: 1407.98px) {
  .timeline-celebrating .celebrating-item {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-celebrating .timeline-block {
    margin-bottom: 0.2rem;
  }
  .timeline-celebrating .celebrating-item {
    margin-bottom: 0.3rem;
  }
  .timeline-celebrating .celebrating-grpup {
    margin: 0.3rem 0;
  }
  .timeline-celebrating .celebrating-image {
    height: 2.18rem;
    margin-bottom: 0.2rem;
  }
  .timeline-celebrating .celebrating-image:last-child {
    margin-bottom: 0;
  }
}

.timeline-exhibition .poem-text {
  letter-spacing: 0.05em;
}
.timeline-exhibition .poem-image {
  width: 1.6rem;
}
.timeline-exhibition .poem-image img {
  height: 1.86rem;
}
.timeline-exhibition .poem-image figcaption {
  font-size: 0.16rem;
}
.timeline-exhibition .exhibition-image figcaption {
  text-align: left;
}
@media print, (min-width: 768px) {
  .timeline-exhibition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -27px;
  }
  .timeline-exhibition .exhibition-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 600px;
    margin: 0 10px 0 50px;
  }
  .timeline-exhibition .exhibition-image img {
    height: 400px;
  }
  .timeline-exhibition .exhibition-poem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .timeline-exhibition .poem-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .timeline-exhibition .poem-text {
    margin-right: 65px;
    font-size: 0.2rem;
    line-height: 1.8823529412;
  }
  .timeline-exhibition .timeline-block {
    margin-bottom: 33px;
  }
  .timeline-exhibition .exhibition-content {
    margin-top: 28px;
  }
  .timeline-exhibition .exhibition-image figcaption {
    margin-top: 15px;
    font-size: 0.18rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1339.98px) {
  .timeline-exhibition .poem-text {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-exhibition .exhibition-image img {
    height: 2.5rem;
  }
  .timeline-exhibition .exhibition-image figcaption {
    margin-top: 0.12rem;
    font-size: 0.17rem;
  }
  .timeline-exhibition .poem-image {
    margin: 0.2rem auto;
  }
  .timeline-exhibition .poem-text {
    margin-bottom: 0;
  }
  .timeline-exhibition .exhibition-poem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .timeline-exhibition .timeline-block {
    margin-bottom: 0.2rem;
  }
  .timeline-exhibition .exhibition-content {
    margin-bottom: 0.5rem;
  }
}

@media print, (min-width: 768px) {
  .timeline-honinbo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -24px;
  }
  .timeline-honinbo .timeline-block {
    margin-top: -4px;
  }
  .timeline-honinbo .honinbo-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 600px;
    margin: 0 10px 0 120px;
  }
  .timeline-honinbo .honinbo-image img {
    height: 400px;
  }
}
@media print, (min-width: 768px) and (max-width: 1540.98px) {
  .timeline-honinbo .honinbo-image {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-honinbo .timeline-block {
    margin-bottom: 0.4rem;
  }
  .timeline-honinbo .honinbo-image img {
    height: 2.5rem;
  }
}

.timeline-trip .trip-calligraphy {
  width: 3rem;
  height: 5.2rem;
}
.timeline-trip .trip-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, (min-width: 768px) {
  .timeline-trip {
    margin: -5px 0 -40px;
  }
  .timeline-trip .trip-content {
    margin-bottom: 54px;
  }
  .timeline-trip .trip-wrapper {
    position: relative;
    padding-right: 440px;
  }
  .timeline-trip .trip-calligraphy {
    position: absolute;
    top: 25px;
    right: 0;
    margin: 0 10px 0 120px;
  }
  .timeline-trip .timeline-text {
    margin-bottom: 37px;
  }
  .timeline-trip .trip-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -20px -10px;
  }
  .timeline-trip .trip-item {
    width: 33.3333333333%;
    height: 290px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .timeline-trip .timeline-block {
    margin-bottom: 0.35rem;
  }
  .timeline-trip .trip-calligraphy {
    width: 100%;
    margin: 0.4rem auto;
  }
  .timeline-trip .trip-content {
    margin-bottom: 0.4rem;
  }
  .timeline-trip .trip-item {
    height: 2.2rem;
    margin-bottom: 0.15rem;
  }
}
/*# sourceMappingURL=about_history.css.map */