@charset "UTF-8";
/********************

共通

********************/
html {
  font-size: 100%;
}

body {
  background-image: url("../img/bg.jpg");
  background-attachment: fixed;
  color: #574423;
  font-family: "Shuei Nijimi 4goKana", serif;
  letter-spacing: 1.1px;
  min-height: 100vh;
  position: relative;
  line-height: 1.8rem;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

a {
  color: #574423;
  text-decoration: none;
  cursor: pointer !important;
}

.brsp {
  display: none;
}

.selif-small {
  font-size: 0.8rem;
}

.selif-big2 {
  font-size: 1.1rem;
  font-weight: bold;
}

.text-link:hover {
  opacity: 0.8;
}

.colorchange {
  filter: sepia(0.5);
  transition: all 0.3s;
  cursor: pointer;
}
.colorchange:hover {
  filter: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.table_timetable {
  margin: auto;
  width: 320px;
  text-align: left;
}

.container {
  margin: 0 6% 0% 28%;
}

.wrapper {
  padding: 5% 0% 0% 0;
  display: flex;
  justify-content: space-between;
}

.button {
  display: inline-block;
  background-color: #574423;
  color: antiquewhite;
  padding: 10px 30px;
  margin: 20px;
  border-radius: 30px;
  position: relative;
}
.button:hover {
  opacity: 0.8;
}
.button::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 3px solid antiquewhite;
  border-right: 3px solid antiquewhite;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}

.table_ticket {
  margin: auto;
  width: 280px;
  text-align: left;
  line-height: 2;
}
.table_ticket .price {
  text-align: right;
}

/********************

メニュー

********************/
#header {
  width: 28%;
  position: fixed;
  top: 0;
  overflow-y: auto;
  padding: 5% 3%;
}

.site-title img {
  width: 28%;
  max-width: 120px;
  min-width: 70px;
  padding-left: 10px;
}

.nav-menu {
  padding-top: 50px;
}
.nav-menu li img {
  width: 70%;
  max-width: 320px;
  min-width: 230px;
}

.nav-sns {
  padding: 30px 0 0 10px;
  display: flex;
}
.nav-sns li {
  width: 7%;
  margin-right: 10px;
}
.nav-sns li:nth-child(2) {
  margin-right: 13px;
}
.nav-sns li img {
  width: 30px;
}

/*　ハンバーガーボタン　*/
#sp-header {
  height: 30px;
  width: 100%;
  padding: 20px;
  display: none;
  position: fixed;
  box-sizing: border-box;
  top: 0;
  transition: all 0.5s;
  z-index: 3;
}
#sp-header img {
  width: 100px;
  position: relative;
}

.hide {
  transform: translateY(-150%); /* 上に消えるようにする */
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #3b2d1d;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #574423;
  background: rgba(246, 231, 188, 0.9);
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 50px 20px 30px 20px;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  font-size: 1.2rem;
  padding: 3px;
  text-align: left;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  opacity: 0.8;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #574423;
  padding: 1em 0;
  text-decoration: none;
}

.globalMenuSp_sns {
  text-align: left;
  padding-left: 25px;
  font-size: 1.2rem;
}

body.active {
  overflow-y: hidden;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/********************

footer 

********************/
#footer {
  text-align: center;
  background-image: url(../img/footer1.png);
  color: #574423;
  font-size: 0.7rem;
  font-family: sans-serif;
  padding: 50px 0 20px 0;
}

/********************

index 

********************/
#index main {
  width: 90%;
}

.mainvisual {
  height: 40vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}

#sp-menu {
  display: none;
}

.news-title {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.news-title .section-title {
  width: 20%;
  max-width: 200px;
  min-width: 120px;
}
.news-title .whatsnew {
  width: 25%;
  height: 100%;
  max-width: 200px;
  min-width: 100px;
  padding-bottom: 20px;
}

.news-list {
  display: flex;
  justify-content: space-between;
  padding: 0 8px 50px 3px;
  padding-bottom: 100px;
}
.news-list li {
  width: 30%;
}
.news-list li img {
  border: solid #574423 1px;
  outline: solid #574423 2px;
  outline-offset: 2px;
  margin: 2px;
}
.news-list li .news {
  padding: 10px 0 20px 0px;
}
.news-list li .news .news_category {
  background-color: #574423;
  color: antiquewhite;
  border-radius: 5px;
  font-size: 0.6rem;
  line-height: 0.5;
  padding: 5px 8px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
.news-list li .news .news_subtitle {
  font-size: 0.9em;
}
.news-list li .date {
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  border-top: dotted 1px #574423;
  font-family: "Special Elite", cursive;
  padding-top: 3px;
}
.news-list li .selif-small {
  font-size: 0.88rem;
  line-height: 25px;
}

/*************

nextstage

**************/
#nextstage main {
  width: 85%;
  text-align: center;
  padding-right: 200px;
}
#nextstage .center {
  display: flex;
  justify-content: center;
  width: 65%;
  margin: auto;
  padding-bottom: 50px;
}
#nextstage .nextstage_title {
  padding: 30px 30px;
  width: 60%;
  margin: auto;
  position: relative;
  border: 1px solid #574423;
}
#nextstage .nextstage_title::after {
  position: absolute;
  content: "";
  border: 2px solid #574423;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
}
#nextstage .selif-big {
  font-size: 1.4rem;
  padding: 10px 0;
}
#nextstage #cast {
  padding: 80px 0;
}
#nextstage #cast img {
  width: 120px;
}
#nextstage #cast .selif-small {
  font-size: 0.8rem;
}
#nextstage #timetable {
  padding-bottom: 80px;
}
#nextstage #timetable .timetabletitle {
  width: 160px;
  padding-bottom: 16px;
}
#nextstage #timetable .selif-small {
  font-size: 0.8rem;
}
#nextstage #timetable li {
  font-size: 0.8rem;
}
#nextstage #timetable .longtimetable {
  width: 50%;
  padding-top: 20px;
}
#nextstage #timetable .timetable_inner {
  width: 200px;
  margin: auto;
  text-align: left;
}
#nextstage #access {
  padding: 0 20px 80px 20px;
}
#nextstage #access img {
  width: 140px;
}
#nextstage #access .selif-small {
  font-size: 0.8rem;
}
#nextstage #ticket {
  padding-bottom: 80px;
}
#nextstage #ticket img {
  width: 180px;
}
#nextstage #staff {
  padding-bottom: 80px;
}
#nextstage #staff img {
  width: 110px;
  padding-bottom: 16px;
}
#nextstage #staff p {
  width: 70%;
  margin: auto;
}
#nextstage #greenfesta {
  padding: 60px 0;
}
#nextstage #greenfesta .award-img {
  width: 60%;
  max-width: 500px;
  vertical-align: top;
  padding-bottom: 20px;
}
#nextstage #greenfesta .button {
  display: inline-block;
  background-color: #574423;
  color: antiquewhite;
  padding: 10px 30px;
  margin: 20px;
  border-radius: 30px;
  position: relative;
}
#nextstage #greenfesta .button:hover {
  opacity: 0.8;
}
#nextstage #greenfesta .button::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 3px solid antiquewhite;
  border-right: 3px solid antiquewhite;
  top: 20px;
  right: 20px;
  transform: rotate(45deg);
}

.beautystupid_timetable {
  max-width: 450px !important;
}

/********************

about

********************/
#about main {
  width: 85%;
}
#about .section-title img {
  max-width: 340px;
}
#about .section-title2 img {
  max-width: 160px;
  padding: 80px 0 20px 0;
}
#about .flex {
  display: flex;
}
#about .flex img {
  width: 30%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  max-width: 250px;
}
#about #kodai div {
  padding-left: 50px;
  align-self: center;
}
#about #kodai .about-name {
  font-size: 1.4rem;
}
#about #kodai .selif-small {
  font-size: 0.8rem;
}
#about #kodai .about-career {
  padding-top: 50px;
}
#about #jin.flex {
  flex-direction: row-reverse;
  padding: 50px 0;
}
#about #jin div {
  padding-right: 50px;
  align-self: center;
  text-align: right;
}
#about #jin .about-name {
  font-size: 1.4rem;
}
#about #jin .selif-small {
  font-size: 0.8rem;
}
#about #jin .about-career {
  padding-top: 25px;
  margin-top: 25px;
}

/********************

essay

********************/
#essay {
  min-height: 100vh;
}
#essay main {
  width: 80%;
}
#essay .section-title {
  width: 26%;
  max-width: 180px;
  min-width: 160px;
  padding-bottom: 40px;
}
#essay .article-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #574423;
  padding: 24px 0px;
  transition: all 0.5s;
  width: 100%;
}
#essay .article-list:hover {
  opacity: 0.7;
}
#essay h3 {
  font-size: 1.1rem;
  line-height: 1.5;
}
#essay time {
  font-size: 0.7rem;
  align-self: flex-end;
}
#essay .page {
  text-align: center;
  padding: 50px 0;
}

aside {
  position: fixed;
  width: 200px;
  right: 10px;
  top: 50px;
}
aside h3 {
  font-size: 1.2rem;
  padding: 40px 0 20px 0;
}
aside h3 img {
  width: 10px;
  margin-right: 5px;
}
aside .archive-list {
  display: flex;
  line-height: 1.5;
  padding: 10px 10px 0 15px;
}
aside .archive-list dd {
  display: flex;
  padding-left: 20px;
}
aside .category-list li {
  padding: 10px 0px 5px 15px;
}

/**********************

article

**********************/
#article main {
  width: 80% !important;
}
#article p {
  line-height: 2;
}

.article-title {
  font-size: 1.2rem;
  display: block;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 2px #574423;
  margin-bottom: 20px;
}
.article-title::before {
  content: "";
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: 0px;
  right: 0px;
  border-bottom: solid 1px #574423;
  z-index: -1;
}

.tag {
  display: flex;
  justify-content: flex-end;
}
.tag img {
  width: 15px;
  padding-right: 3px;
  vertical-align: middle;
  padding-bottom: 4px;
}
.tag li {
  padding: 0 0 30px 20px;
  font-size: 0.8rem;
  font-family: sans-serif;
  vertical-align: middle;
}

.back {
  text-align: center;
  padding: 100px 0 20px 0;
  transition: all 0.2s;
}
.back:hover {
  opacity: 0.7;
}

.essay-next {
  text-align: right;
  padding-right: 15%;
}

/**********************

works

**********************/
#works {
  min-height: 100vh;
}
#works .section-title {
  width: 180px;
  margin-bottom: 50px;
}
#works main {
  width: 90%;
}
#works aside {
  width: 200px;
  right: 10px;
}
#works .works {
  display: flex;
  padding-bottom: 30px;
  flex-wrap: wrap;
}
#works .works li {
  width: 40%;
  padding: 0px 5% 20px 0;
}
#works .works li img {
  border: solid #574423 1px;
  outline: solid #574423 2px;
  outline-offset: 2px;
  margin: 2px;
}
#works .works p {
  padding-bottom: 15px;
}
#works .works p span {
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}
#works .works .works-date {
  font-size: 0.8rem;
  letter-spacing: 2.5px;
  border-top: dotted 1px #574423;
  font-family: "Special Elite", cursive;
  padding-top: 3px;
}
#works .category-naives {
  font-size: 0.6rem;
  background-color: rgb(206, 210, 214);
  line-height: 0.5;
  padding: 10px 10px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 5px;
  border-radius: 5px;
  display: inline-block;
}
#works .category-kyakuhon {
  font-size: 0.6rem;
  background-color: rgb(226, 215, 217);
  line-height: 0.5;
  padding: 10px 5px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: inline-block;
}
#works .category-writing {
  font-size: 0.6rem;
  background-color: rgb(215, 221, 214);
  line-height: 0.5;
  padding: 10px 5px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
  border-radius: 5px;
  display: inline-block;
}
#works .noimg {
  position: relative;
}
#works .noimg .noimg_stage {
  font-family: "Special Elite", cursive;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
#works .back {
  display: block;
  text-align: center;
}
#works .works_archive {
  padding: 10px 0px 5px 15px;
}

/**********************

contact

**********************/
#contact main {
  width: 100%;
  min-height: 100vh;
  text-align: center;
  padding-top: 15%;
}
#contact table {
  width: 50%;
  margin: auto;
}
#contact table td {
  text-align: left;
  padding: 2px 0;
}
#contact .contact_form {
  width: 100%;
  background: none;
  border: 0px;
  border-bottom: 1px dotted #574423;
  color: #574423;
  margin-bottom: 20px;
}
#contact .button_center {
  text-align: center;
}
#contact .form_button {
  padding: 10px 0;
  width: 100%;
  background: #574423;
  border-radius: 10px;
  border: none;
  font-family: "Shuei Nijimi 4goKana", serif;
  color: antiquewhite;
}
#contact .thankyou {
  font-size: 2rem;
  font-family: "Special Elite", cursive;
}

@media screen and (min-height: 900px) {
  #footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .wrapper {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    margin: 0 0% 0% 30%;
  }
  #index main {
    width: 100%;
  }
  #index main #news {
    padding: 0 20px 0 0;
  }
  #index #essay main {
    width: 100%;
  }
  #works main {
    width: 100%;
  }
  #nextstage main {
    width: 100%;
    padding: 0;
  }
  #nextstage .mobile-scroll {
    width: 100%;
    overflow-x: scroll;
  }
  /**********************

  essay

  **********************/
  aside {
    display: none;
  }
  .article-list {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  .container {
    width: 100%;
    margin: 0;
  }
  .wrapper {
    padding: 100px 20px 20px 20px !important;
    margin: 0;
    box-sizing: border-box;
  }
  #header {
    display: none;
  }
  #sp-header {
    display: block;
  }
  #article {
    padding: 0;
  }
  body {
    overflow-x: hidden;
  }
  /**********************

  index

  **********************/
  #index main {
    width: 100%;
  }
  #index .mainvisual {
    height: 60vh;
  }
  #index #sp-menu {
    display: flex;
    height: 40vh;
    width: 100%;
  }
  #index #sp-menu .sp-site-title {
    width: 50%;
  }
  #index #sp-menu .sp-site-title img {
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
    width: 100%;
  }
  #index .sp-nav-menu {
    width: 100%;
    padding: 10px 0 0 0;
  }
  #index .sp-nav-menu li {
    width: 100%;
  }
  #index .sp-nav-menu li img {
    width: 100%;
  }
  #index .sp-nav-sns {
    display: flex;
    padding-left: 8px;
  }
  #index .sp-nav-sns li {
    padding: 5px 6px;
  }
  #index .sp-nav-sns img {
    width: 20px;
  }
  #index #news {
    padding: 0 20px !important;
    box-sizing: border-box;
  }
  #index #news .section-title {
    width: 150px;
    margin-bottom: 20px;
  }
  .news-list {
    flex-direction: column;
  }
  .news-list li {
    width: 100%;
    padding-bottom: 20px;
  }
  .whatsnew {
    display: none;
  }
  /**********************

  essay

  **********************/
  #essay main {
    width: 100% !important;
  }
  /**********************

  article

  **********************/
  #article main {
    width: 100% !important;
  }
  /**********************

  nextstage

  **********************/
  #nextstage .center {
    width: 100%;
  }
  #nextstage .nextstage_title {
    width: 100%;
    box-sizing: border-box;
    font-size: 0.8rem;
    padding: 10px;
  }
  #nextstage #access {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 80px 0;
  }
  #nextstage #timetable .longtimetable {
    width: 100%;
  }
  #nextstage #staff p {
    width: 100%;
  }
  #nextstage #greenfesta .award-img {
    width: 90%;
  }
  /********************

  about

  ********************/
  #about main {
    width: 100%;
  }
  #about #kodai img {
    width: 50%;
  }
  #about #kodai div {
    padding-left: 30px;
    font-size: 0.7rem;
  }
  #about #kodai .about-career {
    padding-top: 25px;
    line-height: 1.8;
  }
  #about #jin {
    overflow: hidden;
  }
  #about #jin img {
    width: 50%;
  }
  #about #jin div {
    padding-right: 30px;
    font-size: 0.7rem;
  }
  #about #jin .about-career {
    padding-top: 25px;
    line-height: 1.8;
  }
  /********************

  works

  ********************/
  #works .section-title {
    width: 180px;
    margin-bottom: 20px;
  }
  #works .works li {
    width: 100%;
  }
  /********************

  contact

  ********************/
  #contact table {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */