@charset "utf-8";

/* Reset box-model and set borders */


/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}


/* Document */


/* ============================================ */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}


/* Sections */


/* ============================================ */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/* Vertical rhythm */


/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}


/* Headings */


/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}


/* Lists (enumeration) */


/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Lists (definition) */


/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}


/* Grouping content */


/* ============================================ */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}


/* Text-level semantics */


/* ============================================ */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content */


/* ============================================ */


/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
    vertical-align: bottom;
}


/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    color: #fff;
    background-color: #fff;
}

html,
body {
    height: 100%;
}

li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0.7;
}

a:hover img {
    opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/*
:root ol,
 :root ul {
    margin: 0;
    padding: 0;
}
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
}

.clearfix:after {
    clear: both;
}

@media (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}


/*****************/

@media (min-width: 769px) {
    .workWrap {
        width: 100%;
        max-width: 1240px;
        margin: auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 2vw;
    }
}

[class^=col-] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    line-height: 54px;
    padding: 0 2rem;
    box-shadow: 0px -5px #6d0101, 0px 5px #6d0101;
    border-top: 2px solid #ffea9d;
    border-bottom: 2px solid #ffea9d;
    background-color: #6d0101;
    color: #fff;
    font-size: 28px;
    text-align: center;
    display: block;
    margin-top: 60px;
}

@media (min-width: 769px) {
    h2 {
        height: 59px;
    }
}

@media (max-width: 768px) {
    h2 {
        line-height: 30px;
        box-shadow: 0px -4px #6d0101, 0px 4px #6d0101;
        border-top: 1px solid #ffea9d;
        border-bottom: 1px solid #ffea9d;
        font-size: 22px;
        margin-top: 40px;
    }
}

h3 {
    background: linear-gradient(to bottom, #efdf71, #f3edc2);
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    color: #000;
}

@media (max-width: 768px) {
    h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 30px;
        margin-left: 3vw;
        margin-right: 3vw;
        padding: 5px;
    }
}

#pastAwardWrap h3 {
    background: linear-gradient(to bottom, ##d57e7e, #f5bcbc);
}

.containerWrap {
    max-width: 1200px;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
}

body {
    background-color: #000000;
    /*background: repeating-linear-gradient( -45deg, #1b1b1b, #1b1b1b 3px, #000 0, #000 6px);*/
}


/*****************
header
*****************/

#header {
    background: #000;
}

.inner-header {
    max-width: 1110px;
    margin: auto;
    padding: 12px 15px 15px;
}

.logo {
    display: inline-block;
}

.logo_tv {
    width: 100%;
    max-width: 272px;
}

@media (max-width: 768px) {
    .inner-header {
        max-width: 100%;
        padding: 2vw 3.999vw;
    }
    #loading .inner-header img {
        width: 80%;
    }
    .logo_tv {
        width: 47.06vw;
        max-width: auto;
    }
}


/*****************
main
*****************/

#loading {
    position: relative;
}

#works {
    color: #000;
}

.dp_sp {
    display: none;
}

.dp_pc {
    display: block;
}

#main {
    width: 100%;
    /* background: url("https://www.discas.net/library/dis/cms/img/dcp/feature/academy_awards_2024/main_bg.jpg") 50% 50% /cover no-repeat; */
    text-align: center;
    background-color: #990100;
    background-size: cover;
}

#main .img {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#main .img img {
    max-width: 100%;
    margin: auto;
}

@media (min-width: 1200px) {
    #main .img {
        padding: 0;
    }
}

@media (max-width: 768px) {
    #loading img {
        width: 100%;
    }
    .dp_sp {
        display: block;
    }
    .dp_pc {
        display: none;
    }
    #main {
        width: 100%;
        height: auto;
        max-height: none;
        background-image: none;
        margin: 0 auto;
        padding: 0;
    }
    #main .img {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
}


/*****************
intro
*****************/


@media (max-width: 768px) {
    .bestPic:first-child {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

#intro {
    display: flex;
    max-width: 1200px;
    margin: 40px auto 70px;
    font-feature-settings: "palt" 1;
    letter-spacing: 2px;
    justify-content: center;
}

#intro h3 {
    margin-top: 50px;
}

#intro .jkt {
    text-align: center;
}

#intro .jkt span.jkRental {
    position: relative;
    display: block;
}

#intro .jkt span.jkRental img.jkt_award {
    max-width: 285px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

#intro .jkt span.jkRental img.ico_rental {
    position: absolute;
    top: -50px;
    right: -60px;
    max-width: 123px;
    box-shadow: none;
    z-index: 1;
}

#intro .jkt span.btn img {
    margin: 20px auto 0;
}

#intro .text,
.introText {
    font-size: 25px;
    line-height: 2.0;
    font-weight: 700;
    margin-top: 18px;
}

.introText {
    max-width: 760px;
    margin: 0 auto 60px;
}

@media (max-width: 1035px) {
    .brPoint {
        display: none;
    }
}

@media (max-width: 768px) {
    #intro {
        display: block;
        max-width: 100%;
        margin: 6vw auto 8vw;
    }
    #intro h2 {
        font-size: 1.8rem;
        text-align: center;
        margin-bottom: 1.5vw;
    }
    #intro h3 {
        margin-top: 5vw;
    }
    .brPoint {
        display: inline-block;
    }
    #intro .jkt span {
        display: block;
    }
    #intro .jkt span.jkRental {
        display: inline-block;
    }
    #intro .jkt span.jkRental img.jkt_award {
        width: 45vw;
        max-width: 400px;
    }
    #intro .jkt span.jkRental img.ico_rental {
        top: -8vw;
        right: -10vw;
        width: 22vw;
        max-width: 85px;
    }
    #intro .jkt span.btn img {
        width: 65%;
        margin: 2vw auto 2.5vw;
    }
    #intro .text {
        margin: 0 auto;
        padding: 2vw 2vw 0vw;
        font-size: 1.8rem;
        letter-spacing: 1.0px;
    }
    .introText {
        font-size: 1.8rem;
    }
}


/*****************
works
*****************/

@media (min-width: 769px) {
    .awardList {
        display: flex;
        flex-wrap: wrap;
	/* margin-top: 30px; */
    }
    .awardList li {
        width: 33%;
        padding: 0 1.25% 3vw;
    }
}

.awardList li {
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 768px) {
    .awardList {
        width: 100vw;
        box-sizing: border-box;
    }
    .awardList li {
        margin-right: 3vw;
    }
    .awardList li:first-child {
        margin-left: 3vw;
    }
}

.awardName {
    font-size: 24px;
    color: #b40000;
    font-weight: 700;
    text-align: center;
}

.awardTitle {
    font-size: 19px;
    text-align: center;
    display: block;
    padding-top: 40px;
    color: #000;
    font-weight: 500;
}

.awardBoard {
    background-color: #fff;
    padding: 50px 30px;
    flex-grow: 1;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
.awardListWrap {
        padding-bottom: 20px;
    }
.awardList {
        display: flex;
        overflow: hidden;
        overflow-x: auto;
        font-size: 0;
    }
.awardBoard {
    padding: 30px 10px 20px;
    }

#bestPicture .awardBoard {
    margin-top: 20px;
    }
.awardName {
        font-size: 16px;
        width: 135px;
    }
.awardTitle {
        font-size: 14px;
        padding-top: 20px;
    }
}

.awardList .btn {
    width: 100%;
    margin-top: 15px;
    display: block;
}

.ptSmall .awardBoard {
    padding: 43px 30px;
}


/*****************
prmWrap
*****************/

.prmWrap {
    margin-top: 70px;
    margin-bottom: 60px;
    text-align: center;
}

.prmWrap .el_leadTtl {
    padding-bottom: 15px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.8;
}

.prmWrap .el_leadTxt {
    font-size: 2.0rem;
    font-weight: 500;
}

.prmWrap .el_leadTxt a {
    text-decoration: underline;
}

.prmWrap .el_leadTxt a:hover {
    text-decoration: none;
}


/*.prmWrap .youtube{
  margin-top: 30px;
  margin-bottom: 20px;
}
.youtubeWrap{
  max-width: 640px;
  margin: auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}*/

@media (max-width: 768px) {
    .prmWrap {
        margin-top: 0.666vw;
        margin-bottom: 3.3333vw;
    }
    .prmWrap .el_leadTtl {
        padding-bottom: 2.6666vw;
        font-size: 1.4rem;
        line-height: 2;
    }
    .prmWrap .el_leadTxt {
        font-size: 1.4rem;
        margin-bottom: -3vw;
    }
    .youtubeWrap {
        max-width: 85.33vw;
    }
}

@media (max-width: 374px) {
    .prmWrap .el_leadTtl {
        font-size: 1.3rem;
        letter-spacing: -0.1em;
    }
    .prmWrap .el_leadTxt {
        font-size: 1.3rem;
    }
}


/*****************
l_aNav
*****************/

.l_aNav {
    width: 84.16%;
    max-width: 1010px;
    margin: auto auto 115px;
}

.l_aNav ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
}

.l_aNav li {
    width: 27.72%;
    background: #006fb0;
    font-size: 3.0rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.l_aNav li:not(:nth-child(3n+3)) {
    margin-right: 8.41%;
}

.l_aNav li a {
    width: 100%;
    padding: 15px 0;
    display: block;
}

.l_aNav li:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .l_aNav {
        width: 100%;
        max-width: 100%;
        margin: auto auto 8.4vw;
    }
    .l_aNav li {
        width: 33.05%;
        font-size: 1.3rem;
    }
    .l_aNav li:not(:nth-child(3n+3)) {
        margin-right: 0;
    }
    .l_aNav li a {
        padding: 1.666vw 0;
    }
}


/*****************
topicWrap 今回使用していない
*****************/


/*.topicWrap{
  width: 90%;
  margin: auto auto 150px;
}
.topicWrap .el_lead{
  padding-bottom: 23px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.topicWrap .el_topic{
  background: #eee;
  padding: 30px 100px 18px;
}
.el_topicTtl{
  padding-bottom: 30px;
  font-family: din-2014, sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.el_topic li{
  padding-bottom: 22px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.el_topic li a{
  text-decoration: underline;
}
.el_topic li a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .topicWrap{
    width: 100%;
    margin: auto auto 11.3333vw;
  }
  .topicWrap .el_lead{
    padding-bottom: 2vw;
    font-size: 1.4rem;
    line-height: 2;
  }
  .topicWrap .el_topic{
    padding: 4vw 4.6666vw 1.3333vw;
  }
  .el_topicTtl{
    padding-bottom: 3.3333vw;
    font-size: 2.1rem;
  }
  .el_topic li{
    padding-bottom: 3.3333vw;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}*/


/*****************
workWrap
*****************/

.workWrap {
    margin-bottom: 80px;
}

.workWrap .el_category {
    min-width: 80px;
    margin: 0 auto 15px;
    padding: 10px 15px 9px;
    display: inline-block;
    background: #000;
    border-radius: 5px;
    font-size: 2.0rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
}

.l_workTtlArea {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    max-width: 1200px;
    padding-bottom: 28px;
}

.l_workTtlArea .el_workTtl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.075em;
}

.l_workTtlArea .el_moreLink {
    margin-right: 10px;
    padding-right: 15px;
    font-size: 1.8rem;
    font-weight: 600;
    position: relative;
    display: block;
}

.l_workTtlArea .el_moreLink::after {
    position: absolute;
    bottom: 5px;
    right: 0;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(45deg);
}

.l_workTtlArea .el_moreLink a:hover {
    opacity: 0.7;
}

.l_workList {
    padding: 3.75% 0 0;
}

.l_workListTitle {
    font-size: 2.4rem;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: 0.08em;
}

.l_workList ul {
    /*overflow: hidden;*/
    font-size: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.l_workList li {
    display: block;
    width: 20%;
    padding: 0 1.25% 3.0vw;
}

@media (min-width: 769px) {
    .fourColumn .l_workList li {
        width: 25%;
    }
}

.l_workList li:last-child {
    margin-right: 0;
}

.l_workList .jkt img:not(.ico_award) {
    width: 100%;
    border: 1px solid #ddd;
}

.l_workList .btn img {
    width: 100%;
    margin-top: 15px;
}

.l_workList li:hover span {
    opacity: 0.7;
}

.l_workList li .jkt span.jkAward {
    position: relative;
    display: block;
}

.l_workList li .jkt span.jkAward img.ico_award,
#intro .jkt img.ico_award,
#bestPicture .awardList li img,
#works .awardList li img.ico_award {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 50%;
    max-width: 80px;
    z-index: 2;
}

#bestPicture .awardList li img,
#works .awardList li img.ico_award {
    right: 0px;
}

#works .awardList li img.ico_award {
    top: -15px;
}




/*.l_workList .jkt img:not(.ico_award2) {
    width: 100%;
    border: 1px solid #ddd;
}*/

.l_workList li .jkt span.jkAward img.ico_award2,
#intro .jkt img.ico_award2,
#bestPicture .awardList li img,
#works .awardList li img.ico_award2 {
    position: absolute;
    top: -30px;
    right: -20px;
    width: 50%;
    max-width: 80px;
    z-index: 2;
}

#bestPicture .awardList li img,
#works .awardList li img.ico_award2 {
    right: 0px;
}

#works .awardList li img.ico_award2 {
    top: 104px;
}



.l_workList li p {
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
    min-height: 50px;
}

.l_workList li i {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    font-style: normal;
}

.brpc {
display: block;
}



@media (max-width: 768px) {
    .brpc {
    display: none;
    }
    .workWrap {
        margin-bottom: 8vw;
    }
    .workWrap .el_category {
        min-width: inherit;
        margin-bottom: 2vw;
        padding: 2vw 3vw 1.8vw;
        font-size: 1.0rem;
    }
    .l_workTtlArea {
        max-width: 100%;
        padding-bottom: 3.73vw;
    }
    .l_workTtlArea .el_workTtl {
        font-size: 1.7rem;
    }
    .l_workTtlArea .el_moreLink {
        margin-right: 0;
        padding-right: 1.3333vw;
        font-size: 1.1rem;
    }
    .l_workTtlArea .el_moreLink::after {
        bottom: 3px;
        right: 0;
        width: 5px;
        height: 5px;
        border: 1px solid;
        border-color: #000 #000 transparent transparent;
    }
    .l_workList {
        padding: 3vw;
        width: 100vw;
        box-sizing: border-box;
    }
    .l_workList.award {
        padding: 2.0vw 2vw 5.3vw;
    }
    .l_workListTitle {
        font-size: 2.4rem;
        font-weight: 500;
        padding-bottom: 20px;
        letter-spacing: 0.08em;
    }
    .l_workList ul {
        overflow: hidden;
        overflow-x: auto;
        font-size: 0;
        display: inline-block;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .l_workList li {
        display: inline-block;
        max-width: 27.46vw;
        width: 100%;
        margin-right: 2.5%;
        /*border: 1px solid #DDD;*/
        vertical-align: bottom;
    }
    .l_workList li:last-child {
        margin-right: 2vw;
    }
    .l_workList li .jkt span.jkAward {
        padding-top: 3.8vw;
    }

    #loading .l_workList li .jkt span.jkAward img.ico_award,
    #intro .jkt img.ico_award,
    #bestPicture .awardList li img,
    #works .awardList li img.ico_award {
        top: 0;
        right: -3.4vw;
        width: 11vw;
        max-width: 84px;
    }

    #bestPicture .awardList li img,
    #works .awardList li img.ico_award {
    right: -1.4vw;
    }
    #works .awardList li img.ico_award {
    top: -3.5vw
    }
    /* #works .awardList li {
    margin-top: 22px;
    } */
    #intro .jkt img.ico_award {
    top: -5.4vw;
    right: -5.4vw;
    width: 15vw;
    }



    #loading .l_workList li .jkt span.jkAward img.ico_award2,
    #intro .jkt img.ico_award2,
    #bestPicture .awardList li img,
    #works .awardList li img.ico_award2 {
        top: 0;
        right: -3.4vw;
        width: 11vw;
        max-width: 84px;
    }

    #bestPicture .awardList li img,
    #works .awardList li img.ico_award2 {
    right: -1.4vw;
    }
    #works .awardList li img.ico_award2 {
    top: 17.5vw
    }
    /* #works .awardList li {
    margin-top: 22px;
    } */
    #intro .jkt img.ico_award2 {
    top: -5.4vw;
    right: -5.4vw;
    width: 15vw;
    }

    .l_workList li p {
        margin-top: 2.6666vw;
        font-size: 1.1rem;
        min-height: 50px;
        white-space: break-spaces;
    }
    .l_workList li i {
        font-size: 1.1rem;
        white-space: break-spaces;
    }
    /*アイテム数　2〜3*/
    .l_workList ul.el_less {
        display: flex;
        justify-content: space-between;
    }
    .l_workList .el_less li {
        max-width: 50vw;
    }
    .l_workList .el_less2 li {
        padding: 0 9.3333vw;
    }
    .l_workList .el_less li:only-child {
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 374px) {
    .l_workTtlArea .el_workTtl {
        font-size: 1.5rem;
    }
}


/*****************
footer 追加
*****************/

#footer {
    position: relative;
    background: #000;
}

.inner-footer {
    max-width: 1140px;
    margin: auto;
    padding: 11px 15px 16px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.el_license {
    font-size: 1.1rem;
    color: #fff;
    padding-top: 5px;
    text-align: right;
}

@media (max-width: 768px) {
    .inner-footer {
        max-width: 100%;
    }
    .el_footerLogo {
        width: 40%;
    }
    .el_license {
        font-size: 0.9rem;
        padding-top: 5px;
    }
}

@media (min-width: 769px) {
    #footer img {
        height: 16px;
    }
}


/*****************
footer 既存
*****************/

.copyright {
    line-height: 18px;
}

.copyright a,
.copyright span {
    color: #999999;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: normal;
}

.copyright a:hover,
.copyright span:hover {
    text-decoration: none;
}

#footer {
    margin-top: 150px;
}

#footer .license {
    background-color: #000000;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin-top: 20px;
}

#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    font-weight: 700;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(100px);
}

#page-top a {
    background-color: #ad2d25;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 12px 5px;
    text-align: center;
    display: block;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 40%);
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#page-top a::after {
    content: '';
    display: inline-block;
    background-image: url("../../../../img/dcp/feature/academy_awards_2022/pagetop.png");
    width: 11px;
    height: 7px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}


/*　上に上がる動き　*/

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*　下に下がる動き　*/

#page-top.DownMove {
    animation: DownAnime 0.15s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

@media (max-width: 768px) {
    #page-top {
        right: 2vw;
    }
    #page-top a {
        border-radius: 2vw 2vw 0 0;
    }
    #page-top a::after {
        width: 9px;
        height: 6px;
    }
}

body#loading .wrap-loading {
    display: block;
}

.wrap-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #073983;
    z-index: 9999;
    display: none;
}

.wrap-loading .loading-icon {
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #fff;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 1001px) {
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        -webkit-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 768px) {
    #footer {
        margin-top: 13.3333vw;
    }
}