@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/* other */
body {
  font-weight: 400;
  color: #222222;
  font-family: "Work Sans";
  font-optical-sizing: auto;
  font-style: normal;
}

main {
  overflow: hidden;
}

a {
  color: #222222;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #FC4444;
}

#globalHeader {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: #fff;
}
#globalHeader .ghInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#globalFooter {
  background: #1A2455;
}
#globalFooter .gfInner {
  display: flex;
  align-items: center;
  justify-content: center;
}
#globalFooter p {
  color: #fff;
  text-align: center;
  font-family: "Lato", serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

#firstView {
  background: url(../images/common/mv.jpg) no-repeat center/cover;
}
#firstView .fvInner {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#firstView .catch {
  color: #fff;
  font-family: "Lato", serif;
  font-style: normal;
  font-weight: 800;
  line-height: 1.38;
}

#menu {
  background: #FAEDE6;
}
#menu h2.title {
  position: relative;
  color: #1A2455;
  text-align: center;
  font-weight: 600;
  line-height: 0.53;
}
#menu h2.title::after {
  content: "";
  display: block;
  background: #1A2455;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100svh;
  height: 1.5px;
}
#menu .menuList {
  display: flex;
}
#menu .menuList > li > a {
  display: block;
}
#menu .menuList .secName {
  position: relative;
  text-align: center;
  font-weight: 600;
  line-height: 1.21;
}
#menu .menuList .secName::after {
  content: "";
  display: block;
  background: url(../images/common/icon_arrow_navy.svg) no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#schedule {
  background: #fff;
}
#schedule h2.title {
  color: #1A2455;
  font-weight: 600;
}
#schedule h2.title > p {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
}
#schedule p.scheduleTxt {
  color: #000;
  font-weight: 600;
  line-height: 1.25;
}
#schedule .eventTitle {
  font-weight: 600;
  line-height: 1.2;
}
#schedule .eventTitle a {
  text-decoration: underline;
}
#selection {
  background: #1A2455;
  color: #fff;
}
#selection h2.title {
  color: #FFF;
  font-weight: 600;
  line-height: 0.5;
}
#selection .col2 {
  display: flex;
  flex-wrap: wrap;
}
#selection .tag {
  display: inline-block;
  background: #AD6334;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#selection .filmTitle {
  font-weight: 600;
  line-height: 1.2;
}
#selection .name {
  font-weight: 600;
  line-height: 1.3;
}
#selection .imgHeight {
  margin-left: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#selection .copyRight {
  text-align: right;
  line-height: 1.8;
}
#selection .wrapper {
  display: flex;
  border: 1px solid #fff;
}
#selection .timeTable > li {
  position: relative;
  line-height: 2.1;
}
#selection .timeTable > li::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 100svh;
  height: 1.5px;
}
#selection .catch {
  position: relative;
  color: #fff;
  font-weight: 600;
  line-height: 0.9;
}
#selection .catch::before {
  content: "";
  display: block;
  background: #FC4444;
  position: absolute;
  left: 0;
}
#selection a {
  color: #FFF;
}

#support {
  background: #F5F2E9;
}
#support h2.title {
  color: #1A2455;
  font-weight: 600;
}
#support .leadTxt {
  color: #000;
  font-weight: 600;
  line-height: 1.36;
}
#support .outlineBox {
  background-color: #fff;
}
#support .outlineBox .outline {
  color: #1A2455;
  font-weight: 600;
}
#support .outlineBox .txt {
  color: #000;
}
#support .outlineBox p a {
  text-decoration: underline;
}
#support .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#support .txt .filmTitle {
  font-weight: 600;
  line-height: 1.24;
  color: #000;
}
#support .txt .filmInfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.22;
}
#support .txt .filmInfo > dt {
  color: #1A2455;
  font-weight: 600;
}
#support .txt .filmInfo > dd {
  color: #000;
}
#support .thumb .vertical {
  margin-right: 0;
  margin-left: auto;
}
#support .thumb .copyRight {
  color: #000;
  text-align: right;
  line-height: 1.87;
}
#support .awardsBox {
  border: 1px solid #000;
}
#support .award {
  color: #1A2455;
  font-weight: 600;
  line-height: 1.78;
}
#support .awardList > li {
  color: #000;
  line-height: 1.56;
}

#frontier {
  background: #FAEDE6;
}
#frontier h2.title {
  color: #1A2455;
  font-weight: 600;
}
#frontier .txtLead,
#frontier .txtLeadList {
  color: #000;
  font-weight: 600;
  line-height: 1.36;
}
#frontier .directorfilmBox {
  border-bottom: 1.5px solid #fff;
}
#frontier .directorBox {
  display: flex;
}
#frontier .producerBox {
  display: flex;
}
#frontier .proImg {
  width: auto;
  height: 280px;
}
#frontier .name {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 0.9;
}
#frontier .name::before {
  content: "";
  display: block;
  background: #FC4444;
  position: absolute;
  left: 0;
}
#frontier .txt {
  color: #000;
}
#frontier .col2 {
  display: flex;
  align-items: center;
}
#frontier .filmTitle {
  color: #000;
  font-weight: 600;
  line-height: 1.35;
}
#frontier .filmTitle span {
  font-weight: 500;
}
#frontier .copyRight {
  color: #000;
  font-weight: 500;
}

#sales h2.title {
  color: #1A2455;
  font-weight: 600;
  line-height: 1.06;
}
#sales .wrapper {
  position: relative;
  background: #F5F2E9;
}
#sales .wrapper::before {
  content: "";
  display: block;
  background: #F5F2E9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
#sales .companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#sales .companyList > li {
  border: 1px solid #1A2455;
}
#sales .companyList .icon {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sales .companyList .name {
  color: #1A2455;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
#sales .groupName {
  text-align: right;
  color: #1A2455;
  font-weight: 600;
  line-height: 1.76;
}
#sales .group1,
#sales .group2 {
  position: relative;
}
#sales .group1:before,
#sales .group2:before {
  content: "";
  display: block;
  background: #1A2455;
  position: absolute;
  top: 0;
  right: 0;
  height: 1.5px;
}
#sales .group1:after,
#sales .group2:after {
  content: "";
  display: block;
  background: #1A2455;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5px;
}
html:lang(ja) #selection h2.title,
html:lang(ja) #selection .filmTitle,
html:lang(ja) #selection .name {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
}
html:lang(ja) #young h2.title,
html:lang(ja) #young .name,
html:lang(ja) #young .txt,
html:lang(ja) #young .filmTitle,
html:lang(ja) #young .copyRight {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
}
html:lang(ja) #sales h2.title,
html:lang(ja) #sales .name {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 1200px) {
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #selection a {
    color: #FFF;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1201px) {
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #selection a {
    color: #FFF;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #selection a {
    color: #FFF;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  main {
    padding-top: 50px;
  }
  #globalHeader {
    height: 50px;
    padding: 2px 10px;
  }
  #globalHeader .ghInner h1.logo {
    width: 90px;
  }
  #globalFooter {
    padding: 75px 20px;
  }
  #globalFooter p {
    font-size: 30px;
    letter-spacing: 0.015em;
  }
  .inner {
    padding: 0 20px;
    max-width: 600px;
    margin-inline: auto;
  }
  #firstView {
    height: 340px;
  }
  #firstView .fvInner {
    padding-left: 20px;
  }
  #firstView .catch {
    font-size: 36px;
    letter-spacing: 0.015em;
  }
  #menu {
    padding: 50px 0;
  }
  #menu h2.title {
    font-size: 32px;
  }
  #menu h2.title::after {
    bottom: -15px;
    width: 19px;
  }
  #menu .menuList {
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 30px;
  }
  #menu .menuList > li {
    width: calc((100% - 30px) / 2);
  }
  #menu .menuList .thumb {
    box-shadow: 8px 8px 9px -2px rgba(121, 86, 86, 0.2);
  }
  #menu .menuList .secName {
    font-size: 18px;
    padding: 10px 0 15px;
  }
  #menu .menuList .secName::after {
    width: 12px;
    height: 11px;
    bottom: 2px;
  }
  #schedule {
    padding: 37px 0;
  }
  #schedule h2.title {
    font-size: 30px;
    line-height: 1.06;
  }
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule p.scheduleTxt {
    margin-top: 25px;
  }
  #schedule .eventTitle {
    font-size: 21px;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #schedule .imgLink {
    margin-top: 17px;
  }
  #selection {
    padding: 62px 0 50px;
  }
  #selection h2.title {
    font-size: 30px;
  }
  #selection .selectionBox {
    margin-top: 40px;
  }
  #selection .selectionBox + .selectionBox {
    margin-top: 40px;
  }
  #selection .col2 {
    gap: 20px;
  }
  #selection .txt {
    width: 100%;
  }
  #selection .tag {
    font-size: 13px;
    padding: 2px 18px;
  }
  #selection .filmTitle {
    font-size: 21px;
    margin-top: 17px;
  }
  #selection .name {
    font-size: 14px;
    margin-top: 17px;
  }
  #selection .thumb {
    width: 100%;
  }
  #selection .thumb img {
    box-shadow: 8px 8px 9px -2px #040E3F;
  }
  #selection .imgHeight {
    max-height: 400px;
  }
  #selection .copyRight {
    font-size: 12px;
  }
  #selection .wrapper {
    flex-wrap: wrap;
    margin-top: 25px;
    padding: 15px 10px;
  }
  #selection .timeTable {
    width: 100%;
  }
  #selection .timeTable > li {
    padding-left: 15px;
  }
  #selection .timeTable > li::before {
    top: 11px;
    width: 7px;
  }
  #selection .catch {
    font-size: 21px;
    padding-left: 13px;
    margin-top: 35px;
  }
  #selection .catch::before {
    top: 4px;
    height: 12px;
    width: 2px;
  }
  #selection a {
    color: #FFF;
  }
  #support {
    padding: 43px 0;
  }
  #support h2.title {
    font-size: 30px;
    line-height: 1.06;
  }
  #support .leadTxt {
    margin-top: 25px;
  }
  #support .outlineBox {
    margin-top: 15px;
    padding: 18px 20px 12px;
  }
  #support .outlineBox .outline {
    margin-bottom: 7px;
    line-height: 1.25;
  }
  #support .outlineBox .txt {
    line-height: 1.44;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #support .works {
    margin-top: 34px;
  }
  #support .works + .works {
    margin-top: 30px;
  }
  #support .col2 {
    margin-top: 15px;
    gap: 15px;
  }
  #support .txt {
    width: 100%;
  }
  #support .txt .filmTitle {
    margin-bottom: 17px;
    font-size: 21px;
  }
  #support .txt .filmInfo > dt {
    width: 100%;
    margin-top: 8px;
  }
  #support .txt .filmInfo > dd {
    width: 100%;
  }
  #support .thumb {
    width: 100%;
  }
  #support .thumb figure {
    box-shadow: 8px 8px 9px -2px rgba(121, 86, 86, 0.2);
  }
  #support .thumb .copyRight {
    margin-top: 3px;
    font-size: 12px;
  }
  #support .awardsBox {
    margin-top: 18px;
    padding: 14px 20px 12px;
  }
  #support .awardList > li {
    margin-top: 5px;
  }
  #frontier {
    padding: 45px 0;
  }
  #frontier h2.title {
    margin-bottom: 39px;
    font-size: 30px;
    line-height: 1.06;
  }
  #frontier .directorBox {
    flex-wrap: wrap;
    margin-top: 45px;
    padding-bottom: 30px;
    gap: 30px;
  }
  #frontier .directorBox + .directorBox {
    margin-top: 40px;
  }
  #frontier .producerBox {
    flex-wrap: wrap;
    padding-bottom: 30px;
    gap: 30px;
  }
  #frontier .producerBox + .directorBox {
    margin-top: 40px;
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  #frontier .thumb {
    width: 100%;
  }
  #frontier .thumb figure {
    box-shadow: 8px 8px 9px -2px rgba(121, 86, 86, 0.2);
  }
  #frontier .details {
    width: 100%;
  }
  #frontier .name {
    font-size: 21px;
    padding-left: 13px;
    margin-top: 15px;
  }
  #frontier .name::before {
    top: 4px;
    height: 12px;
    width: 2px;
  }
  #frontier .txt {
    line-height: 1.6;
    margin-top: 20px;
  }
  #frontier .col2 {
    gap: 20px;
  }
  #frontier .filmThumb {
    width: 200px;
  }
  #frontier .Wrapper {
    width: calc(100% - 220px);
  }
  #frontier .filmTitle {
    font-size: 15px;
  }
  #frontier .filmTitle span {
    font-size: 14px;
  }
  #frontier .copyRight {
    font-size: 12px;
  }
  #sales {
    padding: 44px 0 45px;
  }
  #sales h2.title {
    font-size: 30px;
  }
  #sales .wrapper {
    margin-top: 15px;
    padding: 30px 0 40px;
  }
  #sales .wrapper::before {
    margin: 0 calc(50% - 50vw);
  }
  #sales .companyList {
    gap: 20px;
  }
  #sales .companyList > li {
    width: calc(50% - 10px);
    padding: 10px 10px 5px 10px;
  }
  #sales .companyList .icon {
    height: 80px;
  }
  #sales .companyList .icon img.tbs {
    width: 60px;
  }
  #sales .companyList .icon img.aniprex {
    width: 65px;
  }
  #sales .companyList .icon img.asmik {
    width: 70px;
  }
  #sales .companyList .icon img.ig {
    width: 75px;
  }
  #sales .companyList .icon img.bitters {
    width: 80px;
  }
  #sales .companyList .icon img.filmination {
    width: 80px;
  }
  #sales .companyList .icon img.happinet {
    width: 90px;
  }
  #sales .companyList .icon img.kinofilms {
    width: 90px;
  }
  #sales .companyList .icon img.nikkatsu {
    width: 60px;
  }
  #sales .companyList .icon img.ntv {
    width: 50px;
  }
  #sales .companyList .name {
    margin-top: 6px;
  }
  #sales .companyList + .companyList {
    margin-top: 20px;
  }
  #sales .group1,
  #sales .group2 {
    padding: 30px 20px 0;
  }
  #sales .group1:before,
  #sales .group2:before {
    width: 90px;
  }
  #sales .group1:after,
  #sales .group2:after {
    height: 40px;
  }
  #sales .group1 + .groupName,
  #sales .group2 + .groupName {
    margin-top: 35px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
  main {
    padding-top: 100px;
  }
  #globalHeader {
    height: 100px;
    padding: 3px 10px;
  }
  #globalHeader .ghInner h1.logo {
    width: 180px;
  }
  #globalFooter {
    padding: 156px 20px;
  }
  #globalFooter p {
    font-size: 62px;
    letter-spacing: 0.03em;
  }
  .inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
  }
  #firstView {
    height: 680px;
  }
  #firstView .fvInner {
    padding-left: 130px;
  }
  #firstView .catch {
    font-size: 72px;
    letter-spacing: 0.03em;
  }
  #menu {
    padding: 100px 0;
  }
  #menu h2.title {
    font-size: 64px;
  }
  #menu h2.title::after {
    bottom: -30px;
    width: 38px;
  }
  #menu .menuList {
    margin-top: 85px;
    justify-content: space-between;
  }
  #menu .menuList > li {
    width: 20%;
  }
  #menu .menuList .thumb {
    box-shadow: 15px 15px 18px -2px rgba(121, 86, 86, 0.2);
  }
  #menu .menuList .secName {
    font-size: 28px;
    padding: 20px 0 30px;
  }
  #menu .menuList .secName::after {
    width: 18px;
    height: 16px;
    bottom: 10px;
  }
  #schedule {
    padding: 74px 0 74px;
  }
  #schedule h2.title {
    font-size: 60px;
    line-height: 1.06;
  }
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule p.scheduleTxt {
    font-size: 22px;
    margin-top: 50px;
  }
  #schedule .eventTitle {
    font-size: 42px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #schedule .imgLink {
    margin-top: 54px;
  }
  #selection {
    padding: 124px 0 100px;
  }
  #selection h2.title {
    font-size: 60px;
  }
  #selection .selectionBox {
    margin-top: 80px;
  }
  #selection .selectionBox + .selectionBox {
    margin-top: 60px;
  }
  #selection .col2 {
    gap: 5%;
  }
  #selection .txt {
    width: 47.5%;
    padding-top: 60px;
  }
  #selection .tag {
    font-size: 22px;
    padding: 4px 35px;
  }
  #selection .filmTitle {
    font-size: 42px;
    margin-top: 35px;
  }
  #selection .name {
    font-size: 24px;
    margin-top: 35px;
  }
  #selection .thumb {
    width: 47.5%;
  }
  #selection .thumb img {
    box-shadow: 15px 15px 18px -2px #040E3F;
  }
  #selection .imgHeight {
    max-height: 600px;
  }
  #selection .copyRight {
    font-size: 15px;
  }
  #selection .wrapper {
    margin-top: 57px;
    padding: 25px 3.5%;
    gap: 4%;
  }
  #selection .timeTable {
    width: 48%;
  }
  #selection .timeTable > li {
    padding-left: 30px;
    font-size: 18px;
  }
  #selection .timeTable > li::before {
    top: 18px;
    width: 14px;
  }
  #selection .catch {
    font-size: 42px;
    padding-left: 27px;
    margin-top: 54px;
  }
  #selection .catch::before {
    top: 9px;
    height: 24px;
    width: 5px;
  }
  #selection a {
    color: #FFF;
  }
  #support {
    padding: 86px 0 90px;
  }
  #support h2.title {
    font-size: 60px;
    line-height: 1.06;
  }
  #support .leadTxt {
    font-size: 22px;
    margin-top: 50px;
  }
  #support .outlineBox {
    margin-top: 30px;
    padding: 35px 40px;
  }
  #support .outlineBox .outline {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.25;
  }
  #support .outlineBox .txt {
    padding-top: 0;
    font-size: 18px;
    line-height: 1.44;
    width: 100%;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #support .works {
    margin-top: 78px;
  }
  #support .works + .works {
    margin-top: 60px;
  }
  #support .col2 {
    margin-top: 22px;
    gap: 2.34375%;
  }
  #support .txt {
    width: 47.5%;
    padding-top: 38px;
  }
  #support .txt .filmTitle {
    margin-bottom: 34px;
    font-size: 42px;
  }
  #support .txt .filmInfo {
    font-size: 18px;
  }
  #support .txt .filmInfo > dt {
    width: min(28.125%, 180px);
    margin-top: 16px;
  }
  #support .txt .filmInfo > dd {
    width: min(68.75%, 440px);
    margin-top: 16px;
  }
  #support .thumb {
    width: 47.5%;
  }
  #support .thumb figure {
    box-shadow: 15px 15px 18px -2px rgba(121, 86, 86, 0.2);
  }
  #support .thumb .vertical {
    width: min(66.5573770492%, 406px);
  }
  #support .thumb .copyRight {
    margin-top: 6px;
    font-size: 15px;
  }
  #support .awardsBox {
    margin-top: 36px;
    padding: 28px 40px;
  }
  #support .award {
    font-size: 18px;
  }
  #support .awardList > li {
    font-size: 18px;
    margin-top: 3px;
  }
  #frontier {
    padding: 92px 0 90px;
  }
  #frontier h2.title {
    margin-bottom: 78px;
    font-size: 60px;
    line-height: 1.06;
  }
  #frontier .txtLead,
  #frontier .txtLeadList {
    font-size: 22px;
  }
  #frontier .directorBox {
    margin-top: 90px;
    padding-bottom: 60px;
    align-items: flex-start;
    gap: 4.7%;
  }
  #frontier .directorBox + .directorBox {
    margin-top: 80px;
  }
  #frontier .producerBox {
    padding-bottom: 60px;
    align-items: flex-start;
    gap: 4.7%;
  }
  #frontier .producerBox + .directorBox {
    margin-top: 80px;
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  #frontier .thumb {
    width: 39%;
  }
  #frontier .thumb figure {
    box-shadow: 15px 15px 18px -2px rgba(121, 86, 86, 0.2);
  }
  #frontier .thumb figure.vertical {
    width: min(66.4%, 332px);
  }
  #frontier .details {
    width: 56.3%;
  }
  #frontier .name {
    font-size: 42px;
    padding-left: 27px;
    margin-top: 24px;
  }
  #frontier .name::before {
    top: 9px;
    height: 24px;
    width: 5px;
  }
  #frontier .txt {
    line-height: 1.75;
    margin-top: 40px;
  }
  #frontier .col2 {
    gap: 5.5%;
  }
  #frontier .filmThumb {
    width: 44.5%;
  }
  #frontier .Wrapper {
    width: 50%;
  }
  #frontier .filmTitle {
    font-size: 28px;
  }
  #frontier .filmTitle span {
    font-size: 16px;
  }
  #frontier .copyRight {
    font-size: 15px;
    line-height: 1.4;
  }
  #sales {
    padding: 88px 0 90px;
  }
  #sales h2.title {
    font-size: 60px;
  }
  #sales .wrapper {
    margin-top: 30px;
    padding: 60px 0 80px;
  }
  #sales .wrapper::before {
    margin-left: calc(50% - 50vw);
  }
  #sales .wrapper::after {
    content: "";
    display: block;
    background: #F5F2E9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% + 80px);
    height: 100%;
  }
  #sales .companyList {
    gap: 60px 5.1%;
  }
  #sales .companyList > li {
    width: 29.9333333333%;
    padding: 20px 20px 10px 20px;
  }
  #sales .companyList .icon {
    height: 200px;
  }
  #sales .companyList .icon img.tbs {
    width: 135px;
  }
  #sales .companyList .icon img.aniprex {
    width: 150px;
  }
  #sales .companyList .icon img.asmik {
    width: 160px;
  }
  #sales .companyList .icon img.ig {
    width: 170px;
  }
  #sales .companyList .icon img.bitters {
    width: 180px;
  }
  #sales .companyList .icon img.filmination {
    width: 180px;
  }
  #sales .companyList .icon img.happinet {
    width: 220px;
  }
  #sales .companyList .icon img.kinofilms {
    width: 245px;
  }
  #sales .companyList .icon img.nikkatsu {
    width: 140px;
  }
  #sales .companyList .icon img.ntv {
    width: 120px;
  }
  #sales .companyList .name {
    margin-top: 12px;
    font-size: 18px;
  }
  #sales .companyList + .companyList {
    margin-top: 60px;
  }
  #sales .groupName {
    font-size: 21px;
  }
  #sales .group1,
  #sales .group2 {
    padding-top: 60px;
  }
  #sales .group1:before,
  #sales .group2:before {
    width: 180px;
  }
  #sales .group1:after,
  #sales .group2:after {
    height: 80px;
  }
  #sales .group1 + .groupName,
  #sales .group2 + .groupName {
    margin-top: 70px;
  }
  html:lang(ja) #young h2.title {
    font-size: 52px;
    line-height: 1.2;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalFooter p {
    font-size: 45px;
  }
  #firstView {
    height: 540px;
  }
  #firstView .fvInner {
    padding-left: 40px;
  }
  #firstView .catch {
    font-size: 50px;
  }
  #schedule h2.title > p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
  }
  #schedule .eventTitle a {
    text-decoration: underline;
  }
  #selection .txt {
    width: 57.5%;
    padding-top: 30px;
  }
  #selection .thumb {
    width: 37.5%;
  }
  #selection a {
    color: #FFF;
  }
  #support .outlineBox p a {
    text-decoration: underline;
  }
  #support .txt {
    width: 57.5%;
    padding-top: 19px;
  }
  #support .thumb {
    width: 37.5%;
  }
  #support .thumb figure {
    box-shadow: 8px 8px 9px -2px rgba(121, 86, 86, 0.2);
  }
  #support .thumb .vertical {
    width: min(84.5833333333%, 406px);
  }
  #frontier .proImg {
    width: auto;
    height: 280px;
  }
  #sales .companyList .icon img.tbs {
    width: 95px;
  }
  #sales .companyList .icon img.aniprex {
    width: 110px;
  }
  #sales .companyList .icon img.asmik {
    width: 120px;
  }
  #sales .companyList .icon img.ig {
    width: 130px;
  }
  #sales .companyList .icon img.bitters {
    width: 140px;
  }
  #sales .companyList .icon img.filmination {
    width: 140px;
  }
  #sales .companyList .icon img.happinet {
    width: 140px;
  }
  #sales .companyList .icon img.kinofilms {
    width: 140px;
  }
  #sales .companyList .icon img.nikkatsu {
    width: 100px;
  }
  #sales .companyList .icon img.ntv {
    width: 80px;
  }
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
