@charset "UTF-8";
html,
body,
h1,
h2,
h3,
ul,
li,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  box-sizing: border-box;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

body {
  font-family: "FOT-筑紫新聞明朝 Pr6 L", serif;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

.flex-container {
  display: flex;
}
@media screen and (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}

h1,
h2,
.font-h2 {
  font-family: "FOT-筑紫Bオールド明朝 Pr6 D", serif;
  font-size: 4vw;
  line-height: 1.2;
}

h3,
.font-h3 {
  font-size: 3.2vw;
  font-family: "FOT-筑紫Bオールド明朝 Pr6 D", serif;
}

h4, h5, h6 {
  font-size: 2.8vw;
  font-family: "FOT-筑紫Bオールド明朝 Pr6 D", serif;
}

@media screen and (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 20px;
    line-height: 1.2;
  }
  body {
    font-size: 16px;
  }
}
html {
  background-color: #d6d6d6;
}

main {
  padding-top: 3rem;
  width: calc(100% - 25vw - 6rem);
  min-height: 100lvh;
  margin-left: 25vw;
  padding-right: 6rem;
}
@media screen and (max-width: 800px) {
  main {
    width: calc(100% - 2rem);
    margin-left: 0;
    padding-right: 0;
    padding: 0 1rem;
    min-height: auto;
  }
}

.btn {
  display: inline-block;
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #e83518;
}
.btn::before {
  position: absolute;
  content: "";
  display: block;
  top: 22%;
  left: 13%;
  width: 40%;
  height: 40%;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: scaleY(0.6) rotate(-45deg);
}
.btn.big {
  width: 4rem;
  height: 4rem;
  margin: 1rem 0;
  margin-right: 1rem;
}
.btn.big::before {
  top: 32%;
  left: 22%;
  width: 30%;
  height: 30%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.small {
  font-size: 16px;
}

#spmenubtn {
  position: fixed;
  z-index: 101;
  top: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  display: none;
}
#spmenubtn .hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #e83518;
  transition: all 0.4s;
}
#spmenubtn .hamburger__line:nth-of-type(1) {
  top: 14px;
}
#spmenubtn .hamburger__line:nth-of-type(2) {
  top: 23px;
}
#spmenubtn .hamburger__line:nth-of-type(3) {
  top: 32px;
}

#logo {
  position: fixed;
  z-index: 102;
  top: 0;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#logo img {
  width: 18vw;
  margin-top: 2rem;
  margin-left: 1rem;
}

header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 25vw;
  min-width: 300px;
  height: 100lvh;
  font-size: 1.5vw;
  padding-left: 1.5rem;
}
header .nav-wrap {
  position: absolute;
  bottom: 2rem;
}
header .nav-wrap ul li {
  transform: scaleY(0.95);
}
header .nav-wrap ul li + li {
  margin-top: 0.88vw;
}
header .sns {
  display: flex;
  gap: 1rem;
  margin-top: 3rem;
}
header .sns .sns-icon {
  height: 2.5vw;
  width: 2.5vw;
}

@media screen and (max-width: 800px) {
  #logo img {
    width: 40vw;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
  }
  #spmenubtn .hamburger__line.active {
    background-color: white;
  }
  #spmenubtn .hamburger__line.active:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
  #spmenubtn .hamburger__line.active:nth-of-type(2) {
    opacity: 0;
  }
  #spmenubtn .hamburger__line.active:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
  header {
    display: none;
    position: initial;
    font-size: 1.2rem;
  }
  header.active {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100lvh;
    background-color: #e83518;
    padding: 0;
    margin: 0;
  }
  header .nav-wrap {
    position: initial;
    bottom: 0;
  }
  #spmenubtn {
    display: block;
  }
  header .sns {
    justify-content: center;
  }
  header .sns .sns-icon {
    height: 30px;
    width: 30px;
  }
}
footer {
  width: 100%;
  height: 100lvh;
  background-color: #e83518;
  margin-top: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer p {
  font-size: 0.8rem;
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  footer {
    margin-top: 6rem;
    height: 30lvh;
  }
}

.post-template-default h1 {
  margin-bottom: 3rem;
}
.post-template-default li + li {
  margin-top: 4rem;
}
.post-template-default .wp-block-latest-posts__post-title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
.post-template-default .wp-block-post-date {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 800px) {
  .post-template-default h1 {
    text-align: center;
  }
  .post-template-default main {
    padding-top: 8rem;
  }
}

.category-read p + p {
  margin-top: 2rem;
}

.page-template-default h1 {
  margin-bottom: 3rem;
}
.page-template-default li + li {
  margin-top: 4rem;
}
.page-template-default .wp-block-latest-posts__list {
  margin-top: 1rem;
}
.page-template-default .wp-block-latest-posts__post-title {
  display: block;
  position: relative;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border: 1px solid #e83518;
  color: #e83518;
  padding: 1rem;
  padding-right: 4rem;
}
.page-template-default .wp-block-latest-posts__post-title::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  border-right: 3px solid #e83518;
  border-bottom: 3px solid #e83518;
  transform: scaleY(0.6) rotate(-45deg);
}
.page-template-default a.ticket-btn {
  display: block;
  margin: 0.2rem 0;
  width: fit-content;
  padding: 0.4rem 2.4rem;
  border-radius: 2rem;
  background-color: #e83518;
  color: white;
  cursor: pointer;
  text-wrap: nowrap;
}
.page-template-default a.ticket-btn p {
  color: white;
}
.page-template-default .wp-block-latest-posts__post-date {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 800px) {
  .page-template-default h1 {
    text-align: center;
  }
  .page-template-default main {
    padding-top: 8rem;
  }
}

.home main {
  width: calc(100% - 25vw - 1rem);
  padding-right: 1rem;
}
@media screen and (max-width: 800px) {
  .home main {
    width: calc(100% - 2rem);
    margin-left: 0;
    padding-right: 0;
    padding: 0 1rem;
    min-height: auto;
  }
}
.home section {
  margin-top: 8rem;
}
@media screen and (max-width: 800px) {
  .home section {
    margin-top: 5rem;
  }
}
.home .btnwrap {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.home #firstview {
  height: 90vh;
}
.home #firstview::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/front-page/visual-shogo.webp") no-repeat center/cover;
  filter: grayscale(1);
}
.home #firstview .stage {
  position: absolute;
  right: 3rem;
  top: 3rem;
}
.home #firstview .stage .title {
  font-size: 1.4rem;
  line-height: 2;
}
.home #firstview .stage .text {
  line-height: 2;
}
.home #firstview .stage p {
  color: white;
  text-align: right;
}
.home #firstview .news {
  position: absolute;
  right: 3rem;
  bottom: 12vh;
  color: white;
}
.home #firstview .news .post-item {
  display: flex;
  width: fit-content;
}
.home #firstview .news .post-item time {
  margin-right: 1rem;
}
.home #firstview .news .post-item a {
  color: white;
}
@media screen and (max-width: 800px) {
  .home #firstview .stage {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .home #firstview .stage .title {
    font-size: 1.4rem;
    line-height: 2;
  }
  .home #firstview .stage .text {
    line-height: 2;
  }
  .home #firstview .stage p {
    color: white;
    text-align: right;
  }
  .home #firstview .news {
    width: 90%;
    left: 1rem;
    font-size: 0.8rem;
  }
  .home #firstview .news .post-item {
    display: flex;
    width: fit-content;
  }
  .home #firstview .news .post-item time {
    margin-right: 1rem;
  }
  .home #firstview .news .post-item a {
    color: white;
  }
}
.home .cta {
  background-color: #e83518;
  color: white;
  width: 100%;
  height: 6rem;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .home .cta {
    font-size: 1.6rem;
  }
}
.home .cta a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .cta a p {
  text-decoration: underline;
}
.home #introduction {
  width: 100%;
  margin-right: auto;
}
.home #introduction p {
  font-size: 2.5vw;
  line-height: 6.25vw;
  transform: scaleY(0.95);
}
@media screen and (max-width: 800px) {
  .home #introduction p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.home #introduction .tsukakouhei {
  display: flex;
  align-items: flex-start;
  margin-top: 6rem;
}
.home #introduction .tsukakouhei img {
  width: 40vw;
}
.home #introduction .tsukakouhei .tsukakouhei-text {
  display: flex;
  flex-direction: column;
  padding: 8rem 2rem 0;
}
.home #introduction .tsukakouhei .tsukakouhei-text h3 {
  font-size: 1.2rem;
}
.home #introduction .tsukakouhei .tsukakouhei-text p {
  font-size: 1.36vw;
  line-height: 2.176vw;
}
@media screen and (max-width: 800px) {
  .home #introduction p {
    font-size: 20px;
  }
  .home #introduction .tsukakouhei {
    flex-direction: column;
  }
  .home #introduction .tsukakouhei img {
    width: 100%;
  }
  .home #introduction .tsukakouhei .tsukakouhei-text {
    padding: 3rem 1rem 0;
  }
  .home #introduction .tsukakouhei .tsukakouhei-text h3 {
    font-size: 1.2rem;
  }
  .home #introduction .tsukakouhei .tsukakouhei-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.home #featured h2 {
  font-size: 2rem;
}
.home #featured p {
  padding: 2em 0;
}
.home #featured .flex div {
  border: 1px solid red;
  margin-bottom: 1rem;
  padding: 0.6rem;
  text-align: center;
  font-weight: bold;
  max-width: 400px;
  transition: 0.5s;
  cursor: pointer;
}
.home #featured .flex :hover {
  background-color: red;
}
.home #featured .flex :hover a {
  color: white;
}
.home #talk,
.home #read {
  display: flex;
}
.home #talk .left,
.home #read .left {
  width: 28vw;
}
.home #talk .left .line,
.home #read .left .line {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem 0;
}
.home #talk .left .line span,
.home #read .left .line span {
  display: block;
  width: 1px;
  height: 60px;
  background-color: black;
}
.home #talk .left h2,
.home #read .left h2 {
  font-size: 3.304vw;
  margin-bottom: 1rem;
}
.home #talk .left .sub,
.home #read .left .sub {
  font-size: 2.66vw;
  margin-bottom: 1rem;
  transform: scaleY(1.1);
  color: gray;
}
.home #talk .left .text,
.home #read .left .text {
  width: 100%;
  margin-top: 3rem;
  border-left: 1px solid black;
  padding-left: 10%;
}
.home #talk .right,
.home #read .right {
  width: calc(100% - 28vw);
  margin: 0 2rem;
  padding: 2rem;
  background-color: rgb(182, 175, 175);
}
.home #talk .right .textwrap,
.home #read .right .textwrap {
  margin: 2rem 0 0 auto;
}
.home #talk .right .textwrap h3,
.home #read .right .textwrap h3 {
  font-size: 2.35vw;
  margin-bottom: 1rem;
}
@media screen and (max-width: 800px) {
  .home #talk,
  .home #read {
    flex-direction: column;
    gap: 2rem;
  }
  .home #talk .left,
  .home #read .left {
    width: 100%;
    margin-left: 0;
  }
  .home #talk .left .titlewrap,
  .home #read .left .titlewrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
  }
  .home #talk .left .titlewrap h2,
  .home #read .left .titlewrap h2 {
    font-size: 7vw;
    margin-bottom: 1rem;
  }
  .home #talk .left .titlewrap .sub,
  .home #read .left .titlewrap .sub {
    font-size: 4.5vw;
    margin-bottom: 1rem;
  }
  .home #talk .left .text,
  .home #read .left .text {
    margin-top: 1rem;
    padding-left: 1rem;
  }
  .home #talk .right,
  .home #read .right {
    width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .home #talk .right .textwrap,
  .home #read .right .textwrap {
    margin: 0;
    padding: 1rem;
  }
  .home #talk .right .textwrap h3,
  .home #read .right .textwrap h3 {
    font-size: 7vw;
    margin-bottom: 1rem;
  }
}
.home #stage {
  width: 100%;
  display: flex;
}
.home #stage h2 {
  margin-bottom: 2rem;
}
.home #stage .poster {
  width: 38vw;
  border: 1px solid black;
}
.home #stage .textwrap {
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 800px) {
  .home #stage {
    flex-direction: column;
  }
  .home #stage h2 {
    font-size: 10vw;
    margin: 1rem 0;
    text-align: center;
  }
  .home #stage .poster {
    width: 100%;
    margin-bottom: 1rem;
  }
  .home #stage .textwrap {
    width: 100%;
    padding: 0;
  }
  .home #stage .textwrap p {
    text-align: center;
  }
}
.home #sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home #sponsor .three {
  width: 400px;
}
.home #sponsor .fellows {
  width: 200px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.home #sponsor .kyosan-1 {
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home #sponsor .kyosan-1 .yymusic {
  display: block;
  width: 80px;
}
@media screen and (max-width: 800px) {
  .home #sponsor .kyosan-1 {
    font-size: 1.2rem;
    text-align: center;
  }
  .home #sponsor .kyosan-2 {
    text-align: center;
  }
  .home #sponsor .fellows {
    width: 50vw;
    display: block;
    margin: 1rem auto;
  }
}

.page-id-44 main {
  width: calc(100% - 25vw - 6rem);
  margin-left: 25vw;
  padding-right: 6rem;
}
@media screen and (max-width: 800px) {
  .page-id-44 main {
    width: 90%;
    margin: auto;
    padding: 0;
  }
  .page-id-44 main section {
    width: 100%;
  }
}
.page-id-44 main h2 {
  margin-bottom: 2rem;
}
.page-id-44 main h3,
.page-id-44 main h4 {
  margin-bottom: 1rem;
}
.page-id-44 main section + section {
  margin-top: 3rem;
}
.page-id-44 main #overview .text1 {
  font-size: 1.4rem;
}
.page-id-44 main #overview .text2 {
  margin-top: 5rem;
  gap: 2rem;
}
.page-id-44 main #overview .attention-wrap {
  padding-top: 2rem;
}
.page-id-44 main #overview .attention-wrap p.attention {
  text-decoration: underline;
  color: red;
}
.page-id-44 main #overview .attention-wrap p.attention a {
  color: red;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .page-id-44 main #overview {
    width: calc(100% - 2rem);
    margin-left: 0;
    padding: 6rem 1rem 0;
  }
}
.page-id-44 main #schedule,
.page-id-44 main #place,
.page-id-44 main #ticket {
  font-size: 1.5rem;
}
.page-id-44 main #castandstaff .castflex {
  gap: 5rem 2rem;
  flex-wrap: wrap;
}
.page-id-44 main #castandstaff .castflex .castwrap {
  width: calc((100% - 2rem) / 2);
}
.page-id-44 main #castandstaff .castflex .castwrap h4 {
  margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 800px) {
  .page-id-44 main #castandstaff .castflex .castwrap {
    width: 100%;
  }
  .page-id-44 main #castandstaff .castflex .castwrap h4 {
    font-size: 1.4rem;
  }
}
.page-id-44 main #castandstaff .director {
  width: 50%;
  margin: 4rem auto;
  text-align: center;
}
.page-id-44 main #castandstaff .director h3 {
  text-align: center;
}
.page-id-44 main #castandstaff .director h4 {
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .page-id-44 main #castandstaff .director {
    width: 80%;
  }
}

label {
  display: inline-block;
  margin-top: 2rem;
}

input {
  height: 1.8rem;
  border-radius: 6px;
  border: 1px solid gray;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}

textarea {
  height: 10rem;
  border-radius: 6px;
  border: 1px solid gray;
  padding: 0.5rem;
  width: 50vw;
  height: 200px;
  resize: none;
  margin-top: 0.5rem;
}

input[type=submit] {
  display: inline-block;
  height: 2.6rem;
  background-color: black;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 1rem;
}

.recapcha-text {
  font-size: 0.8rem;
  color: gray;
}
.recapcha-text a {
  color: gray;
}

@media screen and (max-width: 800px) {
  input,
  textarea {
    width: 100%;
  }
}
ul.ticket-list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style: circle;
  margin-left: 1rem;
}
ul.ticket-list li {
  font-size: 16px;
  margin-top: 0.2rem;
}