@charset "utf-8";

.spoon {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

.spoon-sp {
  display: none;
}

.header {
  margin-bottom: 20px;
}

.header a:hover {
  opacity:1;
  	transition:none;
}

.main a:hover {
  opacity:0.5;
	transition:0.3s;
}

.footer a:hover {
  opacity:1;  
  transition:none;
}

.oshirase {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}


/* top画像変更したらいじる箇所　特にサイズと更新履歴の色 */
.top-image {
  width: 1000px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-image: url(../sozai/top3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
}

.update {  
  height: 25px;
  margin-top: 30px;
  margin-left: 40px;
  padding: 7px;
  font-size: 14px;
  color: #251F1C;  
  background-color: rgba(255,255,255,0.4);
}


.counter {
  margin-top: 10px;
}

/* 最新イラスト */

.new {  
  text-align:  center; 
}

.new p {
  font-size: 14px;
}

.new p a {
  font-weight: bold;  
  text-decoration: underline;
}

.new ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.new ul li {
  margin: 10px;
}


.new a:hover {
  opacity:1;
}

.cut-dot {
  margin-top: 20px;
}


.contents {
  display: flex;
  justify-content: space-between;
  width: 600px;
  max-width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  align-items: flex-start;
}

a:hover{ 
	opacity:0.5;
	transition:0.3s;
}

.contents h2 {  
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
}

.contents p {
  font-size: 14px;
  line-height: 24px;
}

.menu-Wevebox{
  color: #da6a29;
}

#copyTarget {
  margin-bottom: 15px;
}

.about {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
  color: #77655c;
  font-size: 14px;
  line-height: 24px;
}

.about-2 {
  width: 320px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  font-size: 12px;
  color: #77655c;
  line-height: 2;

}

.search {
  margin-top: 15px;
  display: block;
  display: flex;
  justify-content: center;
}

.search img {
margin: 5px;
}

.footer{
  margin-top: 30px;
}

/* スマホ用 */
@media (max-width: 800px){

.spoon {
  display: none;
}

.spoon-sp {
  display: block;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 10;
}

.update {  
  height: 20px;
  margin-top: 30px;
  margin-left: 40px;
  padding: 5px;
  font-size: 14px;
  color: #251F1C;  
  background-color: rgba(255,255,255,0.4);
}

.counter {
  margin-top: 0px;
}


.oshirase {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 12px;
}

.top-image {  
  display: block;
  width: auto;
  height: 300px;
  background-image: url(../sozai/tops3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  margin-bottom: 10px;
}

.update {  
  position: fixed;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 12px;
}

.update p{
padding-bottom: 20px;
}


.new img{
  width: 120px;
}

.new p {
  font-size: 10px;
}

.cut-dot{
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}


.contents {
  display: block;
  width: 300px;
  margin-top: 10px;
}

.contents h2 {  
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}


.contents h3 {  
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}


.contents p {
  font-size: 12px;
  line-height: 20px;
}

.content img {
  width: 100%;
  height: auto;
  margin-top: 25px;
}


.about {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
  color: #77655c;
  font-size: 12px;
  line-height: 24px;
}

.about-2 {
  width: 260px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  color: #77655c;
  line-height: 2;

}


.footer{
  margin-top: 20px;
}

}