@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold
}

@font-face {
    font-family: "Noto Sans JP";
    src: local("Noto Sans CJK JP"),local("源ノ角ゴシック JP");
    font-display: swap
}

html,body {
    font-family: "Noto Sans JP","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"小塚ゴシック Pro","MS Pゴシック","MS PGothic","Droid Sans Mono",sans-serif
}

@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana,Meiryo,sans-serif
    }
}

@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana,Meiryo,sans-serif
    }
}

i,.i {
    font-style: normal;
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","MS PMincho",serif
}

main,article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section {
    display: block
}

a,hr {
    padding: 0
}

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins,mark {
    background-color: #ff9;
    color: #000
}

body {
    line-height: 1
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a {
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ins {
    text-decoration: none
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

input,select {
    vertical-align: middle
}

a,a:link,a:visited,a:hover,a:active {
    color: inherit;
    text-decoration: none
}

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

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal
}

*,*:before,*:after {
    box-sizing: border-box
}

p {
    word-break: normal
}

u {
    display: inline-block;
    white-space: nowrap;
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%;
}

p,a,li,dt,dd,h1,h2,h3,h4,h5,h6 {
    -webkit-font-smoothing: antialiased
}

.kv-header {
    color: #fff
}

::-webkit-scrollbar {
    width: 5px;
    background: rgba(30,30,30,.2)
}

::-webkit-scrollbar-thumb {
    background: rgba(30,30,30,.8)
}

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

a {
    -webkit-tap-highlight-color: rgba(30,30,30,.3)
}

.pc {
    display: block
}

.sp {
    display: none
}

@media(min-width: 769px) {
    .pc-none {
        display:none !important
    }
}

@media(max-width: 768px) {
    .pc {
        display:none
    }

    .sp {
        display: block
    }

    .sp-none {
        display: none !important
    }
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff
}

body,html {
    height: 100%
}

body {
    color: #1e1e1e
}

body .menu-cta-wrapper {
    max-width: 30%;
    display: flex;
    justify-content: end
}

body #hamburgerCheck {
    display: none
}

body .common-link {
    display: flex;
    justify-content: center;
    width: 170px;
    height: 30px;
    color: #000;
    align-items: center;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    border-radius: 15px;
    background: #fff;
    transition: background .2s,box-shadow .2s
}

body .common-link .icon {
    flex-shrink: 0;
    margin-left: 3px
}

body .common-title {
    display: flex;
    justify-content: center;
    text-align: center
}

body .common-title .en {
    display: block;
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 0.025em;
    color: #66869c
}

body .common-title .sub {
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.15em;
    padding: 0 1.4375em;
    border-left: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    margin-top: 6px
}

body .common-title .sub.t2 {
    letter-spacing: .5em
}

body .common-title.b .en {
    color: #a435f0
}

body .common-title.b .sub {
    color: #fff;
    border-color: #fff
}

body .common-text {
    font-weight: normal;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    line-height: 2em
}

body #main-header .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    height: 96px;
    transition: transform .5s;
    transform: translate(0, -100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2)
}

body #main-header .header-inner .main-nav {
    margin-right: 2.7142857143%;
    display: flex;
    align-items: center
}

body #main-header .header-inner .main-nav ul {
    display: flex;
    margin-right: 19px
}

body #main-header .header-inner .main-nav ul li a {
    display: block;
    line-height: 96px;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1e1e1e;
    padding: 0 15px;
    position: relative;
    white-space: nowrap
}

body #main-header .header-inner .main-nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 11px;
    width: calc(100% - 30px);
    background: #66869c;
    opacity: 0;
    transition: opacity .2s;
    transform: translate(-50%, 0)
}

body #main-header .header-inner .main-nav ul li a:hover:before {
    opacity: 1
}

@media(max-width: 960px) {
    body #main-header .header-inner h1 img {
        width:200px
    }

    body #main-header .header-inner .main-nav ul {
        margin-right: 10px
    }

    body #main-header .header-inner .main-nav ul li a {
        padding: 0 7px;
        font-size: 0.8125rem
    }
}

body #main-header.fixed .header-inner {
    transform: translate(0, 0)
}

body #bottom-fixed-wrap .bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #e9e9e9;
    z-index: 99;
    transition: transform .5s;
    transform: translate(0, 100%);
    box-shadow: 0px -3px 3px rgba(0,0,0,.2)
}

body #bottom-fixed-wrap .bottom-fixed .inner {
    width: 945px;
    margin: 0 auto;
    height: 96px;
    display: flex;
    align-items: center;
    max-width: 90%
}

body #bottom-fixed-wrap .bottom-fixed .inner .bf-close {
    flex-shrink: 0;
    position: relative;
    margin-right: 4.0211640212%
}

body #bottom-fixed-wrap .bottom-fixed .inner .bf-close img {
    display: block;
    transition: opacity .2s
}

body #bottom-fixed-wrap .bottom-fixed .inner .bf-close img:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

body #bottom-fixed-wrap .bottom-fixed .inner .bf-close:hover {
    cursor: pointer
}

body #bottom-fixed-wrap .bottom-fixed .inner .bf-close:hover img:nth-of-type(2) {
    opacity: 1
}

body #bottom-fixed-wrap .bottom-fixed .inner .text-box {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin-right: 2.328042328%
}

body #bottom-fixed-wrap .bottom-fixed .inner .text-box strong {
    font-weight: bold;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-bottom: 1px
}

body #bottom-fixed-wrap .bottom-fixed .inner .image {
    margin-right: 4.4444444444%
}

body #bottom-fixed-wrap .bottom-fixed .inner .common-link {
    flex-shrink: 0
}

body #bottom-fixed-wrap.fixed .bottom-fixed {
    transform: translate(0, 0)
}

body.fix-hidden-none #bottom-fixed-wrap {
    display: none
}

body #main-footer .footer-logo {
    text-align: center
}

body #main-footer .black-area {
    background: #1e1e1e;
    color: #fff;
    padding: 2.7777777778vh 0 calc(2.2222222222vh + 96px);
    text-align: center
}

body #main-footer .black-area .mini-links {
    font-weight: normal;
    font-size: 0.75rem;
    letter-spacing: 0.025em
}

body #main-footer .black-area .mini-links a {
    text-decoration: underline;
    transition: color .2s;
    display: inline-block;
    padding: 2px 7px
}

body #main-footer .black-area .mini-links a:hover {
    color: #b2c2cd
}

body #main-footer .black-area .copy-right {
    text-align: center;
    margin-top: 2.8888888889vh;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    font-size: 0.6875rem;
    letter-spacing: 0.05em
}

body #mv .kv-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 70px
}

body #mv .kv-header .mv-logo {
    margin-left: 2.4285714286%;
    max-width: 30%
}

body #mv .kv-header .mv-logo:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: -1;
    background: #000
}

body #mv .kv-header nav {
    margin-right: 2.7142857143%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1
}

body #mv .kv-header nav ul {
    display: flex;
    align-items: center;
    margin-right: 19px
}

body #mv .kv-header nav ul li {
    margin: 0 12px
}

body #mv .kv-header nav ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    display: block;
    padding: 5px;
    text-decoration: none;
    position: relative
}

body #mv .kv-header nav ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    height: 5px;
    width: 0;
    background: rgb(164,53,240);
    background: linear-gradient(90deg, rgba(164,53,240,1) 0%, rgba(114,216,186,1) 50%, rgba(228,159,36,1) 100%);
    transition: width .3s
}

body #mv .kv-header nav ul li a:hover:after {
    width: 100%
}

body #mv .kv-header .menu-cta-wrapper {
    margin-right: 2.4285714286%
}

@media(max-width: 900px) {
    body #mv .kv-header .mv-logo {
        max-width:30%
    }

    body #mv .kv-header .mv-logo img {
        width: 250px
    }

    body #mv .kv-header nav ul li {
        margin: 0 0.6428571429vw
    }

    body #mv .kv-header nav ul li a {
        font-size: 0.8125rem
    }
}

body #mv .catch-box {
    position: absolute;
    color: #fff;
    width: 520px;
    max-width: 78.5714285714%;
    left: 10.7142857143%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2
}

body #mv .catch-box .catch-top {
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.025em;
    line-height: 1.3em
}

body #mv .catch-box h2 {
    font-weight: bold;
    font-size: 2.1875rem;
    letter-spacing: 0.0251428571em;
    margin-top: 3px
}

body #mv .catch-box h2 .f-roboto {
    font-size: 2.8125rem;
    letter-spacing: 0.0251111111em
}

body #mv .catch-box .text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.75em;
    font-family: YakuHanJP,"Noto Sans JP","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"小塚ゴシック Pro","MS Pゴシック","MS PGothic","Droid Sans Mono",sans-serif;
    margin-top: 2vh
}

body #mv .movie-cover {
    height: 300px;
    width: 300px;
    transition: opacity .5s;
    overflow: hidden;
    z-index: -1
}

body #mv .movie-cover video {
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0
}

@media(max-aspect-ratio: 16/9) {
    body #mv .movie-cover video {
        width:auto;
        height: 100%
    }
}

body #mv .movie-cover:after {
    content: ""
}

body #mv .movie-cover:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

body #mv .movie-cover #movie-item {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1;
    transition: opacity .5s
}

body #mv .movie-cover .movie-loader {
    display: block;
    transform: translate(-50%, -50%);
    display: none
}

body #mv .movie-cover.start-movie #movie-item {
    opacity: 1
}

body #mv .movie-cover.start-movie .movie-loader {
    opacity: 0
}

@media(max-width: 768px) {
    html,body {
        font-size:15px
    }

    body {
        padding-top: 60px
    }

    body #bottom-fixed-wrap .bottom-fixed .inner {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: 60px;
        justify-content: center
    }

    body #bottom-fixed-wrap .bottom-fixed .inner .bf-close {
        position: absolute;
        margin-right: 0;
        top: 50%;
        left: 4.25%;
        transform: translate(0, -50%)
    }

    body #bottom-fixed-wrap .bottom-fixed .inner .common-link {
        width: 252px;
        height: 44px;
        border-radius: 22px
    }

    body #bottom-fixed-wrap .bottom-fixed .inner .common-link .text {
        font-size: 0.875rem
    }

    body #main-footer .black-area {
        padding-bottom: calc(2.2222222222vh + 60px)
    }

    body #mv .movie-cover {
        position: relative
    }

    body #mv .movie-cover:after {
        content: "";
        display: block;
        height: 100vh
    }

    body #mv .catch-box {
        flex-shrink: 0;
        position: absolute;
        left: 0;
        top: auto;
        bottom: 0;
        transform: translate(0, 0);
        width: 100%;
        max-width: 100%;
        padding: 35px 7.5%
    }

    body #mv .catch-box .catch-top {
        font-size: 1.375rem
    }

    body #mv .catch-box h2 {
        font-size: 1.75rem
    }

    body #mv .catch-box h2 .f-roboto {
        font-size: 2.25rem
    }
}

@media(max-width: 768px)and (max-width: 400px) {
    body #mv .catch-box h2 {
        font-size:7vw
    }

    body #mv .catch-box h2 .f-roboto {
        font-size: 9vw
    }
}

@media(max-width: 768px) {
    body #mv .catch-box .text {
        font-size:11px
    }
}

@media(max-width: 768px)and (orientation: landscape) {
    body #mv {
        height:auto
    }

    body #mv .movie-cover:after {
        height: 400px
    }
}

@media(max-width: 768px) {
    body .sp-area {
        height:179px
    }
}

.t-pageHeader {
    display: none
}

@media screen and (max-width: 768px) {
    .t-pageHeader {
        padding:30px 0;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10001;
        background-color: #000;
        transition-property: background-color;
        transition-timing-function: ease;
        transition-duration: .3s
    }

    .t-pageHeader--backColor {
        background-color: rgba(255,255,255,.9)
    }

    .t-pageHeader__logo {
        display: block;
        width: 280px;
        position: absolute;
        top: 10px;
        left: 0px
    }

    .t-pageHeaderLogoBtn {
        display: block;
        position: relative;
        line-height: 1
    }

    .t-headerLogo {
        transition-property: opacity;
        transition-timing-function: ease;
        transition-duration: .3s;
        width: 100%
    }

    .t-headerLogo--white {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0
    }

    .t-hamburgerBtn {
        display: block
    }

    .t-pageHeader__box {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        margin-left: auto;
        padding-right: 36px;
        box-sizing: border-box
    }

    .t-pageHeader__nav {
        display: flex;
        align-items: stretch;
        justify-content: space-between
    }

    .t-pageHeader__btn {
        display: block;
        padding: 0 16px;
        box-sizing: border-box;
        font-size: 1.2rem;
        line-height: 2rem;
        display: block;
        align-items: center;
        justify-content: flex-start;
        font-weight: 700;
        text-align: right;
        padding: 20px 0px 0px;
        position: relative
    }

    .t-pageHeader__btn:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        height: 5px;
        width: 0;
        background: rgb(164,53,240);
        background: linear-gradient(90deg, rgba(164,53,240,1) 0%, rgba(114,216,186,1) 50%, rgba(228,159,36,1) 100%);
        transition: width .3s
    }

    .t-pageHeader__btn:hover:after {
        width: 100%
    }

    .t-pageHeader__btn span {
        position: relative;
        display: inline-block;
        color: #fff;
        padding: 3px 10px
    }

    .t-pageHeaderBtnArea {
        display: block;
        margin-left: 20px
    }

    .t-pageHeader {
        padding-bottom: 50px
    }

    #freeFormCheck:checked~.t-pageHeader {
        pointer-events: none
    }

    #freeFormCheck:checked~.t-pageHeader .t-pageHeaderLogoBtn {
        pointer-events: auto
    }

    #hamburgerCheck:checked~.t-pageHeader .t-headerLogo--white {
        opacity: 1
    }

    .t-hamburgerBtn {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        top: 32px;
        right: 36px;
        transition-property: opacity;
        transition-timing-function: ease;
        transition-duration: .3s
    }

    .t-hamburgerBtn>span {
        display: block;
        width: 100%;
        height: 6px;
        background-color: #fff;
        position: absolute;
        left: 0;
        border-radius: 1px;
        transform-origin: left;
        transition-property: top,left,bottom,background-color,transform;
        transition-timing-function: ease;
        transition-duration: .3s
    }

    .t-hamburgerBtn>span:nth-child(1) {
        top: 0
    }

    .t-hamburgerBtn>span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        transition-duration: 0s
    }

    .t-hamburgerBtn>span:nth-child(3) {
        bottom: 0
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn {
        width: 40px;
        height: 40px;
        top: 25px;
        right: 25px
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn>span {
        background-color: #fff;
        height: 2px;
        width: 53px
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn>span:nth-child(1) {
        top: -0.5px;
        left: 0px;
        transform: rotate(45deg)
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn>span:nth-child(2) {
        transform: scaleX(0)
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn>span:nth-child(3) {
        bottom: 0px;
        left: 1px;
        transform: rotate(-45deg)
    }

    #freeFormCheck:checked~.t-pageHeader .t-hamburgerBtn {
        opacity: 0;
        pointer-events: none
    }

    .t-pageHeader__box {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-flow: column;
        height: 120vh;
        background: #000;
         width: 50vw;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        padding: 74px 60px 74px;
        box-sizing: border-box;
        pointer-events: none;
        margin-left: 0;
        opacity: 0;
        transform: translateY(-20px);
        transition-property: opacity,transform;
        transition-timing-function: ease;
        transition-duration: .3s
    }

    #hamburgerCheck:checked~.t-pageHeader .t-pageHeader__box {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0px)
    }

    .t-pageHeader__box .c-transition__btn {
        display: inline-block
    }

    .t-pageHeader__btn:nth-last-child(-n+2) {
        border-bottom: none
    }

    .t-pageHeader__btn:hover>span::after {
        transform: scaleX(0)
    }

    .t-pageHeaderBtnArea {
        display: block;
        margin-top: 15px;
        text-align: center;
        font-size: 0;
        padding-left: 0;
    }

    .t-pageHeaderBtnArea .c-transition__btn+.c-transition__btn {
        margin-left: 20px
    }

    .t-pageHeader {
        padding-bottom: 40px
    }

    .t-pageHeaderLogoBtn {
        position: relative
    }

    .t-hamburgerBtn {
        width: 36px;
        height: 28px;
        top: 22px;
        right: 30px
    }

    #hamburgerCheck:checked~.t-pageHeader .t-hamburgerBtn>span:nth-child(2) {
        transform: scaleX(0)
    }

    .t-pageHeader__box {
        padding: 100px 0 0 0;
    }

    .t-pageHeader__nav {
        display: inline-block
    }

    .t-pageHeader__btn:last-child {
        border-bottom: none
    }

    .t-pageHeaderBtnArea {
        margin-top: 50px
    }

    .t-pageHeaderBtnArea .c-transition__btn {
        width: 90px;
        max-width: 100%;
        font-size: 16px;
        margin-left: 8px
    }

    .t-pageHeaderBtnArea .c-transition__btn img {
        width: 100%;
        height: auto
    }

    .t-pageHeaderBtnArea .c-transition__btn+.c-transition__btn {
        margin-left: 0;
        margin-top: 15px
    }
}

@media screen and (max-width: 768px) {
.content-area .ttl img{
    height: 36px;
    width: auto;
}
}
.main-visual {
    display: flex;
    padding: 0 15px;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    height: 730px;
    width: 100%;
    background: rgb(164,53,240);
background: linear-gradient(90deg, rgba(164,53,240,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 85%, rgba(164,53,240,1) 100%);
}

.main-visual .movie-cover {
    z-index: 0;
    max-width: 440px
}


.main-visual .mv-img {
    z-index: 2;
    max-width: 100%;
    max-height:100%;
}

.main-visual .mv-img img {
    height: 600px;
    width: auto;
}



@media(max-width: 1280px) {
    .main-visual {
        height:630px;
        width: 100%
    }

    .main-visual .movie-cover {
        width: auto;
        max-width: 30%
    }
    .main-visual .mv-img img {
        height:500px;
        width: auto;
    }

    
}

@media(max-width: 1024px) {
    

    .main-visual .movie-cover {
        width: auto;
        max-width: 30%
    }
    

    
}

.main-visual-sp {
    display: none
}

@media(max-width: 768px) {
    .main-visual {
        display:none
    }

    .main-visual-sp {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        position: relative;
        background: rgb(185,99,245);
        background: linear-gradient(90deg, rgb(185 99 245 / 65%) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 90%, rgb(185 99 245 / 65%)) 100%
    }

    .main-visual-sp .movie-cover {
        max-width: 100%;
        padding-bottom: 20px
    }

    

    .main-visual-sp .mv-img {
        margin: auto;
        margin: 0px auto 0;
    }

    .main-visual-sp .mv-img img {
        margin-top: 18%;
        width: 75%;
        margin-bottom: 40%;
    }
}

.what-is-reskilling {
    background: #5022c3;
    width: 100%;
    text-align: left;
    color: #fff;
    position: relative;
    padding: 5vw 0 5vw 20px;
}
.what-is-reskilling h1 {
    font-size: 4.5vw;
}
.what-is-reskilling .txt-block {
    margin: auto;
    width: 1430px;
    max-width: 100%;
}
.what-is-reskilling img.sp {
    width: 100%;
}

.what-is-reskilling .top-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}



.what-is-reskilling p {
    line-height: 25px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 32px;
}

@media(max-width: 768px) {
    .what-is-reskilling {
        padding: 0;
    }
    .what-is-reskilling .top-right {
        width:100%;
        max-width: 300px
    }

    

    .what-is-reskilling p {
        font-size: 14px;
        margin: 30px 0 0 20px;
        line-height: 25px;
        padding-bottom: 50px;
    }
}

.introduction {
    font-size: 20px;
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 18%, rgba(0,0,0,1) 100%);
    color: #fff;
    padding-bottom: 100px;
}

.introduction .content-area {
    max-width: 100%;
    width: 1430px;
    margin: auto;
    padding: 18px
}

.introduction .ttl {
    padding: 50px 0 50px;
    font-size: 200%
}

.introduction .content-wrapper {
    display: flex
}

.introduction .content-wrapper .content-left {
    width: 40%
}

.introduction .content-wrapper .content-left img {
    width: 100%;
}

.introduction .content-wrapper .content-right {
    width: 60%;
    line-height: 30px;
    margin-bottom: 100px;
}

.introduction .content-wrapper .content-right .ttl {
    margin-left: 5rem
}

.introduction .content-wrapper .content-right .subttl-area {
    border-bottom: 1px solid #a435f0;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.introduction .content-wrapper .content-right p {
    margin-left: 5rem;
    text-align: justify
}





.introduction .content-wrapper .content-right .subttl span {
    font-size: 130%;
    font-weight: 700;
    display: block;
    margin-top: 15px;
}

.introduction .content-wrapper .content-right .name {
    display: flex;
    justify-content: space-between;
    color: #000
}

.introduction .content-wrapper .content-right .name span {
    font-size: 118%;
    font-weight: 700
}

.introduction .content-wrapper .content-right .name span:nth-child(2) {
    font-style: italic
}



@media(max-width: 768px) {
    .introduction {
        text-align:center;
        padding-bottom: 60px;
        background:#000;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 12%, rgba(0,0,0,1) 100%);
    }

    .introduction .content-area {
        max-width: 100%;
        margin: auto;
        padding: 20px 0 0 0;
    }

    .introduction .ttl {
        padding: 40px 0 0px;
        font-size: 200%;
        text-align: center;
    }

    .introduction .content-wrapper {
        display: block
    }

    .introduction .content-wrapper .content-left {
        width: 100%;
        text-align: left
    }

    .introduction .content-wrapper .content-left img {
        width: 90%;
        margin-right: 0
    }
    

    .introduction .content-wrapper .content-left .subttl-area {
        flex: 1
    }

    .introduction .content-wrapper .content-left .subttl-area p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
        margin-left: 20px
    }

    .introduction .content-wrapper .content-left .subttl-area p span {
        display: block;
        margin-top: 20px;
        font-weight: 700;
        font-size: 20px
    }

    .introduction .content-wrapper .content-left .subttl-area .name {
        display: flex;
        justify-content: space-between;
        color: #000
    }

    .introduction .content-wrapper .content-left .subttl-area .name span {
        display: block;
        margin-top: 5px;
        font-weight: 700
    }

    .introduction .content-wrapper .content-left .subttl-area .name span:nth-child(2) {
        font-style: italic
    }

    .introduction .content-wrapper .content-left .subttl-area .subttl {
        color: #000;
        position: relative
    }

    .introduction .content-wrapper .content-left .subttl-area .subttl:after {
        content: "";
        position: absolute;
        left: -10px;
        bottom: -10px;
        right: 0;
        border-bottom: 1px solid #a435f0
    }

    .introduction .content-wrapper .content-right {
        width: 100%;
        margin-bottom: 60px;
        padding: 0  20px 15px 20px;
    }

    .introduction .content-wrapper .content-right p {
        font-size: 14px;
        margin: 30px 0 0 0;
        line-height: 22px
    }
}

.schedule {
    font-size: 16px;
    position: relative;
    background: #fff;
    padding-bottom: 50px;
}

.schedule .content-area {
    max-width: 100%;
    width: 1024px;
    margin: auto;
}

.schedule .content-area .schedule-content {
    padding: 20px 50px
}

.schedule .content-area .schedule-content .ttl {
    color: #4f26a7;
    padding: 50px 0 50px;
    font-size: 200%;
    text-align: center;
}

.schedule .content-area .schedule-content .event {
    display: flex;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    font-size: 120%;
    font-weight: 700
}

.schedule .content-area .schedule-content .event .time {
    width: 80px;
    color: #4f26a7;
    padding-top: 3px;
}

.schedule .content-area .schedule-content .event .event-name {
    flex: 1;
    line-height: 25px;
    font-size: 16px;
}

@media(max-width: 768px) {
    .schedule {
        padding-bottom: 80px;
    }
    .schedule .content-area .schedule-content {
        padding:0 20px
    }

    .schedule .content-area .schedule-content .ttl {
        padding: 10px 0 30px;
        text-align: center
    }

    .schedule .content-area .schedule-content .event {
        display: flex;
        line-height: 30px;
        font-size: 100%
    }

    .schedule .content-area .schedule-content .event .time {
        margin-bottom: 10px;
        width: 60px;
        padding-top: 7px;
    }
    .schedule .content-area .schedule-content .event .event-name {
        padding-top: 10px;
    }
}

@media(min-width: 769px) {
    .judge {
        font-size:16px;
        position: relative;
        color: #fff;
        background: #000;
    }

    .judge .content-area {
        max-width: 100%;
        width: 1430px;
        margin: auto;
        padding: 18px
    }

    .judge .content-area .ttl {
        color: #a435f0;
        padding: 50px 0 50px;
        font-size: 200%;
        text-align: center;
    }

    .judge .content-area .container {
        display: flex;
        flex-wrap: wrap;
        gap: 0 30px;
        justify-content: center;
    }

    .judge .content-area .container .judge-member {
      width: 30%;
    }

    .judge .content-area .container .judge-member img {
        width: 100%
    }

    .judge .content-area .container .judge-member .organization {
        display: flex;
        justify-content: flex-start;
        font-size: 100%;
        line-height: 140%;
        margin: 20px 15px;
        height: 100px;
    }

    .judge .content-area .container .judge-member .show-more-area {
        display: flex;
        justify-content: space-between;
        margin: 20px 15px;
        align-items: center;
    }

    .judge .content-area .container .judge-member .show-more-area .name {
        font-size: 120%
    }

    .judge .content-area .container .judge-member .show-more-area button {
        border: none;
        background-color: rgba(0,0,0,0);
        outline: none;
        cursor: pointer;
        width: 120px;
    }

    /*
    .judge .content-area .container .judge-member:nth-child(4),
    .judge .content-area .container .judge-member:nth-child(5) {
        grid-row: 2
    }

    .judge .content-area .container .judge-member:nth-child(4) {
        justify-self: center
    }
    */
}

@media(min-width: 1025px) {
    .judge .content-area .container .judge-member .organization {
        height: 80px;
    }
}

@media(min-width: 1200px) {
    .judge .content-area .container .judge-member .organization {
        height: 70px;
    }
}

.judgement-process {
    width: 1430px;
    max-width: 100%;
    margin: 50px auto 40px auto;
    padding: 65px 20px 30px;
    border: 1px solid #a435f0;

}

.judgement-process h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.judgement-process h3 {
    text-align: center;
    margin-bottom: 30px;
}

.judgement-process .txt p {
    margin-bottom: 30px;
}
.judgement-process h3 img {
    margin: auto;
}

.judgement-process .txt {
    text-align: center;
    margin-bottom: 50px;
    line-height: 25px;
}

.judgement-process .steps {
    display: flex;
    justify-content:center;
}
.judgement-process .steps .step-content {
    width: 30%;
    text-align: center;
    line-height: 25px;
}
.judgement-process .steps .step-content img {
    width: 90px;
}




@media(max-width: 768px) {
    .judge {
        font-size:1rem;
        position: relative;
        background: #000;
        color: #fff;
    }

    .judge .content-area {
        max-width: 100%;
        margin: auto;
        padding: 20px
    }

    .judge .content-area .ttl {
        color: #a435f0;
        padding: 80px 0 10px;
        font-size: 200%;
        text-align: center
    }

    .judge .content-area .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
        justify-content: center
    }

    .judge .content-area .container .judge-member {
        display: inline-block;
        position: relative
    }

    .judge .content-area .container .judge-member img {
        width: 100%
    }

    .judge .content-area .container .judge-member .organization {
        font-size: 10px;
        line-height: 18px;
        margin: 15px 0px 10px;
        padding-bottom: 80px
    }

    .judge .content-area .container .judge-member .show-more-area {
        position: absolute;
        bottom: 0;
        display: inline-block;
        padding: 15px 0px
    }

    .judge .content-area .container .judge-member .show-more-area .name {
        font-size: 16px;
        display: block;
        padding-bottom: 10px
    }

    .judge .content-area .container .judge-member .show-more-area button {
        border: none;
        background-color: rgba(0,0,0,0);
        outline: none;
        padding: 0;
        width: 80px;
        margin-top: 5px;
    }

    .judgement-process {
        margin-top: 65px;
        padding-top: 40px;
        font-size: 14px;
    }
    .judgement-process h2 {
        margin-bottom: 30px;
    }
    .judgement-process h3 {
        margin-bottom: 30px;
    }
    .judgement-process .txt p {
        margin-bottom: 30px;
    }

    .judgement-process .steps {
        flex-wrap: wrap;
        
    }
    .judgement-process .steps .step-content img {
        width: 25%;
    }
    .judgement-process .steps .step-content {
        width: 100%;
        max-width: 320px;
        line-height: 25px;
        display: flex;
        margin-bottom: 30px;
        align-items: center;
    }
    .judgement-process .steps .step-content p {
        padding-left: 4vw;
        text-align: left;
        font-weight: bold;
    }
}

.award {
    
    max-width: 100%;
    margin: 0 auto 40px;
    padding-top: 40px;
    position: relative;
}

.left-triangle {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 25%;
}

.right-triangle {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 25%;
}

.award img {
    margin: auto;
}
.award h3 img {
    width: 100%;
}
.award h3 {
    font-size: 18px;
}
.award h2 {
    margin: 60px auto 50px auto;
    text-align: center;
}



    .award .container {
        margin: 50px auto 0;
        text-align: center;
        max-width: 1430px;
    }
    .award .reskilling-award-content,
    .award .innovation-award-content,
    .award .creative-award-content,
    .award .local-govt-award-content
    {
        width: 1430px;
        max-width: 100%;
        margin: 0px auto;
        padding: 65px 20px 0px;
    }

    .award .container ul {
        display: flex;
        flex-wrap: wrap;
        gap: 0 60px;
        justify-content: center;
        margin-top: 50px;
    }

    .award .container ul li {
        width: calc(50% - 30px);
        margin-bottom: 40px;
    }

    .award .container ul li .company-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 16px 0 12px 0;
    }
    .award .container ul li .company-info h4 {
        text-align: left;
        font-size: 18px;
    }
    .award .container ul li .company-info h4 span{
        display: block;
        font-size: 14px;
        margin-top: 10px;
        line-height: 22px;
       
    }

    .award .container ul li  p.company-comment {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }

    .award .container ul li .company-info .company-name img {
        margin-right: 10px;
    }


@media(max-width: 768px) {

    .award .reskilling-award-content,
    .award .innovation-award-content,
    .award .creative-award-content,
    .award .local-govt-award-content
    {
        
        padding: 20px 0 0 0;
    }

    .award h2 {
        margin: 40px auto 20px auto
        
    }
    .award h3 {
        font-size: 14px;
        margin-top: 20px;
        line-height: 22px;
    }
    .award h3 img {
        margin-bottom: 10px;
    }
    .award .container {
        margin-top: 40px;
    }
    .award .content-area {
        margin: 20px;
    }

    .award .content-area .ttl img{
        height: auto;
        width: auto;
        max-width: 320px;
    }

    .award .container ul {
        display: block;
    }
    

    .award .container ul li {
        width: 100%;
    }
    .award .container ul li .company-info {
        flex-wrap: wrap;
        justify-content: center;
    }
    .award .container ul li .company-info h4 {
        width: 100%;
        text-align: center;
        padding: 15px 0 10px;
    }
    .award .container ul li .company-info .company-logo img{
        margin: 0 10px;
    }
    .award .container ul li .company-info .company-name{
        order: 2;
        width: 100%;
    }
}




.ebooks {
    width:1430px;
    max-width: 100%;
    margin: 0 auto 50px auto;
    background: rgb(165,53,240);
    background: linear-gradient(90deg, rgba(165,53,240,1) 0%, rgba(164,53,240,1) 15%, rgba(80,34,195,1) 72%, rgba(80,35,195,1) 100%);
    
}

.ebooks .content-area {
    max-width: 100%;
    width: 1430px;
    margin: auto;
    padding: 18px;
}
.ebooks .content-area .ebooks-block {
    width: 46%;
    margin: auto 20px;
}
.ebooks .content-area  .books-img {
    width: 100%;
}

.ebooks .content-area a {
    display: block;
    margin-top: 40px;
}

.ebooks img {
    margin: auto;
}
.ebooks h2 {
    margin: 50px auto 20px;
    text-align: center;
}

.ebooks h3 {
    text-align: center;
    font-size: 14px;
    color: #fff;
}


    .ebooks .container {
        margin: 50px auto 0;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

@media(max-width: 768px) {
    .ebooks .content-area {
        max-width: 100%;
        margin: auto;
        padding: 20px;
    }
    .ebooks .content-area .ebooks-block {
        max-width: 100%;
        width: auto;
        margin: auto;
    }
    .ebooks .content-area a {
        margin-top: 25px;
    }
    .ebooks .content-area .houjin-ebooks {
        margin-bottom: 40px;
    }
    .ebooks .container {
        display: block;
    }
}

.app-form .p-index__cv__row {
    text-align: center;
    padding: 40px
}

.app-form .c-button {
    background: #a435f0;
    color: #fff;
    position: relative;
    display: inline-block;
    transition: .1s ease-out;
    word-break: keep-all;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px
}

.app-form p {
    font-size: 32px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 40px
}

@media(min-width: 769px) {
    .app-form {
        overflow:auto
    }

    .app-form .p-index__cv__row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 70px
    }

    .app-form .p-index__cv__row p {
        font-size: 30px;
        margin-bottom: 0;
        margin-right: 20px;
        text-align: left
    }

    .app-form .p-index__cv__row .c-button {
        margin-left: 20px;
        padding: 20px 120px
    }

    .app-form .content-area {
        width: 1430px;
        max-width: 100%;
        overflow: auto;
        max-width: 100%;
        padding: 18px;
        margin: auto
    }

    .app-form .content-area .ttl {
        color: #a435f0;
        padding: 20px 0 10px;
        font-size: 32px;
        text-align: center;
    }

    .app-form .content-area .mktoForm {
        margin: 40px auto
    }
}

@media(max-width: 768px) {
    .app-form {
        overflow:auto
    }

    .app-form .content-area {
        overflow: auto;
        max-width: 100%;
        padding: 15px
    }

    .app-form .content-area .ttl {
        color: #a435f0;
        padding: 30px 0 20px;
        font-size: 32px;
        text-align: center
    }

    .app-form .content-area .mktoForm {
        margin: 40px auto
    }
}

.modal-open {
    overflow: hidden
}

.lightbox-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(164,53,240,.3);
    z-index: 1
}

.lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 700px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 50px 5%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    text-align: center;
    overflow: hidden
}

.lightbox-content .slide {
    line-height: 25px;
    font-size: 16px
}

.lightbox-content .slide .judge-intro {
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px
}

.lightbox-content .slide .judge-intro img {
    width: 50%;
    max-width: 300px
}

.lightbox-content .slide .judge-intro div {
    flex: 1;
    padding-left: 15px;
    text-align: left;
    color: #000;
}

.lightbox-content .slide .judge-intro div .name {
    display: block;
    padding-top: 20px;
    font-size: 22px;
    line-height: 30px
}

.lightbox-content .slide .comment {
    text-align: left;
    height: 40vh;
    position: relative;
    overflow: auto;
    padding-bottom: 50px;
    color: #000;
}

.lightbox-content .slide .comment::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin
}

.lightbox-content::after {
    content: "";
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to bottom, transparent 0%, white 100%);
    pointer-events: none;
    z-index: 1
}

.close-button {
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 24px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.close-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 50px;
    top: -7px;
    right: 17px;
    transform: rotate(135deg);
    border-right: 1px solid #a435f0
}

.close-button:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 50px;
    top: -7px;
    right: 17px;
    display: block;
    border-right: 1px solid #a435f0;
    transform: rotate(45deg)
}

.lightbox-slides {
    display: flex;
    align-items: center;
    position: relative
}

.slide {
    display: none
}

.slide-in-content {
    padding: 5px 20px;
    background: #fff;
    transition: transform .5s ease
}

.right-to-left {
    -webkit-animation-name: right-to-left;
    animation-name: right-to-left;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background-color: #fff
}

.left-to-right {
    -webkit-animation-name: left-to-right;
    animation-name: left-to-right;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background-color: #fff
}

@-webkit-keyframes left-to-right {
    from {
        transform: translateX(-315px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes left-to-right {
    from {
        transform: translateX(-315px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes right-to-left {
    from {
        transform: translateX(315px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes right-to-left {
    from {
        transform: translateX(315px)
    }

    to {
        transform: translateX(0)
    }
}

.open-lightbox-button {
    cursor: pointer;
    text-decoration: underline
}

.next-prev-wrapper {
    display: block;
    position: relative
}

.prev {
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 2.5rem
}

.prev:after {
    content: "";
    border-right: 1px solid #a435f0;
    height: 1.5rem;
    width: 0;
    display: inline-block;
    transform: rotate(45deg)
}

.prev:before {
    content: "";
    border-right: 1px solid #a435f0;
    height: 1.5rem;
    width: 0;
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -1px
}

.next {
    position: absolute;
    right: 0;
    width: 2.5rem;
    height: 2.5rem
}

.next:after {
    content: "";
    border-right: 1px solid #a435f0;
    height: 1.5rem;
    width: 0;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    bottom: -1px
}

.next:before {
    content: "";
    border-right: 1px solid #a435f0;
    height: 1.5rem;
    width: 0;
    display: inline-block;
    transform: rotate(-45deg)
}

@media(max-width: 768px) {
    .lightbox-content {
        top:calc(50% + 35px);
        padding: 50px 3%
    }

    .lightbox-content .slide .judge-intro img {
        width: 50%;
        max-width: 300px
    }

    .lightbox-content .slide .judge-intro div {
        flex: 1;
        padding-left: 12px;
        text-align: left;
        font-size: 13px
    }

    .lightbox-content .slide .judge-intro div .name {
        display: block;
        padding-top: 10px;
        font-size: 16px;
        line-height: 22px
    }

    .lightbox-content .slide .comment {
        height: 30vh
    }

    .close-button {
        top: 12px;
        right: 12px
    }
}

.fadeIn {
    opacity: 0;
    transform: translateY(20px);
    transition-property: opacity,transform;
    transition-timing-function: ease;
    transition-duration: .6s
}

.fadeIn--active {
    opacity: 1;
    transform: translateY(0px)
}

section {
    scroll-margin-top: 90px
}

.floating-btn {
    position: fixed;
    bottom: 50px;
    right: 20px;
    width: 96px;
    display: none
}

