/*
 Theme Name: aniaff
 Theme URI: NA
 Description: 
 Author: GENCO.
 Author URI: NA
*/
@charset "utf-8";
/* ============================
   common layout
============================ */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #000;
}

.content,
.footer {
  max-width: 1000px;
  margin: 0 auto;
}
.content {
  padding: 0;
  box-sizing: border-box;
}

.footer {
  background-color: #B28F3E;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content,
  .footer {
    min-width: 375px;
    width: 100%;
  }
}

/* ============================
   common tag style
============================ */
a{
  color: #745100;
  text-decoration: none;
}

p{
  font-size: 17px;
}

.-hide{
  display: none;
}

@media screen and (max-width: 767px) {
  p{
    font-size: 14px;
  }
}

/* ============================
   メインビジュアル
============================ */
.main-visual {
  text-align: center;
  padding: 0 0 10px;
}

.top-date,
.main-visual-logo,
.tagline {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 10px;
}

.tagline {
  margin-bottom: 4px;
}

.slide-block{
  margin : 0 auto;
  width : 100%;
  text-align : center;
  overflow : hidden;
}
.slide-block p{
  margin:0;
  display : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 1em;
  font-size: 74px;
  font-family: "Prompt", sans-serif;
  font-weight: 600;
  color: #F0E8D6;
  animation : slideBlock 30s linear infinite;
}

@keyframes slideBlock{
  0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
/* ============================
   タグライン（スマホ＆PC）
============================ */
@media screen and (max-width: 767px) {
  .tagline-text {
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #000;
    text-align: center;
    margin: 30px auto;
    word-break: break-word;
  }

  .tagline-text-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tagline-text {
    display: none;
  }

  .tagline-text-pc {
    display: block;
    font-size: 30px;
    line-height: 48px;
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    text-align: center;
    margin: 30px auto;
  }
}


/* ============================
   情報エリア（開催概要・コンペ）
============================ */
.info-entry {
  background-color: #fff;
  padding: 50px 20px;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

.info-entry h3 {
  font-size: 26px;
  font-weight: 900;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}

.info-entry h3 span {
  font-size: 14px;
  font-weight: bold;
  color: #B28F3F;
  display: block;
  margin: 5px auto;
  text-align: center;
  letter-spacing: 0.5px;
}

.info-entry p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}

dl.schedule {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

dl.schedule dt {
  width: 100px;
  font-weight: bold;
  float: left;
	white-space: nowrap;
}

dl.schedule dd {
  width: calc(100% - 80px - 20px);
  margin: 0;
  padding-left: 10px;
  line-height: 1.6;
  color: #000;
  white-space: normal;
}
dl.schedule dt::after,
dl.schedule-en dt::after {
  content: "：";
  display: inline;
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  dl.schedule dt {
    width: 80px;
  }
  dl.schedule dd {
    width: 255px;
  }
  dl.schedule dt::after {
    margin-left: 0;
  }
}

/* ============================
   PC：2カラム固定幅
============================ */
@media screen and (min-width: 768px) {
  .info-entry .info-flex {
    display: flex;
    justify-content: center;
    gap: 60px;
  }

  .info-entry .info,
  .info-entry .entry {
    width: 380px;
    flex-shrink: 0;
  }
}


/* ============================
   スマホ：1カラム
============================ */
@media screen and (max-width: 767px) {
  .info-entry h3 {
    text-align: center;
    font-size: 24px;
  }

  .info-entry h3 span {
    font-size: 12px;
  }

  .info-entry .info p,
  .info-entry .entry p {
    font-size: 15px;
    text-align: left;
  }

  .info-entry .info::after {
    content: "";
    display: block;
    border-top: 1px dashed #ccc;
    margin: 42px auto;
  }
}
@media screen and (max-width: 767px) {
  .info-entry {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .info-entry .info {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .info-entry .info h3,
  .info-entry .info dl {
    min-width: 335px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .info-entry .info h3,
  .info-entry .info dl {
    min-width: 335px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .info-entry dl.schedule dd {
    width: 255px;
  }
}
@media screen and (max-width: 767px) {
  .info-entry .entry {
    min-width: 335px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .info-entry dl.schedule dt {
    width: 80px;
  }
}
/* ============================
   ボタン共通スタイル
============================ */
.entry-button,
.press-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0 4px 0 #B28F3F;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 380px;
  height: 91px;
  transition: all 0.3s ease;
}

.entry-button{
  margin-top:30px;
}

.entry-button:hover,
.press-button:hover {
  background-color: #B28F3F;
  color: #fff;
  box-shadow: none;
}

.press-button{
  cursor:pointer;
}

.entry-button:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .entry-button,
  .press-button {
    min-width: 335px;
    width: 90%;
    height: 80px;
  }
}

/* ============================
   メディアエリア（記者会見・Twitter）
============================ */
.media {
  margin: 50px 0;
}

/* PC表示（768px以上） */
@media screen and (min-width: 768px) {
  .media-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .press-area,
  .twitter {
    width: 380px;
  }

  .press-button {
    width: 100%;
    max-width: none;
  }

  .twitter blockquote {
    width: 100%;
  }
}

/* スマホ表示（767px以下） */
@media screen and (max-width: 767px) {
  .media-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	  padding-left: 0 !important;
	  padding-right: 0 !important;
  }

  .press-area,
  .twitter {
    min-width: 335px;
    width: 90%;
    margin: 0 auto;
  }

  .twitter {
    margin-bottom: 20px;
  }

  .press-area::after {
    content: "";
    display: block;
    border-top: 1px dashed #ccc;
    width: 380px;
    margin: 42px auto;
  }
}

@media screen and (max-width: 767px) {
  .press-area::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .media-container {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .press-area {
    width: 100%;
  }
}
/* ============================
   フッター
============================ */
.footer .footer-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.footer p {
  font-size: 12px;
  margin: 20px auto 0;
  color: #000;
}

.sns-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
}

.sns-icons a {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
}

.sns-icons .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  transition: opacity 0.3s ease;
}

.icon-hover {
  opacity: 0;
}

.sns-icons a:hover .icon-default {
  opacity: 0;
}

.sns-icons a:hover .icon-hover {
  opacity: 1;
}

.language-switch {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-right: 20px;
}

.language-switch a,
.language-switch span {
  margin-left: 5px;
}

.language-switch a {
  color: #000;
  text-decoration: none;
  padding: 0 4px;
  background:linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #DEDEDE 50%,
    #DEDEDE 100%
  );
}

.language-switch a:hover {
  text-decoration: underline;
}

.language-switch span.current {
  color: #000;
  text-decoration: none;
  padding: 0 4px;
  background:linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #B28F3F 50%,
    #B28F3F 100%
  );
}
.footer {
  background-color: #b28f3e;
  padding: 40px 0;
  color: #fff;
  font-family: "Noto Sans CJK JP", sans-serif;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.footer-inquiry-link {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
}

.footer-menu-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .footer-menu-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer-menu-block {
  flex: 1 1 180px;
  min-width: 150px;
}

.footer-menu-title {
  font-size:16px;
	top: 622px;
  left: 816px;
  width: 88px;
  height: 20px;
  text-align: center;
  font: normal normal 900 14px/26px Noto Sans CJK JP;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.footer-menu-block ul {
  list-style: disc outside;
  color: #000000;
  padding: 0 0 0 24px;
  margin: 0;
}

.footer-menu-block li {
  margin-bottom: 6px;
  font-size: 14px;
}

.footer-menu-block a {
  color: #000;
  text-decoration: none;
}

.footer-menu-block.with-sns-icons{
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}

.footer-copy {
  margin-top: 20px;
  font-size: 14px;
}

.footer p.footer-menu-title.with-label,
.footer-menu-block ul {
  width: 180px;
  margin: 20px auto 0;
}

.footer-menu-title.with-label {
  background-color: #efe8d6;
  border-radius: 13px;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 24px;
  line-height: 20px;
  margin-bottom: 10px;
}
/* スマホ表示対応 */
@media screen and (max-width: 767px) {
  .language-switch {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .top-date {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-date {
    margin-top: 40px; 
  }
}
/* ============================
パーツごと
============================ */
/* セクションタイトル */
.info-title {
  font-weight: 900;
  font-size: 26px;
  text-align: center;
}

.info-title span{
  display: block;
  color: #B28F3F;
  font-size: 15px;
  font-family: "Prompt", sans-serif;
  font-weight: 700;
  margin-top: 4px;
}

.info-title span.text-orange{
  color: #CC6334;
}

.info-tagline{
  font-size: 20px;
}

/* セクション見出し（日本語＋英語） */
h2.section-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

h3.section-subtitle {
  font-size: 12px;
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}
/*見出しゴールド枠*/
.info-subtitle {
  background-color: #b28f3e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
	font: normal normal 900 20px/40px Noto Sans CJK JP;
  text-align: center;
  padding: 8px 24px;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto 24px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

img.schedule_list_pc{ display: block; }
img.schedule_list_sp{ display: none; }

@media screen and (max-width: 767px) {
  img.schedule_list_pc{ display: none; }
  img.schedule_list_sp{ display: block; }
}

img.schedule_list_pc,
img.schedule_list_sp{
  margin: 0 auto;
}

/* ラベル画像共通スタイル */
.entry-heading-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  box-sizing: border-box;
  margin: 0 auto 16px;
  justify-content: center;
  text-align: center;
}
/* 各番号ごとの背景画像 */
.entry-box .entry-heading-image {
  background-image: url('assets/label_non-no_pc@2x.png');
}
.entry-box.first .entry-heading-image {
  background-image: url('assets/label_01_pc@2x.png');
}
.entry-box.second .entry-heading-image {
  background-image: url('assets/label_02_pc@2x.png');
}
.entry-box.third .entry-heading-image {
  background-image: url('assets/label_03_pc@2x.png');
}
.entry-box.fourth .entry-heading-image {
  background-image: url('assets/label_04_pc@2x.png');
}
.entry-box.fifth .entry-heading-image {
  background-image: url('assets/label_05_pc@2x.png');
}


/* 説明文の幅も揃える */
.entry-text.plain {
  background-color: #fff;
  padding: 16px 20px;
  font-size: 14px;
  color: #333;
  border-radius: 0;
  margin: 0 auto 24px;
  width: 900px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .entry-text.plain {
    width: 100%;
  }
}

.requirement-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.requirement-item img {
  width: 40px; /* 数字アイコンのサイズ調整 */
  height: auto;
  flex-shrink: 0;
}

.vertical-line {
  width: 2px;
  background-color: #B28F3E;
  height: 100%;
  margin-top: 5px;
}

.requirement-item p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin: 0;
}

ol.requirement-item {
  display: block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ol.requirement-item li {
  background-size: 34px auto;
  background-repeat: no-repeat;
  background-position:left top;
  padding-left: 50px;
  min-height: 60px;
  padding-bottom: 20px;
}

ol.requirement-item li:first-child{ background-image: url('assets/no_01_bar_pc@2x.png'); }
ol.requirement-item li:nth-child(2){ background-image: url('assets/no_02_bar_pc@2x.png'); }
ol.requirement-item li:nth-child(3){ background-image: url('assets/no_03_bar_pc@2x.png'); }
ol.requirement-item li:nth-child(4){ background-image: url('assets/no_04_bar_pc@2x.png'); }
ol.requirement-item li:nth-child(5){ background-image: url('assets/no_05_pc@2x.png'); }
ol.requirement-item li:nth-child(6){ background-image: url('assets/no_06_pc@2x.png'); }

@media screen and (max-width: 767px) {
  ol.requirement-item li {
    background-size: 30px auto;
    padding-left: 40px;
  }

  ol.requirement-item li:first-child{ background-image: url('assets/no_01_bar@2x.png'); }
  ol.requirement-item li:nth-child(2){ background-image: url('assets/no_02_bar@2x.png'); }
  ol.requirement-item li:nth-child(3){ background-image: url('assets/no_03_bar@2x.png'); }
  ol.requirement-item li:nth-child(4){ background-image: url('assets/no_04_bar@2x.png'); }
  ol.requirement-item li:nth-child(5){ background-image: url('assets/no_05@2x.png'); }
  ol.requirement-item li:nth-child(6){ background-image: url('assets/no_06@2x.png'); }
}

/* 応募条件ボタン */
.apply-button {
  display: block;
  background-color: #b28f3e;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  padding: 14px;
  font-size: 16px;
  max-width: 280px;
  margin: 20px auto 0;
  text-decoration: none;
}
/*ボタン*/
.button-outline {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0 4px 0 #B28F3F;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-align: center;
  text-decoration: none;
  width: 380px;
  height: 91px;
  transition: all 0.3s ease;
}
/* 初期は縦並び（スマホ用） */
.button-wrapper {
  display: block;
  text-align: center;
}

/* PC表示（768px以上）で横並びに変更 */
@media screen and (min-width: 768px) {
  .button-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .button-outline {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper {
    display: block;
  }

  .button-wrapper .button-outline {
    width: 100%;
    margin: 20px auto;
  }
}

.entry-button{
  margin-top:30px;
}

.entry-button:hover,
.press-button:hover {
  background-color: #B28F3F;
  color: #fff;
  box-shadow: none;
}

.press-button{
  cursor:pointer;
}

.entry-button:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .entry-button,
  .press-button {
    min-width: 335px;
    width: 90%;
    height: 80px;
  }
}
.contact-note {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 60px auto 60px;
  line-height: 1.8;
  max-width: 800px;
}

.contact-note a {
  color: #000;
  text-decoration: underline;
}
.entry-period {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0;
}
/*フィルムフェスティバルとは？*/
.logo {
  width: 160px;
  margin-bottom: 16px;
}

.page-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

.section {
  margin-bottom: 40px;
}

.section-text {
  font-size: 17px;
  padding: 16px;
  border-radius: 8px;
}

.yellow-border .section-title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 12px;
  padding-left: 30px;
  border-left: 2px solid #B28F3F;
  color: #B28F3F;
  line-height: 2.5rem;
}

@media screen and (max-width: 767px) {
  .yellow-border .section-title {
    font-size: 24px;
  }

  .section-text {
    font-size: 15px;
  }
}

.download-btn {
  text-align: center;
  margin: 32px 0;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.footer {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 16px 0;
  background-color: #b28f3e;
}

.footer-icon {
  width: 24px;
  height: 24px;
}

.footer a.footer-inquiry-link{
  font-size: 14px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .footer a.footer-inquiry-link{
    font-size: 12px;
  }
}
.sp-content{ display: none; }
.pc-content{ display: block; }

@media screen and (max-width: 767px) {
  .sp-content{ display: block; }
  .pc-content{ display: none; }
}

.separator::after {
    content: "";
    display: block;
    border-top: 1px dashed #ccc;
    width: 100%;
    margin: 42px auto;
}

.header-logo{
  margin-left:20px;
}

@media screen and (max-width: 767px) {
  .header-logo{
    height:30px;
  }
}
.button-outline:hover{
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 4px 0 #000000;
}

.btn-confirm,
.btn-submit{
  background-color: #EFE8D6;
}

.info-subtitle{
  width: 400px;
}

.info-block{
  margin-top: 40px;
}

.info-block-inner{
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .info-subtitle{
    min-width: 335px;
    width: 90%;
  }

  .info-block-inner{
    min-width: 335px;
    width: 90%;
  }
}

.info-label01{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 60px;
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('assets/label_non-no_pc@2x.png');
  font-size: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .info-title{
    font-size: 24px;
  }

  .info-title span{
    font-size: 14px;
  }

  .info-tagline{
    font-size: 15px;
  }

  .info-label01{
    display: none;
  }
}

.info-date{
  font-size: 20px;
  font-weight: bold;
}
ol.entry-step {
  display: block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

ol.entry-step li {
  background-size: 34px auto;
  background-repeat: no-repeat;
  background-position:left top;
  padding-left: 50px;
  min-height: 60px;
  padding-bottom: 20px;
}

ol.entry-step li p{
  margin: 0;
  padding-bottom: 30px;
  font-size: 17px;
}

ol.entry-step li:first-child{ background-image: url('assets/no_01_bar_pc@2x.png'); }
ol.entry-step li:nth-child(2){ background-image: url('assets/no_02_bar_pc@2x.png'); }
ol.entry-step li:nth-child(3){ background-image: url('assets/no_03_pc@2x.png'); }

@media screen and (max-width: 767px) {
  .entry-heading-image{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 56px;
    min-width: 335px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
  }

  .entry-box.first .entry-heading-image,
  .entry-box.second .entry-heading-image,
  .entry-box.third .entry-heading-image,
  .entry-box.fourth .entry-heading-image,
  .entry-box.fifth .entry-heading-image
  { padding: 0 20px 0 50px; }

  .entry-box .entry-heading-image  { background-image: url('assets/label_non-no@2x.png'); }
  .entry-box.first .entry-heading-image  { background-image: url('assets/label_01@2x.png'); }
  .entry-box.second .entry-heading-image { background-image: url('assets/label_02@2x.png'); }
  .entry-box.third .entry-heading-image { background-image: url('assets/label_03@2x.png'); }
  .entry-box.fourth .entry-heading-image { background-image: url('assets/label_04@2x.png'); }
  .entry-box.fifth .entry-heading-image { background-image: url('assets/label_05@2x.png'); }

  ol.entry-step li {
    background-size: 30px auto;
    padding-left: 40px;
  }

  ol.entry-step li:first-child{ background-image: url('assets/no_01_bar@2x.png'); }
  ol.entry-step li:nth-child(2){ background-image: url('assets/no_02_bar@2x.png'); }
  ol.entry-step li:nth-child(3){ background-image: url('assets/no_03@2x.png'); }

  ol.entry-step li p{
    font-size: 14px;
  }
}

.btn-terms-download{
  width: 400px;
}

@media screen and (max-width: 767px) {
  .btn-terms-download{
    width: 100%;
  }
}

.entry-form label{
  display: flex;
}

.entry-form label span:first-child{
  width: 250px;
  font-weight: bold;
}

.entry-form label span i.required{
  color: #745100;
  font-size: 17px;
  font-style: normal;
  margin-left: 8px;
}

.entry-form label div,
.entry-form label select,
.entry-form label input,
.entry-form label textarea{
  border-radius: 0;
}

.entry-form label div{
  width: calc(100% - 250px);
}

.entry-form label div div{
  width: 100%;
}

.entry-form label div input:not([type="checkbox"]),
.entry-form label div textarea{
  width: 100%;
}

.entry-form label div.item-images,
.entry-form label select{
  width: 480px;
}

.entry-form label div.screen-time{
  width: 500px;
}

.entry-form label input:not([type="checkbox"]):not([type="file"]),
.entry-form label select{
  height: 45px;
}

.entry-form label div:not(.screen-time) select.form-select:not(:first-child){
  margin-top: 16px;
}

.entry-form label div:not(.screen-time) div.screen-time select.form-select:not(:first-child){
  margin-top: 0;
}

.entry-form label div div span.error{
  font-weight: normal;
}

.entry-form label div input.form-control[type=file]{
  width: 360px;
}

.entry-form label div.item-images p{
  margin-bottom: 0;
}

.entry-form label div.item-images input.form-control{
  margin-top: 20px;
}

.entry-form label div p.notes{
  font-size: 14px;
}

.entry-form .copy_director_info{
  text-align: center;
  width: 400px;
  height: 45px;
  color: #000000;
  border: 1px dashed #000;
  border-radius: 8px;
  background-color: #EFE8D6;
}

.form-check .mwform-checkbox-field.horizontal-item label{
  align-items: center;
  justify-content: center;
  text-align: center;
}

.entry-form .btn-confirm{
  width: 400px;
  height: 56px;
  box-shadow: 0 4px 0 #000000;
  margin: 0 auto;
  font-size: 20px;
}

.entry-form .btn-back,
.entry-form .btn-submit{
  width: 200px;
  height: 56px;
  box-shadow: 0 4px 0 #000000;
  margin: 0 auto;
  font-size: 20px;
  display: inline;
}

.mw_wp_form_confirm label div{
  margin-top: 7px;
}

.mw_wp_form_confirm .info-block-inner div.mt-5 {
  margin-top: 0 !important;
}

.mw_wp_form_confirm .copy_director_info,
.mw_wp_form_confirm .hidden-confirm-page,
.mw_wp_form_confirm p.notes{
  display: none;
}

@media screen and (max-width: 767px) {
  .entry-form label{
    display: block;
  }

  .entry-form label span:first-child{
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 12px;
  }

  .entry-form label div,
  .entry-form label select,
  .entry-form label input:not([type="checkbox"]),
  .entry-form label textarea,
  .entry-form label div.item-images,
  .entry-form label div.screen-time{
    width: 100%;
  }

  .entry-form label select{
    font-size: 14px;
  }

  .entry-form label div:not(.screen-time) select.form-select:not(:first-child){
    margin-top: 12px;
  }

  .entry-form label div:not(.screen-time) div.screen-time select.form-select:not(:first-child){
    margin-top: 0;
  }

  .entry-form label div input.form-control[type=file]{
    width: 315px;
    height: auto;
  }

  .entry-form label div.item-images input.form-control{
    width: 315px;
    margin-bottom: 0;
  }

  .entry-form .copy_director_info{
    width: 200px;
    height: 38px;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 16px;
  }

  .form-check .mwform-checkbox-field.horizontal-item label{
    width: 260px;
    margin: 0 auto;
    font-size: 14px;
  }

  .form-check .mwform-checkbox-field.horizontal-item label input{
    margin-top: 6px;
  }

  .entry-form .btn-confirm,
  .entry-form .btn-back,
  .entry-form .btn-submit{
    width: 265px;
    height: 36px;
    font-size: 14px;
    display: block;
  }

  .entry-form .btn-confirm{
    margin-bottom: 20px;
  }

  .mw_wp_form_confirm label div{
    margin-top: 0;
  }
}


.btn-about{
  display: flex;
  width: 570px;
  height: 100px;
  font-size: 22px;
  margin: 0 auto 20px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .btn-about{
    min-width: 335px;
    width: 90%;
    height: 80px;
    font-size: 13px;
  }
}

/* ============================
   TOP count down
============================ */
#countdown{
  background-color: #F0E8D6;
  padding: 0;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}

#countdown div.countdown-inner{
  padding: 20px 0;
}

#countdown .timer-area{
  margin-top: 20px;
}

#countdown .timer-area div{
  width: 80px;
  height: 100px;
  border: 1px dashed #000000;
  background-color: #FFFFFF;
  border-radius: 0 10px 0 10px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  margin: 0 10px;
}

#countdown .timer-area div span{
  display: block;
  font-size: 40px;
  text-align: center;
}

/* ============================
   TOP latest news
============================ */
#news-list{
  background-color: #F0E8D6;
  padding: 0;
  border-top: 1px dashed #000000;
  border-bottom: 1px dashed #000000;
}

#news-list div.news-list-inner{
  padding: 20px 0;
}

#news-list div.news-list-inner ul{
  width: 90%;
  margin: 20px auto;
  padding: 0;
  background-color: #FFFFFF;
}

#news-list div.news-list-inner ul li{
  list-style-type: none;
  border-bottom: 1px dashed #000000;
  padding: 10px 20px;
  font-size: 17px;
}
#news-list div.news-list-inner ul li:first-child{
  border-top: 1px dashed #000000;
}

#news-list div.news-list-inner ul li a{
  color: #000000;
  display: flex;
}

#news-list div.news-list-inner ul li a time{
  width: 120px;
  font-weight: 900;
}

#news-list div.news-list-inner ul li a span.article-title-wrapper{
  display: flex;
  width: calc(100% - 120px);
}

span.article-category{
  width: 80px;
  height: 24px;
  background-color: #B28F3E;
  border-radius: 20px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  margin-right: 16px;
}

#news-list div.news-list-inner ul li a span.article-title-wrapper span.article-category{
  margin-top: 2px;
}

#news-list div.news-list-inner ul li a span.article-title-wrapper span.article-title{
  width: calc(100% - 80px - 16px);
}

#news-list div.news-list-inner div.more{
  display: flex;
  width: 90%;
  margin: 0 auto 20px;
  justify-content: end;
}

#news-list div.news-list-inner div.more a{
  display: flex;
  color: #000000;
  width: 150px;
  height: 32px;
  border-radius: 16px;
  background-color: #FFFFFF;
  font-size: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#news-list div.news-list-inner div.more a:after{
  content: "→";
}
#news-list div.news-list-inner div.more.lang-en a:after{
  content: "...";
}

@media screen and (max-width: 767px) {
  #news-list div.news-list-inner ul li{
    padding: 10px;
    font-size: 15px;
  }
  #news-list div.news-list-inner ul li a{
    display: flex;
  }

  #news-list div.news-list-inner ul li a time{
    width: 90px;
  }
  #news-list div.news-list-inner ul li a span.article-title-wrapper{
    display: block;
    margin: 2px 0 0 8px;
    width: calc(100% - 100px);
  }
  span.article-category{
    width: 67px;
    height: 20px;
    font-size: 12px;
    display: block;
  }

  #news-list div.news-list-inner ul li a span.article-title-wrapper span.article-category{
    margin-top: 0;
    margin-bottom: 2px;
  }

  #news-list div.news-list-inner div.more a{
    width: 140px;
    height: 30px;
    font-size: 14px;
  }
}

/* ============================
   Article (news)
============================ */
section.articles{
  padding-top: 30px;
  padding-bottom: 30px;
}

section.articles.news{
  background-color: #F0E8D6;
}

section.articles .info-title{
  margin-bottom: 30px;
}

div.article-items article,
div.article-item article{
  width: 96%;
  margin: 0 auto;
  border-top: 1px dashed #000000;
  padding: 30px;
  color: #000000;
  background-color: #FFFFFF;
}
div.article-item article{
  padding: 0;
}

div.article-items article:last-of-type{
  border-bottom: 1px dashed #000000;
  margin-bottom: 30px;
}

section.articles article a{
  display: flex;
  align-items: start;
  justify-content: start;
  color: #000000;
}

section.articles article a img{
  border: 1px solid #000000;
}

section.articles article a .article-item-block{
  margin-left: 30px;
}

section.articles article a .article-meta{
  display: flex;
  margin-bottom: 10px;
}

section.articles article a time{
  width: 120px;
  font-weight: 900;
}

section.articles article a .article-title{
  font-size: 17px;
  font-weight: normal;
}

section.articles nav.pagination-wrapper{
  margin-top: 30px;
}

section.articles nav.pagination-wrapper ul{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

section.articles nav.pagination-wrapper ul.pagination li,
section.articles nav.pagination-wrapper ul.pagination li a,
section.articles nav.pagination-wrapper ul.pagination li span{
  width: 45px;
  height: 45px;
}

section.articles nav.pagination-wrapper ul.pagination li a,
section.articles nav.pagination-wrapper ul.pagination li span{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 45px;
  background-color: #FFFFFF;
}

section.articles nav.pagination-wrapper ul.pagination li span.current{
  color: #FFFFFF;
  background-color: #000000;
}

section.articles div.article-item article h1,
section.articles div.article-item article .article-meta,
section.articles div.article-item article .article-body{
  padding: 26px 30px;
}

section.articles div.article-item{
  margin-bottom: 100px;
}

section.articles div.article-item article h1{
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 0;
  border-bottom: 1px dashed #000000;
}

section.articles div.article-item article .article-meta{
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

section.articles div.article-item article time{
  display: flex;
  width: 117px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #EFE8D6;
  font-size: 14px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  section.articles{
    margin-top: 20px;
  }
  section.articles article a img{
    width: 90px;
  }
  div.article-items article,
  div.article-item article{
    width: 90%;
    padding: 15px 11px;
    font-size: 15px;
  }
  div.article-item article{
    padding: 0;
  }

  section.articles article a .article-item-block{
    margin-left: 15px;
    width: calc(100% - 90px - 15px);
  }

  section.articles article a time{
    display: inline-block;
    width: 90px;
  }

  section.articles article a span.article-category{
    margin-top: 2px;
    margin-left: 6px;
  }

  section.articles article a .article-title{
    font-size: 15px;
  }

  section.articles nav.pagination-wrapper ul{
    gap: 10px;
  }

  section.articles nav.pagination-wrapper ul.pagination li,
  section.articles nav.pagination-wrapper ul.pagination li a,
  section.articles nav.pagination-wrapper ul.pagination li span{
    width: 36px;
    height: 36px;
  }

  section.articles nav.pagination-wrapper ul.pagination li a,
  section.articles nav.pagination-wrapper ul.pagination li span{
    border-radius: 36px;
  }

  section.articles div.article-item{
    margin-bottom: 30px;
  }

  section.articles div.article-item article h1,
  section.articles div.article-item article .article-meta,
  section.articles div.article-item article .article-body{
    padding: 17px 11px;
  }

  section.articles div.article-item article h1{
    font-size: 18px;
  }

  section.articles div.article-item article time{
    width: 100px;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
  }

  section.articles div.article-item article .article-body p{
    font-size: 15px;
  }
}

/* ============================
   作品
============================ */
.programs .info-subtitle{
  background-color: #CC6335;
  padding: 6px 0;
}

.program-table {
  margin: 50px auto;
  max-width: 1000px;
  text-align: center;
}

.program-title {
  font-size: 28px;
  font-weight: bold;
}

.program-subtitle {
  font-size: 14px;
  color: #B28F3E;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 50px;
  gap: 0;
  width: calc(225px * 4);
  margin: 0 auto;
}

.program-cell {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  font-size: 15px;
  width: 225px;
}

.program-cell a:hover{
  background-color: #666;
  color: #fff;
}

.program-cell:nth-child(4n) {
  border-right: 2px solid #000;
}
.program-cell:nth-child(n+5){
  border-bottom: 2px solid #000;
}

.program-cell:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.program-cell:nth-child(4) {
  border-radius: 0 10px 0 0;
}
.program-cell:nth-child(5) {
  border-radius: 0 0 0 10px;
}
.program-cell:nth-child(8) {
  border-radius: 0 0 10px 0;
}

.program-cell.all {
  grid-row: span 3;
  grid-column: 1 / 2;
  background-color: #000;
  color: #fff;
  border-radius: 10px 0 0 10px;
  width: 228px;
}
.program-cell.current {
  background-color: #000;
  color: #fff;
}
.program-cell.cell-blank {
  display: none;
}
.program-cell a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 100%;
  padding: 0 calc((225px - 172px) / 2);
}
.program-cell.all a,
.program-cell.current a{
  color: #fff;
}

.program-list{
  border-bottom: 1px dashed #000000;
}
.program-list:nth-child(even){
  background-color: #FDFAF5;
}
.program-list:last-child{
  border-bottom: none;
}
.program-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.program-card {
  font-family: sans-serif;
}

.program-card a {
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  overflow: hidden;
}

.program-card a img{
  width: 200px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.program-label {
  display: inline-block;
  font-size: 14px;
  border: 1px dashed #aaa;
  border-radius: 20px;
  padding: 2px 10px;
  margin-top: 6px;
  margin-bottom: 4px;
  color: #000;
}

.program-title {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 4px;
}
.program-director {
  font-size: 14px;
  color: #333;
}

.program-event-name {
  font-size: 14px;
  color: #C73737;
  font-weight: bold;
}
.border-line-text {
  border-bottom: 3px solid #CC6335;
	width:fit-content;
  margin: 12px auto;
  padding-bottom: 8px;
	font-weight:bold;
	text-align:center;
}
.border-line-text.normal-line {
  border-color: #BE8F32;
}

@media screen and (max-width: 767px) {
  .program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: initial;
    max-width: 335px;
  }

  .program-cell {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    width: 100%;
    height: 50px;
  }
  .program-cell:nth-child(4n) {
    border-right: none;
  }
  .program-cell:nth-child(2n) {
    border-right: 1px solid #000;
  }
  .program-cell:nth-child(n+5){
    border-bottom: none;
  }
  .program-cell:nth-child(n+7){
    border-bottom: 1px solid #000;
  }
  .program-cell:nth-child(1) {
    border-radius: 10px 0 0 0;
  }
  .program-cell:nth-child(2) {
    border-radius: 0 10px 0 0;
  }
  .program-cell:nth-child(4) {
    border-radius: 0 0 0 0;
  }
  .program-cell:nth-child(5) {
    border-radius: 0 0 0 0;
  }
  .program-cell:nth-child(7) {
    border-radius: 0 0 0 10px;
  }
  .program-cell:last-child {
    /*
    border-radius: 0 0 10px 0;
    border-right: 1px solid #000;
    */
  }
  .program-cell a{
    padding: 0;
  }
  .program-cell.all {
    grid-row: span 1;
    grid-column: 1 / span 2;
    background-color: #000;
    color: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 70px;
  }
  .program-cell.cell-blank {
    display: none;
    background-color: #EBEBEB;
  }

  .program-new {
    display: block;
    max-width: 335px;
  }
  .program-card a{
    display: flex;
    align-items: flex-start;
  }
  .program-card a img{
    display: block;
    width: 120px;
    margin-right: 15px;
  }
  p.program-description{
    max-width: 335px;
    margin: 0 auto 24px;
  }
}

/* ============================
   作品詳細
============================ */
.main-2col{
  display: grid;
  grid-template-columns: calc(100% - 250px - 90px) 250px;
  gap: 18px 90px;
  margin: 0 50px;
}
div.article-item.main-2col .title_meta,
div.article-item.main-2col article.content-left{
  width: 100%;
  border-top: none;
}
.main-2col .content-right {
  width: 250px;
  grid-row: span 2;
}
@media (max-width: 767px) {
  .main-2col{
    grid-template-columns: 100%;
    gap: 30px;
    margin: 0 20px;
  }
  .main-2col .title_meta {
    order: -1;
  }
  .main-2col .content-right {
    order: 0;
    grid-row: auto;
    width: 100%;
  }
}
/* 右カラム：スケジュール／チケット */
.programs .main-2col .content-right .schedule-ticket{
  width: 100%;
  border: 1px solid #000;
  border-radius: 0px 15px 15px 15px;
}

.programs .main-2col .content-right .schedule-ticket h3{
  font-size: 18px;
  text-align: center;
  margin: 25px auto 23px;
}
.programs .main-2col .content-right .schedule-ticket h3 span{
  display: block;
  font-size: 13px;
  color: #B28F3E;
  margin-top: 5px;
}
.programs .main-2col .content-right .schedule-ticket .block-inner{
  width: 200px;
  margin: 0 auto;
}
.programs .main-2col .content-right .schedule-ticket .ticket-info{
  display: block;
  font-size: 14px;
  border: 1px solid #000000;
  border-radius: 14px;
  background-color: transparent;
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
}

.programs .main-2col .content-right .schedule-ticket ul.price-info{
  list-style: none;
  padding-left: 0;
}

.programs .main-2col .content-right .schedule-ticket ul.price-info li{
  line-height: 1.6rem;
  font-size: 14px;
}

.programs .main-2col .content-right .schedule-ticket .schedule-item{
  border-top: 1px dashed #000000;
  margin: 0 auto;
  padding: 16px 0;
  font-size: 14px;
}
.programs .main-2col .content-right .schedule-ticket .schedule-item p{
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.programs .main-2col .content-right .schedule-ticket .ticket-button{
  display: block;
  color: #000000;
  background: #EFE8D6 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 8px;
  box-shadow: 0 4px 0 #000000;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  padding: 10px 0;
}
.programs .main-2col .content-right .schedule-ticket .ticket-button strong{
  font-size: 17px;
  display: block;
}
.programs .main-2col .content-right .schedule-ticket .ticket-button:hover{
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 4px 0 #000000;
}

.programs .main-2col .content-right .schedule-ticket span.ticket-button {
  background: none;
  box-shadow: none;
  border-radius: 0;
}
.programs .main-2col .content-right .schedule-ticket span.ticket-button:hover {
  background: none;
  color: unset;
  box-shadow: none;
}

@media (max-width: 767px) {
  .programs .main-2col .content-right .schedule-ticket .block-inner{
    min-width: 285px;
    max-width: 80%;
    width: auto
  }
}

/* 左カラム：共通 */
.programs .main-2col .content-left h3{
  background: #CC6334 0% 0% no-repeat padding-box;
  border-radius: 20px;
  font-size: 20px;
  letter-spacing: 0.5px;
  width: 100%;
  height: 40px;
  margin: 0 auto 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

/* 左カラム：表題(カテゴリ～年) */
.programs .main-2col .title_meta .categories{
  display: flex;
  gap: 5px;
}
.programs .main-2col .title_meta .categories div{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #000000;
  border-radius: 14px;
  text-align: center;
  height: 28px;
  font-size: 14px;
  padding: 0 5px;
}
.programs .main-2col .title_meta .categories div.program-event-name{
  border: none;
  background-color: #C73737;
  color: #ffffff;
}
.programs .main-2col .title_meta h1{
  margin-top: 18px;
}
.programs .main-2col .title_meta h2{
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 18px;
}
.programs .main-2col .title_meta .program-meta{
  font-size: 14px;
}
@media (max-width: 767px) {
  .programs .main-2col .title_meta .categories{
    flex-wrap: wrap;
    gap: 11px 10px;
  }
  .programs .main-2col .title_meta .categories div{
    height: 25px;
    font-size: 13px;
  }

  .programs .main-2col .title_meta h2{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .programs .main-2col .title_meta .program-meta{
    font-size: 15px;
  }
}
/* 左カラム：画像 */
.programs .main-2col .content-left .image-gallery{
  margin-bottom: 90px;
}
.programs .main-2col .content-left .image-gallery div.main-image{
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.programs .main-2col .content-left .image-gallery .thumbnail-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 15px 0;
}
.programs .main-2col .content-left .image-gallery .thumbnail-grid img{
  max-width: 100%;
  opacity: 0.3;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.programs .main-2col .content-left .image-gallery .thumbnail-grid img.current{
  opacity: 1;
}
.programs .main-2col .content-left .image-gallery .thumbnail-grid a img{
  border: none;
}

@media (max-width: 767px) {
  .programs .main-2col .content-left .image-gallery{
    margin-bottom: 80px;
  }
  .programs .main-2col .content-left .image-gallery .thumbnail-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 左カラム：作品紹介 */
.programs .main-2col .content-left .description{
  margin-bottom: 60px;
}

/* 左カラム：スタッフ */
.programs .main-2col .content-left .staff{
  margin-bottom: 60px;
  overflow: hidden;
}
.programs .main-2col .content-left .staff img{
  width: 180px;
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.programs .main-2col .content-left .staff h4{
  font-size: 20px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .programs .main-2col .content-left .staff{
    margin-bottom: 40px;
  }
  .programs .main-2col .content-left .staff img{
    width: 240px;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .programs .main-2col .content-left .staff p{
    font-size: 15px;
  }
}

/* 左カラム：特別企画 */
.programs .main-2col .content-left .event-info{
  margin-bottom: 60px;
}
.programs .main-2col .content-left .event-info:nth-of-type(n+2){
  border-top: 1px dashed #000000;
}
.programs .main-2col .content-left .event-info h4{
  font-size: 17px;
  margin-bottom: 40px;
}
/* 左カラム：関連イベント */
.programs .main-2col .content-left .related-event{
  margin-bottom: 80px;
}

.programs .main-2col a.btn{
  display: block;
  background: #EFE8D6 0% 0% no-repeat padding-box;
  border: 1px solid #000000;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0 4px 0 #000000;
  font-size: 17px;
  text-align: center;
  width: 400px;
  margin: 10px auto;
  padding: 14px 0;
}
.programs .main-2col a.btn:hover{
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0 4px 0 #000000;
}
@media (max-width: 767px) {
  .programs .main-2col a.btn{
    width: 265px;
    font-size: 14px;
    padding: 7px 0 9px;
  }
}

/* ------------------------ schedule
*/

.schedule-grid{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 50px;
  gap: 0;
  margin: 0 auto;
  padding: 0;
}

li.schedule-cell {
  list-style-type: none;
}
.schedule-cell {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 15px;
}

.schedule-cell a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 100%;
}

.schedule-cell a:hover{
  background-color: #666;
  color: #fff;
}

.schedule-cell:last-child {
  border-right: 2px solid #000;
  border-radius: 0 10px 10px 0;
}

.schedule-cell:first-child {
  border-radius: 10px 0 0 10px;
}

.schedule-cell.current {
  background-color: #000;
  color: #fff;
}

.schedule-cell.current a {
  color: #fff;
}

@media (max-width: 767px) {
  .schedule-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .schedule-cell {
    border-bottom: none;
  }

  .schedule-cell:first-child {
    border-radius: 10px 0 0 0;
  }

  .schedule-cell:last-child {
    border-radius: 0 0 10px 0;
  }

  .schedule-cell:nth-child(2) {
    border-radius: 0 10px 0 0;
  }

  .schedule-cell:nth-child(5) {
    border-radius: 0 0 0 10px;
  }

  .schedule-cell:nth-child(even) {
    border-right: 2px solid #000;
  }

  .schedule-cell:nth-child(n+5){
    border-bottom: 2px solid #000;
  }

}

.schedule .program-new{
  display: block;
}

.schedule .program-new .program-card{
  border-bottom: dashed 1px #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
}

.schedule .program-new .program-card:last-child{
  border-bottom: none;
  margin-bottom: 0;
}

.schedule .program-new .program-card img{
  margin-right: 15px;
  width: 200px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.schedule .program-new .program-card a.program-link{
  display: block;
  border: 1px solid #000000;
  border-radius: 16px;
  width: 155px;
  height: 30px;
  margin-top: 8px;
  text-align: center;
}

/* ------------------------ ticket
*/
ul.notice{
  list-style-type: none;
  margin-left: 1rem;
}

ul.notice li:before {
	content: '※';
	margin-left: -1rem;
}

.ticket-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto 80px;
  padding: 0;
}

.ticket-cell{
  border: 1px solid #000000;
  border-radius: 0px 15px 15px 15px;
}

.ticket-cell .ticket-type-label{
  font-size: 18px;
  text-align: center;
  padding: 21px 0 23px;
  background-color: #EEE8D6;
  border-radius: 0 15px 0 0;
}

.ticket-cell dl{
  display: flex;
  flex-wrap: wrap;
  width: calc(96px + 45px + 102px);
  margin: 35px auto;
}

.ticket-cell dl dt{
  font-size: 16px;
  font-weight: normal;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 96px;
}

.ticket-cell dl dt:after{
	content: ': ';
}

.ticket-cell dl dd{
  width: 102px;
  margin-left: 45px;
  font-size: 28px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
}
.ticket-cell p.notice{
  font-size: 14px;
  color: #C73737;
  text-align: center;
  margin-bottom: 40px;
}

.btn-ticket{
  display: flex;
  width: 430px;
  height: 92px;
  font-size: 22px;
  margin: 40px 0 20px;
  align-items: center;
  justify-content: center;
}

.ticket-grid .btn-ticket{
  width: 100%;
  margin-top: 0;
}

span.button-outline.btn-ticket {
  box-shadow: none;
  border-color: #ccc;
  color: #ccc;
}
span.button-outline.btn-ticket:hover {
  background-color: transparent;
  color: #ccc;
}

@media (max-width: 767px) {
  .ticket-grid{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .btn-ticket{
    width: 100%;
  }
}

.w-md-25 {
  width: 100% !important;
}
.w-md-75 {
  width: 100% !important;
}
@media (768px <= width) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}

.w-md-30 {
	width: 100% !important;
}
.w-md-70 {
	width: 100% !important;
}
@media (768px <= width) {
	.w-md-30 {
		width: 30% !important;
	}
	.w-md-70 {
		width: 70% !important;
	}
}

.logo-obi {
	background: #eee8d6;
	font-size: 14px;
}
