* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
main {
	padding: 5% 0;
}
.inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

section h1 {
    font-size: 18px;
    text-align: center;
}

/*
section .manga-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}
*/
section .manga-wrapper {
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
	column-count: 3;
    column-gap: 30px;
    padding: 3% 0 0;
}

section .manga-wrapper .manga {
	width: 100%;
/*     max-width: 32%; */
	box-shadow: 0px 0px 15px -5px #bababa;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    margin-bottom: 40px;
    page-break-inside: avoid;
    break-inside: avoid;
/*
    width: 100%;
    max-width: 420px;
    height: auto;
    border: 1px solid #C4BEB4;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 25px;
*/
    
}
section .manga-wrapper .manga .amazon {
    width: 150px;
    height: fit-content;
    display: flex;
    justify-content: center;
}
section .manga-wrapper .manga .manga-txt {
    width: 60%;
    overflow-wrap: break-word;
}
section .manga-wrapper .manga .manga-txt > p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}




section .manga-wrapper .manga .manga-txt > .strong {
	margin: 0;
    font-size: 1rem;
    font-weight: 500;
}



/*
section .manga-wrapper .manga .amazon {
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    height: 240px;
}
*/
/*
iframe .amzn-ad-container {
	width: 100% !important;
    height: 238px !important;
	box-sizing: border-box !important;
}
.amzn-ad-prod-detail {
    height: auto;
}
*/


@media only screen and (max-width: 865px) {
    section .manga-wrapper {
        justify-content: center;
    }
 }

@media only screen and (max-width: 1024px) {
	section .manga-wrapper {
	    column-count: 2;
	}
}

@media only screen and (max-width: 520px) {
	section .manga-wrapper {
	    column-count: 1;
	}
	section .manga-wrapper .manga {
		box-shadow: 0px 0px 15px -9px #bababa;
		margin-bottom: 20px;
	}
}
