@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans CJK JP Light';
    font-style: normal;
    font-weight: 200;
    src: url('/font/NotoSansCJKjp-Light.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Light.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Light.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Regular';
    font-style: normal;
    font-weight: 400;
    src: url('/font/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Regular.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
    font-family: 'Noto Sans CJK JP Bold';
    font-style: normal;
    font-weight: 700;
    src: url('/font/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('/font/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('/font/NotoSansCJKjp-Bold.ttf')  format('truetype'),
         url('/font/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
body{
	*font-size:small;
	*font:x-small;
	font-size:13px;
	line-height:1.75;
	color: #4A5564;
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background:#fff;
	-webkit-text-size-adjust:100%;
}
body *,
body *::before,
bory *::after{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:1.75;
	font-weight: normal;
}
li{
	list-style-type:none;
}
table{
	border-collapse:collapse;
}
a:link,a:visited{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}
a{
  outline:none;
	transition:opacity 0.2s;
	-webkit-tap-highlight-color:transparent;
}
img{
	vertical-align:top;
	border:0;
	max-width:100%;
	height:auto;
	backface-visibility:hidden;
}
input, 
textarea, 
select,
button,
label{
	font-feature-settings:"palt";
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: normal;
  outline:none;
	-webkit-tap-highlight-color:transparent;
}

#wrap{
	position:relative;
	text-align:left;
	overflow:hidden;
}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 110px;
	background: #fff;
}
header::after{
	content: "";
	display: block;
	clear: both;
}
#menuBtn{
	display: block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 103;
	transform: translate(0%,-50%);
	cursor: pointer;
}
#menuBtn::before,
#menuBtn::after{
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #3a4351;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform .2s;
}
#menuBtn::before{
	transform: translate(-50%,-14px);
}
#menuBtn::after{
	transform: translate(-50%,10px);
}
#menuBtn.active::before{
	transform: translate(-50%,-50%) rotate(45deg);
}
#menuBtn.active::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
#menuBtn span{
	font-size: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: #3a4351;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#menuBtn.active span{
	display: none;
}
/* @media only screen and (max-width:980px) {
	header{
		padding: 30px 30px 20px;
	}
}
@media only screen and (max-width:768px) {
	header{
		padding: 20px;
	}
	#menuBtn{
		display: none;
		width: 30px;
		height: 30px;
		background: #3A4351;
		position: absolute;
		top: 50%;
		right: 20px;
		z-index: 103;
		transform: translate(0%,-50%);
		border-radius: 4px;
		cursor: pointer;
	}
	.login #menuBtn{
		display: block;
	}
	.login.dashboard #menuBtn{
		display: block;
	}
	#menuBtn::before,
	#menuBtn::after{
		content: "";
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transition: transform .2s;
	}
	#menuBtn::before{
		transform: translate(-50%,-8px);
	}
	#menuBtn::after{
		transform: translate(-50%,6px);
	}
	#menuBtn.active::before{
		transform: translate(-50%,-1px) rotate(45deg);
	}
	#menuBtn.active::after{
		transform: translate(-50%,-1px) rotate(-45deg);
	}
	#menuBtn span{
		font-size: 0;
		display: block;
		width: 22px;
		height: 2px;
		background: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#menuBtn.active span{
		display: none;
	}
} */
@media only screen and (max-width:768px) {
	header{
		height: 80px;
	}
}
/* galleryTtl */
#galleryTtl{
	position: absolute;
	top: 50%;
	left: 30px;
	font-size: 0;
	line-height: 1;
	width: 70px;
	transform: translate(0%,-50%);
}
#galleryTtl::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 69.6428%;
	background: url("/common/img/logo.svg") no-repeat center;
	background-size: 100%;
}
@media only screen and (max-width:768px) {
	#galleryTtl{
		width: 50px;
		left: 20px;
	}
}

/* galleryName */
#galleryName{
	font-size: 14px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translate(0%,-50%);
	z-index: 102;
	max-width: 20em;
}
@media only screen and (max-width:768px) {
	#galleryName{
		display: none;
	}
}
#galleryNameSp{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#galleryNameSp{
	display: none;
}


/* menu */
#menu{
	position: absolute;
	top: 110px;
	right: 0;
	width: 380px;
	height: calc(100vh - 180px);
	background: rgba(255,255,255,1.0);
	transform: translate(100%,0%);
	transition: transform .5s;
	color: #3a4351;
}
#menuBtn.active + #menu{
	transform: translate(0%,0%);
}
#menu .inner{
	height: 100%;
	padding: 50px;
	overflow-y: auto;
}
#menu #menuName{
	font-size: 14px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
}
#menu #menuMail{
	display: block;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 5px;
}
#menu ul{
	display: block;
	margin-top: 40px;
}
#menu li{
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 30px;
}
#menu li:first-child{
	margin-top: 0;
}
#menu li.current{
	position: relative;
}
#menu li.current::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #3a4351;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
#menu li a,
#menu li button{
	display: block;
	color: #3a4351;
}
#menu li button{
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
@media only screen and (max-width:980px) {
	#menu{
		height: calc(100vh - 110px);
	}
	#menu .inner{
		padding-bottom: 100px;
	}
}
@media only screen and (max-width:768px) {
	#menu{
		position: fixed;
		width: 280px;
		top: 80px;
		height: calc(100% - 150px);
	}
	#menu .inner{
		padding: 20px 20px 40px;
	}
	#menu #menuName{
		margin-top: 20px;
	}
}

/* userBar */
#userBar{
	position: absolute;
	top: 50%;
	right: 100px;
	font-size: 0;
	transform: translate(0%,-50%);
}
#userId{
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	height: 50px;
	margin-right: 20px;
	text-align: center;
}
.dashboard #userId{
	display: inline-block;
}
#userId a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #3a4351;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 0.08em;
}
#logout{
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	height: 50px;
	border: none;
	border-radius: 3px;
	background: #3a4351;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 0.08em;
	text-align: center;
	cursor: pointer;
}
.login #logout{
	display: inline-block;
}
#userBarSp{
	display: none;
}
@media only screen and (max-width:980px) {
	#userBar{
		display: none;
	}
	#userBarSp{
		display: block;
		margin-top: 40px;
	}
	#userIdSp{
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
	}
	#userIdSp a{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 3px;
		background: #3a4351;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 0.08em;
	}
	#logoutSp{
		display: block;
		margin-top: 20px;
		width: 100%;
		height: 50px;
		border: none;
		border-radius: 3px;
		background: #3a4351;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		letter-spacing: 0.08em;
		text-align: center;
		cursor: pointer;
	}
}
#container{
	display: table;
	width: 100%;
	/* max-width: 1440px; */
	height: 100vh;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #f2f2f2;
}
#container::after{
	content: "";
	display: block;
	clear: both;
}
.login.dashboard #container{
	position: relative;
	background: #f2f2f2;
}
#contents{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 100px 80px;
}
.login #contents{
	padding: 100px 70px;
}
.login.dashboard #contents{
	/* display: block;
	padding: 160px 70px 100px; */
}
#contents::after{
	content: "";
	display: block;
	clear: both;
}
@media only screen and (max-width:768px) {
	#contents{
		padding: 80px 20px 100px;
	}
	.login #contents{
		padding: 80px 20px 100px;
	}
	.login.dashboard #contents{
		display: block;
		padding: 91px 20px 100px;
	}
}
@media only screen and (max-width:520px) {
	#contents{
		padding: 80px 20px 120px;
	}
	.login #contents{
		padding: 80px 20px 120px;
	}
}

#firebaseui-auth-container{
	background: #f2f2f2;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 70px;
	border-radius: 4px;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.05);
	opacity: 0;
	transition: opacity .5s;
}
.mdl-js #firebaseui-auth-container{
	opacity: 1;
}
#firebaseui-auth-container h1{
	font-size: 28px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #3A4351;
	margin-bottom: 50px;
	letter-spacing: 0.08em;
	padding: 0;
	text-align: center;
}
#firebaseui-auth-container .firebaseui-container{
	max-width: 490px;
	margin: 0 auto;
	color: #000;
	background: transparent;
	box-shadow: none;
}
#firebaseui-auth-container .firebaseui-card-content{
	padding: 0;
}
#firebaseui-auth-container .firebaseui-idp-list{
	margin: 0;
}
#firebaseui-auth-container .firebaseui-idp-list > .firebaseui-list-item:first-child{
	display: none;
}
#firebaseui-auth-container .firebaseui-idp-button{
	box-shadow: none;
	background: #3A4351;
	color: #fff;
	font-size: 0;
	width: 100%;
	max-width: 240px;
	height: 50px;
	padding: 0;
	border-radius: 4px;
}
#firebaseui-auth-container .firebaseui-idp-button span{
	display: none;
}
#firebaseui-auth-container .firebaseui-idp-button::before{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.08em;
	text-align: center;
}
#firebaseui-auth-container .firebaseui-idp-google::before{
	content: "googleでサインイン";
}
#firebaseui-auth-container .firebaseui-idp-password::before{
	content: "サインインまたは登録";
}
#firebaseui-auth-container .firebaseui-card-footer{
	padding: 0;
	margin-top: 60px;
}
#firebaseui-auth-container .firebaseui-tos{
	color: #333;
	margin: 0;
}
#firebaseui-auth-container .firebaseui-tos .firebaseui-link{
	color: #3A4351;
}
#firebaseui-auth-container .firebaseui-card-header{
	padding: 0;
	margin: 0;
	border: none;
}
#firebaseui-auth-container .mdl-textfield{
	display: block;
	padding: 0;
	position: relative;
}
#firebaseui-auth-container .mdl-textfield::after{
	content: "";
	display: block;
	width: 37px;
	height: 37px;
	background: url(/common/img/ico_mail.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 28px;
	left: 16px;
}
#firebaseui-auth-container .firebaseui-id-page-password-sign-in .mdl-textfield:nth-child(3)::after{
	background: url(/common/img/ico_pw.svg) no-repeat center center;
	background-size: 100%;
}
#firebaseui-auth-container .firebaseui-id-page-password-sign-up .mdl-textfield:nth-child(3)::after{
	display: none;
}
#firebaseui-auth-container .firebaseui-new-password-component .mdl-textfield::after{
	background: url(/common/img/ico_pw.svg) no-repeat center center;
	background-size: 100%;
}
#firebaseui-auth-container .mdl-textfield__label{
	position: relative;
	top: 0;
	font-size: 13px;
	line-height: 1.75;
	color: #000;
}
#firebaseui-auth-container .mdl-textfield__label::after{
	display: none;
}
#firebaseui-auth-container .mdl-textfield__input{
	border: none;
	width: 100%;
	height: 50px;
	border-radius: 4px;
	font-size: 20px;
	padding: 10px 60px 10px 80px;
	background: #fff;
}
#firebaseui-auth-container .firebaseui-new-password-component{
	display: block;
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-id-password-toggle{
	opacity: 1;
	position: absolute;
	top: 32px;
	right: 16px;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	cursor: pointer;
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-input-toggle-on{
	background-image: url(/common/img/ico_eye.svg);
}
#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-input-toggle-off{
	background-image: url(/common/img/ico_eye_off.svg);
}
#firebaseui-auth-container .firebaseui-card-actions{
	margin: 40px auto 0;
	padding: 0;
}
#firebaseui-auth-container .firebaseui-text-input-error{
	margin: 10px 0 0;
	color: #ff0000;
}
#firebaseui-auth-container .firebaseui-button{
	box-shadow: none;
	border-radius: 4px;
	width: 240px;
	height: 50px;
	background: #3A4351;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	margin-left: 10px;
	font-family: "Noto Sans CJK JP Regular","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	text-align: center;
	border: none;
}
#firebaseui-auth-container .firebaseui-button:first-child{
	margin-left: 0;
}
@media only screen and (max-width:768px) {
	#firebaseui-auth-container{
		padding: 30px 20px;
	}
	#firebaseui-auth-container h1{
		font-size: 22px;
		margin-bottom: 30px;
	}
	#firebaseui-auth-container .firebaseui-text{
		font-size: 14px;
		margin-bottom: 20px;
	}
	#firebaseui-auth-container .firebaseui-idp-button::before{
		font-size: 14px;
	}
	.mdl-textfield{
		font-size: 14px;
	}
	#firebaseui-auth-container .mdl-textfield::after{
		width: 28px;
		height: 28px;
		top: 32px;
	}
	#firebaseui-auth-container .mdl-textfield__input{
		font-size: 16px;
		padding: 10px 50px 10px 60px;
	}
	#firebaseui-auth-container .firebaseui-new-password-component .firebaseui-id-password-toggle{
		top: 35px;
		right: 10px;
    width: 24px;
    height: 24px;
	}
	#firebaseui-auth-container .firebaseui-card-actions{
		margin: 30px auto 0;
		font-size: 12px;
	}
	#firebaseui-auth-container .firebaseui-button{
		font-size: 14px;
	}
	#firebaseui-auth-container .firebaseui-card-footer{
		margin-top: 40px;
	}
}
@media only screen and (max-width:620px) {
	#firebaseui-auth-container .firebaseui-card-actions{
		display: block;
	}
	#firebaseui-auth-container .firebaseui-form-actions{
		display: block;
	}
	#firebaseui-auth-container .firebaseui-button{
		width: 100%;
		max-width: 240px;
		display: block;
		margin: 10px auto 0;
	}
	#firebaseui-auth-container .firebaseui-button:first-child{
		margin: 0 auto;
	}
	#firebaseui-auth-container .firebaseui-form-links{
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

main {
  display: none;
}

/* subscribe */
#subscribe{
  display: none;
}
.product{
	color: #3a4351;
}
.product img {
	display: none;
}
.product h2{
	font-size: 44px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
}
.product .description{
	font-size: 18px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
	margin-top: 20px;
}
.product .priceSelect{
	font-size: 0;
	text-align: center;
}
.product .priceInterval{
	display: inline-block;
	vertical-align: bottom;
	font-size: 50px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	transform: translateY(-64px);
}
.product select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	font-size: 118px;
	line-height: 2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #3a4351;
	border: none;
	vertical-align: top;
	padding: 0;
	margin: -50px 0 0;
	pointer-events: none;
	position: relative;
	z-index: -1;
}
.product select::-ms-expand {
	display: none;
}
.product .priceSelect + p{
	display: block;
	font-size: 24px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
	margin-left: 0.5em;
	margin-top: -30px;
}
.product input {
  border: 1px solid #039be5;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0.25rem;
}
.product button{
	width: 430px;
	height: 80px;
	margin: 5px auto 0;
	background: #3A4351;
	border: none;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #fff;
	border-radius: 4px;
	padding: 0;
	cursor: pointer;
}
.product .description2{
	margin-top: 20px;
}
.product .description2 .spOnly{
	display: none;
}
.product .description2 p:first-child{
	font-size: 13px;
	line-height: 2;
}
.product .description2 p:last-child{
	font-size: 20px;
	line-height: 2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
	margin-top: 15px;
}
@media only screen and (max-width:768px) {
	.product h2{
		font-size: 28px;
	}
	.product .description{
		font-size: 13px;
		margin-top: 10px;
	}
	.product .priceInterval{
		font-size: 28px;
		transform: translateY(-32px);
	}
	.product select{
		font-size: 60px;
		margin: -20px 0 0;
	}
	.product .priceSelect + p{
		font-size: 17px;
		margin-top: -15px;
	}
	.product button{
		width: 100%;
		max-width: 320px;
		height: 60px;
		font-size: 22px;
	}
	.product .description2{
		margin-top: 15px;
	}
	.product .description2 p:first-child{
		font-size: 12px;
	}
	.product .description2 p:last-child{
		font-size: 15px;
		margin-top: 10px;
	}
}
@media only screen and (max-width:420px) {
	.product .description2 .spOnly{
		display: block;
	}
}

.authenticate{
	display: none;
	background: #f2f2f2;
	width: 100%;
	max-width: 700px;
	min-height: 260px;
	margin: 0 auto;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 2px 2px 8px 0 rgb(0,0,0,0.05);
}
.authenticateFirst{
	display: table-cell;
	vertical-align: middle;
	padding: 100px 40px 40px;
	text-align: center;
}
.authenticateLast{
	display: none;
	vertical-align: middle;
	padding: 40px;
	text-align: center;
}
.authenticate button{
	box-shadow: none;
	background: #3A4351;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: center;
	width: 100%;
	max-width: 240px;
	height: 50px;
	padding: 0;
	border-radius: 4px;
	margin:0 auto 50px;
	cursor: pointer;
}
.authenticate p{
	font-size: 13px;
	line-height: 2;
}
.authenticate p a{
	text-decoration: underline;
}
@media only screen and (max-width:768px) {
	.authenticate{
		min-height: 0;
	}
	.authenticateFirst{
		padding: 30px 20px;
	}
	.authenticateLast{
		padding: 30px 20px;
	}
	.authenticate button{
		font-size: 14px;
	}
	.authenticate p{
		font-size: 12px;
	}
}

/* my-subscription */
#my-subscription {
  display: none;
}
#dashboardTtl{
	text-align: left;
}
#dashboardTtl h1{
	font-size: 28px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.08em;
}
#dashboardTtl h1 span{
	display: inline-block;
	padding-right: 0.5em;
	margin-right: 0.5em;
	position: relative;
}
#dashboardTtl h1 span::after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
}
#dashboardTtl p{
	font-size: 13px;
	line-height: 1.5;
	margin-top: 20px;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#dashboardList{
	margin: 50px auto 0;
	background: #f2f2f2;
	padding: 80px 0;
	border-radius: 4px;
	margin: 0 auto;
	max-width: 970px;
}
#dashboardList ul{
	font-size: 0;
}
#dashboardList ul li{
	display: inline-block;
	vertical-align: top;
	width: 25.0%;
	margin-top: 170px;
	text-align: center;
}
#dashboardList ul li:nth-child(-n+4){
	margin-top: 0;
}
#dashboardList ul li a,
#dashboardList ul li button{
	display: block;
	max-width: 240px;
	border: none;
	padding: 30px 0;
	margin: 0 auto;
	cursor: pointer;
	background: #f2f2f2;
	transition: opacity .2s;
}
#dashboardList ul li a:hover,
#dashboardList ul li button:hover{
	opacity: 0.7;
}
#dashboardList ul li .thumb{
	width: 152px;
	margin: 0 auto 25px;
}
#dashboardList ul li .thumb::before{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
#dashboardList ul li.artist .thumb::before{
	/* background-image: url("/common/img/ico_artist.svg"); */
	background-image: url("/common/img/icon_artist.png");
}
#dashboardList ul li.works .thumb::before{
	/* background-image: url("/common/img/ico_works.svg"); */
	background-image: url("/common/img/icon_works.png");
}
#dashboardList ul li.exhibition .thumb::before{
	background-image: url("/common/img/icon_exhibition.png");
}
#dashboardList ul li.type .thumb::before{
	/* background-image: url("/common/img/ico_type.svg"); */
	background-image: url("/common/img/icon_gallery.png");
}
#dashboardList ul li strong{
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Bold","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #4A5564;
}
#dashboardList ul li span{
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 10px;
	color: #4A5564;
}
@media only screen and (max-width:768px) {
	#dashboardTtl h1{
		font-size: 22px;
	}
	#dashboardTtl h1 span::after{
		height: 24px;
	}
	#dashboardTtl p{
		margin-top: 15px;
	}
	#dashboardList{
		margin-top: 30px;
		padding: 40px;
	}
	#dashboardList ul li{
		width: 50%;
		margin-top: 40px;
	}
	#dashboardList ul li:nth-child(3){
		/* margin-top: 40px; */
	}
	#dashboardList ul li a, #dashboardList ul li button{
		padding: 20px 0;
	}
	#dashboardList ul li strong{
		font-size: 18px;
	}
}
@media only screen and (max-width:560px) {
	#dashboardList ul li{
		width: 100%;
	}
	#dashboardList ul li:nth-child(2){
		margin-top: 40px;
	}
}
@media only screen and (max-width:440px) {
	#dashboardTtl h1{
		text-align: center;
	}
	#dashboardTtl h1 span{
		display: block;
		padding-right: 0;
		margin-right: 0;
	}
	#dashboardTtl h1 span::after{
		width: 30px;
    height: 1px;
    position: relative;
    top: 0;
    right: auto;
    transform: translate(0%,0%);
    margin: 10px auto;
	}
	#dashboardTtl p{
		text-align: center;
	}
}

/* Test card number */
.test-card-notice {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.card-number {
  display: inline;
  white-space: nowrap;
  font-family: Menlo, Consolas, monospace;
  color: #3c4257;
  font-weight: 500;
}
.card-number span {
  display: inline-block;
  width: 4px;
}


/* footer */
/* footer */
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	padding: 20px;
	background: #3a4351;
	z-index: 102;
}
.oneColumn footer{
	position: absolute;
}
footer ul{
	font-size: 0;
}
footer li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #fff;
}
footer li:last-child{
	margin-right: 0;
}
footer li::after{
	content: "｜";
	display: inline-block;
}
footer li:last-child::after{
	display: none;
}
footer li a:link,
footer li a:visited{
	color: #fff;
}
footer p{
	font-size: 10px;
	line-height: 1.2;
	font-family: "Noto Sans CJK JP Light","MS Pゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #fff;
}
@media only screen and (max-width:768px) {
	/* footer{
		z-index: 99;
	} */
}