/* STRAWBERRY WINE v.1 - deeply moving [http://sailorcrystal.net/minarei/] */
/* DESKTOP/TABLET/MOBILE VERSION */
/* made by evenstar AT gmail DOT com; licenced under Creative Commons Attribution-ShareAlike 4.0 International: http://creativecommons.org/licenses/by-sa/4.0/ */


/* SCROLLBAR */

::-webkit-scrollbar {
	height:0.5em;
	width: 0.5rem;
	}

::-webkit-scrollbar-corner {
	background: #ffeded;
	}

::-webkit-scrollbar-track-piece {
    background: #ffeded;
	}

::-webkit-scrollbar-thumb {
	background: #463a4a;
	}

::-webkit-scrollbar-thumb:hover {
	background: #fff;
	}


/* THE MAIN STUFF */

html,
body {
   font-size: 16px; /* base font reset */
   margin:0;
   padding:0;
   background: #fff;
	}

.grid-container {
	display: grid;
	grid-template-columns: auto minmax(320px, 822px) auto;
	grid-template-rows: max-content max-content auto max-content;
	margin: 0rem auto;
	grid-template-areas:
		". header ."
		". nav ."
		". main ."
		". footer .";
	}


/* HEADER */

header {
	grid-area: header;
	text-align: center;
	margin: 3rem 0 0 0;
	line-height: 0;
	}

.resize {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}


/* NAVIGATION BAR */

nav { 
	grid-area: nav;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	word-spacing: 2rem;
	margin: 0.25rem 0;
	padding: 0.25rem 1rem;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	background: linear-gradient(to left, #ff9696, #ffd6dd, #ffd891);
	}

nav a:link,
nav a:visited,
nav a:active {
	color: #fff;
    text-decoration: none;
    letter-spacing: 4px;
    font-size: 130%;
    transition: all 0.5s ease-in-out;
}

nav a:hover {
	color: #d55b74;
	background: transparent;
    transition: all 0.5s ease-in-out;
	}


/* TEXT EMBELLISHMENTS */

strong, 
b {
	color: #ff8585;
	}

em,
i {
	color: #a0a0a0;
	letter-spacing: 1px;
	}


main a {
	display: inline-block;
    position: relative;
	z-index: 3;
}

main a:link,
main a:visited,
main a:active {
    color: #ad3259;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
	}

main a:hover {
	color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
	}

main a::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #ff9696, #ffd891);
    z-index: -1;
    transition: all 0.25s;
}

main a:hover::after {
	height: 80%;
	width: 100%;
}	

h1 {
    font-family: 'Cookie', cursive;
	color: #463a4a;
    font-size: 200%;
    margin: 0 0 0.5rem 0;
	line-height: 120%;
    background: linear-gradient(to right, #b52424, #eb92b2, #ffb93c);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
    display: inline-block;
	letter-spacing: 6px;
	}
	
h2 {
	font-family: 'Cookie', cursive;
    color: #85979b;
    font-size: 160%;
    margin: 1rem 0 0 0;
	line-height: 120%;
    background: linear-gradient(to right, #b52424, #eb92b2, #ffb93c);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
    display: inline-block;
	letter-spacing: 6px;
	}

h1.box {
    font-family: 'Cookie', cursive;
    color: #c14244;
    font-size: 180%;
    margin: 0;
    text-indent: 0;
    line-height: 100%;
	background: transparent;
		-webkit-background-clip: none;
		-webkit-text-fill-color: #c14244;
	letter-spacing: 6px;
	display: block;
	}

h1.box::before {
	content: url(separator.png);
	font-weight: normal;
	margin-right: 1rem;
	}

h1.box::after {
	content: "\21B4";
	font-weight: normal;
	margin-left: 1rem;
	font-family: 'Poppins', sans-serif;
	color: #b0b0b0;
		-webkit-text-fill-color: #b0b0b0;
	letter-spacing: 10px;
	}
	
h2.affiliates {
	font-family: 'Cookie', cursive;
	text-align: center;
	color: #79979b;
    text-indent: 0;
	letter-spacing: 6px;
	margin:	1rem auto;
	display: block;	
	}
	
h3 {
	font-family: 'Poppins', sans-serif;
    color: #f6a86f;
    font-size: 120%;
    margin: 2rem 0 0.25rem 0;
    letter-spacing: 6px;
    line-height: 120%;
    text-align: left;
    text-indent: 2rem;
    border-bottom: 1px dashed #ffd1d4;
	}


/* MAIN TEXT AREA */

main { 
	grid-area: main;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: justify;
	padding: 2rem;
	color: #555;
	font-size: 100%;
	line-height: 200%;
	background: #ffeded;
	}

main p {
	margin: 0 0 0.8rem 0;
	}


/* ASIDE (FANLISTING INFO BOX) */

aside { width: 75%;
    text-align: justify;
    margin: 2rem auto;
    font-size: 120%;
    display: block;
    color: #8d7983;
    background: #fff;
    padding: 1rem;
    box-shadow: 2px 2px 4px #ffd1d4;
	}

aside b,
aside strong {
	font-family: 'Poppins', sans-serif;
	color: #f3a484;
	letter-spacing: 1px;
	}

aside a:link,
aside a:visited,
aside a:active {
	color: #d55b74;
	background: transparent;
	}
	
aside a:hover {
	color: #ebb2be;
	}
	
aside a::after {
    content: '';
    width: 0;
    height: 0;
}

aside a:hover::after {
	height: 0;
	width: 0;
}	


/* AFFILIATES & CLIQUES */

.affs {
    text-align: center;
    font-size: 85%;
    line-height: 160%;
    letter-spacing: 2px;
	margin: 1rem auto;
	display: block;
	width: 90%;
	}

.affs a:link,
.affs a:visited,
.affs a:active {
	color: #feb741;
	background: transparent;
	}
	
.affs a:hover {
	color: #e48da2;
	background: transparent;
	}
	
.affs a::after {
    content: '';
    width: 0;
    height: 0;
}

.affs a:hover::after {
	height: 0;
	width: 0;
}	

.affs img {
    margin: 0.5rem;
    box-shadow: 2px 2px 4px #ffd7da;
	}

.cliques {
	text-align: center;
	font-size: 110%;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	margin: 2rem 0;
	font-size: 110%;
	color: #8d7983;
	}


/* CODE CREDIT */

.codecredit {
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px dotted #ffd1d4;
	text-align: right;
	display: block;
	width: 100%;
	font-size: 75%;
	letter-spacing: 1px;
	font-style: italic;
	line-height: 120%;
	color: #aaa;
	}

.codecredit a:link,
.codecredit a:visited,
.codecredit a:active {
	color: #bf3f40;
	}

.codecredit a:hover {
	color: #f3a280;
	}

.codecredit a::after {
    content: '';
    width: 0;
    height: 0;
	}

.codecredit a:hover::after {
	height: 0;
	width: 0;
	}	


/* CODESORT IMAGES */

.codesort img {margin: 0 1rem 0.5rem 0;}


/* FOOTER */

footer {
	grid-area: footer;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #444;
	letter-spacing: 1px;
	font-size: 70%;
	padding: 2rem 1rem;
	background: #ffd1d4;
	margin: 0.25rem 0 2rem 0;
	}

footer a:link,
footer a:visited,
footer a:active {
	color: #db860c;
	text-decoration: none;
	background: transparent;
	}

footer a:hover {
	color: #b53271;
	}

footer em {
	color: #9a1f21;
	}

.separator {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 1rem auto;
	padding: 0;
	}

/* TABLET SIZING */

@media only screen and (max-width: 799px) {



}

/* MOBILE SIZING */

@media only screen and (max-width: 414px) {


}
