@charset "UTF-8";
/*
共通
*/
.inner {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

@media screen and (max-width: 819px) {
  .inner {
    padding: 0 20px;
  }
}

.c_heading {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .31em;
}
.c_heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background-color: #BF1F20;
}
.c_heading.border_white::before {
  background-color: #fff;
}

@media screen and (max-width: 999px) {
  .c_heading {
    font-size: 30px;
  }
}

@media screen and (max-width: 819px) {
  .c_heading {
    font-size: 20px;
  }
  .c_heading::before {
    bottom: -4px;
    height: 4px;
  }
}

.txt_red {
  color: #BF1F20;
}
.txt_green {
  color: #26A03A;
}
.txt_navy {
  color: #1B2F6B;
}
.txt_blue {
  color: #3CB0DE;
}
.txt_white {
  color: #fff;
}

@media screen and (min-width: 820px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 819px) {
  .pc_only {
    display: none;
  }
}

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
  will-change: opacity, transform;
}
.fadeIn {
  opacity: 1;
  transform: none;
}

/*
header
*/

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
  background-color: #BF1F20;
  z-index: 100;
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_txt {
  max-width: 500px;
}
.header_link {
  position: relative;
  flex-shrink: 0;
  margin-left: 16px;
}
.header_link::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  margin: auto;
  background-color: #4C181B;
  border-radius: 8px;
  z-index: 1;
}
.header_link a {
  position: relative;
  display: block;
  max-width: 445px;
  padding: 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
  color: #4C181B;
  background-color: #E1DDBB;
  border-radius: 8px;
  z-index: 2;
}
.header_link a:hover {
  background-color: #FFFDEF;
}

@media screen and (max-width: 999px) {
  .header_wrap {
    display: block;
  }
  .header_txt {
    margin: 0 auto;
  }
  .header_link a {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 819px) {
  .header {
    padding: 16px 0;
  }
  .header_link {
    margin: 16px auto 0;
  }
  .header_link::before {
    bottom: -4px;
  }
  .header_link a {
    margin-top: 15px;
    font-size: 16px;
  }
}

/*
footer
*/

.footer {
  padding: 70px 0 60px;
  background-color: #ACACAC;
  color: #fff;
}
.footer_maintxt {
  position: relative;
}
.footer_maintxt::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #BF1F20;
}
.footer_maintxt p {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .31em;
}
.footer_list:first-of-type {
  margin-top: 46px;
}
.footer_list:nth-of-type(n + 2) {
  margin-top: 30px;
}
.footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.footer_list li {
  display: flex;
  align-items: center;
}
.footer_list li a {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .13em;
  color: #fff;
}
.footer_list li a:hover {
  opacity: .7;
}
.footer_list li img {
  display: block;
  width: 32px;
}

@media screen and (max-width: 999px) {
  .footer {
    padding: 45px 0 83px;
  }
  .footer_maintxt::before {
    bottom: -4px;
    height: 4px;
  }
  .footer_maintxt p {
    font-size: 30px;
  }
}

@media screen and (max-width: 819px) {
  .footer {
    padding: 18px 0 60px;
  }
  .footer_maintxt::before {
    bottom: -1.5px;
    height: 3px;
  }
  .footer_maintxt p {
    font-size: 20px;
  }
  .footer_list:first-of-type {
    margin-top: 45px;
  }
  .footer_list:nth-of-type(n + 2) {
    margin-top: 32px;
  }
  .footer_list {
    flex-direction: column;
    gap: 0;
  }
  .footer_list li:first-of-type {
    margin-top: 0;
  }
  .footer_list li {
    margin-top: 32px;
  }
  .footer_list li a {
    font-size: 16px;
  }
}

/*
mv
*/

.mv {

}

/*
info
*/
.info {
  padding-top: 107px;
  background-color: #E5E5E5;
}

.info_fes_txt {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
  line-height: 2.25;
  letter-spacing: .1em;
}
.info_fes_img {
  width: 100%;
  margin-top: 37px;
}

.info_about {
  padding-top: 37px;
  padding-bottom: 44px;
  background-color: #E5E5E5;
}
.info_about_movie {
  width: 100%;
  max-width: 641px;
  margin: 34px auto 0;
}
.info_about_movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.info_about_txt {
  margin-top: 38px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}
.info_about_txt + .info_about_txt {
  margin-top: 33px;
}
.info_about_map {
  margin-top: 10px;
}
.info_about_map iframe {
  aspect-ratio: 2.86 / 1;
  width: 100%;
  height: auto;
}
.info_about_mapBtn {
  margin-top: 26px;
}
.info_about_mapBtn a {
  display: block;
  width: 316px;
  margin: auto;
  padding: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
  background-color: #C7393A;
}
.info_about_mapBtn a:hover {
  background-color: #E47879;
}

.info_traffic {
  display: flex;
  align-items: flex-start;
  margin-top: 18px;
  gap: 14px;
}
.info_traffic_item {
  width: calc(50% - 7px);
}
.info_traffic_item h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .1em;
}
.info_traffic_item h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 100%;
  max-width: 329px;
  height: 6px;
  background-color: #BF1F20;
}
.info_traffic_item p {
  margin-top: 51px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}

@media screen and (max-width: 999px) {
  .info_fes_txt {
    font-size: 18px;
  }

  .info_about_txt {
    font-size: 18px;
  }

  .info_traffic {
    gap: 25px;
  }
  .info_traffic_item {
    width: calc(50% - 12.5px);
  }
  .info_traffic_item h3 {
    font-size: 20px;
  }
  .info_traffic_item p {
    font-size: 16px;
  }
}

@media screen and (max-width: 819px) {
  .info {
    padding-top: 8px;
  }

  .info_fes_txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 2;
  }
  .info_fes_img {
    margin-top: 21px;
  }

  .info_about {
    padding-top: 16px;
    padding-bottom: 31px;
  }
  .info_about_movie {
    margin-top: 22px;
  }
  .info_about_txt {
    margin-top: 25px;
    font-size: 14px;
  }
  .info_about_txt + .info_about_txt {
    margin-top: 56px;
  }
  .info_about_map {
    margin-top: 18px;
  }
  .info_about_map iframe {
    aspect-ratio: 1;
  }
  .info_about_mapBtn {
    margin-top: 21px;
  }

  .info_traffic {
    flex-direction: column;
    margin-top: 38px;
    gap: 0;
  }
  .info_traffic_item {
    width: 100%;
  }
  .info_traffic_item + .info_traffic_item {
    margin-top: 53px;
  }
  .info_traffic_item h3 {
    font-size: 16px;
  }
  .info_traffic_item h3::before {
    bottom: -20px;
    height: 3px;
  }
  .info_traffic_item p {
    margin-top: 42px;
    font-size: 14px;
  }
}

/*
messageMinister
*/
.messageMinister {
  padding-top: 42px;
}

.messageMinister p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}

.messageMinister_wrap {
  display: flex;
  align-items: flex-start;
  margin-top: 52px;
  gap: 21px;
}

.messageMinister_img {
  flex-shrink: 0;
  width: 183px;
}

.messageMinister_txt {
  width: calc(100% - 204px);
}
.messageMinister_txt_name {
  width: 280px;
  margin-top: -6px;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .messageMinister_txt p {
    font-size: 16px;
  }
  .messageMinister_txt_name {
    margin-top: 22px;
  }
}

@media screen and (max-width: 819px) {
  .messageMinister {
    padding-top: 29px;
  }

  .messageMinister p {
    font-size: 14px;
    line-height: 2;
  }

  .messageMinister_wrap {
    margin-top: 25px;
    gap: 0;
  }

  .messageMinister_img {
    width: 100%;
    margin-top: 28px;
  }

  .messageMinister_txt {
    width: 100%;
  }
}

/*
squad
*/
.squad {
  padding-top: 65px;
}
.squad p {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: .18em;
}

.squad_img {
  width: 100%;
  margin-top: 34px;
}

@media screen and (max-width: 999px) {
  .squad p {
    font-size: 18px;
  }
}

@media screen and (max-width: 819px) {
  .squad {
    padding-top: 28px;
  }
  .squad p {
    margin-top: 27px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }

  .squad_img {
    margin-top: 43px;
  }
}

/*
theme
*/
.theme {
  padding-top: 31px;
  background-color: #A1D2D6;
}
.theme p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: .18em;
}
.theme p.note {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.8;
}
.theme h2 + p {
  margin-top: 28px;
}

.theme_txtImg {
  width: 100%;
  margin: 42px auto 35px;
}

.theme_img {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 999px) {
  .theme p {
    font-size: 18px;
  }
}

@media screen and (max-width: 819px) {
  .theme {
    padding-top: 27px;
  }
  .theme p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }
  .theme p.note {
    margin-top: 18px;
    font-size: 12px;
    line-height: 1.6;
  }
  .theme h2 + p {
    margin-top: 18px;
    text-align: center;
  }

  .theme_txtImg {
    max-width: 261px;
    margin: 20px auto 32px;
  }

  .theme_img {
    margin-top: 30px;
  }
}

/*
setlist
*/
.setlist {
  padding-top: 36px;
  padding-bottom: 77px;
  background-color: #952F30;
}
.setlist h2 {
  width: 100%;
}
.setlist h2 img {
  width: 100%;
  max-width: 260px;
  height: auto;
  padding-bottom: 20px;
}
.setlist p {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.35;
  letter-spacing: .17em;
  color: #fff;
}

.setlist_stage {
  margin-top: 43px;
  text-align: center;
}
.setlist_stage h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 2.35;
  letter-spacing: .17em;
  color: #fff;
}
.setlist_stage h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  width: 250px;
  height: 3px;
  margin: auto;
  background-color: #fff;
}
.setlist_stage p {
  margin-top: 35px;
  font-size: 21px;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: .17em;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .setlist p {
    font-size: 18px;
  }

  .setlist_stage p {
    font-size: 18px;
  }
}

@media screen and (max-width: 819px) {
  .setlist {
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .setlist h2 img {
    max-width: 130px;
    padding-bottom: 10px;
  }
  .setlist p {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }

  .setlist_stage h3 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .1em;
  }
  .setlist_stage h3::before {
    bottom: -17px;
    width: 120px;
    height: 2px;
  }
  .setlist_stage p {
    margin-top: 39px;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }
}

/*
interview
*/
.interview {
  padding-top: 49px;
  padding-bottom: 54px;
  background-color: #ECE29F;
}
.interview h2 {
  width: 100%;
  max-width: 867px;
  margin: auto;
}

.interview_block.ground {
  margin-top: 28px;
}
.interview_block.maritime {
  margin-top: 85px;
}
.interview_block.air {
  margin-top: 81px;
}
.interview_block h3 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .31em;
}
.interview_block h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 100%;
  max-width: 712px;
  height: 6px;
  margin: auto;
}
.interview_block.ground h3::before {
  background-color: #26A03A;
}
.interview_block.maritime h3::before {
  background-color: #1B2F6B;
}
.interview_block.air h3::before {
  background-color: #3CB0DE;
}
.interview_block p {
  margin-top: 26px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: .18em;
}

.interview_movie {
  margin: 37px auto 0;
  width: 100%;
  max-width: 641px;
}
.interview_movie iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 999px) {
  .interview_block p {
    font-size: 18px;
  }
}

@media screen and (max-width: 819px) {
  .interview {
    padding-top: 17px;
    padding-bottom: 42px;
  }
  .interview h2 {
    width: 82.4vw;
    max-width: 500px;
  }

  .interview_block.ground {
    margin-top: 26px;
  }
  .interview_block.maritime {
    margin-top: 42px;
  }
  .interview_block.air {
    margin-top: 38px;
  }
  .interview_block h3 {
    font-size: 20px;
  }
  .interview_block h3::before {
    bottom: -3px;
    height: 3px;
  }
  .interview_block p {
    margin-top: 17px;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }

  .interview_movie {
    margin: 27px auto 0;
  }
}

/*
messageCaptain
*/
.messageCaptain {
  padding-top: 29px;
  padding-bottom: 42px;
}

.messageCaptain_intro p {
  margin-top: 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: .18em;
}

.messageCaptain_block.ground {
  margin-top: 52px;
}
.messageCaptain_block.maritime {
  margin-top: 93px;
}
.messageCaptain_block.air {
  margin-top: 95px;
}
.messageCaptain_block h3 {
  position: relative;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .31em;
}
.messageCaptain_block h3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 712px;
  height: 6px;
  margin: auto;
}
.messageCaptain_block.ground h3::before {
  background-color: #26A03A;
}
.messageCaptain_block.maritime h3::before {
  background-color: #1B2F6B;
}
.messageCaptain_block.air h3::before {
  background-color: #3CB0DE;
}

.messageCaptain_wrap {
  display: flex;
  gap: 17px;
  margin-top: 38px;
}
.messageCaptain_img {
  flex-shrink: 0;
  width: 183px;
}
.messageCaptain_txt {
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
}
.messageCaptain_txt p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .1em;
}
.messageCaptain_txt p.name {
  margin-top: auto;
}

@media screen and (max-width: 999px) {
  .messageCaptain_intro p {
    font-size: 18px;
  }

  .messageCaptain_txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 819px) {
  .messageCaptain {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .messageCaptain_intro p {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
  }

  .messageCaptain_block.ground {
    margin-top: 58px;
  }
  .messageCaptain_block.maritime {
    margin-top: 41px;
  }
  .messageCaptain_block.air {
    margin-top: 41px;
  }
  .messageCaptain_block h3 {
    font-size: 20px;
  }
  .messageCaptain_block h3::before {
    bottom: -3px;
    width: 100%;
    height: 3px;
  }

  .messageCaptain_wrap {
    gap: 0;
    margin-top: 25px;
  }
  .messageCaptain_img {
    width: 100%;
    margin-top: 25px;
  }
  .messageCaptain_txt {
    width: 100%;
  }
  .messageCaptain_txt p {
    font-size: 14px;
    line-height: 2;
  }
  .messageCaptain_txt p.name {
    margin-top: 18px;
  }
}

/*
walk
*/
.walk {
  padding-top: 29px;
  background-color: #ADD7D8;
}
.walk p {
  margin-top: 35px;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.4;
  letter-spacing: .16em;
  color: #fff;
}

.walk_img {
  margin-top: 35px;
}

@media screen and (max-width: 999px) {
  .walk {
    background-color: #85C4C6;
  }
  .walk p {
    font-size: 18px;
  }
}

@media screen and (max-width: 819px) {
  .walk h2 {
    color: #fff;
  }
  .walk p {
    margin-top: 21px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: .1em;
    color: #fff;
  }

  .walk_img {
    margin-top: 37px;
  }
}

/*
pagetop
*/
.pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 5%;
  bottom: 5%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.pagetop a {
  display: block;
  background-color: #025336;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  transition: background-color .3s ease;
}
.pagetop a::after {
  content: '';
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.pagetop a:hover {
  background-color: #8fc31f;
}

@media screen and (max-width: 819px) {
  .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
  .pagetop a::after {
    width: 10px;
    height: 10px;
  }
}