@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  padding: 7.5vw 0 16vw 8.6vw;
  position: relative;
  background-image: url("../img/top/bg.png"), url("../img/top/kv_bg.png"), url("../img/top/line.svg");
  background-repeat: no-repeat;
  background-position: left top, right top, left bottom;
  background-size: contain, 53.43vw, 100%;
}
.l-kv .txt {
  float: left;
}
.l-kv .icon {
  position: absolute;
  left: 0;
  bottom: 5.5vw;
}
.l-kv h1 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 3.59vw;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  color: #f57d0f;
}
.l-kv p {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 1.3vw;
  letter-spacing: 0.1em;
  line-height: 2.2;
  text-align: center;
  color: #777;
  margin: 2.3vw auto;
}
.l-kv .logo {
  width: 15vw;
  margin-left: auto;
  margin-right: auto;
}

.p-top__detail {
  background: linear-gradient(#fde2ae 0%, #fff 100%);
  padding-top: 85px;
  padding-bottom: 125px;
}
.p-top__detail h2 {
  font-family: "Zen Maru Gothic";
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #f57d0f;
}
.p-top__detail .detail-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__detail .detail-wrap:before, .p-top__detail .detail-wrap:after {
  content: none;
}
.p-top__detail .schedule-box {
  padding: 32px 36px;
  background: #fff;
  border-radius: 12px;
}
.p-top__detail .schedule-box__title {
  margin: 0 0 28px;
  color: #f57c00;
  font-size: 20px;
  font-weight: 700;
}
.p-top__detail .schedule-box__note {
  margin: 8px 0 0 120px;
  font-size: 12px;
  color: #777;
}
.p-top__detail .schedule__item {
  position: relative;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 24px;
  min-height: 78px;
  padding-bottom: 18px;
}
.p-top__detail .schedule__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  bottom: -12px;
  width: 2px;
  background: #f7941d;
}
.p-top__detail .schedule__item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 3px solid #f7941d;
  border-radius: 50%;
  background: #fff;
}
.p-top__detail .schedule__item:last-child {
  min-height: auto;
  padding-bottom: 0;
}
.p-top__detail .schedule__item:last-child::before {
  display: none;
}
.p-top__detail .schedule__time {
  padding-left: 26px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.p-top__detail .schedule__content h4 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.p-top__detail .schedule__content p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-top__detail .schedule-box {
    padding: 24px 20px;
  }
  .p-top__detail .schedule-box__title {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .p-top__detail .schedule-box__note {
    margin-left: 92px;
  }
  .p-top__detail .schedule__item {
    grid-template-columns: 78px 1fr;
    gap: 14px;
    min-height: 76px;
  }
  .p-top__detail .schedule__time {
    padding-left: 20px;
    font-size: 12px;
  }
  .p-top__detail .schedule__content h4 {
    font-size: 14px;
  }
  .p-top__detail .schedule__content p {
    font-size: 11px;
  }
}
.p-top__detail .info {
  border-radius: 15px;
  background: #fff;
  padding: 35px;
}
.p-top__detail .info .btn a {
  display: block;
  border-radius: 9px;
  background: #f57d0f;
  padding: 22px 0;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.p-top__detail .info .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__detail .info .inner:before, .p-top__detail .info .inner:after {
  content: none;
}
.p-top__detail .info .inner .txt {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__detail .info .inner .txt dl .row {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.p-top__detail .info .inner .txt dl .row:before, .p-top__detail .info .inner .txt dl .row:after {
  content: none;
}
.p-top__detail .info .inner .txt dl .row dt {
  width: 185px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 73px;
  color: #f57d0f;
}
.p-top__detail .info .inner .txt dl .row dd {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: left;
  color: #646464;
}
.p-top__detail .info .inner .txt dl .row dd small {
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #646464;
  margin-top: 10px;
}
.p-top__detail .info .inner .poster {
  width: 350px;
}
.p-top__detail .info-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
.p-top__detail .info-wrap:before, .p-top__detail .info-wrap:after {
  content: none;
}
.p-top__detail .info-wrap .news {
  width: 590px;
  border-radius: 15px;
  background: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__detail .info-wrap .old {
  width: 590px;
  border-radius: 15px;
  background: #fff;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.p-top__detail .info-wrap .old .old-list ul li {
  margin-top: 15px;
  border-radius: 9px;
  background: #f57d0f;
}
.p-top__detail .info-wrap .old .old-list ul li a {
  line-height: 60px;
  height: 60px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 73px;
  text-align: center;
  color: #fff;
}
.p-top__detail .info-wrap .old .old-list ul li a:before {
  content: "";
  width: 21px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url("../img/top/pdf.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  top: -2px;
  position: relative;
}
.p-top__detail .link {
  margin-top: 40px;
  padding: 35px 18px 35px 58px;
  border-radius: 14px;
  background: #fdf1da url("../img/top/linkbg.png") no-repeat left center;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-top__detail .link:before, .p-top__detail .link:after {
  content: none;
}
.p-top__detail .link .txt {
  width: calc(100% - 505px);
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.15em;
  line-height: 37px;
  text-align: center;
  color: #f57d0f;
}
.p-top__detail .link .btn {
  width: 505px;
}
.p-top__detail .link .btn a {
  display: block;
  line-height: 73px;
  height: 73px;
  line-height: 73px;
  border-radius: 36.5px;
  background: #fff;
  border: 2px solid #fddfaf;
  text-decoration: none;
  font-weight: bold;
  font-size: 21px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #f57d0f;
}
.p-top__detail .link .btn a span:after {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  background: url("../img/top/arrow.svg") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.p-top__gallery {
  overflow: hidden;
}
.p-top__gallery:hover .slide-wrap {
  animation-play-state: paused;
}
.p-top__support {
  padding: 100px 0;
}
.p-top__support h2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #f57d0f;
  margin-bottom: 50px;
}
.p-top__support p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 30px;
  text-align: center;
  color: #646464;
  margin-bottom: 50px;
}
.p-top .slide-wrap {
  display: flex;
  width: max-content;
  animation: slide-loop 60s linear infinite;
}
.p-top .slide-wrap .item {
  flex-shrink: 0;
  margin-right: 10px;
}
.p-top .slide-wrap .item img {
  display: block;
}
@keyframes slide-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ==================================================
   たすきリレーについて / 当日の参加について
================================================== */
.relay-guide {
  padding: 60px 0;
  background: #fffaf2;
}
.relay-guide__inner {
  display: flex;
  align-items: stretch;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
}
.relay-guide__title {
  margin: 0 0 28px;
  color: #ef6c00;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: .08em;
}

/* ==================================================
   たすきリレーって？
================================================== */
.relay-about {
  width: 48%;
  padding: 0 45px 0 0;
  box-sizing: border-box;
}
.relay-about__body {
  display: flex;
  align-items: center;
}
.relay-about__text {
  width: 45%;
}
.relay-about__text p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
}
.relay-about__member {
  margin-top: 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.relay-about__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55%;
  padding-left: 20px;
  box-sizing: border-box;
}
.relay-about__people {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.relay-about__arrow {
  margin: 0 12px;
  color: #ef6c00;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

/* ==================================================
   人物アイコン
================================================== */
.relay-person,
.relay-runner {
  position: relative;
  display: block;
  width: 35px;
  height: 68px;
}
.relay-person::before,
.relay-runner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f7941d;
  transform: translateX(-50%);
}
.relay-person::after,
.relay-runner::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 15px;
  height: 38px;
  border-radius: 8px;
  background: #f7941d;
  transform: translateX(-50%);
}

.relay-runner {
  transform: rotate(10deg) translateY(-3px);
}

/* ==================================================
   タイムランではありません！
================================================== */
.relay-fun {
  position: relative;
  width: 100%;
  margin-top: 45px;
  padding: 38px 20px 22px;
  box-sizing: border-box;
  border: 1px solid #f2ad50;
  border-radius: 10px;
}
.relay-fun__title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 7px 20px;
  color: #fff;
  background: #ef6c00;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.relay-fun__list {
  display: flex;
}
.relay-fun__item {
  width: 33.333%;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
}
.relay-fun__item + .relay-fun__item {
  border-left: 1px dotted #e8b066;
}
.relay-fun__item p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.relay-fun__icon {
  font-size: 36px;
  line-height: 1;
}
.relay-fun__note {
  margin: 22px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

/* ==================================================
   当日の参加について
================================================== */
.relay-info {
  width: 52%;
  padding-left: 45px;
  box-sizing: border-box;
  border-left: 1px dotted #e8b066;
}
.relay-info__list {
  display: flex;
  height: calc(100% - 60px);
}
.relay-info__item {
  width: 33.333%;
  padding: 0 22px;
  box-sizing: border-box;
  text-align: center;
}
.relay-info__item:first-child {
  padding-left: 0;
}
.relay-info__item:last-child {
  padding-right: 0;
}
.relay-info__item + .relay-info__item {
  border-left: 1px dotted #e8b066;
}
.relay-info__item h3 {
  margin: 16px 0 14px;
  color: #ef6c00;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.relay-info__item p {
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.9;
}
.relay-info__item a {
  display: block;
  background-color: #EF6C00;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.relay-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff0d8;
  font-size: 32px;
  line-height: 1;
}
.relay-info__note {
  margin-top: 12px !important;
  color: #777;
  font-size: 10px !important;
  line-height: 1.7 !important;
}

.relay-fun__icon {
  display: block;
  color: #ef6c00;
  font-size: 42px;
  font-weight: normal;
  line-height: 1;
}

.relay-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff0d8;
  color: #ef6c00;
}
.relay-info__icon .material-symbols-outlined {
  font-size: 34px;
}

/* ==================================================
   SP
================================================== */
@media screen and (max-width: 767px) {
  .detail-wrap {
    display: block !important;
  }
  .detail-wrap .schedule {
    margin-top: 30px;
  }

  .relay-guide {
    padding: 40px 0;
  }
  .relay-guide__inner {
    display: block;
    width: calc(100% - 30px);
    max-width: none;
  }
  .relay-guide__title {
    margin-bottom: 22px;
    font-size: 21px;
    text-align: center;
  }

  /* たすきリレーって？ */
  .relay-about {
    width: 100%;
    padding: 0 0 40px;
  }
  .relay-about__body {
    display: block;
  }
  .relay-about__text {
    width: 100%;
    text-align: center;
  }
  .relay-about__text p {
    font-size: 14px;
  }
  .relay-about__visual {
    width: 100%;
    margin-top: 25px;
    padding-left: 0;
  }
  .relay-about__member {
    font-size: 12px !important;
  }

  /* タイムランではありません！ */
  .relay-fun {
    margin-top: 45px;
    padding: 38px 12px 22px;
  }
  .relay-fun__title {
    padding: 7px 14px;
    font-size: 14px;
  }
  .relay-fun__item {
    padding: 0 7px;
  }
  .relay-fun__item p {
    font-size: 12px;
  }
  .relay-fun__icon {
    font-size: 30px;
  }
  .relay-fun__note {
    font-size: 12px;
  }

  /* 当日の参加について */
  .relay-info {
    width: 100%;
    padding: 40px 0 0;
    border-top: 1px solid #f4c98d;
    border-left: none;
  }
  .relay-info__list {
    display: block;
    height: auto;
  }
  .relay-info__item {
    width: 100%;
    padding: 30px 0;
  }
  .relay-info__item:first-child {
    padding-top: 10px;
  }
  .relay-info__item + .relay-info__item {
    border-top: 1px dotted #e8b066;
    border-left: none;
  }
  .relay-info__item h3 {
    font-size: 15px;
  }
  .relay-info__item p {
    font-size: 13px;
  }
  .relay-info__icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }
  .relay-info__note {
    font-size: 11px !important;
  }
}
/* ==================================================
   SP
================================================== */
@media screen and (max-width: 767px) {
  .relay-guide {
    padding: 40px 0;
  }
  .relay-guide__inner {
    width: calc(100% - 30px);
    max-width: none;
  }
  .relay-guide__title {
    margin-bottom: 22px;
    font-size: 21px;
  }

  /* たすきリレーって？ */
  .relay-about {
    padding-bottom: 40px;
  }
  .relay-about__body {
    display: block;
  }
  .relay-about__text {
    text-align: center;
  }
  .relay-about__text p {
    font-size: 15px;
    line-height: 1.8;
  }
  .relay-about__member {
    margin-top: 15px !important;
    font-size: 13px !important;
  }
  .relay-about__visual {
    margin-top: 30px;
    gap: 15px;
  }
  .relay-about__people {
    gap: 10px;
  }
  .relay-about__arrow {
    font-size: 30px;
  }

  /* 人物アイコン */
  .relay-person,
  .relay-runner {
    width: 36px;
    height: 70px;
  }
  .relay-person::before,
  .relay-runner::before {
    width: 20px;
    height: 20px;
  }
  .relay-person::after,
  .relay-runner::after {
    top: 25px;
    width: 15px;
    height: 40px;
  }

  /* タイムランではありません！ */
  .relay-fun {
    width: 100%;
    margin-top: 45px;
    padding: 38px 15px 22px;
  }
  .relay-fun__title {
    padding: 7px 15px;
    font-size: 14px;
  }
  .relay-fun__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .relay-fun__item {
    padding: 0 8px;
  }
  .relay-fun__item p {
    font-size: 12px;
  }
  .relay-fun__icon {
    font-size: 32px;
  }
  .relay-fun__note {
    margin-top: 20px;
    font-size: 12px;
  }

  /* 当日の参加について */
  .relay-info {
    padding-top: 40px;
  }
  .relay-info__list {
    display: block;
  }
  .relay-info__item {
    padding: 30px 0;
    text-align: center;
  }
  .relay-info__item + .relay-info__item {
    border-top: 1px dotted #e8b066;
    border-left: none;
  }
  .relay-info__item h3 {
    margin: 15px 0 12px;
    font-size: 16px;
  }
  .relay-info__item p {
    font-size: 13px;
    line-height: 1.9;
  }
  .relay-info__icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  .relay-info__note {
    font-size: 11px !important;
  }
}
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    padding: 65vw 4vw 20vw 4vw;
    background-size: contain, 75vw, 200%;
  }
  .l-kv .txt {
    float: none;
  }
  .l-kv .icon {
    bottom: 10vw;
    width: 100%;
  }
  .l-kv h1 {
    font-size: 6.2vw;
    letter-spacing: 0.08em;
    line-height: 1.7;
  }
  .l-kv p {
    font-size: 3.4vw;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin: 5vw auto;
  }
  .l-kv .logo {
    width: 42vw;
  }

  .p-top__detail {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .p-top__detail h2 {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .p-top__detail .info {
    padding: 20px;
  }
  .p-top__detail .info .btn a {
    padding: 16px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .p-top__detail .info .inner {
    display: block;
  }
  .p-top__detail .info .inner .txt {
    width: 100%;
  }
  .p-top__detail .info .inner .txt dl .row {
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px solid #f5e6cc;
  }
  .p-top__detail .info .inner .txt dl .row:first-child {
    padding-top: 0;
  }
  .p-top__detail .info .inner .txt dl .row dt {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .p-top__detail .info .inner .txt dl .row dd {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
  .p-top__detail .info .inner .txt dl .row dd small {
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.6;
  }
  .p-top__detail .info .inner .poster {
    width: 100%;
    margin-top: 20px;
  }
  .p-top__detail .info-wrap {
    display: block;
  }
  .p-top__detail .info-wrap .news {
    width: 100%;
    padding: 20px;
  }
  .p-top__detail .info-wrap .old {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  .p-top__detail .info-wrap .old .old-list ul li {
    font-size: 14px;
    line-height: 2;
  }
  .p-top__detail .link {
    display: block;
    padding: 25px 20px;
    background-size: 60px;
    background-position: 20px center;
  }
  .p-top__detail .link .txt {
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .p-top__detail .link .btn {
    width: 100%;
  }
  .p-top__detail .link .btn a {
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
  .p-top__support {
    padding: 50px 0;
  }
  .p-top__support h2 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
  }
  .p-top__support p {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    margin-bottom: 25px;
    padding: 0 20px;
  }
}
