@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Global Styles
------------------------------------------------------------------------ */

/* Initialize
---------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
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, picture {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
}

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
	font-size: 62.5%;
}

body {
	line-height: 1.8;
	background: #fff;
	color: #000;
	word-break: normal;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

ins {
	background-color: #ff9;
	color: #fff;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #fff; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	padding: 2px;
}

input, select, button {
    vertical-align: middle;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

label {
	cursor: pointer;
}

area {
	outline: 0;
}


/* WebFonts
---------------------------------------------------------- */

/* NotoSansCJKjp-Regular */

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NotoSansCJKjp-Regular.eot);
	src: local('Noto Sans CJK JP Regular'),
	     local('NotoSansCJKjp-Regular'),
         url(../fonts/NotoSansCJKjp-Regular.woff) format('woff'),
         url(../fonts/NotoSansCJKjp-Regular.otf) format('opentype');
}

/* NotoSansCJKjp-Bold */

@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp-Bold.eot);
	src: local('Noto Sans CJK JP Bold'),
	     local('NotoSansCJKjp-Bold'),
         url(../fonts/NotoSansCJKjp-Bold.woff) format('woff'),
         url(../fonts/NotoSansCJKjp-Bold.otf) format('opentype');
}


/* Override
---------------------------------------------------------- */

body {
	line-height: 1.8;
	background: url(../images/bg.png);
	color: #000;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

input, select, textarea {
	font-family: 'NotoSansCJKjp';
	font-weight: 400;
}


/* Utillities
---------------------------------------------------------- */

/* Magnific Popup --------------------------------- */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,  .mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,  .mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,  .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

/**
* Simple fade transition,
*/
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.5;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* Button --------------------------------- */

.btn-fade {
	transition: opacity 200ms linear; 
}

.btn-fade:hover,
.btn-fade:focus {
	opacity: .7;
}

/* #btn-back */

#btn-back a {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 36px;
	xxwidth: 282px;
	height: 80px;
	line-height: 80px;
	background: #000;
	box-sizing: border-box;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 2.6rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

#btn-back a:hover,
#btn-back a:focus {
	text-decoration: none;
}

#btn-back a:after {
	position: absolute;
	top: 0;
	right: -46px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 40px 23px;
	border-left-color: #000;
	content: '';
}

/* Navigation --------------------------------- */

/* .nav-cat */

.nav-cat {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.nav-cat li {
	margin-bottom: 20px;
}

.nav-cat li a {
	display: block;
	padding: 16px 0 15px 0;
	width: 224px;
	border: 5px solid #000;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
}

.nav-cat a.disabled {
	color: #d2d2d2;
	border-color: #d2d2d2;
}

.nav-cat li a:hover,
.nav-cat li a:focus {
	text-decoration: none;
}

.nav-cat li:nth-child(odd) a.current,
.nav-cat li:nth-child(odd) a:hover:not(.disabled),
.nav-cat li:nth-child(odd) a:focus:not(.disabled) {
	background: #00a9ff;
}

.nav-cat li:nth-child(even) a.current,
.nav-cat li:nth-child(even) a:hover:not(.disabled),
.nav-cat li:nth-child(even) a:focus:not(.disabled) {
	background: #ff233f;
}

.nav-cat li a span {
	display: block;
	line-height: 1.1;
}

.nav-cat li a span[lang='jp'] {
	margin-bottom: 10px;
	font-size: 2.8rem;
	letter-spacing: .15em;
}

.nav-cat li a span[lang='en'] {
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

/* Article --------------------------------- */

.article {
	margin-bottom: 40px;
	padding: 65px;
	border: 5px solid #000;
	background: #fff;
	box-sizing: border-box;
}

.article .cat {
	display: inline-block;
	width: 128px;
	height: 25px;
	line-height: 25px;
	background: #000;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.article .cat-products,
.article .cat-event,
.article .cat-bd,
.article .cat-other {
	color: #00a9ff;
}

.article .cat-media,
.article .cat-onair,
.article .cat-cd {
	color: #ff233f;
}

.article .date {
	color: #969696;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: .05em;
}

.article-content { font-size: 2rem; }

.article-content h1 { font-size: 3rem; }
.article-content h2 { font-size: 2.7rem; }
.article-content h3 { font-size: 2.4rem; }
.article-content h4 { font-size: 2.2rem; }
.article-content h5 { font-size: 2rem; }
.article-content h6 { font-size: 2rem; }

/* List --------------------------------- */

/* .list-archives */

.list-archives {
	padding-top: 5px;
}

.list-archives li {
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	margin-top: -5px;
	padding: 35px;
	border: 5px solid #000;
	background: #fff;
}

.list-archives li .thumb {
	position: relative;
	margin-right: 40px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	background: url(../images/noimage.png) no-repeat left top;
	background-size: 100%;
}

.list-archives li .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.list-archives li .article {
	margin: 0;
	padding: 0;
	width: 900px;
	border: 0;
}

.list-archives li .article-header {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 10px;
	line-height: 1.1;
}

.list-archives li .article-header .cat {
	margin: .5em 18px 0 0;
}

.list-archives li .article-header .title {
	width: 754px;
	font-size: 3.4rem;
	letter-spacing: .05em;
}

.list-archives li .article-content {
	margin-bottom: 32px;
	font-size: 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: .05em;
}

.list-archives li .link-more {
	padding-left: 4px;
}

.list-archives li .link-more a {
	padding-left: 39px;
	background: url(../images/icon-arrow.png) no-repeat left center;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.list-archives li .date {
	position: absolute;
	right: 35px;
	bottom: 35px;
}



/* Layout
---------------------------------------------------------- */

/* Base --------------------------------- */

#container {
	position: relative;
	width: 100%;
	min-width: 1280px;
	min-height: 100%;
	overflow: hidden;
}

#header {
	position: relative;
	z-index: 20;
	margin-bottom: 80px;
	border-bottom: 5px solid #000; 
	background: #fff;
}

#header-inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin: 0 auto;
	padding-bottom: 200px;
	width: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	text-align: center;
}

/* #header --------------------------------- */

#logo {
	padding: 34px 0 33px;
	text-align: center;
}

/* #btn-menu */

#btn-menu,
#btn-menu .icons,
#btn-menu .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

#btn-menu {
	top: 15px;
	left: auto;
	right: -15px;
	z-index: 100;
	overflow: hidden;
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
}

#btn-menu .icons {
	display: block;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: all 300ms ease-out;
}

#btn-menu .icon {
	transition: all 300ms ease-out;
}

#btn-menu .icon span {
	display: block;
	position: absolute;
	left: 16px;
	width: 68px;
	height: 5px;
	background: #000;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	transition: all 300ms ease-out;
}

#btn-menu .icon-top span {
	top: 50px;
	-webkit-transform: translateY(-27px);
	transform: translateY(-27px);
}

#btn-menu .icon-mid span {
	top: 50px;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

#btn-menu .icon-bot span {
	bottom: 50px;
	-webkit-transform: translateY(27px);
	transform: translateY(27px);
}

.nav-active #btn-menu .icons {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav-active #btn-menu .icon-top  {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active #btn-menu .icon-mid {
	opacity: 0;
}

.nav-active #btn-menu .icon-bot  {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active #btn-menu .icon-top span {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.nav-active #btn-menu .icon-bot span {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}

/* #gnav --------------------------------- */

#gnav {
	position: absolute;
	top: -305px;
	z-index: 10;
	width: 100%;
	height: 305px;
	border-bottom: 5px solid #000;
	background: #fff;
	transition: all 1200ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#gnav-content {
	margin: 0 auto;
	padding: 77px 0 76px 0;
	width: 1200px;
}

.nav-active #gnav {
	top: 130px;
}

#gnav ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-botto: -50px;
}

#gnav ul li {
	margin-bottom: 50px;
}

#gnav ul li:nth-child(1) { margin-right: 35px; }
#gnav ul li:nth-child(2) { margin-right: 44px; }
#gnav ul li:nth-child(3) { margin-right: 35px; }
#gnav ul li:nth-child(5) { margin-right: 33px; }
#gnav ul li:nth-child(6) { margin-right: 43px; }
#gnav ul li:nth-child(7) { margin-right: 41px; }

#gnav ul li a {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
}

#gnav ul li:nth-child(1) a { background-image: url(../images/gnav01-on.png); }
#gnav ul li:nth-child(2) a { background-image: url(../images/gnav02-on.png); }
#gnav ul li:nth-child(3) a { background-image: url(../images/gnav03-on.png); }
#gnav ul li:nth-child(4) a { background-image: url(../images/gnav04-on.png); }
#gnav ul li:nth-child(5) a { background-image: url(../images/gnav05-on.png); }
#gnav ul li:nth-child(6) a { background-image: url(../images/gnav06-on.png); }
#gnav ul li:nth-child(7) a { background-image: url(../images/gnav07-on.png); }
#gnav ul li:nth-child(8) a { background-image: url(../images/gnav08-on.png); }

#gnav ul li a:not(.disabled).current img,
#gnav ul li a:not(.disabled):hover img,
#gnav ul li a:not(.disabled):focus img {
	opacity: 0;
}

/* #main --------------------------------- */

/* #main-header */

#main-header {
	margin: 0 auto 80px auto;
	width: 1200px;
}

#main-header .title {
	margin-bottom: -5px;
	font-weight: 700;
	font-size: 2.8rem;
	letter-spacing: .15em;
}

#main-header .title img {
	margin: 0 35px 5px 0;
	vertical-align: bottom;
}

#main-content {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}

/* #footer --------------------------------- */

/* #btn-pagetop */

#btn-pagetop {
	display: none;
	position: fixed;
	left: 0;
	bottom: 75px;
	z-index: 50;
	min-width: 1200px;
	width: 100%;
	height: 80px;
	pointer-events: none;
}

#btn-pagetop a {
	display: block;
	position: absolute;
	right: 50px;
	width: 80px;
	height: 80px;
	pointer-events: auto;
}

/* #copyright */

#copyright {
	line-height: 49px;
	color: #fff;
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
	letter-spacing: .05em;
}
