html {
 font-size: 62.5%; /* -> 10px */ 
}

:root {
/* font */     
--font-base: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
--font-title: 'Archivo Black', sans-serif;

/* color */ 
--main-color: #ffffff;
--sub-color: #978a84;

}   
.wrap {
    padding-top: 0 !important;
    padding-bottom: 300px !important;
}
body:not(.page--home) .wrap {
    background: #cbbdb0;
}


.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: var(--sub-color);
    z-index: 99999;    
} 
#header-nav {
    display: none;
}
h1.logo {
    display: none !important;    
}
section {
    padding: 80px 0;
}
section:last-child {
    padding-bottom: 0;
}
body {
}
.date {
    font-size: unset;
}
.page--feature .header .drawer .nav li a {
    color: var(--main-color) ;
}    
.page--feature.window-scroll .header .drawer .nav li a {
    color: #222;
}    
body:not(.page--feature.window-scroll) .header .g-nav .nav li a::after {
    background: var(--main-color)  !important;
}
body:not(.page--feature.window-scroll) .header .g-nav .g-nav--item.limited a::before {
    background: var(--main-color)  !important;    
}
.drawer__btn {
    display: none;
}
.allContain {
    font-family: var(--font-base);
    line-height: 1;         
}
h3 {
    color: var(--main-color);
    font-size: clamp(64px, 7.2vw, 104px);
    text-align: center;
    font-weight: 100;   
    font-family: var(--font-title); 
    margin-bottom: 40px;    
}
@media screen and (max-width: 960px) {
.wrap:not(.page--home) {
    padding-bottom: 0 !important;
}    
section {
    padding: 50px 0;
}
section:last-child {
    padding: 0;
}
h3  {
    margin-bottom: 24px;    
}
}


/*//////////// アニメーション　フェードイン ////////////*/
.anim.fadeY {
    opacity: 0;
    transition: all .5s ease-out;
}
.anim.fadeY {
    transform: translateY(30px);
}
.anim.fadeY.on {
    opacity: 1;
}
.anim.fadeY.on {
    transform: translateY(0px);
}


/*//////////// グラデーション ////////////*/
 main {

}
 main::before {
    content: "";
    background-image: url("/static/fcopen/fanplakit/artist/cutiestreet_pG6adh2a/feature/3rd_single/image/bg_pc_zJ7M4HLY.jpg");
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;    
    opacity: unset;
    background-position: center;     
    background-repeat: no-repeat; 
    background-size: cover;          
}

@media screen and (max-width: 960px) {
 main {
}
main::before {
    background-image: url("/static/fcopen/fanplakit/artist/cutiestreet_pG6adh2a/feature/3rd_single/image/bg_sp_zJ7M4HLY.jpg");
}
}    

/*=================================
	fv
===================================*/
.allContain .bg {
    display: none;
}

#fv {
    position: relative;
    width: 100%;
    height: 100%;
}
.navList {
    position: fixed;       
    top: 30px;
    right: 30px;
    display: flex;
    gap: 16px;
    text-align: center;
    z-index: 100;
}
.navList li a {
    font-weight: unset;
    font-size: 2rem;    
    background: var(--sub-color);
    color: var(--main-color);
    padding: 12px 24px;
    border-radius: 100px;
    letter-spacing: 0.1rem;
    display: block;  
    font-family: var(--font-title);
}
.navList li a:hover {
    background: #6f6560;    
}
.navigation {
    display: none;
}
#fv .heroInner {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 5%;  
    margin: 0 auto;      
    max-width: 1400px;
    box-sizing: border-box;
    min-height: 640px;    
}
#fv .heroInner .kv {
    width: 43%;
    aspect-ratio: 1;
    overflow: hidden;
}
#fv .kv img {
    display: block;
    margin: 0 auto; 
    object-fit: cover;
    width: 100%;
    height: 100%;       
}
#fv .heroInner .title-box {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 4vw, 32px);
    padding-left: 5%;
    width: 57%;
    align-items: center;    
}
#fv .heroInner .title-box .artist {
    font-family: var(--font-title);
    text-align: center;
    color: var(--sub-color);
    letter-spacing: 0.05em;
    line-height: 1em;
    font-size: clamp(24px, 3.1vw, 48px);
}
#fv .heroInner .title-box .release {
    font-family: var(--font-title);
    text-align: center;
    color: var(--sub-color);
    letter-spacing: 0.05em;
    line-height: 1.1em;
    border: 2px solid;
    padding: 24px 48px;
    border-radius: 0.5em;
    font-size: clamp(16px, 3.1vw, 48px);
    width: 100%;
}
#fv .artist-logo {
    width: 20%;
    height: auto;
    text-align: center;
    top: 30px;
    left: 30px; 
    position: absolute;  
    width: clamp(120px, 12vw, 320px);    
    max-width: 130px;       
}
#fv .snsWrap { 
}
#fv .snsWrap .snsBox .snsList {
    display: flex;
    gap: 32px;
    font-size: 1.8rem;
    background: var(--main-color);
    border-radius: 100px;
    padding: 13px 32px;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 30px;    
}
#fv .snsWrap .snsBox .snsList li a i {
    color: var(--sub-color);
}


.main-container {
    max-width: 1200px;
    margin: 0 auto; 
    padding: 0 5% 220px;   
}
@media screen and (max-width: 960px) {
.main-container {
    padding: 40px 5% 240px;    
}

.navList {
    display: none;    
}
.navList li a {
    padding: 10px 30px;    
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    color: var(--main-color); 
    z-index: 20; 
    opacity: 0;  
    display: block;  
    pointer-events: none;          
}
.headerNavBox {
    background: var(--sub-color);
    margin: 0 auto;
    position: fixed;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.navigation.active {
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
}

.headerNavBox li {
    margin-bottom: 16px;
    font-family: var(--font-title);
}
.headerNavBox li:nth-child(3) {
    margin-bottom: 32px;
}
.headerNavBox li a {
    color: #fff;
    font-size: 4.5rem;
    margin-bottom: 24px;
}
.headerNavBox li a:last-child {
    margin-bottom: 0;
}
.headerNavBox li .snsList .menuList {
    display: flex;
    gap: 24px;
    justify-content: center;    
}
.headerNavBox li .snsList .menuList a {
    font-size: 2.2rem;    
}
.hamBtn {
    position: fixed;
    z-index: 21;
    right: 16px;
    top: 16px;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    transition: all .3s ease;
    border-radius: 10px;    
}
.hamBtn.open {
    background: var(--main-color);
}
.hamBtn span {
    position: absolute;
    display: block;
    right: 20%;
    width: 60%;
    height: 2px;
    background: var(--sub-color);
    transition: all .3s ease;
}
.hamBtn :nth-of-type(1) {
    top: 10px;
}
.hamBtn :nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamBtn :nth-of-type(3) {
    bottom: 10px;
}
.hamBtn.open span {
    background: var(--sub-color);
}
.hamBtn.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamBtn.open span:nth-of-type(2) {
    opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
#fv .heroInner .kv {
    background-size: contain;    
}
#fv .artist-logo {
    top: 16px;
    left: 16px;    
}    
#fv .snsWrap {

}
#fv .snsWrap .snsBox .snsList {
    width: 90%;
    margin: 0 auto;
    padding: 13px 32px;
    bottom: 30px;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
}
#fv .heroInner .title-box .release {
    padding: 16px 48px;    
}
}
@media screen and (max-width: 769px) {
#fv .heroInner {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    max-width: 350px;
    margin: 0 auto;  
}
#fv .heroInner .kv {
    width: 100%;
    flex: unset;
    aspect-ratio: auto;
}
#fv .heroInner .title-box {
    width: 100%;
    gap: 16px;
    padding-left: 0;    
}
}    


/*=================================
	Music Video
===================================*/

/*========== スライダー ===========*/
.slick-dotted.slick-slider {
    width: 80%;
    margin: 0 auto 40px;
}

.slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 0;
    padding: 0 10px;
    box-sizing: border-box;
	outline: none;
}

/* next prevew ====================== */
.slick-next, .slick-prev {
    content: '';
    width: 50px;
    height: 50px;
    border: none;
    border-left: none;
    border-bottom: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 100;
}
.slick-slider .slick-arrow {
    opacity: 1 !important;
    margin-top: 0 !important;   
    z-index: 0 !important; 
}
.slick-next {
    right: -5%;
    left: auto;    
    top: calc(50% - 25px);
    transform: rotate(45deg);    
}
.slick-prev {
    left: -5%;
    right: auto;    
    top: calc(50% - 25px);
    transform: rotate(45deg);    
}
.slick-next:before
{
    content: '' !important;
    display: block;
    transform: unset;
    border-left: none;
    border-bottom: none;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border-right: 2px solid #ffffff;
    border-top: 2px solid #fff;       
}
.slick-prev:before
{
    content: '' !important;
    display: block;
    transform: unset;
    border-right: none;
    border-top: none;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #fff;       
}

/* インジケーター ====================== */
.slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button:before {
    color: var(--main-color) !important;
    background: var(--main-color) !important;    
}
.slick-dots li button:before {
    border: unset !important;
    font-size: 0 !important;    
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    background: var(--main-color) !important;
    border-radius: 100px;
    opacity: 0.5;  
}
.slick-dots li.slick-active button{
    opacity: 1;
}
.slick-dots li button:before {
    content: none;
}
.mov{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mov iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slick-current .mov{

}
.slick-current .mov iframe{

}
.slick-next:after {
    display: none;
}
.slick-prev:hover, .slick-next:hover {
    border: unset !important;
    transform: rotate(45deg);     
}


@media screen and (max-width: 960px){
/*=================================
	レスポンシブ:スライダー
===================================*/

.slick-slide {
    padding: 0;
}
.slick-slider .slick-arrow {
    width: 20px;
    height: 20px;      
}
.slick-next {
    right: -12%;  
}
.slick-prev {
    left: -12%;    
}
.slick-prev:hover,
.slick-next:hover {
    width: 20px;
    height: 20px;    
}
/* next prevew ====================== */

.slick-dotted.slick-slider {
    margin: 0 auto 30px;
    margin-bottom: 30px;
    width: 78%;
}

/* インジケーター ====================== */
.slick-dots li button:before {
    font-size: 20px; 
}
.slick-dots li.slick-active button:before {
    width: 10px !important;
    height: 10px !important; 
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;    
}
}
/*=================================
	Product
===================================*/
#product .product-area .productBox {
    width: 100%;
    margin: 0 auto 80px;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #f9bec4;   
    align-items: center;    
    gap: 60px; 
}
#product .product-area .productBox:nth-child(even) {
    flex-flow: row-reverse;    
}
#product .product-area .productBox .productImg {
    width: 50%;
    position: relative;
    z-index: 2;   
}
#product .product-area .productBox .productDetail {
    width: 50%;
    color: var(--main-color);
    max-height: fit-content;  
}
#product .product-area .productBox .productDetail .detailTit {
    font-size: clamp(30px, 3vw, 42px);
    font-weight: bold;
    border-radius: 10px;
    text-align: left;
    margin-bottom: 10px;    
    letter-spacing: 0.2rem;   
    font-family: var(--font-title);      
}
#product .product-area .productBox:nth-child(even) .productDetail .detailTit {
    text-align: right;
}
#product .product-area .productBox .productDetail .inner {
    align-items: center;
    gap: 16px;
    margin-bottom: 24px; 
    display: inline-block;
    letter-spacing: 0.2rem;  
    display: flex !important;
    justify-content: flex-start;         
}
#product .product-area .productBox:nth-child(even) .productDetail .inner {
    justify-content: flex-end;  
}
#product .product-area .productBox .productDetail .inner .price {
    font-size: 3rem;
    display: inline-block;
    letter-spacing: 0.2rem;    
}
#product .inBox .product-area .productBox .productDetail .inner .tax {
    font-size: 1.6rem;
}
#product .product-area .productBox .productDetail .inner .code {
    font-size: 1.4rem;
    border: 2px solid;
    padding: 5px 10px;
    border-radius: 10px;
    transform: rotate(0.05deg);    
}
#product .product-area .productBox .productDetail ul li {
    background: #fff;
    color: var(--sub-color);
    border-radius: 5px;
    padding: 8px 16px 8px;
    font-size: clamp(14px, 2.4vw, 18px);
    margin-bottom: 8px; 
    margin-right: auto;      
    transform: rotate(0.05deg); 
    max-width: fit-content;       
}
#product .product-area .productBox:nth-child(even) .productDetail ul li {
    margin-left: auto; 
    margin-right: unset;         
}
#product .product-area .productBox .productDetail ul li:last-child {
    margin-bottom: 0;    
}
#product .product-area .productBox .productDetail ul li .num {
    margin-right: 8px;
    font-weight: bold;
}
.btn-area {
    background: var(--main-color);
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}
.tit {
    margin-bottom: 16px;
    font-size: clamp(1.2rem, 4vw, 2.8rem);
    color: var(--sub-color);
    font-family: var(--font-title);    
}
.btn-box {
    display: flex;
    gap: 40px;
    justify-content: center;
}
.btn a {
    font-size: clamp(1.2rem, 4.8vw, 2.6rem);
    display: block;
    background: var(--sub-color);
    border-radius: 100px;
    color: var(--main-color);
    font-weight: bold;
    margin: 0 auto;
    padding: 24px 100px;
    width: 100%;    
}
.btn a:hover {
    background: #6f6560;
}

@media screen and (max-width: 960px) {
#product .product-area .productBox,
#product .product-area .productBox:nth-child(even) {
    flex-direction: column !important;
    gap: 16px;
    margin: 0 auto 40px;    
}
#product .product-area .productBox .productImg {
    width: 100%;
}
#product .product-area .productBox .productDetail {
    width: 100%;    
}
#product .product-area .productBox .productDetail .detailTit {
    margin-bottom: 16px; 
}
#product .product-area .productBox:nth-child(even) .productDetail .detailTit {
    text-align: left;       
}
.btn-area {
    padding: 24px;    
}
.btn-area .btn-box {
    flex-direction: column;
    gap: 16px;    
}
.btn-area .btn a { 
    width: 100%;    
    padding: 24px;    
}
#product .product-area .productBox:nth-child(even) .productDetail .inner {
    justify-content: flex-start;    
}
#product .product-area .productBox:nth-child(even) .productDetail ul li {
    margin-right: auto;
    margin-left: unset;    
}

}
/*=================================
	Release Event
===================================*/
#releaseEvent .eventList li {
    background: #fff;
    padding: 24px;
    border-radius: 10px;
    display: flex;
    align-items: center; 
    margin-bottom: 16px;    
    font-family: var(--font-base);  
    font-size: 2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: var(--sub-color); 
}   
#releaseEvent .eventList li:last-child {
    margin-bottom: 32px;    
} 
#releaseEvent .eventList li .date {
    border-right: 1px solid;
    margin-bottom: 0;
    margin-right: 8px;
    font-family: unset !important;    
    opacity: unset !important;   
    padding-right: 8px;
    width: 20%;     
}    
#releaseEvent .eventList li .date span {
    font-size: 1.5rem;
    margin-left: 10px;    
}    
#releaseEvent .eventList li .area {
    border-right: 1px solid;
    padding-right: 8px;
    margin-right: 8px;
    width: 10%;    
}    
#releaseEvent .eventList li .value {
    width: 70%;   
}   
#releaseEvent .cautionList {
    padding: 32px;
    color: var(--main-color);
    font-size: 1.6rem;
    border-radius: 10px;
    background: var(--sub-color); 
    margin-bottom: 60px;    
}   
#releaseEvent .cautionList:last-child {
    margin-bottom: 0;
}
#releaseEvent .cautionList li {
    margin-bottom: 16px; 
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;     
}   
#releaseEvent .cautionList li span {
    position: absolute;
    left: 0;
    top: 1px;   
}   
#releaseEvent .cautionList li:last-child {
    margin-bottom: 0;  
}   
#releaseEvent .btn-area .btn a {
    width: 60%;
}    
#releaseEvent .read {
    font-size: 1.8rem;
    color: var(--main-color);
    line-height: 3.2rem;    
}  

@media screen and (max-width: 960px) {
#releaseEvent .eventList li {
    padding: 16px;
    flex-direction: column;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;    
}
#releaseEvent .eventList li .date {
    width: 100%;
    border-right: unset;
    margin-right: unset;
    padding-right: unset;
    border-bottom: 1px solid;
    margin-bottom: 8px !important;
    padding-bottom: 8px;
    display: inline-block;    
}
#releaseEvent .eventList li .area {
    width: 100%;
    border-right: unset;
    margin-right: unset;
    padding-right: unset;
    margin-bottom: 5px;    
}
#releaseEvent .eventList li .value {
    width: 100%;    
}
#releaseEvent .cautionList {
    padding: 16px;
    font-size: 1.4rem;
    line-height: 2rem;    
}
#releaseEvent .cautionList li {
    margin-bottom: 8px;    
}
#releaseEvent .tit {
}
#releaseEvent .read {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
#releaseEvent .btn-area .btn a {
    width: 100%;
}   
}