@charset "UTF-8";

/* commmon
---------------------------------------------------*/
#wrapper {
	background-color: #000038;
	background-image: url('../images/bg_kv.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	background-image: url('../images/bg_kv_sp.png');
}


/* key-visual
---------------------------------------------------*/
#key-visual {
	padding-top: 218px;
	margin-bottom: 130px;
}
#key-visual .inner {
	margin-bottom: 150px;
}
#key-visual .inner .logo {
	text-align: center;
	margin-bottom: 50px;
}
#key-visual .inner .logo a {
  display: block;
}
#key-visual .inner p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.15em;
	font-weight: bold;
}
#key-visual .inner p.lead {
  margin-top:50px;
  font-size: 14px;
  line-height: 2em;
}
.gigyaBox {
  text-align: center;
}
#key-visual .gigyaBox .inner{
	background: #fff;
  display: inline-block;
  margin: 0 auto 0;
  margin-bottom:0;
  padding: 5px 0 5px 15px;
  border-radius: 2px;
}
#gigyaShare {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#gigyaShare > *:first-of-type {
	margin-right: 0.5em;
}

/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#key-visual {
		padding-top: 38.28125vw;
		margin-bottom: 12.5vw;
	}
	#key-visual .inner {
		margin-bottom: 25vw;
	}
	#key-visual .inner .logo {
		margin-bottom: 12.5vw;
	}
	#key-visual .inner .logo img {
		width: 89.0625vw;
	}
	#key-visual .inner p {
		line-height: 1.6em;
		font-size: 5vw;
	}
  #key-visual .inner p.lead {
    margin-top:12.5vw;
    margin: 12.5vw auto;
    line-height: 1.6em;
    width: 89.0625vw;
    text-align: left;
  }
}

/* archive
---------------------------------------------------*/
#archive {
	margin: 80px 0 145px;
}
#archive .ttl {
	text-align: center;
	margin-bottom: 30px;
}
#archive .ttl img {
	margin: 0 auto;
}
#archive p.note {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
/* listTitle */
#listTitle {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 100px;
	letter-spacing: 0.1em;
}
/* archiveList */
#archiveList {
  /*
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	*/
	max-width: 1080px;
	max-width: 800px;
	margin: 0 auto;
}

#archiveList figure.songBox {
  margin-bottom: 60px;
  width: 100%;
}
#archiveList figure.songBox .songHead {
  padding: 40px 40px 30px;
  background-color: #fff;
}
#archiveList figure.songBox .songHead .pic {
  width: 220px;
  height: 220px;
  line-height: 1px;
  margin-right: 0px;
  float: left;
}
#archiveList figure.songBox .songHead .songInfo {
  width: 470px;
  height: 100%;
  min-height: 220px;
  float: right;
  position: relative;
  /*padding-bottom: 80px;*/
}
#archiveList figure.songBox .songHead .songInfo dl dt{
    font-family: "Noto Sans JP", serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 4px;
}
#archiveList figure.songBox .songHead .songInfo dl dd {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 14px;
}
#archiveList figure.songBox .songHead .songInfo .songLink {
  width: 100%;
  margin-top: 20px;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li {
  width: calc(33% - 2%);
  margin-bottom: 10px;
  margin-right: 1%;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li:nth-child(3n) {
  margin-right: 0;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li a {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #000038;
  border-radius: 36px;
  border-radius: 4px;
  padding: 10px 0px 10px 15px;
  line-height: 1.5em;
  vertical-align: middle;
  word-break: break-all;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li a:hover {
  opacity: 0.5;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li a span {
  display: block;
  padding-right: 35px;
}
#archiveList figure.songBox .songHead .songInfo .songLink ul li a{
  background-image: url(../images/icon_window.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-position-x: 90%;
}

#archiveList figure.songBox .recommendComment {
  background-color: #dddcdf;
  color: #333333;
  padding: 0px;
}
#archiveList figure.songBox .recommendComment .reccomendTitle {
  font-family: "Bebas Neue", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
  padding: 24px 40px 24px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
}
#archiveList figure.songBox .recommendComment .reccomendTitle:after {
  content: "";
  width: 41px;
  height: 100%;
  background: url(../images/icon_arrow_down.png) no-repeat center center;
  position: absolute;
  right: 40px;
  bottom: 0;
}
#archiveList figure.songBox .recommendComment .reccomendTitle.open:after {
  content: "";
  width: 41px;
  height: 100%;
  background: url(../images/icon_arrow_up.png) no-repeat center center;
  position: absolute;
  right: 40px;
  bottom: 0;
}

#archiveList figure.songBox .recommendComment dl {
  border-top: 1px solid #fff;
  padding: 0 40px;
  display: none;
}
#archiveList figure.songBox .recommendComment dl dt {
  font-family: "Noto Sans JP", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 30px;
  padding-bottom: 30px;
}
#archiveList figure.songBox .recommendComment dl dd {
  font-family: "Noto Sans JP", serif;
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.8em;
}


/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
	#archive {
  	margin: 25vw 0 12.5vw;
	}
	#archive .ttl {
		margin-bottom: 6.25vw;
	}
	#archive .ttl img {
		/*width: 37.8125vw;*/
		width: 89.0625vw;
	}

  #archive p.note {
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    color: #fff;
    margin-bottom: 6.25vw;
  }
	/* listTitle */
	#listTitle {
		line-height: 1.4em;
		font-size: 5.9375vw;
		margin-bottom: 1em;
	}
	/* archiveList */
	#archiveList {
		max-width: 89.0625vw;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-bottom: 0;
	}
	#archiveList figure.songBox {
		width: 100%;
		margin: 0 0 12.5vw;
	}
  #archiveList figure.songBox .songHead {
    padding: 5.46875vw;
  }
  #archiveList figure.songBox .songHead .pic {
    width: 100%;
    height: auto;
  }
  #archiveList figure.songBox .songHead .pic img {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px;
  }
  #archiveList figure.songBox .songHead .songInfo {
    width: 100%;
    padding-bottom: 0;
  }
  #archiveList figure.songBox .songHead .songInfo dl dt {
    color: #333333;
    font-size:3.4375vw
  }
  #archiveList figure.songBox .songHead .songInfo dl dd {
    font-size: 5vw;
  }
  #archiveList figure.songBox .songHead .songInfo .songLink {
    position: static;
  }
  #archiveList figure.songBox .songHead .songInfo .songLink ul li {
    flex: inherit;
    width: calc(50% - 2%);
    margin:0 1% 3.4375vw;
  }
  #archiveList figure.songBox .songHead .songInfo .songLink ul li:nth-child(3n) {
   margin-right: 1%;
  }
  #archiveList figure.songBox .songHead .songInfo .songLink ul li a {
    font-size:3.4375vw;
    padding: 0.5em 1.5em;
    padding-left: 1em;
    padding-right: 5%;
    background-position-x: 93%;
  }
  #archiveList figure.songBox .songHead .songInfo .songLink ul li a span{
    width: 90%;
    text-align: center;
  }
  #archiveList figure.songBox .recommendComment .reccomendTitle {
    font-size: 130%;
    padding: 3.4375vw 5.46875vw;
  }
  #archiveList figure.songBox .recommendComment .reccomendTitle:after {
    content: "";
    width: 8vw;
    height: 100%;
    background: url(../images/icon_arrow_down.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    right: 5.48675vw;
    bottom: 0;
  }
  #archiveList figure.songBox .recommendComment .reccomendTitle.open:after {
    content: "";
    width: 8vw;
    height: 100%;
    background: url(../images/icon_arrow_up.png) no-repeat center right;
    background-size: 100% auto;
    position: absolute;
    right: 5.48675vw;
    bottom: 0;
  }
  #archiveList figure.songBox .recommendComment dl {
    padding: 0 5.46875vw;
  }
  #archiveList figure.songBox .recommendComment dl dt {
    font-size: 4.6875vw;
    margin-top: 5.46875vw;
    padding-bottom: 5.46875vw;
  }
  #archiveList figure.songBox .recommendComment dl dd {
    font-size: 3.125vw;
    padding-bottom: 5.46875vw;
  }
}


/* links
---------------------------------------------------*/
#links {
	margin-bottom: 145px;
}
#links ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#links ul li {
	width: 48%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto;
}

#links ul li a {
	display: block;
}
#links ul li a img {
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#links ul li a:hover img {
	opacity: 0;
}
#links ul li.archiveList a:hover img {
	opacity: 0.7;
}
/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {

	#links {
		margin-bottom: 26.5625vw;
		margin-bottom: 12.5vw;
	}
	#links ul {
		display: block;
		max-width: 89.0625vw;
	}
	#links ul li {
		margin: 0;
		margin-bottom: 6.25vw;
	}
	#links ul li:last-of-type {
		margin-bottom: 0;
	}
	#links ul li a {
		width: 89.0625vw;
		height: 20.46875vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
}

/* digest
---------------------------------------------------*/
#digest {
	margin: 80px 0 145px;
}
#digest .ttl {
	text-align: center;
	margin-bottom: 40px;
}
#digest .ttl img {
  margin: 0 auto;
}
#digest .video {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
#digest .video iframe {
  width: 100%;
  height: 100%;
}
/* max-width: 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
  #digest {
    width: 89.0625vw;
    margin: 12.5vw auto 25vw;
  }
  #digest .ttl {
  	text-align: center;
  	margin-bottom: 12.5vw;
  }
  #digest .ttl img {
  	width: 89.0625vw;
  }
}