@charset "UTF-8";
/*
regular.scss
*/
/*
box.scss
*/
/*
config.scss
*/
@font-face {
  font-family: "BravuraText";
  src: url(/root/fonts/BravuraText.woff);
}
/* 丸明 Fuji  */
/* いろはマル */
/* 貂明朝 */
/* 游ゴシック */
/*
all.scss
*/
/*
config.scss
*/
@font-face {
  font-family: "BravuraText";
  src: url(/root/fonts/BravuraText.woff);
}
/* 丸明 Fuji  */
/* いろはマル */
/* 貂明朝 */
/* 游ゴシック */
html {
  position: relative;
  background-color: #fff;
}
html.iframe {
  min-height: initial;
}

body {
  min-height: initial;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: kinuta-maruminfuji-stdn, serif, -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, sans-serif;
  font-size: 18px;
  color: #444;
  line-height: 2em;
  overflow-x: hidden;
  -webkit-animation: fadein 1s forwards;
          animation: fadein 1s forwards;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 544px) {
  body {
    font-size: 16px;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen\0  {
  body {
    font-family: "Segoe UI", Meiryo, sans-serif;
  }
}
@font-face {
  font-family: YuGothicM;
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: YuGothicM;
  font-weight: bold;
  src: local("YoGothic-Bold"), local("Yu Gothic"); /* Chrome用 */
}
h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 1em;
  font-family: ten-mincho, sans-serif;
  color: #141b1e;
  font-weight: normal;
  line-height: 1.25em;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 133%;
}

h5 {
  font-size: 116.6%;
}

h6 {
  font-size: 100%;
}

p {
  margin: 0px 0px 2.5em;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 544px) {
  p {
    margin-bottom: 2em;
    line-height: 1.6em;
    text-align: justify;
    text-justify: inter-character;
  }
}

hr {
  border: 0px none transparent;
  border-bottom: 1px solid #999;
  margin: 0px 0px 2.5em;
}

th,
td {
  line-height: 1.6em;
}

ul, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px 0px 2.5em;
  padding-left: 0px;
}
@media screen and (max-width: 544px) {
  ul, ol {
    margin-bottom: 2em;
  }
}
ul:last-child, ol:last-child {
  margin-bottom: 0px;
}
ul li, ol li {
  margin: 0px 0px 0.25em;
  list-style: none inside;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0px;
}
ul li p:last-child, ol li p:last-child {
  margin-bottom: 0px;
}
ul.decimal li, ol.decimal li {
  list-style: decimal inside;
}
ul.disc li, ol.disc li {
  list-style: disc inside;
}
ul.disc.inline, ol.disc.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.disc.inline li, ol.disc.inline li {
  margin-right: 1em;
}
ul.disc.inline li:last-child, ol.disc.inline li:last-child {
  margin-right: 0px;
}
ul.chip li:before, ol.chip li:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
ul.line > li, ol.line > li {
  border-bottom: 1px dashed #999;
  margin-bottom: 0.25em;
  padding: 0px 6px 0.25em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  ul.line > li, ol.line > li {
    line-height: 1.6em;
  }
}
ul.flow > li, ol.flow > li {
  margin-bottom: 15px;
}
ul.flow > li:before, ol.flow > li:before {
  content: "\f107";
  display: block;
  margin: 0px 0px 6px 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 60px;
  color: #5190a4;
  font-weight: 300;
  text-align: center;
}
ul.flow > li:nth-child(1):before, ol.flow > li:nth-child(1):before {
  display: none;
}

dl {
  margin: 0px 0px 2.5em;
}
dl dt {
  margin: 0px 0px 1em;
  line-height: 1.4em;
}
dl dd {
  margin: 0px 0px 1em;
}
dl dd:last-child {
  margin-bottom: 0px;
}

header, footer, section, aside, nav, div, ul, ol, li, dl, dt, dd, p, table, th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

blockquote {
  margin: 0px;
}

address {
  font-size: 100%;
  font-style: normal;
}
address a {
  color: #444;
  text-decoration: none;
}

a {
  color: #141b1e;
}
a[href*="void(0)"] {
  color: #ccc;
  cursor: default;
}
a > i.fa-arrow-right {
  margin-right: 3px;
  color: #5190a4;
}
a.plain {
  text-decoration: none;
}

.bttn:not(li.bttn) {
  display: inline-block;
  min-width: 90px;
  position: relative;
  background-color: #fff;
  border: 3px double #666;
  border-radius: 1.5em;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .bttn:not(li.bttn) {
    line-height: 1.25em;
  }
}
.bttn:not(li.bttn):before {
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 6px;
  position: absolute;
  top: calc(50% - 4px);
  left: -3px;
  background-color: #fff;
}
.bttn:not(li.bttn):hover {
  color: #141b1e !important;
}
.bttn:not(li.bttn).long {
  padding: 0.3em 2em;
}
.bttn:not(li.bttn).large {
  font-size: 18px;
}
.bttn:not(li.bttn) span {
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 1.5em;
  padding: 0.3em 2em;
}
.bttn:not(li.bttn) i {
  margin-right: 0.3em;
  font-size: 150%;
  vertical-align: middle;
}

.inquiry {
  border: 0px none transparent;
  border-radius: 3px;
  margin: 2em auto;
  padding: 25px 3em;
  font-size: 133.3%;
  color: #fff;
}
@media screen and (max-width: 544px) {
  .inquiry {
    padding: 20px 2em;
    font-size: 116.6%;
  }
}
.inquiry:hover {
  cursor: pointer;
}

.navitrail {
  font-size: 14px;
}
.navitrail .shoulder {
  margin-right: 1em;
}

.remarks {
  font-size: 91.6%;
  color: #666;
  line-height: 1.6em;
}

.caution {
  color: #aa6699;
}

.bravura {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0.1em;
  font-family: "BravuraText";
  font-style: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.tablet,
.sp {
  display: none;
}
.tablet.pc,
.sp.pc {
  display: inline-block;
}
@media screen and (max-width: 544px) {
  .tablet.pc,
.sp.pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .tablet {
    display: inline-block;
  }
  .tablet.pc {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  .tablet.pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.tablet,
nav.tablet,
aside.tablet,
div.tablet,
table.tablet,
dl.tablet,
ol.tablet,
ul.tablet p.tablet {
    display: block;
  }
  section.tablet.pc,
nav.tablet.pc,
aside.tablet.pc,
div.tablet.pc,
table.tablet.pc,
dl.tablet.pc,
ol.tablet.pc,
ul.tablet p.tablet.pc {
    display: block;
  }
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  section.tablet.pc,
nav.tablet.pc,
aside.tablet.pc,
div.tablet.pc,
table.tablet.pc,
dl.tablet.pc,
ol.tablet.pc,
ul.tablet p.tablet.pc {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .sp {
    display: inline-block;
  }
  section.sp,
nav.sp,
aside.sp,
div.sp,
table.sp,
dl.sp,
ol.sp,
ul.sp p.sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .pc.tablet {
    display: none;
  }
}
.blockttl {
  margin-bottom: 2em;
  font-size: 100%;
  font-weight: normal;
}
h3.blockttl span,
h4.blockttl span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 2em;
  padding: 0px 3.75em 6px 0px;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  h3.blockttl span,
h4.blockttl span {
    margin-bottom: 0px;
  }
}
h3.blockttl span:after,
h4.blockttl span:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 3px;
  position: absolute;
  bottom: 2px;
  right: 0px;
  background-color: #141b1e;
}

.box_s h3.blockttl span,
.box_s h4.blockttl span {
  margin-bottom: 0px;
}

.photo {
  position: relative;
  border-radius: 2px;
}
.photo.left {
  float: left;
  margin: 0px 60px 0px 0px;
}
@media screen and (max-width: 768px) {
  .photo.left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.left {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.right {
  float: right;
  margin: 0px 0px 0px 60px;
}
@media screen and (max-width: 768px) {
  .photo.right {
    margin-left: 40px;
  }
}
@media screen and (max-width: 544px) {
  .photo.right {
    display: table;
    float: none;
    margin: 0px auto 1em;
  }
}
.photo.center {
  display: block;
  margin: 0px auto 1em;
}
.photo a.image {
  display: inline-block;
  width: auto;
  position: relative;
}
.photo a.author img {
  border-radius: 2px;
}
.photo a .view {
  position: absolute;
  top: 15px;
  left: -5px;
}
.photo a .view:only-child {
  position: static;
  top: auto;
  left: auto;
}

.plate {
  margin-bottom: 15px;
}

.view {
  display: table;
  background-color: #141b1e;
  border-radius: 2px;
  padding: 2px 10px;
  font-family: irohamaru, sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1.25em;
}

.cut:after, #greeting_pagebox #content_message > .inner hr:after, .modal_inner.grand_prix .content:after,
.kugiri:after {
  content: "■■■";
  display: table;
  margin: 2em auto;
  font-size: 14px;
  color: #999;
  letter-spacing: 1em;
}

.hash, .tag li a:before {
  font-style: normal;
}
.hash:before, .tag li a:before {
  content: "\f292";
  display: inline-block;
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro";
  color: #5190a4;
  font-weight: 300;
  vertical-align: absmiddle;
}

.box {
  padding: 15px 45px;
  border-radius: 2px;
}

.capsule {
  border-radius: 1.5em;
  padding: 6px 1em;
  font-family: irohamaru, sans-serif;
  font-size: 91.6%;
  text-align: center;
}

.fill {
  background-color: #f6f6f6;
}
.fill.kinari {
  background-color: #f4f4ef;
}
.fill.white {
  background-color: #fff;
}

.blank {
  border: 1px solid #666;
}

.author dl.author {
  width: calc(100% - 240px);
  margin: 10px 0px 0px 0px;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  letter-spacing: -0.075em;
  line-height: 1.25em;
  text-align: center;
}
.author dl.author dt {
  margin-bottom: 6px;
}
.author dl.author dd {
  margin-bottom: 6px;
}
.author dl.author dd.name {
  margin-bottom: 0px;
  font-family: kinuta-maruminfuji-stdn, serif;
  font-size: 16px;
  letter-spacing: 0px;
}
.author a.author {
  display: block;
}

.note {
  width: 100%;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}
.note:before {
  content: "＜ NOTE ＞";
  display: block;
  font-size: 12px;
}
.note p {
  margin-bottom: 0px;
}

.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f4f4ef;
  border-radius: 2px;
  padding: 25px 25px 15px;
}
.tag li {
  margin: 0px 1.5em 15px 0px;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  letter-spacing: -0.075em;
  line-height: 1.25em;
}
.tag li:last-child {
  margin-right: 0px;
  margin-bottom: 15px;
}
.declaration {
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  .declaration {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

.kanban {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 360px;
  background: linear-gradient(45deg, #2991f5, #b537c4, #32fc90);
  background-size: 200%;
  padding: 10px 0px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-animation: bg_gradient 20s ease infinite;
          animation: bg_gradient 20s ease infinite;
}
@media screen and (max-width: 544px) {
  .kanban {
    height: 240px;
  }
}
@-webkit-keyframes bg_gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg_gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.kanban > .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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  height: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 0px 6%;
  -webkit-animation: moving 20s ease forwards;
          animation: moving 20s ease forwards;
}
@media screen and (max-width: 1000px) {
  .kanban > .inner {
    width: 92%;
  }
}
.kanban > .inner :last-child {
  margin-bottom: 0px;
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.kanban h2 {
  margin-bottom: 0.5em;
  font-family: irohamaru, sans-serif;
  color: #fff;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 1200px) {
  .kanban h2 {
    font-size: 175%;
  }
}
@media screen and (max-width: 1000px) {
  .kanban h2 {
    font-size: 150%;
  }
}
@media screen and (max-width: 544px) {
  .kanban h2 {
    font-size: 133.3%;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 375px) {
  .kanban h2 {
    font-size: 116.6%;
  }
}
.kanban p {
  line-height: 1.6em;
}
@media screen and (max-width: 544px) {
  .kanban p {
    margin-bottom: 1em;
    font-size: 91.6%;
    letter-spacing: -0.1em;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 375px) {
  .kanban p {
    font-size: 75%;
  }
}
@media screen and (max-width: 544px) {
  .kanban .bttn {
    font-size: 83.3%;
  }
}

select,
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  border-radius: 6px;
  padding: 6px;
}

textarea.area.long {
  height: 240px;
}

@media screen and (max-width: 544px) {
  select {
    width: 100%;
  }
}

.area.long {
  width: 480px;
}
@media screen and (max-width: 544px) {
  .area.long {
    width: 100%;
  }
}
.area.middle {
  width: 240px;
}
@media screen and (max-width: 544px) {
  .area.middle {
    width: 100%;
  }
}
.area.short {
  width: 120px;
}
@media screen and (max-width: 544px) {
  .area.short {
    width: 100%;
  }
}
.area.mini {
  width: 90px;
}
.area.micro {
  width: 60px;
}

/*
slick.js
*/
.slide .slick-dots li button:before {
  color: #ccc;
}

.slick-next:before,
.slick-prev:before {
  color: #5190a4;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #5190a4;
}

.slick-list {
  padding: 0px !important;
}

/*
modaal.js
*/
.modal_target {
  display: none;
}

.modaal-content-container {
  padding-bottom: 60px;
}
@media screen and (max-width: 544px) {
  .modaal-content-container {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.modaal-container {
  max-width: 800px;
  max-height: calc((100vh - 160px) * 0.9);
  position: relative;
  border-radius: 2px !important;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: -0.025em;
  overflow-y: scroll;
}
.modaal-container .box_s {
  margin-bottom: 4em;
}
.modaal-container .box_s p:last-child {
  margin-bottom: 0px;
}
.modaal-container h1 {
  font-size: 175%;
}
.modaal-container p {
  margin-bottom: 2em;
}
.modaal-container dl {
  margin-bottom: 2em;
}
.modaal-container dt {
  margin-bottom: 0.5em;
}
.modaal-container nav li {
  margin-bottom: 1em;
}
@media screen and (max-width: 544px) {
  .modaal-container .bttn {
    letter-spacing: -0.05em;
    text-align: left;
  }
}

.modaal-iframe-elem {
  height: 100%;
}

.modaal-wrapper {
  z-index: 11111 !important;
}

.modaal-content-container :last-child {
  margin-bottom: 0px;
}

.modaal-close {
  position: absolute !important;
  top: 20px;
  right: 20px;
  background-color: #000 !important;
}
.modaal-close:focus, .modaal-close:hover {
  background-color: #color_nile !important;
  color: #fff;
}

.modal_inner.grand_prix {
  padding-top: 60px;
  font-size: 116.6%;
}
.modal_inner.grand_prix h4 {
  font-size: 150%;
}
.modal_inner.grand_prix h4:before {
  content: "選評";
  display: inline-block;
  border: 1px solid #141b1e;
  border-radius: 2px;
  margin-right: 0.5em;
  padding: 6px 10px;
  font-size: 83.3%;
  line-height: 1;
}
.modal_inner.grand_prix h5 {
  text-align: right;
}
.modal_inner.grand_prix .content p,
.modal_inner.grand_prix .voice p {
  line-height: 2em;
}
.modal_inner.grand_prix .voice {
  background-color: #f6f6f6;
  border-radius: 2px;
  margin-top: 3em;
  padding: 90px 120px;
}
@media screen and (max-width: 1000px) {
  .modal_inner.grand_prix .voice {
    padding: 60px 90px;
  }
}
@media screen and (max-width: 768px) {
  .modal_inner.grand_prix .voice {
    padding: 60px 45px;
  }
}
@media screen and (max-width: 544px) {
  .modal_inner.grand_prix .voice {
    padding: 45px 15px;
  }
}
.modal_inner.grand_prix .voice:before {
  content: "受賞者の言葉`";
  display: block;
  margin-bottom: 1em;
  font-size: 133.3%;
  font-weight: normal;
  line-height: 1.25em;
}

/*
Formstone
*/
.fs-checkbox-label.fs-light {
  color: #444;
}

.fs-checkbox.fs-light.fs-checkbox-radio {
  display: inline-block !important;
}

.fs-checkbox-label.fs-light {
  font-size: 100%;
  line-height: 20px;
}

.fs-number.fs-light {
  display: inline-block;
}

.fs-light.fs-navigation-overlay-nav.fs-navigation-enabled {
  background-color: #f4f4ef;
  padding: 20px 15px;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled {
  padding-left: 12px;
  white-space: nowrap;
}
.fs-light.fs-navigation-handle.fs-navigation-enabled:after {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
          box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
}

.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  background-color: #5190a4;
  border: 0px none transparent;
  border-radius: 2px;
  font-family: irohamaru, sans-serif;
  color: #fff;
  text-decoration: none;
}

.fs-light.fs-lightbox-overlay {
  z-index: 99999;
}

.fs-lightbox.fs-light {
  z-index: 100000;
}

.fs-lightbox .caption {
  font-family: kinuta-maruminfuji-stdn, serif;
}

.fs-lightbox-caption p {
  margin: 0px !important;
  font-size: 91.6%;
  line-height: 1.4em;
}
.fs-lightbox-caption p:empty {
  display: none !important;
}

.fs-lightbox-position {
  font-family: kinuta-maruminfuji-stdn, serif;
}

.fs-lightbox-image_container img {
  max-width: initial !important;
}

@media screen and (max-width: 1000px) {
  [id$=_pagebox] {
    padding-top: 60px;
  }
}

/*
--------------------------------------------------*/
#headerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 92%;
  margin: 0px auto 60px;
  padding: 10px 0px 0px;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 1000px) {
  #headerbox {
    display: none !important;
  }
}
#headerbox .tagline {
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25em;
}
#headerbox .logomark {
  width: 150px;
  margin: 0px;
  line-height: 1;
}
#headerbox nav {
  width: calc(100% - 180px);
  margin-top: 10px;
}
#headerbox nav ul.menubar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: 0px;
}
#headerbox nav ul.menubar > li {
  margin: 0px 2em 0px 0px;
}
#headerbox nav ul.menubar > li:last-child {
  margin-right: 0px;
}
#headerbox nav ul.menubar a {
  display: block;
  font-family: ten-mincho, sans-serif;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
@media screen and (max-width: 1200px) {
  #headerbox nav ul.menubar a {
    font-size: 14px;
  }
}
#headerbox nav ul.menubar a[href$=window], #headerbox nav ul.menubar a[href*=grand_prix] {
  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;
}
#headerbox nav ul.menubar a[href$=window]:after, #headerbox nav ul.menubar a[href*=grand_prix]:after {
  display: table;
  font-size: 10px;
  white-space: nowrap;
}
#headerbox nav ul.menubar a[href$=window]:after {
  content: "関西現代演劇俳優賞";
}
#headerbox nav ul.menubar a[href*=grand_prix]:after {
  content: "第三回（2024）受賞作";
}
#headerbox nav ul.menubar a br {
  display: none;
}
@media screen and (max-width: 1200px) {
  #headerbox nav ul.menubar a br {
    display: inline-block;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#sticky_header {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #999;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 1000px) {
  #sticky_header {
    display: block;
  }
}
#sticky_header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 3%;
}
@media screen and (max-width: 544px) {
  #sticky_header nav {
    padding: 0px 15px;
  }
}
#sticky_header nav > .logomark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  line-height: 1;
}
#sticky_header nav > .logomark.sp {
  display: none;
}
@media screen and (max-width: 544px) {
  #sticky_header nav > .logomark.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 544px) {
  #sticky_header nav > .logomark.pc {
    display: none;
  }
}
#sticky_header nav > .logomark img {
  height: 50px;
}
#sticky_header nav .menu {
  width: 110px;
}
#sticky_header nav .menu .navigation > :last-child {
  margin-bottom: 100px;
}
#sticky_header nav .menu .navigation .logomark {
  height: 70px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
#sticky_header nav .menu .navigation .logomark img {
  height: 70px;
  position: relative;
}
#sticky_header nav .menu .navigation a {
  font-family: ten-mincho, sans-serif;
  color: #141b1e;
  letter-spacing: -0.05em;
}
#sticky_header nav .menu .navigation dl {
  background-color: #5190a4;
  border-radius: 6px;
  margin-bottom: 1em;
  padding: 20px 5px;
}
#sticky_header nav .menu .navigation dl dt {
  text-align: center;
}
#sticky_header nav .menu .navigation dl dt a {
  display: block;
  font-size: 116.6%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#sticky_header nav .menu .navigation dl dt a:before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-bottom: 10px;
}
#sticky_header nav .menu .navigation ul {
  margin-bottom: 2em;
}
#sticky_header nav .menu .navigation ul li {
  margin-bottom: 8px;
}
#sticky_header nav .menu .navigation ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 0.75em 8px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.25em;
}
#sticky_header nav .menu .navigation ul li a:after {
  display: table;
  font-size: 12px;
  white-space: nowrap;
}
#sticky_header nav .menu .navigation ul li a[href$=window]:after {
  content: "関西現代演劇俳優賞";
}
#sticky_header nav .menu .navigation ul li a[href*=grand_prix]:after {
  content: "第三回（2024）受賞作";
}
#sticky_header nav .menu .navigation .close {
  text-align: center;
}
#sticky_header nav .menu .navigation .close a {
  display: inline-block;
  background-color: #5190a4;
  border-radius: 1.5em;
  margin: 0px auto;
  padding: 6px 1.5em;
  font-family: kinuta-maruminfuji-stdn, serif;
  color: #fff;
  text-decoration: none;
}
#sticky_header nav .menu .navigation .close a i {
  color: #fff;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#footerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  background-color: #f4f4ef;
  padding: 45px 0px 30px;
  text-align: center;
  /*------------------------------------------------*/
}
#footerbox .tagline {
  margin-bottom: 1em;
  font-size: 14px;
  text-align: center;
}
#footerbox .logomark {
  margin-bottom: 1em;
}
#footerbox .logomark img {
  width: 200px;
}
@media screen and (max-width: 544px) {
  #footerbox .logomark img {
    width: 150px;
  }
}
#footerbox .copyright {
  float: none;
  margin: 0px;
  color: #444;
  text-align: center;
}
#footerbox .copyright small {
  font-size: 12px;
}

/*------------------------------------------------*/
/*
COMMON
--------------------------------------------------*/
/*
--------------------------------------------------*/
.blockbox {
  /*------------------------------------------------*/
  position: relative;
  margin: 0px auto 6em;
  /*------------------------------------------------*/
}
@media screen and (max-width: 544px) {
  .blockbox {
    margin-bottom: 3em;
  }
}
.blockbox > div.inner {
  width: 1000px;
  margin: 0px auto 2em;
}
@media screen and (max-width: 1000px) {
  .blockbox > div.inner {
    width: 92%;
  }
}
.blockbox > :last-child, .blockbox > div.inner:last-child {
  margin-bottom: 0px;
}
.blockbox .box_s {
  margin-bottom: 4em;
}
.blockbox .box_s p:last-child {
  margin-bottom: 0px;
}
.blockbox .box_s ul, .blockbox .box_s ol {
  margin-bottom: 1.5em;
}

/*------------------------------------------------*/
/*
SOY Inquiry
*/
#soy_inquiry_message_information {
  margin-bottom: 1em;
}
#soy_inquiry_message_information h4 {
  margin-bottom: 0px;
}
#soy_inquiry_message_information ul li {
  margin-bottom: 0px;
}

table.inquiry_form .error_message {
  display: inline-block;
  background-color: #cc0000;
  border-radius: 2px;
  padding: 4px 1em;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1;
}
table.inquiry_form.confirm th {
  width: 33.3333333333%;
}
@media screen and (max-width: 544px) {
  table.inquiry_form.complete pre {
    display: none;
  }
}
table.inquiry_form.complete .mobile {
  display: none;
}
@media screen and (max-width: 544px) {
  table.inquiry_form.complete .mobile {
    display: inline-block;
  }
}

#inquiry_form_submit {
  margin-top: 2em;
  /*------------------------------------------------*/
}
#inquiry_form_submit.confirm input {
  background: #5190a4;
  border: 0px none transparent;
  border-radius: 6px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 15px 2em;
  font-size: 21px;
  color: #fff;
}
#inquiry_form_submit.confirm input[value=戻る] {
  background: #999;
}
#inquiry_form_submit.confirm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 544px) {
  #inquiry_form_submit.confirm ul {
    display: display;
  }
}
#inquiry_form_submit.confirm ul li {
  margin-right: 10px;
}
@media screen and (max-width: 544px) {
  #inquiry_form_submit.confirm ul li {
    margin-right: 0px;
  }
}
#inquiry_form_submit.confirm ul li:last-child {
  margin-right: 0px;
}
#inquiry_form_submit.complete li {
  text-align: center;
}
#inquiry_form_submit.complete li a.back {
  display: inline-block;
  background: #5190a4;
  border: 0px none transparent;
  border-radius: 6px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 15px 2em;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.itemlist,
table.inquiry_form {
  /*------------------------------------------------*/
  width: 100%;
  border-collapse: separate;
  margin-bottom: 2.5em;
  /*------------------------------------------------*/
}
table.itemlist + table.itemlist,
table.inquiry_form + table.itemlist {
  margin-top: 4em;
}
@media screen and (max-width: 544px) {
  table.itemlist + table.itemlist,
table.inquiry_form + table.itemlist {
    margin-top: 2em;
  }
}
table.itemlist caption,
table.inquiry_form caption {
  padding: 0px 0px 1em;
  font-size: 133.3%;
  color: #141b1e;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 544px) {
  table.itemlist caption,
table.inquiry_form caption {
    padding-bottom: 0.75em;
  }
}
table.itemlist thead th,
table.inquiry_form thead th {
  background-color: #999;
  border-top: 1px solid #999;
  padding: 0.25em 0px;
  font-family: ten-mincho, sans-serif;
  font-size: 91.6%;
  white-space: nowrap;
  line-height: 1.6em;
  text-align: center;
}
table.itemlist thead + tbody tr:nth-child(1) th, table.itemlist thead + tbody tr:nth-child(1) td,
table.inquiry_form thead + tbody tr:nth-child(1) th,
table.inquiry_form thead + tbody tr:nth-child(1) td {
  border-top: 20px solid #fff;
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr,
table.inquiry_form tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist tbody tr + tr,
table.inquiry_form tbody tr + tr {
    border-top: 0px none transparent;
  }
}
table.itemlist tbody tr th,
table.inquiry_form tbody tr th {
  width: 270px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #444;
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr th,
table.inquiry_form tbody tr th {
    width: 100%;
    border-top: 20px solid #fff;
    border-bottom: 0px none transparent;
    margin-bottom: 0px;
  }
}
table.itemlist tbody tr td,
table.inquiry_form tbody tr td {
  color: #5e5e5e;
}
@media screen and (max-width: 768px) and (max-width: 544px) {
  table.itemlist tbody tr td,
table.inquiry_form tbody tr td {
    -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;
    width: 100%;
    border-bottom: 1px dotted #666 !important;
  }
}
table.itemlist tbody tr:nth-child(1) th, table.itemlist tbody tr:nth-child(1) td,
table.inquiry_form tbody tr:nth-child(1) th,
table.inquiry_form tbody tr:nth-child(1) td {
  border-top: 0px none transparent;
}
table.itemlist th, table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
  border-top: 20px solid #fff;
  border-bottom: 1px dotted #666;
  padding: 1.25em 30px;
  font-family: irohamaru, sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 544px) {
  table.itemlist th, table.itemlist td,
table.inquiry_form th,
table.inquiry_form td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 0px none transparent;
    margin-bottom: 1em;
    padding: 1em 6px;
  }
}
table.itemlist th,
table.inquiry_form th {
  background-color: #f4f4ef;
  border-radius: 2px 0px 0px 0px;
}
@media screen and (max-width: 544px) {
  table.itemlist th,
table.inquiry_form th {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(1),
table.inquiry_form th:nth-of-type(1) {
    border-top: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(1):only-of-type,
table.inquiry_form th:nth-of-type(1):only-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(2),
table.inquiry_form th:nth-of-type(2) {
    border-top: 0px none transparent;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist th:nth-of-type(2) + td,
table.inquiry_form th:nth-of-type(2) + td {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td,
table.inquiry_form td {
    width: 100%;
    border-top: 0px none transparent;
    border-bottom-width: 0px !important;
  }
}
table.itemlist td tr + tr,
table.inquiry_form td tr + tr {
  border-top: 0px none transparent;
}
@media screen and (max-width: 544px) {
  table.itemlist td td,
table.inquiry_form td td {
    border-bottom-width: 0px !important;
    padding: 0px;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td td:nth-child(1),
table.inquiry_form td td:nth-child(1) {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 544px) {
  table.itemlist td td:last-child,
table.inquiry_form td td:last-child {
    margin-bottom: 1em;
  }
}
table.itemlist td p,
table.inquiry_form td p {
  margin-bottom: 1em;
}
table.itemlist td *:last-child,
table.inquiry_form td *:last-child {
  margin-bottom: 0px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
table.inquiry_form {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
table.inquiry_form th,
table.inquiry_form td {
  border-top-width: 15px;
}
table.inquiry_form th td,
table.inquiry_form td td {
  border-top-width: 0px;
}
table.inquiry_form th {
  padding-left: 1em;
  padding-right: 1em;
}
table.inquiry_form a.search-btn {
  display: inline-block;
  background: #5190a4;
  border: 0px none transparent;
  border-radius: 6px;
  margin-left: 0.5em;
  padding: 10px 1em;
  color: #fff;
  letter-spacing: -0.05em;
  text-decoration: none;
}
table.inquiry_form select,
table.inquiry_form input[type=text],
table.inquiry_form input[type=tel],
table.inquiry_form input[type=email],
table.inquiry_form input[type=password],
table.inquiry_form textarea {
  background-color: #fff;
  border: 1px solid #666;
}
@media screen and (max-width: 544px) {
  table.inquiry_form table.table input[type=text] {
    width: 100%;
  }
}
table.inquiry_form .fs-checkbox.fs-light .fs-checkbox-marker {
  background-color: #fff;
}

/*------------------------------------------------*/
#inquiry_privacy_policy {
  margin: 20px 0px 2em;
}
#inquiry_privacy_policy td {
  background-color: #f4f4ef;
  border-radius: 2px 2px 0px 0px;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}
#inquiry_privacy_policy pre {
  width: 100% !important;
  height: 200px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0px 0px 10px;
  padding: 1em 2em;
  font-family: kinuta-maruminfuji-stdn, serif;
  font-size: 14px;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  white-space: pre-line;
  overflow-y: scroll;
}
#inquiry_privacy_policy pre + br {
  display: none;
}

#inquiry_form_submit.form {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #inquiry_form_submit.form {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#inquiry_form_submit.form input[type=submit] {
  background: #5190a4;
  border: 0px none transparent;
  border-radius: 6px;
  padding: 15px 2em;
  font-size: 21px;
  color: #fff;
}

/*
--------------------------------------------------*/
#pagettlbox {
  /*------------------------------------------------*/
  margin-bottom: 4em;
  /*------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  #pagettlbox {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 544px) {
  #pagettlbox {
    margin-bottom: 1em;
  }
}
#pagettlbox > * {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  #pagettlbox > * {
    width: 92%;
  }
}
#pagettlbox > *.kanban.large {
  width: 92%;
  height: 480px;
}
#pagettlbox h1 {
  font-family: ten-mincho, sans-serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 544px) {
  #pagettlbox h1 {
    font-size: 27px;
    letter-spacing: 0.1em;
  }
}
#pagettlbox h1 .category {
  margin-bottom: 1em;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.25em;
}
#pagettlbox h1 .shoulder {
  display: table;
  width: 100%;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 2px;
  margin: 0px 0px 15px;
  font-size: 18px;
}
#pagettlbox h1 .title {
  display: table;
}
#pagettlbox h1 small {
  display: table;
  margin-bottom: 12px;
  font-size: 18px;
}
#pagettlbox p.navitrail {
  margin-bottom: 1.5em;
}
#pagettlbox p.navitrail a,
#pagettlbox p.navitrail span {
  font-family: irohamaru, sans-serif;
  font-size: 14px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
.gallery {
  /*------------------------------------------------*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*------------------------------------------------*/
}
.gallery li {
  width: 31%;
  margin: 0px 0px 15px;
}
@media screen and (max-width: 768px) {
  .gallery li {
    width: 46.5%;
  }
}
@media screen and (max-width: 544px) {
  .gallery li {
    width: 100%;
  }
}
.gallery li img {
  max-width: 100%;
  border-radius: 2px;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
ul.itemlist,
ol.itemlist {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 50px;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ul.itemlist > li,
ol.itemlist > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
ul.itemlist > li:last-child,
ol.itemlist > li:last-child {
  margin-bottom: 0px;
}
ul.itemlist > li h4,
ol.itemlist > li h4 {
  width: 100%;
  margin-bottom: 0.75em;
  font-size: 133.3%;
  font-weight: normal;
  line-height: 1.25em;
}
ul.itemlist > li h4 a,
ol.itemlist > li h4 a {
  text-decoration: none;
}
ul.itemlist > li h4 small,
ol.itemlist > li h4 small {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25em;
}
ul.itemlist > li h4 .date,
ol.itemlist > li h4 .date {
  display: table;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
}
ul.itemlist > li h4 .category,
ol.itemlist > li h4 .category {
  display: table;
  margin-bottom: 0.25em;
  font-size: 14px;
  letter-spacing: 0.5em;
}
ul.itemlist > li ul.spec,
ol.itemlist > li ul.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
ul.itemlist > li ul.spec li,
ol.itemlist > li ul.spec li {
  margin-right: 1em;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
}
ul.itemlist > li ul.spec li:last-child,
ol.itemlist > li ul.spec li:last-child {
  margin-right: 0px;
}
ul.itemlist > li .photo a.author,
ol.itemlist > li .photo a.author {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
ul.itemlist.division_2,
ol.itemlist.division_2 {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ul.itemlist.division_2 > li,
ol.itemlist.division_2 > li {
  width: 46%;
}
@media screen and (max-width: 544px) {
  ul.itemlist.division_2 > li,
ol.itemlist.division_2 > li {
    width: 100%;
  }
}
ul.itemlist.division_3,
ol.itemlist.division_3 {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ul.itemlist.division_3 > li,
ol.itemlist.division_3 > li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  ul.itemlist.division_3 > li,
ol.itemlist.division_3 > li {
    width: 46%;
  }
}
@media screen and (max-width: 544px) {
  ul.itemlist.division_3 > li,
ol.itemlist.division_3 > li {
    width: 100%;
  }
}
ul.itemlist.member,
ol.itemlist.member {
  /*------------------------------------------------*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*------------------------------------------------*/
}
ul.itemlist.member > li,
ol.itemlist.member > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 46%;
  margin-bottom: 6em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.member > li,
ol.itemlist.member > li {
    width: 100%;
    margin-bottom: 2em;
  }
}
ul.itemlist.member > li .photo,
ol.itemlist.member > li .photo {
  margin-bottom: 30px;
}
ul.itemlist.member > li .photo a.author,
ol.itemlist.member > li .photo a.author {
  width: 90px;
  height: 90px;
  position: static;
}
ul.itemlist.member > li h4,
ol.itemlist.member > li h4 {
  margin-bottom: 0.75em;
  font-size: 21px;
}
ul.itemlist.member > li .title,
ol.itemlist.member > li .title {
  margin-bottom: 2em;
}
ul.itemlist.member > li .title p,
ol.itemlist.member > li .title p {
  font-size: 14px;
  line-height: 1.6em;
}
ul.itemlist.member > li .content,
ol.itemlist.member > li .content {
  margin-bottom: 2.5em;
}
ul.itemlist.member > li .content p,
ol.itemlist.member > li .content p {
  font-size: 16px;
  line-height: 1.6em;
  text-align: justify;
  text-justify: inter-ideograph;
}
ul.itemlist.member > li .content p:only-child,
ol.itemlist.member > li .content p:only-child {
  margin-bottom: 0px;
}
ul.itemlist.member > li .article,
ol.itemlist.member > li .article {
  height: 200px;
}
ul.itemlist.member > li .article[entry="0"],
ol.itemlist.member > li .article[entry="0"] {
  display: none;
}
ul.itemlist.member > li .article:before,
ol.itemlist.member > li .article:before {
  content: "最近の執筆記事";
  display: table;
  background-color: #f4f4ef;
  border-radius: 1.5em;
  margin-bottom: 1.5em;
  padding: 4px 2em;
  font-family: irohamaru, sans-serif;
  font-size: 14px;
  line-height: 1.25em;
}
ul.itemlist.member > li .article iframe,
ol.itemlist.member > li .article iframe {
  width: 100%;
  height: 100%;
  border: 0px none transparent;
  overflow: hidden;
}
ul.itemlist.review, ul.itemlist.grand_prix,
ol.itemlist.review,
ol.itemlist.grand_prix {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
ul.itemlist.review > li, ul.itemlist.grand_prix > li,
ol.itemlist.review > li,
ol.itemlist.grand_prix > li {
  margin-bottom: 5em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li, ul.itemlist.grand_prix > li,
ol.itemlist.review > li,
ol.itemlist.grand_prix > li {
    margin-bottom: 2em;
  }
}
ul.itemlist.review > li > .photo, ul.itemlist.grand_prix > li > .photo,
ol.itemlist.review > li > .photo,
ol.itemlist.grand_prix > li > .photo {
  width: 300px;
  margin-bottom: 15px;
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li > .photo, ul.itemlist.grand_prix > li > .photo,
ol.itemlist.review > li > .photo,
ol.itemlist.grand_prix > li > .photo {
    width: 30%;
  }
}
ul.itemlist.review > li > .info, ul.itemlist.grand_prix > li > .info,
ol.itemlist.review > li > .info,
ol.itemlist.grand_prix > li > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 375px);
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li > .info, ul.itemlist.grand_prix > li > .info,
ol.itemlist.review > li > .info,
ol.itemlist.grand_prix > li > .info {
    width: calc(70% - 30px);
  }
}
ul.itemlist.review > li > .info > *, ul.itemlist.grand_prix > li > .info > *,
ol.itemlist.review > li > .info > *,
ol.itemlist.grand_prix > li > .info > * {
  width: 100%;
}
ul.itemlist.review > li .now, ul.itemlist.grand_prix > li .now,
ol.itemlist.review > li .now,
ol.itemlist.grand_prix > li .now {
  display: table;
  width: auto;
  position: relative;
  background-color: #f4f4ef;
  border-radius: 1.5em;
  margin: 0px 0px 1.25em -15px;
  padding: 3px 30px;
  font-family: ten-mincho, sans-serif;
  font-size: 14px;
}
ul.itemlist.review > li .content, ul.itemlist.grand_prix > li .content,
ol.itemlist.review > li .content,
ol.itemlist.grand_prix > li .content {
  margin-bottom: 1.5em;
}
ul.itemlist.review > li .content p, ul.itemlist.grand_prix > li .content p,
ol.itemlist.review > li .content p,
ol.itemlist.grand_prix > li .content p {
  line-height: 1.6em;
}
ul.itemlist.review > li p.shoulder, ul.itemlist.grand_prix > li p.shoulder,
ol.itemlist.review > li p.shoulder,
ol.itemlist.grand_prix > li p.shoulder {
  margin-bottom: 0.5em;
  font-family: ten-mincho, sans-serif;
}
ul.itemlist.review > li .note, ul.itemlist.grand_prix > li .note,
ol.itemlist.review > li .note,
ol.itemlist.grand_prix > li .note {
  width: auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li .note, ul.itemlist.grand_prix > li .note,
ol.itemlist.review > li .note,
ol.itemlist.grand_prix > li .note {
    width: 100%;
  }
}
ul.itemlist.review > li .note + .link, ul.itemlist.grand_prix > li .note + .link,
ol.itemlist.review > li .note + .link,
ol.itemlist.grand_prix > li .note + .link {
  margin-left: 30px;
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li .note + .link, ul.itemlist.grand_prix > li .note + .link,
ol.itemlist.review > li .note + .link,
ol.itemlist.grand_prix > li .note + .link {
    margin-left: 0px;
  }
}
ul.itemlist.review > li .link, ul.itemlist.grand_prix > li .link,
ol.itemlist.review > li .link,
ol.itemlist.grand_prix > li .link {
  width: auto;
}
@media screen and (max-width: 544px) {
  ul.itemlist.review > li .link, ul.itemlist.grand_prix > li .link,
ol.itemlist.review > li .link,
ol.itemlist.grand_prix > li .link {
    width: 100%;
  }
}
ul.itemlist.review > li .tag, ul.itemlist.grand_prix > li .tag,
ol.itemlist.review > li .tag,
ol.itemlist.grand_prix > li .tag {
  width: 100%;
  background-color: #f4f4ef;
  border-radius: 2px;
  padding: 25px 25px 10px;
}
ul.itemlist.review > li .tag:empty, ul.itemlist.grand_prix > li .tag:empty,
ol.itemlist.review > li .tag:empty,
ol.itemlist.grand_prix > li .tag:empty {
  display: none;
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
#modal_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#modal_pagebox #pagetabbox {
  margin-top: 0px;
  margin-bottom: 3em;
}
#modal_pagebox #contentbox {
  padding: 60px;
}
@media screen and (max-width: 544px) {
  #modal_pagebox #contentbox {
    padding: 20px 3%;
  }
}

/*------------------------------------------------*/
/*
--------------------------------------------------*/
.contributor {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
.contributor h2,
.contributor h3 {
  margin-bottom: 1.25em;
  font-size: 100%;
  font-family: irohamaru, sans-serif;
  text-indent: -6px;
  letter-spacing: -0.05em;
  text-align: center;
}
.contributor h2 + ol,
.contributor h3 + ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px dashed #444;
  border-bottom: 1px dashed #444;
  margin: 0px auto 4em;
  padding: 24px 15px;
}
.contributor h2 + ol li,
.contributor h3 + ol li {
  margin-bottom: 0px;
  line-height: 1.6em;
}
.contributor h2 + ol li:after,
.contributor h3 + ol li:after {
  content: "、";
  display: inline-block;
}

/*------------------------------------------------*/
.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie video,
.movie iframe {
  width: 100%;
  height: 100%;
}

/*
お知らせ
--------------------------------------------------*/
#content_news {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#content_news h3.blockttl {
  margin-bottom: 0px;
}
#content_news ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content_news ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.5em;
}
#content_news ol li .photo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
#content_news ol li .caption {
  width: calc(100% - 130px);
}
#content_news ol li .caption:only-child {
  width: 100%;
}
#content_news ol li .caption p.date {
  margin-bottom: 0px;
}
#content_news ol li .caption h4 {
  margin: 0px;
  font-family: kinuta-maruminfuji-stdn, serif;
  font-size: 100%;
}
#content_news ol li .caption h4 a {
  text-decoration: underline;
}
#content_news ol li .caption h4 a:before {
  content: "\f105";
  display: inline-block;
  margin-right: 6px;
  font-family: "Font Awesome 6 Pro";
  color: #5190a4;
}

/*------------------------------------------------*/
/*
COMMON
/*------------------------------------------------*/
/*------------------------------------------------*/
[id$=_pagebox].regular_page {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
[id$=_pagebox].regular_page .kanban > .inner h2 {
  font-size: 175%;
  letter-spacing: -0.05em;
}
[id$=_pagebox].regular_page .kanban > .inner p.vote {
  margin-bottom: 1em;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
[id$=_pagebox].regular_page .kanban > .inner p.movie {
  aspect-ratio: auto !important;
  margin-bottom: 0px;
}
[id$=_pagebox].regular_page .kanban > .inner p a {
  color: #fff;
}

/*------------------------------------------------*/
/*
関西えんげき大賞について
/*------------------------------------------------*/
/*------------------------------------------------*/
#about_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#about_pagebox #content_outline dl {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 544px) {
  #about_pagebox #content_outline dl {
    width: 100%;
  }
}
#about_pagebox #content_outline dl dt span {
  display: block;
}
#about_pagebox #content_outline dl dd {
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #about_pagebox #content_outline dl dd {
    margin-bottom: 1em;
    line-height: 1.6em;
    text-align: left;
  }
}
#about_pagebox #item_s_flow ol li:last-child h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #999;
  border-radius: 2px;
  padding: 12px 45px;
  font-family: irohamaru, sans-serif;
  color: #fff;
  letter-spacing: -0.05em;
}
#about_pagebox #item_s_flow ol li:last-child h5 i {
  margin-right: 6px;
  font-size: 133.3%;
}

/*------------------------------------------------*/
/*
観客ネット投票について
/*------------------------------------------------*/
/*------------------------------------------------*/
#vote_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#vote_pagebox #pagettlbox h1 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
#vote_pagebox #content_about .blockttl span,
#vote_pagebox #content_summary .blockttl span {
  margin-bottom: 0px;
}
#vote_pagebox #content_about .logomark,
#vote_pagebox #content_summary .logomark {
  margin-bottom: 30px;
  text-align: center;
}
#vote_pagebox #content_about .logomark img,
#vote_pagebox #content_summary .logomark img {
  width: 50%;
}
@media screen and (max-width: 544px) {
  #vote_pagebox #content_about .logomark img,
#vote_pagebox #content_summary .logomark img {
    width: 75%;
  }
}

/*------------------------------------------------*/
/*
九鬼葉子からご挨拶
/*------------------------------------------------*/
/*------------------------------------------------*/
#greeting_pagebox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#greeting_pagebox #content_message {
  margin-bottom: 10em;
}
@media screen and (max-width: 544px) {
  #greeting_pagebox #content_message {
    margin-bottom: 3em;
  }
}
#greeting_pagebox #content_message > .inner p.date {
  margin-bottom: 1em;
  text-align: right;
}
#greeting_pagebox #content_message > .inner > p:last-child {
  margin-top: 3em;
  font-family: ten-mincho, sans-serif;
  font-size: 133.3%;
  letter-spacing: -0.1em;
}
#greeting_pagebox #content_message > .inner hr {
  height: 2em;
  margin: 0px 0px 3em;
  border: 0px none transparent;
}

/*------------------------------------------------*/
#modal_pagebox.privacy .information h4 {
  margin: 0px 0px 0.5em;
  font-size: 100%;
}
#modal_pagebox.privacy #content_inquiry p.credit {
  text-align: right;
}

#modal_pagebox.sitepolicy #content_policy dl.itemlist + dt {
  margin-top: 5em;
}