@charset "utf-8";

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

#menu-panel .menu-area {
    background: #b6ca57;
}
#menu-panel ul.sns li a svg {
  width: 21px;
  fill: #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;}
}

@media print, screen and (min-width:768px) {
	#first-view {
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#first-view .mvBg {
		width: 0;
		height: 100%;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background: #b6ca57;
		animation: mvbg 0.8s cubic-bezier(0.22, 1, 0.36, 1) 2.4s forwards;
	}
	#first-view .group1 {
		text-align: center;
		position: relative;
		z-index: 4;
		width: calc(500 / 1400 * 106vw);
		display: inline-block;
		color: #fff;
		font-family: "Yu Mincho Medium", "YuMincho Medium", "Ÿà–¾’© Medium", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", serif;
	}
	#first-view .group1 .text1 {
		margin-bottom: 1.5em;
		font-size: 20px;
		letter-spacing: 0.08em;
	}

	#first-view .group1 h1 {
		font-size: 56px;
	}

	#first-view .group1 img {
		width: 100%;
	}
	#first-view .group1 .release {
		margin-top: 2em;
		font-size: 35px;
		font-weight: bold;
		letter-spacing: 0.08em;
	}
	#first-view .jacket {
		width: calc(500 / 1400 * 100vw);
		margin-left: 6%;
		position: relative;
		z-index: 4;
		opacity: 0;
		animation: jkt 1s linear 1s forwards;
	}
	#first-view .jacket img {
		width: 100%;
		box-shadow: 0 13px 13px 0 rgba(0,0,0,0.2);
	}
	#first-view .jacket p {
		margin-top: 2em;
		font-size: calc(16 / 1400 * 100vw);
		text-align: right;
	}
}

@media screen and (max-width:767px) {
  #first-view {
    padding: calc(270 / 1125 * 100vw) 0;
    text-align: center;
  }
	#first-view .mvBg {
		width: 100%;
		height: 0;
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		background: #b6ca57;
		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;
		font-family: "Yu Mincho Medium", "YuMincho Medium", "Ÿà–¾’© Medium", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", serif;
		color: #fff;
	}
	#first-view .group1 .text1 {
		margin-bottom: 1.5em;
		font-size: 17px;
		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: 1em;
		font-size: 19px;
		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);
	}
}

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

#track-list {
	padding-top: 200px;
	padding-bottom: 100px;
}
#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: 33px;
	vertical-align: baseline;
	padding: 5px 0 0;
	line-height: 1.5;
}

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

#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: #595959;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    margin: 10px 0 30px;
}
#store h3.headline span {
  line-height: 1.3;
  letter-spacing: 0px;
  display: block;
  background: #fff;
  color: #b6ca57;
  font-size: 25px;
  padding: 10px 0 8px;
  margin: 12px 0 0;
}
#store h3.headline .sub {
  background: #b6ca57;
  color: #fff;
}

@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 .text {
		height: 400px;
		display: table;
	}
	#track-list .col2 .text .soon {
		display: table-cell;
		vertical-align: middle;
		font-size: 25px;
	}
	#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;
		padding-bottom: 0;
	}
	#track-list .jacket img, #dvd .jacket img{
		width: 60%;
		display: block;
		margin: 0 auto 8vw;
	}
	#track-list .text{
		display: inline-block;
		text-align: left;
	}
	#track-list .text .soon{
		font-size: 20px;
	}
	#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.sub {
	padding: 0 0 140px;
}
#movies .slide-wrap {
	width: calc(640 / 1400 * 100vw);
	margin: 0 auto;
}
#movies.sub .slide-wrap {
	width: calc(640 / 1400 * 60vw);
	margin: 0 auto;
}

#movies .movieArea {
  width: 90%;
  display: flex;
  margin: 0 auto;
}

#movies .movieArea .mov {
  margin: 0 auto;
}
#movies .movieArea .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.sub {
		padding: 0 0 20vw 0;
	}

	#movies .slide-wrap {
		width: 84vw;
	}
	#movies.sub .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;
	}
#movies .movieArea {
    width: 90%;
    display: block;
    margin: 0 auto;
}
#movies .movieArea .mov {
    margin: 0 auto 20px;
}
#movies .movieArea .mov iframe {
    width: 82vw;
    height: calc(82vw * 315 / 560);
}

}

/* -------------------------------------------------
	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: #7d259a;
}
#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: #7d259a;
	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: #b6ca57;
}

#reserve {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
#reserve .bg-orange {
	padding: 40px;
	background: #e5ecc5;
}
#reserve .bg-orange .headline .title1 {
	width: 657px;
	margin: 0 auto 17px;
	display: block;
}
#reserve .bg-orange .headline .title2 {
	padding: 4px 0 3px;
	background: #fff;
	display: block;
}
#reserve .bg-orange .headline .title2 img {
	width: 536px;
	display: block;
	margin: 0 auto;
}
#reserve .bg-orange .pics {
    margin-top: 25px;
    display: flex;
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
}
#reserve .bg-orange .pics li {
    width: 48%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 0 4%;
}
#reserve .bg-orange .pics li span{
    display: inherit;
    padding: 8px 0 0;
}

#reserve .bg-orange .pics li .shopName {
  text-align: center;
  color: #333;
  margin: 15px auto 0;
  line-height: 1.6;
}


#reserve .bg-orange .notes {
    width: 100%;
    margin: 25px auto 0;
}
#reserve .bg-orange .notes li, #reserve .desc-area .notes li{
	font-size: 14px;
	color: #333;
	text-indent: -1em;
	padding: 0px 0 5px 1em;
	line-height: 1.8;
}
#reserve .desc-area .notes li {
    color: #171720;
}
.desc-area .pics li{
    width: 50%;
    margin: 20px auto 0;
    border: 1px solid #eee;
}
#reserve .desc-area {
	padding: 40px 40px 35px;
	text-align: center;
}
#reserve .desc-area.double {
    padding-top: 0;
}
#reserve .desc-area.double .headline2 {
    border-top: 1px solid #ddd;
    padding: 35px 0 0;
    margin: 5px 0 0;
}
#reserve .desc-area.double .lead {
    line-height: 1.5;
    padding: 25px 0;
}
#reserve .desc-area .headline2 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 28px;
    color: #92c3d2;
    margin: 0 auto 30px;
}
#reserve .desc-area .headline2 span {
    display: block;
    background: #b6ca57;
    color: #fff;
    font-size: 25px;
    padding: 10px 0 8px;
    margin: 12px 0 0;
}
#store .cdEntry{
text-align: center;
color: #fff;
margin: 20px auto 50px;
font-size: 20px;
}
#reserve .desc-area .desc1 {
	margin: 2em 0;
	font-size: 18px;
	line-height: 1.8;
}
#reserve .desc-area .close {
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #c31b1f;
	font-weight: bold;
}
#reserve .desc-area .notes {
	text-align: left;
	width: calc(760 / 960 * 100%);
margin: 15px auto 0;
}

#reserve .desc-area .txt {
line-height: 1.5;
margin: 0 auto 30px;

}
#reserve .desc-area table.type1 {
  width: calc(760 / 960 * 100%);
  margin: 0 auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border-bottom: solid 1px #b4b3b3;
}

#reserve .desc-area table.type1 th,
#reserve .desc-area table.type1 td {
  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;
  vertical-align: middle;
  text-align: left;
}
#reserve .desc-area table.type1 th {
  width: 35%;
  padding: 1.3em 15px 1.2em 0;
}
#reserve .desc-area table.type1 td {
  width: 73%;
}


#reserve .desc-area dl.courseBox {
margin: 60px auto 30px;
	 width: calc(760 / 960 * 100%);
}
#reserve .desc-area dl.courseBox dt {
font-size:18px;
	margin:0 auto 20px;
	line-height:1.5;
	text-align:left;
  font-weight: bold;
	display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#reserve .desc-area dl.courseBox dt .ico {
margin:0 10px 0em 0;
}
#reserve .desc-area dl.courseBox dt .ico span{
	background:#92c3d2;
	color:#fff;
	display:inline-block;
	padding:5px 10px;
}
#reserve .desc-area dl.courseBox dt .courseTit {
	width:calc(100% - 6em);
}
#reserve .desc-area dl.courseBox dd .tit{
background: linear-gradient(to top, #c7e2ea 25%, #fff 25%);
margin:0 auto 20px;
padding: 0 0 7px;
	font-size:18px;
}
#reserve .desc-area dl.courseBox dd table {
width:100%;
}

#reserve .desc-area .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;
}
#reserve .desc-area  .btn:hover {
  background: #555;
}


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

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

	#reserve .desc-area {
		padding: 8vw 4vw;
	}
  #reserve .desc-area .headline2, #store h3.headline span, #reserve .desc-area .headline2 span {
    font-size: 4.4vw;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
  #reserve .desc-area .headline2 {
  margin: 0 auto 15px;
  }
  
  #store h3.headline span, #reserve .desc-area .headline2 span {
    letter-spacing: 1px;
    margin: 10px auto 15px;
    padding: 10px 10px 8px;
  }
	#reserve .desc-area.double .headline2 {
    padding: 25px 0 0;
    margin: 0;
  }
  #reserve .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;
  }

	#reserve .desc-area .desc1 {
		font-size: 3.4vw;
		text-align: left;
	}
	#reserve .desc-area .close {
		font-size: 3.0vw;
		text-align: left;
	}
	#reserve .desc-area .notes {
	width: 100%;
	}
	#reserve .desc-area .notes li {
		font-size: 3.0vw;
	}


#reserve .desc-area .txt {
font-size: 3.4vw;
}

#reserve .desc-area table.type1 {
  width: 100%;
}
#reserve .desc-area table.type1 th {
  width: 30%;
  font-size: 3.4vw;
}
#reserve .desc-area table.type1 td {
  width: 73%;
  font-size: 3.4vw;
}
#reserve .desc-area dl.courseBox {
  margin: 40px auto 30px;
  width: 100%;
}
#reserve .desc-area dl.courseBox dt {
  font-size: 3.4vw;
}
#reserve .desc-area dl.courseBox dt .courseTit {
  width: calc(100% - 6em - 10px);
}
#reserve .desc-area dl.courseBox dd {

}
#reserve .desc-area dl.courseBox dd .tit {
font-size: 3.6vw;
line-height: 1.5;
}

#reserve .desc-area .btn {
width: 80%;
height: 12vw;
margin: 6vw auto 0;
border-radius: 6vw;
font-size: 3.4vw;
}


}

/* -------------------------------------------------
	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_ejC10pbU.jpg) no-repeat center center / cover;
}
#special .sml {
  text-align: center;
  color: #fff;
  font-size: 25px;
}
#special .liner-notes {
	height: 200px;
	padding: 0 6% 0 8%;
	background: #8863a2;
	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_linernotes_t9ZqG7Ke.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: 28px;
    font-weight: bold;
    line-height: 1.8;
}
#fan-club .mov .desc {
	margin-top: 1.5em;
	font-size: 18px;
	line-height: 1.8;
	margin: 30px 130px;
}

#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 .btn.glay {
    color: #8a8a8a;
    background: #dddddd;
    pointer-events: none;
}

#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.thumb {
width: 22vw;
height: calc(22vw * 700 / 560);
}


#fan-club .mov .interview .sdTV .qaEntry {
padding: 20px;
 margin-bottom: 10px;
background-color: #7d259a;
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: #7d259a;
color: #ffffff;
border: 2px solid #ffffff;
margin: 25px auto 15px;
}

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

.campaignDay{


}

.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 .mov .interview .sdTV.thumb {
width: 80vw;
height: calc(80vw * 700 / 560);
}


#fan-club .btn.interviewBtn {
    margin: 35px auto 50px;
}
#movies .interview{
    display: inline-block;
}
}

@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: 4.8vw;
		line-height: 1.3;
	}
	#fan-club .mov .desc {
		font-size: 3.4vw;
		margin: 20px 30px;
	}
	#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: 145px 0 155px;
	background: #b6ca57;
}

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

#live .white-box .headline {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.07em;
	margin: 0 auto 30px;
}
#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 th,
#live .white-box .tour-table td {
	padding: 19px 20px 17px;
	font-weight: bold;
	border-top: solid 1px #b4b3b3;
	position: relative;
	box-sizing: border-box;
	vertical-align: middle;
}
#live .white-box .tour-table .date {
	width: 95px;
	font-size: 22px;
	white-space: nowrap;
}
#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 {
	font-size: 20px;
}

#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: 0;
	top: 10%;
}

#live .white-box table.type1 {
	width: calc(760 / 960 * 100%);
	margin: 0 auto;
	border-collapse: collapse;
	box-sizing: border-box;
}
#live .white-box table.type1 th,
#live .white-box table.type1 td {
	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;
	text-align: left;
}
#live .white-box table.type1 th {
	width: 27%;
}
#live .white-box table.type1 td {
	width: 73%;
}

#live .white-box table.type1 td p,
#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 table.type1 td p a,
#live .white-box .liveDetail dd p a {
	text-decoration: underline;
	word-break: break-all;
}

#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;
}

@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: 20vw 0;
	}

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

	#live .white-box .headline {
		font-size: 4.4vw;
		margin: 0 auto 20px;
	}
	#live .white-box .lead {
		margin-bottom: 1.3em;
		font-size: 3.4vw;
	}

	#live .white-box .tour-table {
		width: 100%;
	}
	#live .white-box .tour-table th,
	#live .white-box .tour-table td {
		padding: 3vw 1.6vw;
	}
	#live .white-box .tour-table .date {
		width: 14vw;
		font-size: 3.4vw;
	}
	#live .white-box .tour-table .youbi {
		width: 13vw;
		font-size: 3.2vw;
	}
	#live .white-box .tour-table .prefecture {
		width: 15vw;
		font-size: 3.4vw;
	}
	#live .white-box .tour-table .venue {
		font-size: 3.4vw;
	}
	
	#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%;
	}
	#live .white-box table.type1 td {
		width: 70%;
	}
	
	#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 35px;
    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;
}

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

@media print, screen and (min-width:768px) {
	#live .bottom-group .buttons a:hover,
	#live .btn:hover {
		background: #555;
	}
}

@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: 5vw auto 10px;
		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 #b6ca57;
    font-size: 18px;
    font-family: 'Roboto_Condensed';
    font-weight: 400;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b6ca57;
    transition: 0.3s ease-out;
}
#dl-list .buttons li a:hover {
border: solid 2px #999;
color: #999;
}




@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 #7d259a;
    font-size: 3.4vw;
}


}


.cs {
color:#fff;
text-align: center;
}


.boxinner {
  margin: 80px auto 0;
}


.boxinner .txt {
width: calc(760 / 960 * 100%);
margin: 20px auto 20px;
line-height: 1.5;
}

#live .white-box table.type1 {
border-bottom: solid 1px #b4b3b3;
}
#live .white-box .boxinner table.type1 th{
width: 35%;
padding: 1.3em 15px 1.2em 0;
}


.boxinner .fcEntry {
background: #ffecdd;
padding: 40px 0 25px;
}


#attentionList {
	padding:50px 30px;
	line-height:1.5;
	font-size: 16px;
}
#attentionList .howtoBox{
margin:0 auto 50px;
	
}
#attentionList .howtoBox .howtoTit{
	font-weight:bold;
	font-size:20px;
margin:0 auto 10px;
	color:#92c3d2;
}
#attentionList .howtoBox .howtoLead{
	margin:0 auto 15px;
}

#attentionList .howtoBox .number{
	font-weight:bold;
	font-size:16px;
margin:0 auto 5px;
}
#attentionList .howtoBox .numberTxt{
	margin:0 auto 15px;
}
#attentionList .howtoBox table{
margin: 0 auto 15px;
border-collapse: collapse;
box-sizing: border-box;
	border-bottom: solid 1px #b4b3b3;
	width:100%;
}
#attentionList .howtoBox table th,
#attentionList .howtoBox table td{
line-height: 1.4;
box-sizing: border-box;
border-top: solid 1px #b4b3b3;
text-align: left;
font-weight: bold;
vertical-align: middle;
	text-align: left;
padding: 15px 15px 15px 0;

}
#attentionList .howtoBox table th{
	width: 35%;
}
#attentionList .howtoBox table td{
width: 65%;
	line-height:1.8;
}

#attentionList .howtoBox table td .payment{
	margin: 0 auto 10px;
}
#attentionList .howtoBox table td .payment span{
font-weight:bold;
}

#attentionList .howtoBox ul.howtoattention {
font-size:15px;
}
#attentionList .howtoBox ul.howtoattention li {
padding: 5px 0 0px 1em;
text-indent: -1em;
}


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

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

#live .white-box .boxinner table.type1 th {
padding: 1.3em 0 1.2em;
  width: 30%;
  padding: 1.3em 15px 1.2em 0;
}

#live .white-box .boxinner table.type1.campaign th {
display: block;
width: 100%;
}
#live .white-box .boxinner table.type1.campaign td {
display: block;
width: 100%;
border-top: dotted 1px #b4b3b3;
}

.boxinner .fcEntry {
padding: 6vw;
margin: 0px -4vw 0;
}


#attentionList {
padding: 6vw 4vw;
line-height: 1.5;
font-size: 3.4vw;
}
#attentionList .howtoBox {
  margin: 0 auto 30px;
}
#attentionList .howtoBox .howtoTit {
font-size: 4vw;
}
#attentionList .howtoBox .number {
  font-size: 3.6vw;
}
#attentionList .howtoBox table th {
  width: 100%;
  display: block;
  padding: 10px 0px 10px 0;
}
#attentionList .howtoBox table td {
  width: 100%;
  line-height: 1.8;
  display: block;
  border-top: dotted 1px #b4b3b3;
  padding: 10px 0px 10px 0;
}
#attentionList .howtoBox ul.howtoattention {
  font-size: 3.4vw;
}



#store .cdEntry {
  margin: 15px auto 30px;
  font-size: 4.2vw;
  line-height: 1.5;
}



}



