@charset "UTF-8";html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

*,:after,:before {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

hr {
    overflow: visible;
    height: 0;
    color: inherit
}

details,main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

p {
    word-wrap: break-word;
    margin: 0;
    padding: 0
}

ol,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

a {
    background-color: transparent;
    outline: none;
    text-decoration: none
}

a:active,a:hover {
    outline-width: 0;
    outline: none;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: monospace,monospace
}

pre {
    font-size: 1em
}

b,strong {
    font-weight: bolder
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,input,optgroup,select,textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button],[type=button],[type=reset],[type=submit],button {
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

button,input,select,textarea {
    background-color: transparent;
    border-style: none
}

a:focus,button:focus,input:focus,select:focus,textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
    max-width: 100%
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    color: inherit;
    font: inherit
}

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

html {
    font-size: 16px
}

body {
    background-color: #062d0e;
    color: #fff;
    font-family: "EB Garamond","Shippori Mincho",serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.65;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0
}

.wrapper-50th {
    margin: 0;
    padding: 0;
    width: 100vw;
    min-width: 375px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.wrapper-50th .main-50th {
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #062d0e
}

.wrapper-50th .main-50th .section {
    position: relative;
    z-index: 1;
    width: 100%
}

.wrapper-50th .footer-50th {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #062d0e
}

.wrapper-50th .container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px
}

.m0 {
    margin: 0!important
}

.m1 {
    margin-bottom: 1rem
}

a {
    text-decoration: none;
    color: inherit;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a:not([disabled]):active,a:not([disabled]):focus,a:not([disabled]):hover {
    text-decoration: none;
    outline: none
}

a.link:hover {
    opacity: 0.75
}

@media screen and (max-width: 992px) {
    a {
        -webkit-transition:none;
        transition: none
    }
}

img {
    width: auto;
    height: auto;
    border-style: none;
    vertical-align: middle;
    -o-object-fit: contain;
    object-fit: contain
}

img.w100 {
    width: 100%;
    max-width: 100%
}

.setSP {
    display: none
}

@media screen and (max-width: 576px) {
    .setSP {
        display:inline-block
    }
}

.setPC {
    display: inline-block
}

@media screen and (max-width: 576px) {
    .setPC {
        display:none
    }
}

.navi-50th {
    display: block;
    width: 100vw;
    background-color: rgba(0,0,0,0.8);
    text-align: center;
    position: relative;
    z-index: 990
}

.navi-50th .logo-50th {
    display: inline-block;
    width: 80px;
    height: auto;
    margin-bottom: 10px
}

@media screen and (max-width: 576px) {
    .navi-50th .logo-50th {
        width:56px;
        margin-bottom: 8px
    }
}

.navi-50th .navi-burger {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 991;
    top: 0;
    right: 0
}

.navi-50th .navi-burger div,.navi-50th .navi-burger:after,.navi-50th .navi-burger:before {
    background: #fff;
    content: "";
    width: 22px;
    height: 2px;
    margin: 4px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.navi-50th .navi-burger:hover:before {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.navi-50th .navi-burger:hover:after {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.navi-50th .navi-burger.active:before {
    -webkit-transform: translateY(10px) rotate(135deg);
    transform: translateY(10px) rotate(135deg);
    background: #000000
}

.navi-50th .navi-burger.active:after {
    -webkit-transform: translateY(-10px) rotate(-135deg);
    transform: translateY(-10px) rotate(-135deg);
    background: #000
}

.navi-50th .navi-burger.active div {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.navi-menu {
    background-color: #0ceb00;
    width: 100%;
    width: 100vw;
    max-width: 450px;
    position: absolute;
    z-index: 990;
    top: 0;
    right: 0;
    padding: 60px 30px 30px 30px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease,-webkit-transform 0.3s ease;
    will-change: transform
}

.navi-menu.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

@media screen and (max-width: 992px) {
    .navi-menu {
        max-width:100%
    }
}

.navi-menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.navi-menu .menu-list .item {
    width: 100%;
    padding: 10px;
    line-height: 1;
    border-top: 1px solid #000;
    font-family: "EB Garamond",serif;
    font-weight: 400;
    text-align: left;
    color: #000;
    font-size: 1.25rem
}

.navi-menu .menu-list .item:last-child {
    border-bottom: 1px solid #000
}

.navi-menu .menu-list .item.item-in {
    padding-left: calc(10px + 1rem);
    border-top: 1px solid rgba(0,0,0,0.35)
}

.navi-menu .menu-list .item .item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.navi-menu .menu-list .item .item-link.arrow:after {
    content: "〉";
    font-size: 0.875rem
}

.navi-menu .menu-list .item .item-link.comingSoon {
    color: rgba(0,0,0,0.35);
    cursor: auto
}

.navi-menu .menu-list .item .item-link.comingSoon:after {
    content: "Coming Soon";
    color: #000;
    font-size: 0.875rem
}

.navi-menu .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    font-family: "EB Garamond",serif;
    font-weight: 400;
    text-align: left;
    color: #0ceb00;
    font-size: 1.25rem
}

.navi-menu .menu-btn:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1em;
    height: 1em;
    background-image: url(../img/external-link.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.navi-menu .menu-btn:hover {
    background-color: #fff
}

.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden
}

.navi-50th {
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.header-50th {
    padding-top: 150px;
    padding-bottom: 230px
}

@media screen and (max-width: 576px) {
    .header-50th {
        padding-top:85px
    }
}

.header-50th .header-title {
    text-align: center;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .header-50th .header-title {
        margin-bottom:50px
    }
}

.header-50th .header-title .subtitle {
    display: block;
    position: relative
}

.header-50th .header-title .subtitle img {
    width: 200px;
    max-width: 100%
}

@media screen and (max-width: 576px) {
    .header-50th .header-title .subtitle img {
        width:20%
    }
}

.header-50th .header-title .subtitle:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #062d0e;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-50th .header-title .title {
    display: block;
    position: relative;
    padding-bottom: 10px
}

.header-50th .header-title .title img {
    width: 440px;
    max-width: 100%
}

@media screen and (max-width: 576px) {
    .header-50th .header-title .title img {
        width:70.6666666667%
    }
}

.header-50th .header-title .title:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #969696;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-50th .header-image {
    display: block;
    width: 100%
}

.header-50th .header-image img {
    width: 100%
}

.section-movie {
    width: 100%
}

.section-movie .movie.movie-pc {
    display: block
}

@media screen and (max-width: 576px) {
    .section-movie .movie.movie-pc {
        display:none
    }
}

.section-movie .movie.movie-sp {
    display: none
}

@media screen and (max-width: 576px) {
    .section-movie .movie.movie-sp {
        display:block
    }
}

.section-movie .contents-movie {
    position: relative;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section-movie .contents-movie .movie-video {
    width: 100%;
    height: 100%
}

.section-movie .contents-movie .muteToggleBtn {
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    bottom: 30px;
    left: 30px;
    opacity: 1;
    pointer-events: all
}

@media screen and (max-width: 576px) {
    .section-movie .contents-movie .muteToggleBtn {
        width:26px;
        height: 26px;
        left: 10px;
        bottom: 0px
    }
}

.section-movie .contents-movie .muteToggleBtn img {
    width: 100%;
    height: auto
}

.section-movie .contents-movie .muteToggleBtn.end {
    opacity: 0;
    pointer-events: none
}

.section-movie .contents-movie .muteToggleBtn:focus,.section-movie .contents-movie .muteToggleBtn:hover {
    background-color: transparent
}

.article-50th .block {
    display: block;
    padding-bottom: 270px
}

@media screen and (max-width: 576px) {
    .article-50th .block {
        padding-bottom:200px
    }
}

.article-50th .block .block-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-images {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.article-50th .block .block-images .imageL {
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
    position: relative;
    margin-top: -70px
}

@media screen and (max-width: 992px) {
    .article-50th .block .block-images .imageL {
        -ms-flex-preferred-size:calc(50% - 15px);
        flex-basis: calc(50% - 15px)
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-images .imageL {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        padding: 0 30px;
        margin-bottom: 50px
    }
}

.article-50th .block .block-images .imageL img {
    width: 100%
}

.article-50th .block .block-images .imageM {
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
    height: 100%;
    position: relative
}

@media screen and (max-width: 992px) {
    .article-50th .block .block-images .imageM {
        -ms-flex-preferred-size:calc(50% - 15px);
        flex-basis: calc(50% - 15px)
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-images .imageM {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        width: 100%
    }
}

.article-50th .block .block-images .imageM img {
    max-width: 100%
}

.article-50th .block .block-title {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    display: block;
    width: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (max-width: 992px) {
    .article-50th .block .block-title {
        bottom:-45px;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-title {
        bottom:1em
    }
}

.article-50th .block .block-title span {
    display: inline-block;
    color: #969696;
    font-size: 1rem
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-title span {
        font-size:0.875rem
    }
}

.article-50th .block .block-title p {
    display: block;
    padding-top: 1em;
    width: auto;
    font-family: "futura-pt",sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #969696;
    font-size: 0.875rem;
    line-height: 1.25;
    position: relative
}

@media screen and (max-width: 576px) {
    .article-50th .block .block-title p {
        font-size:0.75rem
    }
}

.article-50th .block .block-title p:before {
    content: "";
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #969696;
    position: absolute;
    top: 0
}

.article-50th .block.active .block-title {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .block.block01,.article-50th .block.block03,.article-50th .block.block05 {
    background-color: #062d0e
}

.article-50th .block.block01 .block-title,.article-50th .block.block03 .block-title,.article-50th .block.block05 .block-title {
    text-align: left;
    right: 0
}

.article-50th .block.block01 .block-title p:before,.article-50th .block.block03 .block-title p:before,.article-50th .block.block05 .block-title p:before {
    left: 0
}

@media screen and (max-width: 576px) {
    .article-50th .block.block01 .block-title,.article-50th .block.block03 .block-title,.article-50th .block.block05 .block-title {
        right:auto;
        left: 0;
        padding-left: 30px
    }

    .article-50th .block.block01 .block-title p:before,.article-50th .block.block03 .block-title p:before,.article-50th .block.block05 .block-title p:before {
        left: auto;
        right: 0
    }
}

.article-50th .block.block02 .block-title,.article-50th .block.block04 .block-title {
    left: 0
}

.article-50th .block.block02 .block-title p:before,.article-50th .block.block04 .block-title p:before {
    right: 0
}

@media screen and (max-width: 576px) {
    .article-50th .block.block02 .block-title,.article-50th .block.block04 .block-title {
        left:auto;
        right: 0;
        padding-right: 30px
    }

    .article-50th .block.block02 .block-title p:before,.article-50th .block.block04 .block-title p:before {
        right: auto;
        left: 0
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block.block05 {
        padding-bottom:150px
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block.block01 .block-images .imageM {
        padding-bottom:100px
    }
}

.article-50th .block.block01 .block-images .imageM .img02 {
    width: 66.6666666667%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block01 .block-images .imageM .img02 {
        position:relative;
        width: 66.6666666667%;
        top: 0
    }
}

.article-50th .block.block01 .block-images .imageM .img03 {
    width: 40%;
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 0
}

@media screen and (max-width: 576px) {
    .article-50th .block.block01 .block-images .imageM .img03 {
        width:40%;
        top: auto;
        bottom: 0
    }
}

.article-50th .block.block02 .block-images .imageL {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width: 576px) {
    .article-50th .block.block02 .block-images .imageL {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1
    }
}

.article-50th .block.block02 .block-images .imageM {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 200px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block02 .block-images .imageM {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
        padding-bottom: 40px
    }
}

.article-50th .block.block02 .block-images .imageM img {
    width: calc(50% - 3px)
}

@media screen and (max-width: 576px) {
    .article-50th .block.block03 .block-images .imageM {
        text-align:right
    }
}

.article-50th .block.block03 .block-images .imageM .img02 {
    width: 40%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block03 .block-images .imageM .img02 {
        width:40%;
        top: 0
    }
}

.article-50th .block.block03 .block-images .imageM .img03 {
    width: 56.6666666667%;
    position: absolute;
    z-index: 3;
    top: 60px;
    right: 0
}

@media screen and (max-width: 576px) {
    .article-50th .block.block03 .block-images .imageM .img03 {
        position:relative;
        width: 56%;
        top: 0
    }
}

.article-50th .block.block04 .block-images .imageL {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media screen and (max-width: 576px) {
    .article-50th .block.block04 .block-images .imageL {
        -webkit-box-ordinal-group:0;
        -ms-flex-order: -1;
        order: -1
    }
}

.article-50th .block.block04 .block-images .imageM {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media screen and (max-width: 576px) {
    .article-50th .block.block04 .block-images .imageM {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

.article-50th .block.block04 .block-images .imageM .img02 {
    width: 47.7777777778%;
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 190px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block04 .block-images .imageM .img02 {
        position:relative;
        width: 44%;
        margin-top: 65px;
        top: 0;
        left: 30px
    }
}

.article-50th .block.block04 .block-images .imageM .img03 {
    width: 47.7777777778%;
    position: absolute;
    z-index: 3;
    top: 100px;
    right: 0
}

@media screen and (max-width: 576px) {
    .article-50th .block.block04 .block-images .imageM .img03 {
        width:44%;
        top: 0;
        right: 30px
    }
}

@media screen and (max-width: 576px) {
    .article-50th .block.block05 .block-images .imageM {
        text-align:right
    }
}

.article-50th .block.block05 .block-images .imageM .img02 {
    width: 33.3333333333%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block05 .block-images .imageM .img02 {
        width:40%;
        top: 0
    }
}

.article-50th .block.block05 .block-images .imageM .img03 {
    width: 55.5555555556%;
    position: absolute;
    z-index: 3;
    top: 130px;
    right: 75px
}

@media screen and (max-width: 576px) {
    .article-50th .block.block05 .block-images .imageM .img03 {
        position:relative;
        width: 66.6666666667%;
        margin-top: 100px;
        top: 0;
        right: 0
    }
}

.article-50th .block.block01 .block-images .img02 {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.article-50th .block.block01 .block-images .img03 {
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%)
}

.article-50th .block.block02 .block-images .img02 {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0)
}

.article-50th .block.block02 .block-images .img03 {
    -webkit-transform: translate(100%,0);
    transform: translate(100%,0)
}

.article-50th .block.block03 .block-images .img02 {
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%)
}

.article-50th .block.block03 .block-images .img03 {
    -webkit-transform: translate(0,100%);
    transform: translate(0,100%)
}

.article-50th .block.block04 .block-images .img02 {
    -webkit-transform: translate(10%,-10%);
    transform: translate(10%,-10%)
}

.article-50th .block.block04 .block-images .img03 {
    -webkit-transform: translate(-10%,10%);
    transform: translate(-10%,10%)
}

.article-50th .block.block05 .block-images .img02 {
    -webkit-transform: translate(-60%,-60%);
    transform: translate(-60%,-60%)
}

.article-50th .block.block05 .block-images .img03 {
    -webkit-transform: translate(60%,-60%);
    transform: translate(60%,-60%)
}

.article-50th .block .block-images .img01 {
    opacity: 0;
    -webkit-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease
}

.article-50th .block .block-images .img02 {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.article-50th .block .block-images .img03 {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.article-50th .block .block-images.active .img01,.article-50th .block .block-images.active .img02,.article-50th .block .block-images.active .img03 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-image {
    padding-bottom: 200px;
    display: block;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

@media screen and (max-width: 576px) {
    .article-50th .section-image {
        padding-bottom:150px
    }
}

.article-50th .section-image img {
    width: 100%
}

.article-50th .section-image.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-profile {
    padding-bottom: 200px
}

@media screen and (max-width: 576px) {
    .article-50th .section-profile {
        padding-bottom:150px
    }
}

.article-50th .section-profile .profile-title {
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.article-50th .section-profile .profile-title:before {
    content: "";
    display: block;
    height: 0;
    width: 1px;
    background-color: #062d0e;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: height 0.3s linear;
    transition: height 0.3s linear;
    will-change: height;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.article-50th .section-profile .profile-title span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-transform: rotate(90deg) translateY(-100%);
    transform: rotate(90deg) translateY(-100%);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    top: 0;
    left: 0
}

.article-50th .section-profile .profile-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 85px);
    margin-left: auto
}

@media screen and (max-width: 992px) {
    .article-50th .section-profile .profile-body {
        width:calc(100% - 65px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.article-50th .section-profile .profile-body .profile-image {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

@media screen and (max-width: 992px) {
    .article-50th .section-profile .profile-body .profile-image {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%
    }
}

.article-50th .section-profile .profile-body .profile-image img {
    width: 100%
}

.article-50th .section-profile .profile-body .profile-image .en {
    font-size: clamp(2.3rem,3.75vw,3.5rem);
    line-height: 1;
    font-weight: 400;
    display: block;
    width: 100%;
    position: absolute;
    margin-left: -20px;
    margin-top: -0.5em
}

@media screen and (max-width: 992px) {
    .article-50th .section-profile .profile-body .profile-image .en {
        position:relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-bottom: 20px
    }
}

.article-50th .section-profile .profile-body .profile-text {
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
    padding-left: 30px;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

@media screen and (max-width: 992px) {
    .article-50th .section-profile .profile-body .profile-text {
        -ms-flex-preferred-size:100%;
        flex-basis: 100%;
        padding-left: 0
    }
}

.article-50th .section-profile .profile-body .profile-text .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px
}

@media screen and (max-width: 992px) {
    .article-50th .section-profile .profile-body .profile-text .name {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.article-50th .section-profile .profile-body .profile-text .name .ja {
    font-size: clamp(1.5rem,2.5vw,1.75rem);
    line-height: 1.25;
    font-weight: 400;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.article-50th .section-profile .profile-body .profile-text .name .ja small {
    display: inline-block;
    margin-left: 20px;
    font-size: 0.65em;
    color: #fff
}

@media screen and (max-width: 576px) {
    .article-50th .section-profile .profile-body .profile-text .name .ja small {
        margin-left:10px
    }
}

.article-50th .section-profile .profile-body .profile-text p.text {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 30px
}

@media screen and (max-width: 576px) {
    .article-50th .section-profile .profile-body .profile-text p.text {
        font-size:0.875rem
    }
}

.article-50th .section-profile .profile-body .profile-text .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-50th .section-profile .profile-body .profile-text .sns span {
    font-weight: 400;
    margin-right: 10px
}

.article-50th .section-profile .profile-body .profile-text .sns img {
    height: 35px;
    width: auto
}

.article-50th .section-profile .profile.active .profile-title {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-profile .profile.active .profile-title:before {
    height: 100%
}

.article-50th .section-profile .profile.active .profile-image {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-profile .profile.active .profile-text {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-specialThanks {
    padding-bottom: 200px
}

@media screen and (max-width: 576px) {
    .article-50th .section-specialThanks {
        padding-bottom:150px
    }
}

.article-50th .section-specialThanks .specialThanks-title {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 576px) {
    .article-50th .section-specialThanks .specialThanks-title {
        margin-bottom:40px
    }
}

.article-50th .section-specialThanks .specialThanks-title:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.article-50th .section-specialThanks .specialThanks-title img {
    width: 120px
}

@media screen and (max-width: 576px) {
    .article-50th .section-specialThanks .specialThanks-title img {
        width:21.3333333333%
    }
}

.article-50th .section-specialThanks.active .specialThanks-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.article-50th .section-specialThanks .specialThanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (max-width: 576px) {
    .article-50th .section-specialThanks .specialThanks .specialThanks-item {
        margin-bottom:20px
    }
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item span {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item span.label {
    text-align: right;
    padding-right: 15px;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: transparent;
    margin: 0
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item span.label img {
    height: 10px;
    width: auto
}

@media screen and (max-width: 576px) {
    .article-50th .section-specialThanks .specialThanks .specialThanks-item span.label img {
        height:8px
    }
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item span.name {
    text-align: left;
    padding-left: 15px;
    font-size: 1.625rem;
    font-size: clamp(1.25rem,2.5vw,1.625rem);
    line-height: 1
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:first-child {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(4) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(6) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(7) {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(8) {
    -webkit-transition-delay: 2.4s;
    transition-delay: 2.4s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(9) {
    -webkit-transition-delay: 2.7s;
    transition-delay: 2.7s
}

.article-50th .section-specialThanks .specialThanks .specialThanks-item:nth-child(10) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s
}

.article-50th .section-specialThanks .specialThanks.active .specialThanks-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.footer-50th {
    padding-bottom: 60px
}

.footer-50th .footer-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.footer-50th .footer-sns .footer-sns-item {
    padding: 10px
}

.footer-50th .footer-sns .footer-sns-item .footer-sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px
}

.footer-50th .footer-sns .footer-sns-item .footer-sns-link img {
    width: 30px;
    height: auto
}

.footer-50th .footer-sns .footer-sns-item .footer-sns-link:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%)
}

@media screen and (max-width: 576px) {
    .footer-50th .footer-sns .footer-sns-item .footer-sns-link:hover {
        -webkit-filter:brightness(100%);
        filter: brightness(100%)
    }
}

.footer-50th .footer-copyright {
    text-align: center;
    font-size: 0.875rem
}
