/*
Theme Name: &Musée
Theme URI:
Author: harujioh
Author URI: https://harujioh.net/
Version: 1.0.0
*/

@charset "UTF-8";

/*--------------------
 * default
 --------------------*/
@font-face {
	font-family: "Trajan Bold";
	src: url(/wp-content/themes/etmusee/font/Trajan-Bold.ttf);
}

@font-face {
	font-family: "p22-underground";
	src: url(/wp-content/themes/etmusee/font/P22Underground.ttf);
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: 14px/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

img, video {
	max-width: 100%;
	height: auto;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

label {
	cursor: pointer;
}

/*--------------------
 * common
 --------------------*/
.hide {
	display: none;
}

a.link-wrapper {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
}

.block {
	display: block;
}

.image-fit {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.image-fit > img {
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.image-hover-zoom > img,
img.image-hover-zoom-me {
	transition: 0.5s;
}

a:hover img.image-hover-zoom-me {
	transform: scale(1.03);
}

a:hover .image-fit.image-hover-zoom > img {
	transform: translate(-50%,-50%) scale(1.03);
}

.image-fit.image-fit-width > img {
	width: 100%;
	height: auto;
}

.image-fit.image-fit-height > img {
	width: auto;
	height: 100%;
}

.auto-pager-content-clone {
	display: none;
}

/*--------------------
 * content
 --------------------*/
.content-body p {
	font-size: 114.285714286%;
	color: #463a1c;
	line-height: 1.6em;
	padding: 0 0 35px;
}

.content-body p.article-body-image {
	padding-bottom: 0;
}

.content-body p.article-body-image-source {
	font-size: 78.571428571%;
	margin: 8px 0 0;
	height: 22px;
}

.content-body p.article-body-image-source a {
	color: #e4b99c;
	text-decoration: none;
}

.content-body p.article-body-image-source a:before {
	content: "出典 : ";
}

.content-body strong {
	font-size: 157.142857143%;
	color: #e4b99c;
}

.about-content.content-body strong {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.content-body a {
	color: #e4b99c;
}

.content-body .wp-caption {
	max-width: 100%;
}

/*--------------------
 * easy lightbox
 --------------------*/
.lightbox-background {
	display: none;
	background: rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:9998;
}

.lightbox-wrapper {
	background: #fff;
	width: 810px;
	max-height: 80%;
	position: fixed;
	overflow-y: hidden;
	top: 10%;
	left: 50%;
	display: none;
	z-index: 9999;
	margin-left: -405px;
}

.lightbox-inner {
	padding: 45px;
}

.lightbox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 68px;
	background: #e1e1e1;
	cursor: pointer;
}

.lightbox-close img {
	position: absolute;
	left: 17.5px;
	top: 19px;
	width: 30px;
	height: 30px;
}

/*--------------------
 * init
 --------------------*/
html, body {
	height: 100%;
}

.body-container {
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}

body {
	min-width: 1200px;
	background: #f6f6f6;
}

body.no-scroll {
	position: fixed;
	width: 100%;
	overflow-y: hidden;
}

/*--------------------
 * header
 --------------------*/
header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	z-index: 9997;
	/* padding: 0 0 4px; */
}

.header-box {
	background: #ffffff;
	position: relative;
	height: 150px;
}

.site-header-top .header-box {
	height: 269px;
}

.header-logo {
	position: fixed;
	top: 15px;
	width: 100%;
	min-width: 1200px;
	text-align: center;
}

.site-header-top .header-logo {
	top: 99px;
}

.header-logo p {
	position: relative;
	margin: 0 auto;
	width: 96px;
	height: 84px;
}

.site-header-top .header-logo p {
	width: 239px;
	height: 209px;
}

.header-logo .header-logo-back,
.header-logo .header-logo-front {
	position: absolute;
	left: 0;
	top: 0;
}

.header-logo .header-logo-back {
	display: none;
}

.site-header-top .header-logo .header-logo-back {
	display: block;
}

.header-navi {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
}

.header-navi ul {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.site-header-top .header-navi ul {
	display: none;
}

.header-navi li {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	padding: 0 25px;
	line-height: 18px;
	text-align: center;
	position: relative;
	font-family: "Trajan Bold";
}

.header-navi li:after {
	content: "";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	margin: 0 0 0 -4px;
	border-bottom: 8px solid #efeeee;
	top: 35px;
	left: 50%;
	transition: 0.7s;
	position: absolute;
}

.header-navi li.header-navi-active:after,
.header-navi li.header-navi-selected:after {
	top: 24px;
}

.header-navi li a {
	color: #463a1c;
	transition: 0.5s;
	text-decoration: none;
}

.header-navi li a:hover {
	color: #dfc1ad;
}

.header-share {
	display: none;
}

.site-header-top .header-share {
	display: inline;
}

.header-submenu-wrapper {
	position: relative;
	min-width: 900px;
	margin: 0 auto;
}

.header-submenu {
	background: #efeeee;
	text-align: center;
}

.header-submenu li {
	display: inline-block;
	vertical-align: top;
	margin: 19px 25px 11px;
	padding: 0 0 2px;
	line-height: 18px;
	text-align: center;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 92.857142857%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.border-bottom-active {
	position: absolute;
	width: 0;
	top: 38px;
	left: 0;
	height: 1px;
	border-bottom: 1px solid #dfc1ad;
	transition: 0.5s;
}

.header-submenu li.header-submenu-fashionbeauty {
	width: 155px;
}

.border-bottom-active-fashionbeauty {
	width: 155px;
	left: 227.5px;/*32.5+25+120+50*/
}

.header-submenu li.header-submenu-on-the-table {
	width: 120px;
}

.border-bottom-active-on-the-table {
	width: 120px;
	left: 432.5px;/*32.5+25+120+50+155+50*/
}

.header-submenu li.header-submenu-artsculture  {
	width: 135px;
}

.border-bottom-active-artsculture {
	width: 135px;
	left: 602.5px;/*32.5+25+120+50+155+50+120+50*/
}

.header-submenu li.header-submenu-love {
	width: 55px;
}

.border-bottom-active-love {
	width: 55px;
	left: 787.5px;/*32.5+25+120+50+155+50+120+50+135+50*/
}

.header-submenu li a {
	text-decoration: none;
	color: #a3a39e;
	transition: .5s;
}

.header-submenu li a:hover {
	color: #dfc1ad;
}

.header-submenu li.header-submenu-active a {
	color: #dfc1ad;
}

/*--------------------
 * main
 --------------------*/
.site-content {
	padding: 273px 0 68px;
}

.site-content-nottop {
	padding-top: 154px;
}

.site-content-nottop-with-sidemenu {
	padding-top: 204px;
}

.subtitle {
	color: #e9c7b1;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 185.714285714%;
	letter-spacing:0.1em;
	text-align: center;
	padding: 27px 0 30px;
}

.article1 {
	width: 576px;
	margin: 0 auto;
}

.article1 li {
	padding: 0 0 50px;
}

.article1-img-wrapper {
	padding-top: 100%;
	width: 100%;
	height: 0;
	position: relative;
}

.article1-img {
	position: absolute;
	width: 100%;
	top: 0;
}

.article3 {
	width: 1053px;
	margin: 0 auto;
	overflow: hidden;
}

.article3 li {
	width: 305px;
	margin: 0 23px 30px;
	padding: 0 0 40px;
	float: left;
}

.article1-box {
	background: #fff;
	padding: 30px 30px 20px;
}

.article1-title {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 142.857142857%;
	color: #463a1c;
	font-weight: bold;
	line-height: 2.5em;
	text-align: center;
}

.article1-date-top {
	color: #463a1c;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-size: 85.714285714%;
	text-align: center;
	padding: 0 0 25px;
}

.article1-text {
	font-size: 114.285714286%;
	color: #463a1c;
	line-height: 1.5em;
	margin: 15px 0 30px;
}

.article1-text a {
	color: #e4b99c;
	text-decoration: none;
}

.article1-more {
	color: #463a1c;
	text-decoration: none;
}

.article1-more span {
	font-size: 114.285714286%;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	background: #f4ded0;
	padding: 15px 0;
	text-align: center;
	line-height: 1em;
	transition: 0.3s;
}

.article1-more span:hover {
	background: #ebc0a5;
}

.article1-date {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	font-size: 78.571428571%;
	line-height: 1.5em;
	margin: 5px 0 0;
	text-align: right;
}

.article1-date a {
	color: #939393;
	text-decoration: none;
}

.article3-img {
	width: 305px;
	height: 305px;
	overflow: hidden;
	background: #fff;
}

.article3-img a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.article3-title {
	color: #463a1c;
	font-size: 114.285714286%;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0 10px;
	height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article3-author-link {
	text-decoration: none;
}

.article3-author {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	font-size: 92.857142857%;
	line-height: 1.5em;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article3-date {
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	color: #463a1c;
	font-size: 78.571428571%;
	line-height: 1.5em;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article3-author:before {
	content: "by ";
}

.static-content {
	width: 1020px;
	margin: 0 auto;
	overflow: hidden;
}

.static-title {
	color: #463a1c;
	font-size: 121.428571429%;
	padding: 20px 0 25px;
	font-weight: bold;
	text-align: center;
}

.static-text {
	color: #463a1c;
	padding: 0 0 25px;
	text-align: center;
}

.static-mailto {
	margin: 0 5px;
	color: #463a1c;
}

/*--------------------
 * footer
 --------------------*/
footer {
	background: #d9d9d9;
	overflow: hidden;
	padding: 20px 0;
	position: absolute;
	min-width: 1200px;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer-copyright {
	position: absolute;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 78.571428571%;
	line-height: 1.5em;
	height: 16px;
	left: 50px;
	top: 25px;
}

.footer-navi {
	text-align: center;
}

.footer-navi li {
	display: inline-block;
	vertical-align: top;
	font-family: "p22-underground", Arial, Helvetica, Sans-Serif;
	font-size: 78.571428571%;
	text-align: center;
	line-height: 1.5em;
	height: 16px;
	padding: 0 15px;
	margin: 5px 0;
	border-right: 1px solid #463a1c;
}

.footer-navi li:last-child {
	border-right: none;
}

.footer-navi li a {
	color: #463a1c;
	transition: 0.5s;
	text-decoration: none;
}

.footer-share,
.header-share {
	position: absolute;
	right: 120px;
	top: 20px;
}

.footer-share li,
.header-share li {
	display: inline-block;
	margin: 0 7px 0 0;
}

.footer-share li a,
.header-share li a {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 20px;
	transition: .5s;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #cecece;
}

.footer-share li a:hover,
.header-share li a:hover {
	background-color: #a7a7a7;
}

.footer-share li a.instagram,
.header-share li a.instagram {
	background-image: url(/wp-content/themes/etmusee/images/ico_footer_instagram.png);
}

.footer-share li a.pinterest,
.header-share li a.pinterest {
	background-image: url(/wp-content/themes/etmusee/images/ico_footer_pinterest.png);
}

.footer-share li a.tumblr,
.header-share li a.tumblr {
	background-image: url(/wp-content/themes/etmusee/images/ico_footer_tumblr.png);
}

.footer-share li a.facebook,
.header-share li a.facebook {
	background-image: url(/wp-content/themes/etmusee/images/ico_footer_facebook.png);
}

.footer-share li a.twitter,
.header-share li a.twitter {
	background-image: url(/wp-content/themes/etmusee/images/ico_footer_twitter.png);
}

.footer-navi li a:hover {
	color: #dfc1ad;
}

.footer-scrolltop {
	position: absolute;
	right: 20px;
	top: 20px;
}
