@charset "UTF-8";
/* CSS Document */
html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}
*{
    box-sizing: border-box;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: #fff;
	color: #000;
    font-size: clamp(12px, 1.25vw, 16px);
    line-height: 1.8em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;

}
#wrap, section {
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
}

a{
    text-decoration: none;
}
a:hover {
/*filter: alpha(opacity=70);
opacity: 0.7;*/
transition:  0.5s;
}


li{
    list-style-type: none;
}
.pc{
        display: block;
    }
.sp{
    display: none;
}


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

	body{
}

    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}
header h1 {
    	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#Linkfanclubevent,#Linklivetour {
	margin-top: -65px;
	padding-top: 65px;
}

/*************************
*スクロール画像
*************************/
.scroll-container {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
position: fixed;
	background: #fff;
	top:0;
/*	margin-bottom: 64px;*/
	z-index: 2000;
}

.scroll-track {
  display: inline-block;
  white-space: nowrap;
  animation: loop-scroll 20s linear infinite;
}

.scroll-track img {
  width: auto;
  height: 64px; 
}

/* 無限ループ */
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px){
.scroll-container {
	margin-bottom: 40px;
}
.scroll-track img {
  width: auto;
  height: 40px; 
}
}
/*************************
*メイン
*************************/
main{
    display:flex;
    position: relative;
/*	border:10px solid #606;*/
}

.boxA{
    position:fixed;
    top:64px;
/*	top:0;*/
    left:0;
    width:50%;
/*	height:calc(100vh);*/
    height:calc(100vh - 64px);
    background:#ebeae2;
    overflow-y:auto;
}
.boxAinner {
		width: 90%;
		max-width: 480px;
		margin: 2.5em auto;
	text-align: center;

	}


.boxB{
	    position:absolute;
    width:50%;
    margin-left:50%;
    top:64px;
/*	height:calc(100vh);*/
}

.spHeader{
    display:none;
}
#logoWrap {
	width: 80%;
	max-width: 384px;
	margin: 1em auto;
}

#navi li {
	font-size: clamp(18px, 2.8125vw, 36px);
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	line-height: 1.5em;
	transition: transform 0.5s ease;
}
#navi li:hover, #navi li:active {
	/*transform: translateX(7.5px);*/
	transform: scale(1.05);
}
#navi li a {
	color: #000;
}
#navi li a:hover {
	color: #c00;
}

@media screen and (max-width: 768px){
main{
    display:block;
/*    padding-top:60px;*/
	padding-top: 45px;
}

.spHeader{
    display:flex;
    align-items:center;
    justify-content:flex-end;

    position:fixed;
    top:40px;
    left:0;

    width:100%;
    height:60px;

 /*   background:#fff;*/
    z-index:1005;
}

.boxA{
    position:fixed;
    top:40px;
    left:-100%;
    width:100%;
    height:100vh;
    transition:.4s;
    z-index:1002;
    overflow-y:auto;
}

.boxA.open{
    left:0;
}
.boxAinner {
	width: 80%;
	 position:absolute;
	 z-index:1002;
	margin-top: 2em;
	margin-left:10%;
	}
	
.boxB{
    width:100%;
    margin-left:0;
	    top:40px;
	
        height: auto;              
        overflow-y: visible;
}

.overlay{
    position:fixed;
    inset:0;
   /* background:rgba(0,0,0,0.5);*/
	background-color: #ebeae2;

    opacity:0;
    visibility:hidden;

    transition:.3s;
    z-index:1001;
}

.overlay.show{
    opacity:1;
    visibility:visible;

}	
}

/*************************
*ハンバーガー
*************************/
.menuBtn{

    width:40px;
    height:40px;

    background:none;
    border:none;

    position:relative;

    cursor:pointer;
}

.menuBtn span{

    position:absolute;
    left:8px;

    width:24px;
    height:3px;

    background:#000;

    transition:.3s;
}

.menuBtn span:nth-child(1){
    top:11px;
}

.menuBtn span:nth-child(2){
    top:19px;
}

.menuBtn span:nth-child(3){
    top:27px;
}

.menuBtn.active span:nth-child(1){
    transform:rotate(45deg);
    top:19px;
}

.menuBtn.active span:nth-child(2){
    opacity:0;
}

.menuBtn.active span:nth-child(3){
    transform:rotate(-45deg);
    top:19px;
}


/*************************
*右エリア
*************************/
.MVphWrap {
	width: 100%;
}
#MVph {
	background-image: url("../img/fujikiPh.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-top: 86.875%;
}

.boxBarea {
    width: 96%;
	margin: auto;
/*    background: #ccc;*/
    display: flex;
    align-items: stretch;   /* ← 子要素を親の高さまで伸ばす */
padding:1em 0;
	margin-bottom: 4em;
}

.eventHeadWrap {
    width: 5%;
    min-width: 32px;
    border-right: 1px solid #000;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    writing-mode: vertical-rl;

    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: clamp(16px,1.875vw,24px);
    letter-spacing: .15em;
    color:#fff;
	 text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}

.tourHeadWrap {
    width: 5%;
    min-width: 32px;
    border-left: 1px solid #000;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    writing-mode: vertical-rl;

    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: clamp(16px,1.875vw,24px);
    letter-spacing: .15em;
    color:#fff;
	 text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}

.eventSheduleWrap {
	width: 90%;
	max-width: 580px;
		margin: auto;
	justify-content: flex-start;
}
h2.tit {
	 font-size: clamp(24px,3.75vw,48px);
	font-weight: 900;
	  font-family: "Roboto Condensed", sans-serif;
	line-height: 1.25em;
	margin-bottom: 0.25em;
	 letter-spacing: -0.02em; 

}
h2.titsmall {
	font-size: clamp(14px,1.5625vw,20px);
	font-weight: 700;
	line-height: 1.5em;
}
.scheduleWrap {
width: 100%;
	display: flex;
	margin: 1em auto;
	justify-content: space-between;
/*	align-items: center;*/
	align-items: stretch;
}
.scheduleWrap .date {
	width: 26%;
	background: #000;
	color: #fff;
	font-size: clamp(18px,2.8125vw,36px);
	font-weight: 900;
	line-height: 1.5em;
	font-family: "Roboto Condensed", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-feature-settings: "palt";
}
.scheduleWrap .date span {
	font-weight: 100;
}
.scheduleWrap .date small {
	font-size: clamp(12px,1.5625vw,20px);
	font-weight: 500;
	letter-spacing: -0.02em;
}
.scheduleWrap .venueWrap {
	width: 73%;
}
.scheduleWrap .venue {
	width: 100%;
	font-size: clamp(16px,2.34375vw,30px);
	font-weight: 900;
	line-height: 1.5em;
	border-bottom: 1px dashed #000;
	letter-spacing: -0.02em;
	font-feature-settings: "palt";
}
.scheduleWrap .place {
	width: 100%;
	font-size: clamp(14px,1.5625vw,20px);
	font-weight: 500;
	margin-left: -0.5em;
}
.scheduleWrap .place small {
	font-size: clamp(12px, 1.25vw, 16px);
}

@media screen and (max-width: 768px){
.boxBarea {
    width: 98%;
	margin: auto;
	margin-bottom: 0em;
}
.eventSheduleWrap {
	margin: auto 5% auto 2.5%;
	justify-content: flex-start;
}
.eventHeadWrap, .tourHeadWrap {
    width: 4%;
	min-width: 20px;
	max-width: 24px;
}

.scheduleWrap {
width: 100%;
	display: block;
	margin: 1em auto;
/*	background: #C00;*/

}
.scheduleWrap .date {
/*	width: 100%;*/
	width: 50%;
}
.scheduleWrap .venueWrap {
	width: 100%;
}
}
/*************************
*フッター
*************************/
#footerWrap {
	width: 100%;
	padding: 2em;
	text-align: center;
	font-size: clamp(11px, 1.09375vw, 14px);
	margin-top: 1em;
}
#footerWrap figure {
	width: 40%;
	max-width: 140px;
	margin: auto;
}
#footerWrap footer {
	margin-top: 2em;
}
/*************************
*ローディング
*************************/
#loading {
  /* 画面一杯にローディング画面を広げる */
  height: 100%;
  width: 100%;
      background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 3000;
  /* flexboxを使ってローディングアイコンを画面の中央に寄せる */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}