@charset "UTF-8";
/* rayout
===================*/
@media (max-width: 767px) {
  article#spc-area section.message-area h1 {
    font-size: 1.7em;
  }
}

section.memories .detail_header .chapter-title .number {
  font-family: "Oswald";
}
@media (min-width: 768px) {
  section.memories .detail_header .chapter-title .number {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_header .chapter-title .number {
    font-size: 1.6rem;
  }
}
section.memories .detail_header .chapter-title .number p {
  display: inline-flex;
  align-items: baseline;
}
section.memories .detail_header .chapter-title .number p + p {
  padding-left: 1em;
}
section.memories .detail_header .chapter-title .number em {
  line-height: 1em;
}
@media (min-width: 768px) {
  section.memories .detail_header .chapter-title .number em {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_header .chapter-title .number em {
    font-size: 2rem;
  }
}
section.memories .detail_header .chapter-title .number span {
  line-height: 1em;
  padding: 0 5px;
}
@media (min-width: 768px) {
  section.memories .detail_header .chapter-title .number span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_header .chapter-title .number span {
    font-size: 1.6rem;
  }
}
section.memories .detail_header .chapter-title .title, section.memories .detail_header .chapter-title .stitle {
  display: flex;
  align-items: center;
  line-height: 1.2em;
  font-weight: 700;
  text-align: right;
}
@media (min-width: 768px) {
  section.memories .detail_header .chapter-title .title {
    font-size: 3.6rem;
    margin-top: 0.5em;
  }
}
@media (max-width: 767px) {
  section.memories .detail_header .chapter-title .title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.memories .detail_header .chapter-title .stitle {
    font-size: 2.6rem;
    margin-top: 0.5em;
  }
}
@media (max-width: 767px) {
  section.memories .detail_header .chapter-title .stitle {
    font-size: 1.6rem;
  }
}
section.memories .detail_inner .section-title .number {
  font-weight: 700;
}
@media (min-width: 768px) {
  section.memories .detail_inner .section-title .number {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .section-title .number {
    margin-bottom: 0px;
    font-size: 1.6rem;
  }
}
section.memories .detail_inner .section-title .number span {
  font-family: "Oswald";
  font-weight: 400;
}
@media (min-width: 768px) {
  section.memories .detail_inner .section-title .number span {
    font-size: 3.6rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .section-title .number span {
    font-size: 2rem;
  }
}
section.memories .detail_inner .section-title .title {
  font-weight: 700;
}
@media (min-width: 768px) {
  section.memories .detail_inner .section-title .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .section-title .title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  section.memories .detail_inner .content-block {
    margin-top: 3.4em;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .content-block {
    margin-top: 2.6em;
  }
}
section.memories .detail_inner .content-block .heading2, section.memories .detail_inner .content-block .heading3 {
  margin-top: 0;
}
section.memories .detail_inner .content-block .sub_ttl {
  font-weight: bold;
  margin-bottom: 1em;
  border-left: 5px solid #004FDF;
  padding-left: 0.5em;
  font-size: 2rem;
}
section.memories .detail_inner .content-block .text {
  margin-top: 2em;
}
section.memories .detail_inner .content-block .text.border {
  border-top: 1px solid #5F5F5F;
  margin-top: 2em;
  padding-top: 1.5em;
}
section.memories .detail_inner .content-block .text.t-right {
  text-align: right;
}
section.memories .detail_inner .content-block .text .list_number {
  list-style: none;
}
section.memories .detail_inner .content-block .text .list_number li {
  counter-increment: counter;
  text-indent: -2.5em;
  padding-left: 3em;
}
section.memories .detail_inner .content-block .text .list_number li::before {
  width: 2.5em;
  content: attr(data-num);
  padding-right: 1em;
}
section.memories .detail_inner .content-block .text .list_number li + li {
  margin-top: 0.5em;
}
section.memories .detail_inner .content-block .text .list_number.note {
  font-size: 0.9em;
}
section.memories .detail_inner .content-block .text .list_number.note li + li {
  margin-top: 1em;
}
section.memories .detail_inner .content-block .text .list_number02 {
  list-style: none;
}
section.memories .detail_inner .content-block .text .list_number02 > li {
  counter-increment: counter;
  text-indent: -1em;
  padding-left: 1em;
}
section.memories .detail_inner .content-block .text .list_number02 > li::before {
  width: 1em;
  content: attr(data-num);
  padding-right: 0.5em;
}
section.memories .detail_inner .content-block .text .list_number02 > li + li {
  margin-top: 0.5em;
}
section.memories .detail_inner .content-block .list_free {
  list-style: none;
  display: flex;
  flex-direction: column;
}
section.memories .detail_inner .content-block .list_free > li {
  display: flex;
  margin-left: 0 !important;
}
section.memories .detail_inner .content-block .list_free > li::before {
  content: attr(data-num);
  flex-shrink: 0;
}

section.memories .detail_inner .content-block .list_box {
  margin-top: 2em;
}
section.memories .detail_inner .content-block .list_box .list_circle {
  text-indent: -1.3em;
  margin-left: 1.3em;
}
section.memories .detail_inner .content-block .list_box .list_circle::before {
  content: "〇";
  color: #004FDF;
  margin-right: 0.3em;
}
section.memories .detail_inner .content-block .list_box .list_ttl {
  font-weight: bold;
  margin-bottom: 0.5em;
}
section.memories .detail_inner .content-block .list_box ul li {
  margin-left: 1.3em;
}
section.memories .detail_inner .content-block .list_box ul.list_dot li {
  list-style-type: disc;
}
section.memories .detail_inner .content-block .list_box ul.list_dot li + li {
  margin-top: 0.5em;
}
section.memories .detail_inner .content-block .list_box ol.numbers {
  list-style: none;
}
section.memories .detail_inner .content-block .list_box ol.numbers > li {
  counter-increment: counter;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
section.memories .detail_inner .content-block .list_box ol.numbers > li::before {
  width: 1em;
  content: attr(data-num);
  padding-right: 0.5em;
}
section.memories .detail_inner .content-block .list_box ol.numbers ul li {
  margin-top: 0.5em;
}
section.memories .detail_inner .content-block .list_box ol.numbers ul li {
  text-indent: 0;
}


section.memories .detail_inner .content-block .list_box ul.list_circle li {
  list-style-type: disc;
}
section.memories .detail_inner .content-block .image {
  margin-top: 2em;
  text-align: center;
}
section.memories .detail_inner .content-block .image .img {
  width: auto;
  position: relative;
  display: inline-block;
  margin: auto;
}
section.memories .detail_inner .content-block .image .img img {
  width: auto;
  min-width: inherit;
}
section.memories .detail_inner .content-block .image .img .copyright {
  position: absolute;
  bottom: -1.5em;
  right: 0;
  font-size: 0.8em;
}
section.memories .detail_inner .content-block .image .caption {
  text-align: center;
}
@media (min-width: 768px) {
  section.memories .detail_inner .content-block .image .caption {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .content-block .image .caption {
    margin-top: 5px;
  }
}
section.memories .detail_inner .content-block .wrap {
  margin-top: 2em;
  border: 2px solid #228BC8;
}
@media (min-width: 768px) {
  section.memories .detail_inner .content-block .wrap {
    padding: 1.6em;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .content-block .wrap {
    padding: 1.4em;
  }
}
section.memories .detail_inner .content-block .wrap dl dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  section.memories .detail_inner .content-block .wrap dl dt {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .content-block .wrap dl dt {
    font-size: 1.6rem;
  }
}
section.memories .detail_inner .content-block .table__body tbody th {
  background-color: #e8f5ff;
}
section.memories .detail_inner .content-block .table__body tfoot th, section.memories .detail_inner .content-block .table__body tfoot td {
  background: #eeeeee;
}
section.memories .detail_inner .content-block .column_box {
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 768px) {
  section.memories .detail_inner .content-block .column_box {
    grid-template-columns: auto auto;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  section.memories .detail_inner .content-block .column_box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

section.history {
  position: relative;
  box-sizing: border-box;
  background: #004FDF;
  max-width: none !important;
  width: 100%;
  display: block;
  overflow: hidden;
}
section.history div.history-ttl {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  section.history div.history-ttl {
    max-width: calc(100% - 160px);
    letter-spacing: 3.4rem;
  }
}
section.history div.history-ttl h3 {
  position: absolute;
  box-sizing: border-box;
  color: #FFFFFF;
  font-family: "Oswald";
  font-weight: 400;
}
@media (min-width: 768px) {
  section.history div.history-ttl h3 {
    top: -34px;
    left: -14px;
    font-size: 23rem;
    line-height: 23rem;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  section.history div.history-ttl h3 {
    top: -2.1vw;
    left: 0.8vw;
    font-size: 30vw;
    line-height: 25vw;
    transform: scaleX(86%) translateX(-9vw);
  }
}
section.history .history-wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: calc(100% - 160px);
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.history .history-wrapper {
    margin: 14rem auto 0rem auto;
    padding: 0 80px;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper {
    margin: 10rem auto 0rem auto;
    padding: 0 20px;
    max-width: 100%;
  }
}
section.history .history-wrapper .history-block .history-box {
  color: #FFFFFF;
}
section.history .history-wrapper .history-block .history-box .chapter {
  text-shadow: #000000 0 0 5px, #000000 0 0 10px;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .chapter {
    margin-bottom: 20px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .chapter {
    padding: 20px;
  }
}
section.history .history-wrapper .history-block .history-box .chapter.history2005 {
  background: url("/120th/history/assets/img/memories/200501/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2006 {
  background: url("/120th/history/assets/img/memories/200601/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2010 {
  background: url("/120th/history/assets/img/memories/201001/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2013 {
  background: url("/120th/history/assets/img/memories/201301/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2016 {
  background: url("/120th/history/assets/img/memories/201601/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2021 {
  background: url("/120th/history/assets/img/memories/202101/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter.history2024 {
  background: url("/120th/history/assets/img/memories/202401/backnumber.png") no-repeat center center;
  background-size: cover;
}
section.history .history-wrapper .history-block .history-box .chapter .number {
  font-family: "Oswald";
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .chapter .number {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .chapter .number {
    font-size: 1.6rem;
  }
}
section.history .history-wrapper .history-block .history-box .chapter .number p {
  display: inline-flex;
  align-items: baseline;
}
section.history .history-wrapper .history-block .history-box .chapter .number p + p {
  padding-left: 1em;
}
section.history .history-wrapper .history-block .history-box .chapter .number em {
  line-height: 1em;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .chapter .number em {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .chapter .number em {
    font-size: 3rem;
  }
}
section.history .history-wrapper .history-block .history-box .chapter .number span {
  line-height: 1em;
  font-size: 2rem;
  padding: 0 5px;
}
section.history .history-wrapper .history-block .history-box .title {
  display: flex;
  align-items: center;
  line-height: 1.2em;
  margin-top: 0.5em;
  font-weight: 700;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .title {
    font-size: 2rem;
  }
  section.history .history-wrapper .history-block .history-box .title br {
    display: none;
  }
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .section-block {
    gap: 20px 60px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .section-block {
    gap: 20px;
  }
}
section.history .history-wrapper .history-block .history-box .section-block .section_box {
  position: relative;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box {
    width: calc((100% - 120px) / 3);
  }
  section.history .history-wrapper .history-block .history-box .section-block .section_box::before {
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
  }
  section.history .history-wrapper .history-block .history-box .section-block .section_box:last-of-type::before {
    display: none;
  }
  section.history .history-wrapper .history-block .history-box .section-block .section_box:nth-of-type(3n)::before {
    display: none;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box {
    padding: 10px 0;
    border-top: 1px solid #FFFFFF;
  }
}
section.history .history-wrapper .history-block .history-box .section-block .section_box.active {
  opacity: 0.6;
}
section.history .history-wrapper .history-block .history-box .section-block .section_box.active a {
  pointer-events: none;
}
section.history .history-wrapper .history-block .history-box .section-block .section_box a {
  color: #FFFFFF;
}
section.history .history-wrapper .history-block .history-box .section-block .section_box a .number {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box a .number {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box a .number {
    margin-bottom: 0px;
  }
}
section.history .history-wrapper .history-block .history-box .section-block .section_box a .number span {
  font-family: "Oswald";
}
@media (min-width: 768px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box a .number span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  section.history .history-wrapper .history-block .history-box .section-block .section_box a .number span {
    font-size: 2rem;
  }
}
section.history .history-wrapper .history-block .history-box .section-block .section_box a .ttl {
  padding-right: 20px;
  background: url("../img/top/history_ic_arrow.svg") no-repeat right 5px top 0.3em;
  transition: 0.2s;
}
section.history .history-wrapper .history-block .history-box .section-block .section_box a:hover .ttl {
  background: url("../img/top/history_ic_arrow.svg") no-repeat right 0 top 0.3em;
}
@media (max-width: 767px) {
  section.history .anime-bt-area .anime-wrap-s {
    padding: 20px 20px 40px 20px !important;
  }
}

section.memories.detailpage {
  background: url("../../../assets/img/top-bg1-pc.jpg") #000 center top no-repeat;
}
section.memories.detailpage .detail_header .main {
  visibility: hidden;
}

/*# sourceMappingURL=memories.css.map */