@charset "UTF-8";
body {
  color: #292929;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 16px;
  margin: 0;
  overflow-x: clip;
}
body .menu-open {
  overflow: clip;
}

ul {
  margin: 0;
  padding: 0;
}

section {
  padding: 50px 0;
}

section:nth-child(even) {
  background-color: #f9f9f9;
}

section > .section-inbox {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}

h4 {
  font-size: 1.2em;
}

p {
  line-height: 1.8;
  margin: 1.5em 0;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

figure > figcaption {
  text-align: center;
}

dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.25em;
}

dd {
  margin-inline-start: 1em;
  margin-bottom: 1em;
}

figure {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
figure figcaption {
  text-align: center;
}

main {
  padding-bottom: 140px;
}

.serif {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", "游明朝", YuMincho, "HGS明朝E", "MS P明朝", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.header {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.header .title {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.header .title > a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.header .title .title-pj {
  font-size: 0.6em;
  color: #3e3e3e;
  display: inline-block;
}
.header .title .title-sub {
  font-size: 0.7em;
  display: inline-block;
  padding-left: 1.5em;
}
.header .header-menu ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .header-menu ul > li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: 0.2s;
}
.header .header-menu ul > li:hover {
  filter: brightness(0.95);
}
.header .header-menu ul > li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-right: 1em;
}
.header .header-menu ul > li > a {
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  text-decoration: none;
  color: inherit;
  font-size: 1.1em;
}

.fv {
  padding-top: 30px;
}
.fv p {
  font-size: 1.2em;
  line-height: 1.8;
}

.kv {
  text-align: center;
  background-color: #f7ffef;
}
.kv > img {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.story h2 {
  font-size: 2em;
  line-height: 1.7;
}
.story .from {
  text-align: right;
}
.story .from .from-post {
  font-size: 0.9em;
  color: #444;
  margin-bottom: 0.25em;
}
.story .from .from-name {
  font-size: 1.4em;
  margin-top: 0.25em;
  font-weight: bold;
}

.attention {
  margin-top: 3em;
}

.partner h3 {
  font-size: 1.1em;
}
.partner .partner-logo,
.partner .partner-name {
  margin-bottom: 3em;
}
.partner .partner-logo {
  display: flex;
  flex-wrap: wrap;
  justify-items: flex-start;
  list-style: none;
  margin-bottom: 50px;
}
.partner .partner-logo > li {
  display: flex;
  align-items: center;
}
.partner .partner-logo-1 li:first-child {
  width: 215px;
  max-width: 33.3333333333%;
}
.partner .partner-logo-1 li:last-child {
  width: 430px;
  max-width: 66.6666666667%;
}
.partner .partner-logo-3 {
  gap: 20px 33.3333333333px;
}
.partner .partner-logo-3 li {
  width: 200px;
  aspect-ratio: 2/1;
}
.partner .partner-name {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.partner .partner-name li {
  word-break: break-all;
  white-space: normal;
}
.partner .partner-name li::after {
  content: " / ";
}
.partner .partner-name li:last-child::after {
  content: none;
}

.kv {
  background-color: #333;
}
.kv .kv-inner {
  display: flex;
}
.kv .kv-inner .kv-img {
  width: 75%;
  order: 1;
  position: relative;
}
.kv .kv-inner .kv-img .kv-img-logo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 75px;
  height: 75px;
}
.kv .kv-inner .kv-txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  font-size: clamp(32px, 4.2352941176vw, 43.2px);
  width: 25%;
  order: 2;
  margin: 0;
  padding: 20px;
  color: #f7ffef;
  line-height: 1.6;
}

.message .message-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.message .message-list .message-list-item {
  padding: 15px;
  margin-bottom: 10px;
  width: calc(33.3333333333% - 30px);
}
.message .message-list .message-list-item p {
  margin: 0 0 0.5em 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.message .message-list .message-list-item img {
  width: 100%;
  height: auto;
}

section.cf-supporter {
  background-color: #1A1A1A;
  color: #fff;
}
section.cf-supporter h2, section.cf-supporter p {
  text-align: center;
}
section.cf-supporter p {
  font-size: 1.1em;
}
section.cf-supporter .cf-supporter-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.cf-supporter .cf-supporter-list li {
  text-align: center;
  line-height: 2.2em;
  width: 25%;
}
section.cf-supporter .cf-supporter-list.l-1 li {
  width: 50%;
}
section.cf-supporter .cf-supporter-list.l-2 li {
  width: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  box-sizing: border-box;
  background-color: #fff;
  background: linear-gradient(#fff, #8ec3e5);
}
.footer .footer-inbox {
  display: flex;
  justify-content: space-between;
  height: auto;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}
.footer .footer-inbox .footer-logo {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer .footer-inbox .footer-logo .footer-logo-hiroshima80,
.footer .footer-inbox .footer-logo .footer-logo-did {
  display: flex;
  justify-items: center;
  align-items: center;
}
.footer .footer-inbox .footer-btn ul {
  display: flex;
  flex-direction: column;
  height: 100%;
  list-style: none;
  justify-content: space-evenly;
}
.footer .footer-inbox .footer-btn ul li {
  border-radius: 15px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  box-shadow: -4px -4px 8px #fff, 4px 4px 8px rgba(0, 0, 0, 0.24);
  transition: 0.2s;
}
.footer .footer-inbox .footer-btn ul li a {
  text-decoration: none;
  text-align: center;
  padding: 5px 15px;
  display: inline-block;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
}
.footer .footer-inbox .footer-btn ul li.footer-btn-ticket {
  background: linear-gradient(#ffafbb, #ff0127);
}
.footer .footer-inbox .footer-btn ul li.footer-btn-ticket:hover {
  filter: brightness(120%);
}
.footer .footer-inbox .footer-btn ul li.footer-btn-ticket a {
  color: #fff;
}
.footer .footer-inbox .footer-btn ul li.footer-btn-cf {
  background: linear-gradient(rgba(240, 240, 240, 0.6470588235), #d5d5d5);
}
.footer .footer-inbox .footer-btn ul li.footer-btn-cf a {
  color: #292929;
}

.link-txt > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: inherit;
}
.link-txt > a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-left: 0.5em;
}

.link-txt-cf > a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: rgb(231, 54, 80);
}
.link-txt-cf > a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../images/arrow2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding-left: 0.5em;
}

#menu-wrap {
  display: none;
}

.n-pc {
  display: none;
}

.n-tb {
  display: initial;
}

.n-sp {
  display: initial;
}

.d-pc {
  display: initial;
}

.d-tb {
  display: none;
}

.d-sp {
  display: none;
}

.mmt {
  margin-top: -15px;
}

@media (max-width: 1023px) and (min-width: 768px) {
  #menu-wrap {
    display: initial;
  }
  .n-pc {
    display: initial;
  }
  .n-tb {
    display: none;
  }
  .n-sp {
    display: initial;
  }
  .d-pc {
    display: none;
  }
  .d-tb {
    display: initial;
  }
  .d-sp {
    display: none;
  }
  .header .header-menu {
    display: none;
  }
  .partner .partner-logo-3 {
    gap: 20px 3.3333333333%;
  }
  .partner .partner-logo-3 li {
    width: 22.5%;
  }
  .message .message-list .message-list-item {
    padding: 10px;
    margin-bottom: 5px;
    width: calc(50% - 20px);
  }
  .message .message-list .message-list-item p {
    margin: 0 0 0.5em 0;
    font-size: 1.2rem;
    font-weight: bold;
  }
  section.cf-supporter .cf-supporter-list li {
    width: 33.3333333333%;
  }
  section.cf-supporter .cf-supporter-list.l-1 li {
    width: 50%;
  }
  .footer-inbox .footer-logo {
    gap: 20px;
  }
  .mmt {
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  #menu-wrap {
    display: initial;
  }
  .n-pc {
    display: initial;
  }
  .n-tb {
    display: initial;
  }
  .n-sp {
    display: none;
  }
  .d-pc {
    display: none;
  }
  .d-tb {
    display: none;
  }
  .d-sp {
    display: initial;
  }
  .header .title {
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
  .header .header-menu {
    display: none;
  }
  .fv {
    padding-top: 0;
  }
  .kv {
    margin: 0 -30px;
  }
  .kv .kv-inner .kv-img .kv-img-logo {
    width: clamp(45px, 10.5882352941vw, 75px);
  }
  .kv .kv-inner .kv-txt {
    padding: 15px;
    font-size: clamp(16px, 4.2352941176vw, 43.2px);
  }
  .story h2 {
    font-size: clamp(18px, 4.1720990874vw, 32px);
    line-height: 1.7;
  }
  .partner .partner-logo-3 {
    gap: 15px 3.5%;
  }
  .partner .partner-logo-3 li {
    width: 31%;
  }
  .message .message-list .message-list-item {
    padding: 10px;
    margin-bottom: 5px;
    width: calc(50% - 20px);
  }
  .message .message-list .message-list-item p {
    margin: 0 0 0.5em 0;
    font-size: min(1.1rem, ((100vw - 60px) / 2 - 20px) / 9);
    font-weight: bold;
  }
  section.cf-supporter h2 {
    font-size: 1.4em;
  }
  section.cf-supporter p {
    font-size: 1em;
  }
  section.cf-supporter .cf-supporter-list li {
    width: 50%;
    font-size: min(1em, (100vw - 60px) / 22);
  }
  section.cf-supporter .cf-supporter-list.l-1 li {
    width: 100%;
  }
  .footer .footer-inbox .footer-logo {
    width: 50vw;
    gap: 0;
    justify-content: space-around;
  }
  .footer .footer-inbox .footer-logo .footer-logo-hiroshima80 {
    width: 20.5882352941vw;
  }
  .footer .footer-inbox .footer-logo .footer-logo-did {
    width: 16.4705882353vw;
  }
  .footer .footer-inbox .footer-btn ul {
    flex-direction: row;
    width: 50vw;
    align-items: center;
  }
  .footer .footer-inbox .footer-btn ul li {
    border-radius: 15px;
    width: clamp(65px, 18.8235294118vw, 120px);
    aspect-ratio: 1;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: none;
    border: 1px outset;
  }
  .footer .footer-inbox .footer-btn ul li a {
    padding: 5px;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill;
    height: -webkit-fill-available;
    height: -moz-available;
    height: fill;
    font-size: clamp(10px, 3.0588235294vw, 16px);
    align-content: center;
  }
  .mmt {
    margin-top: -12px;
  }
}
#menu-wrap #menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: grid;
  place-items: center;
  place-content: center;
  width: 60px;
  height: 60px;
  background: #ddd;
  border: none;
  cursor: pointer;
  z-index: 999;
}
#menu-wrap .menu-bar,
#menu-wrap .menu-bar::before,
#menu-wrap .menu-bar::after {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: transform 0.3s;
}
#menu-wrap .menu-bar {
  display: grid;
}
#menu-wrap .menu-bar::before, #menu-wrap .menu-bar::after {
  content: "";
  grid-area: 1/1;
}
#menu-wrap .menu-bar::before {
  transform: translateY(-8px);
}
#menu-wrap .menu-bar::after {
  transform: translateY(8px);
}
.menu-open #menu-wrap .menu-bar {
  background-color: transparent;
}
.menu-open #menu-wrap .menu-bar::before {
  transform: rotate(45deg);
}
.menu-open #menu-wrap .menu-bar::after {
  transform: rotate(-45deg);
}
.menu-open #menu-wrap .menu-overlay {
  visibility: visible;
  opacity: 1;
}
#menu-wrap .menu-label {
  transform: translateY(10px);
  font-size: 10px;
  color: #333;
}
#menu-wrap #menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  transition: opacity 0.3s;
}
#menu-wrap #menu {
  padding: 60px 30px 0;
  box-sizing: border-box;
  position: fixed;
  width: 90%;
  height: 75%;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 998;
  overflow-y: auto;
  transform: translate(100%);
  transition: transform 0.3s ease-out;
}
#menu-wrap #menu ul {
  list-style: none;
}
#menu-wrap #menu ul li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 3px dashed #d0d0d0;
}
#menu-wrap #menu ul li a {
  color: #292929;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.4;
}
.menu-open #menu-wrap #menu {
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */