@charset "UTF-8";
.mainvisual {
  background: url("../img/titlesp-bg.png") no-repeat top center;
  background-size: 100% auto;
}
.mv-title {
  padding: 10px 0;
}
.mainvisual img {
  width: 100%;
  max-width: 750px;
  height: auto;
}
.mainvisual p span {
  display: inline-block;
}
.mainvisual p {
  line-height: 1.6;
  padding: 20px 10%;
  text-align: left;
}
ul.rareSelect {
  padding-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-image: linear-gradient(0deg, #75ad92, #fff);
}
ul.rareSelect li {
  width: 110px;
  height: 120px;
  margin: 7px;
  font-weight: bold;
}
ul.rareSelect li.btn01 a {
    background: url("../img/zoo01.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn02 a {
    background: url("../img/zoo02.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn03 a {
    background: url("../img/zoo03.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn04 a {
    background: url("../img/zoo04.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn05 a {
    background: url("../img/zoo05.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn06 a {
    background: url("../img/zoo06.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn07 a {
    background: url("../img/zoo07.png") no-repeat center center;
    background-size: 110px auto;
  }
ul.rareSelect li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 110px;
  height: 120px;
  line-height: 1;
}
ul.rareSelect li a img {
	width: 110px;
	height: auto;
}
.rareList {
  width: 100%;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
.rareList .mori {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -100px;
  left: 0;
}
.rareList .mori img {
  width: 100%;
  height: auto;
}
.rareList .innerBox {
  margin: 0 5% 30px;
  padding: 20px 0;
  background-color: #f0e6cc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.rareList .innerBox .rarePhoto {
  width: 94%;
  margin: 0 auto;
}
.rareList .innerBox .rarePhoto img {
  width: 100%;
  height: auto;
}
span.teikyou {
	font-size: 85%;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.rareList .innerBox .rarePhoto span.teikyou {
	padding-right: 2%;
}
.rareList .innerBox h2 {
  padding: 15px 0;
  border-bottom: 4px solid #807656;
  font-size: 21px;
  text-align: center;
}

.rareList .innerBox h2 span {
	font-size: 13px;
	font-weight: normal;
	display:block;
	margin-top: 10px;
}
.rareList .innerBox .name {
  position: relative;
  padding: 0 20px;
}
.rareList .innerBox .comment {
  position: absolute;
  left: -8%;
  bottom: 0;
}
.rareList .innerBox .comment img {
  width: 95%;
  height: auto;
}
.aeru {
  display: flex;
  align-items: flex-start;
}
.aeru img {
  margin: 0 20px 0 -10px;
}
.rareList .innerBox .aeru ul li {
  margin-top: 15px;
}
.rareList .innerBox .aeru li a span {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 4em;
  background-color: #12175f;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 5px 10px 3px;
  text-decoration: none;
}
.rareList .innerBox .aeru li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
}
.rareText {
  margin-top: 15px;
  padding: 0 20px;
  line-height: 1.6;
}
.rareText dl {
  margin-top: 20px;
}
.rareText dl dt {
  padding: 3px 1em;
  text-align: center;
  background-color: #807656;
  color: #fff;
}
.rareText dl dt span {
	display: inline-block;
}
.rareText dl dd {
  padding: 10px;
}
.rareText dl dd img{
	display: block;
	width: 100%;
	max-width: 750px;
	height: auto;
  margin: 0 auto;
}
.rareText dl.chuumoku dt {
  background-color: #d55a24;
}
.rareText .profile {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #807656;
  background-color: #fff;
}
.rareText .profile li {
  padding: 7px;
  display: flex;
}
.rareText .profile li span {
  display: block;
  flex: 0 0 4em;
  font-weight: bold;
}
.rareText .profile li + li {
  border-top: 1px dotted #807656;
}
.readmore {
  width: 160px;
  margin: 2em auto;
  padding: 5px 0;
  display: block;
  color: #fff;
  border: none;
  outline: 0;
  cursor: pointer;
  background: #807656 url(../img/arrow.png) no-repeat 90% center;
  background-size: 15px auto;
  transition: .3s;
  font-size: 100%;
  border-radius: 30px;
}
.readmore.on-click {
  background: #807656 url(../img/arrow02.png) no-repeat 90% center;
  background-size: 15px auto;
}
.readmore .open {
  display: block;
}
.readmore.on-click .open {
  display: none;
}
.readmore .close {
  display: none;
}
.readmore.on-click .close {
  display: block;
}
.sankou ul {
  padding: 15px 20px;
  list-style: disc;
  font-size: 85%;
}
.sankou ul a {
  display: inline-block;
  text-decoration: underline;
  color: #d55a24;
}
@media screen and (max-width: 767px) {
.rareList #rare07.innerBox .comment {
  position: absolute;
  left: -8%;
  bottom: 30px;
}	
	
}
@media screen and (min-width: 768px) {
  .mainvisual {
    min-height: 650px;
    background: url("../img/title-bg.png") no-repeat top center;
    background-size: 100% auto;
    text-align: center;
  }
  .mainvisual p {
    width: 520px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 30px 15%;
    text-align: center;
  }
  .rareList .mori {
		top: -20vh;
  }
  .rareList .mori img {
    width: 100%;
    height: auto;
  }
  .rareList .innerBox {
    width: 100%;
    max-width: 980px;
    min-width: 300px;
    margin: 0 auto 40px;
  }
  .rareList .innerBox .rarePhoto {
    text-align: center;
  }
  .rareList .innerBox .rarePhoto img {
    width: 100%;
    max-width: 750px;
    height: auto;
  }
  .rareList .innerBox .comment {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .rareList .innerBox .comment img {
    width: 95%;
    max-width: 450px;
    height: auto;
  }
  .rareText {
    width: 90%;
    margin: 20px auto;
  }
  .aeru {
    width: 700px;
    margin: 0 auto;
    display: flex;
    align-content: center;
  }
  .aeru img {
    margin: 0 20px -10px 0;
  }
  .rareList .innerBox .aeru ul {
    width: 600px;
    display: flex;
    justify-content: space-between;
  }
  ul.rareSelect {
    padding-bottom:15vh;
  }
  ul.rareSelect li :hover {
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  ul.rareSelect li.btn01 a:hover {
    background: url("../img/zoo01-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn02 a:hover {
    background: url("../img/zoo02-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn03 a:hover {
    background: url("../img/zoo03-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn04 a:hover {
    background: url("../img/zoo04-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn05 a:hover {
    background: url("../img/zoo05-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn06 a:hover {
    background: url("../img/zoo06-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
  ul.rareSelect li.btn07 a:hover {
    background: url("../img/zoo07-hover.png") no-repeat center center;
    background-size: 110px auto;
  }
}
@media only screen and (min-width: 375px) and (max-width: 620px) {
  ul.rareSelect::after {
    content: "";
    display: block;
    width: 248px;
    height: 0;
  }
}
@media only screen and (max-width: 320px) {
  ul.rareSelect::after {
    content: "";
    display: block;
    width: 124px;
    height: 0;
  }
}
#page-top a {
  z-index: 3;
}