body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #333;
  font-size: 3.90625vw;
  position: relative;
  line-height: 1.8;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

ul, ol {
  list-style: none;
}

.pc {
  display: none;
}

.pcW {
  display: none;
}

.pcS {
  display: none;
}

.sp {
  display: block;
}

.contWrap {
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pArea p:not(:last-of-type),
.pMB {
  margin-bottom: 3.90625vw;
}

.toTop {
  width: 13.0208333333vw;
  position: fixed;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .pcW {
    display: none;
  }
  .pcS {
    display: block;
  }
  .pc {
    display: block;
  }
  .contWrap {
    width: calc(100% - 2.5rem);
    max-width: 1000px;
    box-sizing: border-box;
  }
  .pArea p:not(:last-of-type),
  .pMB {
    margin-bottom: 1rem;
  }
  .toTop {
    width: 3.75rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .pcS {
    display: none;
  }
  .pcW {
    display: block;
  }
}
main.contWrap {
  padding-top: 39.0625vw;
}

.anchorList {
  width: 100%;
  padding: 3.90625vw 5.2083333333vw;
  box-sizing: border-box;
  color: #004ead;
  background-color: #eef8ff;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.anchorList li {
  width: 25%;
  box-sizing: border-box;
}
.anchorList li a {
  display: block;
  padding: 0.2604166667vw 0;
  line-height: 1.5;
  text-align: center;
  border-right: 0.2604166667vw solid #004ead;
}
.anchorList li a > span {
  padding-right: 2.6041666667vw;
  position: relative;
}
.anchorList li a > span::after {
  content: "";
  background-image: url("/assets_80th/teaser/img/common/arrow_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: calc(0vw / 7);
  height: calc(0vw / 7);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-46%) rotate(90deg);
  right: 0;
}
.anchorList li a > span > span {
  font-size: 3.125vw;
}
  .anchorList li a > span > .small{
    font-size: 2.8vw;
  }
@media (hover: hover) {
  .anchorList li a {
    transition: ease 0.3s;
  }
  .anchorList li a:hover {
    background-color: #fafdff;
  }
}
.anchorList li:nth-child(4n+1) a {
  border-left: 0.2604166667vw solid #004ead;
}
.anchorList li:nth-last-child(n+5) {
  margin-bottom: 2.6041666667vw;
}
.anchorList.fixed {
  position: fixed;
  top: 14.3229166667vw;
  left: 50%;
  transform: translateX(-50%);
}

h2 {
  margin-bottom: 7.8125vw;
  font-size: 5.2083333333vw;
  font-weight: 700;
  text-align: center;
}
h2 > .year {
  display: block;
  color: #a7d8ff;
  transform: rotate(0deg) !important;
  text-align: left;


}
h2 > .year > .number {
  display: inline;
  font-family: "Caflisch Script Pro", sans-serif;
  font-size: 19.53125vw;
  font-weight: 400;
  line-height: 0;
  color: #a7d8ff;
  transform: rotate(0deg) !important;
  padding-right: 15px;
}

h3 {
  margin-bottom: 5.2083333333vw;
  padding: 1.3020833333vw 0 1.3020833333vw 5.2083333333vw;
  font-size: 4.4270833333vw;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
h3 span {
  display: block;
}
h3::before {
  width: 1.0416666667vw;
  height: 100%;
  content: "";
  background-color: #004ead;
  position: absolute;
  top: 0;
  left: 0;
}

article section p {
  margin-bottom: 3.90625vw;
}
article section figure > div {
  display: block;
  margin: 0 auto 3.90625vw;
}
article section figure > div.vertical {
  width: 80%;
}
article section:not(:last-of-type) {
  margin-bottom: 13.0208333333vw;
}
article:not(:last-of-type) {
  margin-bottom: 26.0416666667vw;
}

.historyArea {
  padding: 2.5rem 0 2.5rem;
}
.historyArea .btn a{
  max-width: 340px;
    width: 100%;
    font-size: 16px;
    height: 54px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.historyArea .btn a span:before{
  right: 10px;
  width: 9px;
  height: 11px;
}

@media screen and (min-width: 500px) {
  .historyArea .btn{
    width: fit-content;
  }
}


@media screen and (min-width: 768px) {
  main.contWrap {
    padding-top: 11.25rem;
  }
  .anchorList {
    padding: 1rem 2.5rem;
  }
  .anchorList li a {
    padding: 0;
    border-right-width: 0.0625rem;
  }
  .anchorList li a > span {
    padding-right: 0.8125rem;
    font-size: 1.25rem;
  }
  .anchorList li a > span::after {
    width: calc(0px / 1.6);
    height: calc(0px / 1.6);
    transform: translateY(-30%) rotate(90deg);
  }
  .anchorList li a > span > span {
    font-size: 0.875rem;
  }
  .anchorList li a > span > .small{
    font-size: 0.875rem;
  }
  .anchorList li:nth-child(4n+1) a {
    border-left-width: 0.0625rem;
  }
  .anchorList li:nth-last-child(n+5) {
    margin-bottom: 0.875rem;
  }
  .anchorList.fixed {
    top: 5rem;
  }
  h2 {
    margin-bottom: 2.5rem;
    font-size: 1.25rem;
  }
  h2 > .year {
    display: inline-block;
    padding-right: 1.25rem;
     -webkit-transform: initial;
    transform: initial;
    font-size: 1rem;
  }
  h2 > .year > .number {
    display: inline-block;
    font-size: 5rem;
      -webkit-transform: initial;
    transform: initial;
    color: #a7d8ff;
    padding-right: 0;
  }
  h3 {
    margin-bottom: 1.25rem;
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 1.125rem;
  }
  h3 span {
    display: inline-block;
    padding-right: 1.25rem;
  }
  h3::before {
    width: 0.1875rem;
  }
  article section p {
    margin-bottom: 1rem;
  }
  article section figure {
    display: flex;
    flex-wrap: wrap;
  }
  article section figure > div {
    width: 48%;
    margin: 0 0 1.25rem;
  }
  article section figure > div.vertical {
    width: 36%;
  }
  article section figure > div:nth-child(odd) {
    margin-right: 4%;
  }
  article section:not(:last-of-type) {
    margin-bottom: 3.75rem;
  }
  article:not(:last-of-type) {
    margin-bottom: 7.5rem;
  }
  .historyArea .btn{
  margin: 0 auto 2rem;
}
.historyArea .btn a{
  width: 78.125vw;
}

}
@media screen and (min-width: 1080px) {
  main.contWrap {
    padding-top: 5rem;
    margin: 2.5rem auto 3.75rem;
  }
  .anchorList {
    width: 8.125rem;
    padding: 1rem;
    display: block;
    top: 3.75rem;
    left: calc(50% + 20.625rem);
  }
  .anchorList li {
    width: 100%;
  }
  .anchorList li a {
    padding: 0.375rem 0;
    border-right-width: 0;
    border-bottom: 0.0625rem dashed #004ead;
  }
  .anchorList li a > span {
    padding-right: 0.8125rem;
    font-size: 1.25rem;
  }
  .anchorList li a > span::after {
    width: calc(0px / 1.6);
    height: calc(0px / 1.6);
    transform: translateY(-30%) rotate(90deg);
  }
  .anchorList li a > span > span {
    font-size: 0.875rem;
  }
  .anchorList li a > span > .small{
    font-size: 0.875rem;
  }
  .anchorList li:nth-child(4n+1) a {
    border-left-width: 0rem;
  }
  .anchorList li:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .anchorList li:first-child {
    border-top: 0.0625rem dashed #004ead;
  }
  .anchorList.fixed {
    top: 7.5rem;
    left: calc(50% + 20.625rem);
    transform: translateX(0);
  }
  article {
    max-width: 45rem;
  }
}

@media screen and (max-width: 500px) {
  .historyArea .btn{
    width: 100%;
  }
  .historyArea .btn a{
    margin: 0 auto;
  }
}


.breadcrumbArea{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 2.5rem auto 0;
}
.whole .breadcrumbArea{
  max-width: 720px;
}
.breadcrumbArea li{
  margin-right: 1rem;
}
.breadcrumbArea li a{
  text-decoration: underline;
}

.breadcrumbArea li::after{
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-left: 1rem;
}
.breadcrumbArea li:last-child::after{
  display: none;
}

@media screen and (max-width: 768px) {
  .breadcrumbArea{
    font-size: 0.875rem;
    margin: 1.25rem auto 0;
    flex-wrap: wrap;
  }
}

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