@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  /* font-weight: 400; */
  src: local("Noto Sans JP"), url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP"), url("../fonts/NotoSerifJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lora";
  font-style: italic;
  font-weight: 700;
  src: local("Lora"), url("../fonts/Lora-BoldItalic.ttf") format("truetype");
}

@media screen and (max-width: 767px) {
  .pc-mode {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-mode {
    display: none !important;
  }
}

@media print {
  .sp-mode {
    display: none !important;
  }
}

@media screen and (max-width: 1080px) {
  .l-mode {
    display: none !important;
  }
}

@media screen and (min-width: 1081px) {
  .s-mode {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

/* body *,
body *:after,
body *:before {
  box-sizing: border-box;
} */


/* ========================== Archive section=========================== */
header,
.headNavMT,
.footPagetopMT,
footer,
.underInfoMT {
  position: relative;
  z-index: 2;
}

.mainContentMT {
  width: 100%;
}

.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

tr,
th,
td,
div,
span,
a,
p {
  color: inherit;
}

#archive {
  position: relative;
  padding: 0 0 40px;
}

#archive .below {
  display: none !important;
}

.header-banner-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.header-banner-wrapper .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  max-width: 400px;
}

.header-banner-wrapper .header-banner {
  width: 100%;
  height: auto;
  max-height: 60vh;
  object-fit: cover;
}

.header-banner-wrapper .header-nav-wrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  gap: 3rem;
}

.header-banner-wrapper .header-nav-wrapper .year-nav-link {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  font-family: "Lora";
}

.header-banner-wrapper .header-nav-wrapper .dli-chevron-down {
  display: inline-block;
  color: #000;
  line-height: 1;
  width: 0.9em;
  height: 0.9em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-left: .8rem;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

#archive #page-top a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

#archive #page-top a p {
  display: block;
  transition: all 0.3s;
  padding: 3em 2em;
  transition: all ease .3s;
}



/*リンクを右下に固定*/
#archive #page-top {
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(120%);
  background: #333;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

/*　上に上がる動き　*/

#archive #page-top.UpMove {
  animation: UpAnime 1s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(120%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#archive #page-top.DownMove {
  animation: DownAnime 1s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(120%);
  }
}




@media screen and (max-width: 767px) {
  #fftop_recomDetail section {
    padding: 0;
  }

  #archive {
    padding: 0 0 40px;
  }

  .header-banner-wrapper .header-nav-wrapper {
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-evenly;
  }

  .header-banner-wrapper .title img {
    width: 80%;
  }

  .header-banner-wrapper .header-nav-wrapper .year-nav-link {
    font-size: 20px;
  }

  .article-year-title p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }

  #archive #page-top {
    width: calc(100% - 40px);
    height: 60px;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  #archive #page-top br {
    display: none;
  }


}

#archive .background1 {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  #archive .background1 {
    transform: scale(0.3) translate(-120%, -120%);
  }
}

#archive .background2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  #archive .background2 {
    transform: scale(0.3) translate(116.8%, -120%);
  }
}

#archive .background3 {
  position: absolute;
  bottom: -600px;
  left: 0px;
  z-index: -1;
}

@media screen and (max-width: 1080px) {
  #archive .background3 {
    transform: scale(0.3) translate(-120%, -30%)
  }

  #archive .inner940 .articles-year-wrapper {
    justify-content: space-between !important;
  }
}

#archive .inner940 {
  margin: 0 auto;
  max-width: 1400px;
  width: calc(100% - 40px);
}

#archive .inner940 .article-year-title {
  text-align: center;
  background: linear-gradient(90deg,
      rgba(68, 186, 232, 0.8),
      rgba(100, 162, 221, 0.8),
      rgba(124, 140, 217, 0.8),
      rgba(181, 106, 207, 0.8),
      rgba(222, 114, 138, 0.8),
      rgba(235, 123, 109, 0.8));
  color: white;
  margin: 40px calc(50% - 50vw);
  width: 100vw;
  padding: 30px;
  font-size: 2rem;
  box-sizing: border-box;
}

#archive .inner940 .articles-year-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 18px;
  row-gap: 75px;
  padding: 45px 0 31px;
}

#archive .inner940 .articles .article {
  box-shadow: 4px 4px 12px rgba(129, 129, 139, 0.31);
  background-color: #fff;
  width: calc((100% - 36px) / 3);
  transition: all ease 1.5s;
  text-decoration: none;
}

#archive .inner940 .articles .article:hover {
  opacity: 0.4;
  transition: all ease 0.3s;
}

#archive .inner940 .articles .article .above .icon {
  left: 10px;
  top: -40px;
  width: 80px;
}

/* #archive .inner940 .articles .article {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(200px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
} */

/* アニメーションの基本スタイル */
#archive .inner940 .article {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s ease, transform 1s ease;
}

/* アニメーション適用後のスタイル */
#archive .inner940 .article.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  #archive .inner940 .articles .article {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  #archive .inner940 .articles .article {
    width: calc((100% - 36px) / 2);
  }

  #archive .inner940 .articles .article .above .icon {
    left: 10px;
    top: -40px;
    width: 80px;
  }
}

#archive .inner940 .articles .article .above {
  position: relative;
}

#archive .inner940 .articles .article .above .hat {
  position: absolute;
  right: 0;
  top: -5px;
  transform: translate(0, -100%);
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: right;
  color: #000;
}


#archive .inner940 .articles .article .above .icon {
  position: absolute;
  left: 21px;
  top: -51px;
  width: 80px;
}

@media screen and (max-width: 1080px) {
  #archive .inner940 .articles .article .above .icon {
    left: 10px;
    top: -40px;
    width: 80px;
  }
}


#archive .inner940 .articles .article .above .title .dates {
  color: #fff;
  font-family: "Roboto";
  font-weight: 600;
}

#archive .inner940 .articles .article .above .title .participants {
  margin-left: 30px;
}

#archive .inner940 .articles .article .above .main-pic {
  width: 100%;
}

#archive .inner940 .articles .article .above .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 28px 19px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 137px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  box-sizing: border-box;
}

#archive .inner940 .articles .article .above .title .text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 29px;
  text-align: left;
  color: #fff;
}

/* @media screen and (max-width: 767px) {
  #archive .inner940 .articles .article .above .title .text {
    font-size: 14px;
    line-height: 18px;
  }

  #archive .inner940 .articles .article .above .hat {
    font-size: 10px;
  }
} */


#archive .inner940 .articles .article .below {
  padding: 28px 19px;
}

#archive .inner940 .articles .article .below .desc {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #000;
}

#archive .inner940 .articles .article .below .calendar {
  display: flex;
  gap: 8px;
  margin: 20px 0;
}

#archive .inner940 .articles .article .below .calendar .date {
  width: 70px;
  height: 22px;
  background-color: black;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

#archive .inner940 .articles .article .below .calendar .time {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 22px;
  text-align: left;
  color: #000;
}

#archive .inner940 .articles .article .below .location {
  display: flex;
  gap: 6px;
}

#archive .inner940 .articles .article .below .location .location2 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: left;
  color: #b90000;
}


#archive .inner940 .boxes {
  width: 48.3%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes {
    width: 100%;
    margin-bottom: 24px;
  }
}

#archive .inner940 .boxes .box {
  box-shadow: 4px 4px 12px rgba(129, 129, 139, 0.31);
  background-color: white;
  padding-bottom: 22px;
  margin-top: 38px;
}

#archive .inner940 .boxes .box .thumbnail {
  position: relative;
}

#archive .inner940 .boxes .box .thumbnail img {
  width: 100%;
}

#archive .inner940 .boxes .box .thumbnail .location {
  margin: 0;
  position: absolute;
  left: 0;
  top: -38px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: black;
  border-radius: 5px 5px 0 0;
  line-height: 38px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 10px;
  height: 38px;
}

#archive .inner940 .boxes .box .location-detail {
  display: flex;
  align-items: flex-start;
  padding: 13px 38px 5px;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .location-detail {
    padding: 13px 20px 5px;
  }
}

#archive .inner940 .boxes .box .location-detail img {
  padding-top: 5px;
}

#archive .inner940 .boxes .box .location-detail .text {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #b90000;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .location-detail .text {
    font-size: 12px;
    line-height: 18px;
  }
}

#archive .inner940 .boxes .box .title {
  margin: 0 38px;
  padding-bottom: 16px;
  border-bottom: 1px solid #302E67;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 29px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .title {
    margin: 0 20px;
  }
}

#archive .inner940 .boxes .box .description {
  margin: 0;
  padding: 16px 38px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .description {
    padding: 16px 20px;
  }
}

#archive .inner940 .boxes .box .info {
  padding: 0 38px;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .info {
    padding: 0 20px;
  }
}

#archive .inner940 .boxes .box .info .text1 {
  width: 70px;
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: black;
  white-space: nowrap;
}

#archive .inner940 .boxes .box .info .text2 {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  padding: 0 0 8px 0;
}

#archive .inner940 .boxes .box .vip {
  display: flex;
  border: 1px solid #B90000;
  margin: 10px 38px;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .vip {
    margin: 10px 20px;
  }
}

#archive .inner940 .boxes .box .vip .left {
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B90000;
}

#archive .inner940 .boxes .box .vip .left .text {
  margin: 0;
  writing-mode: vertical-rl;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 14px;
  text-align: left;
  color: #fff;
}

#archive .inner940 .boxes .box .vip .right {
  padding: 16px 21px;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .vip .right {
    padding: 10px;
  }
}

#archive .inner940 .boxes .box .vip .right .text {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
}

#archive .inner940 .boxes .box .vip .right .text span {
  font-weight: bold;
  color: #B90000;
}

#archive .inner940 .boxes .box .gray-text {
  margin: 0;
  padding: 10px 38px 10px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 16px;
  text-align: left;
  color: #858585;
}

@media screen and (max-width: 767px) {
  #archive .inner940 .boxes .box .gray-text {
    padding: 10px 20px 10px;
  }
}

#archive .button {
  width: 286px;
  height: 52px;
  background-color: black;
  margin: 45px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #archive .button {
    width: 200px;
  }
}

#archive .button:hover {
  opacity: 0.7;
}

#archive .button p {
  margin: 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 29px;
  text-align: left;
  color: #fff;
  padding-left: 20px;
}



/* ================================================================= */



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