@charset "UTF-8";

/* ==================================================
FONT
================================================== */
html { font-size: 62.5%; overscroll-behavior: none; }

body,
#allWrap {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #e7e8b6;

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior: none;

	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*
--- WEB FONTS ---
秀英明朝 Pr6N： https://fonts.adobe.com/fonts/dnp-shuei-mincho-pr6n
Vincente https://fonts.adobe.com/fonts/vincente

■秀英明朝 Pr6N - L
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 400;

■秀英明朝 Pr6N - B
font-family: dnp-shuei-mincho-pr6n,sans-serif;
font-weight: 600;

■Vincente - SemiBold
font-family: vincente, serif;
font-weight: 600;
*/

.fontJp {
	font-family: dnp-shuei-mincho-pr6n,sans-serif;
	font-weight: 400;
}

.fontEn {
	font-family: vincente, serif;
	font-weight: 600 !important;
}

/* Regular */ .fw400 { font-weight: 400; }
/* Medium */ /*.fw500 { font-weight: 500; }*/
/* Bold */ .fw600 { font-weight: 600; }
/* Bold */ /*.fw700 { font-weight: 700; }*/

/* ==================================================
LINK
================================================== */
a:link { text-decoration: none; color: inherit; }
a:visited { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; color: inherit; }
a:active { text-decoration: none; color: inherit; }
:focus { outline: 0; }

a.txtLink:link { text-decoration: underline; color: inherit; }
a.txtLink:visited { text-decoration: underline; color: inherit; }
a.txtLink:hover { text-decoration: none; color: inherit; }
a.txtLink:active { text-decoration: none; color: inherit; }

a img { transition: all 0.4s ease-out 0s; }
/*a:hover img { opacity: 0.6; }*/

/* ==================================================
VIEW SWITCH
================================================== */

/* View Switch
------------------------------ */
@media screen and (min-width: 901px) {
	.spOnly { display: none !important; }
}

@media screen and (max-width: 900px) {
	.pcOnly { display: none !important; }
}


/* ==================================================
PAGE BASE
================================================== */
body {
	background-color: #000;
}

#allWrap {
	text-align: center;
	overflow: hidden;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 320px;
}

#allWrap::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	background: #052620;
}

.subPage #allWrap::before {
	height: 260px;
}

@media screen and (max-width: 900px) {
	#allWrap::before {
		height: 400px;
	}
}

#allWrap::after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_pattern.jpg") repeat top center;
	z-index: -2;
}

img, svg { display: block;  margin: 0 auto; }

p {}

p:not(:last-child) { margin-bottom: 1.5em; }

i, em { display: inline-block; }


/* ==================================================
GLOBAL NAVIGATION
================================================== */
@media screen and (min-width: 901px) {
	#globalNav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: #052620;		
		z-index: 10000;
		box-shadow: 0 0 10px rgba(0,0,0,0.6);
	}
	
	#globalNav::after {
		content: "";
		position: absolute;
		bottom: 3px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e7e8b6;
	}

	#globalNav .inner {
		height: 100%
	}

	#globalNav a {
		/*color: #bcae80;*/
	}

	#menuWrap {
		height: 100%;
		padding: 0 3% 4px;
	}

	#hamburgerBtn {
		display: none;
	}

	#hamburgerBtn a {}

	#hamburgerBtn a::before {}

	#hamburgerBtn a::after {}

	#menuWrap .menuList {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
		flex-direction: row;
		width: 100%;
		height: 100%;
		font-family: vincente, serif;
		font-weight: 600;
		font-size: 2.8rem;
		letter-spacing: 0.08em;
		max-width: 640px;
		margin: 0 auto;
	}

	#menuWrap .menuList li {
		/*! margin-right: 25px; */
	}

	/*#menuWrap .menuList li:nth-of-type(1) {
		order: 2;
	}

	#menuWrap .menuList li:nth-of-type(2) {
		order: 3;
	}

	#menuWrap .menuList li:nth-of-type(3) {
		order: 4;
	}

	#menuWrap .menuList li:nth-of-type(4) {
		order: 5;
	}

	#menuWrap .menuList li:nth-of-type(5) {
		order: 1;
	}*/

	/* NEW ICON */
	/*#menuWrap .menuList li:nth-of-type(2),
	#menuWrap .menuList li:nth-of-type(3),
	#menuWrap .menuList li:nth-of-type(4) {
		position: relative;
	}
	#menuWrap .menuList li:nth-of-type(2)::after,
	#menuWrap .menuList li:nth-of-type(3)::after,
	#menuWrap .menuList li:nth-of-type(4)::after {
		content: "NEW";
		color: #fff;
		font-size: 1.2rem;
		background: #d41c1c;
		line-height: 1;
		position: absolute;
		bottom: -18px;
		left: 0;
		right: 0;
		text-align: center;
		width: 40px;
		height: 13px;
		margin: 0 auto;
	}*/
	/**/

	#menuWrap .menuList li a {
		display: block;
		padding: 5px 10px;
		color: #e7e8b6;
		transition: all 0.4s ease-out 0s;
	}
	
	#menuWrap .menuList li a:hover {
		color: #e2bd6b;
	}

	#menuWrap .menuList li.comingsoon a {
		pointer-events: none;
		opacity: 0.3;
	}

	#menuWrap .menuList li.current a,	
	.topPage #menuWrap .menuList li:nth-of-type(1),	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a,	
	.messagePage #menuWrap .menuList li:nth-of-type(6) a {
		pointer-events: none;
		opacity: 0.5;
	}
}

@media screen and (max-width: 900px) {
	#globalNav {
		font-family: vincente, serif;
		font-weight: 600;
		font-size: 2.4rem;
		letter-spacing: 0.08em;
	}

	#globalNav a {
		/*color: #e7e8b6;*/
	}

	#menuWrap {
		height: 100%;
	}

	#hamburgerBtn {
		height: 60px;
		width: 60px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10002;
		transition: all 0.6s ease-out 0s;
		padding: 4px;
		border: 1px solid #7e704c;
		background: #021a16;
	}

	#hamburgerBtn a {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
		background: #021a16;
		border: 3px solid #7e704c;
	}

	#hamburgerBtn a::before,
	#hamburgerBtn a::after {
		content: "";
		width: 24px;
		height: 1px;
		display: block;
		background: #bcae80;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		transition: all 0.6s ease-out 0s;
	}

	#hamburgerBtn a::before {
		top: calc(50% - 4px);
	}

	#hamburgerBtn a::after {
		top: calc(50% + 4px);
	}

	.menuOpen #hamburgerBtn a::before {
		top: calc(50% + 0px);
		transform: rotate(225deg);
		width: 26px;
	}

	.menuOpen #hamburgerBtn a::after {
		top: calc(50% + 0px);
		transform: rotate(315deg);
		width: 26px;
	}

	#menuWrap .menuList {
		position: fixed;
		width: 200px;
		right: -221px;
		top: 62px;
		z-index: 9998;
	}

	#menuWrap.menuOpen .menuList {}

	#menuWrap.menuOpen .menuList {}

	#menuWrap .menuList li {
		height: 42px;
		margin-bottom: 2px;
		transform: translateX(0px);
	}

	#menuWrap .menuList li:nth-of-type(1) {
		transition: transform 0.8s ease 0.0s;
	}

	#menuWrap .menuList li:nth-of-type(2) {
		transition: transform 0.8s ease 0.2s;
	}

	#menuWrap .menuList li:nth-of-type(3) {
		transition: transform 0.8s ease 0.4s;
	}

	#menuWrap .menuList li:nth-of-type(4) {
		transition: transform 0.8s ease 0.6s;
	}

	#menuWrap .menuList li:nth-of-type(5) {
		transition: transform 0.8s ease 0.8s;
	}

	#menuWrap .menuList li:nth-of-type(6) {
		transition: transform 0.8s ease 1s;
	}

	#menuWrap.menuOpen .menuList li:nth-of-type(1),
	#menuWrap.menuOpen .menuList li:nth-of-type(2),
	#menuWrap.menuOpen .menuList li:nth-of-type(3),
	#menuWrap.menuOpen .menuList li:nth-of-type(4),
	#menuWrap.menuOpen .menuList li:nth-of-type(5),
	#menuWrap.menuOpen .menuList li:nth-of-type(6) {
		transform: translateX(-221px);
	}

	/* NEW ICON */
	/*#menuWrap .menuList li:nth-of-type(2),
	#menuWrap .menuList li:nth-of-type(4) {
		position: relative;
	}
	#menuWrap .menuList li:nth-of-type(2)::after,
	#menuWrap .menuList li:nth-of-type(4)::after {
		content: "NEW";
		color: #fff;
		font-size: 1.2rem;
		background: #d41c1c;
		line-height: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		text-align: center;
		width: 40px;
		height: 13px;
		margin: auto 0;
		z-index: 1;
	}*/
	/**/

	#menuWrap .menuList li a {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
		width: 100%;
		height: 100%;
		padding-left: 25px;
		background: #11463c;
		position: relative;
		color: #e7e8b6;
	}
	
	#menuWrap .menuList li a::before {
		content: "";
		position: absolute;
		top: 4px;
		left: 6px;
		width: 6px;
		height: calc(100% - 8px);
		background-color: #e7e8b6;
		transition: all 0.4s ease-out 0s;
	}

	#menuWrap .menuList li a:hover {
		color: #e2bd6b;
	}

	#menuWrap .menuList li a:hover:before {
		background-color: #e2bd6b;
	}

	#menuWrap .menuList li:nth-of-type(odd) a {
		background: #24594f;
	}

	#menuWrap .menuList li.comingsoon a,
	#menuWrap .menuList li.current a {
		pointer-events: none;
		color: rgba(231, 232, 182, 0.4);
	}
	
	.topPage #menuWrap .menuList li:nth-of-type(1) {
		pointer-events: none;
		color: rgba(231, 232, 182, 0.4);
	}
	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a {
		pointer-events: none;
		color: rgba(231, 232, 182, 0.4);
	}
	
	.archivelistPage #menuWrap .menuList li:nth-of-type(3) a::before {
		background-color: rgba(231, 232, 182, 0.4);
	}
	
	.messagePage #menuWrap .menuList li:nth-of-type(6) a {
		pointer-events: none;
		color: rgba(231, 232, 182, 0.4);
	}
	
	.messagePage #menuWrap .menuList li:nth-of-type(6) a::before {
		background-color: rgba(231, 232, 182, 0.4);
	}
}


/* ==================================================
HEADER
================================================== */
#hdrWrap {
	height: 740px;
	background: url(../img/hdr_visual.jpg) no-repeat right center;
	background-size: cover;
	padding: 8px;
	position: relative;
	box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

.subPage #hdrWrap {
	height: 420px;
}

@media screen and (max-width: 900px) {
	#hdrWrap {
		height: auto;
		background: url(../img/hdr_visual_sp.jpg) no-repeat right center;
		background-size: cover;
		padding: 8px;
	}
	
	.subPage #hdrWrap {
		height: auto;
		background: url(../img/hdr_visual.jpg) no-repeat right center;
		background-size: cover;
	}
}

#hdrWrap .borderOut {
	height: 100%;
	border: 1px solid #7e704c;
	padding: 4px;
}

#hdrWrap .borderIn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	height: 100%;
	border: 4px solid #7e704c;
	padding: 20px;
}

#hdrWrap .borderOut::before,
#hdrWrap .borderOut::after,
#hdrWrap .borderIn::before,
#hdrWrap .borderIn::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background: url(../img/svg/parts_corner.svg) no-repeat center center;
	background-size: contain;
}

@media screen and (max-width: 900px) {
	#hdrWrap .borderOut::before,
	#hdrWrap .borderOut::after,
	#hdrWrap .borderIn::before,
	#hdrWrap .borderIn::after {
		width: 60px;
		height: 60px;
	}
}

#hdrWrap .borderOut::before {
	top: 20px;
	left: 20px;
	z-index: 1;
}

#hdrWrap .borderOut::after {
	top: 20px;
	right: 20px;
	transform: rotate(90deg);
	z-index: 2;
}

#hdrWrap .borderIn::before {
	bottom: 20px;
	left: 20px;
	transform: rotate(-90deg);
	z-index: 3;
}

#hdrWrap .borderIn::after {
	bottom: 20px;
	right: 20px;
	transform: rotate(180deg);
	z-index: 4;
}

/* #hdrMain
------------------------------ */
#hdrMain {
	position: relative;
	z-index: 5;
	padding-top: 20px;
}

#hdrMain .siteTitle {
	margin-bottom: 35px;
	max-width: 520px;
}

#hdrMain .siteTitle img {
}

#hdrMain .date {
}

#hdrMain .date img {
}

#hdrMain .navigator {
	margin-top: 80px;
}

#hdrMain .navigator .label {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.12em;
	margin-bottom: 10px;
}

#hdrMain .navigator .pct {
	position: relative;
	border: 1px solid #e7e8b6;
	padding: 4px;
	max-width: 300px;
	margin: 0 auto;
}

#hdrMain .navigator .pct::before,
#hdrMain .navigator .pct::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 68px;
	height: 52px;
	background: url(../img/svg/parts_side.svg) no-repeat center center;
	background-size: contain;
}

#hdrMain .navigator .pct::before {
	left: -80px;
}

#hdrMain .navigator .pct::after {
	right: -80px;
	transform: rotate(180deg);
}

#hdrMain .navigator .pct img {
}

#hdrMain .navigator .credit {
	margin-top: -16px;
	line-height: 1;
	color: #011814;
	position: relative;
	z-index: 1;
}

#hdrMain .navigator .credit .name {
	margin-bottom: 6px;
}

#hdrMain .navigator .credit .name span {
	font-size: 1.8rem;
	display: inline-block;
	background: #e7e8b6;
	padding: 4px;
	width: 80%;
	max-width: 120px;
}

#hdrMain .navigator .credit .group {
}

#hdrMain .navigator .credit .group span {
	display: inline-block;
	background: #e7e8b6;
	padding: 3px;
	width: 86%;
	max-width: 240px;
}

@media screen and (max-width: 900px) {
	#hdrMain {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	
	#hdrMain .siteTitle {
		margin: 0 auto 25px;
		width: 100%;
		max-width: 480px;
	}
	
	#hdrMain .siteTitle img {
	}
	
	#hdrMain .date {
		width: 76%;
		margin: 0 auto;
	}
	
	#hdrMain .date img {
	}
	
	#hdrMain .navigator {
		margin-top: 40px;
	}
	
	#hdrMain .navigator .label {
		font-size: 2rem;
	}
	
	#hdrMain .navigator .pct {
		max-width: 220px;
		width: 80%;
	}
	
	#hdrMain .navigator .pct::before,
	#hdrMain .navigator .pct::after {
		width: 30px;
		height: 52px;
	}
	
	#hdrMain .navigator .pct::before {
		left: -24px;
	}
	
	#hdrMain .navigator .pct::after {
		right: -24px;
	}
	
	#hdrMain .navigator .pct img {
	}
	
	#hdrMain .navigator .credit {
		margin-top: -12px;
	}
	
	#hdrMain .navigator .credit .name {
	}
	
	#hdrMain .navigator .credit .name span {
		font-size: 1.4rem;
		max-width: 80px;
	}
	
	#hdrMain .navigator .credit .group {
	}
	
	#hdrMain .navigator .credit .group span {
		font-size: 1.4rem;
	}
}


/* ==================================================
CONTENTS COMMON
================================================== */
#mainCnt {
	margin: 0 auto;
	max-width: 1100px;
}

.area {
	padding: 120px 0 0;
}

#mainCnt .area:first-child {
	/*padding-top: 100px;*/
}


@media screen and (max-width: 900px) {
	.area {
	}
}

.areaInner {

}


/* #mainWrap */
#mainWrap {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	padding: 90px 40px 120px;
	/*border-left: 1px solid #e7e8b6;
	border-right: 1px solid #e7e8b6;*/
}



@media screen and (max-width: 900px) {
	#mainWrap {
		padding: 20px 3% 100px;
	}
}


/* .borderBox */
.borderBox {
	padding: 20px;
	position: relative;
	z-index: 1;
	/*margin: 0 auto;
	max-width: 1000px;*/
}

.borderBox::before,
.borderBox::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #e7e8b6;
}

.borderBox::before {
	width: calc(100% - 20px);
	height: 100%;
}

.borderBox::after {
	width: 100%;
	height: calc(100% - 20px);
}

.borderBox .borderBox-inner {
	background: #021a16;
	padding: 30px 40px;
}

@media screen and (max-width: 900px) {
	.borderBox {
		padding: 20px;
		position: relative;
		z-index: 1;
	}
	
	.borderBox::before,
	.borderBox::after {
	}
	
	.borderBox::before {
	}
	
	.borderBox::after {
	}
	
	.borderBox .borderBox-inner {
		padding: 20px 3%;
	}
}


/* .btnBlock */
.btnBlock {
}

@media screen and (max-width: 900px) {
	.btnBlock {
		padding: 0 5%;
	}
}

/* .btnStyle */
.btnStyle {
	display: block;
	border: 3px solid #e7e8b6;
	padding: 5px;
	width: 100%;
	max-width: 416px;
	margin: 0 auto;
	transition: all 0.4s ease-out 0s;
}

.btnStyle span {
	display: block;
	border: 1px solid #e7e8b6;
	background: #000;
}

.btnStyle.typeHome span,
.btnStyle.typeArchive span {
	padding: 12px;
	background: rgba(0,0,0,0.1);
}

.btnStyle span img {
}

.btnStyle:hover {
	transform: scale(1.04);
}


/* .btnStyle2 */
.btnStyle2 {
	display: block;
	padding: 15px 0;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	transition: all 0.4s ease-out 0s;
}

.btnStyle2::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 20px);
	height: 100%;
	border: 1px solid #e7e8b6;
	z-index: -1;
}

.btnStyle2 span {
	display: block;
	background: #021a16;
	border: 3px solid #e7e8b6;
	position: relative;
	font-size: 4rem;
	line-height: 1;
	padding: 10px 40px;
}

.btnStyle2 span::before,
.btnStyle2 span::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 20px;
	height: 20px;
	background: url(../img/svg/parts_icon.svg) no-repeat center center;
	background-size: contain;
}

.btnStyle2 span::before {
	z-index: 1;
	left: 16px;
}

.btnStyle2 span::after {
	z-index: 2;
	right: 16px;
	transform: rotate(180deg);
}

.btnStyle2 b {
	display: block;
	padding: 15px 20px 0;
	line-height: 1.2;
}

.btnStyle2:hover {
	transform: scale(1.04);
}

@media screen and (max-width: 900px) {
	.btnStyle2 {}

	.btnStyle2::after {}

	.btnStyle2 span {
		font-size: 3rem;
	}

	.btnStyle2 span::before,
	.btnStyle2 span::after {
		width: 16px;
		height: 16px;
	}

	.btnStyle2 span::before {
		left: 12px;
	}

	.btnStyle2 span::after {
		right: 12px;
	}

	.btnStyle2 b {
		padding: 12px 10px 0;
	}
}

/* .areaTitle */
.areaTitle {
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 60px;
}

.areaTitle > span {
	display: block;
	margin: 0 auto;
	max-width: 640px;
	position: relative;
	z-index: 1;
	border-top: 1px solid #e7e8b6;
	padding: 30px 0 25px;
}

.areaTitle > span::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -38px;
	left: 0;
	width: 100%;
	height: 56px;
	background: url(../img/svg/parts_ttl_top.svg) no-repeat center center;
	background-size: contain;
}

.areaTitle > span::after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: url(../img/svg/parts_ttl_bottom.svg) no-repeat center center;
	background-size: contain;
}

.areaTitle i {
	margin: 0 0.02em;
}

@media screen and (max-width: 900px) {
	.areaTitle {
		font-size: 4rem;
	}
}


/* ==================================================
FOOTER
================================================== */
#ftrAbove {
	padding: 60px 3%;
	margin: 0 auto;
	background-color: #0e1514;
}

/* PAGE TOP BUTTON
------------------------------ */
#pagetopBtn {
	margin: 0 auto;
}

#pagetopBtn a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 auto;
}

#pagetopBtn a::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

#pagetopBtn + #gigyaWrap {
	margin-top: 40px;
}

#ftrWrap {
	background-color: #000;
	padding: 40px 3%;
}

#ftrWrap .ftrInner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ftrWrap .logo {
	width: 160px;
	height: 20px;
}

#ftrWrap .logo a {
	display: block;
}

#ftrWrap .copyright {
	font-size: 1.2rem;
	color: #fff;
}

#ftrWrap .copyright b {
	display: inline-block;
	margin-right: 6px;
	font-size: 110%;
	transform: translateY(1px);
}

@media screen and (max-width: 900px) {
	#ftrWrap .ftrInner {
		display: block;
	}

	#ftrWrap .logo {
		width: 140px;
		margin: 0 auto 20px;
	}

	#ftrWrap .copyright {}
}


/* ==================================================
ANIMATION
================================================== */
#allWrap {
	will-change: animation;
	animation: accessFadein 1.2s linear 0.2s both;
}

@keyframes accessFadein {
	0% { opacity: 0; }
	30% { opacity: 0; }
	100% { opacity: 1; }
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */


/* ==================================================
OTHERS
================================================== */
.scrollto {}

/* clrfix */
.clrfix::before, .clrfix::after { display: table; content: ''; }
.clrfix::after { clear: both; }

.none { display: none; }
