@charset "UTF-8";
@import url("/filmfest/common/css/grid.css");
html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  margin-top: 70px;
}
img {
  max-width: 100%;
  height: auto; /*高さ自動*/
}
a {
  color: #717694;
  text-decoration-line: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: .6;
}
.spOnly {
  display: none;
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  body {
    margin-top: 17.47vw;
  }
  html {
    scroll-padding-top: 20vw;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/*テキスト/リスト
-------------------------------------*/
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_red {
  color: #d23030;
}
.txt_small {
  font-size: 12px;
}
.annotation {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
.annotationlist li {
  margin-top: .5em !important;
  font-size: 12px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
ul li ul, ul li li, ul li p, ul li h5 {
  margin-top: 1em !important;
}
ul li p, ul li h5 {
  text-indent: 0;
  padding-left: 0;
}
.indent li {
  text-indent: -1em !important;
  padding-left: 1em !important;
}
ul.number li {
  margin-top: 1em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.disc {
  margin-left: 1.5em;
  list-style: disc;
}
.disc li {
  text-indent: 0 !important;
  padding-left: 0 !important;
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  .annotation, .annotationlist li {
    font-size: 10px;
  }
  .txt_small {
    font-size: 10px;
  }
}
/*ボタン
-------------------------------------*/
.btn {
  max-width: 340px;
  margin: 40px auto 0;
  padding: 20px;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #717695;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.btn2 {
  color: #fff;
  background: #717695;
}
.btn:hover {
  color: #fff;
  background: #717695;
  opacity: 1;
}
.btn2:hover {
  transform: translateY(-5px);
}
.btn:active, .btn2:active {
  transform: translateY(5px);
}
.btn:after {
  background: url("/filmfest/common/img/icon_arrow01.png")no-repeat;
}
.btn2:after {
  background: url("/filmfest/common/img/icon_arrow02.png")no-repeat;
}
.btn:after, .btn2:after {
  content: "";
  width: 16px;
  height: 7px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.btn:hover::after {
  background: url("/filmfest/common/img/icon_arrow02.png")no-repeat;
}
.btn:hover::after {
  content: "";
  width: 16px;
  height: 7px;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .btn {
    max-width: 100%;
  }
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  .btn {
    padding: 4vw;
  }
  .btn:after, .btn2:after {
    width: 4.26vw;
    height: 1.86vw;
    right: 4vw;
  }
  .btn:hover::after, .btn2:hover::after {
    content: "";
    width: 4.26vw;
    height: 1.86vw;
    right: 4vw;
  }
}
/*余白
-------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 2.66vw !important;
  }
  .mt20 {
    margin-top: 4vw !important;
  }
  .mt30 {
    margin-top: 5.33vw !important;
  }
  .mt40 {
    margin-top: 6.66vw !important;
  }
}
/*ヘッダー
-------------------------------------*/
.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  width: 100%;
  top: 0;
  padding: 24px 40px;
  background: #fff;
  z-index: 3000;
}
.logo {
  max-width: 570px;
}
.logo h1 {
  margin-bottom: 0;
  line-height: 0;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .header {
    padding: 12px 20px;
  }
  .logo h1 img {
    height: 46px;
  }
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  .header {
    flex-direction: column;
    padding: 4vw;
  }
  .logo {
    max-width: 65.334vw;
  }
  .logo h1 img {
    height: initial;
  }
}
/*メニュー
-------------------------------------*/
/*アイコン*/
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 3000;
  background: #717694;
}
.hamburger__line {
  position: absolute;
  width: 34px;
  height: 2px;
  right: 0;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 20px;
  right: 18px;
}
.hamburger__line--2 {
  top: 27px;
  right: 18px;
}
.hamburger__line--3 {
  top: 34px;
  right: 18px;
}
.hamburger__text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 38px;
  right: 17px;
}
/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-25deg);
  top: 27px;
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  transform: rotate(25deg);
  top: 27px;
}
/*スライド*/
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 500px; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  padding: 90px 40px;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 2000;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}
/*メニュー項目*/
.sp-nav li {
  list-style: none;
  margin: 0;
}
.sp-nav li a {
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 35px 0 15px;
  font-size: 18px;
  position: relative;
  display: block;
}
.sp-nav li a:after {
  content: "";
  width: 16px;
  height: 7px;
  background: url("/filmfest/common/img/icon_arrow01.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.sp-nav .menu_01 {
  background: url(/filmfest/common/img/menu_01.svg) no-repeat;
}
.sp-nav .menu_02 {
  background: url(/filmfest/common/img/menu_02.svg) no-repeat;
}
.sp-nav .menu_03 {
  background: url(/filmfest/common/img/menu_03.svg) no-repeat;
}
.sp-nav .menu_04 {
  background: url(/filmfest/common/img/menu_04.svg) no-repeat;
}
.sp-nav .menu_05 {
  background: url(/filmfest/common/img/menu_05.svg) no-repeat;
}
.sp-nav .menu_06 {
  background: url(/filmfest/common/img/menu_06.svg) no-repeat;
}
.sp-nav .menu_01, .sp-nav .menu_02, .sp-nav .menu_03, .sp-nav .menu_04, .sp-nav .menu_05, .sp-nav .menu_06 {
  background-size: auto 12px;
  background-position: 0 20px;
}
/*black-bg(ハンバーガーメニュー解除用bg)*/
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1000;
}
/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .sp-nav {
    width: 70vw; /* 出てくるスライドメニューの幅 */
  }
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  /*アイコン*/
  .hamburger {
    width: 17.47vw;
    height: 17.47vw;
  }
  .hamburger__line {
    width: 9.6vw;
    height: 0.8vw;
  }
  .hamburger__line--1 {
    top: 4vw;
    right: 4vw;
  }
  .hamburger__line--2 {
    top: 6vw;
    right: 4vw;
  }
  .hamburger__line--3 {
    top: 8.2vw;
    right: 4vw;
  }
  .hamburger__text {
    font-size: 3.2vw;
    top: 9vw;
    right: 4vw;
  }
  .open .hamburger__line--1 {
    top: 6vw;
  }
  .open .hamburger__line--3 {
    top: 6vw;
  }
  /*メニュー項目*/
  .sp-nav {
    padding: 23.46vw 5.33vw;
  }
  .sp-nav li a {
    padding: 6.66vw 0 2.66vw;
    font-size: 3.2vw;
    line-height: 3.2vw;
    position: relative;
  }
  .sp-nav li a:after {
    width: 4.26vw;
    height: 1.86vw;
  }
  .sp-nav .menu_01, .sp-nav .menu_02, .sp-nav .menu_03, .sp-nav .menu_04, .sp-nav .menu_05, .sp-nav .menu_06 {
    background-size: auto 2.13vw;
    background-position: 0 2.66vw;
  }
}
/*ページタイトル
-------------------------------------*/
.page_title {
  padding: 40px 0 30px;
  background-color: #f0f1f7;
  color: #717694;
}
.page_title h1 {
  line-height: 1.6;
  font-weight: 500;
  position: relative
}
.page_title .title_img {
  margin-top: 0;
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  .page_title {
    padding: 6.66vw 0 5.33vw;
  }
  .page_title .title_img img {
    width: auto;
    height: 3.733vw;
  }
}
/*メインコンテンツ
-------------------------------------*/
section {
  margin: 80px 0;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  section {
    margin: 13.33vw 0;
  }
}
/*フッター
-------------------------------------*/
footer {
  background-color: #717694;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
footer h5 {
  margin-top: 30px;
}
footer h4 {
  color: #fff;
}
footer p {
  margin-top: 20px;
}
footer p a {
  color: #fff;
}
footer p span {
  padding: 0 1rem;
}
footer p span.borderL {
  border-left: 1px solid #fff;
  padding: 0 0 0 1rem;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  footer p span {
    padding: 0;
    display: block;
  }
  footer p span.borderL {
    border-left: none;
  }
}
/* 428px以下の表示 */
@media screen and (max-width: 428px) {
  footer {
    padding: 10.66vw 0;
  }
  footer h5 {
    margin-top: 8vw;
  }
  footer p {
    margin-top: 3vw;
  }
}
/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 20px 0;
}
.copyright p {
  margin-top: 0;
}
/* 768px以下の表示 */
@media screen and (max-width: 768px) {
  .copyright {
    padding: 2.66vw 0;
  }
}
/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: 0;
  z-index: 1500;
}
#pagetop a {
  display: block;
  background-color: #717694;
  color: #fff;
  width: 50px;
  padding: 10px 5px;
  text-align: center;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
#pagetop a:hover {
  background-color: #717694;
}