@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.amedama {
  background-color: #FFF6E2;
}

.amedama h1, .amedama h2, .amedama h3, .amedama h4, .amedama p, .amedama ul, .amedama li, .amedama dl, .amedama dd, .amedama dt, .amedama span, .amedama small {
  margin: 0;
  padding: 0;
}

.amedama * {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.amedama li {
  list-style: none;
}

.amedama h2 {
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .amedama h2 {
    font-size: 6.4vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama h2 {
    font-size: 40px;
    padding-top: 70px;
  }
}
.amedama a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .amedama a:hover {
    opacity: 0.7;
  }
}
.amedama img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.amedama .container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1100px) {
  .amedama .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .amedama .container {
    padding: 0 5.3333333333vw;
  }
}
.amedama .kv {
  background-image: url(../img/kv_back.png);
  background-size: cover;
}

@media screen and (max-width: 1100px) {
  .amedama .kv .container {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .amedama .kv .container {
    padding: 0;
  }
}
.amedama .kv .is_text {
  background-color: #F5D268;
}

@media screen and (min-width: 768px) {
  .amedama .kv .is_text {
    padding: 33px 40px;
  }
}
@media screen and (max-width: 767px) {
  .amedama .kv .is_text {
    padding: 5.3333333333vw 5.3333333333vw;
  }
}
.amedama .kv .is_text p {
  color: #832403;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .amedama .kv .is_text p {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .kv .is_text p {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .amedama .pre {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .pre {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .amedama .pre iframe {
    width: 100%;
    height: 50.1333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .pre iframe {
    width: 100%;
    height: 56vw;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .amedama .pre iframe {
    height: 615px;
  }
}
.amedama .pre p {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .amedama .pre p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .pre p {
    margin-top: 40px;
    font-size: 24px;
  }
}
.amedama .information {
  background-color: #FFD2A8;
}

@media screen and (max-width: 767px) {
  .amedama .information {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .amedama .information .is_list {
    margin-top: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information .is_list {
    margin-top: 15px;
  }
}
@media screen and (min-width: 900px) {
  .amedama .information .is_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .amedama .information .is_list li {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information .is_list li {
    margin-top: 45px;
  }
}
@media screen and (min-width: 900px) {
  .amedama .information .is_list li {
    width: 90%;
  }
}
.amedama .information .is_list li dt {
  color: #B21805;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .amedama .information .is_list li dt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information .is_list li dt {
    font-size: 26px;
  }
}
.amedama .information .is_list li dd {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .amedama .information .is_list li dd {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information .is_list li dd {
    font-size: 28px;
    margin-top: 20px;
  }
}
.amedama .information .is_list li dd span {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .amedama .information .is_list li dd span {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .information .is_list li dd span {
    font-size: 20px;
  }
}
.amedama .information .is_list li:nth-child(3),
.amedama .information .is_list li:nth-child(2),
.amedama .information .is_list li:first-child {
  width: 100%;
}

.amedama .snss {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .amedama .snss {
    padding: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .amedama .snss {
    padding: 70px 0;
  }
}
.amedama .snss ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .amedama .snss ul li {
    width: 15.4666666667vw;
    margin: 0 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .snss ul li {
    width: 120px;
    margin: 0 20px;
  }
  .amedama .snss ul li:nth-child(n+3) {
    width: 80px;
    margin: 20px;
  }

  
}
.amedama .footer {
  background-color: #713302;
  text-align: center;
  border-color: #CF3609;
  border-top-style: solid;
}

@media screen and (max-width: 767px) {
  .amedama .footer {
    padding-top: 6.6666666667vw;
    padding-bottom: 9.3333333333vw;
    border-width: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .footer {
    padding-top: 35px;
    padding-bottom: 55px;
    border-width: 20px;
  }
}
.amedama .footer small {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .amedama .footer small {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .amedama .footer small {
    font-size: 24px;
  }
}
.btn01 {
  width: 50%;
  margin: 30px auto 20px;
}

.btn01 a {
  width: 100%;
  padding: 15px 30px;
  color: #FFF;
  background-color: #713302;
  border-radius: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
}

.btn01 a:hover {
  text-decoration: none;
}

.lang {
  padding: 50px 0;
  width: auto;
  text-align: center;
  font-size: 1.1rem;
}

.lang span {
  opacity: 0.4;
  font-size: 1.1rem;
}

.lang a {
  font-weight: 700;
  font-size: 1.1rem;
  color: #713302;
}

.crew p {
  font-size: 3.8vw;
  margin-top: 4vw;
  line-height: 1.8em;
}

.crew span {
  color: #B21805;
  font-weight: bold;
  font-size: 2vw !important;
}

@media screen and (min-width: 768px) {
  .btn01 {
    width: 300px;
    margin: 50px auto 20px;
  }
  .btn01 a {
    width: 100%;
    padding: 15px 30px;
    color: #FFF;
    background-color: #713302;
    border-radius: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
  }
  .btn01 a:hover {
    text-decoration: none;
  }
  .crew p {
    font-size: 1.6vw;
    margin-top: 0px;
    line-height: 1.8em;
  }
}
figure {
  margin: 0;
}

.only-sp,
br.only-sp {
  display: none;
}

.only-pc {
  display: block;
}

br.only-pc {
  display: inline;
}

@media screen and (max-width: 767px) {
  .only-pc,
br.only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  br.only-sp {
    display: inline;
  }
}
/* kv
========================================================================== */
.kv .container {
  position: relative;
}
.kv .kv_award {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 28px 15px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 240px;
}
@media (max-width: 1100px) {
  .kv .kv_award {
    padding: 2.5454545455vw 1.3636363636vw;
    top: 21.8181818182vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award {
    background-color: #fff;
    padding: 8vw 0.8vw;
    position: static;
  }
}
.kv .kv_award ul {
  display: grid;
  gap: 10px 28px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 910px) {
  .kv .kv_award ul {
    gap: 1.0989010989vw 3.0769230769vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award ul {
    display: grid;
    gap: 2.6666666667vw 1.0666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.kv .kv_award ul > li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 67px;
  padding: 0 32px;
  position: relative;
}
@media (max-width: 910px) {
  .kv .kv_award ul > li {
    gap: 0 1.3186813187vw;
    min-height: 7.3626373626vw;
    padding: 0 3.5164835165vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award ul > li {
    gap: 0 0.5333333333vw;
    min-height: 12vw;
    padding: 0 5.8666666667vw;
    width: auto;
  }
}
.kv .kv_award ul > li::after, .kv .kv_award ul > li::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 67px;
  width: 32px;
  position: absolute;
  top: 0;
}
@media (max-width: 910px) {
  .kv .kv_award ul > li::after, .kv .kv_award ul > li::before {
    height: 7.3626373626vw;
    width: 3.5164835165vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award ul > li::after, .kv .kv_award ul > li::before {
    height: 12vw;
    width: 5.8666666667vw;
  }
}
.kv .kv_award ul > li::before {
  background-image: url(../img/icon-award-left.png);
  left: 0;
}
.kv .kv_award ul > li::after {
  background-image: url(../img/icon-award-right.png);
  right: 0;
}
.kv .kv_award ul > li > strong {
  font-size: 12px;
  line-height: 1.1666666667;
}
 
.kv .kv_award ul li strong.mini {
 line-height: 0.6 !important;
}

  .kv .kv_award ul > li > strong > span {
    font-size:0.725em;
}

@media (max-width: 910px) {
  .kv .kv_award ul > li > strong {
    font-size: 1.2967032967vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award ul > li > strong {
    font-size: 2.1333333333vw;
  }
.kv .kv_award ul li strong.mini {
    font-size: 1.1333333333vw;

}  
}
.kv .kv_award img.--nyicff {
  max-width: 52px;
}
.kv .kv_award img.--zlinfilm {
  max-width: 63px;
}
.kv .kv_award img.--sapporo-short-fest {
  max-width: 57px;
}
.kv .kv_award img.--best-international-short-film {
  max-width: 55px;
}
.kv .kv_award img.--audience-award {
  max-width: 56px;
}
@media (max-width: 910px) {
  .kv .kv_award img.--nyicff {
    max-width: 5.8241758242vw;
  }
  .kv .kv_award img.--zlinfilm {
    max-width: 6.9230769231vw;
  }
  .kv .kv_award img.--sapporo-short-fest {
    max-width: 6.2637362637vw;
  }
  .kv .kv_award img.--best-international-short-film {
    max-width: 6.043956044vw;
  }
  .kv .kv_award img.--audience-award {
    max-width: 6.1538461538vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv_award img.--nyicff {
    max-width: 9.3333333333vw;
  }
  .kv .kv_award img.--zlinfilm {
    max-width: 11.4666666667vw;
  }
  .kv .kv_award img.--sapporo-short-fest {
    max-width: 10.4vw;
  }
  .kv .kv_award img.--best-international-short-film {
    max-width: 9.8666666667vw;
  }
  .kv .kv_award img.--audience-award {
    max-width: 10.4vw;
  }
}

/* staff
========================================================================== */
.staff {
  padding: 80px 15px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 9.6vw 0;
  }
}
.staff .staff_inner {
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
  padding: 70px 65px 144px;
}
@media screen and (max-width: 767px) {
  .staff .staff_inner {
    gap: 8vw 0;
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
.staff .staff_inner h2 {
  padding-top: 0;
}
.staff .staff_box {
  padding-left: 186px;
  position: relative;
}
.staff .staff_box p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .staff .staff_box {
    padding-left: 0;
  }
  .staff .staff_box p {
    font-size: 3.7333333333vw;
  }
}
.staff .staff_profile {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .staff .staff_profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.7333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.staff .staff_profile figure {
  width: 156px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .staff .staff_profile figure {
    width: 20vw;
    position: static;
  }
}
.staff .staff_profile h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
  line-height: 1.5;
}
.staff .staff_profile h3 > span {
  color: #B21805;
  font-size: 26px;
}
.staff .staff_profile h3 > strong {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .staff .staff_profile h3 {
    gap: 1.6vw 0;
  }
  .staff .staff_profile h3 > span {
    font-size: 4.2666666667vw;
  }
  .staff .staff_profile h3 > strong {
    font-size: 4.8vw;
  }
}
.staff .staff_bg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.staff .staff_bg img {
  height: 125%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: top 1s ease;
  transition: top 1s ease;
}

/* cast
========================================================================== */
.cast {
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .cast {
    padding-bottom: 10.6666666667vw;
  }
}
.cast .cast_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px 0;
}
@media screen and (max-width: 767px) {
  .cast .cast_inner {
    gap: 10.6666666667vw 0;
  }
}
.cast .cast_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
@media screen and (max-width: 767px) {
  .cast .cast_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw 0;
  }
}
.cast .cast_box .cast_box_img {
  max-width: 320px;
}
.cast .cast_box .cast_box_img img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .cast .cast_box .cast_box_img {
    max-width: initial;
  }
  .cast .cast_box .cast_box_img img {
    border-radius: 2.6666666667vw;
  }
}
.cast .cast_profile {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cast .cast_profile h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
  line-height: 1.5;
  margin-bottom: 13px;
}
.cast .cast_profile h3 > strong {
  color: #B21805;
  font-size: 26px;
}
.cast .cast_profile h3 > span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cast .cast_profile h3 {
    gap: 1.6vw 0;
    margin-bottom: 3.7333333333vw;
  }
  .cast .cast_profile h3 > strong {
    font-size: 4.2666666667vw;
  }
  .cast .cast_profile h3 > span {
    font-size: 4.8vw;
  }
}
.cast .cast_profile p {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cast .cast_profile p {
    font-size: 3.7333333333vw;
  }
}

.italic{

    font-style: italic;
    font-size: 1.5rem;
    font-weight: 800;

}
@media screen and (max-width: 767px) {
.italic{

    font-style: italic;
    font-size: 0.9rem;
    font-weight: 800;


}
}

.award01 {
    background-color: rgb(139 34 4);
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12%;
    font-size: 1.5em;
    color: #FFF;
    font-weight: 800;
    padding: 1% 0;
}

.award {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 14.3%;
}



.award ul{
	width:100%;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.award ul li:nth-child(1){
		width:31.5%;
}
.award ul li{
		width:13.7%;
		padding:10px 5px;
}

.award ul li p img{
		width:100%;
}

.award ul li p:nth-child(2){
		font-size:0.725em;
		line-height:1.4em;
		padding:10px 0;
}





@media screen and (max-width: 767px) {


.award {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 15px;
    text-align: center;
    width: 100%;
    position: static;

}

.award01 {
	background-color: rgb(139 34 4);
    padding: 15px 10px;
    text-align: center;
    width: 100%;
    position: static;
    font-weight:800;
	color:#FFF;
	font-size:1.1em;
	}





.award ul{
	width:100%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap:wrap;
	padding:10px 0;
}

.award ul li:nth-child(1){
		width:48.5%;
		padding:10px 5px;
}


.award ul li:nth-child(1) img {
        width: 120%;
        padding: 10px 0px;
        margin: 0 0 0 -5%;
    }


.award ul li{
		width:48.5%;
		padding:10px 5px;
}

.award ul li(n+2) img{
		width:80%;
}


.award ul li p img{
		width:70%;
}

.award ul li p:nth-child(2){
		font-size:0.875em;
		line-height:1.6em;
		padding:10px 0;
}


}
