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

body {
	margin: 0;
	padding: 0;
    background: url("../img/bg-nz.png") repeat top left;
	background-size: 250px auto;
    
	font-family: "M PLUS 2", 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;
    
    -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: 16px;
}
body::-webkit-scrollbar-track-piece {
    background-color: #000;
}
body::-webkit-scrollbar-thumb {
    background-color: #fff;

    border: 4px solid transparent;
    border-radius: 20px;
    background-clip: content-box;
}
html {
    scrollbar-color: #fff #000;
    scrollbar-width: 16px;
}
::selection      { background: #64c8d2; color: #fff; }
::-moz-selection { background: #64c8d2; color: #fff; }





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

.FDwrap {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 29;
    pointer-events: none;
    background: #fff;
    opacity: 0;
    
    will-change: opacity;
    transition: all 0.4s ease-in;
}
.FDwrap.WRtppg {
    transition: all 0.4s ease-in 0.5s;
}
body.bd_fade .FDwrap {
    opacity: 1;
}


.wrap {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.bg-dctxt_L, .bg-dctxt_R {
    width: 350px;
	height: 100%;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	pointer-events: none;
	overflow: hidden;
}
.bg-dctxt_L { left: -4%; }
.bg-dctxt_R { right: -4%; }

.bg-dctxt_L span, .bg-dctxt_R span {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	
	will-change: transform;
}
.bg-dctxt_L span {
	background: url("../img/bg-kowloon_rv.png") repeat-y center top;
	background-size: 100% auto;
	
	will-change: animation;
	animation: dctxt-L 40.0s linear infinite;
}
.bg-dctxt_R span {
	background: url("../img/bg-kowloon.png") repeat-y center top;
	background-size: 100% auto;
	
	will-change: animation;
	animation: dctxt-R 40.0s linear infinite;
}

@keyframes dctxt-L {
    from { background-position: 0 0; }
    to   { background-position: 0 2335px; }
}
@keyframes dctxt-R {
    from { background-position: 0 0; }
    to   { background-position: 0 -2335px; }
}
@keyframes dctxt-L_sp {
    from { background-position: 0 0; }
    to   { background-position: 0 1001px; }
}
@keyframes dctxt-R_sp {
    from { background-position: 0 0; }
    to   { background-position: 0 -1001px; }
}



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

.loader {
    width: 100%;
	height: 100vh;
    margin: 0;
    
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 30;
}
.loader div {
    width: 80px;
	height: auto;
	margin: 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.loader div span {
    width: 12px;
	height: 12px;
	display: block;
	margin: 0;
	border-radius: 50%;
	background: #f05082;
	
	will-change: transform, opacity;
	animation: loading 1.0s ease-in-out infinite;
	opacity: 0;
	transform: scale(0.5);
}
.loader div span:nth-of-type(1) { animation-delay: 0s; }
.loader div span:nth-of-type(2) { animation-delay: 0.25s; }
.loader div span:nth-of-type(3) { animation-delay: 0.5s; }
.loader div span:nth-of-type(4) { animation-delay: 0.75s; }

@keyframes loading {
    0%   { opacity: 0; transform: scale(0.5); }
    50%  { opacity: 1; transform: scale(1); }
	100% { opacity: 0; transform: scale(0.5); }
}

.op-wrap {
    width: 100%;
    height: 100vh;
    margin: 0;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	position: fixed;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 30;
	
	will-change: opacity;
	transition: all 0.6s linear;
}
.op-wrap div {
    width: 60%;
    height: auto;
    display: block; 
	margin: 0;
}
.op-tl {
    width: 100%;
    height: auto;
	display: block;
    margin: 0;
}
#mask .tl-kgr {
    fill: none;
    stroke: #fff;
    stroke-width: 10; /* 線の太さ */
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 5;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}
.op-wrap.fade {
    opacity: 0;
}
.op-wrap.none {
    display: none;
}



/* --- H E A D E R --- */

.hd-logo {
    width: 150px;
	height: 131px;
	display: block;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	
	will-change: transform;
    transition: all 0.8s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateX(-100px);
}
.hd-logo span {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	background: url("../img/hd-title.png") no-repeat center center;
	background-size: contain;
	
	will-change: transform,;
    transition: all 0.8s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: rotate(-70deg);
}
.hd-logo.appr {
    transform: translateX(0);
}
.hd-logo.appr span {
    transform: rotate(0);
}

header {
    width: 100%;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.hd-menu {
    width: calc(100% - 150px);
	height: 100%;
	margin: 0 0 0 150px;
	padding: 0;
 	overflow: hidden;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.hd-menu div.sha {
    width: 32px;
	height: 100%;
	display: block;
	margin: 0 20px 0 0;
	background: url("../img/share.png") no-repeat center center;
	background-size: 100% auto;
}
.hd-menu div.sns {
    display: inline-block;
	margin: 0 20px 0 0;
}
.hd-menu div.sns i {
    display: inline-block;
	margin: 0.05em 0 0 0;
	
    font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0;
	color: #f05082;
	
	will-change: transform, color;
    transition: all 0.2s ease-in-out;
}
.hd-menu div.sns a:hover i {
    color: #64c8d2;
	transform: scale(1.1);
}







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

.top-wrap {
    width: min(80%,1200px);
	height: auto;
	margin: 0 auto;
	position: relative;
	
	display: flex;
    flex-wrap: wrap;
}
.tp-copy {
    width: 100%;
	height: 50px;
	margin: 0 0 30px 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	will-change: transform, opacity;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(-80px);
	opacity: 0;
}
.tp-copy.appr {
    transform: translateY(0);
	opacity: 1;
}
.tp-copy span {
    width: 50%;
	height: auto;
	display: block;
	margin: 0;
}
.tp-main {
    width: calc(50% - 3%);
	height: auto;
	display: block;
	
	will-change: transform, opacity;
    transition: all 2.4s cubic-bezier(0.2, 1.0, 0.6, 1) 0.2s;
	opacity: 0;
}
.tp-main.AN {
    margin: 0 3% 0 0;
	transform: translateX(-80%);
}
.tp-main.MV {
    margin: 0 0 0 3%;
	transform: translateX(80%);
}
.tp-main.appr {
    transform: translateX(0);
	opacity: 1;
}

.tp-PIC {
    width: 100%;
	height: auto;
	display: block;
	margin: 85px 0 0 0; /*.ctg height + .ctg section top*/
	padding: 10px;
	position: relative;
	border: 2px solid #f05082;
	z-index: 1;
}
.KV {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	position: relative;
	border: 2px solid #f05082;
	z-index: 1;
}
.KV .swiper-slide div {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	position: relative;
}
.KV .swiper-slide div::after {
    content: "";
	display: block;
	padding-bottom: 142%;
}
.KV .swiper-slide div span {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.KV .swiper-slide div.kvsp_M1 span { 
    background: url("../img/tp-M1.jpg") no-repeat center center;
	background-size: 100% auto;
}
.KV .swiper-slide div.kvsp_M2 span { 
    background: url("../img/tp-M2.jpg") no-repeat center center;
	background-size: 100% auto;
}
.KV .swiper-slide div.kvsp_A1 span { 
    background: url("../img/tp-A1.jpg") no-repeat center center;
	background-size: 100% auto;
}
.KV .swiper-slide div.kvsp_A2 span { 
    background: url("../img/tp-A2.jpg") no-repeat center center;
	background-size: 100% auto;
}
.KV figure {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	
	background: url("../img/logo_ds.webp") no-repeat center center;
	background-size: 100% auto;
}
.KV figure::after {
    content: "";
	display: block;
	padding-bottom: 57.6%;
}
.KV article {
    width: 100%;
	height: 100%;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	
	background: rgba(255,255,255,0.48);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	z-index: 5;
	
	will-change: opacity;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}
.KV article p {
    display: inline-block;
	margin: 0;
	text-align: center;
	
	font-size: 2rem;
	font-family: aptly, sans-serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	color: #f05082;
	
	will-change: opacity, transform;
	transition: all 0.45s cubic-bezier(0.2, 0.45, 0.4, 1) 0.2s;
	opacity: 0;
	transform: translateY(-20px);
}
.KV a:hover article {
    opacity: 1;
}
.KV a:hover article p {
    opacity: 1;
	transform: translateY(0);
}

.frdc {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.frdc.dc1::before, .frdc.dc1::after,
.frdc.dc2::before, .frdc.dc2::after {
    content: "";
	display: block;
	margin: 0;
	width: 37px;
	height: 37px;
	position: absolute;
}
.frdc.dc1::before {
    top: -2px;
    left: -2px;
    background: url("../img/dccr-LT.png") no-repeat top left;
	background-size: 100% auto;
}
.frdc.dc1::after {
    top: -2px;
    right: -2px;
    background: url("../img/dccr-RT.png") no-repeat top left;
	background-size: 100% auto;
}
.frdc.dc2::before {
    bottom: -2px;
    left: -2px;
    background: url("../img/dccr-LB.png") no-repeat top left;
	background-size: 100% auto;
}
.frdc.dc2::after {
    bottom: -2px;
    right: -2px;
    background: url("../img/dccr-RB.png") no-repeat top left;
	background-size: 100% auto;
}

.ctg {
    width: 100%;
	height: 60px;
	margin: 0;
	
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 2;
	
	/*border: 1px dashed #bbb;*/
}
.ctg div {
    width: 50%;
	height: 20px;
	display: block;
	margin: 20px 0 0 0;
}
.ctg div:nth-of-type(1) {
    background: url("../img/dctxtL.png") repeat-x left center;
	background-size: auto 100%;
}
.ctg div:nth-of-type(2) {
    background: url("../img/dctxtR.png") repeat-x right center;
	background-size: auto 100%;
}
.ctg section {
    width: 130px;
	height: 130px;
	margin: 0 0 0 -65px;
	background: url("../img/ctg-base.png") no-repeat center center;
	background-size: 100% auto;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
	
	position: absolute;
	top: -26px;
	left: 50%;
	
	will-change: transform;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1) 0.2s;
	transform: scale(2.8);
}
.tp-main.appr .ctg section {
    transform: scale(1);
}
.ctg section h1 {
    width: 100%;
	height: auto;
	display: block;
	margin: 18px 0 0 0;
	text-align: center;
	
	font-size: 1.7rem;
	font-family: aptly, sans-serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0.01em;
	line-height: 1em;
	color: #fff;
}
.ctg section span {
    width: 100%;
	height: auto;
	display: block;
	margin: 5px 0 0 0;
	text-align: center;
}
.ctg section span b {
    display: inline-block;
	margin: 0 0.18em;
	padding: 0.2em;
	background: #fff;
	border: 2px solid #f05082;
	border-radius: 50%;
	
	font-size: 0.9rem;
	font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
	letter-spacing: 0;
	line-height: 1em;
	color: #f05082;
}

.tp-txt {
    width: 100%;
	height: auto;
	display: block;
	margin: 15px 0 0 0;
	position: relative;
	
	/*border: 1px dashed #bbb;*/
}
.tp-txt article {
    width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.AN .tp-txt article {
    background: url("../img/kingyoA.png") no-repeat center center;
	background-size: 100% auto;
}
.MV .tp-txt article {
    background: url("../img/kingyoB.png") no-repeat center center;
	background-size: 100% auto;
}
.tp-info {
    width: 100%;
	height: auto;
	display: block;
	margin: 17px 0 0 0;
	position: relative;
	text-align: center;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(40px);
	opacity: 0;
}
.tp-txt.appr .tp-info {
    transform: translateY(0);
	opacity: 1;
}
.tp-info_sp {
    display: none;
}
.lnkBT {
    width: 72px;
	height: 72px;
	display: block;
	margin: 40px auto;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1) 0.2s;
	transform: translateY(30px);
	opacity: 0;
}
.tp-txt.appr .lnkBT {
    transform: translateY(0);
	opacity: 1;
}
.lnkBT div {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	transform: rotate(45deg);
	border-radius: 2px;
	
	background: #fff;
	border: 2px solid #f05082;
	position: relative;
	
	will-change: transform, box-shadow;
	box-shadow: 5px 5px 0px -2px #f05082;
	transition: all 0.15s ease-out;
}
.lnkBT div span {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	background: url("../img/lnkBT.png") no-repeat center center;
	background-size: 100% auto;
	transform: rotate(-45deg) scale(1.5);
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	
	transition: all 0.15s ease-out;
}
.lnkBT a:hover div {
	background: #f05082;
	transform: rotate(45deg) translate(3px,3px);
	box-shadow: 0px 0px 0px -2px #f05082;
}
.lnkBT a:hover div span {
	background: url("../img/lnkBT_hv.png") no-repeat center center;
	background-size: 100% auto;
}


.vt-copy {
    width: 6%;
	height: auto;
	display: block;
	margin: 0 0 0 -3%;
	position: absolute;
	top: calc(85px + 50px + 30px);
	left: 50%;
	pointer-events: none;
	
	background: url("../img/vt-copy.png") no-repeat center center;
	background-size: 72% auto;
	z-index: 2;
	
	will-change: transform, opacity, filter;
    transition: all 1.6s cubic-bezier(0.2, 0.45, 0.4, 1) 0.2s;
	filter: blur(15px);
	transform: scale(1.4);
	opacity: 0;
}
.vt-copy.appr {
    filter: blur(0);
	transform: scale(1);
	opacity: 1;
}
.vt-copy::after {
    content: "";
	display: block;
	padding-bottom: 1128%;
}

.snsSP-wrap {
    display: none;
}





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

.ft-DC {
    width: 100%;
	height: 100px;
	display: block;
	margin: 0 0 10px 0;
	position: relative;
}
.ft-DC::before, .ft-DC::after {
    content: "";
	display: block;
	margin: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
}
.ft-DC::after {
    left: 10px;
	background: url("../img/dcL-LB.png") no-repeat center center;
	background-size: contain;
}
.ft-DC::before {
    right: 10px;
	background: url("../img/dcL-RB.png") no-repeat center center;
	background-size: contain;
}
.ft-DC span {
    width: calc(100% - 240px);
	height: 22px;
	display: block;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 120px;
	background: url("../img/dcft-txt.png") repeat-x center center;
	background-size: auto 100%;
}
footer {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 70px 0;
	background: #f05082;
	position: relative;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer figure {
    width: max(20%,300px);
	height: auto;
	display: block;
	margin: 0 0 30px 0;
	background: url("../img/logo_wt.webp") no-repeat center center;
	background-size: contain;
	position: relative;
}
footer figure::after {
    content: "";
	display: block;
	padding-bottom: 60%;
}
footer p {
    width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;
	text-align: center;
	
	font-size: 0.9rem;
	font-family: kaisotai, sans-serif;
    font-weight: 600;
    font-style: normal;
	letter-spacing: 0.02em;
	line-height: 1.4em;
	color: #fff;
}
footer p:nth-last-of-type(1) {
    margin: 0;
}
footer p a {
    font-size: 1.1em;
    font-family: aptly, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
	color: #fff;
	
	transition: all 0.15s ease-out;
}
footer p a:hover {
    color: #64c8d2;
}







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

@media (max-width: 850px) {

header, .hd-logo, .frdc {
    display: none;
}

.top-wrap {
    width: 100%;
}
.tp-copy {
	height: 70px;
	margin: 0;
}
.tp-copy span {
    width: 65%;
}

.tp-main {
    width: 50%;
}
.tp-main.AN, .tp-main.MV {
    margin: 0;
}
.vt-copy {
    width: 7%;
	margin: 0 0 0 -3.5%;
	top: 70px;
	
	background: url("../img/vt-copy_sp.png") no-repeat center center;
	background-size: 100% auto;
	
	/*border: 1px dashed #bbb;*/
}
.vt-copy::after {
	padding-bottom: 1300%; /*調整*/
}

.tp-PIC {
    width: 100%;
	height: auto;
	display: block;
	margin: 0;
	border: none;
}
.AN .tp-PIC { padding: 0px 5px 10px 10px; }
.MV .tp-PIC { padding: 0px 10px 10px 5px; }

.KV {
	border: none;
}
.KV .swiper-slide div::after {
	padding-bottom: 200%;
}
.KV .swiper-slide div.kvsp_M1 span, .KV .swiper-slide div.kvsp_M2 span,
.KV .swiper-slide div.kvsp_A1 span, .KV .swiper-slide div.kvsp_A2 span {
	background-size: 145% auto;
}

.KV figure {
	bottom: 6%;
}
.KV article {
    display: none;
}
.ctg {
    width: 100%;
	height: 13px;
	top: inherit;
	bottom: -20px;
}
.AN .ctg { padding: 0 30px 0 35px; }
.MV .ctg { padding: 0 35px 0 30px; }

.ctg div {
	height: 100%;
	margin: 0;
}
.ctg div:nth-of-type(1) {
    background: url("../img/dctxtL_sp.png") repeat-x left center;
	background-size: auto 100%;
}
.ctg div:nth-of-type(2) {
    background: url("../img/dctxtR_sp.png") repeat-x right center;
	background-size: auto 100%;
}
.ctg section {
	top: -76px;
}
.tp-txt {
    width: calc(100% - 15px);
	border: 2px solid #f05082;
	padding: 55px 0 0 0;
}
.AN .tp-txt { margin: 0 5px 0 10px; }
.MV .tp-txt { margin: 0 10px 0 5px; }

.tp-txt article {
    width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
}
.AN .tp-txt article, .MV .tp-txt article {
    background: none;
}

.tp-txt::before, .tp-txt::after,
.tp-txt article::before, .tp-txt article::after {
    content: "";
    display: block;
    margin: 0;
    width: 25px;
    height: 25px;
    position: absolute;
}
.tp-txt::before {
    top: -2px;
    left: -2px;
    background: url("../img/dctx-LT.png") no-repeat top left;
	background-size: 100% auto;
}
.tp-txt::after {
    top: -2px;
    right: -2px;
    background: url("../img/dctx-RT.png") no-repeat top left;
	background-size: 100% auto;
}
.tp-txt article::before {
    bottom: -2px;
    left: -2px;
    background: url("../img/dctx-LB.png") no-repeat top left;
	background-size: 100% auto;
}
.tp-txt article::after {
    bottom: -2px;
    right: -2px;
    background: url("../img/dctx-RB.png") no-repeat top left;
	background-size: 100% auto;
}

.lnkBT {
	margin: 30px auto 0 auto;
}

.snsSP-wrap {
    width: 100%;
	height: auto;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
	position: relative;
	
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.snsSP-wrap::before {
    content: "";
	display: block;
	margin: 0 0 0 -25px;
	width: 50px;
	height: 25px;
	background: url("../img/share.png") no-repeat center center;
	background-size: 100% auto;
	
	position: absolute;
	top: 0;
	left: 50%;
	
	will-change: filter, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1);
	filter: blur(12px);
	opacity: 0;
}
.snsSP-wrap.appr::before {
    filter: blur(0);
	opacity: 1;
}
.snsSP-wrap div {
    display: inline-block;
	margin: 0 15px;
}
.snsSP-wrap i {
    display: inline-block;
	margin: 0;
	
    font-size: 2.3rem;
	line-height: 1em;
	letter-spacing: 0;
	color: #f05082;
	
	will-change: transform, color;
    transition: all 0.2s ease-in-out;
}
.snsSP-wrap a:hover i {
    color: #64c8d2;
	transform: scale(1.1);
}

.bg-dctxt_L, .bg-dctxt_R {
    width: 150px;
}
.bg-dctxt_L { left: -4%; }
.bg-dctxt_R { right: -4%; }

.bg-dctxt_L span {
	animation: dctxt-L_sp 40.0s linear infinite;
}
.bg-dctxt_R span {
	animation: dctxt-R_sp 40.0s linear infinite;
}


.ft-DC {
	height: 60px;
	margin: 0 0 8px 0;
}
.ft-DC::before, .ft-DC::after {
	width: 60px;
	height: 60px;
}
.ft-DC::after { left: 8px; }
.ft-DC::before { right: 8px; }

.ft-DC span {
    width: calc(100% - 160px);
	height: 16px;
	left: 80px;
	bottom: 0;
}

}








/* --------- < 650px > --------- */

@media (max-width: 650px) {

.op-wrap div {
    width: 80%;
}

footer {
	padding: 50px 0;
}
footer figure {
    width: 35%;
	margin: 0 0 25px 0;
}
footer p {
	margin: 0 0 15px 0;
	font-size: 0.8rem;
}



}





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

@media (max-width: 500px) {

.tp-copy {
	height: 50px;
}
.tp-copy span {
    width: 70%;
}

.vt-copy {
    width: 8%;
	margin: 0 0 0 -4%;
	top: 50px;
}
.vt-copy::after {
	padding-bottom: 1200%; /*調整*/
}

.AN .tp-PIC { padding: 0px 4px 8px 8px; }
.MV .tp-PIC { padding: 0px 8px 8px 5px; }

.KV figure {
	bottom: 9%;
}
.ctg {
	height: 7px;
	bottom: -13px;
}
.ctg section {
    width: 86px;
	height: 86px;
	margin: 0 0 0 -43px;
	
	top: -58px;
}
.ctg section h1 {
	margin: 15px 0 0 0;
	font-size: 1.1rem;
}
.ctg section span {
	margin: 2px 0 0 0;
}
.ctg section span b {
	margin: 0 0.12em;
	padding: 0.15em;
	border: 1px solid #f05082;
	
	font-size: 0.7rem;
}

.tp-txt {
    width: calc(100% - 12px);
	padding: 40px 0 0 0;
}
.AN .tp-txt { margin: 0 4px 0 8px; }
.MV .tp-txt { margin: 0 8px 0 4px; }

.tp-info {
	display: none;
}
.tp-info_sp {
    width: calc(100% - 20px);
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	
	will-change: transform, opacity;
    transition: all 1.2s cubic-bezier(0.2, 0.45, 0.4, 1);
	transform: translateY(40px);
	opacity: 0;
}
.tp-txt.appr .tp-info_sp {
    transform: translateY(0);
	opacity: 1;
}

.lnkBT {
    width: 46px;
	height: 46px;
	margin: 20px auto 0 auto;
}
.lnkBT div {
	box-shadow: 3px 3px 0px -2px #f05082;
}
.lnkBT a:hover div {
	transform: rotate(45deg) translate(2px,2px);
}

.snsSP-wrap {
	margin: 30px 0 0 0;
	padding: 40px 0 0 0;
}
.snsSP-wrap::before {
	margin: 0 0 0 -20px;
	width: 40px;
	height: 20px;
}
.snsSP-wrap div {
    display: inline-block;
	margin: 0 10px;
}
.snsSP-wrap i {
    font-size: 1.8rem;
}

.bg-dctxt_L { left: -15%; }
.bg-dctxt_R { right: -15%; }

.ft-DC {
	height: 45px;
	margin: 0 0 8px 0;
}
.ft-DC::before, .ft-DC::after {
	width: 45px;
	height: 45px;
}

.ft-DC span {
    width: calc(100% - 130px);
	height: 12px;
	left: 65px;
	bottom: -1px;
}

footer {
	padding: 40px 0;
}
footer figure {
    width: 40%;
	margin: 0 0 25px 0;
}
footer p {
	margin: 0 0 15px 0;
	font-size: 0.65rem;
	letter-spacing: 0.01em;
}



}










