/*
 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 13px 0 12px;
  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%
  );
}

/* スマホ表示対応 */
@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-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{
  background-color: #F0E8D6;
  padding-top: 30px;
  padding-bottom: 30px;
}

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-child{
  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;
  }
}

