@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");

.portfolio-pc section {padding:0 40px;}
.portfolio-pc section + section { margin-top: 96px; } 
.portfolio-mobile section + section { margin-top: 40px; } 
.credit-wrap { border-top: 1px solid #E6E6E6; } 

.title-wrap .title,
.credit-wrap .credit-title-wrap .title,
.credit-wrap .credit-detail-wrap .credit-category { font-family: "Russo One", sans-serif; font-weight: normal; } 

.portfolio-body {  background-color: #3a1384; } 

section:after { content: ""; position: absolute; top: 0; left: 0%; right:0; max-width: 1366px; width: 100%; height: 100%; margin:0 auto; background-size: 100% 100%; background-position: top center; background-repeat: no-repeat; z-index: -1; background-color: #fff; } 

.portfolio-pc .section1 { margin: 0; z-index:1;} 
.portfolio-pc .section1:after { background-image: url("img/bg_section1.png"); } 
.portfolio-pc .section2 { margin: 0; padding: 96px 43px; z-index: 1;} 
