@charset "UTF-8";


#loading:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 20px;
	position: absolute;
	top:50%;
	left:50%;
	margin-left: -25px;
	margin-top: 100px;
	background: url(../common/img/loading.gif) no-repeat;
	background-size: 50px 20px;
}

/* =========================================================
news
========================================================= */
.news{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin:120px 0 100px;
}
.newsimg{
    margin: 0 auto;
    text-align: center;
    width: 100%;
     max-width: 1300px;
    
}
.newsimg img{
    width: 100%;
    max-width: 1300px;
    
}
.newstext{
    max-width: 920px;
    width: 90%;
    padding: 0 20px;
    text-align:left;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
}
.newstext h6{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: normal;
}
.newstext span{
    font-size: 12px;
    color: #7c7c7c;
    margin-bottom: 5px;
    display:block;
    padding: 20px;
}
.newstext p{
    margin-top: 3px;
}
.newstext .day{
    color: #777;
    width: 100px;
}
.newstext a{
    text-decoration: underline !important;
    cursor: pointer;
}


/* =========================================================
menu
========================================================= */
#menu {
	width: 100%;
	height: 100%;
}

#menu .wrap {
}

#menu .wrap .logo {
	width: 198px;
	height: 204.5px;
	position: absolute;
	top:50%;
	left:50%;
	margin: auto;
	margin-left: -109px;
	margin-top: -135px;
}

#menu .wrap .logo img {
	width: 198px;
}

#menu .wrap .open {
	position: fixed;
	top:20px;
	right:20px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	z-index: 1000;

	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

#menu.isShow .wrap .open {
	display: none;
	opacity: 0;

	animation-duration: 0.5s;
	animation-name: fade-out;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-out;
}

#menu .wrap .open img {
	width: 25px;
}

#menu .wrap .menu {
	display: none;
	opacity: 0;
	position: fixed;
	z-index: 1000;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background: #f6f6f6;

	animation-duration: 0.5s;
	animation-name: fade-out;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-out;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-out;
}

#menu.isShow .wrap .menu {
	display: block;
	opacity: 1;

	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

#menu .wrap .menu .close {
	display: none;
	z-index: 1000;
	position: fixed;
	top:20px;
	right:20px;
}

#menu.isShow .wrap .menu .close {
	display: inline-block;
}

#menu .wrap .menu .close img {
	width: 25px;
}

#menu .wrap .menu ul {
	font-size: 30px;
	margin-top: 60px;
	margin-left: 40px;
	line-height: 2;
}


#menu.isShow .wrap .menu ul li {
	animation-duration: 0.5s;
	animation-name: margin-up;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: margin-up;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: margin-up;
}

#menu .wrap .menu ul li a {
}


/* =========================================================
topPaging
========================================================= */

#topPaging {
	margin-top: -100px;
	margin-bottom: 60px;
}

#topPaging.forSP {

	margin-top: 0px;
}

#topPaging .wrap {
}

#topPaging .wrap ul {
	text-align: center;
}

#topPaging .wrap ul li {
	display: inline-block;
	margin: 0 20px;
}

#topPaging .wrap ul li a {
	font-weight: bold;
	font-size: 10px;
}

#topPaging .wrap .line {
	display: inline-block;
	height: 2px;
	background: #000;
	position: relative;
	top:-9px;
	width: 0px;
}

#topScrl {
	position: absolute;
	top:100%;
	left:50%;
	margin-top: -37px;
	margin-left: -10px;
}

#topScrl img {
	width: 20px;
}

.topPart {
}

.topPart:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin-bottom: 95px;
}

.topPart .photoWrap {
	position: relative;
}

.topPart .photoWrap .photoWrapInner {
}

.topPart .photoWrap .photoWrapInner .slider {
	position: relative;
}

.topPart .photoWrap .photoWrapInner .slider li {
}

.topPart .photoWrap .photoWrapInner .slider li img {
	width: 100%;
}

.topPart .photoWrap .photoWrapInner .slider .prev,
.topPart .photoWrap .photoWrapInner .slider .next {
	display: none !important;
}

.topPart .photoWrap .photoWrapInner .bagWrap {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 0%;
	z-index: 500;
	overflow: hidden;
}

.topPart .photoWrap .photoWrapInner .bagWrap.isShow {
	height: 100%;
}

.topPart .photoWrap .photoWrapInner .bagWrap .bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;

	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.topPart .photoWrap .photoWrapInner .bagWrap.isShow .bg {
	opacity: 0.3;
}

.topPart .photoWrap .photoWrapInner .bagWrap .img {
	height: calc( 100% * 0.66 );
	width: 100%;
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left:0;
	margin: auto;
}

.topPart .photoWrap .photoWrapInner .bagWrap .img .close {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left: -19px;
	width: 36px;
	height: 39px;
	background: url(../common/img/bag_close.png) no-repeat;
	background-size: 36px 39px;
}

.topPart .photoWrap .photoWrapInner .bagWrap img {
	width: 100%;

	-webkit-transition: 0.4s;
	transition: 0.4s;
	transform: scale(0.7);
}

.topPart .photoWrap .photoWrapInner .bagWrap.isShow img {
	transform: scale(1);
}


.topPart .wrap {
}

.topPart .wrap .info {
	width: 240px;
	margin: 0 auto;
	margin-top: 10px;
	-weblit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.topPart .wrap .info .number {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

.topPart .wrap .info .number span {
	display: inline-block;
	font-size: 30px;
	font-family: 'Rock Salt', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
	margin-left: 15px;
	margin-bottom: -10px;
	vertical-align: top;
	margin-right: 10px;
}

.topPart .wrap .info .en {
	margin-top: 5px;
	font-size: 20px;
	vertical-align: bottom;
}

.topPart .wrap .info .en span {
	font-size: 12px;
	display: inline-block;
}

.topPart .wrap .info .camera {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../common/img/camera.png);
	background-size: 18px 18px;
	margin-left: 20px;
	margin-top: 20px;
}

.topPart .wrap .info .en .camera:hover {
	background: url(../common/img/camera_on.png);
	background-size: 18px 18px;
}

.topPart .wrap .info .en .camera img {
}

.topPart .wrap .info .pinterest {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../common/img/pinterest.png);
	background-size: 18px 18px;
	margin-left: 20px;
	margin-top: 20px;
}

.topPart .wrap .info .en .pinterest:hover {
	background: url(../common/img/pinterest_on.png);
	background-size: 18px 18px;
}

.topPart .wrap .info .jp {
	font-size: 12px;
	margin-top: 10px;
}

.topPart .wrap .thumbnail {
	margin-top: 15px;
}

.topPart .wrap .thumbnail ul {
	text-align: center;
	position: relative;
}

.topPart .wrap .thumbnail ul li {
	display: inline-block;
	margin: 0 5px;
}

.topPart .wrap .thumbnail ul li a {
}

.topPart .wrap .thumbnail ul li a img {
	width: 56px;
	border: 1px solid #f1f1f1;
}

.topPart .wrap .thumbnail .line {
	display: inline-block;
	position: relative;
	height: 2px;
	width: 56px;
	background: #000;
	margin-left: 5px;
	top: -8px;
}
