@charset "utf-8";

/* =======================================
	reset
======================================= */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none !important}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}


/* =======================================
	common
======================================= */
html {height:100%;}
body{
	position:relative;
	width:100%;
	height:100%;
	color:white;
	background:black;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

img {max-width:100%;height:auto;vertical-align:bottom;}
table {width:100%;}
tr, td {vertical-align:top;}

a {
	outline: none;
	text-decoration:underline;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:link {color:white;text-decoration:none;}
a:visited {color:white;text-decoration:none;}
a:hover {color:white;text-decoration:none;border-bottom:1px solid darkgray;padding-bottom:2px;}
a:active {color:white;text-decoration:none;}

hr {
	width:100%;
	border:0;
	margin:3em auto;
	background-position:50%;
	box-sizing: border-box;
	height:1px;
	background-image: linear-gradient(
		90deg,
		hsla(0, 0%, 100%, 0),
		hsla(0, 0%, 100%, 0.5) 50%,
		hsla(0, 0%, 100%, 0) 100%);
}

.pc {display:block;}
.sp {display:none;}


/* =======================================
	text
======================================= */
h1 {
	font-size:24px;
	margin:0 auto 60px;
	text-align:center;
}
h2 {
	font-size:20px;
	margin-bottom:10px;
}
h2.goodsh2 {
	font-size:20px;
	margin-bottom:100px;
	text-align:center;
}
h3 {
}


/* =======================================
	header / footer
======================================= */
header {
	width:100%;
	margin:0 auto;
	background:#c8c8c8;
}

header a {
	font-size:36px;
	letter-spacing:2px;
	display:block;
	width:100%;
	padding:15px 0;
}
header a:hover {
	border:none;
	padding-bottom:15px;
}
header a img {
	width:300px;
}

footer {
	font-size:20px;
	color:whitesmoke;
	text-align:left;
	position:absolute;
	left:40px;
	bottom:30px;
}
footer.footerSub {
	color:whitesmoke;
}


/* =======================================
	navigation
======================================= */
nav {
	width:100%;
	margin:0 auto;
	background:white;
}
nav ul {
	width:1100px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}
nav ul li {
	font-size:20px;
	line-height:20px;
	padding:20px 0;
}
nav ul li:not(:last-child) {
	margin-right:24px;
}
nav ul li.navSNS {
	font-size:26px;line-height:26px;padding:16px 0;
}

/*nav ul {
	width:1100px;
	margin:0 auto;
	font-size:0;
}
nav ul li {
	font-size:20px;
	display:inline-block;
	padding:20px 0;
	vertical-align:top;
}
nav ul li:nth-child(1) {width: 7%;}
nav ul li:nth-child(2) {width: 7%;}
nav ul li:nth-child(3) {width:12%;}
nav ul li:nth-child(4) {width: 8%;}
nav ul li:nth-child(5) {width: 8%;}
nav ul li:nth-child(6) {width: 6%;}
nav ul li:nth-child(7) {width:10%;}
nav ul li:nth-child(8) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(9) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(10) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(11) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(12) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(13) {width:5%;font-size:26px;line-height:26px;padding:16px 0;}
nav ul li:nth-child(14) {width:6%;font-size:26px;line-height:26px;padding:16px 0;}*/

nav ul li a {
	color:#666666 !important;
	letter-spacing:1px;
	padding-bottom:5px;
}
nav ul li a.active {
	border-bottom:2px solid darkgray;
}
nav ul li a:hover {
	border-bottom:2px solid darkgray;
}


/* =======================================
	article, section
======================================= */
article {
	width:100%;
	height:100%;
	margin:0 auto;
	background:url("../images/20250704/SUB.jpg") center top no-repeat;
	background-size:100% auto;
	position:relative;
}

article.toppage {
	width:100%;
	height:100%;
	margin:0 auto;
	background:url("../images/20250704/TOP.jpg") center top no-repeat;
	background-size:100% auto;
	position:relative;
}

section {
	width:100%;
	margin:0 auto;
	padding-top:120px;
	background:rgba(0,0,0,0.6);
	overflow-y:auto;
}

/*section::-webkit-scrollbar {
	width: 12px;
}

section::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #a0a0a0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
section::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4);*/
}


/* =======================================
	toppage
======================================= */


/* =======================================
	subpage
======================================= */
.subOneColumn {
	width:800px;
	margin:0 auto;
}

.subOneColumn p {
	margin-bottom:20px;
	font-size:24px;
	letter-spacing:1px;
}

.subTwoColumns {
	width:680px;
	margin:0 auto;
	display:table;
	table-layout:fixed;
}

.subMenu {
	display:table-cell;
	width:200px;
	vertical-align:top;
	font-size:20px;
	line-height:30px;
	text-align:left;
}

.subMenu ul.branch li {
	font-size:90%;
}
.subMenu ul.branch li:before {
	content: '－';
	color:silver;
	margin-left:0.5em;
}

.subContents {
	font-family: "M PLUS Rounded 1c",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
	display:table-cell;
	width:480px;
	vertical-align:top;
	text-align:left;
	padding-bottom:60px;
	line-height:160%;
}


.subContents a,
.subContents a:link,
.subContents a:visited {
	outline: none;
	text-decoration:none;
	border-bottom:1px solid darkgray;
	padding-bottom:-1px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.subContents a:hover {color:white;text-decoration:none;}
.subContents a:active {color:white;text-decoration:none;}



date {
	font-size:18px;
	letter-spacing:1px;
	margin-bottom:6px;
	display:inline-block;
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	padding:3px 10px;
	font-weight:bold;
	color:black;
	background:white;
}

date:not(:first-of-type) {
	margin-top:3em;
}


/* =======================================
	subpage: pickup
======================================= */
.subContents dl {
	margin-bottom:30px;
}



/* =======================================
	subpage: specal
======================================= */
.discoSPspec {
	font-size:0.8em;
	line-height:120%;
	margin-top:10px;
}

.credit {
	font-size:1em;
	line-height:120%;
	margin-top:30px;
	text-align:right;
}


/* =======================================
	subpage: discography
======================================= */
.subContents ul.discoList {
	width:100%;
	display:table;
	table-layout:fixed;
	margin:0 auto 80px;
}
.subContents ul.discoList li:nth-child(1) {
	width:30%;
	display:table-cell;
	vertical-align:bottom;
}
.subContents ul.discoList li:nth-child(2) {
	width:70%;
	padding-left:20px;
	display:table-cell;
	vertical-align:bottom;
}
.subContents ul.discoList li:nth-child(1) a {
	border-bottom:none;
}
.subContents ul.discoList li:nth-child(1) a:hover img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.subContents .discoDetail {
	width:100%;
	display:table;
	table-layout:fixed;
	margin:0 auto;
}
.subContents .discoDetailJK {
	width:36%;
	display:table-cell;
	vertical-align:top;
}
.subContents .discoDetailJK a {
	width:100%;
	margin:10px auto;
	display:block;
	padding:4px;
	text-align:center;
	border:1px solid white;
}
.subContents .discoDetailJK a:hover {
	text-decoration:none;
	color:black;
	background:white;
}

.subContents .discoDetailContents {
	width:64%;
	padding-left:20px;
	display:table-cell;
	vertical-align:top;
}
.subContents .discoDetail ol {
	width:100%;
	margin:1em 0;
	padding-left:1.5em;
}

.buyee {
	display:inline-block;
	margin:0 0 30px;
}

.buyee a {
	padding:5px;
	display:block;
	text-decoration:none;
	border:1px solid #ccc;
}

.buyee a:hover {
	color:black;
	background:white;
}

.buyee span {font-size:80%;margin-left:10px;}


/* =======================================
	subpage: goods
======================================= */
p.goodsNotice {
	margin-bottom:40px;
}

p.goodsNoticeIMG {
	width:100%;
	margin:0 auto 40px;
	text-align:center;
	font-size:14px;
}

p.goodsBuy a {
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	width:120px;
	margin:30px auto 0;
	text-align:center;
	display:block;
	font-size:16px;
	letter-spacing:2px;
	padding:5px;
	border:1px solid silver;
}
p.goodsBuy a:hover {
	color:black;
	background:silver;
}
p.goodsSoldout {
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	width:120px;
	margin:30px auto 0;
	text-align:center;
	display:block;
	font-size:16px;
	letter-spacing:2px;
	padding:5px;
	border:1px solid silver;
}

.subContents ul.goodsList {
	width:100%;
	display:table;
	table-layout:fixed;
	margin:0 auto 40px;
}
.subContents ul.goodsList li:nth-child(1) {
	width:40%;
	display:table-cell;
	vertical-align:bottom;
}
.subContents ul.goodsList li:nth-child(2) {
	width:60%;
	padding-left:20px;
	display:table-cell;
	vertical-align:bottom;
}
.subContents ul.goodsList li:nth-child(1) a {
	border-bottom:none;
}
.subContents ul.goodsList li:nth-child(1) a:hover img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/* =======================================
	subpage: contact
======================================= */
.formerror {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	font-size:16px;
	color:red;
	margin:5px 0 20px;
}

.formText {
	width:640px;
	margin:0 auto;
	font-size:13px !important;
	font-weight:normal !important;
	text-align:left;
}

.formTextYellow {
	color:yellow;
	width:640px;
	margin:0 auto;
	font-size:13px !important;
	font-weight:normal !important;
	text-align:left;
}

input, textarea {
	width:100%;
	color:white;
	padding:5px;
	background:transparent;
	border:none;
	border-bottom:1px solid white;
}
textarea {height:300px;}

table.contactTable {
	width:640px;
	margin:0 auto;
	font-size:0;
}
table.contactTable th, table.contactTable td {padding:5px;}
table.contactTable th {
	display:inline-block;
	vertical-align:top;
	width:100px;
	font-size:18px;
	text-align:right;
}
table.contactTable td {
	display:inline-block;
	vertical-align:top;
	width:540px;
	font-size:16px;
	padding-left:20px;
	text-align:left;
}

.contactConfirm {
	margin:40px auto 0;
}
.contactConfirm input[type="submit"],
.contactConfirm input[type="button"] {
	width:120px;
	text-align:center;
	letter-spacing:3px;
	padding:10px 0;
	color:white;
	border:1px solid silver;
	background:transparent;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.contactConfirm input[type="submit"]:hover,
.contactConfirm input[type="button"]:hover {
	cursor:pointer;
	color:black;
	background:silver;
}


/* =======================================
	movie
======================================= */
.youtube {
	width:90%;
	margin:0 auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =======================================
	pagetop
======================================= */
.pagetop {
	z-index:9999;
	display:none;
	position:fixed;
	bottom:10px;
	right:10px;
	width:40px;
	height:40px;
}
.pagetop a {
	display:block;
	width: 40px;
	height:40px;
	background:black;
	font-size:25px;
	line-height:40px;
	text-align:center;
	color:white;
}
.pagetop a:hover {
	border-bottom:none;
	text-decoration:none;
	color:steelblue;
}


/* =======================================
	smartphone
======================================= */
@media screen and ( max-width:767px ){

.pc {display:none;}
.sp {display:block;}

body {width:100%;height:100%;/*background:url("../images/acidandroidSP2020.jpg") no-repeat;background-size:100% auto;background-attachment:fixed;position:relative;background-position:center center;*/}
body:not(.frontpage):before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url("../images/20250704/SUB.jpg") left 60px no-repeat;
 	background-size:cover;
}

a:hover {border-bottom:none;padding-bottom:0;}
a.moreinfo {font-size:0.9em;margin:40px auto 0;text-align:center;display:block;width:120px;padding:2px 4px;color:darkgray;border:1px solid darkgray;}

h1 {margin:30px auto;font-size:30px;font-weight:bold;letter-spacing:3px;}
h3 {display:flex;align-items:center;text-align:left;}
h3:after {border-top:1px solid darkgray;content:"";display:inline;flex-grow:1;margin-left:0.5em;}
.topSP h3:not(:first-of-type) {margin-top:30px;}

nav {width:100%;margin:60px auto 0;}
nav ul {width:100%;margin:0 auto;display:block;font-size:0;}
nav ul li {font-size:20px;display:inline-block;padding:20px 0;vertical-align:top;}
nav ul li:nth-child(1),nav ul li:nth-child(2),nav ul li:nth-child(3),nav ul li:nth-child(4),nav ul li:nth-child(5),nav ul li:nth-child(6),nav ul li:nth-child(7),nav ul li:nth-child(8),nav ul li:nth-child(9) {background:rgba(0,0,0,0.5);font-size:20px;width:100%;display:block;vertical-align:top;text-align:left;}
nav ul li:not(:last-child) {border-bottom:1px solid white;}
nav ul li a {color:white !important;letter-spacing:1px;padding:0 0 0 24px;display:block;}
nav ul li:last-child a {display:inline-block;}
nav ul li a.active {border:none;}
nav ul li a:hover {border:none;}

article {height:auto;min-height:100%;background:none;padding-top:60px;background:rgba(0,0,0,0.6);}

article.toppage {
	width:100%;
	height:100%;
	margin:0 auto;
	padding-top:60px;
	background:url("../images/20250704/TOP.jpg") 66% 60px no-repeat;
	background-size:auto calc(100% - 60px);
	position:relative;
}

section {padding-top:0;background:none;}
section.topSP {color:black;background:white;padding-top:0;text-align:left;padding:10%;}
section.topSP a {color:black;}
section.topSP:not(:last-of-type) {margin-bottom:60px;}
section.topSP dl:not(:last-of-type) {margin-bottom:20px;}

header {width:100%;height:60px;margin:0 auto;background:#c9c9c9;position:fixed;z-index:4;}
header a {display:block;width:100%;height:100%;padding:0;line-height:60px;}
header a img {vertical-align:middle;height:24px;width:auto;}
header a:hover {padding-bottom:0;}
footer {bottom:0;left:0;right:0;position:relative;text-align:center;display:block;margin:0 auto;padding:20px 0;}

.topLogoSP {margin:40px auto 80px;text-align:center;width:30%;}

.subOneColumn {width:100%;padding:5%;}
.subTwoColumns {width:100%;display:block;}
.subMenu {width:100%;display:block;}
.subMenu ul {display:none;}
.subMenu select {
	display:block;
	margin:0 auto;
	color:black;
	font-size:24px;
	padding:3px 10px;
	font-family: 'Yanone Kaffeesatz', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}
.subMenu select option:disabled {color:white;background:silver;}

.subContents {display:block;width:100%;padding:5%;}

.subContents ul.discoList {margin:0 auto 40px;}
.subContents ul.discoList li:nth-child(1) {width:40%;}
.subContents ul.discoList li:nth-child(2) {width:60%;}

.subContents .discoDetailJK {width:100%;display:block;margin:0 auto;text-align:center;}
.subContents .discoDetailJK a {width:50%;}
.subContents .discoDetailContents {width:100%;padding-left:0;display:block;}

.specialcenter {margin:0 auto !important;text-align:center !important;}
.discoSPspec {font-size:0.9em;line-height:120%;}
.credit {font-size:0.9em;line-height:120%;margin-top:30px;text-align:right;}


.topSP ul.discoList {display:table;table-layout:fixed;margin:0 auto 40px;}
.topSP ul.discoList li:nth-child(1) {display:table-cell;vertical-align:bottom;width:40%;}
.topSP ul.discoList li:nth-child(2) {display:table-cell;vertical-align:bottom;width:60%;padding-left:20px;}

.subContents ul.goodsList {margin:0 auto 40px;}
.subContents ul.goodsList li:nth-child(1) {width:50%;}
.subContents ul.goodsList li:nth-child(2) {width:50%;}

.topSP ul.goodsList {display:table;table-layout:fixed;margin:0 auto 40px;}
.topSP ul.goodsList li:nth-child(1) {display:table-cell;vertical-align:bottom;width:50%;}
.topSP ul.goodsList li:nth-child(2) {display:table-cell;vertical-align:bottom;width:50%;padding-left:20px;}

.formerror {font-size:0.9em;color:tomato;}
.formText {width:100%;}
table.contactTable {width:100%;margin:0 auto;}
table.contactTable th, table.contactTable td {width:100%;display:block;padding:0;text-align:left;}
table.contactTable td {margin-bottom:40px;}

.drawer-nav{position:fixed;z-index:2;top:0;overflow:hidden;width:16.25rem;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);transition:top .6s cubic-bezier(.19,1,.22,1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{left:0}.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);transition:left .6s cubic-bezier(.19,1,.22,1)}.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}.drawer--right .drawer-nav{right:-16.25rem;-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);transition:right .6s cubic-bezier(.19,1,.22,1)}.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}.drawer-hamburger{position:fixed;z-index:4;top:0;display:block;box-sizing:content-box;width:2rem;padding:0;padding:18px .75rem 30px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:translateZ(0);transform:translateZ(0);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);background-color:#222}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:' '}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;-ms-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}.drawer--sidebar .drawer-container{max-width:60rem}}.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:3;top:0;width:100%}.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:3;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.drawer-navbar .drawer-menu{padding:0}.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-dropdown.open>.drawer-dropdown-menu{display:block}.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}

h2.goodsh2 {margin:1.5em auto 3em;}


}

@media screen and (orientation: portrait) and (min-width: 768px) {

header {
}

body:not(.frontpage):before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url("../images/acidandroid202306PC.jpg") center top no-repeat;
 	background-size:cover;
}

article {background:none;}

article.toppage {
	width:100%;
	height:100%;
	margin:0 auto;
	padding-top:60px;
	background:url("../images/acidandroid202307PC.jpg") 30% top no-repeat;
	background-size:auto 100%;
	position:relative;
}

section {
	padding-top:60px;
	min-height:100vh !important;
	overflow-y:scroll;
}

nav ul {
	width:100%;
}

}
