@charset "UTF-8";
/* CSS Document */
body {
  background-image: url("../image/bg/discography_bg.png"); /*固定する背景画像*/
  text-align: center;
  background-attachment: fixed; /*背景画像を固定したままにするかしないか*/
  display: block;
 background-position: right;
	background-size: cover; /*背景画像のサイズを指定*/
  width: 100%;
  height: 100%;
  margin: 0;
}
.main {
  padding: 80px 0;
}
@media(min-width: 1000px) {
  .section-top {
    padding-top: 80px;
    margin-bottom: 20px;
  }
}

  .section-1stalbum {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255);
    width: 35%;
    margin: 0px auto ;
    padding: 5px 10px 10px;
  opacity: 0;
  transition: all 0.7s;
}
 .section-1stalbum.fadein {
  opacity: 1;
  transform: translateY(-60px);
}
  .section-1stalbum__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
	  height:97%;
    border: 1px solid #fff; /* 枠線 */
	  display: flex;
	  flex-direction: column;
  }
	.section-1stalbum__title {
	text-align: center;
		padding: 30px 5px 5px;
	}
.section-1stalbum__title h2{
	font-size:2.0rem;
	
}
.section-1stalbum__title p{
	font-size:1.4rem;
}
	.section-1stalbum__photo{
		padding:5px 0 10px;
		text-align: center;
	}
  .section-1stalbum__photo img {
    width: 70%;
    object-fit: contain;
    padding: 10px 5px 30px;
    text-align: center;
  }
  @media(max-width: 400px) {
	     .section-1stsingle{
    width: 65%;
    margin: 100px auto 500px;
    padding: 1px 7px;
  }
	.section-1stalbum__title {
		padding: 15px 20px 5px;
	}
.section-1stalbum__title h2{
	font-size:1.6rem;
}
.section-1stalbum__title p{
	font-size:1.2rem;
	
}
	.section-1stalbum__photo{
		padding:0 0 10px;
	}
		   .section-1stalbum__photo img {
    width:90%;
    padding: 5px 5px 10px;
  }
  }

  .section-4thsingle {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255);
    width: 35%;
    margin: 0px auto ;
    padding: 5px 10px 10px;
  opacity: 0;
  transition: all 0.7s;
}
 .section-4thsingle.fadein {
  opacity: 1;
  transform: translateY(-60px);
}
  .section-4thsingle__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
	  height:97%;
    border: 1px solid #fff; /* 枠線 */
	  display: flex;
	  flex-direction: column;
  }
	.section-4thsingle__title {
	text-align: center;
		padding: 30px 5px 5px;
	}
.section-4thsingle__title h2{
	font-size:2.0rem;
	
}
.section-4thsingle__title p{
	font-size:1.4rem;
}
	.section-4thsingle__photo{
		padding:5px 0 10px;
		text-align: center;
	}
  .section-4thsingle__photo img {
    width: 70%;
    object-fit: contain;
    padding: 10px 5px 30px;
    text-align: center;
  }
  @media(max-width: 400px) {
	     .section-4thsingle{
    width: 65%;
    margin: 100px auto 500px;
    padding: 1px 7px;
  }
	.section-4thsingle__title {
		padding: 15px 20px 5px;
	}
.section-4thsingle__title h2{
	font-size:1.6rem;
}
.section-4thsingle__title p{
	font-size:1.2rem;
	
}
	.section-4thsingle__photo{
		padding:0 0 10px;
	}
		   .section-4thsingle__photo img {
    width:90%;
    padding: 5px 5px 10px;
  }
  }


  .section-3rdsingle {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255);
    width: 35%;
    margin: 0px auto ;
    padding: 5px 10px 10px;
  opacity: 0;
  transition: all 0.7s;
}
 .section-3rdsingle.fadein {
  opacity: 1;
  transform: translateY(-60px);
}
  .section-3rdsingle__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
	  height:97%;
    border: 1px solid #fff; /* 枠線 */
	  display: flex;
	  flex-direction: column;
  }
	.section-3rdsingle__title {
	text-align: center;
		padding: 30px 5px 5px;
	}
.section-3rdsingle__title h2{
	font-size:2.0rem;
	
}
.section-3rdsingle__title p{
	font-size:1.4rem;
}
	.section-3rdsingle__photo{
		padding:5px 0 10px;
		text-align: center;
	}
  .section-3rdsingle__photo img {
    width: 70%;
    object-fit: contain;
    padding: 10px 5px 30px;
    text-align: center;
  }
  @media(max-width: 400px) {
	     .section-1stsingle{
    width: 65%;
    margin: 100px auto 500px;
    padding: 1px 7px;
  }
	.section-3rdsingle__title {
		padding: 15px 20px 5px;
	}
.section-3rdsingle__title h2{
	font-size:1.6rem;
}
.section-3rdsingle__title p{
	font-size:1.2rem;
	
}
	.section-3rdsingle__photo{
		padding:0 0 10px;
	}
		   .section-3rdsingle__photo img {
    width:90%;
    padding: 5px 5px 10px;
  }
  }


  .section-2ndsingle {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255);
    width: 35%;
    margin: -45px auto 300px;
    padding: 5px 10px 10px;
  opacity: 0;
  animation-name: fade;
  animation-delay: 1.3s;
  animation-duration: 2.0s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
  .section-2ndsingle__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
	  height:97%;
    border: 1px solid #fff; /* 枠線 */
	  display: flex;
	  flex-direction: column;
  }
	.section-2ndsingle__title {
	text-align: center;
		padding: 30px 5px 5px;
	}
.section-2ndsingle__title h4{
	font-size:2.0rem;
	
}
.section-2ndsingle__title p{
	font-size:1.4rem;
}
	.section-2ndsingle__photo{
		padding:5px 0 10px;
		text-align: center;
	}
  .section-2ndsingle__photo img {
    width: 70%;
    object-fit: contain;
    padding: 10px 5px 30px;
    text-align: center;
  }
  @media(max-width:400px) {
    body:before {
      background-image: url("../image/bg/discography-mobile-bg.png"); /*固定する背景画像*/
		   text-align: center;
    background-size: cover; /*背景画像のサイズを指定*/
	  background-position: bottom;
	  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
    }
  .section-2ndsingle{
    width: 65%;
    margin: 100px auto 350px;
    padding: 1px 7px ;
  }
	.section-2ndsingle__title {
		padding: 15px 20px 5px;
	}
.section-2ndsingle__title h4{
	font-size:1.6rem;
}
.section-2ndsingle__title p{
	font-size:1.2rem;
	
}
	.section-2ndsingle__photo{
		padding:0 0 10px;
	}
	   .section-2ndsingle__photo img {
    width:90%;
    padding: 5px 5px 10px;
	  }
  }
   .section-1stsingle {
    background-color: rgba(46, 46, 46, 0.4);
    color: rgba(255, 255, 255);
    width: 35%;
    margin: 0px auto ;
    padding: 5px 10px 10px;
  opacity: 0;
  transition: all 0.7s;
}
 .section-1stsingle.fadein {
  opacity: 1;
  transform: translateY(-60px);
}
  .section-1stsingle__border {
    margin: 0.5em auto;
    padding: 0.5em;
    width: 100%;
	  height:97%;
    border: 1px solid #fff; /* 枠線 */
	  display: flex;
	  flex-direction: column;
  }
	.section-1stsingle__title {
	text-align: center;
		padding: 30px 5px 5px;
	}
.section-1stsingle__title h2{
	font-size:2.0rem;
	
}
.section-1stsingle__title p{
	font-size:1.4rem;
}
	.section-1stsingle__photo{
		padding:5px 0 10px;
		text-align: center;
	}
  .section-1stsingle__photo img {
    width: 70%;
    object-fit: contain;
    padding: 10px 5px 30px;
    text-align: center;
  }
  @media(max-width: 400px) {
	     .section-1stsingle{
    width: 65%;
    margin: 100px auto 500px;
    padding: 1px 7px;
  }
	.section-1stsingle__title {
		padding: 15px 20px 5px;
	}
.section-1stsingle__title h2{
	font-size:1.6rem;
}
.section-1stsingle__title p{
	font-size:1.2rem;
	
}
	.section-1stsingle__photo{
		padding:0 0 10px;
	}
		   .section-1stsingle__photo img {
    width:90%;
    padding: 5px 5px 10px;
  }
  }