@charset "UTF-8";
/**
 * =====================================
 * Top
 * トップページリニューアル
 * =====================================
 */
.container-s,
.container-m,
.container-l {
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
}
@media (max-width: 768px) {
  .container-s,
  .container-m,
  .container-l {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-s {
  max-width: 710px;
}

.container-m {
  max-width: 880px;
}

.container-l {
  max-width: 1080px;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-hidden {
    display: none !important;
  }
}

.link-btn-wrap {
  margin: 0;
  text-align: center;
}

.link-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 390px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px 20px 24px;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  background: #611F1D;
  border-radius: 999px;
  text-decoration: none;
}
.link-btn::after {
  content: "";
  position: absolute;
  right: 24px;
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
.link-btn:hover {
  opacity: 0.8;
}

.link-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 177px;
  z-index: 10;
  font-family: "Noto Sans JP", sans-serif;
}
.link-box .link-box__item {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.link-box .link-box__item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0.9;
}
.link-box .link-box__item:hover {
  opacity: 0.8;
}
.link-box .link-box__item--img, .link-box .link-box-sp .link-box__item--img2, .link-box-sp .link-box .link-box__item--img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  padding: 0;
}
.link-box .link-box__item--img::before, .link-box .link-box-sp .link-box__item--img2::before, .link-box-sp .link-box .link-box__item--img2::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: url("../img/volunteer-bg.jpg") center/cover no-repeat;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 0;
}
.link-box .link-box__item--img .link-box__title, .link-box .link-box-sp .link-box__item--img2 .link-box__title, .link-box-sp .link-box .link-box__item--img2 .link-box__title,
.link-box .link-box__item--img .link-box__sub,
.link-box .link-box-sp .link-box__item--img2 .link-box__sub,
.link-box-sp .link-box .link-box__item--img2 .link-box__sub {
  position: relative;
  z-index: 1;
  display: block;
}
.link-box .link-box__item--img .link-box__title, .link-box .link-box-sp .link-box__item--img2 .link-box__title, .link-box-sp .link-box .link-box__item--img2 .link-box__title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
.link-box .link-box__item--img .link-box__sub, .link-box .link-box-sp .link-box__item--img2 .link-box__sub, .link-box-sp .link-box .link-box__item--img2 .link-box__sub {
  font-size: 12px;
  font-weight: 600;
  font-family: "Rounded M+ 1c", sans-serif;
  opacity: 0.9;
}
.link-box .link-box__item--red {
  margin-top: 14px;
  background: #b40000;
  padding: 13px 18px;
}
.link-box .link-box__item--red .link-box__text {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.link-box-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
.link-box-sp .link-box__item {
  width: 50%;
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.link-box-sp .link-box__item::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0.9;
}
.link-box-sp .link-box__item:hover {
  opacity: 0.8;
}
.link-box-sp .link-box__item--img, .link-box-sp .link-box__item--img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  padding: 0;
}
.link-box-sp .link-box__item--img::before, .link-box-sp .link-box__item--img2::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: url("../img/volunteer-bg.jpg") center/cover no-repeat;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  z-index: 0;
}
.link-box-sp .link-box__item--img .link-box__title, .link-box-sp .link-box__item--img2 .link-box__title,
.link-box-sp .link-box__item--img .link-box__sub,
.link-box-sp .link-box__item--img2 .link-box__sub {
  position: relative;
  z-index: 1;
  display: block;
}
.link-box-sp .link-box__item--img .link-box__title, .link-box-sp .link-box__item--img2 .link-box__title {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
}
.link-box-sp .link-box__item--img .link-box__sub, .link-box-sp .link-box__item--img2 .link-box__sub {
  font-size: 12px;
  font-weight: 600;
  font-family: "Rounded M+ 1c", sans-serif;
  opacity: 0.9;
}
.link-box-sp .link-box__item--img2::before {
  background: url("../img/support-bg.jpg") center/cover no-repeat;
}

.mainv {
  width: 100%;
  background-image: url("../img/mainv-bg.png");
  background-position: bottom;
  background-repeat: repeat;
  background-size: contain;
}
.mainv .container-m {
  position: relative;
}
.mainv .mainv-inner {
  max-width: 1405px;
  padding: 0 40px;
  margin: auto;
}
@media (max-width: 768px) {
  .mainv {
    overflow-x: clip;
    padding: 100px 0 50px;
  }
  .mainv .mainv-img img {
    width: 100%;
  }
  .mainv .mainv-img1 {
    position: absolute;
    bottom: -65px;
    left: -20px;
    width: 116px;
  }
  .mainv .mainv-img2 {
    position: absolute;
    bottom: -100px;
    right: -80px;
    width: 175px;
  }
  .mainv .btn-outline {
    min-width: 219px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 7px 10px;
  }
  .mainv .btn-outline::before {
    right: 16px;
    width: 17px;
    height: 17px;
  }
  .mainv .btn-outline::after {
    right: 19px;
    width: 4px;
    height: 4px;
  }
}

.judge-section {
  padding: 30px 0;
  background: #000;
  color: #fff;
}
.judge-section .judge-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(16px, 4vw, 40px);
  max-width: 900px;
  margin: 0 auto;
}
.judge-section .judge-inner .judge-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.judge-section .judge-inner .judge-image img {
  display: block;
  width: clamp(140px, 30vw, 260px);
  height: auto;
}
.judge-section .judge-inner .judge-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.judge-section .judge-inner .judge-role {
  font-size: 18px;
  font-weight: 600;
  font-family: "Rounded M+ 1c", sans-serif;
  margin-bottom: 6px;
}
.judge-section .judge-inner .judge-name {
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  margin-bottom: 10px;
}
.judge-section .judge-inner .judge-name span {
  margin-left: 6px;
}
.judge-section .judge-inner .judge-text {
  font-size: 11px;
  font-family: "Noto Sans JP";
  line-height: 1.7;
}
@media (max-width: 768px) {
  .judge-section .judge-inner .judge-role {
    font-size: 14px;
  }
  .judge-section .judge-inner .judge-name {
    font-size: 18px;
  }
}

.sns-section {
  padding: 75px 0 85px;
  background: #E4E4E4;
}
.sns-section .sns-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sns-section .sns-title {
  margin: 0;
  line-height: 1.4;
  font-size: 35px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
.sns-section .sns-title span {
  font-size: 11px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
.sns-section .sns-link {
  position: relative;
  width: 97px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #611F1D;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #611F1D;
}
.sns-section .sns-link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #611F1D;
  border-right: 1px solid #611F1D;
}
.sns-section .sns-link:hover {
  opacity: 0.8;
}
.sns-section .sns-inner {
  margin: 20px 0 0;
}

.about-section {
  padding: 100px 0 70px;
  width: 100%;
  background-image: url("../img/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
.about-section .about-inner {
  max-width: 480px;
  margin: auto;
}
.about-section .about-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
}
.about-section .about-heading {
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
}
.about-section .about-text {
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.about-section .about-image {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .about-section {
    padding: 70px 0 30px;
  }
  .about-section .about-inner {
    max-width: 300px;
  }
  .about-section .about-title {
    font-size: 13px;
  }
  .about-section .about-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .about-section .about-image {
    margin-top: 30px;
  }
}

.guideline-section {
  padding: 100px 0;
}
.guideline-section .guideline-title {
  margin: 0;
  line-height: 1.25;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
}
.guideline-section .guideline-subtitle {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
.guideline-section .guideline-heading {
  position: relative;
  margin: 30px 0 0;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
.guideline-section .guideline-heading:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #611F1D;
}
.guideline-section .info-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  /* 日付ブロック */
}
.guideline-section .info-list .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid #EBEBEB;
}
.guideline-section .info-list .info-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
.guideline-section .info-list .info-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
}
.guideline-section .info-list .info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 16px;
}
.guideline-section .info-list .info-date .year {
  font-size: 12px;
}
.guideline-section .info-list .info-date .date {
  font-size: 13px;
}
.guideline-section .info-list .info-date .date .num {
  font-size: 19px;
}
.guideline-section .info-list .info-date .time {
  font-size: 13px;
}
.guideline-section .info-list .info-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guideline-section .info-list .info-map a {
  position: relative;
  width: 48px;
  padding: 1px 7px 1px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background-color: #611F1D;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.guideline-section .info-list .info-map a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0.9;
}
.guideline-section .info-list .info-map a:hover {
  opacity: 0.8;
}
.guideline-section .link-btn {
  margin-top: 25px;
}
.guideline-section .guideline-image {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .guideline-section {
    padding: 40px 0 50px;
  }
  .guideline-section .guideline-heading {
    font-size: 14px;
  }
  .guideline-section .info-list {
    font-size: 12px;
  }
  .guideline-section .info-list .info-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guideline-section .info-list .info-label {
    font-size: 13px;
  }
  .guideline-section .info-list .info-value {
    font-size: 13px;
  }
  .guideline-section .info-list .info-date {
    gap: 0 10px;
  }
  .guideline-section .info-list .info-map {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guideline-section .info-list .info-map a {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .guideline-section .link-btn {
    margin-top: 15px;
  }
}

.watch-section {
  padding: 100px 0;
  background: #F4EFEF;
}
.watch-section .watch-title {
  margin: 0;
  line-height: 1.25;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
}
.watch-section .watch-title span {
  font-size: 25px;
}
.watch-section .watch-subtitle {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
.watch-section .watch-inner {
  margin-top: 50px;
}
.watch-section .watch-inner .watch-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.watch-section .watch-inner .watch-card {
  width: 50%;
  background: #fff;
  color: #000;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.watch-section .watch-inner .watch-hero {
  position: relative;
}
.watch-section .watch-inner .watch-hero img {
  width: 100%;
  display: block;
}
.watch-section .watch-inner .watch-hero .watch-hero-text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.watch-section .watch-inner .watch-hero .watch-hero-text .hero-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.watch-section .watch-inner .watch-hero .watch-hero-text .hero-sub {
  font-size: 14px;
  font-family: "Noto Serif JP", sans-serif;
  margin: 0 0 0;
}
.watch-section .watch-inner .watch-hero .watch-hero-text .hero-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 10px;
}
.watch-section .watch-inner .watch-body {
  padding: 24px;
  font-family: "Noto Sans JP", sans-serif;
}
.watch-section .watch-inner .watch-body .watch-desc {
  margin: 0 0 16px;
  font-size: 14px;
}
.watch-section .watch-inner .watch-body .watch-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #EBEBEB;
}
.watch-section .watch-inner .watch-body .watch-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EBEBEB;
}
.watch-section .watch-inner .watch-body .watch-info dl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 8px 0;
  font-size: 13px;
}
.watch-section .watch-inner .watch-body .watch-info dl dt, .watch-section .watch-inner .watch-body .watch-info dl dd {
  margin: 0;
}
.watch-section .watch-inner .watch-body .watch-info dl dt {
  min-width: 60px;
}
.watch-section .watch-inner .watch-body .watch-btn {
  display: block;
  position: relative;
  max-width: 275px;
  padding: 14px 0;
  margin: 20px auto 0;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  background: #b00000;
  font-size: 14px;
  color: #fff;
}
.watch-section .watch-inner .watch-body .watch-btn:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background-image: url("../img/icon-arrow.svg");
}
.watch-section .watch-inner .watch-body .watch-btn:hover {
  opacity: 0.8;
}
.watch-section .watch-inner .watch-body .comingsoon {
  pointer-events: none;
  cursor: default;
}
.watch-section .watch-inner .watch-body .comingsoon:hover {
  opacity: 1;
}
.watch-section .watch-inner .watch-body .comingsoon:before {
  opacity: 0.3;
}
.watch-section .watch-inner .watch-body .comingsoon::after {
  content: "COMMING SOON";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .watch-section {
    padding: 70px 0;
  }
  .watch-section .watch-inner .watch-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .watch-section .watch-inner .watch-card {
    width: 100%;
  }
}

.split-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  /* SP */
}
.split-section .split-item {
  width: 50%;
  min-height: 460px;
  position: relative;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.split-section .split-item:hover {
  opacity: 0.8;
}
.split-section .split-item.volunteer {
  background-image: url("../img/volunteer-bg.jpg");
}
.split-section .split-item.support {
  background-image: url("../img/support-bg.jpg");
}
.split-section .split-item .split-content {
  position: relative;
  text-align: center;
  color: #fff;
}
.split-section .split-item .split-content .split-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}
.split-section .split-item .split-content .split-label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: -1;
}
.split-section .split-item .split-content .split-title {
  font-size: 26px;
  margin-bottom: 6px;
}
.split-section .split-item .split-content .split-en {
  font-size: 14px;
  font-family: "Rounded M+ 1c", sans-serif;
  margin-bottom: 16px;
}
.split-section .split-item .split-content .split-btn {
  display: inline-block;
  width: 167px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px 10px 24px;
  font-size: 14px;
  color: #000;
  background: #fff;
  border-radius: 999px;
  position: relative;
  text-decoration: none;
}
.split-section .split-item .split-content .split-btn::after {
  content: "";
  position: absolute;
  right: 16px;
  display: inline-block;
  width: 3px;
  height: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .split-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .split-section .split-item {
    width: 100%;
    min-height: 300px;
  }
}

.footer-film {
  margin: 20px 0 0;
  padding: 60px 0 20px;
  background-color: #611F1D;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-film .container {
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
}
.footer-film .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer-film .logo-white {
  display: inline-block;
  margin: 0;
}
.footer-film .logo-white a {
  display: inline-block;
  position: relative;
}
.footer-film .logo-white .logo-num {
  position: absolute;
  top: 7px;
  left: 1px;
  letter-spacing: 0;
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  font-size: 8px;
  font-weight: 700;
  color: #611F1D;
}
.footer-film .logo-white .logo-text {
  display: block;
  margin-top: 12px;
  letter-spacing: 0;
  font-size: 13px;
  color: #fff;
}
.footer-film .footer-text-wrap {
  text-align: right;
  font-size: 13px;
  color: #fff;
}
.footer-film .footer-copyright {
  margin-top: 100px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-film .container {
    min-width: unset;
    padding-right: 20px;
    padding-left: 20px;
    margin: auto;
  }
  .footer-film .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-film .footer-text-wrap {
    margin-top: 40px;
    text-align: left;
  }
  .footer-film .footer-copyright {
    margin-top: 60px;
  }
}

.awards-section {
  padding: 120px 0 50px;
}
.awards-section .Wrapper {
  width: 100%;
  max-width: 880px;
}
.awards-section .heading1 {
  margin: 0;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #000;
}
.awards-section .heading2 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
@media (max-width: 768px) {
  .awards-section {
    padding: 70px 0 40px;
  }
  .awards-section .Wrapper {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }
}

.sponsorship-section {
  padding: 60px 20px;
  text-align: center;
  /* 大バナー */
  /* 小バナー3列 */
}
.sponsorship-section .container {
  max-width: 880px;
  padding-right: 40px;
  padding-left: 40px;
  margin: auto;
}
.sponsorship-section .sponsorship-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Rounded M+ 1c", sans-serif;
  margin-bottom: 30px;
}
.sponsorship-section .sponsorship-title::before, .sponsorship-section .sponsorship-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #707070;
}
.sponsorship-section .sponsorship-main {
  max-width: 1200px;
  margin: 0 auto 30px;
}
.sponsorship-section .sponsorship-main img {
  width: 100%;
  height: auto;
  display: block;
}
.sponsorship-section .sponsorship-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.sponsorship-section .sponsorship-sub .sponsorship-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sponsorship-section .sponsorship-sub .sponsorship-item img {
  width: 100%;
  height: auto;
  display: block;
}
.sponsorship-section .sponsorship-bottom {
  margin-top: 40px;
  text-align: left;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}
@media (max-width: 768px) {
  .sponsorship-section .sponsorship-main {
    margin: 0 auto 20px;
  }
  .sponsorship-section .sponsorship-sub {
    gap: 10px;
  }
}

/* SPでも構図維持（縮小のみ） */
@media (max-width: 768px) {
  .sponsorship-section {
    padding: 40px 10px;
  }
  .sponsorship-title {
    font-size: 18px;
  }
  .sponsorship-sub {
    gap: 10px;
  }
}
/**
 * =====================================
 * Movies List
 * 導入事例 / 動画一覧
 * =====================================
 */
/* ===== 一覧全体 ===== */
.movies-main {
  padding: 80px 0;
}
.movies-main .main-title {
  margin: 0;
  line-height: 1.25;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
}
.movies-main .main-subtitle {
  margin: 0;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  font-family: "Rounded M+ 1c", sans-serif;
  color: #611F1D;
}
.movies-main .timetable {
  margin-top: 50px;
}

.categ-list-wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .categ-list-wrap {
    text-align: left;
  }
}
.categ-list-wrap .categ-list {
  margin: 10px;
}
.categ-list-wrap li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .categ-list-wrap li {
    margin: 0 10px 0 0;
  }
}
.categ-list-wrap li a {
  font-size: 1.2rem;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}
@media (max-width: 768px) {
  .categ-list-wrap li a {
    font-size: 1.1rem;
  }
}
.categ-list-wrap li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.movies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26px 26px; /* 縦 横 */
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

/* ===== 通常アイテム：2カラム ===== */
.movies-list .movie-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: calc(50% - 13px); /* gapの半分を引く */
  margin-bottom: 0; /* gapで管理するので不要 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ===== 見出しアイテム ===== */
.movies-list .movie-item.heading {
  width: 100%;
}

.movies-list .movie-item.heading h3 {
  margin: 20px 0 0;
  font-size: 15px;
  color: #611F1D;
}

/* ===== SP：すべて1カラム ===== */
@media (max-width: 768px) {
  .movies-list .movie-item {
    width: 100%;
  }
}
.movies-list .movie-thumb img {
  width: 160px;
  height: auto;
  display: block;
}

.movies-list .movie-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.movies-list .movie-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 6px;
}

.movies-list .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 57px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.movies-list .tag-vimeo {
  background: #17D4FF;
}

.movies-list .tag-vimeo img {
  height: 18px;
}

.movies-list .tag-local {
  font-size: 10px;
  background: #6b2b1f;
  color: #fff;
}

.movies-list .movie-title {
  margin: 6px 0;
  font-size: 14px;
  font-weight: 500;
}

.movies-list .movie-director {
  margin: 8px 0 0;
  font-size: 11px;
}

.movies-list .movie-comment {
  margin: 2px 0 0;
  font-size: 11px;
  line-height: 1.6;
}

.movies-list .movie-heading {
  margin: 40px 0 20px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Rounded M+ 1c", sans-serif;
}/*# sourceMappingURL=film.css.map */