
body {
    margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
}
body.fixed {
	overflow: hidden;
	padding-right: 14px;
}
@media screen and (min-width:360px) {
    *{
	    -webkit-text-size-adjust: 100%;
	}
}

.hd {
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #c6c6c6;
}
.hd .col-l {
	text-align: left;
	width: calc(50% - 21px);
	box-sizing: border-box;
	padding: 23px 0 1px 25px;
	float: left;
}
.hd .col-c {
	text-align: center;
	width: 42px;
	box-sizing: border-box;
	float: left;
}
.hd .col-r {
	text-align: right;
	box-sizing: border-box;
	width: calc(50% - 21px);
	padding: 21px 25px 1px 0;
	float: right;
}
.hd .col-r i {
	color: #000;
	font-size: 22px;
	margin-left: 8px;
}
/*
.hd .col-r i.fa-line {
	color: #28BF11;
}
.hd .col-r i.fa-instagram {
	color: #e9027B;
}
.hd .col-r i.fa-twitter-square {
	color: #5BA9F0;
}
*/
.hd .col-l h1 {
	margin: 0;
	overflow: hidden;
	line-height: 9px;
}
.hd .col-l h1 a {
	font-family: 'Khand', sans-serif;
	font-size: 13px;
	color: #262626;
	letter-spacing: 1px;
	text-decoration: none;
}

.hd .col-c .lg {
	display: block;
	margin: 6px auto 0;
	width: 36px;
	height: 36px;
	background: url(img/im_maker.png) no-repeat;
	background-size: 100%;
}
.hd .col-c .lg a {
	display: block;
	width: 100%;
	height: 100%;
}
.hd a:hover, .hd .col-c .lg:hover {
	opacity: 0.6;
}
@media screen and (max-width:640px) {
	.hd {
	    display: none;
	}
}
@media screen and (max-width:490px) {
	.hd .col-l {
	    padding-top: 6px;
	}
}
@media screen and (max-width:341px) {
	.hd .col-l {
		padding-top: 0;
	}
	.hd .col-c .lg {
		margin-top: 18px;
	}
	.hd .col-r {
		padding-top: 32px;
	}
}

#mainv {
	box-sizing: border-box;
	margin: 50px auto 20px;
	width: 100%;
    max-width: 1000px;
}
#mainv div {
	width: 100%;
	padding: 81.6% 0 0;
	background-image: url(img/bg_mainv.jpg?0724);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width:640px) {
	#mainv {
		margin-top: 0;
	}
}
#lastdays {
	text-align: center;
	font-size: 40pt;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 100%;
}
#lastdays.ver2, #lastdays.ver3 {
	margin-top: 40px;
	margin-bottom: 30px;
}
#lastdays.ver2 {
	line-height: 110%;
}
#lastdays.ver3 {
	line-height: 90%;
}
#lastdays div {
	margin: 74px 0 50px;
	font-size: 30pt;
}
#lastdays.ver2 div, #lastdays.ver3 div {
	margin-bottom: 20px;
}
#lastdays span {
	margin: 0;
    font-size: 120pt;
	letter-spacing: -6px;
}
#lastdays span.least {
	font-size: 40pt;
	letter-spacing: 5px;
}
#lastdays span.onsp {
	display: none;
	font-size: 30pt;
}
@media screen and (max-width:640px) {
	#lastdays span.onpc {
		display: none;
	}
	#lastdays span.onsp {
		display: inline;
	}
}

#intro {
	padding: 30px 20px 10px;
	text-align: center;
}
#intro .period {
	margin: 0 auto;
	width: calc(100% - 20px);
	max-width: 1000px;
	
}
#intro .period:after {
	content: "";
	display: table;
	clear: both;
}
#intro .period .left {
    float: left;
    margin: 0 30px;
    padding: 18px;
    color: #E60012;
    border: 1px solid #E60012;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
}
#intro .period .right {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	height: 108px;
}
#intro .period .date {
	text-align: left;
	color: #E60012;
	font-size: 68px;
    font-weight: bold;
    line-height: 48px;
}
#intro .period .date span {
	text-align: left;
	font-size: 30px;
}
#intro .period .att {
	font-size: 14px;
}
#intro .example {
	margin: 20px auto 50px;
    font-size: 20px;
    width: calc(100% - 20px);
    max-width: 1000px;
}
#intro .example img {
	margin: 0;
	width: 100%;
}
@media screen and (max-width: 958px) {
	#intro .example {
		font-size: 18px;
	}
}
@media screen and (max-width: 874px) {
	#intro .example {
		font-size: 16px;
	}
}
@media screen and (max-width: 790px) {
	#intro .example {
		font-size: 14px;
	}
}
@media screen and (max-width: 706px) {
	#intro .example {
		font-size: 12px;
	}
}
@media screen and (max-width: 540px) {
	#intro {
		padding-top: 20px;
	}
	#intro .example {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 380px) {
	#intro {
		padding-top: 10px;
	}
	#intro .example {
		margin-top: 10px;
		margin-bottom: 30px;
	}
}

#intro h3 {
	margin: 0;
	color: #E60012;
	font-size: 21pt;
	letter-spacing: 2px;
	line-height: 26px;
	opacity: 0;
}
#intro h3 span {
	display: block;
	margin-bottom: 12px;
	font-size: 14pt;
}
#intro img {
	margin: 40px;
}
#intro p {
	display: block;
	margin: 0;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11pt;
	letter-spacing: 2px;
	line-height: 220%;
}

#intro h4 {
	margin: 0 20px 20px;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 17px;
}
#intro .guide {
	box-sizing: border-box;
	margin: 40px auto 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: calc(100% - 40px);
    max-width: 700px;
	padding: 20px 70px;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11pt;
	letter-spacing: 2px;
	line-height: 220%;
}
@media screen and (max-width:640px) {
	#intro p, #intro .guide {
		text-align: justify;
	}
	#intro p {
		font-size: 10pt;
		line-height: 190%;
	}
    #intro .guide {
    	padding: 20px;
		font-size: 10pt;
		line-height: 190%;
	}
    #intro .guide h4, #intro .guide > div {
		text-align: center;
	}
	#intro span br {
		display: none;
	}
}
@media screen and (max-width:424px) {
	#intro {
		padding-left: 10px;
		padding-right: 10px;
	}
    #intro .guide {
    	width: 100%;
	}
}

#intro .resultnews {
	margin: 0 auto;
	width: calc(100% - 40px);
	max-width: 920px;
	color: #000;
	text-align: center;
    font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 11pt;
}
#intro .resultnews img {
	margin: 15px 0;
	width: 100%;
}
#intro .resultnews img.golden {
	box-sizing: border-box;
	margin-bottom: 30px;
	width: 64%;
}
#intro .resultnews img.silver {
	box-sizing: border-box;
	float: left;
	width: calc(50% - 25px);
}
#intro .resultnews img.bronze {
	box-sizing: border-box;
	float: right;
	width: calc(50% - 25px);
}
@media screen and (max-width:1034px) {
	#intro .resultnews {
		width: 100%;
		max-width: 600px;
		text-align: justify;
	}
	#intro .resultnews img.golden, #intro .resultnews img.silver, #intro .resultnews img.bronze {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}
}

#podium {
	margin: 30px auto 10px;
    padding: 0;
    width: 100%;
    max-width: 980px;
}
#podium:after {
	content: "";
	display: table;
	clear: both;
}
#podium > div {
	margin: 0 25px 30px;
    width: 318px;
}
#podium > div:after {
	content: "";
	display: table;
	clear: both;
}
#podium .golden {
	margin: 0 auto 30px;
	width: 592px;
}
#podium .silver {
	float: left;
	width: 440px;
}
#podium .bronze {
	float: right;
	width: 440px;
}
#podium > div > img {
	margin: 0;
}
#podium .silver > img, #podium .bronze > img {
	margin-top: 12px;
}
#podium .award {
    position: relative;
    float: left;
    margin: 5px 0 10px;
    width: 100%;
    background-size: 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#podium .award:before {
    content: '';
    display: block;
    padding-top: 75%;
    background-position: 50% 50%;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
	transition: transform 0.5s cubic-bezier(0, 0.4, 0.6, 1.0);
}

#podium .award:hover:before {
	transform: scale(1);
}
#podium .award > div {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 9px 10px 6px;
    width: 100%;
    font-size: 11pt;
    letter-spacing: 0.1em;
}
#podium .award .add {
    height: 1.5em;
    text-align: left;
	font-size: 8.5pt;
	overflow: hidden;
}
#podium .award .name {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
#podium .award .name span {
	margin-right: 6px;
	font-size: 7pt;
	white-space: nowrap;
}

#podium .interview {
	text-align: left;
	font-size: 13px;
}
#podium .interview i {
	margin-right: 8px;
}
#podium .interview .comment {
	margin-top: 5px;
}
#podium .interview .comment img {
	float: left;
	margin: 0;
}
#podium .interview .comment img:last-child {
	float: right;
	margin: 0;
	width: 73px;
	border-radius: 36.5px;
}
#podium .golden .interview .comment img:last-child {
	width: 85px;
	border-radius: 42.5px;
}
#podium .interview .comment div {
	float: left;
	margin-left: 10px;
	width: calc(100% - 188px);
	text-align: justify;
	font-size: 13px;
	line-height: 150%;
}
#podium .golden .interview .comment div {
	margin-top: 8px;
	width: calc(100% - 228px);
	font-size: 15px;
	line-height: 160%;
}
@media screen and (max-width:1034px) {
	#podium .silver, #podium .bronze {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 592px;
	}
}
@media screen and (max-width:635px) {
	#podium .golden, #podium .silver, #podium .bronze {
		width: 100%;
	}
	#podium .golden .interview .comment img, #podium .silver .interview .comment img, #podium .bronze .interview .comment img {
		width: 20%;
	}
	#podium .golden .interview .comment div, #podium .silver .interview .comment div, #podium .bronze .interview .comment div {
		margin-top: 0;
		width: 60%;
	}
	#podium .golden .interview .comment img:last-child, #podium .silver .interview .comment img:last-child, #podium .bronze .interview .comment img:last-child {
		width: 15%;
		border-radius: 50%;
	}
}
@media screen and (max-width:472px) {
	#podium .golden .interview .comment div {
		font-size: 13px;
	}
}
@media screen and (max-width:406px) {
	#podium .golden .interview .comment div, #podium .silver .interview .comment div, #podium .bronze .interview .comment div {
		font-size: 11px;
	}
}
#news {
	margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
    max-width: 1062px;
    transition: height 0.6s cubic-bezier(0.03, 0.78, 0.47, 1);
}
#news ul {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}
#news ul li {
	position: relative;
	float: left;
	margin: 0 18px 30px;
	width: 318px;
	height: 292px;
	background-size: 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s linear;
}
#news ul li:before {
	content: '';
	display: block;
	padding-top: 91.5%;
	background-position: 50% 50%;
	background-image: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
}
#news ul li:before {
	transition: transform 0.5s cubic-bezier(0, 0.4, 0.6, 1.0);
}
#news ul li:hover:before {
	transform: scale(1);
}

#news ul li > div {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 9px 10px 6px;
	width: 100%;
	font-size: 11pt;
    letter-spacing: 0.1em;
}
#news ul li .add {
    height: 1.5em;
	font-size: 8.5pt;
	overflow: hidden;
}

#news ul li .name {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
#news ul li .name span {
	margin-right: 6px;
	font-size: 7pt;
	white-space: nowrap;
}

#news > div:after {
	display: block;
	content: "";
	clear: both;
	zoom: 1;
}
#btn_more {
	display: none;
	box-sizing: border-box;
	border: 1px solid #8E8E8E;
	border-radius: 3px;
	margin: 0 auto;
	width: 200px;
	padding: 10px;
	text-align: center;
	color: #8E8E8E;
	font-size: 9pt;
	letter-spacing: 5px;
	cursor: pointer;
}
#btn_more:hover {
	opacity:0.8;
}
@media screen and (max-width:1076px) {
	#news ul li {
	    box-sizing: border-box;
	    margin: 0 12px 24px;
		width: calc(33.3% - 24px);
		height: auto;
	}
}
@media screen and (max-width:722px) {
	#news {
		margin-left: auto;
		margin-right: auto;
	    max-width: initial;
	    width: calc(100% - 20px);
	}
	#news ul li {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
		height: 290px;
	}
}

#gmapwp {
	display: none;
	position: relative;
	margin-top: 80px;
}
#gmapwp img {
	max-width: none;
}
#gmapwp .mapimg1 {
	position: absolute;
    top: 80px;
    left: 21px;
	width: 130px;
    z-index: 100;
    cursor: pointer;
}
#gmapwp .mapimg2 {
	display: block;
	position: absolute;
    bottom: 30px;
    right: 51px;
    max-height: 120px;
    z-index: 100;
    pointer-events: none;
}

#gmap {
	position: relative;
	padding: 0;
}
.mapatt {
	margin: 140px 20px 20px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 5px;
	line-height: 28px;
}
.mapatt h3 {
	margin: 0 0 60px;
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 40px;
}
.mapatt .onsp {
	display: none;
}
.mapatt .onsp a {
	margin: 0 8px;
	color: #000;
    font-size: 42px;
    margin-left: 8px;
}

.mapatt .cols {
	margin: 0 auto 40px;
	width: 100%;
	max-width: 1032px;
}
.mapatt .cols:after {
	content: "";
	display: table;
	clear: both;
}
.mapatt .cols a {
	box-sizing: border-box;
	float: left;
	display: block;
	width: 50%;
	padding-right: 10px;
	transition: opacity 0.3s;
}
.mapatt .cols a:last-child {
	float: right;
	padding-left: 10px;
	padding-right: 0;
}
.mapatt .cols a:hover {
	opacity: 0.7;
}

.mapatt .cols a img {
	width: 100%;
}

@media screen and (max-width:800px) {
	#gmapwp .mapimg2 {
		width: 180px;
	}
}
@media screen and (max-width:776px) {
	.mapatt span.onsp {
		display: inline;
	}
}
@media screen and (max-width:685px) {
	.mapatt .cols a {
		float: none;
		width: 100%;
		padding: 0 0 10px !important;
	}
}
@media screen and (max-width:640px) {
	.mapatt div.onsp {
		display: block;
		margin-top: 15px;
	}
}
@media screen and (max-width:580px) {
	#gmapwp .mapimg1 {
		display: block;
		position: initial;
		margin: 0 auto 20px;
	}
	#gmapwp .mapimg2 {
		width: 140px;
	}
}
@media screen and (max-width:540px) {
	#gmapwp {
		margin-top: 60px;
	}
	.mapatt {
		margin-top: 120px;
	}
}
@media screen and (max-width:456px) {
	.mapatt h3 {
		margin-bottom: 30px;
		font-size: 22px;
		line-height: 30px;
	}
}
@media screen and (max-width:380px) {
	#gmapwp {
		margin-top: 50px;
	}
	.mapatt {
		margin-top: 100px;
	}
}
#ft {
	background-color: #080403;
	padding: 10px 0;
	color: #fff;
}
#ft .inner {
    margin: 0 auto;
	width: calc(100% - 20px);
	height: 280px;
    max-width: 1042px;
    background-image: url(img/bg_ft.jpg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
#ft .inner > div {
	width: 50%;
	min-width: 430px;
    text-align: center;
    font-size: 20pt;
    letter-spacing: 1px;
}
#ft .inner > div h3 {
	margin: 0 0 10px;
	color: #C10505;
	font-size: 21pt;
	letter-spacing: 2px;
}
#ft .inner > div h3 span {
	font-size: 14pt;
}
#ft .copyright {
	text-align: center;
	font-size: 8pt;
	letter-spacing: 1px;
}
@media screen and (max-width:800px) {
	#ft .inner {
		height: 500px;
		background-size: 430px;
		background-position: center bottom;
	}	
	#ft .inner > div {
		margin: 0 auto;
	}
}
@media screen and (max-width:455px) {
	#ft .inner {
		height: auto;
		background-position: right bottom;
	}
	#ft .inner > div {
		box-sizing: border-box;
		padding-bottom: 220px;
		width: 100%;
		min-width: initial;
	}
}

#ft-img {
	padding-top: 7px;
	background-color: #282828;
	text-align: center;
}
#ft-img img {
	width: 100%;
	/* max-width: 960px; */
    vertical-align: bottom;
}
#ft-img img.onpc {
	display: inline;
}
#ft-img img.onsp {
	display: none;
}
#ft-img .copyright {
	margin-top: 7px;
	padding: 10px;
	background-color: #000;
	text-align: center;
	color: #999;
	font-family: 'Khand', sans-serif;
	font-size: 7pt;
	font-weight: 300;
	letter-spacing: 2px;
}
@media screen and (max-width:640px) {
	#ft-img {
		padding-top: 0;
	}
	#ft-img img.onpc {
		display: none;
	}
	#ft-img img.onsp {
		display: inline;
	}
	#ft-img .copyright {
		margin-top: 0;
		padding-bottom: 52px;
	}
}

#BlackWindow{  
	display:none;  
	background: rgba(0, 0, 0, 0.9);  
	position:fixed;  
	top:0px;  
	left:0px;  
	min-width:100%;  
	height: 100%;
	min-height:100%;  
	z-index:999; 
}  
#lightbox-panel {  
	box-sizing: border-box;
	padding: 30px;;  
	width: 100%;
	height: 100%;
	display: none;  
	z-index: 1000;  
}  
#lightbox-panel .contentwp {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	flex-direction: row;
	height: 100%;
	min-height: 100%;
}
#lightbox-panel .contentwp:before,#lightbox-panel .contentwp:after {
	content: '';
    display: block;
    -webkit-flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#lightbox-panel .content {
	width: auto;
	max-width: 100%;
	margin: auto;
	background-color: #fff;
}

#lightbox-panel .content, #lightbox-panel .list {
	display: none;
}
#lightbox-panel .content.active, #lightbox-panel .list.active {
	display: block;
}

#lightbox-panel .content .inner {
	position: relative;
	margin: 5px 5px 0;
}
#lightbox-panel .content .inner .expander {
	display: block;
	opacity: 0;
	max-width: 100%;
	max-height: 600px;
	width: 100%;
}
#lightbox-panel .content .inner #ingmap {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 600px;
	width: 100%;
	height: 100%;
	background-color: #888;
	z-index: 2;
}
#lightbox-panel .content .inner .mainimg {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 600px;
	width: 100%;
	z-index: 4;
}
#lightbox-panel .content .imginfo {
	letter-spacing: 1px;
}
#lightbox-panel .content .imginfo .col-l {
	box-sizing: border-box;
	padding: 10px 20px 5px;
	font-size: 10pt;
	letter-spacing: 1.6px;
	cursor: pointer;
}
#lightbox-panel .content .imginfo .col-l i {
	display: block;
	width: 22px;
    margin: 4px 0 0;
    float: left;
    clear: both;
}
#lightbox-panel .content .imginfo .col-l i.fa-map-marker-alt {
	box-sizing: border-box;
	padding-left: 2px;
}
#lightbox-panel .content .imginfo .col-l span {
	display: block;
    margin: 0 0 2px 22px;
    padding: 0;
}

#lightbox-panel .content .imginfo .fa-map-marker-alt {
	margin-left: 2px;
}
#lightbox-panel .content .imginfo .col-l:hover .fa-map-marker-alt, #lightbox-panel .content .imginfo .fa-map-marker-alt.active {
	color: #E02859;
}
#lightbox-panel .content .imginfo .col-r {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	box-sizing: border-box;
	padding: 0 20px 10px;
	font-size: 14pt;
}
#lightbox-panel .content .imginfo .col-r span {
	font-size: 10.5pt;
}

#lightbox-panel .list {
	margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
    max-width: 1062px;
}
#lightbox-panel .list .ttl {
	margin-left: 13px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 28px;
}
#lightbox-panel .list .box {
    height: calc(100% - 42px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
#lightbox-panel .list ul {
	list-style-type: none;
	margin: -24px 0 0;
	padding: 0;
}
#lightbox-panel .list ul li {
	position: relative;
	float: left;
	margin: 24px 13px 0;
	width: calc(12.5% - 26px);
	height: calc(12.5% - 26px);
	background-size: 0 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0;
	transition: opacity 0.4s linear;
}
#lightbox-panel .list ul li:before {
	content: '';
	display: block;
	padding-top: 91.5%;
	background-position: 50% 50%;
	background-image: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1.1);
}
#lightbox-panel .list ul li:before {
	transition: transform 0.5s cubic-bezier(0, 0.4, 0.6, 1.0);
}
#lightbox-panel .list ul li:hover:before {
	transform: scale(1);
}

#lightbox-panel .list .box::-webkit-scrollbar {
    width: 10px;
}

#lightbox-panel .list .box::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
}

#lightbox-panel .list .box::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  box-shadow:0 0 0 1px rgba(110, 110, 110, 1.0);
}

.boxclose {
	position: fixed;
	top: 15px;
	right: 10px;
	width: 32px;
	z-index: 100;
	cursor: pointer;
}
@media screen and (max-width:1260px) {
	#lightbox-panel .list ul li {
		width: calc(14.285% - 26px);
		height: calc(14.285% - 26px);
	}
}
@media screen and (max-width:940px) {
	#lightbox-panel .list ul li {
		width: calc(16.666% - 26px);
		height: calc(16.666% - 26px);
	}
}
@media screen and (max-width:860px) {
	#lightbox-panel .list ul li {
		width: calc(20% - 26px);
		height: calc(20% - 26px);
	}
}
@media screen and (max-width:780px) {
	#lightbox-panel .list ul li {
		width: calc(25% - 26px);
		height: calc(25% - 26px);
	}
}
@media screen and (max-width:720px) {
	html {
		overflow-y: scroll;
	}
	#BlackWindow{  
		overflow: scroll;
		background-color: #000;
	}  
	#lightbox-panel {  
		padding: 0;  
	}
	#lightbox-panel.listmode {
		padding: 30px;  
	}
	#lightbox-panel .contentwp {
		padding-bottom: 0;
	}
	#lightbox-panel .contentwp:before,#lightbox-panel .contentwp:after {
	    -webkit-flex-basis: 0;
	    -ms-flex-preferred-size: 0;
	    flex-basis: 0;
	}
	#lightbox-panel .content .imginfo .col-l, #lightbox-panel .content .imginfo .col-r {
		float: none;
		width: 100%;
	}
	body.fixed {
	  /*position: fixed;*/
	  width: 100%;
	  height: 100%;
	  padding: 0;
	}
}
@media screen and (max-width:640px) {
	#lightbox-panel.listmode {
		padding: 30px 5px;  
	}
}
@media screen and (max-width:530px) {
	#lightbox-panel .list ul li {
		width: calc(33.333% - 26px);
		height: calc(33.333% - 26px);
	}
}
@media screen and (max-width:400px) {
	#lightbox-panel .list ul li {
		margin: 12px 7px 0;
		width: calc(33.333% - 14px);
		height: calc(33.333% - 14px);
	}
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

#rwdwp {
	position: fixed;
	right: 12px;
	bottom: 14px;
	width: 48px;
	height: 48px;
    z-index: 120;
}
#rwd {
    border-radius: 24px;
    background-image: url(img/btn_page.png?180723);
    background-color: #E60012;
    background-size: 48px auto;
    opacity: 0;
    transition: opacity 0.7s;
}
#rwd a {
	color: #479fd2;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    padding: 0;
    display: table-cell;
}

#thankyoumes {
	width: calc(100% - 20px);
	max-width: 560px;
	margin: 80px auto 0;
}
#thankyoumes img {
	width: 100%;
	height: auto;
}
#thankyoumes span {
	display: inline-block;
}
p.thankyoutxt {
	margin: 15px 0 25px;
	font-size: 11pt;
	letter-spacing: 1px;
	line-height: 200%;
}

p.title {
	text-align: right;
	font-size: 13pt;
	line-height: 200%;
	letter-spacing: 1px;
}
.sml {
	font-size: 9pt;
}
