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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@300;400;500;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    font-family: 'Roboto', 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 13px;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    color: #de3585;
    position: relative;
    background: linear-gradient(180deg, rgb(224 255 209) 7%, rgb(209 240 236) 34%, rgba(234, 196, 255, 1) 60%, rgba(216, 247, 255, 1) 82%, rgba(245, 204, 254, 1));
    font-weight: 500;
}

body::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #fff, transparent);
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    opacity: 0.7;
}

body::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/fcopen/fanplakit/artist/ogura_yui_xd2g4TXZ/feature/birthday2025/img/bg_2503_nW37N6yR.png);
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    background-size: 100%;
}

.en {
    font-size: 0.85em;
    opacity: 0.7;
}

a {
    text-decoration: underline;
    word-break: break-word;
}

img {
	max-width: 100%;
	height: auto;
}

.bold {
    font-weight: 800;
}

.red {
    color: #f1581e;
}

.fadeup {
    opacity: 0;
    transition: 0.8s;
    transform: translateY(40px);
}

.loaded .fadeup.started {
    opacity: 1;
    transform: translateY(0px);
}

section {
    position: relative;
    padding: 90px 0 60px;
}

.section_inner {
    background: #ffffff;
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 4.5vw;
    box-shadow: 10px 15px 20px #612e003b;
    position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}


.innerWrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    width: 83%;
    padding: 80px 6%;
    border-radius: 4em;
    background: linear-gradient(0deg, #ffe8f8, #fff);
    box-shadow: 1px 1px #cba6bf, 0px 10px 30px #994c8054;
    border-left: 1px solid #fff;
}


h2 {
    font-size: min(65px, 5vw);
    text-align: center;
    line-height: 1;
    margin-bottom: 110px;
    position: relative;
    transition: 0.3s 0.1s;
    letter-spacing: 0.02em;
    text-indent: 0.15em;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    filter: drop-shadow(0 0 15px #ffffff);
    color: #e7b516;
    white-space: nowrap;
    text-shadow: 1px 1px 0 #6a54065e;
}

h2 .tit_inner {
    color: transparent;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-text-stroke: 6px;
    color: #fff;
}

.bg_light {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    z-index: -1;
    /* mix-blend-mode: plus-lighter; */
    display: block;
    width: 500px;
    max-width: 44vw;
}


@media screen and (min-width: 960px) {
	
	.sp { display: none !important;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 960px) {
	

	.pc { display: none !important;}
	
	section {
	    padding: 20px 4% 50px;
	}

    .section_inner {
        width: 98%;
        padding: 0 4.5vw;
        border-radius: 20px;
        margin-bottom: 30px;
        box-shadow: 4px 8px 13px #612e003b;
    }
	
	.innerWrap {
    width: 100%;
    display: block;
    padding: 40px 5%;
    border-radius: 25px;
        box-shadow: 5px 10px 15px #44473126;
    }

    .section_inner.orange_box, section.section_black {
        background-size: 18px;
    }

	h2 {
	    font-size: clamp(13px, 7vw, 50px);
        margin-bottom: 3rem;
        top: 4px;
    }

	h2 .tit_inner {
    -webkit-text-stroke: 0px;
}

.bg_light {
    top: 0;
    width: 195px;
    max-width: none;
}

}


.hamBtn {
    position: fixed;
    right: 40px;
    top: 30px;
    width: 70px;
    height: 70px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    background: url(/static/fcopen/fanplakit/artist/ogura_yui_xd2g4TXZ/feature/birthday2025/img/bg_navbtn.png);
    border-radius: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.hamBtn span {
    display: block;
    position: absolute;
    right: 30%;
    width: 40%;
    height: 4px;
    background: #ffffff;
    transition: all .3s ease;
    border-radius: 50px;
}
.hamBtn :nth-of-type(1) {
    top: 26px;
}
.hamBtn :nth-of-type(2) {
    top: 35px;
}
.hamBtn :nth-of-type(3) {
    top: 43px;
}



.hamBtn.open span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
}
.hamBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.hamBtn.open span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
}


.hamBox {
    display: none;
    min-height: 100%;
    box-sizing: border-box;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(0deg, #ffe8f8, #fff);
}

.hamBox_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuList {
    margin: 0 auto 20px;
    text-align: left;
}

.menuList li {
    margin-bottom: 10px;
    position: relative;
}

.menuList li:last-child {
    margin-bottom: 0;
}

.menuList li .icon_new {
    position: absolute;
    top: -18px;
    font-size: 10px;
    left: 10px;
    display: flex;
    color: #ffffff;
    width: 38px;
    height: 15px;
    background: #f19999;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.menuList a {
    line-height: 1;
    font-size: clamp(13px,60px,7vh);
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
}

.menuList a:hover {
    opacity: 0.7;
}


.menutit {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.01em;
    color: #fff;
    font-size: 3.6vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 3.8vw;
}

.menuList li.official a {
    background: #5e5e5e;
    color: #fff;
    padding: 0.15em 0.95em;
    border-radius: 2em;
    font-size: 1.15em;
}



#mainVisual {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 0px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(180deg, #ffffff 90%, transparent);
    mask-image: linear-gradient(180deg, #ffffff 90%, transparent);
    height: 100vh;
    height: 100svh;
    background: url(/static/fcopen/fanplakit/artist/ogura_yui_xd2g4TXZ/feature/birthday2025/img/ph_magical_party_mv_bg_e2SEmypu.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 38% 30%;
    position: relative;
}


.main_kv_logo {
    width: 50%;
    transform: scale(1.1);
    opacity: 0;
    transition: 0.7s 0.1s;
    max-width: 110vh;
    position: absolute;
    right: 54%;
    transform: translateX(100%);
}

.loaded .main_kv_logo {
    opacity: 1;
}


.bgBox {
}



.scroll_wrap {
    height: 170px;
    position: fixed;
    top: calc(50% - 75px);
    left: -55px;
    background: white;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 0px #50511f3b;
    outline: 1px solid #c3c3c3;
    outline-offset: -3px;
    border-radius: 50px;
    transition: 0.5s 0.3s;
}

.loaded .scroll_wrap {
    left: 33px;
}

.scroll{
    display: block;
    width: 100%;
    height: 150px;
    z-index: 0;
    text-decoration: none;
    text-align: center;
    transition: 0.3s 0.8s;
    height: 60px;
    position: absolute;
    bottom: 22px;
}

.scroll:after {
    content: "";
    position: absolute;
    width: 2px;
    bottom: 10px;
    left: 23px;
    margin: auto;
    display: block;
    background: #5e5e5e;
    -webkit-animation: scroll 2s linear 0s infinite;
    animation: scroll 2s linear 0s infinite;
}

@keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 0; }
    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; }
}


.loaded .scroll {
    opacity: 1;
}

.loaded.scrolled .scroll {
    opacity: 0;
    transition: 0.3s;
}

.scroll:before {
    content: 'SCROLL';
    position: absolute;
    writing-mode: vertical-lr;
    font-size: 12px;
    letter-spacing: 0.1em;
    left: 12px;
    top: -69px;
    height: 100%;
    text-align: center;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
}


@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

#mainVisual .main_logo {
    width: 73%;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.loaded #mainVisual .main_logo {
    opacity: 1;
}





.share-list {
    display: flex;
}

.share-list > li {
    margin-right: 5px;
}

.share-list li a {
    border-radius: 60px;
    color: #fff;
    background: linear-gradient(180deg, #ffa9f0 0%, #f4146e 63%, #d80b9c 90%);
    position: relative;
    font-size: 23px;
    line-height: 1;
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.share-list li:last-child a {
    margin-bottom: 0;
}



.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.5s;
    opacity: 1;
    z-index: 10000;
    background: linear-gradient(180deg, rgb(224 255 209) 7%, rgb(209 240 236) 40%, rgba(234, 196, 255, 1) 90%,  rgba(245, 204, 254, 1));
}
.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.3);
}

.loading_img {
    width: 14%;
    line-height: 0;
    animation: rotate 1s ease infinite;
}

@keyframes rotate {
 0%   {transform: rotateY(0deg);}
 100% {transform: rotateY(360deg);}
}




@media screen and (min-width: 960px) {



}



	
@media screen and (max-width: 960px) {

.loading_img {
    width: 35%;
}

.main_kv_ph {
    width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}

.hamBtn {
    top: 15px;
    right: 15px;
    width: 60px;
    height: 60px;
}
.hamBtn :nth-of-type(1) {
    top: 22px;
}

.hamBtn :nth-of-type(2) {
    top: 30px;
}
.hamBtn :nth-of-type(3) {
    top: 38px;
}


.main_kv_logo {
    width: 86%;
    transform: translate(-50%, -50%);
    left: 50%;
    right: auto;
    top: 78%;
    max-width: 50vh;
    min-width: 50%;
}
	
.menuList a {
    position: relative;
    font-size: clamp(13px, 33px, 5vh);
}

    .menuList li.sns_icon_list a {
        font-size: clamp(13px,4.3vw,18px);
    }
	.menuList li .icon_new {
    left: -21px;
    color: #ffffff;
    top: -9px;
    letter-spacing: 1px;
    width: 36px;
	}


.scroll_wrap {
    width: 35px;
    top: auto;
    bottom: 50px;
    height: 130px;
}
.loaded .scroll_wrap {
    left: 10px;
    z-index: 1;
}

.scroll {
    bottom: 17px;
    height: 40px;
}

.scroll:after {
    left: 17px;
}

.scroll:before {
    font-size: 11px;
    left: 7px;
    top: -58px;
}


.loaded .share-list {
    right: auto;
    left: 10px;
    z-index: 1;
}

.share-list li a {
    width: 35px;
    height: 35px;
    font-size: 17px;
}

.share-list {
    top: auto;
    left: -55px;
    bottom: 130px;
    z-index: 0;
}

.menuList {
    margin: 0 auto 20px;
    text-align: left;
}

}




.btn_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btn_wrap .detailBtn {
    width: 47%;
}

.btn_wrap .detailBtn a {
    font-size: 15px;
    padding: 15px;
    width: 100%;
    line-height: 1.6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detailBtn.btn_min a {
    font-size: 16px;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
}

.detailBtn.ex_btn a {
    border: 2px solid;
    font-size: 18px;
    background: linear-gradient(0deg, #0661a7 50%, #0ab1cc);
}

.detailBtn.ex_btn {
    margin-top: 3em;
}

.detailBtn.ex_btn.hide a {
    background: #989898;
    color: #e9e9e9;
}



#concept .innerWrap {
    background: none;
    padding: 0;
    box-shadow: none;
    border: none;
}
.prof_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.prof_wrap .prof_ph {
    width: 48%;
    position: relative;
    max-width: 70vh;
}
.prof_wrap .prof_txt {
    width: 49%;
    position: relative;
    padding: 90px 0 0px;
}
.prof_wrap .prof_name {
    text-align: right;
    line-height: 1;
    padding-right: 15px;
}

@media screen and (max-width: 960px) {
.prof_wrap .prof_txt {
    width: 100%;
    padding-top: 20px;
}

.prof_wrap .prof_ph {
    width: 80%;
    margin: 0 auto;
}

.prof_wrap .prof_name {
    line-height: 1.5;
    font-size: 12px;
}

}


#news .newsList {
    list-style: none;
    border-radius: 0px;
    width: 100%;
}

#news .newsList li {
    margin-bottom: 12px;
}
#news .newsList li:last-child {
	margin-bottom: 0;
}

#news .newsList li .newsWrap {
    padding: 12px 25px;
    display: block;
    border-radius: 10px;
    background: #ffffff3b;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}

#news .newsList li .date {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #f1eeff;
}
#news .newsList li .title {
    font-size: 16px;
    font-weight: 500;
}
#news .news_more {
    width: 100%;
    text-align: right;
}

#news .news_more a {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration: none;
}

#news .news_more a::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #1f1f1f;
    margin-right: 20px;
    transition: 0.3s;
}

#news .news_more a:hover::before {
    transform: translateX(-10px);
}

#news .news_more a:hover {
    opacity: 1;
}


.newsArchivesBtn {
    text-align: right;
    margin: 25px 0 0;
}
.newsArchivesBtn a {
    color: #de3585;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    background: #fff;
    padding: 5px 30px 5px 15px;
    border-radius: 30px;
}
.newsArchivesBtn a span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 0.6em;
    height: 0.6em;
    border-right: #de3585 solid 2px;
    border-bottom: #de3585 solid 2px;
    transform: translateY(-75%) rotate(45deg);
}
.newsArchivesBtn.more a::before {
	content: "VIEW MORE";
}
.newsArchivesBtn.close a::before {
	content: "CLOSE";
}
.newsArchivesBtn.close a span {
	transform: translateY(-30%) rotate(-135deg);
}


#news .detail {
    display: none;
}

#modal-content .detail a {
	color: #000;
	text-decoration: underline;
	word-break: break-all;
}



#news.page--detail .innerWrap {
    display: block;
    border: none;
}

#news.page--detail .newsList {
    width: 100%;
    margin-bottom: 30px;
}


#news.page--detail .news_detail {
    padding: 35px 35px;
    display: block;
    border-radius: 10px;
    background: #f0f0f0;
    margin-bottom: 30px;
}

#news.page--detail .date {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #c03532;
    display: block;
}

#news.page--detail .tit {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.6;
}

#news.page--detail .txt {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-all;
}

#news.page--detail .detailBtn a {
    margin-top: 50px;
    font-size: 16px;
}

.news_txt {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1.5em;
}

.news_txt:last-child {
    margin-bottom: 0;
}

.newsbtn a {
    display: inline-block;
    border: 1px solid;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.2em 1.5em;
    border-radius: 2em;
    text-decoration: none;
}

@media screen and (min-width:960px) {
	#news .newsWrap {
		transition: all 0.3s ease-out;
	}
	#news .newsWrap:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 960px) {

section#news {
    padding-top: 20px;
}

.btn_wrap .detailBtn {
    width: 100%;
    margin-bottom: 15px;
}
.btn_wrap .detailBtn:last-child {
    margin-bottom: 0;
}

.detailBtn.btn_min a {
    font-size: 13px;
    padding: 12px;
}

.detailBtn.ex_btn {
    margin-top: 2em;
}
.detailBtn.ex_btn a {
    font-size: 14px;
}

	#news .newsListWrap {
    width: 100%;
	}
	#news .newsList {
	    width: 100%;
	}
	#news .newsList li {
	}
	#news .newsList li .newsWrap {
		flex-wrap: wrap;
		padding: 12px 15px;
	}
	#news .newsList li .date {
		font-size: 13px;
		width: 100%;
	}
	#news .newsList li .title {
		width: 100%;
		font-size: 13px;
	}

	#news.page--detail .detailBtn a {
	    margin-top: 50px;
	    font-size: 14px;
	    padding: 15px;
	}

	#news.page--detail .news_detail {
	    padding: 22px 18px;
	    border-radius: 7px;
	    margin-bottom: 25px;
	}

	#news.page--detail .date {
	    font-size: 13px;
	    margin-bottom: 5px;
	}

	#news.page--detail .tit {
	    font-size: 17px;
	    font-weight: bold;
	    letter-spacing: 1px;
	    margin-bottom: 10px;
	    line-height: 1.5;
	}

	#news.page--detail .txt {
	    font-size: 14px;
	}



}


.about_box {
    background: #ffffff;
    border: 1px solid;
    padding: 50px;
    border-radius: 36px;
    margin-bottom: 35px;
}

.about_box:last-child {
    margin-bottom: 0;
}

.about_day {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.about_tit {
    text-align: center;
    font-size: 32px;
    margin-bottom: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-family: "Poppins", 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.about_tit .sml {
    font-size: 0.84em;
}


.about_day {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px
}

.about_place {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.start_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #f5def6;
    padding: 30px;
    border-radius: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.start_list > li {
    width: 50%;
    text-align: center;
    font-size: 19px;
    border-left: 1px solid #f5def6;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0 3%;
}

.start_list > li:first-child {
    border: none;
}

.start_type {
    background: #de3585;
    color: #fff;
    font-size: 0.85em;
    font-weight: bold;
    padding: 0.35em 0.85em;
    border-radius: 2em;
    width: 6em;
    margin: 0 auto 0.4em;
    line-height: 1;
}


.sub_tit {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6;
}

.infoSubArea {
    margin: 40px auto 0;

}
.infoSubArea .tit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.infoSubArea .txtbase {
  margin-bottom: 10px;
}
.infoSubArea .attention {
  font-weight: bold;
  color: #f00;
}
.infoSubArea .txtmain {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid;
  padding: 17px 21px;
  border-radius: 15px;
}
.infoSubArea .attentionList li {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}

#schedule {
    text-align: center;
}

.sch_day {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 62px;
    letter-spacing: 0.03em;
    line-height: 1.3;
    padding-top: 10px;
}

.sch_day .sml {
    font-size: 0.6em;
    letter-spacing: 0.05em;
}
.sch_day.center {
    text-align: center;
}

.sch_place {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.4;
}

.sch_time {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 23px;
}


.sch_day_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.sch_day_list > li {
    padding: 0 50px;
}

.sch_day_list > li:first-child {
    border-right: 1px solid;
}

.sch_day_l {
    font-size: 47px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.sch_kind {
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    font-size: 20px;
    background: #fff;
    color: #f2921c;
    border-radius: 20px;
    line-height: 1.6;
}




@media screen and (max-width: 960px) {


.about_box {
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.about_tit {
    font-size: 17px;
    margin-bottom: 1.2em;
    letter-spacing: 0.05em;
}

.about_day {
    font-size: 18px;
    margin-bottom: 4px;
}

.about_place {
    font-size: 13px;
    margin-bottom: 15px;
}

.start_list {
    padding: 12px;
    border-radius: 15px;
}

.start_list > li {
    width: 100%;
    font-size: 15px;
    border: none;
}

.start_list > li:first-child {
    padding-bottom: 10px;
    border-bottom: 1px solid #f5def6;
    margin-bottom: 12px;
}

.infoSubArea {
    margin: 20px auto 0;
}
.infoSubArea .attentionList li {
      font-size: 12px;
}
#schedule h2::after {
    width: 55px;
    height: 3px;
    margin-top: 20px;
}

.sch_day {
    font-size: 31px;
    padding-top: 0;
}

.sch_place {
    font-size: 20px;
}

.sch_time {
    font-size: 15px;
}

.sch_day_list > li {
    padding: 0 10px;
    border: none !important;
    margin-bottom: 10px
}

.sch_day_list {
    margin-bottom: 10px;
}

.sch_kind {
    font-size: 15px;
}

.sch_day_l {
    font-size: 28px;
}


}


.sml {
    font-size: 0.8em;
}

#ticket .ticketBox {
}

#ticket .ticketBox .price {
	list-style: none;
    max-width: 500px;
    margin: 0 auto 70px;
}
#ticket .ticketBox .price li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 15px;
    border-bottom: solid 2px;
    align-items: anchor-center;
    flex-wrap: wrap;
}
#ticket .ticketBox .price li:first-child {
}

#ticket .ticketBox .price li h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
#ticket .ticketBox .price li p {
    font-size: 27px;
    font-weight: bold;
}
#ticket .ticketBox .price li .ticket_desc {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    width: 100%;
    text-align: left;
}
#ticket .ticketBox .note {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2921c;
    padding-bottom: 3px;
}

#ticket .ticketBox .price_desc {
    text-align: center;
    font-weight: 500;
}

.seat_list {
    display: flex;
    width: 80%;
    margin: 0 auto 70px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.seat_list > li {
    width: 49%;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid;
}


#ticket .ticketBox .accordion h4 {
    font-size: 18px;
}

.ticketBox .ticketBox_inner {
    margin-bottom: 20px;
}
.ticketBox .ticketBox_inner:last-child {
    margin-bottom: 0;
}

.ticketBox .ticketInfo {
	margin-bottom: 25px;
}
.ticketBox .ticketInfo li {
    font-size: 14px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ticketBox .ticketInfo_tit {
width: 16%;
    background: #f2921c;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.07em;
    border-radius: 30px;
    line-height: 1.36;
    padding: 7px 0;
}
.ticketBox .ticketInfo_desc {
    width: 100%;
}

.ticketBox .accordion {
    background: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid;
}

.ticketBox .ticketInfo_desc {
    width: 100%;
    border: 1px solid #f5def6;
    border-radius: 15px;
    background: white;
}

.ticket_txt {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 1.3em;
}


.ticketInfo_desc .target_wrap {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #f5def6;
    padding: 20px 0;
}

.ticketInfo_desc .target_wrap:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ticketInfo_target {
    width: 160px;
    padding: 0 25px;
    font-weight: bold;
}

.ticketInfo_target_desc {
    width: calc(100% - 160px);
    padding: 0 25px;
    border-left: 1px solid #f5def6;
}

.ticketBox .ticketAttention {
    margin-bottom: 30px;
    border-radius: 15px;
}

.attention_list {
    margin-bottom: 20px;
}

.attention_list:last-child {
    margin-bottom: 0;
}

.attention_list > li {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
    margin-bottom: 3px;
    font-weight: 500;
}


.detailBtn {
    max-width: 400px;
    margin: 0px auto 40px;
}

.detailBtn:last-child {
    margin: 0px auto;
}

.btn_desc {
    text-align: center;
    padding: 7px 0 0;
    font-size: 13px;
    font-weight: 500;
}

.detailBtn a {
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #ffa9f0 0%, #f4146e 63%, #d80b9c 90%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
    padding: 25px;
    letter-spacing: 0.08em;
    text-shadow: 1px 2px 5px #00000030;
    box-shadow: 1px 1px 0 #82416d;
    border-top: 1px solid #ffcbeb;
}

.detailBtn a:hover {
    opacity: 1;
    filter: brightness(1.2);
}

.detailBtn.hide a {
    pointer-events: none;
    background: #bdbdbd;
    color: #f5f5f5;
    border: none;
    box-shadow: none;
}

#ticket .guideline3.detailBtn {
    margin: 0px auto 30px;
}
#ticket .join {
	text-align: center;
	color: #fff;
	padding: 40px 60px 0px;
}
#ticket .join p {
	margin-bottom: 25px;
	font-size: 20px;
}

#ticket .fanclubBtn {
	display: flex;
	justify-content: space-between;
	list-style: none;
    max-width: 1060px;
    margin: 0 auto;
}
#ticket .fanclubBtn li {
	width: 45%;
}
#ticket .fanclubBtn li a {
	display: block;
	border-radius: 6px;
    padding: 25px 0 20px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2);
	color: #000;
	text-decoration: none;
}
#ticket .fanclubBtn li:nth-child(1) a {
	background: #f9f9f9;
	background-size: cover;
}
#ticket .fanclubBtn li:nth-child(2) a {
	background: #f9f9f9;
	background-size: cover;
}
#ticket .fanclubBtn li a div {
    width: 100%;
    margin: 0 auto 5px;
    line-height: 1.2;
    font-size: 23px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
}
#ticket .fanclubBtn li:nth-child(2) a div {
    width: 59.4%;
}
#ticket .fanclubBtn li a p {
	margin-bottom: 0;
	font-size: 14px;
}

.detail_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 15px;
    font-size: 14px;
    border: 1px solid #ededed;
}

.orange_box .detail_list {
    color: #3b3b3b;
}

.detail_list:last-child {
    margin-bottom: 0;
}

.detail_list_tit {
    width: 200px;
    padding: 15px 25px;
    font-weight: bold;
}

.detail_list_txt {
    width: calc(100% - 200px);
    padding: 15px 30px;
    border-left: 1px solid #ededed;
    font-weight: 500;
}

.detail_txt_main {
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.6;
}

.detail_txt_main:last-child {
    margin-bottom: 0;
}

.detail_list_attention {
    font-size: 0.9em;
    background: #f3f3f3;
    padding: 15px 20px;
    border-radius: 10px;
}

.pickup {
    display: inline-block;
    text-indent: 0;
    background: #f2921c;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
    margin: 5px 0 2px;
}

.pickup.pickup_l {
margin: 4px 8px 2px 0;
    font-size: 0.9em;
    padding: 0 10px;
}

.desc_txt {
    font-size: 15px;
    text-align: center;
    padding: 15px 0 0;
    font-weight: 500;
}

.detail_inner_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.detail_inner_box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}


@media screen and (max-width: 960px) {
	
	
	#ticket .ticketBox {
	}
	#ticket .ticketBox .price {
		margin-bottom: 25px;
	}
	
#ticket .ticketBox .price li {
    margin-bottom: 10px;
    padding: 0 0 10px;
    border-width: 1px;
}

#ticket .ticketBox .price li h5 {
    font-size: 14px;
    width: 50%;
    line-height: 1.3;
}
	
#ticket .ticketBox .price li p {
    font-size: 17px;
    width: 50%;
    text-align: right;
}

	#ticket .ticketBox .price_desc {
	    font-size: 12px;
	    text-align: right;
	}
	
.seat_list {
    width: 100%;
    margin-bottom: 25px;
}

.seat_list > li {
    width: 80%;
    margin: 0 auto 15px;
}

.seat_list > li:last-child {
    margin-bottom: 0;
}

	#ticket .ticketBox .note {
	}
	#ticket .ticketBox h4 {
		font-size: 4.2vw;
		margin-bottom: 4vw;
	}

	
	.ticketBox .ticketInfo {
		margin-bottom: 0;
	}
	.ticketBox .ticketInfo li {
		margin-bottom: 15px;
		display: block;
	}

	.ticketBox .ticketInfo_tit {
    width: 100%;
    margin-bottom: 15px;
    background: none;
    border-bottom: 1px solid #f2921c;
    font-size: 14px;
    border-radius: 0;
	}
	.ticketBox .ticketInfo_desc {
	    width: 100%;
	    padding-left: 0;
	}
	.ticketBox .price li:first-child {
    margin-bottom: 10px;
    }
    .ticketBox .price li .ticket_desc {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 6px;
    }

	.ticketBox .ticketBox_inner .ticketAttention {
	    margin-bottom: 20px;
	    padding: 10px;
	}

.ticketInfo_target {
    width: 100%;
    padding: 10px 13px 0;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 3px;
    opacity: 0.8;
}

	.ticketInfo_target_desc {
    width: 100%;
    padding: 0px 13px 10px;
    border: none;
    font-size: 13px;
    line-height: 1.6;
	}
	
	#ticket .detailBtn {
		margin: 0vw auto 20px;
	}
	#ticket .detailBtn:last-child {
		margin: 0vw auto;
	}
	.detailBtn a {
	    font-size: 15px;
	    padding: 17px;
	    margin-bottom: 4px;
	}
	#ticket .join {
		padding: 0;
	}
	#ticket .join p {
		margin-bottom: 5vw;
		font-size: 3.6vw;
	}
	#ticket .fanclubBtn {
		display: block;
	}
	#ticket .fanclubBtn li {
		width: 100%;
		margin-bottom: 4vw;
	}
	

	#ticket .fanclubBtn li a {
	    padding: 15px 0;
	    line-height: 1.4;	
	}

	#ticket .fanclubBtn li a div {
	    font-size: 22px;
	}

.ticketInfo_desc .target_wrap {
    padding: 0;
}
		
}




#goods h2 {
}

#goods .comingSoon {
    padding: 20px 0 40px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.1em;
}
#goods.comingSoon p span {
	font-size: 14px;
	font-weight: normal;
}

.goods_txt:last-child {
    margin-bottom: 0;
}


#goods p {
}

.goods_img {
    line-height: 0;
    margin-bottom: 40px;
    border: 1px solid #ebe2dd;
    border-radius: 30px;
    overflow: hidden;
}

.goods_txt {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.goods_txt:last-child {
    margin-bottom: 0;
}

.popup .goods_img {
    margin-bottom: 10px;
}


.goods_box {
    margin-bottom: 10px;
    border: 1px solid;
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 25px;
}

.goods_box .goods_tit {
    font-weight: bold;
    font-size: 1.15em;
    margin-bottom: 0.5em;
    border-left: 3px solid;
    padding-left: 0.5em;
    line-height: 1.5;
}

.goods_list > li .item_img {
    width: 35%;
    line-height: 0;
}
.goods_list > li .item_desc {
    width: 65%;
    padding: 25px 30px;
    border-left: 1px solid;
}
.goods_list > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.goods_list > li:last-child {
    margin-bottom: 0;
}

.goods_list > li .item_tit {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.6;
}
.goods_list > li .info_tit {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
    padding: 0.1em 1em;
    background: #de3585;
    border-radius: 3rem;
    font-size: 0.9em;
}

.goods_list > li .item_price {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.goods_list > li .item_info {
    margin-bottom: 0.5em;
}
.goods_list > li .item_info:last-child {
    margin-bottom: 0;
}

.pop_list {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pop_list > li {
    width: 32%;
    line-height: 0;
    border-radius: 15px;
    overflow: hidden;
}
.sp_list {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sp_list > li {
    width: 100%;
    line-height: 0;
    border-radius: 15px;
    overflow: hidden;
}


@media screen and (max-width: 960px) {
	

#goods .comingSoon {
padding: 10px 0 20px;
    font-size: 16px;
}
	
.goods_box .goods_tit {
    font-size: 1.05em;
}
.goods_img {
    border-radius: 12px;
    margin-bottom: 20px;
}

.goods_txt {
    text-align: left;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 15px;
}

.goods_box {
    padding: 15px 13px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.goods_list > li {
    border-radius: 10px;
    margin-bottom: 15px;
}
.goods_list > li .item_img {
    width: 100%;
}
.goods_list > li .item_desc {
    width: 100%;
    padding: 13px 13px;
    border-left: none;
    border-top: 1px solid;
}
.goods_list > li .item_tit {
    font-size: 1.3em;
}

.goods_list > li .item_price {
    margin-bottom: 0.5em;
}
.goods_list > li .item_info {
    margin-bottom: 0.5em;
    font-size: 0.9em;
    line-height: 1.7;
}

.pop_list {
    margin-bottom: 20px;
}

.pop_list > li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.pop_list > li:last-child {
    margin-bottom: 0;
}

.sp_list > li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0;
}

}


ul.list--support li {
    margin-right: 10px;
}
ul.list--support {
    display: flex;
}



footer {
    padding: 80px 0 13px;
    text-align: center;
    z-index: 1;
    position: relative;
}

footer .innerWrap {
    padding: 0;
}


footer .copyright {
text-align: center;
    font-size: 12px;
}

@media (max-width:960px) {
	footer {
		padding: 30px 0;
	}

	footer .texts {
	}
	footer .texts li {
		font-size: calc(32 / 1125 * 100vw);
		line-height: 2;
	}

	footer .banners {
		margin-top: 10vw;
		display: block;
	}
	footer .banners li {
		width: 60vw;
		margin: 0 auto;
    	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
	footer .banners li + li {
		margin: calc(40 / 1125 * 100vw) auto 0;
	}

	footer .sns {
		margin-top: calc(150 / 1125 * 100vw);
	}
	footer .sns li + li {
		margin-left: calc(100 / 1125 * 100vw);
	}
	footer .sns li img.l { width: calc(95 / 1125 * 100vw); }
	footer .sns li img.t { width: calc(92 / 1125 * 100vw); }
	footer .sns li img.i { width: calc(84 / 1125 * 100vw); }
	footer .sns li img.f { width: calc(36 / 1125 * 100vw); }
	footer .sns li img.y { width: calc(106 / 1125 * 100vw); }
	footer .sns li .fab {
	    font-size: calc(100vw / 13);
	}

ul.list--support {
    display: block;
    text-align: left;
}

ul.list--support li {
    margin: 0 0 3px 0;
}

	footer .copyright {
	    font-size: 11px;
	}
}



@media screen and (max-width: 960px) {
.innerbox {
    padding: 6vw 5vw;
}

	.ticketAttention {
	    padding: 15px;
	    margin-bottom: 50px;
	    margin-bottom: 30px;
	}

#ticket .ticketBox .accordion h4 {
    font-size: 13px;
}
.ticket_txt {
    font-size: 12px;
    margin-bottom: 1.2em;
    line-height: 1.6;
}

.ticketBox .ticketBox_inner {
    margin-bottom: 15px;
    border-radius: 25px;
}

.ticketBox .accordion {
    border-radius: 12px;
}

.ticketBox_inner:last-child {
    margin-bottom: 0;
}

.ticketBox_inner h4 {
    font-size: 4vw;
    margin-bottom: 4vw;
    line-height: 1.5;
}

#attention_ticket {
}

.attention_tit {
    font-size: 17px;
    margin-bottom: 25px;
}


footer .fanclubBtn {
    display: block;
    margin-bottom: 30px;
}

footer .fanclubBtn li {
    width: 100%;
    margin-bottom: 20px;
}

footer .fanclubBtn li a {
    padding: 15px 0 10px;
}

footer .fanclubBtn li a div {
    font-size: 22px;
}

footer .innerWrap {
    padding-bottom: 20px;
}

#mainVisual {
    width: 100%;
    margin: 0 auto 0px;
    max-width: none;
    min-width: auto;
    flex-wrap: wrap;
    -webkit-mask-image: linear-gradient(180deg, #ffffff 95%, transparent);
    mask-image: linear-gradient(180deg, #ffffff 95%, transparent);
    background-image: url(/static/fcopen/fanplakit/artist/ogura_yui_xd2g4TXZ/feature/birthday2025/img/ph_magical_party_mv_bg_sp_e2SEmypu.jpg);
    background-position: 50% 0%;
    min-height: 135vw;
}

#mainVisual .main_logo {
    margin-bottom: 0px;
    width: 88%;
}

.main_logo_symbol {
    width: 75%;
}

#mainVisual .main_logo_2 {
    margin-bottom: 10vh;
    width: 80%;
    opacity: 0;
}


}



@media screen and (max-width: 960px) {


}




#ticket .ticketBox h4 {
    font-size: 21px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.5;
    padding: 25px 55px 25px 30px;
    background: #de3585;
    color: #fff;
}

dl.accordion dt {
    cursor: pointer;
    position: relative;
}

dl.accordion dd {
    padding: 30px 30px;
    display: none;
}

.accordion dt::before {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.accordion dt::after {
content: "";
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    background: #ffffff;
    top: 50%;
    right: 30px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.accordion dt.on::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}


.accordion.news_ac {
    background: #ffffff;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid;
}

.accordion.news_ac:last-child {
    margin-bottom: 0;
}


.accordion.news_ac dt {
    background: #de3585;
    color: #fff;
    padding: 15px 55px 15px 25px;
}

.accordion.open dd {
    display: block;
}

.txt {
    font-weight: 500;
}

@media screen and (max-width: 960px) {

#ticket .ticketBox h4 {
font-size: 15px;
    margin-bottom: 0;
    padding: 15px 40px 15px 20px;
}

	.accordion dt::before {
top: calc(50% - 1px);
    right: 13px;
    width: 15px;
	}

	.accordion dt::after {
    top: calc(50% - 1px);
    right: 13px;
    width: 15px;
	}

dl.accordion dd {
padding: 15px;
}

.accordion.news_ac {
    border-radius: 12px;
}

.accordion.news_ac dt {
    padding: 15px 30px 15px 15px;
    line-height: 1.7;
}

.news_txt {
    font-size: 12px;
}

.attention_list {
    margin-bottom: 15px;
}

.attention_list > li {
    font-size: 11px;
    line-height: 1.6;
}


}



.sp_box {
    border: 1px solid;
    padding: 40px 35px;
    border-radius: 1rem;
    margin-bottom: 4rem;
    position: relative;
}
.special_tit {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 0.5em;
  border-left: 3px solid;
  padding-left: 0.5em;
  line-height: 1.5;
}

.sp_box:last-child {
    margin-bottom: 0;
}

.sp_tit {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sp_tit span {
    position: relative;
    display: inline-block;
    line-height: 1.5;
}
.spbox_tit {
    margin: -1.3rem 0 3rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
}

.spbox_tit span {
    background: #ffdaeb;
    display: inline-block;
    border: 1px solid;
    padding: 0.1em 1em;
    border-radius: 3em;
    box-shadow: 0 3px 0 #0000001f;
}

.spbox_txt {
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 1.4rem;
}

.spbox_txt:last-child {
    margin-bottom: 0;
}

.spbox_txt.sml {
    font-size: 19px;
}

.sp_box .attention_list {
    background: #fff;
    padding: 1.7rem 2rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 20px;
}

.sp_box .attention_list:last-child {
    margin-bottom: 0;
}

.sp_box_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.sp_box_flex:last-child {
    margin-bottom: 0;
}

.sp_box_flex_info {
  width: 75%;
  display: flex;
  align-items: center;
}
.sp_box_flex_info_ticket {
    width: 58%;
}
.sp_box_flex_img {
    width: 21%;
}
.sp_box_flex_img_ticket {
    width: 40%;
}

.minBtn a {
    display: block;
    text-align: center;
    background: #7cd9c5;
    color: #fff;
    text-decoration: none;
    border-radius: 9px;
    font-size: 17px;
    font-weight: bold;
    padding: 18px;
    letter-spacing: 0.08em;
    box-shadow: 0px 5px 0 #00000014;
    margin: 0 auto;
    width: 60%;
    max-width: 300px;
}

.sp_box_flex_info .minBtn a {
    margin: 0;
}

.sp_box_deco {
    width: 11%;
    position: absolute;
    bottom: -17px;
    left: -20px;
}
.sp_box02 .sp_box_deco {
    left: 65%;
    bottom: auto;
    top: 51px;
}


@media screen and (max-width: 960px) {

.sp_tit {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

.spbox_tit {
    font-size: 0.9rem;
    margin: -1rem -5% 1.5rem;
    width: 110%;
}
.spbox_tit span {
    line-height: 1.4;
    padding: 0.3em 1em;
}

.sp_box {
    padding: 25px;
    margin-bottom: 2.5rem;
}
.sp_box_flex_info {
    width: 100%;
    order: 2;
}
.sp_box_flex_info_ticket {
    width: 100%;
    order: 2;
}

.sp_box_flex_img {
    width: 92%;
    margin: 0 auto 1.2rem;
}

.sp_box_flex_img_ticket {
    width: 92%;
    margin: 0 auto 1.2rem;
}

.spbox_txt {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.6rem;
}
.sp_box .attention_list {
    padding: 0.7rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.spbox_txt.sml {
    font-size: 0.8rem;
}

.minBtn a {
    width: 100%;
    font-size: 14px;
}

.sp_box_flex {
    margin-bottom: 1rem;
}

.sp_box_deco {
    width: 20%;
    top: 38%;
    left: auto;
    right: 3%;
    bottom: auto;
    pointer-events: none;
}

.sp_box02 .sp_box_deco {
    left: 5%;
    top: 10%;
}
.sp_box03 .sp_box_deco {
    top: 50px;
    left: 85%;
}

body::after {
    background: url(/static/fcopen/fanplakit/artist/ogura_yui_xd2g4TXZ/feature/birthday2025/img/bg_2503_sp_nW37N6yR.png);
    background-size: 100%;
}

}






dl.accordion_presentArea dt {
  cursor: pointer;
  position: relative;
}
dl.accordion_presentArea dd {
  padding: 1em;
}
.accordion_presentArea {
  background: #fff;
  padding: 2.3em 2em 2.3em;
  border-radius: 36px;
  margin-top: 1em;
  border: 1px solid;
}

.accordion_presentArea h4 {
  font-size: 19px;
}

.accordion_presentArea .tit {
  font-weight: bold;
}
.accordion_presentArea .textArea {
  margin: 20px auto 0;
}
.accordion_presentArea .textArea .address {
  background: #fff2f8;
  padding: 1.5em;
  margin: 1em 0 0;
  border-radius: 1em;
}

.accordion_presentArea .textArea .address .date {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
.accordion_presentArea .textArea .address .time {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}

.accordion_presentArea .textArea .red {
  color: #f00
}

.accordion_presentArea .attentionList li {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
}
.accordion_presentArea dt::before {
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    background: #de3585;
    position: absolute;
    top: 50%;
    right: 2.5em;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.accordion_presentArea dt::after {
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    position: absolute;
    background: #de3585;
    top: 50%;
    right: 2.5em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
}

.accordion_presentArea dt.on::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}
@media screen and (max-width: 960px) {
.accordion_presentArea {
    border-radius: 15px;
}
.accordion_presentArea h4 {
    font-size: 13px;
}
.accordion_presentArea dt::before {
    right: -0.5em;
}
.accordion_presentArea dt::after {
    right: -0.5em
}

dl.accordion_presentArea dd {
    padding: 1em 0;
}
.accordion_presentArea .textArea .address {
    padding: 1em;
}
.accordion_presentArea .textArea .address .date {
    font-size: 14px;
}
.accordion_presentArea .textArea .address .time {
    font-size: 11px;
    margin-bottom: 14px;
}

}
