@charset "utf-8";
/* CSS information */
/* ===================================================================
	file name	: tsugima
	author	 : PayPay honyaclub book
	about		: 次に来るマンガ大賞
	date		 : 2022/06/30
	
=================================================================== */




/* ==================== PC ==================== */


#tsugima {
    max-width: 1180px;
    margin: 0 auto;

}
.bnr-area {
    width: 80%;
    margin: 0 auto;
}

.comic,#comic_grp .ranking {
    background: #fe9538;
}
.web,#web_grp .ranking {
    background: #5447ff;
}
#comic_grp .item_title,#comic_grp .summary1 {
	border-color: #fe9538;
}
#web_grp .item_title,#web_grp .summary1 {
	border-color: #5447ff;
}

.summary1 {
    padding: 20px 0 50px 0;
    border: solid 5px;
    border-top: none;
}

#comic_grp .item_contents {
    background: #feeac7;
    border: solid 3px #fed081;
}
#web_grp .item_contents {
    background: #dbf2ff;
    border: solid 3px #6bc9ff;
}
#navi2 {
    display: flex;
    width: 50%;
    margin: 0 auto 1rem auto;
    justify-content: space-around;
	color: white;
}

#navi2 p {
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    margin: 10px;
    border: none;
}


#navi2 p:hover {
	opacity: 0.7;
	transform: scale(1.1, 1.1);
	transition-duration: .5s;
}


#navi2 a:link,#navi2 a:visited {
	color:white;
}

#navi2 p span {
    font-size: 0.8rem;
}
.content-wrap {
    width: 70%;
    min-width: 700px;
    margin-top: 20px;
}

h3.title {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.co_box {
    margin-bottom: 2rem;
}

.item_box{	
	width: 90%;
    margin: 0 auto;	
	}

.item_main img {
    box-shadow: 5px 5px 15px #acacac;
	max-width: 350px;
}
.item_main img:hover {
	opacity: 0.9;
	transform: scale(1.03, 1.03);
	transition-duration: .5s;
}
.item_grp ul {
    display: flex;
    margin-top: 1rem;
    justify-content: center;
}
.item_title {
	display: flex;
    align-items: flex-end;
    font-size: 1.5rem;
	line-height: 1.5rem;
	font-weight: bold;
	padding: 5px 0px 2px 5px;
	border-bottom: solid 3px;
	text-align:left;

}
.no1 .item_title img {
    width: 70px;
}
.item_title img {
    width: 65px;
    padding-right: 5px
}
.item_detail {
    width: 50%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align: left;
}
.item_detail a {
    margin: 0 auto;
}
.item_detail a:link,.item_detail a:visited {
   color: black;
}
.item_author {
    color: #bf7d36;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
	font-weight: bold;
}
.item_author:hover {
	opacity: 0.7;
	color:#ff8400;
}
.item_contents {
    padding: 8px;
    border-radius: 10px;
    font-size: 0.8rem;
    min-height: 150px;
}
.item_link {
    font-size: 1.0rem;
    border: solid 4px #fed081;
    border-radius: 30px;
    padding: 10px 20px;
}
.item_link:hover {
	color: #ff7800;	
}

.co2{
    display: flex;
	justify-content: space-between;
}
.co2 .item_grp {
	width: 40%;
}

.co2 .item_grp ul {
    display: block;
    width: 90%;
    margin: 1rem auto 0 auto;
	text-align: center;
}
.co2 .item_main img {
    width: 100%;
}
.co2 .item_title {
    font-size: 1.3rem;
	text-align: left;
}
.co2 .item_detail {
    width: 100%;
    margin: 0px;
    margin-top: 1rem;
}

.co2 .item_author {
    text-align: center;
}
.co2 .item_contents {
    height: auto;
	margin-bottom: 2rem;
	text-align: left;
}

.co4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.co4 ul {
    display: block;
	text-align: center;
}
.co4 .item_grp {
    width: 166px;
    margin: 15px 8px;
}
.co4 .item_main {
    margin-bottom: 15px;
}


.co4 .item_detail {
    margin: 0 auto;
    text-align: center;
}
.ranking {
    color: white;
    width: 100px;
    text-align: center;
    border-radius: 30px;
    font-size: 1.2rem;
    margin: 0 auto 1rem auto;
    padding: 2px;
}
.co4 .item_title {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    border: none;
	text-align: center;
}
.co4 .item_main img {
    width: 100%;
}
.co4 .item_detail {
    width: auto;
    margin: 0 auto;
    text-align: center;
}
.co4 .item_author {
	font-size: .9rem;
}

.archive_link {   
	background: #63cb91;
	color:white;
	font-weight:bold;
	font-size: 1.0rem;
	width: 200px;
	text-align: center;
    padding: 10px 0;
    border-radius: 10px;
	margin: 10px auto;
}
.kome {
    text-align: left;
}
.archive_link:hover {
	opacity:0.7;
}
.archive_link a:link,.archive_link a:visited {
   color: white;
}

#archive_tsugima .latest_link {
	color: black;
    background: #ffe326;
    font-size: 1.3rem;
    padding: 10px 30px;
    border: solid 2px black;
    border-radius: 30px;
	width:auto;
	font-weight: normal;
}
#archive_tsugima #navi2 a:link,#archive_tsugima #navi2 a:visited {
	color:black;
}
#archive_tsugima .latest_link:hover {
	opacity:0.7;
}
#archive_tsugima .archive_grp {
    border: solid 5px #919191;
	border-top: none;
}
#archive_tsugima.item_title { 
   color: white;
}

#archive_tsugima .item_grp {
    width: 45%;
    background: none;
	margin-bottom: 4rem;
}
#archive_tsugima .summary1 {
    height: 100%;
    padding: 0px;
}

#archive_tsugima .comic .summary1,#archive_tsugima .comic .item_title {
	border-color: #fe9538;
}
#archive_tsugima .web .summary1,#archive_tsugima .web .item_title {
	border-color: #5447ff;
}

#archive_tsugima .item_title {
    width: 90%;
    margin: 0 auto;
}
#archive_tsugima .item_title img {
    width: 65px;
}
#archive_tsugima .item_main img {
    width: 90%;
}
#archive_tsugima .year_grp h2 {
    background: #919191;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
}
#archive_tsugima .item_author {
    font-size: 1.2rem;
}
#archive_tsugima .co_box {
    width: 95%;
    margin: 30px auto 60px auto;
	justify-content: space-around;
}

/* ==================== PC==================== */



/* ==================== SP ==================== */
@media screen and (max-width: 767px) {
#navi2 {
    width: auto;
}

#navi2 p {
    font-size: 1.0rem;
}
#navi2 p:hover {
	opacity: 1.0;
}
.content-wrap {
	width: 100%;
    min-width: auto;	
}
h3.title {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.summary1{
    border-width: 2px;;
}
.bnr-area {
    width: 100%;
}
.co_box {
    margin-bottom: 4rem;
}
.item_grp ul {
    text-align: center;
    flex-direction: column;
}
.item_title {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.item_detail {
	text-align:center;
    width: 100%;
    margin: 20px auto 0 auto;
}
.no1 .item_title img {
    width: 65px;
	
}

.co1 .item_grp ul{
	margin: 1rem auto 0 auto;
    width: 90%;
}
.co1 .item_main img ,.co2 .item_main img ,.co4 .item_main img {
    width: 100%;
    max-height: none;
}

.item_contents {
    text-align: left;
	margin-bottom: 2rem;
}
.co2 {
    flex-direction: column;
	margin-bottom: 0rem;
}
.co2 .item_grp {
    width: 100%;
    margin-bottom: 4rem;
}
.co2 .item_title {
    font-size: 1.5rem;
}
.co4 .item_grp {
    width: 43%;
}
.co4 .item_link {
    font-size: 1.0rem;
    padding: 5px 10px;
}

#archive_tsugima .archive_grp {
    border-width: 2px;
}
#archive_tsugima .latest_link {
    font-size: 1.0rem;
}
#archive_tsugima .co2 {
    flex-direction: row;
}

#archive_tsugima .item_grp {
    width: 49%;
}

#archive_tsugima .year_grp h2 {
    font-size: 1.2rem;
    padding: 5px;
}
#archive_tsugima h3.title {
    font-size: 1.0rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 0;
}

#archive_tsugima .item_title {
    font-size: 1.0rem;
    line-height: 1.0rem;
}
#archive_tsugima .item_title img {
    width: 40px;
}
#archive_tsugima .item_author {
    font-size: 1.0rem;
}
#archive_tsugima .summary1 {
    border-width: 2px;
}
#archive_tsugima .item_link {
	font-size: 1.0rem;
    padding: 5px 10px;
}

#archive_tsugima .co_box {
	margin-bottom:0px;
}

}



/* ==================== SP ==================== */

