html {
 font-size: 62.5%; /* -> 10px */ 
}


.bg {
    display: none;
}

.bg{
background: #eac492;
}

.bg::before{
background: #eac492;
}

::selection{
background: #eac492;
}

html{
background: #eac492!important;
}

body{
background: #eac492;
}

body:before{
background: #eac492;
}

footer{
background: #eac492;
}

.page--feature{
background: #eac492;
}


: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, "游ゴシック体", YuGothic, "Yu Gothic Medium", 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;;

/* color */ 
--main-color: #ffffff;
--sub-color: #000;

}   
.wrap {
    padding-top: 0 !important;
    padding-bottom: 160px !important;
}
body:not(.page--home) .wrap {
    background: #EAC492;
}


.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #EAC492 !important;  
    z-index: 9999;    
} 

#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;
    font-size: clamp(34px, 7.2vw, 39px);
}
}


.scroll {
    display: block;
    width: 1px;
    height: 14vh;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.6s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 1px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #000;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: 'Scroll';
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1;
    writing-mode: vertical-rl;
    color: #000;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }


  @media screen and (max-width: 960px) {
/*.scroll {
display: block;
    position: absolute;
    bottom: 16px;
    left: 16px;
    height: 15%;
}

.scroll::before {
    width: 1.5em;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
    font-size: 0.9em;
}

.scroll:after {
    width: 1px;
}*/

.scroll {
display: none;
}
}


/*//////////// アニメーション　フェードイン ////////////*/


/* 下から上 */
.anim.fadeY {
    opacity: 0;
    transition: all .3s ease-out;
}
.anim.fadeY {
    transform: translateY(30px);
}
.anim.fadeY.on {
    opacity: 1;
}
.anim.fadeY.on {
    transform: translateY(0px);
}

/* 左から右 */
.anim.fadeL {
    opacity: 0;
    transform: translateX(-30px);
    transition: all .3s ease-out;
}

.anim.fadeL.on {
    opacity: 1;
    transform: translateX(0);
}

/* 右から左 */

.anim.fadeR {
    opacity: 0;
    transform: translateX(30px);
    transition: all .3s ease-out;
}

.anim.fadeR.on {
    opacity: 1;
    transform: translateX(0);
}



/* 親 */
.anim {
    /* opacity: 1; */
}

/* 各文字 */
.anim span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all .3s ease-out;
}

/* 発火後 */
.anim.on span {
    opacity: 1;
    transform: translateY(0);
}

/* 1文字ずつ遅延（例：20文字分くらい用意） */
.anim span:nth-child(1)  { transition-delay: 0.05s; }
.anim span:nth-child(2)  { transition-delay: 0.10s; }
.anim span:nth-child(3)  { transition-delay: 0.15s; }
.anim span:nth-child(4)  { transition-delay: 0.20s; }
.anim span:nth-child(5)  { transition-delay: 0.25s; }
.anim span:nth-child(6)  { transition-delay: 0.30s; }
.anim span:nth-child(7)  { transition-delay: 0.35s; }
.anim span:nth-child(8)  { transition-delay: 0.40s; }
.anim span:nth-child(9)  { transition-delay: 0.45s; }
.anim span:nth-child(10) { transition-delay: 0.50s; }
.anim span:nth-child(11) { transition-delay: 0.55s; }
.anim span:nth-child(12) { transition-delay: 0.60s; }
.anim span:nth-child(13) { transition-delay: 0.65s; }
.anim span:nth-child(14) { transition-delay: 0.70s; }
.anim span:nth-child(15) { transition-delay: 0.75s; }
.anim span:nth-child(16) { transition-delay: 0.80s; }
.anim span:nth-child(17) { transition-delay: 0.85s; }
.anim span:nth-child(18) { transition-delay: 0.90s; }
.anim span:nth-child(19) { transition-delay: 0.95s; }
.anim span:nth-child(20) { transition-delay: 1.00s; }


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes rightIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(30px, 0);
		transform: translate(30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes leftIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(-30px, 0);
		transform: translate(-30px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}






/*//////////// グラデーション ////////////*/
 main {

}
 main::before {
    content: "";
    /*background-image: url("/static/fcopen/fanplakit/artist/fruitszipper_efxWNwtmUK/fz_5th_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;  
    background-color: #EAC492;        
}

@media screen and (max-width: 960px) {
 main {
}
main::before {
   /* background-image: url("/static/fcopen/fanplakit/artist/fruitszipper_efxWNwtmUK/fz_5th_single/image/bg_sp_zJ7M4HLY.jpg");*/
}
}    

/*=================================
	fv
===================================*/

.heroView{
position: relative;
}

.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: #4f4f4f;    
}
.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;
    opacity: 0;
}

.loaded #fv .heroInner .kv{
    animation: upIn 0.5s ease 1.2s 1 forwards;
}

#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;
    opacity: 0;
}

.loaded #fv .heroInner .title-box {
    animation: rightIn 0.5s ease 1.7s forwards;
}



#fv .heroInner .title-box .title{
font-size: 80px;
font-family: var(--font-title);
text-align: center;
color: var(--sub-color);
font-weight: bold;
}

#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% 120px;    
}

.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: 32px;
    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: 16px;
    left: 50%;
    right: 0;
    transform: translate(-50%, 0);
}
#fv .heroInner .title-box .release {
    padding: 16px 48px;  
    font-size: 15px; 
}
}
@media screen and (max-width: 769px) {
#fv .heroInner {
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    max-width: 320px;
    margin: 0 auto;  
}
#fv .heroInner .kv {
    width: 100%;
    flex: unset;
    aspect-ratio: auto;
}
#fv .heroInner .title-box {
    width: 100%;
    gap: 16px;
    padding-left: 0;    
}

#fv .heroInner .title-box .title{
font-size: 35px;
}

.loaded #fv .heroInner .kv{
    animation: upIn 0.5s ease 1.2s 1 forwards;
}

.loaded #fv .heroInner .title-box {
    animation: rightIn 0.5s ease 1.7s forwards;
}

#fv .heroInner .title-box .artist {
    font-size: 19px;
}


}    


/*=================================
	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;
}

.btn-area > *:last-child {
  margin-bottom: 0;
}

.tit {
    margin-bottom: 16px;
    font-size: clamp(1.2rem, 4vw, 2.8rem);
    color: var(--sub-color);
    font-family: var(--font-title);    
    font-weight: bold;
}
.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: stretch; /* center → stretch */
    margin-bottom: 16px;
    font-family: var(--font-base);
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: var(--sub-color);
    height: 120px;
}


#releaseEvent .eventList a li:hover {
    opacity: 0.6;
    transition: 0.4s;
}
#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: 13%;
    display: flex;
    align-items: center; /* テキストだけ中央維持 */
    justify-content: center;
}



#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: 11%;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#releaseEvent .eventList li .area .bottom{
    margin-bottom: 4px;
}

#releaseEvent .eventList li p .area2{
font-size: 11px;
background: #000;
color: #fff;
padding: 4px 4px;
}       

#releaseEvent .eventList li .value {
    width: 53%;   
} 

#releaseEvent .eventList li .venue{
text-align: left;
display: grid;
align-items: center;
justify-content: center;
line-height: 1.2em;
}    


#releaseEvent .eventList li .btn_detail {
  width: 15%;
  background: #EAC492;
  border-radius: 50px;
  color: #fff;
  padding: 10px 10px;
  font-size: 12px;
}
#releaseEvent .cautionList {
    padding: 32px;
    color: var(--main-color);
    font-size: 16px;
    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;    
}  

#releaseEvent .tit{
margin-bottom: 0px;
}



@media screen and (max-width: 960px) {
#releaseEvent .eventList li {
    padding: 16px;
    flex-direction: column;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
    height: auto;
}
#releaseEvent .eventList a li:hover {
    opacity: 1;
}
#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;
        display: flex;
        align-items: center;
        justify-content: flex-start;
}

#releaseEvent .eventList li .value {
    width: 100%;    
}
#releaseEvent .eventList li .btn_detail {
    width: 80%;
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    padding: 20px 0;
}
#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%;
}  


#releaseEvent .eventList li .venue{
width: 100%;
display: block;
}  

#releaseEvent .eventList li .area .bottom{
margin-bottom: 0px;
margin-right: 8px;
}

#releaseEvent .eventList li p .area2{
font-size: 11px;
background: #000;
color: #fff;
padding: 1px 4px;
width: auto;
}    


}