@charset "UTF-8";
/*\*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url("https://use.typekit.net/qhr2gxj.css");


body {
    background-color: #3b5397;
    background-repeat: repeat;
    background-size: contain;
    color: #ffffff;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Zen Old Mincho', serif;
    letter-spacing: 0.03em;
}

#container,article {
    background-color: transparent;
}

main > article section {
    padding: 0;
}

h3 {
    text-align: center;
    margin: 0 auto 70px;
}
h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #ffffff;
    margin: 15px auto 0;
}

h3 .section_tit {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
}

.cs {
    font-size: 32px;
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    padding: 20px;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


.header {
    display: none;
}

.wrap {
    padding: 0;
    background: none;
}

footer {
    display: none;
}

.footer_copy {
    padding: 35px;
    font-size: 12px;
}

.drawer__btn {
    display: none !important;
}

#container::before {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #08193c, transparent);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
}

#container > section {
    padding: 120px 0;
}

#container .inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

#container > section:nth-of-type(odd) {
    background: #0000002b;
}

.bgBox .bg {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(/static/aska/fanclub/feature/dinnershow_2025/img/bg_main_Rv38nqsN.jpg);
    z-index: -1;
    background-size: cover;
    background-position: 50% 60%;
    transition: 0.6s;
    filter: blur(20px);
    opacity: 0;
    transform: scale(1.05);
}
.loaded .bgBox .bg {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.scrolling .bgBox .bg {
    filter: blur(20px);
    transform: scale(1.05);
}


/*===================================================
  VISUAL
====================================================*/
.heroView{
    position: relative;
    height: 100vh;
    height: 100svh;
}
.hvWrap {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    width: 55%;
    filter: blur(15px);
    opacity: 0;
    transition: 0.6s 0.2s;
}

.loaded .hvWrap {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
}


/* ------------------------------------
 * content
 * ------------------------------------ */
 
.navWrap {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 30px;
    right: 35px;
    z-index: 100;
}

.navBtn {
    text-decoration: none;
    display: block;
    color: #ffffff;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: 0.3s;
    z-index: 0;
    margin-left: 30px;
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.navBtn:hover{
    opacity: 0.7;
}


.bnrArea {
    margin: 20px auto 70px;
    text-align: center;
    width: 75%;
}


.snsList {
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 75px;
    right: 35px;
    z-index: 100;
}

.snsList li a {
    display: block;
    width: 20px;
    color: #FFF;
    filter: brightness(5);
}

.fellows_logo {
    z-index: 1;
    width: 10rem;
    position: relative;
    margin: 0 auto -50px;
}

.text-xs{
    text-align: right;
}

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

.fellows_logo {
    width: min(160px, 35%);
    margin: 0 auto;
}

.footer_copy {
    padding: 50px 20px 20px;
}

.text-xs {
    text-align: center;
    font-size: 10px;
}

.snsList {
    gap: 15px;
    right: 0;
    width: 100%;
    justify-content: center;
    bottom: 45px;
}

.snsList li a {
    width: 18px;
}

}



/*===================================================
  ticket
====================================================*/

.ticketBox .detailList {
    display: flex;
    border-bottom: 1px solid #a2d9e0;
    padding: 0 0 20px;
    margin: 0 0 20px;
    align-items: stretch;
}

.ticketBox .detailList:first-child{
    border-top: 1px solid #bcb295;
    padding: 15px 0 15px;
}
.ticketBox .detailList:last-child{
    margin: 0;
}
.ticketBox .detailList:first-of-type {
    border-top: 1px solid #a2d9e0;
    padding-top: 20px;
}

.ticketBox .detailList dt{
    width: 25%;
    padding: 0 20px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}

.ticketBox .detailList dd{
    width: 75%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.ticketBox .detailList dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #a2d9e0;
}

.ticketBox .detailList dd > *{
    margin-bottom:20px;
}
.ticketBox .detailList dd > *:last-child{
    margin-bottom:0;
}
.ticketBox .detailList dd .detailInner{
    width:100%;
}
.ticketBox .detailList dd .detailInner .cautionList{
    font-weight: bold;
}
.ticketBox .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.ticketBox .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}

@media screen and (max-width: 769px){
.ticketBox .detailList {
    display: block;
}
.ticketBox .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.ticketBox .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.ticketBox .detailList dd:before {
    content: none
}
}

/*===================================================
   schedule
====================================================*/

.scheduleBox .scheduleList{
    margin-bottom: 20px;
}
.scheduleBox .scheduleList:last-child{
    margin-bottom: 0;
}
.scheduleBox .scheduleTit {
    background: linear-gradient(90deg, #00888a, #005d6e, #068b9d);
    color: #FFF;
    padding: 30px 40px;
    font-size: 100%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    font-size: 18px;
}
.scheduleBox .end .scheduleTit:after{
    content: "受付終了";
    font-size: 70%;
    background: #FFF;
    color: #860B0B;
    line-height: 1em;
    padding: 3px 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0 0 0 10px;
}
.scheduleBox .scheduleTit span {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.scheduleBox .scheduleTit.open span {
    transform: translateY(-50%);
}
.scheduleBox .scheduleTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: rotate(-45deg);
}
.scheduleBox .scheduleDetail {
    display: none;
    padding: 40px;
    background: #FFF;
    color: #4a4a4a;
}

.scheduleBox .detailList {
    display: flex;
    border-bottom: 1px solid #058496;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.scheduleBox .detailList:first-child{
    border-top: 0;
}

.scheduleBox .detailList:last-child{
    margin: 0;
    border: none;
    padding: 0;
}
.scheduleBox .detailList dt{
    width: 25%;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.scheduleBox .detailList dd {
    width: 75%;
    position: relative;
    padding: 0 0 0 35px;
    display: flex;
    align-items: center;
}
.scheduleBox .detailList dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #058496;
}
.scheduleBox .detailList dd a {
    text-decoration: underline;
}

.scheduleBox .detailList dd > *{
    margin-bottom:20px;
}
.scheduleBox .detailList dd > *:last-child{
    margin-bottom:0;
}
.scheduleBox .detailList dd .detailInner{
    width:100%;
}
.scheduleBox .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.scheduleBox .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
    word-break: break-all;
}



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

#container > section {
    padding: 60px 0;
}
#container .inner {
    width: 88%;
}

h3 {
    margin: 0 auto 40px;
}
h3 .section_tit {
    font-size: 36px;
}
h3 .section_sub {
    font-size: 13px;
}

h3::after {
    margin: 10px auto 0;
    width: 60px;
}

.cs{
    font-size: 20px;
}
.ticketBox, .scheduleBox, .goodsBox {
}

.scheduleBox .scheduleTit {
    padding: 20px 32px 20px 20px;
    font-size: 14px;
}
.scheduleBox .scheduleTit span {
    right: 15px;
    width: 8px;
    height: 8px;
}

.scheduleBox .scheduleDetail {
    padding: 20px;
}
.scheduleBoxt .detailList {
    display: block;
}
.scheduleBox .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
}
.scheduleBox .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.scheduleBox .detailList dd:before {
    content: none
}
}

.txt {
    font-weight: bold;
    font-weight: 500;
}
.txt span {
    font-size: 0.8em;
    padding: 0 5px;
    margin-right: 5px;
    border: 1px solid;
    border-radius: 3px;
}

.video-container{
    /*background: #1a2a60;*/
    aspect-ratio: 16/9;
    margin-bottom: 50px;
}

.sp{
display: none;
}


.member_list {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin-top: -40px;
}
.member_list > li {
    width: 25%;
    margin-top: 40px;
}
.member_list > li .member_name {
    font-size: 1.1em;
    letter-spacing: 0.15em;
}


@media screen and (max-width: 767px) {
.sp{
    display: block;
}

.scheduleBox .detailList dd .detailInner .cautionList li {
    text-indent: -1rem;
    padding-left: 1rem;
    font-size: 12px;
}

.scheduleBox .scheduleList{
    margin-bottom: 12px;
}
.scheduleBox .detailList{
    display: block;
}
.scheduleBox .scheduleList {

}
.scheduleBox .detailList:first-child{
    border-top: none;
}
.hvWrap {
    width: 80%;
}
.bnrArea {
    margin: 20px 0 35px;
    text-align: center;
    width: 100%;
}
.navWrap {
    flex-wrap: wrap;
    right: 12px;
    top: 20px;
}
#container::before {
    height: 100px;
}

.navBtn {
    font-size: min(11px, 3vw);
    margin-left: 0.8em;
}


.txt{
    font-size: 0.8rem;
    width: 100%;
}
.member_list > li {
    width: 50%;
}

}

@media (max-height: 470px) {
.bnrArea {
        width: 80vh;
        max-width: 100%;
        margin: 0 auto 20px;
}
.txt {
    font-size: 22px;
    padding: 0 15px;
}
}

/* aタグのリセットCSS（不要な場合、セレクタごと削除してください） */
a {
  color: inherit;
  text-decoration: none;
}

/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/*
 * 角度の値を保持するCSS変数を定義
 * 対応ブラウザ: https://caniuse.com/?search=%40property
 */
@property --angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.buttonOutlineGlow {
    position: relative;
    display: block;
    width: 100%;
    max-width: 320px;
    /* height: 44px; */
    padding: 1px;
    font-family: 'Zen Old Mincho', serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #68c9d7;
    border-radius: 50px;
}

.buttonOutlineGlow_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: conic-gradient(from var(--angle), #003d39, #76feff, #00849d, #5bbbbb, #003d39);
    border-radius: 28px;
    opacity: 0;
    animation: gradient-spin 3s linear 0s infinite;
}

@keyframes gradient-spin {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

.buttonOutlineGlow_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00888a, #005d6e, #068b9d);
    border-radius: 50px;
    padding: 20px;
}

@media (any-hover: hover) {
  .buttonOutlineGlow .buttonOutlineGlow_bg {
    transition: opacity 0.3s;
  }

  .buttonOutlineGlow:hover {
    background-color: #939393;
  }

  .buttonOutlineGlow:hover .buttonOutlineGlow_bg {
    opacity: 1;
  }
}

/*--- clearfix ------------------*/

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
