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

.sp-only {
  display: none;
}
@media screen and (max-width: 758px) {
  .sp-only {
    display: block !important;
  }
}

#main-video {
  margin: 40px auto 0;
}
@media screen and (min-width: 759px) {
  #main-video {
    max-width: 1088px;
  }
}
#main-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.c-hty-menu-swiper .swiper-container {
  position: relative;
}
@media screen and (min-width: 759px) {
  .c-hty-menu-swiper .swiper-container {
    overflow: hidden;
  }
}
.c-hty-menu-swiper .swiper-button-next.swiper-button-disabled,
.c-hty-menu-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.c-hty-menu-swiper .swiper-button-next,
.c-hty-menu-swiper .swiper-button-prev {
  color: #c80e47;
  width: 27px;
  height: 30px;
  top: 40%;
}
.c-hty-menu-swiper .swiper-button-next:after,
.c-hty-menu-swiper .swiper-button-prev:after {
  font-size: 30px;
}
.c-hty-menu-swiper .swiper-button-next {
  right: -10px;
}
@media screen and (min-width: 759px) {
  .c-hty-menu-swiper .swiper-button-next {
    right: -5px;
  }
}
.c-hty-menu-swiper .swiper-button-prev {
  left: -10px;
}
@media screen and (min-width: 759px) {
  .c-hty-menu-swiper .swiper-button-prev {
    left: -5px;
  }
}
@media screen and (min-width: 759px) {
  .c-hty-menu-swiper .list_hty li {
    width: 100%;
    margin-left: 1.475%;
  }
}
.c-hty-menu-swiper .list_hty li .img_box {
  margin: 0 auto;
}

.line-right--2 {
  position: relative;
  -webkit-transform: skew(-13deg, -13deg);
          transform: skew(-13deg, -13deg);
  top: 0;
}
.line-right--2 span {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  border-top: solid 1px rgb(200, 14, 71);
}

body #wrapper #main section#state {
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 0;
}

body #wrapper #main section#overview {
  padding-top: 120px;
}

body #wrapper #main #news {
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 90px 0 0;
  float: none;
}

body #wrapper #main #news ul {
  width: 100%;
  float: none;
}

body #wrapper #main #news ul li {
  border-left: 4px solid #c80e47;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 6vw 0;
  padding: 0 0 0 4.8vw;
}

body #wrapper #main #news ul li .date {
  font-size: 3.2vw;
  margin: 0 0 2vw 0;
  letter-spacing: 0.4vw;
}

body #wrapper #main #news ul li .txts p {
  font-size: 2.93333vw;
  line-height: 2.2;
  margin-bottom: 3vw;
  letter-spacing: 0.04em;
}

body #wrapper #main #news ul li .txts p a {
  text-decoration: underline;
  color: black;
}

body #wrapper #main #news #newsMoreBtn {
  margin-bottom: 26vw;
  text-align: center;
  cursor: pointer;
  font-size: 2.93333vw;
  letter-spacing: 0.12em;
  color: #c80e47;
}
body #wrapper #main #news #newsMoreBtn span {
  display: inline-block;
  padding: 10px 0;
}
body #wrapper #main #news #newsMoreBtn:after {
  font-family: swiper-icons;
  content: "next";
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 10px;
}
body #wrapper #main #news #newsMoreBtn.show-close {
  visibility: hidden;
  pointer-events: none;
}
body #wrapper #main #news #newsMoreBtn.show-close:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 759px) {
  .line-right {
    top: 200px;
  }
  body #wrapper #main section#state {
    margin-top: 0;
    margin-bottom: 150px;
    padding-top: 20px;
  }
  body #wrapper #main section#overview {
    padding-top: 250px;
  }
  body #wrapper #main #news {
    margin-top: 300px;
    margin-bottom: 250px;
    padding: 120px 0 0;
  }
  body #wrapper #main #news ul {
    width: 790px;
    margin: 0 auto;
  }
  body #wrapper #main #news ul li {
    margin: 0 0 40px 0;
    padding: 0 0 0 30px;
  }
  body #wrapper #main #news ul li .date {
    font-size: 1em;
    margin: 0 0 7px 0;
    letter-spacing: 0;
  }
  body #wrapper #main #news ul li .txts p {
    font-size: 1.25em;
    line-height: 2.1;
    margin-bottom: 6px;
  }
  body #wrapper #main #news #newsMoreBtn {
    margin-bottom: 83px;
  }
  body #wrapper #main #news #newsMoreBtn {
    font-size: 1.25em;
  }
}
#news .westerncalendar {
  border-left: unset !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 759px) {
  #news .westerncalendar {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
  }
  #news .westerncalendar:hover {
    opacity: 0.6;
  }
}
#news .westerncalendar .title {
  color: #c80e47;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 759px) {
  #news .westerncalendar .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 758px) {
  #news .westerncalendar .title {
    font-size: 16px;
  }
}
#news .matched-year {
  display: none;
}
#news .matched-year.active {
  display: block;
}

.block_front-flyer {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #fdf6f8;
  margin-top: 0;
  margin-bottom: 45px;
  padding: 50px 0;
}
@media screen and (min-width: 759px) {
  .block_front-flyer {
    margin-bottom: 90px;
    padding: 90px 0 110px;
  }
}
.block_front-flyer .inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .inner {
    width: 90%;
    max-width: 1088px;
  }
}
.block_front-flyer .inner h2 {
  text-align: center;
  margin-bottom: 20px !important;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .inner h2 {
    margin-bottom: 35px !important;
  }
}
.block_front-flyer .inner h2 img {
  width: 198px !important;
  height: auto !important;
  margin-inline: auto;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .inner h2 img {
    width: auto !important;
  }
}
.block_front-flyer .inner .title-sub {
  font-size: 18px;
  color: rgb(201, 2, 59);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .inner .title-sub {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.block_front-flyer .inner .title-desc {
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .inner .title-desc {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.block_front-flyer__img {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 759px) {
  .block_front-flyer__img {
    max-width: 750px;
  }
}
.block_front-flyer__img a {
  display: block;
}
@media screen and (min-width: 759px) {
  .block_front-flyer__img a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
  }
  .block_front-flyer__img a:hover {
    opacity: 0.7;
  }
}
.block_front-flyer__img img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
}
.block_front-flyer .btn_more {
  margin-top: 30px;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .btn_more {
    margin-top: 60px;
  }
}
.block_front-flyer .btn_more a {
  display: block;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  font-size: 18px;
  border: 1px solid #c80e47;
  background: #c80e47;
}
@media screen and (min-width: 759px) {
  .block_front-flyer .btn_more a {
    width: 436px;
    font-size: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .block_front-flyer .btn_more a:hover {
    border: 1px solid #c80e47;
    color: #000;
    background: #fff;
  }
}

.notice-termination {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 758px) {
  .notice-termination {
    margin-bottom: 20px;
  }
}
.notice-termination__ttl {
  color: #c9023b;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.06em;
  text-align: center;
  display: inline-block;
  line-height: 1;
  padding: 0px 50px;
}
@media screen and (max-width: 758px) {
  .notice-termination__ttl {
    width: 100%;
    font-size: 12px;
    padding: 0px 0;
  }
}
.notice-termination__desc {
  font-size: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 758px) {
  .notice-termination__desc {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.report_linkbtn {
  color: #000;
  font-size: 30px;
  line-height: 1.875;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 2px solid #c80e47;
  -webkit-box-shadow: 0 3px 3px #e7e7e7;
          box-shadow: 0 3px 3px #e7e7e7;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 759px) {
  .report_linkbtn {
    width: 520px;
  }
}
@media screen and (max-width: 758px) {
  .report_linkbtn {
    margin-bottom: 20px;
  }
}
.report_linkbtn a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 1;
  transition: 0.6s;
  opacity: 1;
  display: block;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #c80e47;
  background: #fff;
  position: relative;
}
.report_linkbtn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 758px) {
  .report_linkbtn a {
    font-size: 14px;
  }
}
.report_linkbtn a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0;
  border-right: 3px solid #c80e47;
  border-bottom: 3px solid #c80e47;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 759px) {
  .report_linkbtn a:after {
    right: 70px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 758px) {
  .report_linkbtn a:after {
    right: 30px;
    width: 12px;
    height: 12px;
  }
}

.project-campaign {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #f6f6f6;
  margin-top: 100px;
  padding: 105px 0 141px;
}
.project-campaign * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project-campaign img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.project-campaign a {
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 759px) {
  .project-campaign a {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
  }
  .project-campaign a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 758px) {
  .project-campaign {
    padding: 40px 0 60px;
  }
}
.project-campaign__wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  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;
  gap: 40.5px;
}
@media screen and (max-width: 758px) {
  .project-campaign__wrapper {
    gap: 30px;
    padding: 0 15px;
  }
}
.project-campaign__logo {
  width: 106px;
  height: 22px;
}
@media screen and (max-width: 758px) {
  .project-campaign__logo {
    width: 80px;
    height: 16px;
  }
}
.project-campaign__content {
  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;
  gap: 30.5px;
  width: 100%;
}
@media screen and (max-width: 758px) {
  .project-campaign__content {
    gap: 20px;
  }
}
.project-campaign__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.607;
  color: #c9023b;
  text-align: center;
  letter-spacing: 0.071em;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 758px) {
  .project-campaign__title {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.project-campaign__whitebox {
  background-color: #ffffff;
  width: 100%;
  max-width: 540px;
  padding: 23px 31px 14px;
  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;
  gap: 5.5px;
}
@media screen and (max-width: 758px) {
  .project-campaign__whitebox {
    max-width: 100%;
    padding: 20px 20px 15px;
    gap: 8px;
  }
}
.project-campaign__whitebox-inner {
  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;
  gap: 9.5px;
  width: 100%;
}
.project-campaign__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #c9023b;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 758px) {
  .project-campaign__subtitle {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
.project-campaign__divider {
  width: 478px;
  height: 1px;
  background-color: #c9023b;
}
@media screen and (max-width: 758px) {
  .project-campaign__divider {
    width: 100%;
    max-width: 300px;
  }
}
.project-campaign__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.889;
  color: #000000;
  text-align: center;
  letter-spacing: 0.111em;
  margin: 0;
  width: 346px;
}
@media screen and (max-width: 758px) {
  .project-campaign__description {
    font-size: 16px;
    width: 100%;
  }
}
.project-campaign__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 672px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 758px) {
  .project-campaign__info {
    gap: 10px;
    max-width: 100%;
    padding: 0 10px;
  }
}
.project-campaign__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 758px) {
  .project-campaign__info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
    gap: 0;
  }
}
.project-campaign__info-item:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 758px) {
  .project-campaign__info-item:nth-child(3) {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.project-campaign__info-item:first-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 758px) {
  .project-campaign__info-item:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.project-campaign__info-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  color: #000000;
  text-align: right;
  letter-spacing: 0.12em;
  margin: 0;
  width: 169px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 758px) {
  .project-campaign__info-label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
}
.project-campaign__info-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.12em;
  margin: 0;
  width: 493px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 758px) {
  .project-campaign__info-value {
    width: 100%;
    font-size: 14px;
  }
}
.project-campaign__info-value p {
  margin: 0 0 8px;
}
.project-campaign__info-value p:last-child {
  margin-bottom: 0;
}
.project-campaign__apply {
  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;
  gap: 42px;
  width: 100%;
  max-width: 749px;
}
@media screen and (max-width: 758px) {
  .project-campaign__apply {
    gap: 20px;
  }
}
.project-campaign__apply-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.556;
  color: #c9023b;
  text-align: center;
  letter-spacing: 0.106em;
  margin: 0;
}
@media screen and (max-width: 758px) {
  .project-campaign__apply-text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
.project-campaign__apply-text.end {
  background-color: #ffffff;
  border: 2px solid #C80E47;
  width: 100%;
  max-width: 540px;
  padding: 23px 31px;
  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;
  gap: 5.5px;
}
@media screen and (max-width: 758px) {
  .project-campaign__apply-text.end {
    max-width: 100%;
    padding: 20px 20px;
    gap: 8px;
    font-size: 18px;
  }
}
.project-campaign__apply-text.end span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 758px) {
  .project-campaign__apply-text.end span {
    font-size: 13px;
  }
}
.project-campaign__image {
  width: 100%;
  aspect-ratio: 1980/1401;
  -webkit-box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 758px) {
  .project-campaign__image {
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
}