@charset "UTF-8";

/*  wrapper
=====================================*/
.wrapper {
    background-color: #462a40;
	background-image: url(../img/asfalt-light2.png);
}


/*  header
=====================================*/
header {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
header {
	position: relative;
	height: auto;
    background-color: #110d13;
	background-image: url("https://www.transparenttextures.com/patterns/black-thread.png");
	background-repeat: repeat;
	background-position: center bottom;
	border-bottom:2px solid #1d161b;
}
.hed-are {
    background-image: url(../img/topmain_lef.png), url(../img/topmain_rig.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 20px left -380px, top right -450px;
    background-size: inherit, inherit;
}
.hed-nav {
    position: relative;
    width: 100%;
    height: 60px;
    background: none;
}
header.top .hed-nav {
    position: absolute;
    top: 0;
	height: 60px;
    background: rgba(14, 10, 13, 0.7);
	background-image: url("https://www.transparenttextures.com/patterns/black-thread.png");
	z-index: 4;
}
.hed-navare {
	position:relative;
	width: 100%;
	max-width: 1000px;
    margin: auto;
	text-align: center;
}
.hed-nav .lef {
	position:absolute;
	display: block;
	top: 12px;
	/*top: 18px;*/
	left: 10px;
	padding-right: 70px;
}
.hed-nav h6 {
	display: inline-block;
    padding: 0 5px;
    font-size: 1.1rem;
	vertical-align: top;
}
.hed-nav h6 a {
	display: block;
    padding: 3px 3px 3px;
    letter-spacing: 0.1em;
    color: #dadada;
}
.hed-nav h6 a.hvr-underline-from-center:before {
    background: #bdbdbd;
    height: 1px;
	-webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.hed-nav h6 a.on {
	border-bottom:2px solid #bdbdbd;
}
.hed-nav .line {
    display: inline-block;
	background: #cccccc;
    width: 1px;
    height: 12px;
    margin-top: 3px;
}
.hed-nav .ctr {
	position:absolute;
	width:200px;
	display: inline-block;
    text-align: center;
    top: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hed-nav .ctr a {
	display: block;
}
.hed-nav h1 {
    height: 25px;
    background-image: url(../img/hed_logo.png);
    background-repeat: no-repeat;
	background-position: center;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
	margin-top:3px;
}
.hed-nav h2 {
	font-size: 1.0rem;
    color: #987f62;
	letter-spacing: 0.05em;
	padding-top:5px;
	font-family: 'Gilda Display', serif;
}

.hed-nav .rig {
	position:absolute;
	/*top: 9px;*/
	top: 18px;
	right:10px;
}
.hed-nav .inqu,
.hed-nav .fanb {
	font-size: 1.2rem;
}
.hed-nav .inqu a,
.hed-nav .fanb a {
	position: relative;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
    color: #dadada;
    padding-right: 10px;
    padding-left: 30px;
	/*height: 22px;*/
	font-family: serif;
}
.hed-nav .inqu a:hover,
.hed-nav .fanb a:hover {
	background: #a2886b;
    color: #ffffff;
    border-radius: 3px;
}
.hed-nav .inqu a:before {
	content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background: url(../img/hed_mail.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
}
.hed-nav .fanb a:before {
	content: "";
    position: absolute;
    width: 17px;
    height: 14px;
    background: url(../img/hed_star.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
	margin-left: 2px;
}

.hed-nav .fanb a.on {
	background: #bd4163;
    color: #ffffff;
    border-radius: 3px;
    padding-right: 0;
    padding-left: 0;
}
.hed-nav .fanb a.on:hover {
	background: #e25e82;
    color: #ffffff;
    border-radius: 3px;
}
.hed-nav .fanb a.on:before {
	display: none;
}


/*  login
=====================================*/
.hed-nav .fanb {
	position: relative;
}
.logopen {
	position: absolute;
    width: 160px;
    top: 32px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-radius: 4px;
    border: 2px solid #bd4163;
	display: none;
}
.logopen ul:before {
	content: "";
    display: inline-block;
    border: 8px solid transparent;
    border-bottom-color: #bd4163;
    position: absolute;
	right: 48px;
    top: -18px;
}
.logopen ul {
	padding: 6px 10px;
}
.logopen ul li {
	padding: 2px 0;
}
.logopen ul li a {
	display: block;
    font-family: sans-serif;
    font-size: 1.23rem;
	line-height: inherit;
	padding:2px 8px;
	color: #333333;
	text-align: left;
}
.logopen ul li a:before {
	display: none;
}
.logopen ul li a:hover {
	color: #333333;
	background:#E7DACE;
    border-radius: 4px;
}
.logopen ul li a.outlog {
	border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 4px;
	text-align: center;
}
.logopen ul li a.outlog:hover {
    background: #000;
	color:#FFFFFF;
}
.hed-nav .logopen ul li a {
	line-height: inherit;
	padding:2px 8px;
	color: #333333;
	text-align: left;
	height: auto;
}
.hed-nav .logopen ul li a:hover {
	color: #333333;
	background:#E7DACE;
    border-radius: 4px;
}
.hed-nav .logopen ul li a.outlog {
	border: 1px solid #c3c3c3;
    background: #eee;
    border-radius: 4px;
	text-align: center;
}
.hed-nav .logopen ul li a.outlog:hover {
    background: #000;
	color:#FFFFFF;
}
.hed .logopen {
    width: 160px;
    top: 36px;
    left: 0;
}
.hed .logopen ul:before {
	right: auto;
    left: 40px;
    top: -18px;
}
.drawer-nav .hed .fanb .logopen a:before {
	display: none;
}

a.buybox {
	position: absolute;
    background: #bd4163;
    color: #ffffff;
    border-radius: 5px;
    width: 40px;
    top: 16px;
    right: 75px;
	line-height: 1.8;
}
a.buybox:hover {
	background: #e25e82;
}
a.buybox:before {
	content: "\f02c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 1.7rem;
    left: -5px;
    position: relative;
}
a.buybox p {
	font-size: 1.05rem;
    font-family: sans-serif;
    letter-spacing: normal;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    color: #a22d47;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    min-width: 14px;
    padding: 3px 4px;
    height: 15px;
    border-radius: 20px;
    background-color: #ecda94;
}

/*//////// hed-nav buybox ////////*/
.hed-nav .fanb a.buybox {
    position: absolute;
	top: auto;
    left: -45px;
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    color: #ffffff;
    border-radius: 3px;
}
.hed-nav .fanb a.buybox:hover {
	background: #e25e82;
}
.hed-nav .fanb a.buybox:before {
	background: none;
    content: "\f02c";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 5px;
    font-size: 1.5rem;
	left: 3px;
}
.hed-nav .fanb a.buybox p {
	font-size: 1.0rem;
    padding: 2px 3px;
    height: 14px;
}


/*  cover
=====================================*/
.pcover {
	max-width: 1060px;
	height: 220px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
.pcover.grtn {
	background-image: url(../img/grtn_cover.png);
}
.pcover.aper {
	background-image: url(../img/aper_cover.png);
}
.pcover.hsty {
	background-image: url(../img/hsty_cover.png);
}
.pcover.phsd {
	background-image: url(../img/phsd_cover.png);
}
.pcover.libr {
	background-image: url(../img/libr_cover.png);
}
.pcover.some {
	background-image: url(../img/some2_cover.png);
}
.pcover.entr {
	background-image: url(../img/entr_cover.png);
}
.pcover.fanb {
	background-image: url(../img/fanb_cover.png);
}
.pcover.info {
	background-image: url(../img/info_cover.png);
}
.pcover.user {
	background-image: url(../img/user_cover.png);
}
.pcover.inqu {
	background-image: url(../img/inqu_cover.png);
}
.pcover.verf {
	background-image: url(../img/verf_cover.png);
}
.pcover.prvy {
	background-image: url(../img/prvy_cover.png);
}
.pcover.deal {
	background-image: url(../img/deal_cover.png);
}


/*  nav
=====================================*/
nav.pc {
	position: relative;
	width:100%;
    max-width: 1100px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
	z-index: 1;
}
nav.pc ul {
    position: relative;
	display: flex;
	-js-display: flex;
    justify-content: space-between;
	width:100%;
    max-width: 1020px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
	padding-bottom: 15px;
    border-bottom: 2px solid #1b161d;
}
nav.pc ul:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    left: -5px;
    background: #1b161d;
    transform: rotate(45deg);
}
nav.pc ul:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    bottom: -6px;
    right: -5px;
    background: #1b161d;
    transform: rotate(45deg);
}
nav.pc ul li {
}
nav.pc ul li a {
	/*font-family:'weibeisc', serif;*/
	font-family:"ro-shino-std",serif;
	font-size: 1.75rem;
	line-height: 1.15;
	letter-spacing:normal;
	position:relative;
	display: block;
    padding: 6px 20px;
    font-weight:normal;
    color: #ad9485;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
nav.pc ul li a.on:before {
	content: "";
    position: absolute;
    width: 15px;
    height: 16px;
    background: url(../img/nav_on.png) no-repeat;
    bottom: -24px;
    left: 0;
	right:0;
	margin:auto;
}
nav.pc ul li a:hover {
	background: #191315;
    color: #ad9485;
	border-radius:3px;
}


/*  conte
=====================================*/
.conte.top {
	padding-bottom: 120px;
}
.conte {
    position: relative;
    max-width: 1060px;
	min-height: 860px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 140px;
    /*background: rgba(121, 83, 93, 0.25);*/
}
.cote-are {
	display: block;
	padding-top: 35px;
}

.top-mov {
	width:45.0%;
    max-width: 440px;
	float:left;
}
.top-mov .movare {
	padding-top: 20px;
}

.top-mov a {
	position:relative;
	display:block;
}
.top-mov img.mk {
	position:absolute;
	width:58px;
	height:58px;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}

.top-news {
	width: 52%;
    max-width: 520px;
	float:right;
}
.top-title {
	display:block;
	background-color: #1b161d;
    background-image: url(https://www.transparenttextures.com/patterns/maze-black.png);
	background-repeat:repeat-x;
    background-position: center bottom -5px;
	height:43px;
    padding: 0 8px;
    border-bottom: 2px solid #1b161d;
}
.top-title h2 {
	/*font-family:'weibeisc';*/
	font-family:"ro-shino-std",serif;
	font-size: 1.9rem;
	font-weight:bold;
	position: relative;
	color: #ad9485;
	display: inline-block;
    line-height: 42px;	
    padding-left: 3px;
}
.top-title h2:before {
	content: "";
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../img/ttl_mk.png) no-repeat;
    vertical-align: middle;
    margin-right: 4px;
    opacity: 0.8;
}
.top-title h5 {
    display: inline-block;
    float: right;
}
.top-title h5 a {
    font-size: 1.35rem;
    position: relative;
    display: block;
    padding: 0 20px;
    letter-spacing: 0.03em;
    color: #ad9485;
    line-height: 42px;
	font-family: 'Gilda Display', serif;
}
.top-title h5 a:before {
	content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../img/mre_lef.png) no-repeat;
	top:0;
    bottom: 0;
    left: 0;
	margin:auto;
}
.top-title h5 a:after {
	content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background: url(../img/mre_rig.png) no-repeat;
	top:0;
    bottom: 0;
    right: 0;
	margin:auto;
}

.top-mov .top-title h2,
.top-news .top-title h2 {
	font-family: serif;
    letter-spacing: 0.05em;
    font-weight: normal;
	font-size: 1.6rem;
}
.top-news ul {
	padding-top:10px;
}
.top-news ul li {
	background-image:url(../img/news_dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 1px;
}
.top-news ul li a {
	display: table;
	width:100%;
	padding: 12px 0;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.top-news ul li h6 {
	display:table-cell;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #d6c290;
	padding-left: 5px;
	padding-right:10px;
	width: 20%;
	font-family: serif;
}
.top-news ul li h6:before {
    content: "\f05a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 3px;
    font-size: 1.4rem;
}
.top-news ul li p {
	display:table-cell;
    font-size: 1.35rem;
	line-height: 1.4;
}
.top-news ul li a:hover p {
	text-decoration:underline;
}

/*///////// aredy /////////*/
.aredy {
	width: 63.5%;
	/*max-width:620px;*/
	margin-right: 30px;
	float:left;
}
.top-aper {
}
.top-aper ul {
	padding-top: 5px;
}
.top-aper ul li {
	background-image:url(../img/news_dot.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom: 1px;
}
.top-aper ul li:last-child {
	background-image:none;
}
.top-aper ul li a {
	display: block;
    clear: both;
    overflow: hidden;
	padding: 20px 0;
	padding-left: 10px;
    padding-right: 10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
.top-aper ul li .nolink {
	display: block;
    clear: both;
    overflow: hidden;
	padding: 20px 0;
	padding-left: 5px;
    padding-right: 5px;
}

.top-aper ul li .pho {
	position: relative;
	width: 28%;
	display: inline-block;
    float: left;
	/*height: 150px;*/
	height: auto;
	overflow: hidden;
	transition: opacity 0.2s ease;
}
.top-aper ul li a .pho:hover {
	opacity:0.6;
}
.top-aper ul li .txt {
    width: 72%;
    padding-left: 4%;
    float: left;
}
.top-aper ul li .txt h3 {
    color: #d6c290;
    font-size: 1.6rem;
	line-height: 1.4;
    font-weight: bold;
    letter-spacing: 0.08em;
	padding-top: 3px;
	font-family: serif;
}
.top-aper ul li a .txt h3:hover {
	text-decoration:underline;
}
.top-aper ul li .txt ol {
	padding-top: 15px;
	text-align: left;
}
.top-aper ul li .txt ol li {
	line-height: 1.4;
	background-image:none;
	padding-top: 3px;
    padding-bottom: 3px;
	clear: both;
    overflow: hidden;
}
.top-aper ul li .txt ol li .lef {
	width: 25%;
	max-width: 90px;
    float: left;
}
.top-aper ul li .txt ol li .rig {
	width: 75%;
    float: left;
}
.top-aper ul li .txt ol:hover {
	/*text-decoration:underline;*/
}

.top-aper ul li .txt h6 {
	font-family: sans-serif;
	display: inline-block;
    background: #a22d47;
    color: #dacbcb;
    font-size: 1.15rem;
	line-height:24px;
    padding: 0 20px;
    margin-top: 13px;
	transition: background 0.2s ease;
}
.top-aper ul li .txt h6:after {
	content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	padding-left: 5px;
    font-size: 1.4rem;
}
.top-aper ul li .txt h6:hover {
	background: #cc3556;
	background: #e64f71;
}
.top-aper ul li .txt p {
	padding-top: 15px;
}
.top-aper ul li a.moz-txt-link-freetext {
	padding: 0;
	color: #afe4ff;
}
.top-aper ul li a.moz-txt-link-freetext:hover {
	text-decoration: underline;
}

.top-libr {
	padding-top:25px;
}
.top-libr ul {
    display: block;
	text-align:center;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 5px;
}
.top-libr ul li {
	width: 32.0%;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    vertical-align: top;
}
.top-libr ul li a {
    display: inline-block;
    max-width: 162px;
    text-align: center;
}
.top-libr ul li a .pho {
	position: relative;
    border: 1px solid #5f545c;
    background: #1f1919;
}
.top-libr ul li a .phoimg {
    width: 160px;
    height: 160px;
    overflow: hidden;
	transition: opacity 0.2s ease;
}
.top-libr ul li a .phoimg img {
	height: 100%;
}
.top-libr ul li a:hover .phoimg {
	opacity:0.6;
}

.top-libr ul li .pho h3 {
	font-family: sans-serif;
	position: absolute;
    bottom: 3px;
    left: 5px;
    display: inline-block;
    background: #a22d47;
    color: #dadada;
    font-size: 1.2rem;
    padding: 5px 10px;
}
.top-libr ul li .txt {
	text-align: right;
}
.top-libr ul li .txt p {
	font-size: 1.35rem;
	letter-spacing:0.08em;
    line-height: 1.4;
    padding-top: 10px;
	text-align:left;
    color: #dadada;
}
.top-libr ul li a:hover p {
	text-decoration:underline;
}
.top-libr ul li .txt h4 {
	position: relative;
    display: block;
    font-size: 1.45rem;
	line-height: 1.2;
    color: #d6c290;
    text-align: left;
    padding-top: 3px;
	padding-right: 25px;
	font-family: sans-serif;
}
.top-libr ul li .txt h4 span {
	font-family: sans-serif;
	font-size: 1.25rem;
}
.top-libr ul li .txt h4:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #a22d47 url(../img/more_mkya.png) no-repeat;
    background-size: initial;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.top-libr ul li a:hover h4:after {
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e64f71 url(../img/more_mkya.png) no-repeat;
    background-size: initial;
    background-position: center;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.top-libr ul li a:hover h3 {
	background: #e64f71;
}

/*///////// saidy /////////*/
.saidy {
	width: 32.0%;
    max-width: 320px;
    float: right;
}
.top-phsd .top-title h2 {
    font-size: 1.9rem;
}
.top-phsd .top-title h2 span {
    padding-left: 10px;
}
.top-phsd {
}
.top-phsd ul {
	display: block;
	text-align:center;
    padding-top: 5px;
    margin-left: -5px;
    margin-right: -5px;
}
.top-phsd ul li {
	width: 31.0%;
    display: inline-block;
    vertical-align: top;
    padding-top: 15px;
    padding-left: 2px;
    padding-right: 2px;
}
.top-phsd ul li a {
    display: block;
	transition: opacity 0.2s ease;
	border: 1px solid #5f545c;
}
.top-phsd ul li a:hover {
	opacity:0.6;
}
.top-linkare {
}
.top-link {
	display: block;
    border-top: 3px solid #1b161d;
    border-bottom: 3px solid #1b161d;
    background-color: #1f1919;
    background-image: url(https://www.transparenttextures.com/patterns/maze-black.png);
    background-repeat: repeat;
	background-position: top center, bottom center;
}
.top-link.peg {
    margin-top: 50px;
}
.top-link.fan {
    margin-top: 40px;
}
.top-link a {
	display: block;
}
.top-link a img {
	transition: opacity 0.2s ease;
}
.top-link a img:hover {
	opacity:0.6;
}
.top-link .pho {
	width: 45.0%;
    float: left;
}
.top-link .txt {
	width: 55.0%;
    float: right;
    padding: 10px;
    text-align: center;
    margin: auto;
}
.top-link .txt h2 {
	/*font-family:'weibeisc';*/
	font-family:"ro-shino-std",serif;
	position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    padding-top: 1px;
    color: #ad9485;
    display: inline-block;
	white-space:nowrap;
}
.top-link .txt h2:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../img/ttl_mk.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: -18px;
    margin: auto;
}
.top-link .txt h5 {
	font-size: 1.0rem;
    color: #847569;
	margin-top: -3px;
	font-family: 'Gilda Display', serif;
}
.top-link .txt h6 {
	font-family: sans-serif;
	display: inline-block;
    background: #a22d47;
	border:1px solid #8c2843;
    color: #dacbcb;
    font-size: 1.0rem;
	line-height:20px;
    padding: 0 20px;
    margin-top: 15px;
	transition: all 0.2s ease;
}
.top-link .txt h6:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 5px;
    font-size: 1.4rem;
}
.top-link .txt h6:hover {
	background: #cc3556;
	background: #e64f71;
}
.top-link .txt p {
	font-size: 1.25rem;
    line-height: 1.5;
	letter-spacing:0.1em;
    padding-top: 12px;
    text-align: left;
	color:#dadada;
}
.top-link .txt p:hover {
	text-decoration:underline;
}
.top-banrare {
}
.top-banr {
	display: block;
}
.top-banr a {
	position: relative;
    display: table;
    width: 100%;
    height: 100px;
}
.top-banr .pho {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
	max-width: 110px;
    z-index: 1;
}
.top-banr .txt {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
    z-index: 2;
}
.top-banr .txt h2 {
	position: relative;
    font-size: 2.0rem;
	letter-spacing: 0.05em;
    line-height: 1;
    color: #c7b299;
    display: inline-block;
    padding-left: 46px;
	text-align: left;
	font-family: serif;
}
.top-banr .txt h2 span {
    font-size: 1.0rem;
}
.top-banr .txt h2:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 51px;
    background: url(../img/mk_abema.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
	top: 5px;
	margin:auto;
}
.top-banr .txt h5 {
	font-size: 1.0rem;
    color: #c7b299;
	padding-top: 5px;
	padding-left: 25px;
	font-family: 'Gilda Display', serif;
}

.top-banr.blog {
    margin-top: 50px;
}
.top-banr.blog a {
    background-color: #2b4277;
    border-top: 3px solid #43588a;
    border-bottom: 3px solid #887165;
}
.top-banr.blog a:hover {
	background-color:rgba(15, 56, 148, 0.75);
	background-color:#2755bd;
}

.top-banr.inst {
    margin-top: 40px;
}
.top-banr.inst a {
    background-color: #bf8a0d;
    border-top: 3px solid #caa754;
	border-bottom: 3px solid #887165;
}
.top-banr.inst a:hover {
    background-color: rgba(187, 132, 3, 0.75);
	background-color:#deab30;
}
.top-banr.inst .txt h2 {
    color: #e8e3d8;
    padding-left: 40px;
	letter-spacing:0.1em;
}
.top-banr.inst .txt h2 span {
	letter-spacing:0.05em;
}
.top-banr.inst .txt h2:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 34px;
    background: url(../img/mk_insta.png) no-repeat;
    background-size: contain;
    bottom: 0;
    left: 0;
	top: inherit;
	margin: inherit;
}
.top-banr.inst .txt h5 {
    color: #e8e3d8;
}


/*  pan
=====================================*/
.pan {
	position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.pan-are {
    padding: 5px;
    margin-bottom: 0;
    list-style: none;
	border-radius: 0;
	background: none;
}
.pan-are li {
    font-size: 1.1rem;
	display:inline-block;
}
.pan-are li.active {
	color: #a0a0a0;
}
.pan-are li a {
	color: #a0a0a0;
}
.pan-are li a:hover {
	color: #588031;
	text-decoration: underline;
}
.pan-are > li + li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	color: #B1B1B1;
    font-size: 14px;
	padding: 0 8px;
}
.pan-are li.top {
	position:relative;
	padding-left: 16px;
}
.pan-are li.top:before {
	content: "";
    position: absolute;
    width: 13px;
    height: 15px;
    background: url(../img/pan_hom.png) no-repeat;
    background-size: contain;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
}


/*  janp
=====================================*/
.janp {
	position: fixed;
    bottom: 80px;
    right: 4.5%;
	z-index:2;
	text-align:center;
	/* 反応 */
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	contain: paint;
}
#topjanp {
	/* 反応 */
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	contain: paint;
}

.janp p {
	font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    color: #bbb8b7;
}

.janp a {
    position: relative;
    display: block;
    background: rgba(245, 241, 234, 0.45);
    width: 47px;
    height: 47px;
	/* 反応 */
	cursor: pointer;
	pointer-events: auto;
	touch-action: manipulation;
	contain: paint;
}
.janp a img {
	position: absolute;
    top: -3px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.janp a:hover {
	background: #dcd2ca;
}




/*  member
=====================================*/
.member {
	position:relative;
	max-width: 600px;
    background: #FFFFFF;
    padding: 40px 30px 30px;
    border-radius: 10px;
}
.member .area {
	display: block;
	padding-bottom: 20px;
}
.member .area h3 {
    width:auto;
	float:left;
	font-family:"ro-shino-std",serif;
	font-size: 2.3rem;
    letter-spacing: 0.05em;
    padding-left: 10px;
    padding-top: 35px;
    font-weight: bold;
    color: #967468;
}
.member .area ul {
	width: 75%;
	float:right;
}
.member .area ul li {
    padding-bottom: 10px;
}
.member .area input {
    width: 100%;
    border: 1px solid #D1CDC6;
    font-size: inherit;
    padding: 5px 10px;
    height: 43px;
}
.member .area ul li.flot {
    display: block;
    padding-bottom: 0;
}
.member .area ul li.flot .txt {
	display: inline-block;
    float: left;
    font-family: sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
	vertical-align: middle;
}
.member .area ul li.flot .txt a {
    color: #967468;
	letter-spacing:0.05em;
}
.member .area ul li.flot .txt a:hover {
	text-decoration:underline;
}
.member .area ul li.flot button {
	float: right;
}
.member .area ul li.flot .btn.login {
    padding: 12px 40px;
}
.member .areb {
	border-top: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.member .areb h4 {
    font-family: sans-serif;
    font-size: 1.35rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
	color: #333333;
}
.member .areb h5 {
    margin-top: 15px;
	padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background: #ead9ae;
    border-radius: 3px;
}
.member .areb h5:after {
    content: "\f138";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-left: 3px;
    font-size: 1.8rem;
    color: #ba4500;
}
.member .areb h5 a {
    font-size: 1.6rem;
	line-height: 1.3;
    letter-spacing: 0.03em;
	font-family: sans-serif;
    font-weight: normal;
    color: #af3d57;
}
.member .areb h5 a:hover {
	text-decoration:underline;
}
.member .areb h5 br {
	display:none;
}

/*///////// close-btn /////////*/
.close-btn {
	z-index: 9994;
	position: absolute;
	top: 8px;
	right: 10px;
}
.close-btn {
	display:block;
	overflow:hidden;
	height:26px;
	width:26px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}
.close-btn:before {
	content:'';
	display:block;
	position:absolute;
	height:26px;
	width:2px;
	left:12px;
	top:0;
	background: #8c8c8c;
	border-radius:2px;
}
.close-btn:after {
	content:'';
	display:block;
	position:absolute;
	width:26px;
	height:2px;
	top:12px;
	left:0;
	background: #8c8c8c;
	border-radius:2px;
}



/*  footer
=====================================*/
footer {
	position:relative;
	height: 260px;
	border-top: 3px solid #1b161d;
	background-color: #1b161d;
	background-image: url("https://www.transparenttextures.com/patterns/black-thread.png");
	background-repeat:repeat;
	background-position:center;
}
.fot-bg {
    max-width: 1500px;
	height: 260px;
	margin:auto;
	background-image: url(../img/fotgara_lef.png), url(../img/fotgara_rig.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top -20px left, bottom -5px right;
	background-size: inherit, inherit;
    opacity: 0.2;
}
.fot-are {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
	width:100%;
	max-width:1040px;
	padding-left: 20px;
    padding-right: 20px;
}
.fot-box {
}
.fot-box.logo {
	width: 18.0%;
    max-width: 180px;
    float: left;
}
.fot-box.lst {
	width: 60.0%;
    float: left;
    text-align: left;
	padding-left: 30px;
}
.fot-box.logo h2 {
}
.fot-box.logo h3 {
    font-size: 1.0rem;
    color: #7b695f;
    padding-top: 10px;
	font-family: 'Gilda Display', serif;
}
.fot-box.logo a {
	display: block;
	text-align:center;
}
.fot-box.logo .fot-sns {
    text-align: center;
    padding-top: 5px;
}
.fot-box.logo .fot-sns a {
	display: inline-block;
	margin: 0 12px;
}
.fot-box.logo .fot-sns a .abema {
	font-size: 35px;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
	fill: #866c65;
}
.fot-box.logo .fot-sns a .insta {
	font-size: 27px;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
	fill: #866c65;
}
.fot-box.logo .fot-sns a .abema:hover,
.fot-box.logo .fot-sns a .insta:hover {
	fill: #b7a286;
}

.fot-box.lst ul {
	display: block;
	padding-top: 5px;
}
.fot-box.lst ul li {
	position: relative;
    display: inline-block;
    padding-right: 15px;
    padding-bottom: 3px;
	font-family: serif;
}
.fot-box.lst ul li:before {
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/fot_mk.png) no-repeat;
    vertical-align: middle;
    margin-right: 3px;
}
.fot-box.lst ul li a {
	position: relative;
    display: inline-block;
    font-size: 1.25rem;
    color: #a58f83;
}
.fot-box.lst ul li a.hvr-underline-from-left:before {
    background: #a58f83;
    height: 1px;
}
.fot-box.bner {
	width: 21.0%;
    max-width: 220px;
    float: right;
    border: 1px solid #a9284b;
    padding: 2px;
    margin-top: 5px;
}
.fot-box.bner a {
	position: relative;
	display: table;
    width: 100%;
    height: 76px;
    background-color: #a9284b;
}
.fot-box.bner a:hover {
	background-color: #d84b75;
}
.fot-box.bner .pho {
	position: absolute;
	width: 42%;
    bottom: 0;
    right: 0;
}
.fot-box.bner .txt {
	width: 58%;
    display: table-cell;
	vertical-align: middle;
    padding-left: 20px;
}
.fot-box.bner .txt h4 {
	position: relative;
    display: inline-block;
    font-size: 1.4rem;
    color: #ffffff;
    padding-left: 15px;
	white-space: nowrap;
	letter-spacing: 0.15em;
	font-family: serif;
}
.fot-box.bner .txt h4:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(../img/totbanr_mk.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.fot-box.bner .txt h5 {
	font-size: 1.0rem;
	letter-spacing: 0.1em;
    color: #c7b299;
    margin-top: -2px;
	font-family: 'Gilda Display', serif;
}
footer h6 {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    font-size: 1.1rem;
    color: #675f61;
    display: block;
    text-align: center;
	font-family: 'Gilda Display', serif;
}
footer.tick {
    height: 160px;
}
footer.tick .fot-bg {
    height: 160px;
}

/*  botan
=====================================*/
button {
	cursor: pointer;
	cursor: hand;
}

/*---- login ----*/
.btn.login {
	font-size: 1.4rem;
    color: #ffffff;
    padding: 10px 30px;
	background: #558c27;
    border: 2px solid #83ad5c;
    border-radius: 5px;
}
.btn.login:hover {
	background: #6eb547;
}

/*---- signup ----*/
.btn.signup {
	position:relative;
    font-size: 1.5rem;
    color: #ffffff;
    padding: 20px 50px;
    background: #a22d47;
	border-radius: 0;
}
.btn.signup:hover {
    background: #d45178;
}
.btn.signup:before,
.btn.signup:after {
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/ttl_mkd.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn.signup:before {
    left: 10px;
}
.btn.signup:after {
    right: 10px;
}

/*---- entr ----*/
.btn.entr {
	position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 22px 80px;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.40);
	background: #52902f;
	border: 2px solid #72b34c;
}
.btn.entr:hover {
	box-shadow: none;
	background: #72b94b;
}
.btn.entr:after {
	content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/ttl_mkd.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn.entr:after {
    right: 10px;
}

/*---- add ----*/
input.btn.add {
	font-size: 1.15rem;
	color: #ffffff;
    height: 38px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
	margin-left: 10px;
    letter-spacing: normal;
    border-radius: 6px;
}
.btn.add {
	background: #cca323;
    border: 1px solid #dac628;
}
.btn.add:focus {
	background: #cca323;
    border: 1px solid #dac628;
}
.btn.add:active {
	background: #a98d38;
    border: 1px solid #dac628;
}

/*---- send ----*/
.btn.send {
	position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 18px 60px;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.40);
	background: #9e7c5b;
    border: 2px solid #b5977a;
}
.btn.send:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/ttl_mkd.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
	right: 15px;
    margin: auto;
}
.btn.send:hover {
	box-shadow: none;
	background: rgba(158, 124, 91, 0.60);
}

/*---- entr ----*/
.btn.send.entr {
	background: #52902f;
	border: 2px solid #72b34c;
}
.btn.send.entr:hover {
	background: #72b94b;
}

/*---- retn ----*/
.btn.retn {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 18px 60px;
    border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	background: #848484;
    border: 2px solid #6d6d6d;
}
.btn.retn:hover {
	box-shadow: none;
    background: rgba(132, 132, 132, 0.60);
}
.btn.retn:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../img/ttl_mkd.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
}

/*---- logout ----*/
.btn.logout {
	font-size: 1.2rem;
    color: #b6a185;
    padding: 5px 12px;
    border-radius: 4px;
    background: #000000;
}
.btn.logout:hover {
	color: #333333;
	background: #b1967c;
}

/*---- delete ----*/
.delete {
	background: none;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 1;
}
.delete:hover {
	background: none;
}

/*---- input send ----
input.btn.send {
	position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding: 22px 60px;
	border-radius: 8px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.4);
	background: #848484;
	border: 2px solid #6d6d6d;
	width: inherit;
	height: inherit;
	margin-right: 40px;
}
input.btn.send:hover {
	box-shadow: none;
	background: #a9a9a9;
}


/*  number
=====================================*/
.number-are {
	text-align:center;
	padding-top: 60px;
}
.number-are.long {
	padding-top: 80px;
}
.number-are .number {
	display:inline-block;
}
.number-are .number ul {
}
.number-are .number ul li {
}
.number-are .number ul li a {
	padding: 10px 15px;
    color: #ac9485;
}
.number-are .number ul li a span {
	font-family: sans-serif;
    font-size: 1.6rem;
    line-height: 1;
}
.number-are .page-link {
	background: none;
	border: 1px solid #9b806f;
	transition: all 0.2s ease;
}
.number-are .page-link:hover {
	background: rgba(130, 119, 122, 0.6);
}
.number-are .page-link.on {
    color: #3e1835;
    background: #967f70;
}
.number-are .page-link.on:hover {
    color: #3e1835;
    background: #967f70;
}
.pagination {
	-js-display: flex;
}


/*  radio & checkbox
=====================================*/
div.controls {
	border: 1px dotted #fafafa;
	padding: 25px 20px;
	position: relative;
	margin-bottom: 20px;
}
div.controls h1 {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	left: 10px;
	top: -10px;
	padding: 0 10px;
	color: #fafafa;
	background-color: #54bded;
}

input[type='radio'],
input[type='checkbox'] {
	display: none;
	cursor: pointer;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active {
	outline: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-left: 22px;
	color: #dadada;
}
input[type='checkbox'] + label:before,
input[type='checkbox'] + label:after {
	content: '';
	font-family: helvetica;
	display: inline-block;
	width: 17px;
	height: 17px;
	left: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
}
input[type='radio'] + label:before,
input[type='radio'] + label:after {
	content: '';
	font-family: helvetica;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 0;
	bottom: 0;
	text-align: center;
	position: absolute;
}

input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
	background-color: #d0d0d0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type='radio'] + label:after,
input[type='checkbox'] + label:after {
	color: #ffffff;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
	-moz-box-shadow: inset 0 0 0 10px #ffffff;
	-webkit-box-shadow: inset 0 0 0 10px #ffffff;
	box-shadow: inset 0 0 0 10px #ffffff;
}

/*Radio Specific styles*/
input[type='radio'] + label:before {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
input[type='radio'] + label:hover:after,
input[type='radio']:checked + label:after {
	content: "\e3fa";
    font-family: 'Material Icons';
    position: absolute;
    font-size: 1.15rem;
    line-height: 1.6;
}
input[type='radio'] + label:hover:after {
	color: #ffffff;
}
input[type='radio']:checked + label:after,
input[type='radio']:checked + label:hover:after {
	color: #158ec6;
}

/*Checkbox Specific styles*/
input[type='checkbox'] + label:before {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type='checkbox'] + label:hover:after,
input[type='checkbox']:checked + label:after {
	content: "\2713";
	line-height: 16px;
	font-size: 2.2rem;
}
input[type='checkbox'] + label:hover:after {
	color: #ffffff;
}
input[type='checkbox']:checked + label:after,
input[type='checkbox']:checked + label:hover:after {
	color: #158ec6;
}

/*Toggle Specific styles*/
input[type='checkbox'].toggle {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
	height: 28px;
	background-color: #fafafa;
	position: relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	/*@inlcude box-shadow(none);*/
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type='checkbox'].toggle:hover:after {
	background-color: #ffffff;
}
input[type='checkbox'].toggle:after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-color: #aeaeae;
	top: 2px;
	left: 2px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type='checkbox']:checked.toggle {
	-moz-box-shadow: inset 0 0 0 15px #158EC6;
	-webkit-box-shadow: inset 0 0 0 15px #158EC6;
	box-shadow: inset 0 0 0 15px #158EC6;
}
input[type='checkbox']:checked.toggle:after {
	left: 29px;
	background-color: #fff;
}


/*  noitem
=====================================*/
.noitem {
	padding-top: 130px;
    padding-bottom: 200px;
}
.noitem h6 {
	font-family: serif;
    text-align: center;
    font-size: 1.85rem;
    letter-spacing: 0.1em;
}


/*  翻 訳
=====================================*/
#google_translate_element_def_b {
	font-size: 1.1rem;
    position: absolute;
    top: 8px;
    right: 0;
}






/*  test
=====================================*/
.test {
	padding-top: 130px;
    padding-bottom: 150px;
    text-align: center;
}
.test p {
	font-family: sans-serif;
	font-size: 2.6rem;
    color: #ababab;
}

.link-test {
	display: block;
    text-align: right;
}
.link-test a {
	display:inline-block;
	font-family:sans-serif;
	font-size:1.7rem;
	color: #ea9999;
	text-decoration:underline;
}
.link-test a:hover {
	text-decoration: none;
}
.topinfolist {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}












































