@charset "utf-8";
body {
    width: 100%;
}
#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
h1 {
    position: relative;
}
h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #FACECF, #FACECF 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #FACECF, #FACECF 2px, #fff 2px, #fff 4px);
}


header{
    display: block;
    height: 1000px;
}
header video {
	width: 800px;
    position: absolute;
    z-index: -100;
	text-align: center;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
	display: inline-block;
}
.yua_top {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 1.5;
    text-align: center;
    color: #fff !important;
    width: 700px;
    margin: auto;
    height: auto;
	animation: img_box_9955 3s linear infinite;
  	transform-origin: 50% 50%;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-15px) }
  100% { transform: translateY(0) }
}
main #con1  {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;

}
.flex_con {
    display: flex;
    flex-wrap: wrap;
}
#cdinfo {
    margin-top: 30px;
    margin-bottom: 30px;
}
#tracklist {
    margin-top: 30px;
    margin-bottom: 30px;
}

#infoimg {
    width: 45%;
    margin-right: 5%;
}
#cdinfo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}

#infotxt {
    width: 50%;
}
main #xfade .iflame {
    max-width: 100%;
    max-height: 100%;
    text-align: center;
}
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #FFF4E6;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 1em 1em 1em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #E6757B;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iframe {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
	margin: 0 auto;
}
.iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
footer {
    margin-top: 50px;
    text-align: center;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
	text-align: center;
		
}
.start p img {
	width: 80%;
	max-width: 800px;
}
#caution{
	width: 80%;
	margin: 0 auto;
}
#caution p {
  position: relative;
  padding: 1em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
#caution span{
    color: #FF0004;
    font-weight: bold;
}
#caution p:before, #caution p:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
#caution p:before {
  left: 7px;
}
#caution p:after {
  right: 7px;
}
.btn11 {
    background-image: linear-gradient(to right, #ff9a9e 0%, #fecfef 51%, #ff9a9e 100%);
    color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
    border-radius: 10px;
    font-size: 1.5em;
}
.btn11:hover {
    background-color: #998bfa;
    background-position: right center;
}
main #topic .btn.btn11 {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}


@media (max-width: 825px){
header{
    height: 150vw;
}
header video {
	width: 100%;
}
.yua_top {
    width: 100%;
}	
	main #con1 img {
    width: auto;
	max-width: 100%;
		max-height: 100%;
}
.flex_con {
    display: flex;
    flex-wrap: wrap;
}
#cdinfo {
    margin-top: 30px;
    margin-bottom: 30px;
}
#tracklist {
    margin-top: 30px;
    margin-bottom: 30px;
}

#infoimg {
    width: 90%;
	margin: 0 auto;
	text-align: center;
}
#cdinfo img {
    width: 90%;
	margin: 0 auto;
	text-align: center;
    max-width: 100%;
    max-height: 100%;

}

#infotxt {
    width: 90%;
	text-align: center;
	margin: 0 auto;
}
}
