@charset "utf-8";

.sml {
    font-size: 75%;
    vertical-align: -0.5px;
}
.h-style1.pink {
    color: #e07484;
}

#menu-panel .menu-area {
    background: #fff;
}

/* -------------------------------------------------
	first-view
------------------------------------------------- */

@keyframes mvbg {
	0% { width: 0;}
	100% { width: calc(878 / 1400 * 100%);}
}

@keyframes mvbgSp {
	0% { height: 0;}
	100% { height: calc(1480 / 1125 * 80vw);}
}

@keyframes jkt {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
#first-view {
  height: 100dvh;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  line-height: 2;
  color: #222;
  letter-spacing: 0.1em;
  font-size: 70px;
  font-weight: bold;
}


.loaded #first-view .tourtit {
  opacity: 1;
  transform: translateY(0);
}

#first-view .tourtit {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.4s ease-out;
  width: 55%;
}

#first-view svg{
width: 30vw;
fill: #222;
}


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

#first-view .tourtit{
    width: 90%;
}
  #first-view {
    text-align: center;
    font-size: 7vw;
    width: 90%;
    margin: auto;
   }
  #first-view svg {
  width: 45vw;
  }
	#first-view .mvBg {
		width: 100%;
		height: 0;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background: #e07484;
		animation: mvbgSp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2.4s forwards;
	}
	#first-view .group1 {
		text-align: center;
		position: relative;
		z-index: 4;
	}
	#first-view .group1 .text1 {
		margin-bottom: 1.5em;
		font-size: calc(40 / 1125 * 100vw);
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	#first-view .group1{
		width: calc(774 / 1125 * 100vw);
		display: inline-block;
	}
	#first-view .group1 img {
		width: 100%;
	}
	#first-view .group1 .release {
		margin-top: 2em;
		font-size: calc(48 / 1125 * 100vw);
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	#first-view .jacket {
		width: calc(820 / 1125 * 100vw);
		margin: calc(112 / 1125 * 100vw) auto 0;
		position: relative;
		z-index: 4;
		opacity: 0;
		animation: jkt 1s linear 1s forwards;
	}
	#first-view .jacket img {
		width: 100%;
		box-shadow: 0 6px 13px 0 rgba(0,0,0,0.2);
	}
	#first-view .jacket p {
		margin-top: 1.4em;
		text-align: right;
		font-size: calc(32 / 1125 * 100vw);
	}
}


/*===================================================
    bgBox
====================================================*/
.bgBox {
    pointer-events: none;
    width: 100%;
    height: 100%;
    min-height: 750px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
	transform: translate3d(0px, 0px, -1px);
}

.bgBox .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.bgBox .bg01 {
    background: url(/static/saucydog/fanclub/feature/dome_live_2026/image/ph_bg_VuobfRAZ.jpg) no-repeat center center;
    background-position: center center;
    background-size: cover;
}

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

	.bgBox {
	    min-height: 450px;
	    height: 100vh;
	}

	.bgBox .bg {
		height: 100vh;
	}

	.bgBox .bg01 {
		background: url(/static/saucydog/fanclub/feature/dome_live_2026/image/ph_bg_sp_VuobfRAZ.jpg) no-repeat center center;
		background-position: center center;
		background-size: cover;
	}

}


/* -------------------------------------------------
	track-list
------------------------------------------------- */

#track-list {
	padding-top: 200px;
}
#track-list .jacket img, #dvd .jacket img {
	border: solid 1px #ccc;
	box-sizing: border-box;
}
#track-list ul li{
	font-size: 20px;
}
#track-list ul li + li, #dvd ul li + li,
#track-list .bonus + ul li, #dvd .bonus + ul li{
	margin-top: 1em;
}
#track-list ul li .note, #dvd ul li .note{
	font-size: 14px;
	color: #999;
	display: inline-block;
	margin-left: 30px;
	vertical-align: baseline;
}

#track-list .bonus {
	margin-top: 50px;
	font-size: 16px;
	color: #e07484;
}

#dvd ul li {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 1.5;
}
#dvd ul li.titDvd {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
#dvd ul li.titDvd span{
    display: inherit;
    font-size: 48px;
    letter-spacing: 2px;
    font-weight: bold;
    text-indent: -0.6em;
}
#dvd ul li.dateDvd {
    font-size: 18px;
    margin: 15px 0 20px;
    letter-spacing: 1px;
}

#store h3.headline{
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    margin: 8px 0 0;
}
#store h3.headline span{
    display: block;
    background: #fff;
    color: #b1a3c6;
    font-size: 25px;
    padding: 10px 0 8px;
    margin: 12px 0 0;
}

@media print, screen and (min-width:768px) {
	#track-list .col2, #dvd .col2{
		width: 96%;
		max-width: 1160px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	#track-list .col2 > div, #dvd .col2 > div{
		width: 50%;
	}
	#track-list .col2 .jacket, #dvd .col2 .jacket {
		width: 50%;
	}
	#track-list .col2 .jacket img, #dvd .col2 .jacket img {
		width: calc(428 / 580 * 100%);
	}
}

@media screen and (max-width:900px) {
  #dvd ul li.titDvd span {
      font-size: 38px;
  }
}

@media screen and (max-width:767px) {
	#track-list {
		padding-top: 0;
		text-align: center;
	}
	#track-list .jacket img, #dvd .jacket img{
		width: 60%;
		display: block;
		margin: 0 auto 8vw;
	}
	#track-list .text{
		display: inline-block;
		text-align: left;
	}
	#dvd .text {
    display: inline-block;
    text-align: center;
  }
	#dvd .text > ul, #dvd .text > ul li{
    display: inline-block;
  }
  #dvd .text > ul li {
    font-size: 13px;
  }
  #dvd ul li.titDvd {
    font-size: 18px;
    text-align: center;
    margin-top: -12px;
  }
  #dvd ul li.titDvd span {
    font-size: 30px;
    text-indent: 0;
  }
  #dvd ul li.dateDvd {
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
    display: block;
  }
  #dvd ul li.titDvd span {
    font-size: 30px;
    display: block;
  }
  #dvd ul li.dateDvd + li{
    margin-right: 15px;
  }
  
  #store h3.headline {
    font-size: 4.4vw;
    margin: 0;
  }
  #store h3.headline span {
    font-size: 4.4vw;
  }
  
	#track-list ul li, #dvd ul li{
		font-size: 3.8vw;
	}
	#track-list ul li .note, #dvd ul li .note{
		font-size: 3.4vw;
		margin-left: 6vw;
	}

	#track-list .bonus {
		margin-top: 6vw;
		font-size: 3.4vw;
	}
}

/* -------------------------------------------------
	movies
------------------------------------------------- */

#movies {
	width: 100%;
	padding: 130px 0 140px;
	overflow: hidden;
}
#movies .slide-wrap {
	width: calc(640 / 1400 * 100vw);
	margin: 0 auto;
}
#movies .mov iframe {
	width: 42vw;
	height: calc(42vw * 315 / 560);
	display: block;
	margin: 0 auto;
}

#movies .slick-slider * {
	outline: none;
}
#movies .slick-list {
	overflow: visible;
}

#movies .slick-arrow {
	width: 48px;
	height: 48px;
	color: transparent;
	font-size: 0;
	overflow: hidden;
	background: url(../images/arrow_01.svg) no-repeat 0 0 / 100% auto;
	border: none;
	transition: opacity 0.3s ease-out;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}
#movies .slick-arrow.slick-prev {
	left: -14vw;
}
#movies .slick-arrow.slick-next {
	right: -14vw;
	transform: translateY(-50%) rotate(180deg);
}

@media print, screen and (min-width:768px) {
	#movies .slick-arrow:hover {
		opacity: 0.5;
	}
}


@media screen and (max-width:767px) {
	#movies {
		padding: 20vw 0;
	}
	#movies .slide-wrap {
		width: 84vw;
	}
	#movies .mov iframe {
		width: 80vw;
		height: calc(80vw * 315 / 560);
	}

	#movies .slick-arrow {
		width: 10vw;
		height: 10vw;
	}
	#movies .slick-arrow.slick-prev {
		left: -3.8vw;
	}
	#movies .slick-arrow.slick-next {
		right: -3.8vw;
	}
}

/* -------------------------------------------------
	dl-stream
------------------------------------------------- */

#dl-stream, #dvd {
	padding: 90px 0;
	background: #d5a591;
	text-align: center;
}
#dvd .h-style1.pink {
    color: #fff;
}
#dl-stream .buttons {
	width: 640px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#dl-stream .buttons li:nth-child(2) ~ li {
	margin-top: 25px;
}
#dl-stream .buttons li a {
	width: 300px;
	height: 60px;
	border-radius: 30px;
	border: solid 2px #fff;
	font-size: 18px;
	font-family: 'Roboto_Condensed';
	font-weight: 400;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#digital {
	margin-top: 65px;
	padding: 55px 0 40px;
	background: #fff;
	border-radius: 20px;
}
#digital .headline {
	margin-bottom: 0.8em;
	font-size: 28px;
	font-weight: bold;
	color: #e07484;
}
#digital .desc {
	font-size: 18px;
	line-height: 2.2;
}
#digital dl {
	width: calc(840 / 960 * 100%);
	padding: 25px 0 40px;
	margin: 35px auto 0;
	background: #f2ecf1;
	color: #040000;
}
#digital dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#digital dl dd {
	margin-top: 1em;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#digital .btn {
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border-radius: 30px;
	font-size: 18px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #e07484;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.1);
}

@media print, screen and (min-width:768px) {
	#dl-stream a {
		transition: background 0.3s ease-out;
	}
	#dl-stream .buttons li a:hover {
		background: #555;
	}
	#digital .btn:hover {
		background: #e8adaa;
	}
}

@media screen and (max-width:767px) {
	#dl-stream, #dvd {
		padding: 20vw 0;
	}
	#dl-stream .buttons {
		width: auto;
	}
	#dl-stream .buttons li:nth-child(2) ~ li {
		margin-top: 5vw;
	}
	#dl-stream .buttons li a {
		width: 44vw;
		height: 10vw;
		border-radius: 5vw;
		border: solid 1px #fff;
		font-size: 3.4vw;
	}

	#digital {
		margin-top: 10vw;
		padding: 8vw 4vw;
		border-radius: 3vw;
	}
	#digital .headline {
		font-size: 4.4vw;
	}
	#digital .desc {
		font-size: 3.4vw;
		text-align: left;
	}
	#digital dl {
		width: auto;
		padding: 5vw 0;
		margin: 8vw auto 0;
	}
	#digital dl dt {
		font-size: 3.4vw;
	}
	#digital dl dd {
		font-size: 3.8vw;
	}
	#digital .btn {
		width: 80%;
		height: 12vw;
		margin: 8vw auto 0;
		border-radius: 6vw;
		font-size: 3.4vw;
	}
}

/* -------------------------------------------------
	store
------------------------------------------------- */

#store {
	padding: 115px 0 135px;
	background: #e07484;
}

#take-me {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#take-me .bg-orange {
	padding: 40px;
	background: #b1a3c6;
}
#take-me .bg-orange .headline .title1 {
	width: 657px;
	margin: 0 auto 17px;
	display: block;
}
#take-me .bg-orange .headline .title2 {
	padding: 4px 0 3px;
	background: #fff;
	display: block;
}
#take-me .bg-orange .headline .title2 img {
	width: 536px;
	display: block;
	margin: 0 auto;
}
#take-me .bg-orange .pics {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#take-me .bg-orange .pics li {
    width: 32%;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#take-me .bg-orange .pics li span{
    display: inherit;
    padding: 8px 0 0;
}
#take-me .bg-orange .notes {
    width: 100%;
    margin: 25px auto 0;
}
#take-me .bg-orange .notes li, #take-me .desc-area .notes li{
	font-size: 10px;
	color: #fff;
	text-indent: -1em;
	margin-left: 1em;
	line-height: 1.8;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
#take-me .desc-area .notes li {
    color: #171720;
}
.desc-area .pics li{
    width: 50%;
    margin: 20px auto 0;
    border: 1px solid #eee;
}
#take-me .desc-area {
	padding: 40px 40px 35px;
	text-align: center;
}
#take-me .desc-area.double {
    padding-top: 0;
}
#take-me .desc-area.double .headline2 {
    border-top: 1px solid #ddd;
    padding: 35px 0 0;
    margin: 5px 0 0;
}
#take-me .desc-area.double .lead {
    line-height: 1.5;
    padding: 25px 0;
}
#take-me .desc-area .headline2 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    color: #b1a3c6;
}
#take-me .desc-area .headline2 span {
    display: block;
    background: #b1a3c6;
    color: #fff;
    font-size: 25px;
    padding: 10px 0 8px;
    margin: 12px 0 0;
}
#store h3.headline span {
    display: block;
    background: #fff;
    color: #b1a3c6;
    font-size: 25px;
    padding: 10px 0 8px;
    margin: 12px 0 0;
}
#take-me .desc-area .desc1 {
	margin: 2em 0;
	font-size: 18px;
	line-height: 1.8;
}
#take-me .desc-area .close {
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #c31b1f;
	font-weight: bold;
}
#take-me .desc-area .notes {
	text-align: left;
}


@media screen and (max-width:767px) {
	#store {
		padding: 20vw 0;
	}

	#take-me {
		border-radius: 3vw;
	}
	#take-me .bg-orange {
		padding: 8vw 4vw;
	}
	#take-me .bg-orange .headline .title1 {
		width: 80%;
		margin: 0 auto 2vw;
	}
	#take-me .bg-orange .headline .title2 {
		padding: 2vw 0;
	}
	#take-me .bg-orange .headline .title2 img {
		width: 76%;
	}
	#take-me .bg-orange .pics {
    margin-top: 6%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #take-me .bg-orange .pics li {
    width: 70%;
    padding: 0 0 5%;
    font-size: 11px;
  }
  #take-me .bg-orange .notes {
    width: auto;
    margin: 3% auto 0;
  }
	#take-me .bg-orange .notes li {
		font-size: 2.6vw;
	}

	#take-me .desc-area {
		padding: 8vw 4vw;
	}
  #take-me .desc-area .headline2, #store h3.headline span, #take-me .desc-area .headline2 span {
    font-size: 4.4vw;
    letter-spacing: 0.5px;
  }
  #store h3.headline span, #take-me .desc-area .headline2 span {
    letter-spacing: 1px;
  }
	#take-me .desc-area.double .headline2 {
    padding: 25px 0 0;
    margin: 0;
  }
  #take-me .desc-area.double .lead {
    line-height: 1.5;
    padding: 5% 0;
    text-align: left;
    font-size: 13px;
  }
	
	.desc-area .pics li {
    width: 70%;
    margin: 5% auto;
  }

	#take-me .desc-area .desc1 {
		font-size: 3.4vw;
		text-align: left;
	}
	#take-me .desc-area .close {
		font-size: 3.0vw;
		text-align: left;
	}
	#take-me .desc-area .notes li {
		font-size: 3.0vw;
	}
}

/* -------------------------------------------------
	store > store-list
------------------------------------------------- */

#store .store-list {
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
#store .store-list li a {
	display: block;
	transition: opacity 0.3s ease-out;
}

@media print, screen and (min-width:768px) {
  #store .store-list li {
    width: 24%;
  }
	#store .store-list li a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
  #store .store-list {
    margin-top: 0;
    padding: 0;
    margin: 0 0 5%;
    flex-wrap: wrap;
  }
	#store .store-list li {
		width: 49%;
	}
	#store .store-list li:nth-child(2) ~ li {
		margin-top: 2%;
	}
}

/* -------------------------------------------------
	special
------------------------------------------------- */

#special {
	padding: 130px 0 140px;
	background: url(../images/bg_01.jpg) no-repeat center center / cover;
}
#special .liner-notes {
	height: 200px;
	padding: 0 6% 0 8%;
	background: url(../images/bg_02P5pemHkj.jpg) no-repeat 0 0 / 100% 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#special .liner-notes + .liner-notes {
	margin-top: 40px;
}
#special .liner-notes p {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#special .liner-notes a {
	width: 300px;
	height: 60px;
	border-radius: 30px;
	border: solid 2px #fff;
	font-size: 18px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	transition: background 0.3s ease-out;
}


#special .notes-self {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
	background: url(../images/bg_02P5pemHkj.jpg) no-repeat 0 0 / 100% 100%;
padding: 30px 0;
position: relative;
z-index: 0;
}

#special .notes-self:before {
position: absolute;
content:"";
width: calc(100% - 6px);
height: calc(100% - 3px);
background: #fff;
margin: auto;
bottom: 3px;
left: 3px;
z-index: -1;
}

#special .notes-self .notes-img{
    width: 100px;
    margin: 0 50px 0 0;
}

#special .notes-self .notes-txt{
font-size: 18px;
}

@media screen and (max-width:767px) {
#special .notes-self {
padding: 10px 0;
}
#special .notes-self .notes-img {
    width: 50px;
    margin: 0 20px 0 0;
}
#special .notes-self .notes-txt {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
}

}


#fan-club {
	margin-top: 80px;
	padding-bottom: 40px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
}
#fan-club .mov {
	padding: 45px 0 40px;
	background: #f2f2f2;
}
#fan-club .mov .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
}
#fan-club .mov .desc {
	margin-top: 1.5em;
	font-size: 18px;
	line-height: 1.8;
}

#fan-club .logo {
	width: 360px;
	margin: 40px auto 0;
	display: block;
}
#fan-club .btn {
	width: 300px;
	height: 60px;
	margin: 35px auto 0;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #333;
	transition: background 0.3s ease-out;
}

#fan-club .sdTV {
	max-width: 680px;
	margin: 40px auto 0;
}
#fan-club .sdTV div {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
#fan-club .sdTV div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#fan-club .mov .interview .sdTV {
margin: 15px auto 50px;
}


#fan-club .mov .interview .sdTV .qaEntry {
padding: 20px;
 margin-bottom: 10px;
background-color: #e07484;
color: #ffffff;
font-weight:bold;
box-sizing: border-box;
}
#fan-club .mov .interview .sdTV .qaEntry .desc{
font-weight: bold;
margin-top: 0;
}
#fan-club .mov .interview .sdTV .qaEntry .btnQA {
background-color: #e07484;
color: #ffffff;
border: 2px solid #ffffff;
margin: 25px auto 15px;
}


#fan-club .btn.interviewBtn {
margin: 35px auto 70px;
}
.pc {
display:block;
}
.sp {
display:none;
}

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

.sp {
display:block;
}


#fan-club .mov .interview .sdTV {
    margin: 10px auto 30px;
}
#fan-club .mov .interview .sdTV .qaEntry .btnQA {
margin: 15px auto 0px;
}


#fan-club .btn.interviewBtn {
    margin: 35px auto 50px;
}
}

@media print, screen and (min-width:768px) {
	#special .liner-notes a:hover {
		background: rgba(255,255,255,0.3);
	}
	#fan-club .btn:hover {
		background: #555;
	}
}

@media screen and (max-width:767px) {
	#special {
		padding: 20vw 0;
	}
	#special .liner-notes {
		height: auto;
		padding: 8vw 0;
		display: block;
		text-align: center;
	}
	#special .liner-notes + .liner-notes {
		margin-top: 6vw;
	}
	#special .liner-notes p {
		font-size: 3.8vw;
	}
	#special .liner-notes a {
		width: 80%;
		height: 12vw;
		margin: 6vw auto 0;
		border-radius: 6vw;
		font-size: 3.4vw;
		border-width: 1px;
	}

	#fan-club {
		margin-top: 8vw;
		padding-bottom: 8vw;
		border-radius: 3vw;
	}
	#fan-club .mov {
		padding: 8vw 0;
	}
	#fan-club .mov .title {
		font-size: 3.8vw;
	}
	#fan-club .mov .desc {
		font-size: 3.4vw;
	}
	#fan-club .logo {
		width: 60%;
		margin: 8vw auto 0;
	}
	#fan-club .btn {
		width: 80%;
		height: 12vw;
		margin: 8vw auto 0;
		border-radius: 6vw;
		font-size: 3.4vw;
	}
}

/* -------------------------------------------------
	live
------------------------------------------------- */

#live {
	padding: 0 0 155px;
}

#live .white-box {
	padding: 60px 0;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0,0,0,0.3);
	margin-top: 50px;
}

#live .white-box + .white-box {
	margin-top: 50px;
}

#live .white-box .headline {
	font-size: 40px;
	color: #d6b900;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.07em;
	/*font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
	margin: 0 auto 10px;
}
#live .white-box .lead {
	margin: 0.9em 0 1em;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #231815;
	letter-spacing: 0.07em;
}

#live .white-box .liveDetail {
	display: flex;
	flex-wrap: wrap;
    width: calc(760 / 960 * 100%);
	margin: 0 auto;
}
#live .white-box .liveDetail dt,
#live .white-box .liveDetail dd {
    padding: 1.3em 0 1.2em;
    font-size: 18px;
    line-height: 1.4;
    box-sizing: border-box;
    border-top: solid 1px #b4b3b3;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
}
#live .white-box .liveDetail dt {
    width: 27%;
}
#live .white-box .liveDetail dd {
    width: 73%;
}

#live .white-box .tour-table {
	width: calc(760 / 960 * 100%);
	margin: 0 auto;
	border-collapse: collapse;
	box-sizing: border-box;
    line-height: 1.4;
}
#live .white-box .tour-table td {
	padding: 20px 0px 20px;
	font-weight: bold;
	border-top: solid 1px #b4b3b3;
	border-bottom: solid 1px #b4b3b3;
	position: relative;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}

#live .white-box .tour-table td .infolink {
    text-decoration: underline;
}


#live .white-box .tour-table .date {
	width: 180px;
	white-space: nowrap;
}
#live .white-box .tour-table td.date,
#live .white-box .tour-table td.venue {
font-family: din-2014-narrow, sans-serif;
font-weight: 600;
font-style: normal;
}
#live .white-box .tour-table .date .lt {
	text-decoration: line-through;
}
#live .white-box .tour-table .youbi {
	width: 70px;
	font-size: 14px;
	white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}
#live .white-box .tour-table .prefecture {
	width: 97px;
	font-size: 18px;
	white-space: nowrap;
}
#live .white-box .tour-table .venue {

}

#live .white-box .tour-table .venue .infoList {
	display: flex;
	flex-wrap: wrap;
    font-size: 16px;
	margin-top: 20px;
}
#live .white-box .tour-table .venue .infoList dt {
	width: 140px;
}
#live .white-box .tour-table .venue .infoList dd {
	width: calc(100% - 140px);
	margin-bottom: 10px;
}

#live .white-box .tour-table td:not(.date)::before {
	content: "";
	width: 1px;
	height: 80%;
	background: #b4b3b3;
	display: block;
	position: absolute;
	left: 2px;
	top: 10%;
}

#live .white-box .attentionArea {
  margin: 20px auto 50px;
}

#live .white-box .attentionArea .type1.subArea {
  background: #ececec;
  display: block;
  padding: 5px 25px;
}

#live .white-box table.type1 {
	width: calc(760 / 960 * 100%);
	margin: 0 auto;
	border-collapse: collapse;
	box-sizing: border-box;
	/*border-bottom: solid 1px #b4b3b3;*/
}
#live .white-box table.type1 th,
#live .white-box table.type1 td {
	padding: 1.3em 0 1.2em;
	font-size: 16px;
	line-height: 1.4;
	box-sizing: border-box;
	/*border-top: 1px solid #b4b4b4;*/
	border-bottom: 1px solid #b4b4b4;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
#live .white-box table.type1 td .noteLead {
  font-size: 15px;
  font-weight: bold;
  margin: 15px auto 10px;
  border-left: 3px solid #333;
  padding-left: 5px;
}
#live .white-box table.type1 td .note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 auto 10px;
}
#live .white-box table.type1 th {
	width: 27%;
}
#live .white-box table.type1 td {
	width: 73%;
}

#live .white-box .liveDetail dd p {
    line-height: 1.8;
    margin-bottom: 20px;
}
#live .white-box table.type1 td p:last-child,
#live .white-box .liveDetail dd p:last-child {
	margin-bottom: 0;
}
#live .white-box .liveDetail dd p a {
	text-decoration: underline;
	word-break: break-all;
}

#live .white-box table.type1 td .txt {
font-size: 14px;
margin: 10px 0 20px;
}

#live .white-box table.type1 td dl.att {
font-size: 14px;

}
#live .white-box table.type1 td dl.att dt {
font-weight: bold;
margin: 0 0 5px;

}
#live .white-box table.type1 td dl.att dd {


}
#live .white-box table.type1 td dl.att dd p.note {
margin-bottom: 0px;
padding: 0px 0 0px 1em;
text-indent: -1em;
}


#live .white-box .attTxt {
  font-size: 15px;
  color: #333;
  margin: 30px auto 0;
  text-align: center;
}

.cs {
  text-align: center;
}


#live .white-box .pic1 {
	width: 580px;
	margin: 45px auto 55px;
}
#live .white-box .pic2 {
	width: 580px;
	margin: 45px auto 55px;
}


#live .white-box.ticket .uline {
	padding: 0 60px 30px;
	margin-bottom: 30px;
	border-bottom: #ccc solid 1px;
	line-height: 1.8;
}
#live .white-box.ticket .uline h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
#live .white-box.ticket .uline dl {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
#live .white-box.ticket .uline dl dt {
	width: 50%;
	font-weight: bold;
	margin-bottom: 2px;
	background-color: #efefef;
	padding: 8px 15px;
	box-sizing: border-box;
}
#live .white-box.ticket .uline dl dd {
	width: 50%;
	margin-bottom: 2px;
	background-color: #efefef;
	padding: 8px;
	box-sizing: border-box;
}
#live .white-box.ticket .uline .txtL {
	font-size: 18px;
	font-weight: bold;
}
#live .white-box.ticket .uline .txtL span {
	font-size: 14px;
	font-weight: normal;
}

#live .endTicket h3 {
	font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    border-bottom: #fff solid 1px;
}
#live .endTicket .end {
	line-height: 1.6;
	margin-bottom: 80px;
}
#live .endTicket .end .limit {
    margin-top: 20px;
    margin-bottom: 50px;
	background-color: rgba(255,255,255,0.1);
}
#live .endTicket .end .limit dt {
    font-size: 18px;
    margin-bottom: 0.7em;
}
#live .endTicket .end .limit dd {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
#live .endTicket .end .limit dd:last-child {
	margin-bottom: 0;
}

#live .white-box .headline {
/*font-family: anaphora-stencil, sans-serif;*/
font-weight: 300;
font-style: normal;
}
#live .white-box .headline span{
  color: #da040e;
  line-height: 1;
  padding: 0px 10px 5px;
  display: inline-block;
  font-family: din-2014-narrow, sans-serif;
  font-weight: bold;
  font-size: 60px;
}

.entryBox {
  margin: 0 auto 60px;
}
.entryBox:last-child {
  margin: 0 auto;
}
.entryTit {
  width: 80%;
  font-weight: bold;
  margin: 25px auto 0;
  font-size: 20px;
  color: #fff;
  border: solid 1px;
  padding: 10px;
  box-sizing: border-box;
  background: #de040f;
  text-align: center;
  letter-spacing: 0.1em;
}

.memberEntry {

}
.memberEntry .txt{
text-align: center;
margin: 50px auto -10px;
}



p.logo {
  width: 60%;
  margin: 0 auto 50px;
}


#fc .txt {
margin: 0 auto 30px;
font-size: 18px;
font-weight: bold;
text-align: center;
}


.releaseBox {
	width: calc(760 / 960 * 100%);
	margin:0 auto 0;
	display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content:center;
	align-items: center;
}

.releaseBox img {
	width:30%;
	margin:0 3% 0 0;
border: solid 1px #c1c1c1;
line-height: 0;
}
.releaseBox .releaseTxt{
	font-size:28px;
	text-align:center;
	line-height:1.5;
	color: #d6b900;
	font-family: "Yu Mincho Medium", "YuMincho Medium", "游明朝 Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.releaseBox .releaseTxt span{
		font-size:35px;
}

#menu-panel ul.sns li a svg {
  width: 21px;
  fill: #222;
}




@media screen and (min-width:768px) {
	
	#live .white-box table.type1 td p a:hover,
#live .white-box .liveDetail dd p a:hover {
		text-decoration: none;
	}
	
}
@media screen and (max-width:767px) {
	#live {
		padding: 0 0 60vw 0;
	}

	#live .white-box {
		padding: 6vw 4vw;
		border-radius: 3vw;
    	margin-top: 0;
	}
	#live .white-box + .white-box {
		margin-top: 8vw;
	}

	#live .white-box .headline {
		font-size: 4.4vw;
	}
    #live .white-box .headline span {
        padding: 10px 10px 10px;
        font-size: 40px;
    }
    #live .white-box .lead {
		margin-bottom: 1.3em;
		font-size: 3.4vw;
	}

	#live .white-box .tour-table {
		width: 100%;
	}
	#live .white-box .tour-table tr{
	border-top: solid 1px #b4b3b3;
	}
	#live .white-box .tour-table th{
	display:none;
	}
	#live .white-box .tour-table td {
		padding: 0 0 10px;
		width: 100%;
		display: block;
		border: none;
		position: relative;
		text-align: left;
	}
	#live .white-box .tour-table .date {
		font-size: 6vw;
		width: 100%;
		padding: 10px 0 10px;
	}
	#live .white-box .tour-table .prefecture {
		width: 15vw;
		font-size: 3.4vw;
	}
	#live .white-box .tour-table .time {
	padding: 0 0 5px 7em;
	}
	#live .white-box .tour-table .venue {
		font-size: 4vw;
	}
	#live .white-box .tour-table td.venue:before {
	content:none;
	}
	
	#live .white-box .tour-table td.info {
	padding: 2em 0 10px;
	}
	#live .white-box .tour-table td:not(.date)::before {
	
	}
	#live .white-box .tour-table td.time:before {
		position:absolute;
	content: "OPEN/START";
display: block;
width: 100%;
font-size: 13px;
line-height: 1.1;
color: #808080;
margin-bottom: 3px;
background: none;
left: 0;
top: 3px;
	}
	#live .white-box .tour-table td.info:before {
    position: absolute;
    content: "INFO";
    display: block;
    /* width: 100%; */
    font-size: 13px;
    line-height: 1.1;
    color: #808080;
    margin-bottom: 3px;
    background: none;
    left: 0;
}
	#live .white-box table.type1 {
		width: 100%;
	}
	#live .white-box table.type1 th,
	#live .white-box table.type1 td {
		font-size: 3.4vw;
	}
	#live .white-box table.type1 th {
		width: 30%;
		padding: 1.3em 5px 1.2em 0;
	}
	#live .white-box table.type1 td {
		width: 70%;
	}
	#live .white-box table.type1 td .txt {
  font-size: 3.2vw;
  margin: 10px 0 15px;
}
#live .white-box table.type1 td dl.att {
  font-size: 3.2vw;
}

	#live .white-box .liveDetail {
		margin: 0;
    	display: block;
    	width: 100%;
	}
	#live .white-box .liveDetail dt {
		width: 100%;
		padding: 4vw 0 1vw;
    	font-size: 3.4vw;
	}
	#live .white-box .liveDetail dd {
		width: 100%;
		padding: 2vw 0 4vw;
		border-top: none;
    	font-size: 3.2vw;
	}

	#live .white-box .pic1 {
		width: 80%;
		margin: 6vw auto 5vw;
	}
	#live .white-box .pic2 {
		width: 80%;
		margin: 6vw auto 5vw;
	}
	
	#live .white-box.ticket .uline {
		padding: 0 0 6vw;
		margin-bottom: 6vw;
	}
	#live .white-box.ticket .uline h4 {
		font-size: 4.2vw;
		margin-bottom: 3vw;
	}
	#live .white-box.ticket .uline dl {
		display: block;
	}
	#live .white-box.ticket .uline dl dt {
		width: 100%;
		margin-bottom: 0;
		padding: 2vw 4vw 0;
		line-height: 1.6;
	}
	#live .white-box.ticket .uline dl dd {
		width: 100%;
		padding: 2vw 4vw;
	}
	#live .white-box.ticket .uline .txtL {
		font-size: 4vw;
	}
	#live .white-box.ticket .uline .txtL span {
		font-size: 3vw;
	}
	
	#live .white-box .tour-table .venue .infoList {
		display: block;
		font-size: 3.2vw;
		margin-top: 2vw;
	}
	#live .white-box .tour-table .venue .infoList dt {
		width: 100%;
	}
	#live .white-box .tour-table .venue .infoList dd {
		width: 100%;
		margin-bottom: 2vw;
	}
	
	#live .endTicket .end {
		margin-bottom: 10vw;
	}
	#live .endTicket .end .limit {
		margin-top: 4vw;
		margin-bottom: 8vw;
	}
	#live .endTicket h3 {
		font-size: 4.8vw;
		padding-bottom: 4vw;
		margin-bottom: 6vw;
	}
	#live .endTicket .end .limit dt {
		font-size: 3.4vw;
	}
	#live .endTicket .end .limit dd {
		font-size: 3.4vw;
		margin-bottom: 6vw;
	}
}

/* -------------------------------------------------
	live > bottom-group
------------------------------------------------- */

#live .bottom-group {
	padding-top: 100px;
	text-align: center;
}
#live .bottom-group .lead {
	color: #fff;
	font-size: 24px;
	line-height: 2;
	font-weight: bold;
}
#live .bottom-group .limit {
	margin-top: 35px;
	padding: 30px 0 40px;
	background: #887567;
}
#live .bottom-group .limit dt {
	font-size: 20px;
	margin-bottom: 1em;
	font-weight: bold;
}
#live .bottom-group .limit dd {
	font-size: 24px;
	font-weight: bold;
    line-height: 1.6;
}
#live .bottom-group .buttons {
	margin-top: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#live .bottom-group .buttons a {
	width: calc(420 / 960 * 100%);
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 45px;
	box-shadow: 0 6px 7px 0 rgba(0,0,0,0.1);
	background: #333;
	color: #fff;
	font-weight: bold;
	transition: background 0.3s ease-out;
    line-height: 1.4;
}
#live .bottom-group .buttons a + a {
	margin-left: calc(40 / 960 * 100%);
}
#live .bottom-group .buttons a > span {
	display: block;
}
#live .bottom-group .buttons a .large {
	font-size: 20px;
	display: block;
}
#live .bottom-group .buttons a .small {
	margin-top: 0.3em;
	font-size: 18px;
	display: block;
}

#live .btn {
    width: 300px;
    height: 60px;
    margin: 35px auto 0;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #333;
    transition: background 0.3s ease-out;
    border: 3px solid #333;
}

#live .btn a {
    color: #fff;
}


#live .btnFcsub {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #a6a6a6;
  transition: background 0.3s ease-out;
  border: 3px solid #a6a6a6;
}

#live .btnWrap {
	display: flex;
    justify-content: center;
	margin-top: 35px;
}
#live .btnWrap .btn {
    margin: 0 20px;
}

@media print, screen and (min-width:768px) {
	#live .btn:hover {
	background: #FFF;
	}
	#live .btn a:hover {
    color: #555;
	}
	#live .btnFcsub:hover {
	background: #FFF;
    color: #a6a6a6;
	}
}

@media screen and (max-width:767px) {
	#live .bottom-group {
		padding-top: 14vw;
	}
	#live .bottom-group .lead {
		font-size: 4vw;
	}
	#live .bottom-group .limit {
		margin-top: 8vw;
		padding: 6vw 0 7vw;
	}
	#live .bottom-group .limit dt {
		font-size: 3.4vw;
	}
	#live .bottom-group .limit dd {
		font-size: 3.8vw;
	}
	#live .bottom-group .buttons {
		margin-top: 8vw;
	}
	#live .bottom-group .buttons a {
		height: 18vw;
		border-radius: 10vw;
	}
	#live .bottom-group .buttons a .large {
		font-size: 3.8vw;
	}
	#live .bottom-group .buttons a .small {
		font-size: 3.4vw;
	}
	
	#live .btnWrap {
		display: block;
	}
	#live .btn,
	#live .btnWrap .btn {
		width: 80%;
		height: 12vw;
		margin: 8vw auto 0;
		border-radius: 6vw;
		font-size: 3.4vw;
	}
	
	#live .btn,
	#live .btnWrap .btnFcsub {
		width: 80%;
		height: 12vw;
		margin: 3vw auto 0;
		border-radius: 6vw;
		font-size: 3.4vw;
	}
}

/* -------------------------------------------------
	other-service
------------------------------------------------- */

#other-service {
	padding-top: 150px;
	display: flex;
	justify-content: space-between;
	text-align: center;
}
#other-service .item {
    width: 45%;
}
#other-service .item .text1 {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
}
#other-service .item .text2 {
	margin-bottom: 1.6em;
	font-size: 22px;
	font-weight: bold;
}

#other-service .apiWrap {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
#other-service .apiWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#dl-list {
padding-top: 150px;
}
#dl-list .buttons {
    width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#dl-list .buttons li {
margin: 0 auto 1em;
}
#dl-list .buttons li a {
    width: 300px;
    height: 60px;
    border-radius: 30px;
    border: solid 2px #e07484;
    font-size: 18px;
    font-family: 'Roboto_Condensed';
    font-weight: 400;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e07484;
    transition: 0.3s ease-out;
}
#dl-list .buttons li a:hover {
border: solid 2px #999;
color: #999;
}







.attentionguideBox {
  width: calc(760 / 960 * 100%);
  margin: 0 auto;
  line-height: 1.5;
}

.attentionguideBox .guideTit {
font-weight: bold;
text-align: center;
margin: 0 auto 10px;
font-size: 25px;
}


.attentionguideBox .attentionLead {
  margin: 20px auto 20px;
  font-weight: bold;
}

ul.guideAttention {
margin: 0 auto 30px;
}
ul.guideAttention li {
padding:5px 0 0px 1.0em;
text-indent: -1.0em;
}

.guideline {
	font-weight:bold;
text-align:center;
	margin: 0 auto 10px;
	font-size:20px;
}

dl.aboutBox {
margin: 30px auto 0px;
}
dl.aboutBox .txt {

}
dl.aboutBox dt {
font-weight:bold;
}
dl.aboutBox dd {
padding:5px 0 0px 1.0em;
text-indent: -1.0em;
}

.guideNote{
	margin: 15px auto 30px;
}














@media screen and (max-width:767px) {
	#other-service {
		padding-top: 20vw;
    	display: block;
	}
	#other-service .item {
		width: 100%;
		margin-bottom: 10vw;
	}
	#other-service .item .text1 {
		font-size: 3.4vw;
	}
	#other-service .item .text2 {
		font-size: 3.8vw;
	}

#dl-list {
padding: 20vw 0 0;
}
#dl-list .buttons {
    width: auto;
}
#dl-list .buttons li a {
    width: 44vw;
    height: 10vw;
    border-radius: 5vw;
    border: solid 1px #e07484;
    font-size: 3.4vw;
}





.memberEntry .txt {
  text-align: center;
  margin: 50px auto -10px;
  font-size: 3.4vw;
}


.cs {
  margin: 0px auto 10px;
  font-size: 3.4vw;
}

p.logo {
  width: 80%;
  margin: 0 auto 30px;
}

#fc .txt {
  text-align: center;
  font-size: 3.4vw;
  margin: 0 auto 15px;
}


.releaseBox {
  width: 100%;
}
.releaseBox .releaseTxt {
  font-size: 3.4vw;
  line-height: 1.7;
}
.releaseBox .releaseTxt span {
  font-size: 3.8vw;
}

.entryTit {
font-size: 3.4vw;
width: 100%;
margin: 15px auto 0;
}


#live .white-box table.type1 td p.note {
margin-bottom: 0px;
padding: 0px 0 0px 1em;
text-indent: -1em;
font-size: 3.2vw;
}


#live .white-box .attTxt {
    font-size: 3.2vw;
    margin: 10px auto 0;
    padding: 0px 0 0px 1em;
    text-indent: -1em;
    box-sizing: border-box;
    line-height: 1.5;
    text-align: left;
}


.entryBox {
  margin: 0 auto 30px;
}

.entryBox center .txt{
font-size: 3.2vw;
}



.attentionguideBox {
  width: 100%;
  font-size: 3.2vw;
}

.attentionguideBox .guideTit {
font-size: 4vw;
}


.attentionguideBox .attentionLead {
    font-weight: bold;
    margin: 20px auto 15px;
}


.guideline {
font-size: 4vw;
margin: 0 auto -5px;
}
}




/*================================
     スケジュール シート表
================================*/
.vacancy {
    margin: 60px auto 0;
    width: calc(760 / 960 * 100%);
}
.vacancy h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #b4b3b3;
    padding-bottom: 15px;
}

.vacancy .vacancyHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 0 min(7vw, 30px);
}

.vacancy .vacancyHead p {
	font-size: min(3.2vw, 14px);
	line-height: 1.8;
	width: 100%;
}

.vacancy .vacancyWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.vacancy .vacancyWrap.aiStart {
	align-items: flex-start;
}

.vacancy .vacancyTable {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: #000;
	width: 100%;
	color: #000;
}

.vacancy .vacancyTable th,
.vacancy .vacancyTable td {
	padding: 5px 5px;
	font-size: 14px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}

.vacancy .vacancyTable th {
	background-color: #000;
	width: 38%;
	color: #fff;
}

.vacancy .vacancyTable thead th {
	padding: min(2vw, 10px) 5px;
}

.vacancy .vacancyTable .seat,
.vacancy .vacancyTable .ok {
	background-color: #fff;
}

.vacancy .btn a {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.vacancy {
    margin: 20px auto 0;
    width: 100%;
}
.vacancy h3 {
	font-size: 4vw;
	margin-bottom: 6vw;
}
.vacancy h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.vacancy .vacancyHead {
	margin-bottom: 4vw;
	display: block;
}
.vacancy .vacancyHead p {
    font-size: 12px;
}
.vacancy .vacancyHead p:last-child {
    margin-top: 15px;
}
.vacancy .vacancyWrap {
	margin-bottom: 4vw;
	display: block;
}

.vacancy .vacancyTable {
	width: 100%;
	margin-bottom: 4vw;
}

.vacancy .vacancyTable th,
.vacancy .vacancyTable td {
	padding: 2vw 1.2vw;
	font-size: 3vw;
	line-height: 1.4;
}
}


