@charset "UTF-8";

/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.3s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}



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

.pc{
    display:none!important;  
}

}

@media screen and (min-width: 900px) {
.sp{
    display:none!important;  
}

}


/*===================================================
	FRAME
====================================================*/
body {
    font-size: 16px;
}

.allContain {
    height: 100%;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #3b5b90;
    line-height: 1.6em;
    font-size: 18px;
    font-size: min(calc(45 / 1200* 100vw), 100%);
}
.contents{
    position: relative;
}

.innerContent {
    max-width: 1200px;
    margin: 0 auto;
    width: 88%;
}
.titBox {
    position: relative;
    margin-bottom: 3rem;
}

.soon {
    font-family: "baskerville-urw", serif;
    font-size: 300%;
    text-align: center;
    position: relative;
    padding: 100px;
}

/* SP-max-900 */
@media screen and (max-width: 900px){
.soon {
    padding: 100px 40px;
    font-size: 200%
}
}
/*===================================================
	BASE
====================================================*/
.titBox h3 {
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    text-align: center;
    font-size: 4.5rem;
    line-height: 1em;
}
.titBox h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.2rem;
    background: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/ph_tit_deco_q5c7txb2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 0.75rem;
}

.txt {
    font-size: 110%;
    line-height: 1.5em;
}
.btn {
    text-align: center;
}
.btn a {
    display: inline-block;
    text-align: center;
    padding: 1.5em 2.5em 1.5em 1.5em;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #25467c, #2d61b4, #25467c);
    transition: 0.3s ease;
    width: 100%;
    color: #fff;
    max-width: 22rem;
    position: relative;
    box-shadow: 0 10px 14px -8px #052d626b;
}
.btn a .ico {
    position: absolute;
    right: 0;
    border-left: 1px dashed #ffffff91;
    height: 100%;
    display: flex;
    top: 0;
    padding: 1.1rem;
    align-items: center;
    justify-content: center;
}

.end .btn a {
    background: #acacac;
    color: #6d6d6d;
}
.btn.blank a {
    background: #acacac;
    color: #6d6d6d;
    pointer-events: none;
    font-size: 90%;
}
.btnList{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 80%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li span{
    position: absolute;
    left: 0;
    top: 1px;
}


.fade {
    transition: all .8s ease-out 0.2s;
    opacity: 0;
}
.loaded .fade.started {
    opacity: 1;
}

/* PC-min-901 */
@media screen and (min-width: 901px){
.innerContent .btn a:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 17px -4px #052d6261;
}
footer .btn a:hover{
    background: transparent;
    color: #a20eff;
}
}

/* SP-max-900 */
@media screen and (max-width: 900px){

.titBox {
    position: relative;
    margin-bottom: 40px;
}

.titBox h3 {
    font-size: 2.5rem;
}

.titBox h3::after {
    height: 1rem;
}

.btn a {
    padding: 1.6em 2.5em 1.6em 1.5em;
    width: 100%;
    font-size: 0.9rem;
}

}

/*===================================================
	wovn
====================================================*/
.wovn-languages {
    width: 2.2em;
    height: 2.5em;
    color: #3b5b90;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 35px;
    left: 35px;
    z-index: 99;
}
.wovn-languages .nav-dropdown {
    width: 100%;
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    position: absolute;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: center;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
    display: block;
    padding-bottom: 0.2em;
    border-bottom: 1px solid;
    order: -1;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected) {
  background: #fff;
  color: #4b2a67;
  font-size: 0.8em;
  box-shadow: 10px 13px 13px -2px rgba(31, 13, 47, 0.3529411765);
  margin: -1px 0 0 0 !important;
  padding: 0.6em 0;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  transform: translateY(0);
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 5px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  opacity: 1;
  transition: none;
  margin-bottom: 0.7em;
}

/*===================================================
	scrollme
====================================================*/
.scrollme{

}
.scrollme .animateme{
    opacity: 0;
    transition: ease 0.3s;
}

/*===================================================
	.loader
====================================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b5b90;
}
.loadingCap{
    text-align: center;
    font-family: "ivymode", sans-serif;
    font-size: 180%;
    letter-spacing: 0.1em;
}




/*===================================================

	Navi

====================================================*/

#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100dvh;
    transform: translateX(100%);
    transition: 0.5s;
    background: linear-gradient(360deg, #d8d8d8, #dae7f5);
    border-radius: 0;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    width: auto;
    letter-spacing: 0.04em;
    color: #3b5b90;
    font-style: normal;
    font-family: "baskerville-urw", serif;
    margin-bottom: 2em;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}


.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 15px;
    right: 22px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(25deg); 
	transform: translateY(7px) rotate(25deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-25deg); 
	transform: translateY(-7px) rotate(-25deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    background: #3b5b90;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


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

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    box-shadow: none;
    transition-delay: 1.3s;
    top: 6rem;
    right: 4%;
    background: none;
    position: absolute;
    transform: none !important;
}

.loaded #gNav {
}

#gNav .gnavMenu {
    text-align: right;
}

#gNav a {
    font-size: 135%;
}

}





/*===================================================
	.bg
====================================================*/
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/bg_main_pc_q5c7txb2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.bg::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/bg_cover_q5c7txb2.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    background-position: 0 0%;
}



/*===================================================
	.visual
====================================================*/
.visual {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 50vw;
}
.heroView {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6rem 9%;
}

.heroView::before {
    content: '';
    display: block;
    width: 100%;
    height: 9vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/bg_part_top_q5c7txb2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}


.visual h2 {
    width: 65%;
    max-width: 88vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-width: 52%;
}

.logo_wrap {
    position: relative;
    margin-bottom: 3rem;
    z-index: 1;
}

.logo_wrap .logo_top {
    transition: 0.8s 1.2s;
    transform: translateY(2rem);
    opacity: 0;
}

.loaded .logo_wrap .logo_top {
    opacity: 1;
    transform: none;
}


.logo_wrap .logo_btm {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    transition: 0.8s 1.5s;
    transform: translateY(2rem);
    opacity: 0;
}

.loaded .logo_wrap .logo_btm {
    opacity: 1;
    transform: none;
}



.logo_lead {
    width: 65%;
    line-height: 0;
    padding-left: 1%;
    transition: 0.8s 1.8s;
    transform: translateY(2rem);
    opacity: 0;
}
.loaded .logo_lead {
    opacity: 1;
    transform: none;
}

.visual .snsList {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.visual .snsList li {
    text-align: center;
    margin: 1em 0;
}
.visual .snsList li a {
    font-size: 140%;
}


.border_wrap > p {
    width: 20vh;
    height: 20vh;
    border: 2px solid;
    position: absolute;
    left: 0;
    top: 0;
}

.border_wrap > .border_rt {
    left: auto;
    right: 0;
    border-left: none;
    border-bottom: none;
}
.border_wrap > .border_lb {
    bottom: 0;
    top: auto;
    border-top: none;
    border-right: none;
}
.border_wrap >  .border_rb {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    border-top: none;
    border-left: none;
}

.border_wrap > .border_lt {
    border-right: none;
    border-bottom: none;
}


@media screen and (min-width: 901px){
.visual h2.sp{
    display: none;
}
.visual h2.pc{
    aspect-ratio: 309 / 235;
}
}

/* SP-max-900 */
@media screen and (max-width: 900px){

.bg {
    background-image: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/bg_main_sp_q5c7txb2.jpg);
    background-position: 50% 0;
}

.bg::after {
    display: none;
}

.heroView {
    padding: 5.5rem 5%;
}

.visual .snsList li a {
    font-size: 105%;
}

.visual h2 {
    width: 100%;
    padding-left: 3%;
}
.visual h2.pc{
    display: none;
}
.visual h2.sp{
    aspect-ratio: 103 / 100;
}

.logo_wrap {
    margin-bottom: 1.8rem;
}

.logo_lead {
    width: 84%;
}

.wovn-languages {
    top: 25px;
    left: 25px;
    font-size: 17px;
}

}

section {
    padding: 7rem 0;
    position: relative;
}

.messageBox {
    background: linear-gradient(90deg, #e9f5f9 0%, #ffffff 35%, #ffffff 65%, #e9f5f9 100%);
}

.msgTxt {
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.18em;
    font-weight: 600;
    font-size: 1.05rem;
}


/*===================================================
	.scheduleBox
====================================================*/

.scheduleBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 9vw;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(/static/tomohisayamashita/fanclub/feature/30th_curise/images/bg_part_btm_q5c7txb2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.scheduleBox {
    padding: 14rem 0 10rem;
    background: #ffffff2b;
    backdrop-filter: blur(10px);
}


.scheduleBox .txtArea{
    position: relative;
}


.daysList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.daysList > li {
    text-align: center;
    padding: 0 3rem;
    border-right: 1px solid;
}

.daysList > li:last-child {
    border: none;
}

.daysList > li .day {
    font-family: "baskerville-urw", serif;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 0.1em;
}

.daysList > li .day .week {
    font-size: 0.6em;
}

.daysList > li .dayTit {
    font-family: "baskerville-urw", serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0.4em;
}

.daysList > li .place {
    letter-spacing: 1.2em;
    text-indent: 1.2em;
    font-weight: bold;
    font-size: 1.1rem;
}



/* PC-min-901 */
@media screen and (min-width: 901px){

}

/* SP-max-900 */
@media screen and (max-width: 900px){

section {
    padding: 4rem 0;
}

.scheduleBox {
    padding: 7rem 0 5rem;
    background: #ffffff61;
    -webkit-backdrop-filter: blur(12px);
}

.msgTxt {
    font-size: 0.9rem;
    line-height: 2.3;
}

.daysList > li {
    padding: 0rem 0 1.5rem;
    border: none;
    border-bottom: 1px solid;
}

.daysList > li:last-child {
    padding: 1.5rem 0 0;
}

}



/*===================================================
	footer
====================================================*/
footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    padding: 100px;
    position: relative;
    background: #fff;
}
.footerInner{
    text-align: center;
}
.footerInner .credit{
    font-size: 70%;
    margin: 0 0 10px;
}
.footerInner .cap{
    font-size: 70%;
    line-height: 1.4em;
}
footer.btn{

}
footer .btn a {
    font-family: "ivymode", sans-serif;
    background: transparent;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 170%;
    line-height: 1.4em;
    font-weight: 400;
    max-width: none;
    width: 100%;
    box-shadow: none;
    color: #3b5b90;
}
footer .btn a span{
    display: block;
    font-size: 80%;
}

/* SP-max-900 */
@media screen and (max-width: 900px){
footer {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
}
footer .btn a {
    font-size: 140%;
}
.footerInner .credit {
    font-size: 50%;
}
}



/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 16px;
    margin: 0 0 16px;
    align-items: stretch;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 16px 0 16px;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dt .txt{
    font-size: 100%;
    line-height: 1.5em;
}
.op_detail .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_detail .detailList dd .detailInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0 0 16px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
}

