@charset "utf-8";
#footer .site:after,
#footer .sns:after,
.detail:after,
.insta_cont:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#footer .site,
#footer .sns,
.detail,
.insta_cont {
zoom: 1;
}

/* CONTAINER */
#container {}
@media (min-width: 768px) {
	#container {}
}
/* PAGETOP */
#pageTop {
height: 64px;
}
@media (min-width: 1080px) {
	#pageTop {
	height: 90px;
	}
}
/* HEADER */
#header {
position: fixed;
z-index: 10;
left: 0;
top: 0;
background-color: #fff;
width: 100%;
height: 64px;
text-align: left;
}
#header .logo {
position: absolute;
left: 20px;
top: 17px;
}
.en #header .logo {
top: 27px;
}
#header .logo img {
display: block;
width: 156px;
height: auto;
}
.en #header .logo img {
display: block;
width: 220px;
height: auto;
}
@media (min-width: 375px) {
	.en #header .logo {
	position: absolute;
	top: 25px;
	}
	.en #header .logo img {
	display: block;
	width: 250px;
	height: auto;
	}
}
#header .store,
#header .lang {
display: none;
}
@media (min-width: 1080px) {
	#header {
	width: 100%;
	height: 90px;
	text-align: left;
	}
	#header .logo {
	position: absolute;
	left: 40px;
	top: 25px;
	}
	.en #header .logo {
	top: 34px;
	}
	#header .logo img {
	width: 209px;
	}
	.en #header .logo img {
	width: 445px;
	}
	#header .store,
	#header .lang {
	display: block;
	}
	#header .store {
	position: absolute;
	right: 207px;
	top: 27px;
	}
	#header .store dt {
	margin-right: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 13px;
	line-height: 34px;
	color: #000;
	float: left;
	}
	#header .store dd {
	margin-right: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 34px;
	float: left;
	}
	.en #header .store dt,
	.en #header .store dd {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	}
	#header .store dd a {
	display: block;
	box-sizing: border-box;
	border: solid 1px #ccc;
	width: 120px;
	height: 36px;
	text-align: center;
	color: #000;
	}
	#header .store dd a:hover {
	background-color: #fff;
	border: solid 1px #000;
	color: #000;
	opacity: 1;
	}
	#header .lang {
	position: absolute;
	right: 119px;
	top: 30px;
	}
	#header .lang dt {
	display: none;
	}
	#header .lang dd {
	margin-right: 4px;
	float: left;
	}
	#header .lang dd span {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	display: block;
	box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #000;
	width: 30px;
	height: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	text-align: center;
	color: #000;
	opacity: 0.5;
	cursor: pointer;
	}
	.en #header .lang dd span {
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	}
	#header .lang dd span:hover,
	#header .lang dd span.active {
	opacity: 1;
	}
}
@media (min-width: 1130px) {
	#header .logo {
	left: 60px;
	}
}
/* GLOBALNAVI */
#globalnavi {}
#globalnavi .menu {
position: fixed;
z-index: 12;
right: 0;
top: 2px;
display: block;
background-color: #fff;
width: 60px;
height: 60px;
cursor: pointer;
}
#globalnavi .menu span {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
background-color: #000;
width: 26px;
height: 2px;
}
#globalnavi .menu span:nth-child(1) {
position: absolute;
left: 17px;
top: 21px;
}
#globalnavi .menu span:nth-child(2) {
position: absolute;
left: 17px;
top: 29px;
}
#globalnavi .menu span:nth-child(3) {
position: absolute;
left: 17px;
top: 37px;
}
#globalnavi .menu.active span:nth-of-type(1) {
-webkit-transform: translateY(8px) rotate(-45deg);
transform: translateY(8px) rotate(-45deg);
}
#globalnavi .menu.active span:nth-of-type(2) {
opacity: 0;
}
#globalnavi .menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
}
#globalnavi .cont {
position: absolute;
z-index: 11;
left: 0;
top: 0;
display: none;
box-sizing: border-box;
background-color: #fff;
padding: 30px;
width: 100%;
}
#globalnavi .logo {
display: none;
}
#globalnavi .lang {
box-sizing: border-box;
border-bottom: solid 1px #ccc;
margin-bottom: 48px;
height: 63px;
}
#globalnavi .lang dt {
display: none;
}
#globalnavi .lang dd {
margin-right: 15px;
float: left;
}
#globalnavi .lang dd span {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
display: block;
box-sizing: border-box;
border: solid 1px #999;
width: 32px;
height: 32px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 30px;
text-align: center;
color: #999;
}
.en #globalnavi .lang dd span {
font-family: 'Playfair Display', serif;
font-weight: 500;
}
#globalnavi .lang dd span:hover,
#globalnavi .lang dd span.active {
border: solid 1px #000;
color: #000;
}
#globalnavi .site .image,
#globalnavi .site h3 br,
#globalnavi .site p.lead {
display: none;
}
#globalnavi .site h3,
#globalnavi p.top {
font-size: 16px;
font-weight: 500;
}
#globalnavi .site h3 {
margin-bottom: 6px;
}
.en #globalnavi .site h3 span {
font-weight: 400;
}
#globalnavi .site .block {
-webkit-transition: opacity 0.7s ease;
transition: opacity 0.7s ease;
cursor: pointer;
}
#globalnavi .site .block:hover {
opacity: 0.5;
}
#globalnavi .site .block,
#globalnavi p.top {
margin-bottom: 35px;
}
#globalnavi .site p.url {
font-family: 'Roboto', sans-serif;
font-size: 10px;
color: #666;
}
#globalnavi .site p.url::before {
content: "\f35d";
margin-right: 5px;
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
#globalnavi .local li {
margin-bottom: 30px;
font-size: 16px;
font-weight: 400;
}
#globalnavi .sns {
padding-top: 16px;
}
#globalnavi .sns li {
margin-right: 20px;
font-size: 24px;
float: left;
}
#globalnavi li.magazine {
clear: both;
padding-top: 33px;
list-style: none;
}
#globalnavi li.magazine a {
position: relative;
display: block;
box-sizing: border-box;
border: solid 1px #000;
font-family: 'Noto Sans JP', sans-serif;
font-size: 11px;
font-weight: 400;
line-height: 30px;
width: 120px;
height: 32px;
text-align: center;
}
.en #globalnavi li.magazine a {
font-family: 'Playfair Display', serif;
font-weight: 400;
}
@media (min-width: 1080px) {
	#globalnavi .menu {
	top: 0;
	width: 90px;
	height: 90px;
	}
	#globalnavi .menu span {
	width: 40px;
	}
	#globalnavi .menu:hover span {
	animation: sizeScale 0.7s linear;
	}
	#globalnavi .menu.active:hover span {
	animation: none;
	}
	#globalnavi .menu span:nth-child(1) {
	left: 25px;
	top: 33px;
	}
	#globalnavi .menu span:nth-child(2) {
	left: 25px;
	top: 44px;
	}
	#globalnavi .menu span:nth-child(3) {
	left: 25px;
	top: 55px;
	}
	#globalnavi .menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
	}
	#globalnavi .menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	}
	#globalnavi .cont {
	position: fixed;
	padding: 50px 80px 32px 80px;
	}
	#globalnavi .logo {
	position: absolute;
	left: 80px;
	top: 50px;
	display: block;
	}
	#globalnavi .logo img {
	display: block;
	width: 209px;
	height: auto;
	}
	.en #globalnavi .logo img {
	width: 445px;
	}
	#globalnavi .lang {
	position: absolute;
	right: 119px;
	top: 53px;
	box-sizing: border-box;
	border-bottom: none;
	margin-bottom: 0;
	height: 30px;
	}
	#globalnavi .lang dd {
	margin-right: 4px;
	}
	#globalnavi .lang dd span {
	width: 30px;
	height: 30px;
	}
	#globalnavi .site {
	padding-top: 107px;
	}
	#globalnavi .site .block {
	margin: 0 40px 40px 0;
	width: 20%;
	float: left;
	}
	#globalnavi .site .block:last-child {
	margin: 0 80px 22px 0;
	}
	#globalnavi .site .image {
	display: block;
	margin-bottom: 22px;
	}
	#globalnavi .site .image img {
	width: 100%;
	height: auto;
	}
	#globalnavi .site h3 br {
	display: inherit;
	}
	#globalnavi p.top {
	display: none;
	}
	#globalnavi .site h3 {
	margin-bottom: 18px;
	line-height: 1.66;
	}
	#globalnavi .site p.lead {
	display: block;
	margin-bottom: 23px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	}
	#globalnavi .site p.url {
	font-size: 10px;
	color: #666;
	}
	#globalnavi .other {
	width: 20%;
	float: left;
	}
	#globalnavi .local {
	padding-top: 7px;
	}
	#globalnavi .local li {
	margin-bottom: 38px;
	font-size: 14px;
	}
	#globalnavi .sns {
	padding-top: 10px;
	width: 240px;
	}
	#globalnavi .sns li {
	margin-right: 15px;
	}
}
@keyframes sizeScale {
	0% {
	width: 40px;
	left: inherit;
	right: 25px;
	}
	49% {
	width: 0;
	left: inherit;
	right: 25px;
	}
	50% {
	width: 0;
	left: 25px;
	right: inherit;
	}
	100% {
	width: 40px;
	left: 25px;
	right: inherit;
	}
}

#pageBody{
overflow: hidden;
}
@media (min-width: 768px) {
	#pageBody {}
}
/* PAGEBODY */
#pageBottom {
padding: 0 40px;
}
#pageBottom.hidden {
overflow: hidden;
}

/* FOOTER */
#footer {
border-top: solid 3px #000;
padding: 33px 0 43px 0;
}
#footer ul {
list-style: none;
}
#footer .site {
padding-bottom: 3px;
}
#footer .site li {
margin-bottom: 31px;
font-size: 12px;
font-weight: 500;
}
#footer .local {
border-top: solid 1px #eee;
border-bottom: solid 1px #eee;
margin-bottom: 55px;
padding: 26px 0 22px 0;
}
#footer .local li {
display: inline-block;
margin-right: 35px;
font-size: 12px;
font-weight: 500;
line-height: 3.35;
}
#footer .local li:last-child {
margin-right: 0;
}
#footer .logo {
margin-bottom: 22px;
text-align: center;
}
#footer .logo img {
display: block;
margin: 0 auto;
width: 208px;
height: auto;
}
#footer .sns {
margin-bottom: 32px;
text-align: center;
}
#footer .sns li {
display: inline-block;
margin-right: 10px;
font-size: 21px;
}
#footer .sns li.twitter {
margin-right: 20px;
}
#footer .sns li.magazine {
margin-right: 0;
font-size: 11px;
}
#footer .sns li.magazine a {
position: relative;
top: -5px;
display: block;
box-sizing: border-box;
border: solid 1px #000;
font-family: 'Noto Sans JP', sans-serif;
font-size: 11px;
font-weight: 400;
line-height: 24px;
width: 100px;
height: 26px;
text-align: center;
}
.en #footer .sns li.magazine a {
font-family: 'Playfair Display', serif;
font-weight: 400;
}
#footer .copyRight {
font-family: 'Roboto', sans-serif;
font-size: 10px;
font-weight: 400;
text-align: center;
}
@media (min-width: 1160px) {
	#footer {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 51px 0 48px 0;
	max-width: 1080px;
	}
	#footer ul {
	list-style: none;
	}
	#footer .site {
	margin: 0 0 29px 340px;
	padding-bottom: 3px;
	}
	#footer .site li {
	margin-right: 40px;
	margin-bottom: 0;
	height: 13px;
	font-size: 13px;
	font-weight: 400;
	float: left;
	}
	#footer .site li:last-child {
	margin-right: 0;
	}
	#footer .site li:last-child::before {
	content: '';
	display: inline-block;
	background-color: #a3a3a3;
	margin: 0 60px 0 20px;
	width: 1px;
	height: 13px;
	}
	#footer .local {
	border-bottom: none;
	margin: 0 0 0 340px;
	padding: 16px 0 30px 0;
	}
	#footer .local li {
	margin-right: 35px;
	font-size: 13px;
	}
	#footer .local li:last-child {
	margin-right: 0;
	}
	#footer .logo {
	position: absolute;
	left: 0;
	top: 50px;
	margin-bottom: 0;
	text-align: left;
	}
	#footer .sns {
	position: absolute;
	left: 0;
	top: 116px;
	margin-bottom: 0;
	text-align: center;
	}
	#footer .copyRight {
	border-top: solid 1px #eee;
	padding-top: 44px;
	font-size: 11px;
	text-align: left;
	}
}

#modalMask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.75);
width: 100%;
height: 100%;
z-index: 99;
display: none;
}
@media (max-width: 879px) {
	.modal {
	display: none;
	}
	.modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	}
	.modal .close::before,
	.modal .close::after {
	content: '';
	display: block;
	position: absolute;
	left: 6px;
	top: 18px;
	background-color: #000;
	width: 26px;
	height: 2px;
	}
	.modal .close::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	.modal .close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#magazineModal {
	transform: translateY(-50%);
	box-sizing: border-box;
	position: fixed;
	left: 20px;
	right: 20px;
	top: 50%;
	background-color: #fff;
	padding-top: 80px;
	z-index: 100;
	text-align: center;
	}
	#magazineModal h3 {
	margin: 0 30px 20px 30px;
	font-size: 24px;
	}
	#magazineModal p {
	margin: 0 30px 20px 30px;
	font-size: 14px;
	line-height: 2.3;
	text-align: left;
	}
	#magazineModal ul {
	margin: 0 20px;
	padding-bottom: 10px;
	}
	#magazineModal li {
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 60px;
	}
	#magazineModal a {
	display: block;
	border: solid 1px #000;
	height: 60px;
	}
}
@media (min-width: 880px) {
	.modal {
	display: none;
	}
	.modal .close {
	position: absolute;
	right: 38px;
	top: 38px;
	width: 37px;
	height: 37px;
	cursor: pointer;
	}
	.modal .close::before,
	.modal .close::after {
	content: '';
	display: block;
	position: absolute;
	left: -5px;
	top: 18px;
	background-color: #000;
	width: 48px;
	height: 2px;
	}
	.modal .close::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	.modal .close::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	#magazineModal {
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #fff;
	padding-top: 80px;
	width: 800px;
	height: 400px;
	z-index: 100;
	text-align: center;
	}
	#magazineModal h3 {
	margin-bottom: 16px;
	font-size: 28px;
	}
	#magazineModal p {
	margin: 0 auto 52px auto;
	width: 540px;
	font-size: 14px;
	line-height: 2.3;
	text-align: left;
	}
	#magazineModal ul {
	margin: 0 auto;
	width: 530px;
	height: 60px;
	}
	#magazineModal li:first-child {
	float: left;
	}
	#magazineModal li:last-child {
	float: right;
	}
	#magazineModal li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 60px;
	}
	#magazineModal a {
	display: block;
	border: solid 1px #000;
	width: 240px;
	height: 60px;
	}
}