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

body {
	margin: 0;
	padding: 0;
	color: #1a1a1a;	
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.8;
	background: #000;
    position: relative;
    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
	outline: none;
    text-decoration: none;
}
a img {
	border: none;
    outline: none;
}
section, div, span {
    box-sizing: border-box;
}




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

.BKwrap {
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    pointer-events: none;
    background: rgba(0,0,0,1);
    opacity: 0;
    
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
body.fade .BKwrap {
    opacity: 1;
   
}



/*  L A Y O U T  */


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

header {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.mnBK {
    width: 100%;
    height: 50px;
    background: url("../img/bg-hdgrd.png") no-repeat left top #000;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;

    justify-content: flex-end;
    -webkit-box-pack: end;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.mnBK::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #000;
}

.hd-logo {
    width: auto;
    height: 42px;
    margin: 4px 0 0 0;
    padding: 0 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.hd-logo div {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    margin: 0 0 0 15px;
    
    /* OP JS */
    transform: translateX(-30px);
    opacity: 0;
}
.hd-logo div:last-child {
    margin: 0 0 0 26px;
}
.hd-logo div:last-child::after {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 11px;
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.3);
}
.hd-logo div img {
    width: auto;
    height: 100%;
    display: block;
}
.logo30 {
    animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
    0%    { transform: rotate(0); }
    100%  { transform: rotate(360deg); }
}

.mn-OF {
    width: auto;
    height: 100%;
    padding: 0 20px 0 0;
    border-right: 1px solid rgba(255,255,255,0.3);
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
}
.mn-OF div {
    width: auto;
    height: 100%;
    margin: 0 0 0 36px;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
    
    /* OP JS */
    transform: translateY(-50px);
}
.mn-OF div::after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    top: 19px;
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.3);
}
.mn-OF div:last-child::after {
    display: none;
}

.mn-SNS {
    width: auto;
    height: 100%;
    padding: 0 20px 0 3px;
    border-right: 1px solid rgba(255,255,255,0.3);
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    font-family: "Font Awesome 5 Brands";
    font-size: 1.0rem;
    line-height: 1em;
}
.mn-SNS div {
    width: auto;
    height: 100%;
    margin: 0 0 0 17px;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
    
    /* OP JS */
    transform: translateY(-50px);
}

.mn-LG {
    width: auto;
    height: 100%;
    padding: 0 20px 0 20px;
    cursor: pointer;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.mn-LG div {
     /* OP JS */
     opacity: 0;
}
.mn-LG div:nth-of-type(-n+2) {
    width: auto;
    height: 100%;
    margin: 0 24px 0 0;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
}
.mn-LG i {
    font-family: "Font Awesome 5 Free";
    font-size: 1.0rem;
    line-height: 1em;
    color: #425256;
}
.mn-LG div:nth-of-type(2) {
    font-size: 0.9rem;
    font-weight: 600;
    color: #eee;
    margin: 0;
    position: relative;
}
.mn-LG div:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    left: -12px;
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.3);
}
.mn-LG .lg-PD {
    width: 150px;
    height: auto;
    display: block;
    position: absolute;
    right: -160px;
    top: 51px;
    
    filter: drop-shadow(0 2px 10px rgba(0,0,0,0.6));
    -webkit-filter: drop-shadow(0 2px 10px rgba(0,0,0,0.6));	
}
.mn-LG .lg-PD div {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1px 0;
    font-size: 0.8rem;
    text-align: center;
    transform: translateX(0);
}
.mn-LG .lg-PD div:nth-of-type(1) { 
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
}
.mn-LG .lg-PD div:nth-of-type(2) { 
    transition: all 0.25s ease-in-out 0.1s;
    -webkit-transition: all 0.25s ease-in-out 0.1s;
}
.mn-LG .lg-PD div:nth-of-type(3) { 
    transition: all 0.25s ease-in-out 0.2s;
    -webkit-transition: all 0.25s ease-in-out 0.2s;
}
.mn-LG .lg-PD div:nth-of-type(4) { 
    transition: all 0.25s ease-in-out 0.3s;
    -webkit-transition: all 0.25s ease-in-out 0.3s;
}
.mn-LG .lg-PD div:nth-of-type(2)::after {
    display: none;
}

.mn-LG:hover .lg-PD div {
    transform: translateX(-160px);
}
.mn-LG .lg-PD div a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 0;
    background: #000;
}
.mn-LG .lg-PD div a:hover {
    color: #000;
    background: rgba(0,206,240,1);
}
#navBT, .menu-nav, .mnsp-LG, .mnsp-OF, .mnsp-FC, .mnsp-FC_mn, .mnsp-SNS {
    display: none;
}

.mnBL {
    width: 100%;
    height: 50px;
    background: linear-gradient(45deg, rgba(0,137,175,0), rgba(0,137,175,0.9) 50%, rgba(0,137,175,0.9) 85%, rgba(0,206,240,0.98));
    position: relative;
    z-index: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;

    justify-content: flex-end;
    -webkit-box-pack: end;
    
    transform: translateY(-37px);
    transition: all 1.2s cubic-bezier(0.155, 0.760, 0.210, 0.990);
    -webkit-transition: all 1.2s cubic-bezier(0.155, 0.760, 0.210, 0.990);
    
}
.mnBL::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(45deg, rgba(0,137,175,0.3) 20%, rgba(0,137,175,0.98));
}
.mnBL.mn_appr {
    transform: translateY(0);
}

.mn-FC {
    width: auto;
    height: calc(100% - 2px);
    margin: 2px 0 0 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.03rem;
    letter-spacing: 0.01em;
}
.mn-FC div {
    width: auto;
    height: 100%;
    margin: 1px 0 0 34px;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
    
    /* OP JS */
    transform: translateY(-50px);
}
.mn-FC div::after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    top: 18px;
    width: 1px;
    height: 12px;
    background: rgba(0,0,0,0.5);
}
.mn-FC div:last-child::after {
    display: none;
}
.mn-MP {
    width: auto;
    height: calc(100% - 2px);
    margin: 2px 0 0 0;
    padding: 0 20px 0 20px;
    border-right: 1px solid rgba(0,0,0,0);
    border-left:  1px solid rgba(0,0,0,0);
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    font-family: "Font Awesome 5 Free";
    font-size: 1.1rem;
    line-height: 1em;
    
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}
.mn-MP div {
    width: auto;
    height: 100%;
    margin: 0;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: center;
    -webkit-box-align: center;
    
    /* OP JS */
    transform: translateY(-50px);
}
.mn-MP.line_appr {
    border-right: 1px solid rgba(0,0,0,0.5);
    border-left:  1px solid rgba(0,0,0,0.5);
}
.hd-logoLC {
    width: auto;
    height: 42px;
    margin: 4px 0 0 0;
    padding: 0 20px 0 20px;
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.hd-logoLC div {
    width: auto;
    height: 100%;
    position: relative;
    display: block;
    margin: 0;
    
    /* OP JS */
    transform: translateY(-50px);
}
.hd-logoLC div:last-child {
    margin: 0 0 0 26px;
}
.hd-logoLC div:last-child::after {
    content: "";
    display: block;
    position: absolute;
    left: -13px;
    top: 11px;
    width: 1px;
    height: 22px;
    background: rgba(0,0,0,0.5);
}
.hd-logoLC div img {
    width: auto;
    height: 100%;
    display: block;
}



.mnBK a {
    color: #eee;
    
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.mnBK a:hover {
    color: #00cef0;
}
.mnBL a {
    color: #000;
    
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.mnBL a:hover {
    color: #fff;
}

.mn-OF div a {
    display: block;
    position: relative;
    
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-out;
}
.mn-OF div a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 50%;
    width: 0;
    height: 1px;
    background: rgba(0,206,240,1);
    
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.mn-OF div a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 1px;
    background: rgba(0,206,240,1);
    
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.mn-OF div a:hover {
    transform: translateY(-4px);
}
.mn-OF div a:hover::after, .mn-OF div a:hover::before {
    width: 50%;
    transform: translateY(4px);
}

.mn-FC div a {
    transform: skewX(-6deg);
}
.mn-FC div a::before {
    content: "";
    display: block;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url("../img/mn-fcarw.png") no-repeat center center;
    background-size: contain;
    transform: scale(0.2);
    opacity: 0;
    
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.mn-FC div a:hover {
    transform: translateX(-3px);
}
.mn-FC div a:hover::before {
    transform: translateX(8px) scale(1);
    opacity: 1;
}




/* --- T O P  P I C --- */

.top-wrap {
    width: 100%;
    height: auto;
    margin: 50px 0 0 0;
    display: block;
    position: relative;
    overflow: hidden;
}
.toppic {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.toppic_sp {
    display: none;
}
.topsns_sp {
    display: none;
}
.toppic_BK {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 1;
    z-index: 2;
}
.PICbase {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.PICbase::before {
    content: "";
    display: block;
    padding-bottom: 60%;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.PICbase::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0) 70%, rgba(0,0,0,1));
}
.Tpic_01 {
    background: url("../img/top-01.jpg") no-repeat left top;
    background-size: 100% auto;
}
.Tpic_02 {
    background: url("../img/top-02.jpg") no-repeat left top;
    background-size: 100% auto;
}
.Tpic_03 {
    background: url("../img/top-03.jpg") no-repeat left top;
    background-size: 100% auto;
}




/* --- B A N N E R --- */

#BN-area {
    width: calc(100% - 600px);
    height: auto;
    display: block;
    position: absolute;
    bottom: 50px;
    right: 110px;
    z-index: 2;
    
    /* OP JS */
    transform: translateY(50px);
    opacity: 0;
}

@media (min-width: 1600px) {
    #BN-area {
        width: 1000px;
    }
}
@media screen and (min-aspect-ratio: 16/9) {
    .PICbase::before {
        padding-bottom: 54%;
    }
}

.BNbase {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    float: left;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.BNbase img {
    width: 100%;
    height: auto;
    display: block;
}
.BNbase:hover {
    transform: scale(0.95);
    filter: brightness(85%);
}




/* --- T O P I C --- */

#topic {
    width: 400px;
    /* height JS */
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 2;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    /* OP JS */
    transform: translateY(-50px);
    opacity: 0;
}
@media (min-width: 1600px) {
    #topic {
        width: calc(100% - 1200px);
    }
}

.tpc-BT {
    width: 40px;
    height: 100%;
    display: block;
    position: relative;
}
.tpc-BT::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}
.tpc-BT span, .tpc-arw p {
    width: 150px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -75px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1em;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
    
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.tpc-BT span {
    font-size: 0.7rem;
    color: #eee;
}
.tpc-arw p {
    font-size: 0.8rem;
    color: #000;
}
.tpc-arw {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,206,240,1);
    position: absolute;
    top: 0;
    left: -40px;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#topic:hover .tpc-BT::after {
    height: 0;
    top: 50%;
}
#topic:hover .tpc-BT span {
    margin: -20px 0 0 -100px;
}
#topic:hover .tpc-arw {
    left: 0;
}

.tpc-wrap {
    width: calc(100% - 40px);
    /* height JS */
    display: block;
    overflow: hidden;
}
.tpc {
    width: calc(100% - 50px);
    height: auto;
    margin: 0 0 0 50px;
    display: block;
}
.tpc-days {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    color: #eee;
    transform: skewX(-6deg);
    position: relative;
    margin: 0;
}
.tpc-days::after {
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    left: 3px;
    width: 40px;
    height: 1px;
    background: rgba(238,238,238,0.5);
    transform: skewX(6deg);
}
.tpc-days h5, .tpc-days span:nth-of-type(1), .tpc-days span:nth-of-type(2) {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    position: relative;
}
.tpc-days h5 {
    font-weight: 700;
    margin: 0 0.2em 0 0;
}
.tpc-days span:nth-of-type(1) {
    font-weight: 700;
    margin: 0 0 0 1.4em;
}
.tpc-days span:nth-of-type(2) {
    font-weight: 500;
    margin: 0 0 0 1.2em;
}
.tpc-days h5::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -29px;
    width: 10px;
    height: 2px;
    background: #eee;
    transform: skewX(6deg);
}
.tpc-days span:nth-of-type(1)::after {
    content: ":";
    display: block;
    position: absolute;
    top: 0;
    left: -0.8em;
    transform: skewX(6deg);
}
.tpc-days span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -0.7em;
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    transform: skewX(6deg);
}
.tpc-txt {
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0 0 0;
    padding: 0 25px 0 0;
    
    color: #eee;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
}



/* --- B A R --- */

#scr-bar {
    width: 40px;
    /* height JS */
    display: block;
    border-left: 1px solid rgba(238,238,238,0.2);
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 1;
    
    /* OP JS */
    transform: translateY(-100px);
    opacity: 0;
}
#scr-bar::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: -7px;
    width: 13px;
    height: 13px;
    background: url("../img/arw-wtD.png") no-repeat center center;
    background-size: contain;
}
#scr-bar span {
    position: absolute;
    top: -34px;
    left: -21px;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    line-height: 1em;
    color: #eee;
    
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
}
.barMV {
    width: 1px;
    height: 0;
    display: block;
    background: rgba(238,238,238,1);
    position: absolute;
    top: 0;
    left: -1px;
    
    animation: expansion 4s cubic-bezier(0.455,0.030,0.515,0.955) infinite;
    -webkit-animation: expansion 4s cubic-bezier(0.455,0.030,0.515,0.955) infinite;
}

@keyframes expansion {
    0%   { height: 0; top: 0; }
	30%  { height: 100%; top: 0;}
    70%  { height: 100%; top: 0;}
    100% { height: 0; top: 100%; }
}




/* --- U P D A T E --- */

#update {
    width: 100%;
    height: auto;
    display: block;
    margin: 60px 0 70px;
    position: relative;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.update-BT {
    width: 100%;
    height: 1px;
    display: block;
    margin: 0;
    z-index: 2;
}
.update-TL {
    width: 300px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -150px;
    border: 1px solid #2a2827;
    background: #000;
    z-index: 2;
    
    animation: flare-anime 4s linear infinite;
}
@keyframes flare-anime {
    0%    { box-shadow: 0px 0px 20px 1px rgba(0, 135, 195, 0.0); }
    42%   { box-shadow: 0px 0px 20px 1px rgba(0, 135, 195, 0.7); }
    84%  { box-shadow: 0px 0px 20px 1px rgba(0, 135, 195, 0.0); }
}
.update-TL p {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 2.2em;
    letter-spacing: 0.02em;
    color: #eee;
    text-align: center;
    transform: skewX(-6deg);
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.update-BT span {
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #2a2827;
}
.update-icon {
    width: 15px;
    height: 2px;
    display: block;
    background: #eee;
    position: absolute;
    top: 50%;
    left: 25px;
    margin: -1px 0 0 0;
}
.update-icon p {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #eee;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
}
.update-TL, .update-BT span, .update-icon {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.update-TL.active {
    left: 40px;
    margin: 0;
    
    animation: none;
}
.update-BT span.active {
    width: calc(100% - 40px);
    left: 40px;
}
.update-icon p.active {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.update-TL:hover {
    border: 1px solid #00cef0;
}
.update-TL:hover p {
    color: rgba(0,206,240,1);
}
.update-TL:hover .update-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.update-TL:hover .update-icon, .update-TL:hover .update-icon p {
    background: rgba(0,206,240,1);
}

.UParea-wrap {
    width: calc(100% - 80px);
    height: auto;
    position: relative;
    margin: 0 0 0 80px;
    
    border-bottom: 1px solid #2a2827;
    background: linear-gradient(135deg, rgba(9,63,90,0), rgba(9,63,90,0) 28%, rgba(9,63,90,0.9) 85%, rgba(8,72,100,1) 92%, rgba(6,118,158,0.85));
    
    display: none;
}
.UParea-wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,1), rgba(42,40,39,1));
}
.UParea {
    width: calc(100% - 40px);
    height: auto;
    margin: 0;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.UPbox {
    width: 50%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
}
.Uptitle {
    width: 12%;
    height: 100%;
    display: block;
    position: relative;
}
.Uptitle span {
    width: 250px;
    height: auto;
    display: inline-block;
    text-align: center;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.5rem;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #eee;
    
    position: absolute;
    top: 150px;
    left: -125px;
    margin: 0 0 0 48%;
    
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    
    /*background: rgba(255,255,255,0.2);*/
}
.Upmain {
    width: 88%;
    height: 100%;
    display: block;
    padding: 50px 40px 70px 6%;
    position: relative;
}
.Upmain::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 1px;
    height: 40px;
    background: rgba(238,238,238,0.8);
}
.UPitem {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    position: relative;
    padding: 15px;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    box-shadow: 0px 1px 30px 0px rgba(0, 135, 195, 0.0);
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.tab-wrap {
    display: none;
}
.UP-L {
    width: 30%;
    height: 100%;
    display: block;
    margin: 0;
    text-align: right;
}
@media (min-width: 1280px) {
    .UP-L {
        width: 130px;
    }
}

.days {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    line-height: 1em;
    color: #eee;
    
    transform: skewX(-6deg);
}
.days h5 {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0.2em 0 0;
    position: relative;
}
.days::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background: #eee;
}
.ctg, .ctg_lc {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 6px 0;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
    line-height: 1em;
}
.ctg {
    color: #000;
    background: #eee;
}
.ctg_lc {
    color: #eee;
    border: 1px solid rgba(238,238,238,0.8);
}
.ctg, .ctg_lc {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.ctg span:nth-of-type(1) {
    display: inline-block;
    font-weight: 700;
    margin: 0;
}
.ctg span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 0.9em;
    position: relative;
}
.ctg span:nth-of-type(2)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: -0.5em;
    width: 1px;
    height: 11px;
    background: rgba(0,0,0,1);
    transform: skewX(-15deg) scaleX(0.5);
}

.UP-R {
    width: 70%;
    height: auto;
    display: block; 
    margin: 0 0 0 4%;
    padding: 0 8% 0 4%;
    position: relative;
}
.UP-R::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(238,238,238,0.5);
}
.UPitem::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: url("../img/arwL-wtR.png") no-repeat center center;
    background-size: contain;
    
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.UP-R p {
    display: inline-block;
    color: #eee;
    font-size: 0.9rem;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin: 0;
}

.UPitem:hover {
    transform: translateY(-10px);
    box-shadow: 0px 1px 30px 0px rgba(0, 135, 195, 0.6);
}
.UPitem:hover::after {
    transform: translateX(70%) scale(1.2);
}
.UPitem:hover .ctg {
    background: #00cef0;
}
.UPitem:hover .ctg_lc {
    color: rgba(0,206,240,1);
    border: 1px solid rgba(0,206,240,1);
}

.vwBT_UP-wrap {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.viewBT-bk, .viewBT-wt {
    height: 30px;
    display: inline-block;
    text-align: left;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.0rem;
    letter-spacing: 0.02em;
    line-height: 30px;
    padding: 0 3.5em 0 1.5em;
    position: relative;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.viewBT-bk {
    border: 1px solid rgba(238,238,238,0.8);
    color: #eee;
}
.viewBT-wt {
    border: 1px solid rgba(26,26,26,0.8);
    color: #1a1a1a;
    background: #fff;
}
.viewBT-bk span, .viewBT-wt span {
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.viewBT-bk span { background: #eee; }
.viewBT-wt span { background: #1a1a1a; }

.viewBT-bk span::before, .viewBT-bk span::after,
.viewBT-wt span::before, .viewBT-wt span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    transform-origin: right center;
    
    transition: all 0.2s ease-out 0.1s;
    -webkit-transition: all 0.2s ease-out 0.1s;
}
.viewBT-bk span::before, .viewBT-bk span::after { background: #eee; }
.viewBT-wt span::before, .viewBT-wt span::after { background: #1a1a1a; }

.viewBT-bk span::before, .viewBT-wt span::before {
    transform: rotate(-45deg);
}
.viewBT-bk span::after, .viewBT-wt span::after {
    transform: rotate(45deg);
}

.viewBT-bk:hover {
    color: rgba(0,206,240,1);
    border: 1px solid rgba(0,206,240,1);
    transform: translateX(8px);
}
.viewBT-wt:hover {
    color: rgba(238,238,238,1);
    border: 1px solid rgba(26,26,26,1);
    background: rgba(26,26,26,1);
    transform: translateX(8px);
}
.viewBT-bk:hover span, .viewBT-wt:hover span {
    width: 0;
}
.viewBT-bk:hover span::before, .viewBT-wt:hover span::before {
    transform: rotate(-45deg) translateY(-50%);
}
.viewBT-bk:hover span::after, .viewBT-wt:hover span::after {
    transform: rotate(45deg) translateY(50%);
}
.viewBT-bk:hover span::before, .viewBT-bk:hover span::after {
    width: 8px;
    background: rgba(0,206,240,1);
}
.viewBT-wt:hover span::before, .viewBT-wt:hover span::after {
    width: 8px;
    background: rgba(238,238,238,1);
}




/* --- F E A T U R E  A R E A --- */

#feature {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.FT-area1 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 40px 40px 50px 40px;
    position: relative;
}
.FT-area1:last-of-type {
    margin-bottom: 40px;
}
.FT-area2 {
    width: 50%;
    display: block;
    margin: 0;
    padding: 40px 40px 50px 40px;
    position: relative;
}
.FT-area1 .vwBT-wrap, .FT-area2 .vwBT-wrap {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.ft-wow {
    background: #000;
}
.ft-wow h1:nth-of-type(3) {
    margin: 40px auto;
}
.ft-wow h1 {
    width: 65%;
    display: block;
    margin: 0 auto;
}
.ft-wow h2 {
    width: 65%;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #e9e7dc;
    font-weight: 900;
}
.ft-wow h3 {
    width: 65%;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #e9e7dc;
    font-weight: 900;
}
.ft-wow p {
    width: 65%;
    display: block;
    margin: 0 auto 100px;
    
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #e9e7dc;
}
@media (min-width: 1600px) {
    .ft-wow h1, .ft-wow p { width: 1088px; }
}
.ft-wow p b {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1em;
    letter-spacing: 0.01em;
}
.FT-area2.ft-wow h1, .FT-area2.ft-wow h2,
.FT-area2.ft-wow h3, .FT-area2.ft-wow p {
    width: 90%;
}

.SB-title {
    display: inline-block;
    padding: 0.3em 1em 0.4em;
    margin: 0 0 1em 0;
    font-size: 0.85em;
    line-height: 1em;
    border: 1px solid rgba(238,238,238,0.8);;
}

.ftline_WT {
    width: 100%;
    height: 70px;
    display: block;
    position: relative;
    overflow: hidden;
}
.ftline_WT span {
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    left: 50%;
    background: #e8e7dc;
    
    transition: all 1.2s ease-out 0.6s;
    -webkit-transition: all 1.2s ease-out 0.6s;
}
.ftline_WT-after span {
    width: 80px;
    left: calc(50% - 40px);
}
.ftline_GR {
    width: 100%;
    height: 40px;
    display: block;
    position: relative;
    overflow: hidden;
}
.ftline_GR span {
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #2a2827;
    
    transition: all 1.2s ease-out 0.6s;
    -webkit-transition: all 1.2s ease-out 0.6s;
}
.ftline_GR-after span {
    width: 80%;
    left: 10%;
}
.FT-area2 .ftline_GR-after span {
    width: 90%;
    left: 5%;
}

.ft-tmpA {
    height: 600px;
    background: url("../img/bg-tx_wt.jpg") repeat;
    background-size: 250px auto;
}
.ft-tmpB {
    height: 600px;
    background: #000;
}

.ft-tmpA h1, .ft-tmpB h1 {
    width: 88%;
    display: block;
    margin: 0 auto;
}
.FT-area1 h1 img, .FT-area2 h1 img {
    width: 100%;
    height: auto;
    display: block;
}




/* --- L E - C I E L --- */

#leciel {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 10%;
    display: block;
    background: linear-gradient(60deg, rgba(6,158,184,1), rgba(6,158,184,1) 50%, rgba(0,214,222,1));
    overflow: hidden;
}
#leciel h1 {
    width: 35%;
    display: block;
    margin: 0;
}
#leciel h1 img {
    width: 100%;
    height: auto;
    display: block;
}
#leciel h2 {
    display: inline-block;
    margin: 2.5% 0 0.8% 0;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    line-height: 1.3em;
    color: #eee;
}
#leciel p {
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    margin:  0.8% 0 0 0;
    color: #eee;
}
.lecielBT-wrap1, .lecielBT-wrap2 {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 4% 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
 }
 .lecielBT-wrap1 {
    margin: 4% 0 0 0;
    justify-content: flex-start;
    -webkit-box-pack: start;
 }
  .lecielBT-wrap2 {
    margin: 1% 0 0 0;
    justify-content: flex-end;
    -webkit-box-pack: end;
 }
 .lecielBT-wrap1 div:first-of-type {
     margin-right: 25px;
 }
.lecielBT1, .lecielBT2 {
    width: 180px;
    height: 45px;
    display: block;
    text-align: center;
    
    font-size: 1.05rem;
    letter-spacing: 0.2em;
    line-height: 2.4em;
    font-weight: 400;
    margin: 0;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.lecielBT1 {
    background: rgba(238,238,238,1);
    border: 1px solid rgba(238,238,238,1);
    color: #069eb8;
}
.lecielBT2 {
    background: rgba(238,238,238,0);
    border: 1px solid rgba(238,238,238,1);
    color: #eee;
}
.lecielBT1:hover {
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 15px 15px -10px rgba(8, 94, 109, 0.7);
    transform: translateY(-6px);
}
.lecielBT2:hover {
    color: #fff;
    background: rgba(0,206,240,1);
    border: 1px solid rgba(255,255,255,1);
    box-shadow: 0px 15px 15px -10px rgba(8, 94, 109, 0.7);
    transform: translateY(-6px);
}
.lecielBT-wrap2 div {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-weight: 400;
    color: #eee;
    margin: 0 0 0 55px;
    position: relative;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.lecielBT-wrap2 div::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: -16px;
    width: 12px;
    height: 12px;
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: contain;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.lecielBT-wrap2 div:hover {
    color: #fff;
    transform: translateX(7px);
}
.lecielBT-wrap2 div:hover::after {
    transform: translateX(-3px);
}

.lecielBT-wrap1 a {
    opacity: 0;
    transform: translateY(50px);
}
.lecielBT-wrap2 a {
    opacity: 0;
    transform: translateX(-50px);
}





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

#movie {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 80px 0;
    display: block;
    background: url("../img/bg-tx.jpg") repeat;
    background-size: 250px auto;
    position: relative;
    overflow: hidden;
}
.mv-main {
    width: 70%;
    height: auto;
    display: block;
    margin: 40px auto 0;
    position: relative;
    box-shadow: 0px 10px 35px 0px rgba(2, 50, 57, 0.7);
}
@media (min-width: 1600px) {
    .mv-main { width: 1120px; }
}

.MVbase {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 0;
    float: left;
    overflow: hidden;
}
.MVbase img {
    width: 100%;
    height: auto;
    display: block;
    
    transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
}
.MVbase span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.MVbase span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 1px solid rgba(238,238,238,0.8);
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.MVbase span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -25px 0 0 -14px;
    border-style: solid;
    border-width: 25px 0 25px 43.3px;
    border-color: transparent transparent transparent #eee;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.MVbase span:hover::before {
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
}
.MVbase span:hover::after {
    transform: scale(0.9);
}
.MVbase span:hover {
    background: rgba(0,0,0,0.1);
}
.MVbase:hover img {
    transform: scale(1.04);
}

.YT-BT {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    color: #1a1a1a;
}
.YT-BT p {
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    color: #1a1a1a;
    margin: 40px 0 40px 0;
    position: relative;
}
.YT-BT p::before {
    content: "\f167";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 50%;
    margin-left: -1.4rem;
    z-index: 2;
    
    font-family: "Font Awesome 5 Brands";
    font-size: 2.8rem;
    line-height: 1em;
    color: rgba(255,96,96,1);
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.YT-BT a:hover p::before {
    color: rgba(255,255,255,1);
    transform: scale(1.06) translateY(-3px);
    text-shadow: 0px 2px 6px rgba(2, 50, 57, 0.3);
}




/* --- G O O D S --- */

#goods {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 80px 0;
    display: block;
    background: url("../img/bg-tx_wt.jpg") repeat;
    background-size: 250px auto;
    position: relative;
    overflow: hidden;
}
#goods h5 {
    width: 160px;
    height: auto;
    display: block;
    margin: 50px auto;
}
#goods img {
    width: 100%;
    height: auto;
    display: block;
}
#goods .vwBT-wrap {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}




/* --- D I S C O  [ T O P ] --- */

#top-disco {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 80px 0;
    display: block;
    border-bottom: 1px solid rgba(66,82,86,0.25);
    background: linear-gradient(210deg, rgba(0,0,0,0), rgba(0,0,0,0) 28%, rgba(6,77,103,0.6) 85%, rgba(6,77,103,0.75) 92%, rgba(6,118,158,0.6));
    position: relative;
    overflow: hidden;
}

#top-disco .vwBT-wrap {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}




/* --- [ swiper ] --- */

.swiper-container {
    width: 100%;
    height: auto;
    position: relative;
}
.swiper-slide {
    width: 100%;
    height: auto;
    position: relative;
}

.BN-prev, .BN-next, .MV-prev, .MV-next {
    width: 50px;
    /* height JS */
    display: block;
    position: absolute;
    top: 0;
    outline: none;
    cursor: pointer;
}
.BN-prev { left: -50px; }
.BN-next { right: -50px; }
.MV-prev { left: -8%; }
.MV-next { right: -8%; }

@media (min-width: 1600px) {
    .MV-prev { left: -90px; }
    .MV-next { right: -90px; }
}

.BN-next::after, .BN-prev::after,
.MV-next::after, .MV-prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.BN-next::after, .BN-prev::after {
    margin-top: -13px;
    width: 26px;
    height: 26px;
    border: 1px solid rgba(238,238,238,0.7); 
}
.MV-next::after, .MV-prev::after {
    margin-top: -18px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(26,26,26,0.6);
    background: rgba(255,255,255,0);
}

.BN-next::after, .MV-next::after { right: 1px; }
.BN-prev::after, .MV-prev::after { left: 1px; }

.BN-next:hover::after, .BN-prev:hover::after,
.MV-next:hover::after, .MV-prev:hover::after {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.MV-next:hover::after, .MV-prev:hover::after {
    background: rgba(255,255,255,0.6);
}

.BN-next::before, .BN-prev::before,
.MV-next::before, .MV-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -13px;
    z-index: 2;
}
.BN-next::before {
    right: 1px;
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: 32% auto;
}
.BN-prev::before {
    left: 1px;
    background: url("../img/arw-wtL.png") no-repeat center center;
    background-size: 32% auto;
}
.MV-next::before {
    right: 6px;
    background: url("../img/arw-bkR.png") no-repeat center center;
    background-size: 42% auto;
}
.MV-prev::before {
    left: 6px;
    background: url("../img/arw-bkL.png") no-repeat center center;
    background-size: 42% auto;
}

.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet {
	width: 7px;
	height: 7px;
    margin: 0 5px !important;
	background: rgba(238,238,238,0.3);
    border-radius: 50%;
}
.swiper-pagination-bullet-active {
	width: 7px;
	height: 7px;
    background: rgba(238,238,238,1);
}




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

footer {
    width: 100%;
    height: 250px;
    display: block;
    background: url("../img/bg-ft.png") no-repeat right bottom;
    background-size: auto 100%;
    position: relative;
}
footer::after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    margin: 0 0 0 -220px;
    width: 440px;
    height: 45px;
    background: url("../img/ft-title.png") no-repeat center center;
    background-size: contain;
}
.ftBT-wrap {
    width: 100%;
    height: auto;
    text-align: left;
    margin: 160px 0 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: center;
    -webkit-box-align: center;
 }
.ft-SNS {
    display: none;
}
.mvrLG {
    width: auto;
    height: 23px;
    display: block;
}
.mvrLG img {
    width: auto;
    height: 100%;
    display: block;
}
.mvrLG a img {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.mvrLG a:hover img {
    transform: translateY(-5px);
}
  
footer p {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.7rem;
    letter-spacing: 0.02em;
    color: #eee;
    transform: skewX(-6deg);
}




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


.hasen-wt {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
    background: url("../img/hasen-wt.png") repeat-x left top;
    background-size: auto 1px;
}
.hasen-bk {
    width: 100%;
    height: 1px;
    margin: 1rem 0;
    background: url("../img/hasen-bk.png") repeat-x left top;
    background-size: auto 1px;
}

#leciel .hasen-wt {
    width: 0;
}


.fd_Vt1 {
    opacity: 0;
    
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
   
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_Vt1-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_Vt2 {
    opacity: 0;
    
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
   
    -webkit-transition: all 1.5s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 1.5s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_Vt2-after {
    opacity: 1;
    
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_HzL {
    opacity: 0;
    
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
   
    -webkit-transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
    transition: all 2.0s cubic-bezier(0.080, 0.800, 0.315, 1.000);
}
.fd_HzL-after {
    opacity: 1;
    
	-webkit-transform: translateX(0);
    transform: translateX(0);
}
.fd_Oc {
    opacity: 0;
   
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}
.fd_Oc-after {
    opacity: 1;
}



/* ---  M O D A L [inline] --- */

.modal_inline {
    display: block;
    padding: 25px 50px 50px;
    
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    color: #e9e7dc;
}
.modal_inline h3 {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    color: #e9e7dc;
    font-weight: normal;
}
.modal_inline ul {
    margin: 0 0 -0.5em 0;
    padding: 0 0 0 1.5em;
}
.modal_inline li {
    list-style: square;
    margin: 0 0 0.5em 0;
}
.modal_inline b {
    font-weight: normal;
    color: #b4ab8d;
}
.modal_inline a {
    color: #069eb8;
    text-decoration: underline;
    
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.modal_inline a:hover {
    color: #21d9f8;
    text-decoration: underline;
}





/* --------- < 1280px > --------- */

@media (max-width: 1280px) {

.mn-SNS, .mn-LG, .lg-PD {
    display: none;
}
.mn-OF {
    width: auto;
    height: 100%;
    padding: 0 20px 0 0;
    margin-right: 70px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

/* --- N A V  [ S P ] --- */

#navBT {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    z-index: 18;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	box-sizing: border-box;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.menu-trigger {
	position: absolute;
	width: 28px;
	height: 20px;
    top: 15px;
    left: 11px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-135deg);
	transform: translateY(9px) rotate(-135deg);
}
.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: scale(0.1,1);
    -moz-transform: scale(0.1,1);
    -o-transform: scale(0.1,1);
    -ms-transform: scale(0.1,1);
    transform: scale(0.1,1);
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(135deg);
	transform: translateY(-9px) rotate(135deg);
}

/* --- M E N U  [ S P ] --- */

.menu-nav {
    width: 100%;
	height: calc(100vh - 52px);
	position: fixed;
	top: 52px;
	left: 0;
	background: rgba(0,0,0,1);
	margin: 0;
	display: none;
	z-index: 10;
    -webkit-overflow-scrolling: touch;
}
.mnsp-LG {
    width: 100%;
    height: auto;
    padding: 0 2em 0 0;
    margin: 0;
    
    border-bottom: 1px solid rgba(42,40,39,1);
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-end;
    -webkit-box-pack: end;
    
    align-items: center;
    -webkit-box-align: center;
}
.mnsp-LG i {
    color: rgba(6,158,184,0.9);
}
.mnsp-LG div {
    height: auto;
    display: block;
    position: relative;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1em;
    letter-spacing: 0.02em;
    
    transition: all 0.6s ease-out 0.4s;
    -webkit-transition: all 0.6s ease-out 0.4s;
    
    transform: translateX(50px);
    opacity: 0;
}
.mnsp-LG div:nth-of-type(-n+2) { padding: 0.8em 0 0.8em 1.3em; }
.mnsp-LG div:nth-of-type(n+3)  { padding: 0.8em 0 0.8em 2em; }

.mnsp-LG div:nth-of-type(n+3)::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 1em;
    width: 1px;
    height: 10px;
    background: rgba(42,40,39,1);
}

.mnsp-OF {
    width: 100%;
    height: auto;
    padding: 20px 8% 20px 8%;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.mnsp-OF div:nth-of-type(1), .mnsp-FC_mn div:nth-of-type(1) {
    width: 100%;
}
.mnsp-OF div:nth-of-type(n+2), .mnsp-FC_mn div:nth-of-type(n+2) {
    width: 50%;
}
.mnsp-OF div, .mnsp-FC_mn div {
    height: auto;
    padding: 0.8em 0 0.8em 18px;
    display: block;
    position: relative;
    
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    
    transform: translateX(70px);
    opacity: 0;
}
.mnsp-OF div a    { color: #eee; }
.mnsp-FC_mn div a { color: #000; }

.mnsp-OF div::before, .mnsp-FC_mn div::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
}
.mnsp-OF div::before {
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: 100% auto;
}
.mnsp-FC_mn div::before {
    background: url("../img/arw-bkR.png") no-repeat center center;
    background-size: 100% auto;
}

.mnsp-OF div:nth-of-type(-n+5)::after, .mnsp-FC_mn div:nth-of-type(-n+5)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 1px;
}
.mnsp-OF div:nth-of-type(-n+5)::after    { background: rgba(42,40,39,1); }
.mnsp-FC_mn div:nth-of-type(-n+5)::after { background: rgba(0,0,0,0.4); }

.mnsp-FC {
    width: 100%;
    height: auto;
    padding: 24px 8% 20px 8%;
    margin: 0;
    position: relative;
    background: linear-gradient(60deg, rgba(6,158,184,0.9), rgba(6,158,184,0.9) 50%, rgba(0,214,222,1));
    display: block;
}
.mnsp-FC::before, .mnsp-FC::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
}
.mnsp-FC::before { top: 1px; }
.mnsp-FC::after  { bottom: 1px; }

.mnsp-FC_tl {
    width: 100%;
    height: 32px;
    background: url("../img/mn-leciel.png") no-repeat left center;
    background-size: auto 100%;
    padding: 0 0 0 140px;
    margin: 0 0 24px 0;
    position: relative;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    align-items: flex-end;
    -webkit-box-align: end;
    
    transition: all 0.8s ease-out 0.60s;
    -webkit-transition: all 0.8s ease-out 0.60s;
    
    transform: translateX(0);
    opacity: 0;
}
.mnsp-FC_tl::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.4);
}
.mnsp-FC_tl div:nth-of-type(1) a {
    display: inline-block;
    background: #000;
    padding: 0.5em 1.6em 0.6em;
    position: relative;
    
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: rgba(6,158,184,1);
}
.mnsp-FC_tl div:nth-of-type(1) a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -12px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.mnsp-FC_tl div:nth-of-type(2) a {
    display: inline-block;
    padding: 0 0 0.5em 0;
    margin: 0 0 0 1.5em;
    
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    line-height: 1em;
    color: #000;
}
.mnsp-FC_tl div:nth-of-type(2) i {
    display: inline-block;
    margin: 0 0.3em 0 0;
}
.mnsp-FC_mn {
    width: 100%;
    height: auto;
    padding: 20px 0 0 0;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    
    justify-content: center;
    -webkit-box-pack: center;
}
.mnsp-SNS {
    width: 100%;
    height: auto;
    padding: 24px 8% 20px 8%;
    margin: 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    transition: all 0.5s ease-out 0.8s;
    -webkit-transition: all 0.5s ease-out 0.8s;
    
    transform: translateY(20px);
    opacity: 0;
}
.mnsp-SNS div {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0 1.2em 0 0;
}

.mnsp-OF div:nth-of-type(1), .mnsp-FC_mn div:nth-of-type(1) {
    transition: all 0.4s ease-out 0.40s;
    -webkit-transition: all 0.4s ease-out 0.40s;
}
.mnsp-OF div:nth-of-type(2), .mnsp-FC_mn div:nth-of-type(2) {
    transition: all 0.4s ease-out 0.45s;
    -webkit-transition: all 0.4s ease-out 0.45s;
}
.mnsp-OF div:nth-of-type(3), .mnsp-FC_mn div:nth-of-type(3) {
    transition: all 0.4s ease-out 0.50s;
    -webkit-transition: all 0.4s ease-out 0.50s;
}
.mnsp-OF div:nth-of-type(4), .mnsp-FC_mn div:nth-of-type(4) {
    transition: all 0.4s ease-out 0.55s;
    -webkit-transition: all 0.4s ease-out 0.55s;
}
.mnsp-OF div:nth-of-type(5), .mnsp-FC_mn div:nth-of-type(5) {
    transition: all 0.4s ease-out 0.60s;
    -webkit-transition: all 0.4s ease-out 0.60s;
}
.mnsp-OF div:nth-of-type(6), .mnsp-FC_mn div:nth-of-type(6) {
    transition: all 0.4s ease-out 0.65s;
    -webkit-transition: all 0.4s ease-out 0.65s;
}
.mnsp-OF div:nth-of-type(7), .mnsp-FC_mn div:nth-of-type(7) {
    transition: all 0.4s ease-out 0.70s;
    -webkit-transition: all 0.4s ease-out 0.70s;
}
.mnsp-OF div:nth-of-type(8), .mnsp-FC_mn div:nth-of-type(8) {
    transition: all 0.4s ease-out 0.75s;
    -webkit-transition: all 0.4s ease-out 0.75s;
}

.mnsp-LG div.act, .mnsp-OF div.act, .mnsp-FC_mn div.act, .mnsp-FC_tl.act {
    transform: translateX(0);
    opacity: 1;
}
.mnsp-SNS.act {
    transform: translateY(0);
    opacity: 1;
}

.ft-wow h1, .ft-wow h2, .ft-wow h3, .ft-wow p {
    width: 75%;
}
.FT-area2.ft-wow h1, .FT-area2.ft-wow h2,
.FT-area2.ft-wow h3, .FT-area2.ft-wow p {
    width: 100%;
}

.ft-SNS {
    padding: 0;
    margin: 0 40px 0 0;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    font-family: "Font Awesome 5 Brands";
    font-size: 1.0rem;
    line-height: 1em;
    color: #eee;
}
.ft-SNS div {
    width: auto;
    height: 100%;
    margin: 0 0 0 20px;
    position: relative;
    display: block;
}
.ft-SNS div a {
    color: rgba(238,238,238,1);
    
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.ft-SNS a:hover {
    color: rgba(0,206,240,1);
}




}





/* --------- < 1024px > --------- */

@media (max-width: 1024px) {

.mnBL, .mn-OF {
    display: none;
}
#navBT {
    top: 10px;
}
.menu-nav {
	height: calc(100vh - 72px);
	top: 72px;
}
.mnBK {
    height: 70px;
}
.hd-logo {
    width: auto;
    height: 34px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
}
.hd-logo div {
    margin: 0 0 0 8px;
}
.hd-logo div:last-child {
    margin: 6px 0 0 12px;
    height: 80%;
}
.hd-logo div:last-child::after {
    left: -7px;
    top: 5px;
    height: 16px;
}

.beltBL {
    width: 100%;
    height: 12px;
    background: linear-gradient(45deg, rgba(0,137,175,0), rgba(0,137,175,0.9) 50%, rgba(0,137,175,0.9) 85%, rgba(0,206,240,0.98));
    z-index: 0;
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
}

.UParea-wrap {
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: block;
}
.UParea-wrap::after {
    display: none;
}
.UParea {
    width: 200%; /* 3項目の場合は 300% */
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.UPbox:nth-of-type(2) { transform: translateX(-100%); }
.UPbox:nth-of-type(3) { transform: translateX(-200%); }

.UPbox {
    width: 100%;
    display: block;
}

.Uptitle {
    display: none;
}
.Upmain {
    width: 100%;
    height: auto;
    padding: 20px 20px 80px 20px;
    position: relative;
    top: 0;
    left: 0;
}
.Upmain::after {
    display: none;
}
.UPitem {
    margin: 0 0 10px 0;
    padding: 15px;
    
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.UP-L {
    width: 100%;
    height: auto;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    align-items: center;
    -webkit-box-align: center;
}

.tab-wrap {
    width: 100%;
    height: 52px;
    margin: 30px 0 0 0;
    position: relative;
    background: rgba(238,238,238,0.08);
    border-top: 1px solid rgba(42,40,39,1); 
    border-bottom: 1px solid rgba(42,40,39,1);
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: flex-start;
    -webkit-box-pack: start;
    
    align-items: center;
    -webkit-box-align: center;
    z-index: 2;
}
.tab {
    width: 50%;
    height: auto;
    text-align: center;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.0rem;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: rgba(238,238,238,0.5);
    position: relative;
    cursor: pointer;
    
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
}
.tab-wrap div:nth-of-type(n+2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    width: 1px;
    height: 30px;
    background: rgba(42,40,39,1);
}
.tb-atv {
    color: rgba(238,238,238,1);
}

.UP-sp {
    visibility: hidden;
    opacity: 0;
    z-index: 0;

    transform: translateY(-25px);

    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.UP-sp.up-atv {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    
    transform: translateY(0);
}

.days {
    width: 110px;
    margin: 0 1em 0 0;
    font-size: 0.6rem;
}
.days h5 {
    font-size: 0.7rem;
}
.days::after {
    margin-top: -2px;
}
.ctg, .ctg_lc {
    width: 120px;
    margin: 0;
    padding: 5px 0 4px;
    font-size: 0.75rem;
}
.UP-R {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 5% 0 4%;
}

.UPitem::after {
    top: calc(50% + 18px);
    right: 3%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
}
.UP-R p {
    font-size: 0.8rem;
}
.UPitem:hover::after {
    transform: translateX(30%) scale(1.2);
}
.vwBT_UP-wrap {
    width: calc(100% - 40px);
    bottom: 30px;
}

.ft-tmpA, .ft-tmpB {
    height: 500px;
}
.ft-tmpA h1, .ft-tmpB h1 {
    width: 80%;
}

#leciel {
    padding: 110px 10% 60px;
}
#leciel h1 {
    width: 45%;
}
#leciel h2 {
    font-size: 0.6rem;
}
.lecielBT-wrap2 div {
    font-size: 0.75rem;
    margin: 25px 0 0 45px;
}



}







/* --------- < 840px > --------- */

@media (max-width: 840px) {

#topic, #scr-bar {
    display: none;
}
.top-wrap {
    margin: 70px 0 0 0;
}
.toppic {
    display: none;
}
.toppic_sp {
    width: 100%;
    height: auto;
    display: block;
}

.PICbase::before {
    content: "";
    display: block;
    padding-bottom: 110%;
}
.PICbase::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0) 48%, rgba(0,0,0,1) 60%, rgba(0,0,0,1));
}
.Tpic_01 {
    background: url("../img/top_sp-01.jpg") no-repeat center top #fff;
    background-size: 100% auto;
}
.Tpic_02 {
    background: url("../img/top_sp-02.jpg") no-repeat center top #fff;
    background-size: 100% auto;
}
.Tpic_03 {
    background: url("../img/top_sp-03.jpg") no-repeat center top #fff;
    background-size: 100% auto;
}

.swiper-pagination {
    bottom: calc(26% + 50px) !important;
}
.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
}
.swiper-pagination-bullet-active {
	width: 5px;
	height: 5px;
}

.topsns_sp {
    width: 100%;
    height: 28px;
    
    position: absolute;
    bottom: 5px;
    right: 0;
    z-index: 1;
    
    display: flex;
    display: -webkit-flex;
    
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    align-items: flex-end;
    -webkit-box-align: end;
}
.topsns_sp div {
    /* OP JS */
    transform: translateY(-20px);
    opacity: 0;
}
.topsns_sp div a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1em;
    color: #eee;
    margin: 0 0.65em;
}

#BN-area {
    width: 68%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 55px;
    right: 16%;
    z-index: 1;
}
.BN-prev, .BN-next {
    transform: scale(0.7);
}
.MV-prev, .MV-next {
    transform: scale(0.6);
}
.BN-prev { left: -17%; }
.BN-next { right: -17%; }
.MV-prev { left: -18%; }
.MV-next { right: -18%; }

#update {
    margin: 35px 0 0;
}
.update-TL {
    width: 200px;
    height: 30px;
    top: -15px;
    margin: 0 0 0 -100px;
    animation: none;
}
.update-TL p {
    font-size: 0.9rem;
    line-height: 2.0em;
}
.update-icon {
    transform: scale(0.7) rotate(180deg);
    left: 15px;
}
.update-icon p {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.update-TL:hover .update-icon {
    transform: scale(0.7) rotate(0deg);
}
.update-TL.active {
    left: 20px;
    margin: 0;
}
.update-icon p.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.update-BT span.active {
    width: calc(100% - 20px);
    left: 20px;
}

.vwBT_UP-wrap {
    width: 100%;
}
.viewBT-bk, .viewBT-wt {
    width: 40%;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 30px;
    padding: 0;
    margin: 0 auto;
}
.viewBT-bk span, .viewBT-wt span {
    display: none;
}

.FT-area1 {
    padding: 0 20px 60px 20px;
}
.FT-area1:first-of-type, .FT-area2:first-of-type {
    margin: 50px 0 0 0;
}
.FT-area1:last-of-type {
    margin-bottom: 20px;
}

.FT-area2 {
    width: 100%;
    padding: 0 20px 60px 20px;
}


.FT-area1 .vwBT-wrap, .FT-area2 .vwBT-wrap {
    bottom: 40px;
}
.ft-wow h1:nth-of-type(3) {
    margin: 22px auto;
}
.ft-wow h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 0.9rem;
}
.ft-wow h3 {
    width: 100%;
    margin: 0 auto 1.6em auto;
    font-size: 0.72rem;
}
.ft-wow h1 {
    width: 100%;
}
.ft-wow p {
    width: 100%;
    margin: -10px auto 50px;
    font-size: 0.72rem;
}
.ft-wow p b {
    font-size: 1.0rem;
}
.SB-title {
    font-size: 0.8em;
}
.ftline_WT {
    height: 46px;
}
.ftline_WT span {
    top: calc(50% - 2px);
}
.ftline_WT-after span {
    width: 50px;
    left: calc(50% - 25px);
}
.ftline_GR {
    height: 25px;
}
.ftline_GR-after span, .FT-area2 .ftline_GR-after span {
    width: 100%;
    left: 0;
}

#leciel {
    padding: 110px 20px 50px;
}
#leciel h1 {
    width: 60%;
    margin: 0 auto;
}
#leciel h2 {
    display: block;
    font-size: 0.5rem;
    margin: 8% 0 6% 0;
    text-align: center;
}
#leciel p {
    font-size: 0.6rem;
}
.lecielBT-wrap1, .lecielBT-wrap2 {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 5% 0 0 0;
 }
 .lecielBT-wrap1 {
    justify-content: center;
    -webkit-box-pack: center;
 }
  .lecielBT-wrap2 {
    justify-content: center;
    -webkit-box-pack: center;
 }
 .lecielBT-wrap1 div:first-of-type {
     margin: 15px 0.6em;
 }
.lecielBT1, .lecielBT2 {
    width: 140px;
    height: 34px;
    font-size: 1.00rem;
    line-height: 1.9em;
}
.lecielBT-wrap2 div {
    font-size: 0.5rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 5px 1.5em 0;
}
.lecielBT-wrap2 div::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: -11px;
    width: 8px;
    height: 8px;
    background: url("../img/arw-wtR.png") no-repeat center center;
    background-size: contain;
    
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.lecielBT-wrap2 div:hover {
    color: #fff;
    transform: translateX(7px);
}
.lecielBT-wrap2 div:hover::after {
    transform: translateX(-3px);
}


#movie {
    padding: 0 0 60px 0;
}
.mv-main {
    width: 70%;
    margin: 30px auto 0;
    box-shadow: 0px 8px 25px 0px rgba(2, 50, 57, 0.6);
}

.MVbase span::before {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
}
.MVbase span::after {
    margin: -25px 0 0 -15px;
    transform: scale(0.7);
    transform-origin: center center;
}
.MVbase span:hover::before {
    width: 84px;
    height: 84px;
    margin: -42px 0 0 -42px;
}
.MVbase span:hover::after {
    transform: scale(0.6);
}

.YT-BT p {
    font-size: 0.9rem;
    margin: 20px 0 30px 0;
}
.YT-BT p::before {
    top: 0.7em;
    margin-left: -1.0rem;
    font-size: 2.0rem;
}

#goods {
    padding: 0 0 60px 0;
}
#goods h5 {
    width: 100px;
    height: auto;
    display: block;
    margin: 30px auto;
}

#top-disco {
    padding: 0 0 50px 0;
}


footer {
    height: 180px;
}
footer::after {
    top: 30px;
    left: 50%;
    margin: 0 0 0 -135px;
    width: 270px;
    height: 30px;
}
.ftBT-wrap {
    margin: 85px 0 0 0;
 }
 .ft-SNS {
    width: 100%;
    height: auto;
    margin: 0;
    
    justify-content: center;
    -webkit-box-pack: center;
    
    font-size: 0.9rem;
}
.ft-SNS div {
    margin: 0 0 0 16px;
}
.mvrLG {
    height: 14px;
    margin: 18px 0 0 0;
}
footer p {
    width: calc(100 - 10px);
    margin: 18px auto 0 auto;
    font-size: 0.5rem;
}


.fd_Vt0 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.fd_Vt0-after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_Vt1 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.fd_Vt1-after {
    opacity: 1;
	-webkit-transform: translateY(0);
    transform: translateY(0);
}
.fd_HzL {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}
.fd_HzL-after {
    opacity: 1;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}

.modal_inline {
    padding: 25px 20px 40px;
    font-size: 0.8rem;
}
.modal_inline h3 {
    font-size: 1.2rem;
}



}

