@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
    background: #f2f2f2;
    
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 62.5%;
    letter-spacing: 0.04em;
	line-height: 1.8em;
	color: #000;
    
    overflow-x: hidden;
    
    -webkit-font-smoothing: antialiased;
    
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span, figure, article {
    box-sizing: border-box;
}
* img {
    width: 100%;
    height: auto;
    display: block;
}

body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track-piece {
    background-color: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #f2f2f2;

    border: 2px solid transparent;
    border-radius: 20px;
    background-clip: content-box;
}
html {
    scrollbar-color: #f2f2f2 #000;
    scrollbar-width: 12px;
}
::selection      { background: #fcff0e; color: #000; }
::-moz-selection { background: #fcff0e; color: #000; }





/* --- C O M M O N --- */

.YT {
    display: none;
}




/* --- L O A D I N G --- */

.OP {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
}
.OP.fstacc div {
    animation: none;
}
.OP div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    mask-image: linear-gradient(black, black);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    mask-position: right top;
    
    will-change: mask-size, animation;
    animation-name: LD1;
    animation-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
    animation-fill-mode: forwards;
}
.OP.close div {
    mask-size: 0 100%;
    animation-name: LD2;
}
.OP.close .opbg-1 {
    animation-duration: 0.65s;
    animation-delay: 0;
}
.OP.close .opbg-2 {
    display: none;
}
.opbg-1 {
    background: #000;
    z-index: 2;

    animation-duration: 1.0s;
    animation-delay: 0.2s;
}
.opbg-2 {
    background: #00c9cb;
    z-index: 1;
    animation-duration: 1.8s;
    animation-delay: 0.7s;
}
.OP div::before {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bg-grg_wt.webp") repeat left top fixed;
    background-size: 1200px auto;
}
.opbg-1::before {
    opacity: 0.1;
}
.opbg-2::before {
    opacity: 0.2;
}
.OP div span {
    width: 17%;
    height: auto;
    display: block;
    margin: 0;
    pointer-events: none;
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.opbg-1 span {
    background: url("../img/ld-logo_cl.webp") no-repeat center center;
    background-size: 100% auto;
}
.opbg-2 span {
    background: url("../img/ld-logo_wt.webp") no-repeat center center;
    background-size: 100% auto;
}
#EN .opbg-1 span {
    background: url("../img/ld-logo_cl_en.webp") no-repeat center center;
    background-size: 100% auto;
}
#EN .opbg-2 span {
    background: url("../img/ld-logo_wt_en.webp") no-repeat center center;
    background-size: 100% auto;
}
.opbg-1 span::after, .opbg-2 span::after {
    content: "";
    display: block;
    padding-bottom: 120%;
}

@keyframes LD1 {
    0%   { mask-size: 100% 100%; }
    99%  { mask-size:    0 100%; }
    100% { mask-size:    0 100%; display: none; }
}
@keyframes LD2 {
    0%   { mask-size:    0 100%; display: block; }
    1%   { mask-size:    0 100%; }
    100% { mask-size: 100% 100%; }
}






/* --- B A C K G R O U N D --- */

.bg-ylw {
    background: #f2f50b;
    position: relative;
}
.bg-ylw::before {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-grg.webp") repeat fixed;
    background-size: 1000px auto;
    pointer-events: none;
    opacity: 0.04;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.bg-line {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.bg-line::before, .bg-line::after {
    content: "";
    display: block;
    margin: 0;
    width: 35px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
}
.bg-line::before {
    left: 0;
}
.bg-line::after {
    right: 0;
}

.top-wrap .dc-line {
    width: max(33%,350px);
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 0; /*ST 150px*/
    left: 0;
    pointer-events: none;
    z-index: -2;
    
    background: url("../img/dc-line_01.webp") no-repeat left top;
    background-size: 100% auto;
}
.top-wrap .dc-line::after {
    content: "";
    display: block;
    padding-bottom: 348%;
}
.dc-cl {
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    z-index: -2;
    pointer-events: none;
}
.dc-cl::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.dc-cl.cl01 {
    background: url("../img/dc-cl_01.webp") no-repeat center center;
    background-size: contain;
}
.dc-cl.cl02 {
    background: url("../img/dc-cl_02.webp") no-repeat center center;
    background-size: contain;
}
.dc-cl.cl03 {
    background: url("../img/dc-cl_03.webp") no-repeat center center;
    background-size: contain;
}
.dc-cl.cl04 {
    background: url("../img/dc-cl_04.webp") no-repeat center center;
    background-size: contain;
}

.top-wrap .dc-cl.cl03 {
    width: 5%;
    top: 4%;
    left: 24%;
}
.top-wrap .dc-cl.cl02 {
    width: 15%;
    top: 38%;
    left: 0%;
}
.top-wrap .dc-cl.cl01 {
    width: 35%;
    top: 52%;
    right: -10%;
}

#gr-zone {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.bg-gry {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
    pointer-events: none;
    overflow: hidden;
    
    background: #f2f2f2;
}
.bg-gry::before {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg-grg.webp") repeat fixed;
    background-size: 1000px auto;
    pointer-events: none;
    opacity: 0.04;
    
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.bg-gryLN-1 {
    width: 70%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: -8%;
    right: 0;
    background: url("../img/dc-line_02.webp") no-repeat right top;
    background-size: 100% auto;
    z-index: -4;
}
.bg-gryLN-1::before {
    content: "";
    display: block;
    padding-bottom: 118.25%;
}
.bg-gryLN-2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 45%;
    right: 0;
    background: url("../img/dc-line_clr.webp") no-repeat left top;
    background-size: 100% auto;
    z-index: -3;
}
.bg-gryLN-2::before {
    content: "";
    display: block;
    padding-bottom: 58.2%;
}

.bg-SCtxt {
    width: calc(100% * 3);
    height: 300px;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    pointer-events: none;
    
    mask-image: url("../img/bgtxt-mask.webp");
    mask-repeat: repeat-x;
    mask-position: left top;
    mask-size: auto 100%;

    will-change: transform;
    animation: none;
}
.bg-SCtxt::before {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    
    background: url("../img/bgtxt-line.webp") repeat-x left top;
    background-size: auto 100%;
}
.bg-SCtxt figure {
    width: 100vw;
    height: 300px;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bgtxt-pic.webp") repeat-x left top;
    background-size: cover;
    
    will-change: transform, animation;
    animation: none;
}
.bg-SCtxt.appr {
    animation: 30s SCtxt linear infinite;
}
.bg-SCtxt.appr figure {
    animation: 30s SCtxt-pic linear infinite;
}

@keyframes SCtxt {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-1151px); }
}
@keyframes SCtxt-pic {
    0%   { transform: translateX(0); }
    100% { transform: translateX(1151px); }
}
@keyframes SCtxt_sp {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-767px); }
}
@keyframes SCtxt-pic_sp {
    0%   { transform: translateX(0); }
    100% { transform: translateX(767px); }
}

.bg-gry .dc-cl.cl01 {
    width: 22%;
    top: 8%;
    left: 0%;
}
.bg-gry .dc-cl.cl02 {
    width: 6%;
    top: 4%;
    right: 13%;
}
.bg-gry .dc-cl.cl03 {
    width: 3%;
    bottom: 35%;
    right: 36%;
}





/* --- N A V  +   M E N U --- */

#nav {
    width: 100px;
    height: 100px;
    margin: 0;
    background: #fcff0e;
    border: 1px solid #000;
    border-radius: 50%;
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,1);
    cursor: pointer;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 20;
    
    will-change: transform;
    transition: all 1.0s cubic-bezier(0.18, 0.57, 0.27, 1) 1.0s;
	transform: translateX(120px);
}
#nav::before, #nav::after {
    content: "";
    display: block;
    margin: 0;
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
}
#nav::before { top:    6px; }
#nav::after  { bottom: 6px; }

#nav.appr {
    transform: translateX(0);
}
#nav p {
    width: 100%;
    height: auto;
    display: block;
    margin: -8px 0 8px 0;
    text-align: center;
    
    font-size: 1.12rem;
    font-family: gothiks, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
}
#nav div {
    width: 60px;
    height: 13px;
    display: block;
    margin: 0;
    position: relative;
    z-index: 20;
    pointer-events: none;
}
#nav div span {
    width: 100%;
    height: 3px;
    display: block;
    margin: 0;
    background: #000;
    border-radius: 5px;
    position: absolute;
    
    will-change: transform;
    transition: all 0.38s cubic-bezier(0, 0.6, 0.25, 1);
}
#nav div span:nth-of-type(1) {
	top: 0;
    left: 0;
    animation: 0.4s mnAni1B ease-out forwards alternate;
}
#nav div span:nth-of-type(2) {
	bottom: 0;
    left: 0;
    animation: 0.4s mnAni2B ease-out forwards alternate;
}
#nav div.active span:nth-of-type(1) {
	animation: 0.4s mnAni1A ease-out forwards alternate;
}
#nav div.active span:nth-of-type(2) {
    animation: 0.4s mnAni2A ease-out forwards alternate;
}

@keyframes mnAni1A {
    0%   { transform: translate(0,0); }
    25%  { transform: translate(0,5px); }
    50%  { transform: translate(0,5px); }
    80%  { transform: translate(0,5px) rotate(-17deg); }
    100% { transform: translate(0,5px) rotate(-17deg); }
}
@keyframes mnAni1B {
    0%   { transform: translate(0,5px) rotate(-17deg); }
    25%  { transform: translate(0,5px); }
    50%  { transform: translate(0,5px); }
    80%  { transform: translate(0,0); }
    100% { transform: translate(0,0); }
}
@keyframes mnAni2A {
    0%   { transform: translate(0,0); }
    25%  { transform: translate(0,-5px); }
    50%  { transform: translate(0,-5px); }
    80%  { transform: translate(0,-5px) rotate(17deg); }
    100% { transform: translate(0,-5px) rotate(17deg); }
}
@keyframes mnAni2B {
    0%   { transform: translate(0,-5px) rotate(17deg); }
    25%  { transform: translate(0,-5px); }
    50%  { transform: translate(0,-5px); }
    80%  { transform: translate(0,0); }
    100% { transform: translate(0,0); }
}

@keyframes mnAni1A_sp {
    0%   { transform: translate(0,0); }
    25%  { transform: translate(0,3px); }
    50%  { transform: translate(0,3px); }
    80%  { transform: translate(0,3px) rotate(-17deg); }
    100% { transform: translate(0,3px) rotate(-17deg); }
}
@keyframes mnAni1B_sp {
    0%   { transform: translate(0,3px) rotate(-17deg); }
    25%  { transform: translate(0,3px); }
    50%  { transform: translate(0,3px); }
    80%  { transform: translate(0,0); }
    100% { transform: translate(0,0); }
}
@keyframes mnAni2A_sp {
    0%   { transform: translate(0,0); }
    25%  { transform: translate(0,-3px); }
    50%  { transform: translate(0,-3px); }
    80%  { transform: translate(0,-3px) rotate(17deg); }
    100% { transform: translate(0,-3px) rotate(17deg); }
}
@keyframes mnAni2B_sp {
    0%   { transform: translate(0,-3px) rotate(17deg); }
    25%  { transform: translate(0,-3px); }
    50%  { transform: translate(0,-3px); }
    80%  { transform: translate(0,0); }
    100% { transform: translate(0,0); }
}

.menu-nav {
    width: 100%;
	height: 100vh;
    background: #00c9cb;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19;

    display: none;
}
.menu-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.menu-nav::before, .menu-nav::after {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
    
    will-change: transform, border;
    transition: all 1.2s cubic-bezier(0.18, 0.57, 0.27, 1);
}
.menu-nav::before {
    background: url("../img/bg-grg_wt.webp") repeat center center;
    background-size: 1500px auto;
    
    opacity: 0.2;
    transform: scale(1.3);
}
.menu-nav::after {
    border: 0px solid #fff;
    transition-delay: 0.4s;
}
.menu-nav.active::before {
    transform: scale(1);
}
.menu-nav.active::after {
    border-width: 35px;
}

.menu-wrap .dc-line {
    width: 30%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    
    background: url("../img/dc-line_mnR.webp") no-repeat left top;
    background-size: 100% auto;
    
    will-change: transform;
    transition: all 1.6s cubic-bezier(0.18, 0.57, 0.27, 1);
    transform: scale(1.3) translateY(-10%);
}
.menu-wrap .dc-line::after {
    content: "";
    display: block;
    padding-bottom: 76.3%;
}
.menu-nav.active .menu-wrap .dc-line {
    transform: scale(1) translateY(0);
}

.menu-wrap section {
    width: 100%;
    height: auto;
    margin: 0;
    z-index: 1;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.menu-wrap section figure {
    width: 45%;
    height: auto;
    margin: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    will-change: transform, opacity;
	animation: mn-TL_in 1.4s cubic-bezier(0.18, 0.57, 0.27, 1) forwards;
}
.menu-wrap section figure span {
    width: 35%;
    height: auto;
    display: block;
    margin: 0 -30% 0 0;
}
.menu {
    width: 55%;
    height: auto;
    display: block;
    margin: 0;
    padding-right: 45px;
}
.menu div {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 6px 0;
    
    will-change: transform, opacity;
	opacity: 0;
	animation: mn-MNA_in 1.2s cubic-bezier(0.15, 1.8, 0.3, 1) forwards;
}
.menu div:nth-last-of-type(1) {
    margin: 0;
}
.menu div:nth-of-type(1) { animation-delay: 0.3s; }
.menu div:nth-of-type(2) { animation-delay: 0.4s; }
.menu div:nth-of-type(3) { animation-delay: 0.5s; }
.menu div:nth-of-type(4) { animation-delay: 0.6s; }
.menu div:nth-of-type(5) { animation-delay: 0.7s; }
.menu div:nth-of-type(6) { animation-delay: 0.8s; }
.menu div:nth-of-type(7) { animation-delay: 0.9s; }
.menu div:nth-of-type(8) { animation-delay: 1.0s; }
.menu div:nth-of-type(9) { animation-delay: 1.1s; }
.menu div:nth-of-type(10){ animation-delay: 1.2s; }

.menu div span {
    display: inline-block;
    margin: 0;
}
.menu div span p, .menu div span b {
    width: auto;
    height: auto;
    display: block;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
}
.menu div span p {
    margin: 0 0 0.1em 0;
    position: relative;
    
    font-size: 4.0rem;
    font-family: aptly-rust, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #fff;
}
.menu div span p::before {
    content: "";
    display: block;
    margin: -4px 0 0 0;
    width: 18px;
    height: 18px;
    background: url("../img/arw-R_wt.png") no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -30px;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
    opacity: 0;
    transform: translateX(-8px);
}
.menu div span b {
    margin: 0;
    
    font-size: 0.9rem;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1em;
    color: #fff;
}
.menu div a:hover span p {
    transform: translateX(5px);
}
.menu div a:hover span b {
    transform: translateX(5px);
    transition-delay: 0.1s;
}
.menu div a:hover span p::before {
    transform: translateX(0);
    opacity: 1;
}

.submenu {
    width: 55%;
    height: auto;
    margin: 50px 0 0 45%;
    padding-right: 45px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    will-change: transform, opacity;
	opacity: 0;
	animation: mn-SNS_in 1.0s cubic-bezier(0.18, 0.57, 0.27, 1) forwards 0.8s;
}
.submenu section:nth-of-type(1) {
    width: auto;
    height: auto;
    margin: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.submenu section:nth-of-type(1) div {
    display: inline-block;
    margin: 0 0 0 30px;
    position: relative;
}
.submenu section:nth-of-type(1) div:nth-last-of-type(1)::before {
    content: "";
    display: block;
    margin: 0;
    width: 1px;
    height: 14px;
    background: #fff;
    position: absolute;
    left: -15px;
    top: 1px;
}
.submenu section:nth-of-type(1) div span {
    display: inline-block;
    margin: 0;
    position: relative;
    
    font-size: 1.1rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1em;
}
.submenu section:nth-of-type(1) div span p {
    display: inline-block;
    margin: 0;
    color: #fff;
    opacity: 0.5;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.submenu section:nth-of-type(1) div:nth-of-type(1) span::before {
    content: "\f0ac";
    display: inline-block;
    margin: 0;
    font: var(--fa-font-solid);
    position: absolute;
    left: -1.5em;
    top: -0.15em;
    font-size: 1.5em;
    line-height: 1em;
    color: #fff;
}
.submenu section:nth-of-type(1) div span::after {
    content: "";
    display: block;
    margin: 0 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url("../img/arw-D_wt.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -18px;
    left: 50%;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
    opacity: 0.5;
}
.submenu section:nth-of-type(1) div a span p, .submenu section:nth-of-type(1) div a span::after {
    opacity: 1;
}
.submenu section:nth-of-type(1) div a span::after {
    opacity: 0;
    transform: translateY(-2px);
}
.submenu section:nth-of-type(1) div a:hover span p {
    transform: translateY(2px);
}
.submenu section:nth-of-type(1) div a:hover span::after {
    opacity: 1;
    transform: translateY(3px);
}

.submenu section:nth-of-type(2) {
    width: auto;
    height: auto;
    margin: -2px 0 0 30px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.submenu section:nth-of-type(2) div {
    display: inline-block;
    margin: 0;
    position: relative;
    
    font-size: 1.1rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1em;
    color: #fff;
}
.submenu section:nth-of-type(2) div p {
    display: inline-block;
    margin: 0;
}
.submenu section:nth-of-type(2) div i {
    display: inline-block;
    margin: -0.1em 0 0 0.5em;
    
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 1em;
    color: #fff;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.submenu section:nth-of-type(2) div a:hover i {
    transform: scale(1.12);
}

@keyframes mn-TL_in {
    0%   { transform: scale(1.4) translateX(-15%); }
    100% { transform: scale(1)   translateX(0); }
}
@keyframes mn-TL_in_sp {
    0%   { transform: scale(1.5); }
    100% { transform: scale(1)  ; }
}
@keyframes mn-MNA_in {
    0%   { transform: translateX(50px); opacity: 0; }
    100% { transform: translateX(0);    opacity: 1; }
}
@keyframes mn-SNS_in {
    0%   { transform: translateY(30px); opacity: 0; }
    100% { transform: translateY(0);    opacity: 1; }
}








/* --- T O P --- */

.top-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
.top-PIC {
    width: calc(100% - max(33%,350px));
    height: auto;
    margin: 0 0 50px 0;  /* KVが複数になったら 0 に */
    display: block;
    position: relative;
    
    will-change: transform;
    transition: all 1.4s cubic-bezier(0.1, 0.6, 0.3, 1) 0.6s;
	transform: translateX(-200px);
}
.top-PIC.appr {
	transform: translateX(0);
}
.top-PIC figure {
    width: calc(100% + 7%);
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/kvsdw.webp") no-repeat right top;
    background-size: 100% 100%;
    pointer-events: none;
    opacity: 0.9;
    z-index: 1;
}
.top-PIC figure::before {
    content: "";
    display: block;
    padding-bottom: 139.2%;
}
.swiper_TP {
    z-index: 2;
}
.tp-KV {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.tp-KV::before {
    content: "";
    display: block;
    padding-bottom: 141.4%;
}
.tp-KV article {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-KV article p {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    
    will-change: transform;
    transform-origin: right center;
}

.tp-KV.kv1 article p {
    background: url("../img/kv_01.jpg") no-repeat left top;
    background-size: 100% auto;
}
/*
.tp-KV.kv2 article p {
    background: url("../img/kv_02.jpg") no-repeat left top;
    background-size: 100% auto;
}
.tp-KV.kv3 article p {
    background: url("../img/kv_03.jpg") no-repeat left top;
    background-size: 100% auto;
}
.tp-KV.kv4 article p {
    background: url("../img/kv_04.jpg") no-repeat left top;
    background-size: 100% auto;
}
*/

#EN .tp-KV.kv1 article p {
    background: url("../img/kv_01_en.jpg") no-repeat left top;
    background-size: 100% auto;
}
/*
#EN .tp-KV.kv2 article p {
    background: url("../img/kv_02.jpg") no-repeat left top;
    background-size: 100% auto;
}
#EN .tp-KV.kv3 article p {
    background: url("../img/kv_03.jpg") no-repeat left top;
    background-size: 100% auto;
}
#EN .tp-KV.kv4 article p {
    background: url("../img/kv_04.jpg") no-repeat left top;
    background-size: 100% auto;
}
*/

.top-PIC_thum {
    width: auto;
	height: auto;
	margin: -8px 0 0 0;
    position: relative;
	z-index: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.1, 0.6, 0.3, 1) 0.6s;
	transform: translate(200px,-40px);
    opacity: 0;
}
.top-PIC.appr .top-PIC_thum {
    transform: translate(0,0);
    opacity: 1;
}
.top-PIC_thum .swiper-thum_TP {
    overflow: visible !important;
}
.tpTHM {
    width: 100px;
	height: 100px;
	margin: 0 8px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	cursor: pointer;
	background: #000;
	border: 2px solid #fff;
	box-shadow: 0px 6px 0px 0px rgba(255,255,255,1);
}
.tpTHM,
.tpTHM img {
    will-change: filter;
    transition: all 0.2s ease-out;
}
.thumtxt {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.1, 0.6, 0.3, 1) 0.6s;
	transform: translate(200px,-40px);
    opacity: 0;
}
.top-PIC.appr .thumtxt {
    transform: translate(0,0);
    opacity: 1;
}
.thumtxt p {
    display: inline-block;
    margin: 0;
    
    font-size: 1.12rem;
    font-family: gothiks, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
}

.top-CNT {
    width: max(33%,350px);
    height: auto;
    margin: 0;
    padding-left: 35px;
    display: block;
    position: relative;
}
.top-CNT-wrap {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 20px 0 0;
    position: sticky;
    top: 0;
    left: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.dc-line_sp {
    display: none;
}

.tp-lang {
    width: 100%;
    height: auto;
    padding: 0 0 0 20px;
    margin: 25px 0 40px 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    
    will-change: transform;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1) 0.7s;
    transform: translateX(30px);
}
.top-CNT.appr .tp-lang {
    transform: translateX(0);
}
.tp-lang div {
    display: inline-block;
    margin: 0 0 0 24px;
    position: relative;
}
.tp-lang div:nth-last-of-type(1)::before {
    content: "";
    display: block;
    margin: 0;
    width: 1px;
    height: 12px;
    background: #000;
    position: absolute;
    left: -12px;
    top: 2px;
}
.tp-lang div span {
    display: inline-block;
    margin: 0;
    position: relative;
    
    font-size: 0.85rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1em;
}
.tp-lang div span p {
    display: inline-block;
    margin: 0;
    color: #000;
    opacity: 0.3;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.tp-lang div:nth-of-type(1) span::before {
    content: "\f0ac";
    display: inline-block;
    margin: 0;
    font: var(--fa-font-solid);
    position: absolute;
    left: -28px;
    top: -0.1em;
    font-size: 1.12em;
    line-height: 1em;
    color: #000;
}
.tp-lang div span::after {
    content: "";
    display: block;
    margin: 0 0 0 -4px;
    width: 8px;
    height: 8px;
    background: url("../img/arw-D_bl.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -13px;
    left: 50%;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
    opacity: 0.3;
}
.tp-lang div a span p, .tp-lang div a span::after {
    opacity: 1;
}
.tp-lang div a span::after {
    opacity: 0;
    transform: translateY(-2px);
}
.tp-lang div a:hover span p {
    transform: translateY(2px);
}
.tp-lang div a:hover span::after {
    opacity: 1;
    transform: translateY(3px);
}

.tp-title {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 0 10px 20px;
    display: block;
    position: relative;
    
    will-change: transform;
    transition: all 3.0s cubic-bezier(0.18, 0.57, 0.27, 1) 0.1s;
    transform: translateY(-30px);
}
.tp-title::before {
    content: "";
    display: block;
    padding-bottom: 28%;
}
.tp-title span {
    width: calc(100% + 45px);
    height: auto;
    display: block;
    margin: 0;
    
    position: absolute;
    right: 0;
    bottom: 0;
}
.tp-txt {
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 0 0 0 20px;
    display: block;
    
    will-change: transform;
    transition: all 3.0s cubic-bezier(0.18, 0.57, 0.27, 1) 0.1s;
    transform: translateY(30px);
}
.tp-txt span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.top-CNT.appr .tp-title, .top-CNT.appr .tp-txt {
    transform: translateY(0);
}

.ctg-line {
    width: 100%;
    height: auto;
    margin: 0;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.ctg-line article {
    width: 64px;
    height: 64px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
    box-shadow: 4px 0px 0px 0px rgba(0,0,0,1);
    z-index: 1;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    will-change: transform, opacity;
    transition: all 0.8s cubic-bezier(0.18, 0.57, 0.27, 1);
	transform: scale(1.2) translateX(60px);
    opacity: 0;
}
.ctg-line.ylw article { background: #fcff0e; }
.ctg-line.gly article { background: #fff; }

.ctg-line article::before, .ctg-line article::after {
    content: "";
    display: block;
    margin: 0 0 0 -2px;
    width: 4px;
    height: 4px;
    background: #000;
    position: absolute;
    left: 50%;
    border-radius: 50%;
}
.ctg-line article::before { top:    4px; }
.ctg-line article::after  { bottom: 4px; }

.ctg-line article i {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    
    font-size: 1rem;
    font-family: gothiks, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
    color: #000;
}
.ctg-line div {
    width: 1px;
    height: 3px;
    display: block;
    position: relative;
    margin: 0;
    background: url("../img/dot-line_bl.png") repeat-x center left;
    background-size: auto 100%;
    z-index: 0;
    
    will-change: transform, opacity;
    transition: all 1.5s cubic-bezier(0.18, 0.57, 0.27, 1) 0.3s;
    opacity: 0;
}
.ctg-line div::after {
    content: "";
    display: block;
    margin: -5px 0 0 0;
    width: 23px;
    height: 10px;
    background: url("../img/bullet.png") no-repeat right center;
    background-size: auto 100%;
    position: absolute;
    right: -23px;
    top: 50%;
}
.top-CNT .ctg-line {
    padding: 0 0 0 20px;
}
.top-CNT .ctg-line article {
    transition-delay: 0.5s;
}
.top-CNT .ctg-line div {
    transition-delay: 0.7s;
}
.top-CNT.appr .ctg-line article {
    transform: scale(1) translateX(0);
    opacity: 1;
}
.top-CNT.appr .ctg-line div {
    width: calc(100% - 64px - 23px);
    opacity: 1;
}

.tp-menu {
    width: 100%;
    height: auto;
    margin: 25px 0 10px 0;
    padding: 0 0 0 calc(15px + 20px);
    overflow: hidden;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tp-menu div {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 0 6px 0;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1) 0.35s;
	transform: translateX(-100%);
	opacity: 1;
}
.top-CNT.appr .tp-menu div {
    transform: translateX(0);
}
.tp-menu div:nth-of-type(even) {
    padding-left: 10px;
    transition-delay: 0.5s;
}
.tp-menu div span {
    display: inline-block;
    margin: 0;
}
.tp-menu div span p, .tp-menu div span b {
    width: auto;
    height: auto;
    display: block;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
}
.tp-menu div span p {
    margin: 0 0 0.1em 0;
    position: relative;
    
    font-size: 2.1rem;
    font-family: aptly-rust, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    line-height: 1em;
    color: #000;
}
.tp-menu div span p::before {
    content: "";
    display: block;
    margin: -4px 0 0 0;
    width: 10px;
    height: 10px;
    background: url("../img/arw-R_bl.png") no-repeat left center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -15px;
    
    will-change: transform, opacity;
    transition: all 0.18s ease-in-out;
    opacity: 0;
    transform: translateX(-4px);
}
.tp-menu div span b {
    margin: 0;
    
    font-size: 0.9rem;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.25em;
    line-height: 1em;
    color: #fff;
    
    -webkit-text-stroke: 0.03em #000;
    text-stroke: 0.03em #000;
    /*paint-order: stroke;*/
    
    filter: drop-shadow(0.12em 0.12em 0 rgba(0,0,0,1));
}
.tp-menu div a:hover span p {
    transform: translateX(5px);
}
.tp-menu div a:hover span b {
    transform: translateX(5px);
    transition-delay: 0.1s;
}
.tp-menu div a:hover span p::before {
    transform: translateX(0);
    opacity: 1;
}

.tp-sns {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 30px 0 10px calc(15px + 20px);
    overflow: hidden;
}
.tp-sns p {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
    
    font-size: 1.12rem;
    font-family: gothiks, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
    color: #000;
    
    will-change: transform, opacity;
    transition: all 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
    transform: translateX(-100%);
}
.tp-sns section {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    
    will-change: transform, opacity;
    transition: all 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.9s;
    transform: translateX(-100%);
}
.top-CNT.appr .tp-sns p, .top-CNT.appr .tp-sns section {
    transform: translateX(0);
}
.tp-sns section div {
    display: inline-block;
    margin: 0 12px 0 0;
}
.tp-sns section div span {
    width: 38px;
    height: 38px;
    margin: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    background: #000;
    border-radius: 50%;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.tp-sns section div span i {
    display: inline-block;
    margin: 0;
    color: #fff;
    
    font-size: 1.72rem;
    letter-spacing: 0;
    line-height: 1em;
    
    transition: all 0.18s ease-in-out;
}
.tp-sns section div a:hover span {
    transform: scale(1.08);
}
.tp-sns section div a:hover span i {
    color: #fcff0e;
}
.tp-sns section article {
    width: 140px;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: -60px;
    left: 80px;
    background: url("../img/dc-flw.webp") no-repeat left top;
    background-size: contain;
}
.tp-sns section article::after {
    content: "";
    display: block;
    padding-bottom: 30.8%;
}
.tp-sns section.EN article {
    left: 140px;
}






/* --- L O G O  +  S I D E --- */

.logoLT {
    width: max(11%,140px);
    height: auto;
    display: block;
    margin: 0;
    position: fixed;
    top: 15px;
    left: 15px;
    
    z-index: 5;
}
.logoLT span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    background: url("../img/logo-vt_sd.webp") no-repeat center center;
    background-size: contain;
}
#EN .logoLT span {
    background: url("../img/logo-vt_sd_en.webp") no-repeat center center;
    background-size: contain;
}
.logoLT span::after {
    content: "";
    display: block;
    padding-bottom: 120.6%;
}
.logoLT a span {
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.logoLT a:hover span {
    transform: scale(0.98);
}

.Rside, .Lside {
    width: 15px;
    height: auto;
    display: block; 
    margin: 0;
    position: fixed;
    bottom: 50px;
    z-index: 6;
}
.Rside { right: 50px; }
.Lside { left:  50px; }

.Rside div {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
}
.Rside div:nth-of-type(1) {
    margin: 0 0 32px 0;
}
.Rside div:nth-of-type(1)::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #000;
    
    position: absolute;
    bottom: -16px;
    left: 0;
}
.Rside div, .Rside div span {
    width: 100%;
    height: auto;
    margin: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Rside div span {
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.Rside div:nth-of-type(1) a:hover span {
    transform: translateY(-3px);
}
.Rside div:nth-of-type(2) a:hover span {
    transform: translateY(3px);
}
.Rside div i {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.Rside div:nth-of-type(1) i {
    margin: 0 0 10px 0;
    background: url("../img/arw-U_bl.png") no-repeat center center;
    background-size: contain;
}
.Rside div:nth-of-type(2) i {
    margin: 10px 0 0 0;
    background: url("../img/arw-D_bl.png") no-repeat center center;
    background-size: contain;
}
.Rside div i::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.Rside div p, .Lside div p {
    display: inline-block;
    margin: 0;
    
    font-size: 0.9rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #000;
    
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.Lside div {
    width: 100%;
    height: auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    margin: 0;
    position: relative;
}
.Lside div span {
    width: 24px;
    height: 24px;
    margin: 10px 0 0 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 1em;
    
    border-radius: 50%;
    background: #000;
    color: #fff;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.Lside div span i {
    display: inline-block;
    margin: 0;
}
.Lside div :hover span {
    transform: scale(1.05);
    color: #fcff0e;
}
.scrD {
    width: 120px;
    height: auto;
    display: block;
    margin: 0;
    pointer-events: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
    background: url("../img/dc-scr.webp") no-repeat center center;
    background-size: contain;
    z-index: 2;
    
    will-change: transform, opacity;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.scrD::after {
    content: "";
    display: block;
    padding-bottom: 84%;
}
.scrD.fade {
    opacity: 0;
    transform: translateY(20px);
}




/* --- C O N T E N T S --- */

.cont-wrap {
    width: calc(100% - 70px);
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 80px 0 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.cont-main {
    width: calc(100% - (max(11%,140px))*2); /* logoLT width */
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.cttl {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cttl span {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
}
.cttl span h1, .cttl span b {
    display: inline-block;
    margin: 0;
    position: relative;
    
    font-size: 5.2rem;
    font-family: aptly-rust, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    line-height: 1em;
}
.cttl span h1 {
    z-index: 1;
    
    will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.15, 1.8, 0.3, 1);
	transform: translateY(60px);
	opacity: 0;
}
.cttl.appr span h1 {
    transform: translateY(0);
	opacity: 1;
}
.cttl span b {
    position: absolute;
    top: -0.25em;
    left: 0.35em;
    z-index: -1;
    color: #fff;
    
    will-change: transform, opacity;
    transition: all 1.5s cubic-bezier(0.15, 1.8, 0.3, 1) 0.1s;
	transform: rotate(19deg);
    transform-origin: bottom left;
	opacity: 0;
}
.cttl.appr span b {
    transform: rotate(-9deg);
	opacity: 1;
}
.cttl span h1::before, .cttl span b::before {
    content: "";
    display: block;
    margin: 0.1em 0 0 0;
    width: 0.8em;
    height: 0.8em;
}
.cttl span h1::before {
    background: url("../img/logo-kb.webp") no-repeat top center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -0.9em;
    
    will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.15, 1.8, 0.3, 1);
	transform: translate(-30px,-60px);
	opacity: 0;
}
.cttl.appr span h1::before {
    transform: translate(0,0);
	opacity: 1;
}
.cttl span b::before {
    background: url("../img/logo-kb_wt.webp") no-repeat top center;
    background-size: contain;
    pointer-events: none;
    
    position: absolute;
    top: -0.55em;
    left: 0;
}
.cttl span h1 span.PNK { color: #ff487c; display: inline; }
.cttl span h1 span.BLU { color: #00c9cb; display: inline; }
.cttl span h1 span.YLW { color: #fcff0e; display: inline; }

.ctft-grd, .cttp-grd {
    width: 100%;
    height: 200px;
    display: block;
    margin: 0;
    position: relative; 
}
.cttp-grd.blu {
    background: url("../img/dot-grdT_bl.png") repeat-x left top;
    background-size: auto 100%;
}
.cttp-grd.ylw {
    background: url("../img/dot-grdT_yl.png") repeat-x left top;
    background-size: auto 100%;
}
.cttp-grd.lbl {
    background: url("../img/dot-grdT_lb.png") repeat-x left top;
    background-size: auto 100%;
}
.ctft-grd.blu {
    background: url("../img/dot-grdB_bl.png") repeat-x left top;
    background-size: auto 100%;
}
.ctft-grd.ylw {
    background: url("../img/dot-grdB_yl.png") repeat-x left top;
    background-size: auto 100%;
}
.ctft-grd.lbl {
    background: url("../img/dot-grdB_lb.png") repeat-x left top;
    background-size: auto 100%;
}

.cttp-grd.ftgrd {
    z-index: 5;
}

.BXtxt {
    width: 100%;
    height: auto;
    display: block;
}
.BXtxt i {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.25em 0.1em 0.3em;
    border-radius: 4px;
    
    font-size: 1.4rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1em;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.15, 1.8, 0.3, 1);
	opacity: 0;
}
.BXtxt i:nth-of-type(odd) {
    transform: rotate(90deg) translateY(60px);
}
.BXtxt i:nth-of-type(even) {
    transform: rotate(-90deg) translateY(60px);
}
.BXtxt.appr i:nth-of-type(odd) {
    transform: rotate(10deg) translateY(0);
    opacity: 1;
}
.BXtxt.appr i:nth-of-type(even) {
    transform: rotate(-10deg) translateY(0);
    opacity: 1;
}




/* ---------   S W I P E R   --------- */

.swiper-pagination.MVpgn {
    bottom: -15px;
}
.MVpgn > .swiper-pagination-bullet {
	width: 70px;
	height: 8px;
    margin: 0 6px !important;
	border: 1px solid #000;
    background: #fcff0e;
    border-radius: 10px;
    outline: none;
	opacity: 1;
    transition: all 0.18s ease-in-out;
}
.MVpgn > .swiper-pagination-bullet-active {
    background: #000;;
}

.MV-prev, .MV-next {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;

	will-change: transform, opacity;
	transition: all 0.6s ease-out;
}
.MV-prev, .MV-next {
    bottom: 40px;
}
.MV-prev { left:  90px; box-shadow: 4px 0px 0px 0px rgba(0,0,0,1); }
.MV-next { right: 90px; box-shadow: -4px 0px 0px 0px rgba(0,0,0,1); }

.swBT {
    margin: 0;
}
.swBT div {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    
    background: #fcff0e;
    border: 1px solid #000;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.swBT div::before, .swBT div::after {
    content: "";
    display: block;
    margin: -2px 0 0 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 50%;
}
.swBT div::before { top:    6px; }
.swBT div::after  { bottom: 6px; }

.swBT p {
    display: inline-block;
    margin: 0;
    position: relative;
    
    font-size: 1.8rem;
    font-family: gothiks, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.swBT p::after {
    content: "";
    margin: -5px 0 0 0;
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    
    will-change: transform;
    transition: all 0.18s ease-in-out 0.15s;
}
.MV-prev.swBT p {
    margin-left: 15px;
}
.MV-prev.swBT p::after {
    left: -18px;
    background: url("../img/arw-L_bl.png") no-repeat center center;
    background-size: contain;
}
.MV-next.swBT p {
    margin-right: 15px;
}
.MV-next.swBT p::after {
    right: -18px;
    background: url("../img/arw-R_bl.png") no-repeat center center;
    background-size: contain;
}

.MV-next.swBT:hover p {
    transform: translateX(3px);
}
.MV-prev.swBT:hover p {
    transform: translateX(-3px);
}
.MV-next.swBT:hover p::after {
    transform: translateX(2px);
}
.MV-prev.swBT:hover p::after {
    transform: translateX(-2px);
}






/* --- M O V I E --- */

.cont-wrap#movie {
    width: 100%;
    padding-top: 100px;
}
.movie-main {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: relative;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1);
	transform: translateY(80px);
	opacity: 0;
}
.movie-main.appr {
    transform: translateY(0);
	opacity: 1;
}
.movie-main::after {
    content: "";
    display: block;
    margin: 0 0 0 -200px;
    width: 400px;
    height: 400px;
    position: absolute;
    left: 50%;
    bottom: -120px;
    background: url("../img/dotCL_01.png") no-repeat center center;
    background-size: contain;
}
.movie-main section {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    pointer-events: none;
	z-index: 0;
}
.movie-main section::before {
    content: "";
    display: block;
    padding-bottom: 35%;
}
.movie-main section article {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1;
    border-bottom: 15px solid #fff;
}
.movie-main section article p,
.movie-main section article b {
    width: 250px;
    height: 100%;
    display: block;
    margin: 0 0 0 -125px;
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: auto;
	z-index: 2;
    
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.movie-main section article p::after {
    content: "";
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/playBT_base.png") no-repeat center center;
    background-size: 100% auto;
    
    animation: rot 23s linear infinite;
}
.movie-main section article b {
    background: url("../img/playBT_play.png") no-repeat center center;
    background-size: 100% auto;
}

@keyframes rot {
    from { transform: rotate(0); }
    to   { transform: rotate(359deg); }
}

.movie-main section span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index: -1;
    
    will-change: transform;
    transition: all 0.38s ease-in-out;
}

.movie-main section article a:hover p {
    transform: scale(0.95);
}
.movie-main section:hover span {
    transform: scale(1.02) translate(-49%,-49%);
}
.movie-main section article a:hover b {
    transform: scale(1.05);
}

.movie-main h6 {
    width: 100%;
	height: 80px;
	margin: 0;
	pointer-events: none;
	box-sizing: border-box;
	text-align: center;
	z-index: 1;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
    font-size: 1.8rem;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 1em;
    color: #fff;
    
    -webkit-text-stroke: 0.03em #000;
    text-stroke: 0.03em #000;
    filter: drop-shadow(0.08em 0.08em 0 rgba(0,0,0,1));
}
#EN .movie-main h6 {
    font-size: 2.3rem;
    font-family: aptly, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0em;
    
    -webkit-text-stroke: 0.015em #000;
    text-stroke: 0.015em #000;
    filter: drop-shadow(0.06em 0.06em 0 rgba(0,0,0,1));
}






/* --- S T O R Y --- */

#story .BXtxt {
    text-align: center;
    margin: 0 0 50px 0;
}
#story .BXtxt i {
    background: #000;
    color: #fff;
}
#story .BXtxt i:nth-of-type(odd) {
    box-shadow: 1px 4px 0px 0px #00c9cb;
}
#story .BXtxt i:nth-of-type(even) {
    box-shadow: -1px 4px 0px 0px #00c9cb;
}
#story p {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    
    font-size: 1.2rem;
    font-family: vdl-logona, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    line-height: 2.2em;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1);
	transform: translateY(80px);
	opacity: 0;
}
#EN #story p {
    font-size: 1.3rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 2.0em;
}
#story p.appr {
    transform: translateY(0);
	opacity: 1;
}
#story p b {
    display: inline-block;
    margin: 0 0.5em 0 0;
    
    font-size: 1.35em;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #fff;
    
    -webkit-text-stroke: 0.03em #000;
    text-stroke: 0.03em #000;
    filter: drop-shadow(0.10em 0.10em 0 rgba(0,0,0,1));
}
#EN #story p b {
    font-size: 1.5em;
    font-family: aptly, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0;
    
    -webkit-text-stroke: 0.015em #000;
    text-stroke: 0.015em #000;
    filter: drop-shadow(0.06em 0.06em 0 rgba(0,0,0,1));
}
#story p rt {
    transform: translateY(-1em);
}
#story p i {
    width: 3em;
    height: 1px;
    margin: 0 0 0 0.2em;
    background: #000;
    display: inline-block;
    transform: translateY(-0.3em);
}





/* --- C O M M E N T --- */

.cmt {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
#comment .BXtxt {
    margin: 0 0 20px 0;
}
#comment .BXtxt i {
    background: #ce3090;
    color: #fff;
}
#comment .BXtxt i:nth-of-type(odd) {
    box-shadow: 1px 4px 0px 0px #00c9cb;
}
#comment .BXtxt i:nth-of-type(even) {
    box-shadow: -1px 4px 0px 0px #00c9cb;
}
.cmt h2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    
    font-size: 3.5rem;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 0.03em;
    line-height: 1em;
    color: #fff;
    
    -webkit-text-stroke: 0.017em #000;
    text-stroke: 0.017em #000;
    filter: drop-shadow(0.04em 0.04em 0 rgba(0,0,0,1));
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.15, 1.8, 0.3, 1);
	transform: translateX(80px);
	opacity: 0;
}
.cmt.appr h2 {
    transform: translateX(0);
	opacity: 1;
}
.cmt h3 {
    width: 100%;
    height: auto;
    display: block;
    margin: 1em 0 0 0;
    
    font-size: 0.85rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.5em;
    line-height: 1em;
    color: #ae4183;
    
    will-change: transform, opacity;
    transition: all 0.9s cubic-bezier(0.18, 0.57, 0.27, 1) 0.4s;
	transform: translateY(20px);
	opacity: 0;
}
.cmt.appr h3 {
    transform: translateY(0);
	opacity: 1;
}
#EN .cmt h3 {
    margin: 0 0 1em 0;
    font-size: 1rem;
    letter-spacing: 0.3em;
}
#EN .cmt h2 {
    font-size: 3.8rem;
    font-family: aptly, sans-serif;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -0.01em;
    
    -webkit-text-stroke: 0.014em #000;
    text-stroke: 0.014em #000;
    filter: drop-shadow(0.04em 0.04em 0 rgba(0,0,0,1));
}

#comment .ctg-line {
    margin: 25px 0 20px 0;
}
.cmt p {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    
    font-size: 1.05rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2.0em;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1);
	transform: translateY(80px);
	opacity: 0;
}
.cmt.appr .ctg-line article {
    transform: scale(1) translateX(0);
    opacity: 1;
}
.cmt.appr .ctg-line div {
    width: calc(100% - 64px - 23px);
    opacity: 1;
}
.cmt.appr p {
    transform: translateY(0);
	opacity: 1;
}





/* --- C O M I C --- */

#comic.cont-wrap {
    background: #86d7da;
    padding: 80px 0 0 0;
}
#comic.cont-wrap::after {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/bg-grg_wt.webp") repeat top center fixed;
    background-size: 1200px auto;
    opacity: 0.3;
    pointer-events: none;
    z-index: -1;
}
#comic .cttp-grd {
    width: calc(100% + 70px);
    margin-left: -35px;
}
#comic .BXtxt {
    text-align: center;
    margin: 0 0 50px 0;
}
#comic .BXtxt i {
    background: #000;
    color: #fff;
}
#comic .BXtxt i:nth-of-type(odd) {
    box-shadow: 1px 4px 0px 0px #00c9cb;
}
#comic .BXtxt i:nth-of-type(even) {
    box-shadow: -1px 4px 0px 0px #00c9cb;
}
#comic .cont-main {
    margin-bottom: 100px;
}

.comic-wrap {
    width: 80%;
    height: auto;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.comic-wrap article {
    width: 45%;
    height: auto;
    display: block;
    margin: 0;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.15, 1.8, 0.3, 1);
	transform: translateX(-50px);
	opacity: 0;
}
.comic-wrap.appr article {
    transform: translateX(0);
	opacity: 1;
}
.comic-wrap article span {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    border: 4px solid #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.3);
}
.comic-wrap article b {
    width: 100%;
    height: auto;
    display: block;
    margin: 0.7em 0 0 0;
    
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    color: #000;
}
.comic-wrap section {
    width: 55%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0 0 0 50px;
    position: relative;
    
    will-change: transform, opacity;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1);
	transform: translateY(80px);
	opacity: 0;
}
.comic-wrap.appr section {
    transform: translateY(0);
	opacity: 1;
}
.comic-wrap section::after {
    content: "";
    display: block;
    margin: 0;
    width: 120%;
    height: 150%;
    background: url("../img/roughLN.webp") no-repeat top 20% center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: -1;
    opacity: 0.5;
}
#EN .comic-wrap section::after {
    width: 110%;
    height: 70%;
    background-position: center center;
    background-size: 100% 100%;
    top: 0;
    transform: translate(-50%,0);
}
.comic-wrap section > p {
    display: inline-block;
    margin: 0;
    
    font-size: 1.05rem;
    font-family: vdl-logona, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
    line-height: 2.2em;
}
.comic-wrap section > b {
    display: inline-block;
    margin: 2em 0 2.5em 0;
    
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 2.0em;
}
#EN .comic-wrap section > p {
    font-size: 1.1rem;
    font-family: korolev-rounded, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.02em;
    line-height: 1.9em;
}

.lnkBT {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.lnkBT span {
    width: 100%;
    height: 60px;
    margin: 0;
    background: #fcff0e;
    border: 1px solid #000;
    border-radius: 6px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,1);
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.lnkBT span > p {
    display: inline-block;
    margin: 0 0 0 -12px;
    position: relative;
    
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #000;
}
#EN .lnkBT span > p {
    letter-spacing: 0;
}
.lnkBT span > p::after {
    content: "";
    display: block;
    margin: -5px 0 0 0;
    width: 12px;
    height: 12px;
    background: url("../img/arw-R_bl.png") no-repeat left center;
    background-size: contain;
    position: absolute;
    right: -20px;
    top: 50%;
    
    will-change: transform;
    transition: all 0.18s ease-in-out;
}
.lnkBT a:hover span {
    background: #f2f50b;
    transform: translateY(2px);
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,1);
}
.lnkBT a:hover span > p::after {
    transform: translateX(3px);
}






/* --- F O O T E R --- */

footer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 80px 0;
    position: relative;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: -1;
}
footer::after {
    content: "";
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
footer.blu::after {
    background: url("../img/bg-grg_wt.webp") repeat top center fixed;
    background-size: 1000px auto;
    opacity: 0.2;
}
footer.ylw::after {
    background: url("../img/bg-grg.webp") repeat top center fixed;
    background-size: 1000px auto;
    opacity: 0.04;
}
footer article {
    width: max(300px,25%);
    height: auto;
    display: block;
    margin: 0 0 60px 0;
}
footer article::after {
    content: "";
    display: block;
    padding-bottom: 24.15%;
}
footer.blu {
    color: #fff;
    background: #00c9cb;
}
footer.ylw {
    color: #000;
    background: #f2f50b;
}
footer.blu article {
    background: url("../img/logo-hz_wt.png") no-repeat center center;
    background-size: contain;
}
footer.ylw article {
    background: url("../img/logo-hz.png") no-repeat center center;
    background-size: contain;
}
#EN footer.blu article {
    background: url("../img/logo-hz_wt_en.png") no-repeat center center;
    background-size: contain;
}
#EN footer.ylw article {
    background: url("../img/logo-hz_en.png") no-repeat center center;
    background-size: contain;
}
footer p {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0;
    
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.8em;
}
.ft-bill {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 60px 0;
}
.ft-bill span {
    width: max(260px,22%);
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
}
.ft-bill span::after {
    content: "";
    display: block;
    padding-bottom: 42.2%;
}
footer.blu .ft-bill span {
    background: url("../img/bill.png") no-repeat center center;
    background-size: 100% auto;
}
footer.ylw .ft-bill span {
    background: url("../img/bill.png") no-repeat center center;
    background-size: 100% auto;
}
#EN footer.blu .ft-bill span {
    background: url("../img/bill_en.png") no-repeat center center;
    background-size: 100% auto;
}
#EN footer.ylw .ft-bill span {
    background: url("../img/bill_en.png") no-repeat center center;
    background-size: 100% auto;
}
#EN .ft-bill span {
    width: max(350px,28%);
}
#EN .ft-bill span::after {
    content: "";
    display: block;
    padding-bottom: 27.3%;
}









/* --------- < 1180px over > --------- */

@media (min-width: 1180px) {

.tp-menu div {
    margin: 0 0 0.8vw 0;
}
.tp-menu div span p {
    font-size: 3.2vw;
    margin: 0 0 0.2vw 0;
}
.tp-menu div span b {
    font-size: 1.2vw;
}
.tp-sns section div {
    margin: 0 0.8vw 0 0;
}
.tp-sns section div span {
    width: 3.0vw;
    height: 3.0vw;
}
.tp-sns section div span i {
    font-size: 2.2vw;
}

}





/* --------- < 1000px > --------- */

@media (max-width: 1000px) {

.logoLT {
    width: 100px;
}
.movie-main section article p,
.movie-main section article b {
    width: 180px;
    margin: 0 0 0 -90px;
}

.cont-main {
    width: calc(100% - (100px * 2));
    padding: 0 20px;
}
.comic-wrap {
    width: 100%;
}

}






/* --------- < 850px > --------- */

@media (max-width: 850px) {

.OP, .menu-nav {
    height: 100dvh;
}
.menu-nav::before {
    background: url("../img/bg-grg_wt_sp.webp") repeat center center;
    background-size: 900px auto;
}
.OP div span {
    width: 25%;
}
.OP div::before {
    background: url("../img/bg-grg_wt_sp.webp") repeat left top fixed;
    background-size: 900px auto;
}
.bg-ylw::before {
    background: url("../img/bg-grg_sp.webp") repeat fixed;
    background-size: 900px auto;
}

.top-wrap {
    overflow: hidden;
}
.top-CNT {
    width: 100%;
    margin: 0;
    padding: 50px 0 0 0; /* KVが複数になったら 30px に */
    
    order: 2;
}
.top-PIC {
    width: 100%;
    margin: 0;
    
    order: 1;
    
    transition: none;
	transform:  none;
}
.tp-KV {
    will-change: transform;
    transition: all 5s cubic-bezier(0, 0.8, 0.4, 1);
	transform: scale(1.5);
}
.top-PIC.appr .tp-KV {
    transform: scale(1);
}
.top-PIC_thum {
    will-change: transform;
    transition: all 1.4s cubic-bezier(0.18, 0.57, 0.27, 1) 1s;
	transform: translate(0,-100%);
    opacity: 1;
}
.top-PIC.appr .top-PIC_thum {
    transform: translate(0,0);
}
.thumtxt {
    will-change: transform, opacity;
    transition: all 0.8s cubic-bezier(0.18, 0.57, 0.27, 1) 1.2s;
	transform: translate(0,15px);
    opacity: 0;
}
.top-PIC.appr .thumtxt {
    transform: translate(0,0);
    opacity: 1;
}
#movie.cont-wrap {
    order: 3;
}
.tp-lang, .top-CNT .ctg-line, .tp-menu, .tp-sns {
    display: none;
}
.top-CNT-wrap {
    padding: 0;
    position: inherit;
}
.tp-title {
    width: 75%;
    margin: 0 auto 10px auto;
}
.tp-title span {
    width: 100%;
}
.tp-txt {
    width: 50%;
    margin: 0 auto 10px auto;
    padding: 0;
}
.top-wrap .dc-line {
    display: none;
}
.top-CNT .dc-line_sp {
    width: 95%;
    height: auto;
    display: block;
    margin: 0;
    position: absolute;
    top: -34%;
    left: 0;
    pointer-events: none;
    z-index: -2;
    
    background: url("../img/dc-line_01sp.webp") no-repeat left top;
    background-size: 100% auto;
}
.top-CNT .dc-line_sp::after {
    content: "";
    display: block;
    padding-bottom: 60%;
}
.top-wrap .dc-cl.cl03 {
    width: 7%;
    top: 50%;
    left: 85%;
}
.top-wrap .dc-cl.cl02 {
    width: 20%;
    top: 67%;
    left: 1%;
}
.top-wrap .dc-cl.cl01 {
    width: 40%;
    top: 70%;
    right: -20%;
}

.cont-main {
    width: calc(100% - (100px * 2));
    padding: 0;
}
.cont-wrap#movie {
    padding-top: 70px;
}
.cont-wrap {
    padding: 60px 0 60px 0;
}
.cttl {
    margin: 0 0 40px 0;
}
.cttl span h1, .cttl span b {
    font-size: 4.2rem;
}
.ctft-grd, .cttp-grd {
    height: 160px;
}

.movie-main section::before {
    padding-bottom: 56.25%;
}
.MV-prev { left:  25px; }
.MV-next { right: 25px; }

.movie-main h6 {
    font-size: 1.6rem;
}
#EN .movie-main h6 {
    font-size: 2.0rem;
}

.BXtxt i {
    font-size: 1.2rem;
}

#story .BXtxt {
    margin: 0 0 40px 0;
}
#story p {
    font-size: 1.0rem;
}
#EN #story p {
    font-size: 1.1rem;
}

.cmt h2 {
    font-size: 3.0rem;
    filter: drop-shadow(0.06em 0.06em 0 rgba(0,0,0,1));
}
.cmt h3 {
    font-size: 0.8rem;
}
#EN .cmt h2 {
    font-size: 3.0rem;
    filter: drop-shadow(0.05em 0.05em 0 rgba(0,0,0,1));
}
#EN .cmt h3 {
    margin: 0 0 0.8em 0;
}
.cmt p {
    font-size: 1.0rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 2.0em;
}

#comic.cont-wrap::after {
    background: url("../img/bg-grg_wt_sp.webp") repeat top center fixed;
    background-size: 900px auto;
}
#comic .BXtxt {
    margin: 0 0 40px 0;
}
.comic-wrap article {
    width: 100%;
    margin: 0 0 40px 0;
}
.comic-wrap article span {
    width: 70%;
    margin: 0 auto;
}
.comic-wrap section {
    width: 100%;
    padding: 0;
}
.comic-wrap section > p {
    font-size: 1.0rem;
    line-height: 2.0em;
}
.comic-wrap section > b {
    margin: 2em 0 2.5em 0;
    
    font-size: 1.1rem;
}
.comic-wrap article b {
    text-align: center;
}
.menu-wrap .dc-line {
    width: 40%;
    top: -5%;
    right: 0;
}
.menu-wrap section figure span {
    width: 45%;
    margin: 0 -15% 0 0;
}
.menu div {
    margin: 0 0 6px 0;
}
.menu div span p {
    font-size: 3.2rem;
}
.menu div span p::before {
    margin: -4px 0 0 0;
    width: 14px;
    height: 14px;
    left: -24px;
}
.menu div span b {
    font-size: 0.8rem;
}

.submenu {
    width: auto;
    height: auto;
    margin: 60px auto 0 auto;
    padding-right: 0;
}
.submenu section:nth-of-type(1) div {
    margin: 0 0 0 30px;
}
.submenu section:nth-of-type(1) div span {
    font-size: 1.0rem;
}
.submenu section:nth-of-type(2) {
    margin: -2px 0 0 20px;
}
.submenu section:nth-of-type(2) div {
    font-size: 1.0rem;
}

.bg-gry::before {
    background: url("../img/bg-grg_sp.webp") repeat fixed;
    background-size: 900px auto;
}
.bg-SCtxt figure {
    background-position: top 50% right 25%;
}
.bg-gryLN-1 {
    width: 75%;
    top: 0%;
}
.bg-gryLN-2 {
    width: 120%;
    top: 40%;
    right: inherit;
    left: 0;
}
.bg-gry .dc-cl.cl01 {
    width: 30%;
    top: 1%;
    left: -3%;
}
.bg-gry .dc-cl.cl02 {
    width: 9%;
    top: 17%;
    right: 25%;
}
.bg-gry .dc-cl.cl03 {
    width: 5%;
    bottom: 37%;
    right: 56%;
}

footer.blu::after {
    background: url("../img/bg-grg_wt_sp.webp") repeat top center fixed;
    background-size: 900px auto;
}
footer.ylw::after {
    background: url("../img/bg-grg_sp.webp") repeat top center fixed;
    background-size: 900px auto;
}


}







/* --------- < 500px > --------- */

@media (max-width: 500px) {

.OP div span {
    width: 33%;
}

.Rside, .Lside {
    display: none;
}
#nav {
    width: 60px;
    height: 60px;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
    right: 8px;
    top: 12px;
}
#nav::before, #nav::after {
    width: 3px;
    height: 3px;
}
#nav::before { top:    5px; }
#nav::after  { bottom: 5px; }


#nav p {
    margin: -2px 0 5px 0;
    font-size: 0.85rem;
}
#nav div {
    width: 38px;
    height: 8px;
}
#nav div span {
    height: 2px;
}
#nav div span:nth-of-type(1) {
    animation: 0.4s mnAni1B_sp ease-out forwards alternate;
}
#nav div span:nth-of-type(2) {
    animation: 0.4s mnAni2B_sp ease-out forwards alternate;
}
#nav div.active span:nth-of-type(1) {
	animation: 0.4s mnAni1A_sp ease-out forwards alternate;
}
#nav div.active span:nth-of-type(2) {
    animation: 0.4s mnAni2A_sp ease-out forwards alternate;
}

.menu-wrap {
    padding: 80px 0;
}

.menu-nav::before {
    background-size: 1200px auto;
}
.menu-nav.active::after {
    border-width: 12px;
}

.menu-wrap .dc-line {
    width: 45%;
    top: -20px;
    right: 0;
}
.menu-wrap section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.menu-wrap section figure {
    width: 100%;
    margin: 0 0 40px 0;
    animation: mn-TL_in_sp 1.4s cubic-bezier(0.18, 0.57, 0.27, 1) forwards;
}
.menu-wrap section figure span {
    width: 25%;
    margin: 0 auto;
}
/* 多くなった場合
.menu {
    width: 100%;
    padding: 0 30px;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.menu div {
    width: auto;
    margin: 0 6px 10px 6px;
    text-align: center;
}
.menu div:nth-last-of-type(1) {
    margin: 0 6px 10px 6px;
}
*/
.menu {
    width: 100%;
    padding: 0 30px;
}
.menu div {
    width: auto;
    margin: 0 0 8px 0;
    text-align: center;
}
.menu div:nth-last-of-type(1) {
    margin: 0 0 8px 0;
}

.menu div span p {
    font-size: 1.8rem;
}
.menu div span p::before {
    display: none;
}
.menu div span b {
    font-size: 0.7rem;
}
.menu div a:hover span p {
    transform: none;
}
.menu div a:hover span b {
    transform: none;
}
.menu div a:hover span p::before {
    transform: none;
}

.submenu {
    width: auto;
    margin: 30px auto 0 auto;
    padding: 0 20px;
}
.submenu section:nth-of-type(1) div {
    margin: 0 0 0 20px;
}
.submenu section:nth-of-type(1) div:nth-last-of-type(1)::before {
    height: 12px;
    left: -10px;
    top: 2px;
}
.submenu section:nth-of-type(1) div span {
    font-size: 0.8rem;
}
.submenu section:nth-of-type(1) div span::after {
    top: -15px;
}
.submenu section:nth-of-type(2) {
    margin: -1px 0 0 20px;
}
.submenu section:nth-of-type(2) div {
    font-size: 0.8rem;
}
.tpTHM {
    width: 56px;
	height: 56px;
	margin: 0 6px;
	box-shadow: 0px 4px 0px 0px rgba(255,255,255,1);
}
.thumtxt {
    margin: 10px 0 0 0;
}
.thumtxt p {
    font-size: 0.85rem;
}

.bg-line::before, .bg-line::after {
    width: 12px;
}

.top-CNT {
    padding: 30px 0 0 0; /* KVが複数になったら 5px に */
}
.tp-title {
    width: 80%;
    margin: 0 auto 10px auto;
}
.tp-txt {
    width: 75%;
    margin: 0 auto;
}

.top-wrap .dc-line {
    top: -29%;
}
.top-wrap .dc-cl.cl03 {
    top: 30%;
    left: 88%;
}
.top-wrap .dc-cl.cl02 {
    top: 50%;
}
.top-wrap .dc-cl.cl01 {
    width: 40%;
    top: 65%;
    right: -20%;
}

.cont-wrap#movie {
    padding-top: 50px;
}
.cont-wrap {
    width: calc(100% - 24px);
    padding: 30px 0 40px 0;
}
.cttl {
    margin: 0 0 25px 0;
}
.cttl span h1, .cttl span b {
    font-size: 2.5rem;
}

.ctg-line article {
    width: 50px;
    height: 50px;
    box-shadow: 3px 0px 0px 0px rgba(0,0,0,1);
}
.ctg-line article::before, .ctg-line article::after {
    margin: 0 0 0 -1px;
    width: 3px;
    height: 3px;
}
.ctg-line article i { 
    font-size: 0.82rem;
    letter-spacing: 0.01em;
}
.ctg-line div {
    width: calc(100% - 50px - 20px);
    height: 2px;
}
.ctg-line div::after {
    margin: -4px 0 0 0;
    width: 18px;
    height: 8px;
    right: -20px;
}

.logoLT {
    width: 56px;
    top: 5px;
    left: 5px;
}

.movie-main::after {
    margin: 0 0 0 -90px;
    width: 180px;
    height: 180px;
    bottom: -30px;
}
.movie-main section article {
    border-bottom: 8px solid #fff;
}
.movie-main section article p,
.movie-main section article b {
    width: 120px;
    margin: 0 0 0 -60px;
}
.movie-main h6 {
	height: 60px;
    font-size: 1.2rem;
}
#EN .movie-main h6 {
    font-size: 1.5rem;
}
.swiper-pagination.MVpgn {
    bottom: -15px;
}
.MVpgn > .swiper-pagination-bullet {
	width: 40px;
    margin: 0 3px !important;
}
.MV-prev, .MV-next {
    width: 50px;
    height: 50px;
}
.MV-prev, .MV-next {
    bottom: 40px;
}
.MV-prev { left:  8px; box-shadow: 3px 0px 0px 0px rgba(0,0,0,1); }
.MV-next { right: 8px; box-shadow: -3px 0px 0px 0px rgba(0,0,0,1); }

.swBT div::before, .swBT div::after {
    margin: -2px 0 0 0;
    width: 3px;
    height: 3px;
}
.swBT div::before { top:    5px; }
.swBT div::after  { bottom: 5px; }

.swBT p {
    font-size: 0.9rem;
}
.swBT p::after {
    margin: -4px 0 0 0;
    width: 8px;
    height: 8px;
}
.MV-prev.swBT p {
    margin-left: 8px;
}
.MV-prev.swBT p::after {
    left: -10px;
}
.MV-next.swBT p {
    margin-right: 8px;
}
.MV-next.swBT p::after {
    right: -10px;
}

.ctft-grd, .cttp-grd {
    height: 100px;
}

.cont-main {
    width: calc(100% - 24px);
}
.BXtxt i {
    margin: 0 0.4em 0 0;
    padding: 0.25em 0.1em 0.3em;
    border-radius: 3px;
    
    font-size: 1.0rem;
}
#story .BXtxt {
    margin: 0 0 30px 0;
}
#story .BXtxt i:nth-of-type(odd) {
    box-shadow: 1px 3px 0px 0px #00c9cb;
}
#story .BXtxt i:nth-of-type(even) {
    box-shadow: -1px 3px 0px 0px #00c9cb;
}
#story p {
    font-size: 0.9rem;
    line-height: 2.0em;
}
#EN #story p {
    font-size: 1.0rem;
    line-height: 1.9em;
}

#comment .BXtxt {
    margin: 0 0 12px 0;
}
#comment .BXtxt i:nth-of-type(odd) {
    box-shadow: 1px 3px 0px 0px #00c9cb;
}
#comment .BXtxt i:nth-of-type(even) {
    box-shadow: -1px 3px 0px 0px #00c9cb;
}
.cmt h2 {
    font-size: 1.9rem;
    
    -webkit-text-stroke: 0.018em #000;
    text-stroke: 0.018em #000;
    filter: drop-shadow(0.07em 0.07em 0 rgba(0,0,0,1));
}
.cmt h3 {
    margin: 0.9em 0 0 0;
    
    font-size: 0.7rem;
    letter-spacing: 0.35em;
}
#EN .cmt h2 {
    font-size: 2rem;
}
#EN .cmt h3 {
    font-size: 0.8rem;
}
#comment .ctg-line {
    margin: 15px 0 10px 0;
}
.cmt p {
    font-size: 0.85rem;
    letter-spacing: 0.01em;
    line-height: 1.9em;
}

#comic.cont-wrap {
    padding: 30px 0 0 0;
}
#comic .cttp-grd {
    width: calc(100% + 24px);
    margin-left: -12px;
}
#comic .BXtxt {
    margin: 0 0 25px 0;
}
.comic-wrap article {
    margin: 0 0 20px 0;
}
.comic-wrap section > p {
    font-size: 0.9rem;
    line-height: 2.0em;
}
#EN .comic-wrap section > p {
    font-size: 0.92rem;
    line-height: 1.8em;
}
.comic-wrap section > b {
    display: block;
    text-align: center;
    margin: 1.2em 0 1.8em 0;
    
    font-size: 1.0rem;
    line-height: 1.9em;
}
.comic-wrap article b {
    font-size: 0.7rem;
}
.lnkBT span {
    width: 90%;
    height: 50px;
    margin: 0 auto;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
}
.lnkBT span > p {
    margin: 0 0 0 -12px;
    font-size: 1rem;
}
.lnkBT span > p::after {
    margin: -4px 0 0 0;
    width: 10px;
    height: 10px;
    right: -16px;
}
#comic .cont-main {
    margin-bottom: 50px;
}

.scrD {
    width: 80px;
    bottom: inherit;
    top: 125vw;
    right: 10px;
}

footer {
    padding: 40px 0 40px 0;
}
footer article {
    width: 60%;
    margin: 0 0 40px 0;
}
footer p {
    font-size: 0.6rem;
}
.ft-bill {
    margin: 0 0 40px 0;
}
.ft-bill span {
    width: 50%;
}
#EN .ft-bill span {
    width: 60%;
}

.bg-gryLN-1 {
    width: 85%;
    top: 0;
}
.bg-gryLN-2 {
    width: 120%;
    top: 30%;
}
.bg-gry .dc-cl.cl01 {
    width: 40%;
    top: 0;
    left: -12%;
}
.bg-gry .dc-cl.cl02 {
    width: 12%;
    top: 20%;
    right: 15%;
}
.bg-gry .dc-cl.cl03 {
    width: 6%;
    bottom: 45%;
    right: 80%;
}
.bg-SCtxt {
    height: 200px;
    top: 47%;
}
.bg-SCtxt figure {
    height: 200px;
}
.bg-SCtxt.appr {
    animation: 25s SCtxt_sp linear infinite;
}
.bg-SCtxt.appr figure {
    animation: 25s SCtxt-pic_sp linear infinite;
}



}








