/*
Theme Name: JULIET & JULIET
Author: KARATEDAISY
Version: 1.0
*/

@charset "utf-8";

*{
	margin:0; 
	padding:0;
}

body {
	background: #eef3f9;
	font-family: "Anuphan", sans-serif;
	/* font-weight: 400; */
	font-style: normal;
	line-height: 125%;
	overflow-x: hidden;
	-ms-overflow-style: none;
  	scrollbar-width: none;
	touch-action: manipulation;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	scroll-behavior: smooth;
}
	
body::-webkit-scrollbar {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: none;
}

p {
	line-height: 145%;
}

h2 { text-transform: uppercase; }

img {
	display: block; 
	width: 100%; 
	height: 100%; 
	object-fit: contain;
	pointer-events: none;
}

video {
	pointer-events: none;
}

::selection {
	background: #f69dc5;
	color: #fff;
}

figcaption { display: none; }
.wp-element-caption { display: none; }

.main-wrapper { margin: 30px; }
.jnj-gal { margin: 50px auto 0 auto; width: 720px; }
.jnj-main-wrapper { margin: 50px auto 0 auto; width: 720px; }

.jnj-m { display: none; }
.jnj-pc { display: block; }

/* MUSIC */

.jnj-song-main-wrapper {
	background: #fff;
	margin: 50px auto 50px auto;
	padding: 0 0 0 0;
	width: 360px;
	text-align: left;
	line-height: 100%;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 15px;
}

.jnj-song-title {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}


.jnj-song-arti {
	padding: -15px 0 0 0;
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

/* STREAM LINK */

/* ---------- Streaming platform links ---------- */

.open-links {
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 0px;
	border-top: 1px dotted #eee;
	font-size: 10px;
}

.open-link {
  display: flex;
  align-items: center;
  gap: 7px;
  width: auto;
  padding: 14px 16px;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  color: #222;
  transition: background 0.18s ease;
	border-bottom: 1px dotted #eee;
}

.open-link:hover,
.open-link:focus-visible {
  background: #fcfcfc;
}

.open-link-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open-badge-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  filter: brightness(0);
  opacity: 0.82;
}

.open-link-text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.open-link-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.open-link-sub {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  line-height: 1.3;
}

.open-link-arrow {
  flex: 0 0 auto;
  font-size: 20px;
  color: #222;
}

/* FOOTER */

.jnj-footer-wrapper {
	padding: 50px 0 50px 0;
	margin: auto;
	font-size: 10px;
	line-height: 125%;
	font-weight: 300;
}

.jnj-footer-wrapper a { text-decoration: underline; }
.jnj-footer-wrapper a:hover { text-decoration: none; }

.jnj-footer-sns {
	padding: 0 0 45px 0;
	font-size: 24px;
}

.jnj-footer-sns a {
	margin: 0 14px 0 14px;
	text-decoration: none;
}

.jnj-notice {
	background: #fde3e3;
	width: 480px;
	border-radius: 5px;
	border: 1px dotted #cf2e2e;
	padding: 10px;
	margin: 50px auto 0 auto;
}

/* MOBILE */

@media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) { 
		
	.disable-dbl-tap-zoom {
    	touch-action: manipulation;
  	}
		
	body { 
		background: #eef3f9;
		font-family: "Anuphan", sans-serif;
		font-size: 13px;
		overflow-x: hidden;
		-ms-overflow-style: none;
  		scrollbar-width: none;
		touch-action: manipulation;
		scroll-behavior: smooth;
	}
	
	body::-webkit-scrollbar {
		display: none;
	}
		
	a {
		color: #000;
		text-decoration: none;
	}

	a:hover {
		color: #000;
		text-decoration: none;
	}
		
	a:focus {
		outline: none;
	}
		
	input:focus {
		outline: none;
	}

	p {
		line-height: 145%;
	}

	h2 { text-transform: uppercase; }

	img {
		display: block; 
		width: 100%; 
		height: 100%; 
		object-fit: contain;
		pointer-events: none;
	}

	video {
		pointer-events: none;
	}

	::selection {
		background: #f69dc5;
		color: #fff;
	}
		
	.jnj-main-wrapper { margin: 25px 25px 0 25px; width: auto; }
		
	.jnj-song-main-wrapper {
		background: #fff;
		margin: 30px 25px 30px 25px;
		padding: 0 0 0 0;
		width: auto;
		text-align: left;
		line-height: 100%;
		box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 15px;
	}
		
}