@charset "UTF-8";

.main-container {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .main-container {
    margin-bottom: -125px;
    padding-bottom: 125px;
  }
}

.section-wrapper {
  position: relative;
  padding: 0 20px;
}

.section-contaienr {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

h1 {
  margin-bottom: 30px;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.3;
}

.iframe-container {
  position: relative;
  background-color: #000000;
  margin: 60px auto;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container::before {
  content: '';
  display: block;
  padding-bottom: calc(100% / 960 * 540);
  height: 0;
}

.iframe-container:first-child {
  margin-top: 0;
}

.iframe-container:last-child {
  margin-bottom: 0;
}

.box {
  position: relative;
  background-color: #fff;
  padding: 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

.bigtype {
  z-index: 1;
}

.intro {
  padding-bottom: 75px;
  padding-top: 300px;
  margin-bottom: 75px;
  background-color: #ecf4e5 !important;
  background-image: url('https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/project/背景_02.jpg') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.intro::after {
  content: "";
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_fish-2.png);
  position: absolute;
  top: 45%;
  left: -15%;
  width: 70vw;
  height: 450px;
  display: block;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 1s;
}
.intro .section-wrapper {
  padding: 0 25px;
}

.intro .box {
  max-width: 840px;
  padding: 30px 60px;
}

.intro h1 {
  margin-bottom: 60px;
}

.intro .bigtype {
  top: auto;
  left: 0;
  bottom: 0;
}

.intro .bigtype__text {
  -webkit-transform: translate(50%, 5%);
      -ms-transform: translate(50%, 5%);
          transform: translate(50%, 5%);
}
.index {
  margin-bottom: 75px;
  text-align: center;
}
.index__buttons {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.index__buttons .button-container {
  width: 350px;
}
.index__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.index__buttons div:first-child a {
  background-color: #fff8f8;
  color: #000000;
  border: 2px solid #000000;
}
.index__buttons div:last-child a {
  background-color: #fff7eb;
  color: #000000;
  border: 2px solid #000000;
}
.index__buttons .season {
  font-size: 1.5em;
}
.index__buttons .field {
  font-size: 1.2em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.index__buttons .field::before,
.index__buttons .field::after {
  content: "";
  background-color: #000000;
  display: block;
  width: 15px;
  height: 1px;
}

#period-1st {
  padding-top: 50px;
  margin-bottom: 0;
}
#period-2nd {
  padding: 3rem 0 0;
  margin-bottom: 0;
}

.periods .section-container {
  overflow: unset !important;
}

/* レイアウト --------------*/
.periods .box {
  max-width: 1080px;
  padding: 30px;
  margin: 0 auto;
}
.main-content-inner{
  max-width: 1080px;
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
#period-2nd .main-content-inner::before {
  content: "";
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_gecko.png);
  display: block;
  position: absolute;
  top: -100px;
  left: -20%;
  width: 270px;
  height: 310px;
  transition: all 1s;
  transform: rotate(5deg);
}
.visual-area-inner {
  max-width: 1080px;
  padding: 30px 0;
  margin: 1rem auto;
  position: relative;
  z-index: 10;
}
.after-observation-inner {
  max-width: 1080px;
  padding: 60px 30px 30px 30px;
  margin: 0 auto;
  background-color: #fff;
}
#period-1st .after-observation-inner {
  border: 1px solid #ffc9e7;
}
#period-2nd .after-observation-inner {
  border: 1px solid #bf9678;
}
.observation-inner {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.outro-inner {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #fff;
}
#period-1st .outro-inner {
  padding: 30px 30px 30px 30px;
  border: 1px solid #ffc9e7;
}
#period-2nd .outro-inner {
  padding: 60px 30px 30px 30px;
  border: 1px solid #bf9678;
}
@media screen and (max-width: 1080px) {
  .periods .box {
    max-width: 96%;
    padding: 30px;
  }
  .main-content-inner{
    max-width: 96%;
    padding: 30px;
  }
  .visual-area-inner {
    max-width: 96%;
    margin: 1rem auto;
    padding: 60px 0 30px 0;
  }
  .after-observation-inner {
    max-width: 96%;
    padding: 40px 15px 15px 15px;
  }
  .observation-inner {
    max-width: 96%;
    margin: 0 auto;
    position: relative;
  }
  .outro-inner {
    max-width: 96%;
    margin: 0 auto;
  }
  #period-1st .outro-inner,
  #period-2nd .outro-inner {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 480px) {
  .periods .box {
    padding: 20px 15px;
  }
  .main-content-inner{
    padding: 40px 15px 30px 15px;
  }
  .visual-area-inner {
    padding: 20px 15px;
  }
  .after-observation-inner {
    max-width: 96%;
    padding: 30px 15px 15px 15px !important;
  }
  .observation-inner {
    padding: 0 10px;
  }
  .outro-inner {
    margin: 0 auto;
    padding: 20px 15px;
  }
}

/* period section ----------*/

.section-container h2 {
  font-size: 40px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#period-1st .section-container h2{
  color: #ff8f9f;
}
#period-2nd .section-container h2{
  color: #5b0404;
}

.section-container h2 span.field {
  letter-spacing: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: 20px;
}
.section-container h2 span.field::before,
.section-container h2 span.field::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
}
#period-1st .section-container h2 span.field::before,
#period-1st .section-container h2 span.field::after {
  background-color: #ff8f9f;
}
#period-2nd .section-container h2 span.field::before,
#period-2nd .section-container h2 span.field::after {
  background-color: #5b0404;
}
.period-Introduction {
  padding: 1.5rem 1rem;
  line-height: 1.8;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  margin-top: 40px;
}
.section-container h3,
.outro-inner h3 {
  font-size: 32px;
  text-align: center;
  margin: 0 0 30px;
}

/* lecturers ---------------*/

.lecturers-content {
  margin-top: 2rem;
}
.lecturers-content h3 {
  text-align: left;
  font-weight: 500;
}
.lecturers {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.lecturers-box {
  width: calc((100% - 2rem) / 2);
}
.lecturers-box .lecturer-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.lecturers-box .lecturer-name .job-title {
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}
.lecturers-box figure {
  width: 40%;
  float: left;
  margin-right: 1em;
}
.lecturers-box figure img {
  width: 100%;
  object-fit: contain;
}
.lecturers-box p {
  font-size: 16px;
  line-height: 1.6;
}

/* living-things -----------*/

.living-things-info {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}
.living-things-info figure {
  width: calc(55% - 2rem);
  margin: 0;
  position: relative;
  z-index: 10;
}
.living-things-info > div {
  width: 45%;
}
.living-things-info h4 {
  margin-bottom: 1rem;
  font-size: 18px;
}
.living-things-info p {
  font-size: 16px;
  line-height: 1.6;
}
.living-things-info a {
  display: inline-flex;
  margin-top: 1.5rem;
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  align-items: center;
  gap: 0.5rem;
}
.living-things-info a::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  background-color: #fb4c96;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* visual ------------------*/

.section-container.visual {
  position: relative;
}
.section-container.visual::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.2;
  pointer-events: none;
}
#period-1st .section-container.visual::after {
  width: 850px;
  height: 500px;
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_fish.png);
  top: -80%;
  right: -15%;
  opacity: 0.05;
  z-index: 5;
  transition: all 1s;
}
#period-2nd .section-container.visual::after {
  width: 850px;
  height: 500px;
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_bird-2.png);
  top: -50%;
  right: -15%;
  opacity: 0.05;
  z-index: 5;
  transition: all 1s;
}

.visual-area-inner .sub_text {
  text-align: center;
  font-size: 0.95em;
  margin-top: 10px;
  color: #e00;
}
.visual-area-inner #content-hotspot-2365 {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.visual-content #master-container{
  margin: 0 auto;
}

/*  Observation slider -----*/

.observation-inner::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
#period-1st .observation-inner::before {
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_turtle.png);
  width: 150px;
  height: 70px;
  opacity: 0.7;
  top: 10px;
  left: 0;
  transform: rotate(-3deg);
  z-index: 5;
  transition: all 1s;
}
#period-2nd .observation-inner::before {
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_stag-beetle.png);
  width: 200px;
  height: 200px;
  opacity: 0.7;
  top: -70px;
  left: -60px;
  transform: rotate(30deg);
  z-index: 5;
  transition: all 1s;
}
.observation-slider {
  padding: 1rem 0;
  margin: 2rem 0 0 0;
  padding: 1.5rem 0 !important;
}
.observation-slider {
  width: 100%;
  overflow: hidden;
}
.observation-slider .swiper-slide {
  width: auto; /* 各画像の幅に応じて */
}
.observation-slider img {
  /*height: 220px;*/
  aspect-ratio: 4 / 3;
  width: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}
.swiper-wrapper{
  transition-timing-function: linear !important;
}

/* period-after ------------*/

.after-observation {
  padding: 2rem 0;
}
#period-1st .after-observation {
  background-color: #d8eefb;
}
#period-2nd .after-observation {
  background-color: #d9ebce;
}
.after-observation-inner {
  padding: 60px 30px 30px 30px;
}
.after-observation-inner h3 {
  position: relative;
}
.after-observation-inner h3::after {
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_bird.png);
  content: "";
  width: 450px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all 1s;
}
.period-after {
  position: relative;
  margin-bottom: 0;
}
.period-after img {
  object-fit: cover;
  max-height: 450px;
  width: 100%;
}
.period-after figcaption {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

/* outro -------------------*/

.outro {
  padding: 2rem 0;
}

.outro-inner a {
  text-decoration: underline;
  color: #14b01e;
  display: inline-block;
  margin: 0 4px;
}

/* period-1st --*/
#period-1st .outro {
  background-color: #d8eefb;
}
#period-1st .outro-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#period-1st .outro-inner figure {
  width: 30%;
  margin: 0;
  border: 1px solid #ddd;
}
#period-1st .outro-inner > div {
  width: calc(70% - 1rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#period-1st .outro-inner > div p {
  font-size: 16px;
  line-height: 1.8;
}

/* period-2nd --*/
#period-2nd .outro {
  background-color: #d9ebce;
}
#period-2nd .outro-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#period-2nd .outro-inner ul {
  display: flex;
  gap: 0.5rem;
  align-items: flex-end;
}
#period-2nd .outro-inner ul figure {
  border: 1px solid #ddd;
  margin: 0;
}
#period-2nd .outro-inner ul li {
  width: calc((78% - 2rem) / 4);
}
#period-2nd .outro-inner ul li:last-child {
  width: 22%;
}

/* special-thanks ----------*/

#period-1st .special-thanks {
  background-color: #d8eefb;
}
#period-2nd .special-thanks {
  background-color: #d9ebce;
}
.special-thanks {
  padding: 5rem 1rem 3rem;
  text-align: center;
  position: relative;
}
#period-1st .special-thanks::before {
  content: "";
  display: inline-block;
  width: 15vw;
  height: 330px;
  position: absolute;
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_heron.png);
  bottom: 0;
  right: 0;
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
  transition: all 1s;
}
#period-2nd .special-thanks::before {
  content: "";
  display: inline-block;
  width: 20vw;
  height: 280px;
  position: absolute;
  background: center center/contain no-repeat url(https://meguro-archive.jp/wp-content/themes/meguro-archive-pro/assets/img/discovery/discovery_dragonfly.png);
  bottom: 0;
  right: 0;
  opacity: 0.7;
  transform: rotate(-10deg);
  z-index: 0;
  pointer-events: none;
  transition: all 1s;
}
.special-thanks p {
  font-size: 14px;
}
.special-thanks span {
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.5rem;
}

#period-1st .section-container.observation {
  padding: 60px 0 30px 0;
  background-color: #d8eefb;
}

#period-2nd .section-container.observation {
  padding: 60px 0 30px 0;
  background-color: #d9ebce;
}


.periods {
  margin-bottom: 150px;
}

.periods .section-wrapper {
  padding: 0;
}

.periods .section-container {
  overflow: hidden;
}

.periods h1 {
  text-align: center;
}

.periods__head {
  margin: 0 auto 20px;
  max-width: 734px;
}

.periods__list {
  margin-bottom: 100px;
}

.periods__list__row {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  border: 2px solid #000;
  border-radius: 4px;
}

.periods__list__row::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #000000;
  width: 3px;
  height: 30px;
}

.periods__list__row:last-child {
  margin-bottom: 0;
}

.periods__list__row:last-child::after {
  display: none;
}

.periods .period__label {
  margin-bottom: 25px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.periods .period__list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}

.periods .period__list .swiper-scrollbar {
  display: none;
}

.periods .bigtype {
  left: 0;
}

.periods .bigtype__text {
  -webkit-transform: translate(-34%, 0);
      -ms-transform: translate(-34%, 0);
          transform: translate(-34%, 0);
}

@media screen and (min-width: 1312px) {
  .index h1 {
    margin-bottom: 30px;
  }
  .index__buttons__item {
    padding: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .periods .period__list__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}

@media screen and (max-width: 1080px) {
  #period-2nd .main-content-inner::before {
    top: -150px;
    left: -5%;
    width: 200px;
    height: 230px;
    transform: rotate(15deg);
  }
}

@media screen and (max-width: 880px) {
  #period-1st .special-thanks::before {
    height: 250px;
  }
  #period-2nd .main-content-inner::before {
    top: -110px;
    left: -6%;
    width: 140px;
    height: 170px;
  }
}

@media screen and (min-width: 768px) {
  .intro .bigtype {
    display: none;
  }
  .periods .period__list__wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .index h1 {
    text-decoration: underline;
  }
  .index h1 br {
    display: none;
  }
  .periods .period__list__col {
    margin-right: 0 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .periods .period__list__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .periods .period .swiper-pagination {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .intro {
    padding-top: 120px;
  }
  .intro .box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index__head {
    margin-bottom: 30px;
  }
  .index h1 {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .periods .periods__list__row {
    padding: 0;
    border: 0;
  }
  .periods .periods__list__row::after {
    bottom: -30px;
  }
  .periods .period {
    position: relative;
  }
  .periods .period__label {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }
  .periods .period__row {
    margin-right: -30px;
    padding-right: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .periods .period__list {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 20px;
  }
  .periods .period__list__container {
    padding-right: 20px;
  }
  .periods .period__list__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-sizing: content-box;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 0px;
    border: 2px solid #000;
    border-radius: 4px;
  }
  .periods .bigtype {
    display: none;
 }
 
 .living-things-info {
    flex-direction: column;
  }
  .living-things-info figure {
    margin-right: auto;
  }
  .living-things-info > div {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .index__buttons {
    flex-wrap: wrap;
  }
  .lecturers-box {
    width: 100%;
  }
  .lecturers {
    gap: 3rem;
  }
  #period-1st .outro-inner {
    flex-direction: column;
  }
  #period-1st .outro-inner figure {
    width: 60%;
  }#period-1st .outro-inner > div {
    width: 100%;
  }
  .main-content-inner h2 {
    flex-wrap: wrap;
  }
  .main-content-inner h2 .field {
    width: 100%;
    margin: 10px 0 0 0 !important;
    font-size: 0.7em;
  }
  .lecturers-box .lecturer-name {
    font-size: 20px;
  }
  .lecturers-box figure {
    margin: 0 0.5rem 0.5rem 0;
  }
}

@media screen and (max-width: 480px) {
  .index__buttons {
    gap: 0.5rem;
  }
  .section-container h2 {
    font-size: 29px;
  }
  .period-Introduction {
    font-size: 16px;
  }
  .lecturers-box .lecturer-name {
    margin-bottom: 10px;
  }
  .lecturers-box > div {
    display: flex;
    flex-direction: column;
  }
  .after-observation-inner h3::after {
    width: 100%;
  }
  .period-after figcaption {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    padding: 0.5rem;
  }
  .section-container h3, .outro-inner h3 {
    font-size: 24px;
  }
  #period-2nd .outro-inner ul {
    flex-wrap: wrap;
  }
  #period-2nd .outro-inner ul li{
    width: calc((100% - 1rem) / 2);
  }
  #period-2nd .outro-inner ul li:first-child {
    order: 1;
  }
  #period-2nd .outro-inner ul li:nth-child(2) {
    order: 2;
  }
  #period-2nd .outro-inner ul li:nth-child(3) {
    order: 3;
  }
  #period-2nd .outro-inner ul li:nth-child(4) {
    order: 4;
  }
  #period-2nd .outro-inner ul li:last-child {
    order: 0;
    width: 100%;
  }
  .intro::after {
    top: 20%;
    left: 0;
    width: 100%;
    height: 160px;
    transform: translateY(-50%);
  }
  .living-things-info figure {
    width: 100%;
  }
  #period-2nd .outro-inner p {
    font-size: 30px;
    line-height: 1.8;
  }
  #period-1st .section-container.visual::after {
    width: 100%;
    height: 300px;
    top: -70%;
    right: -50%;
  }
  #period-1st .observation-inner::before {
    width: 110px;
    height: 50px;
    top: 40px;
    left: 0;
    transform: rotate(-3deg);
  }
  #period-1st .special-thanks::before {
    width: 80px;
    height: 180px;
    bottom: 70px;
  }
  #period-2nd .main-content-inner::before {
    top: -80px;
    left: -10%;
    width: 120px;
    height: 130px;
  }
  #period-2nd .section-container.visual::after {
    width: 100%;
    height: 350px;
    top: -70%;
    right: -35%;
  }
  #period-2nd .observation-inner::before {
    width: 120px;
    height: 120px;
    top: -70px;
    left: -30px;
    transform: rotate(25deg);
  }
  #period-2nd .special-thanks::before {
    width: 200px;
    height: 130px;
    bottom: 130px;
    right: -15%;
  }
}

.swiper-slide {
	flex: 0 0 auto; /* スライドを自動的に横並びにし、画像のサイズに合わせる */
	width: 100vw; /* スライドを画面幅に合わせる */
	height: 100%; /* 必要に応じて高さを調整 */
	object-fit: cover; /* 画像の縦横比を保ちながら、画面幅に合わせてサイズ調整 */
}
.swiper-wrapper.period__list__wrapper{
	justify-content: center;
}

.after-video {
	aspect-ratio: 16 / 9;
	width: 100%;
	text-align: center;
	height: 100%;
	max-width: 840px;
	margin: 3rem auto 0;
	overflow: hidden;
}
.after-video iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.visual-content-support {
  text-align: center;
  margin: 4px 0 20px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  padding: 15px 10px;
  border: 2px solid #b0b0b0;
}
@media screen and (max-width: 480px){
  .visual-content-support {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}
.year-held {
  color: #1ca66c;
  text-align: center;
  display: inline-flex;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0 auto 10px auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  position: relative;
  right: -4px;
}
.year-held::before, .year-held::after {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
}


.discovery-2024 .outro--books .outro-inner {
    padding: 60px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    border: none;
}
.discovery-2024 .outro--books .outro-inner ul {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
}
.discovery-2024 .outro--books .outro-inner ul li {
    width: calc((80% - 2rem) / 4);
}
.discovery-2024 .outro--books .outro-inner ul li:last-child {
    width: 20%;
}
.discovery-2024 .outro--books .outro-inner p {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

#period-2nd .outro-inner p {
    font-size: 18px !important;
}

.discovery-2024 .outro--books .outro-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}
.discovery-2024 .outro--books .outro-inner figure {
    width: 100% !important;
}

.outro .outro-inner p {
  font-size: 0.7em;
}