@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/css?family=Yantramanav:100);
@import url(vendors/sanitize.min.css);


/* Base
 =========================================================== */

html,
body {
  padding: 0;
}

body {
  color: #fff;
  background: #000;
  font-size: 16px;
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  line-height: 1.625;
  min-width: 1100px;
}

body.mceContentBody {
  color: inherit;
  background: transparent;
  padding: 40px 0 40px;
  margin: 0 auto;
  width: auto;
  height: auto;
  min-width: 0;
  max-width: 760px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

a:link {
  color: #004098;
  text-decoration: none;
}

a:hover {
  color: #004098;
  text-decoration: underline;
}

a:visited {
  color: #8c2dc3;
}

small {
  font-size: inherit;
}


/*
 =========================================================== */

.ghead__inner,
.gnav__inner,
.topicpath__inner,
.content__inner,
.section__inner,
.gfoot__sitemap__inner,
.gfoot__utils__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  color: #000;
  background: #fff url(../img/bg.jpg) repeat-x 50% 85px;
  background-size: 100% auto;
}

.lang-en .wrapper {
  background-image: url(../img/bg_en.jpg);
}

body.template-main-index .wrapper {
  color: #000;
  background: #fff;
}

body.folder-for-researchers .wrapper {
  color: #000;
  background: #fff url(../img/bg_for_researchers.jpg) repeat-x 50% 85px;
  background-size: 100% auto;
}

.ghead {
  color: #000;
  background: #fff;
}

.ghead__inner {
  position: relative;
  height: 85px;
  text-align: center;
}

.ghead__site-logo {
  display: table;
  height: 100%;
  margin: auto;
}

.ghead__site-logo a {
  display: table-cell;
  vertical-align: middle;
}

.ghead__naoj-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
}

.ghead__naoj-logo a {
  display: table-cell;
  vertical-align: middle;
}

.ghead__utils {
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.ghead__utils > * {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 26px;
  vertical-align: top;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ghead__utils > * + * {
  margin-left: 6px;
}

.ghead__utils a {
  color: #000;
  background: #e5e5e5;
  text-decoration: none;
}

.ghead__utils a:hover {
  background: #ccc;
  transition: all 100ms ease;
}

.ghead__sns {
  position: absolute;
  right: 0;
  bottom: 15px;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.ghead__sns > * {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
}

.ghead__sns > *:hover {
  opacity: .9;
  transition: all 100ms ease;
}

.ghead__sns > * > * {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.ghead__sns > * + * {
  margin-left: 15px;
}

.topicpath {
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}

.topicpath__inner {
  letter-spacing: -.4em;
}

.topicpath__inner > * {
  letter-spacing: normal;
}

.topicpath__inner ul,
.topicpath__inner:before {
  display: inline-block;
  vertical-align: middle;
}

.topicpath__inner:before {
  content: '';
  width: 0;
  height: 60px;
}

.topicpath a {
  color: #fff;
}

.topicpath ul {
  list-style: none;
  letter-spacing: -.4em;
  line-height: 1;
}

.topicpath li {
  display: inline-block;
  letter-spacing: normal;
  max-width: 30em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.topicpath li:before {
  content: '\FF1E';
  display: inline-block;
  margin: 0 .3em;
  opacity: .7;
  transform: scale(.8);
  -ms-transform: scale(.8);
  -webkit-transform: scale(.8);
}

.topicpath li:first-child:before {
  content: none;
}

.topicpath li br {
  display: none;
}

.gnav {
  position: relative;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, .5);
  z-index: 10;
}

.gnav a {
  color: #fff;
  text-decoration: none;
}

.gnav nav {
  display: table;
  width: 100%;
  margin: auto;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.gnav nav > * {
  display: table-cell;
  height: 70px;
  padding: 0 1em;
  min-width: 8em;
  text-align: center;
  line-height: 1.25;
  border-left: 1px solid rgba(255, 255, 255, .3);
  vertical-align: middle;
  transition: all 200ms ease-in-out;
}

.gnav nav > *.current {
  position: relative;
  background: rgba(0, 0, 0, .5);
}

.gnav nav > *.current:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  height: 4px;
  background: #ff6000;
}

.gnav nav > *:hover {
  background: #741a04;
  background: rgba(0, 0, 0, .4);
  text-shadow: 0 0 30px rgba(255, 255, 255, .8);
}

.content__inner {
  margin-bottom: 60px;
  padding: 40px 50px;
  color: #000;
  background: #fff;
}

.content__inner:after {
  content: '';
  display: block;
  clear: both;
}

.content__inner .content__header {
  margin: -40px -50px 40px;
  padding: 0 50px;
  color: #fff;
  background: #000;
  letter-spacing: -.4em;
}

.content__inner .content__header > * {
  display: table-cell;
  height: 70px;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: normal;
  vertical-align: middle;
}

.side__lnav {
  margin-bottom: 30px;
}

.side__lnav a {
  color: inherit;
  text-decoration: none;
  transition: all 100ms ease;
}

.side__lnav li {
  list-style: none;
  letter-spacing: -.4em;
  line-height: 1.35;
}

.side__lnav li > * {
  letter-spacing: normal;
}

/* 第1階層 */
.side__lnav > ul > li > a,
.side__lnav > ul > li > span {
  position: relative;
  display: table;
  width: 100%;
  padding: 0 10%;
  color: #fff;
  background: #333;
}

.side__lnav > ul > li > a:after,
.side__lnav > ul > li > span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: #ff6000;
}

.side__lnav > ul > li > a:hover {
  background: #404040;
}

.side__lnav > ul > li > a > span,
.side__lnav > ul > li > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}

/* 第2階層 */
.side__lnav > ul > li > ul > li {
  border-bottom: 1px solid #e5e5e5;
}

.side__lnav > ul > li > ul > li.folder-description {
  padding: 25px 10px .25em;
  color: #666;
  font-size: 12px;
  letter-spacing: normal;
}

.side__lnav > ul > li > ul > li > a,
.side__lnav > ul > li > ul > li > span {
  display: block;
  padding: 8% 10%;
  font-size: 14px;
  font-weight: bold;
}

.side__lnav > ul > li > ul > li > span {
  color: #888;
}

.side__lnav > ul > li > ul > li > a:hover,
.side__lnav > ul > li > ul > li.current > a {
  background: #ffefe5;
}

/* 第3階層以下 */
.side__lnav > ul > li > ul > li ul {
  display: none;
}

.side__lnav > ul > li > ul li.parent > ul,
.side__lnav > ul > li > ul li.current > ul {
  display: block;
}

.side__lnav > ul > li > ul > li > ul {
  background: #f7f7f7;
}

.side__lnav > ul > li > ul > li li > a,
.side__lnav > ul > li > ul > li li > span {
  display: block;
  padding: 8% 10% 8% 20%;
  font-size: 14px;
}

.side__lnav > ul > li > ul > li li > a:hover,
.side__lnav > ul > li > ul > li li.current > a {
  background: #ffefe5;
}

/* 第4階層以下 */
.side__lnav > ul > li > ul > li > a + ul,
.side__lnav > ul > li > ul > li > span + ul {
  border-top: 1px dotted #e5e5e5;
}

.side__lnav > ul > li > ul > li li li > a,
.side__lnav > ul > li > ul > li li li > span {
  padding: 3% 10% 3% 30%;
  font-size: 12px;
}



.page-index {
  letter-spacing: -.4em;
}

.page-index > * {
  position: relative;
  display: inline-block;
  width: 23.3333333%;
  padding: 10px 15px;
  margin: 0 0 2.22222222% 2.22222222%;
  background: #f3f3f3;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  vertical-align: top;
  border: 1px solid #ccc;
  transition: all 100ms ease;
}

.page-index > a:hover {
  background: #dedede;
  transform: scale(1.02);
}

.page-index > span {
  color: #888;
}

.page-index > :nth-child(4n+1) {
  margin-left: 0;
}

.page-index > *:before,
.page-index > * > * {
  display: inline-block;
  vertical-align: middle;
}

.page-index > *:before {
  content: '';
  width: 0;
  height: 95px;
}

.page-index > * > * {
  letter-spacing: normal;
}

.page-index > *:after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 4px;
  background: #ff6000;
}

.content__body > *,
.content__body blockquote > *,
.content__body .parts-sample,
.content__body .parts-sample > * {
  margin-bottom: 1em;
}

.content__body > * + table,
.content__body > table + *,
.content__body blockquote > * + table,
.content__body blockquote > table + *,
.content__body .parts-sample > * + table,
.content__body .parts-sample > table + * {
  margin-top: 2em;
}

.content__body > :last-child,
.content__body blockquote > :last-child,
.content__body .parts-sample > :last-child {
  margin-bottom: 0;
}

.content__body > :first-child,
.content__body blockquote > :first-child,
.content__body .parts-sample > :first-child {
  margin-top: 0;
}

.content__body > .page-index {
  margin-top: 4em;
}

.content__body > .page-index + .page-index{
  margin-top: 1em;
}

.content__body h1,
.content__body h2,
.content__body h3,
.content__body h4,
.content__body h5,
.content__body h6,
.content__body hr,
.content__body pre,
.content__body table,
.content__body blockquote {
  clear: both;
}

.content__body h1,
.content__body h2,
.content__body h3,
.content__body h4,
.content__body h5,
.content__body h6 {
  margin-top: 2em;
  font-weight: bold;
  line-height: 1.3125;
}

.content__body h1 a,
.content__body h2 a,
.content__body h3 a,
.content__body h4 a,
.content__body h5 a,
.content__body h6 a {
  color: inherit;
}

.content__body h1 {
  font-size: 32px;
}

.content__body h2 {
  font-size: 24px;
  padding-bottom: .25em;
  border-bottom: 3px solid #ff6000;
}

.content__body h3 {
  font-size: 20px;
  padding-bottom: .25em;
  border-bottom: 2px solid #d9d9d9;
}

.content__body h4 {
  font-size: 20px;
}

.content__body h5 {
  font-size: 18px;
}

.content__body h6 {
  font-size: 16px;
}

.content__body em {
  color: #ff6000;
  font-style: normal;
  font-weight: bold;
}

.content__body strong {
  font-weight: bold;
}

.content__body blockquote {
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2.5% 3.5%;
  border: 1px solid #ccc;
}

.content__body caption {
  padding: 0 10px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
}

.content__body th,
.content__body td {
  padding: .5em 10px;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e6e6e6;
}

.content__body tbody tr:first-child th,
.content__body tbody tr:first-child td {
  border-top: 1px solid #e6e6e6;
}

.content__body tbody tr th:first-child {
  white-space: nowrap;
}

.content__body table {
  margin-bottom: 2em;
  color: inherit;
}

.content__body th {
  font-weight: bold;
}

.content__body thead th,
.content__body thead td {
  background-color: #f3f3f3;
}

.content__body tfoot th,
.content__body tfoot td {
  border-top: 3px double #e6e6e6;
}

.content__body table.full {
  width: 100%;
}

.content__body table .min-width {
  width: .1%;
  white-space: nowrap;
}

.content__body ol,
.content__body ul,
.content__body dd {
  margin-left: 2em;
}

.content__body dt {
  font-weight: bold;
  font-style: oblique;
}

.content__body dd + dt {
  margin-top: .5em;
}

.content__body pre {
  text-rendering: optimizeSpeed;
}

.content__body hr {
  margin: 3em 0;
  border-bottom: 1px dotted #ccc;
}

.content__body .note {
  color: #828282;
  font-size: 81.25%;
}

.content__body .photo-credit {
  margin-top: 4em;
  padding-top: 1em;
  color: #828282;
  font-size: 81.25%;
  border-top: 1px solid #ccc;
}

.content__body .align-left {
  text-align: left;
}

.content__body .align-center {
  text-align: center;
}

.content__body .align-right {
  text-align: right;
}

.content__body .valign-top {
  vertical-align: top;
}

.content__body .valign-middle {
  vertical-align: middle;
}

.content__body .valign-bottom {
  vertical-align: bottom;
}

.content__body .mt-figure .mt-image-left,
.content__body .mt-figure .mt-image-right,
.content__body .mt-figure .mt-image-none {
  float: none !important;
  margin: 0 !important;
}

.content__body .mt-figure {
  display: table;
  width: 1px;
}

.content__body .mt-figure > * + * {
  margin-top: .5em;
}

.content__body .mt-figcaption {
  color: #828282;
  font-size: 12px;
  text-align: left;
  line-height: 1.5;
}

.content__body .align-left,
.content__body .align-center,
.content__body .align-right {
  margin-bottom: 1.5em;
}

.content__body img.align-left,
.content__body .mt-figure.align-left,
.content__body img.align-right,
.content__body .mt-figure.align-right {
  margin-top: 0;
}

.content__body img.align-left,
.content__body .mt-figure.align-left {
  float: left;
  margin-right: 20px;
}

.content__body img.align-center,
.content__body .mt-figure.align-center {
  clear: both;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.content__body img.align-right,
.content__body .mt-figure.align-right {
  float: right;
  margin-left: 20px;
}

.content__body .gallery {
  clear: both;
  margin-left: -2.7027027027%;
  letter-spacing: -.4em;
}

.content__body .gallery > * {
  /* IEはinline-tableを正しくレンダリングしないので
     floatで対応、それ以外はinline-tableを使用 */
  display: inline-table !important;
  display: block !important\9;
  float: left !important\0;
  height: auto;
  margin: 0 0 2.7027027027% 2.7027027027% !important;
  letter-spacing: normal;
  vertical-align: top;
}

.content__body .gallery > .mt-figure {
  display: table\0;
}

.content__body .gallery.col1 > *,
.content__body .gallery.col2 > *,
.content__body .gallery.col3 > *,
.content__body .gallery.col4 > *,
.content__body .gallery.col5 > *,
.content__body .gallery.col6 > *,
.content__body .gallery.col7 > *,
.content__body .gallery.col8 > *,
.content__body .gallery.col9 > * {
  /* カラム数が決まっている場合は幅も決まるので、
     全ブラウザinline-blockで対応 */
  display: inline-block;
  float: none;
}

/*   (720-20*($cols-1))/$cols/(720+20)*100   */
.content__body .gallery.col1 > * { width: 97.297297297%; }
.content__body .gallery.col2 > * { width: 47.297297297%; }
.content__body .gallery.col3 > * { width: 30.630630631%; }
.content__body .gallery.col4 > * { width: 22.297297297%; }
.content__body .gallery.col5 > * { width: 17.297297297%; }
.content__body .gallery.col6 > * { width: 13.963963964%; }
.content__body .gallery.col7 > * { width: 11.583011583%; }
.content__body .gallery.col8 > * { width: 9.7972972973%; }
.content__body .gallery.col9 > * { width: 8.4084084084%; }


.content__body .gallery.col1 > * img,
.content__body .gallery.col2 > * img,
.content__body .gallery.col3 > * img,
.content__body .gallery.col4 > * img,
.content__body .gallery.col5 > * img,
.content__body .gallery.col6 > * img,
.content__body .gallery.col7 > * img,
.content__body .gallery.col8 > * img,
.content__body .gallery.col9 > * img {
  width: 100%;
  height: auto;
}

.content__body .gallery.col4 .mt-figcaption,
.content__body .gallery.col5 .mt-figcaption,
.content__body .gallery.col6 .mt-figcaption {
  font-size: 12px;
}

.content__body .gallery.col7 .mt-figcaption,
.content__body .gallery.col8 .mt-figcaption,
.content__body .gallery.col9 .mt-figcaption {
  font-size: 10px;
}

.content__body .clear {
  clear: both;
}

.content__body.mceContentBody .clear {
  position: relative;
  border-top: 1px dashed lightgray;
}

.content__body.mceContentBody .clear:before {
  content: 'フロート解除';
  display: block;
  position: absolute;
  top: -.5em;
  left: 50%;
  color: lightgray;
  background: #fff;
  font-size: 10px;
  width: 10em;
  line-height: 1;
  margin-left: -5em;
  text-align: center;
}

.content__pubdate {
  text-align: right;
}

.content .main {
  float: left;
  width: 820px;
  min-height: 500px;
}

.content__inner .main {
  margin: -40px -50px;
  padding: 40px 50px;
}

.content .side {
  float: right;
  width: 180px;
}

.content__inner .side {
  margin: -40px -50px;
}

.section {
  margin: 30px 0 50px;
}

.section__inner {
  position: relative;
}

.section__title {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 125px;
  margin-top: -34px;
  padding: 0 1em;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 34px;
  background: #ccc;
  vertical-align: bottom;
}

.section__title a {
  color: inherit;
  text-decoration: none;
}

.section--mv {
  position: relative;
  margin: -70px 0 0;
  text-align: center;
}

.section--mv img,
.section--mv iframe {
  width: 100%;
  height: 100%;
}

.section--mv:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .2);
}

.mv {
  position: relative;
  width: 100%;
  background: #000;
}

.mv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/dot.png) 50%;
}

@media (min-device-pixel-ratio: 2),
       (-webkit-min-device-pixel-ratio: 2) {
  .mv:after {
    background-image: url(../img/dot@2x.png);
    background-size: 4px 4px;
  }
}

.mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.section--banner img {
  transition: all 200ms ease;
}

.section--banner a:hover img {
  opacity: .9;
}

.section--about {
  margin: -150px 0 0;
  text-align: center;
}

.section--about img {
  max-width: 100%;
  height: auto;
}

.section--news,
.section--gallery {
  margin-top: 55px;
}

.section--news {
  color: #000;
  background: #ccc;
}

.section--news .section__title {
  color: #000;
  background: #ccc;
}

.section--gallery {
  color: #fff;
  background: #000;
}

.section--gallery .section__title {
  color: #fff;
  background: #000;
}

.section--intro {
  margin-top: 105px;
}

.intro-block {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.72;
  color: #fff;
  background: #000 url(../img/introblock_bg.jpg) no-repeat 100% 0;
}

.intro-block a {
  color: inherit;
}

.intro-block__title {
  margin-bottom: 20px;
}

.intro-block__row {
  display: table-row;
}

.intro-block__cell {
  position: relative;
  display: table-cell;
  padding: 30px 45px;
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.intro-block__cell:first-child,
.intro-block__cell:last-child {
  width: 250px;
}

.intro-block__cell:first-child {
  border-left: none;
}

.intro-block__row:first-child .intro-block__cell {
  border-top: none;
}

.intro-block__cell > * {
  margin-bottom: 1.5em;
}

.intro-block__cell > *:last-child {
  margin-bottom: 0;
}

.intro-block__cell h2 {
  margin-bottom: .25em;
  font-size: 32px;
  text-align: center;
}

.intro-block__cell > h2,
.intro-block__cell > p {
  text-shadow: 0 0 5px #6a7086;
}

.intro-block__cell .solar-a,
.intro-block__cell .solar-b,
.intro-block__cell .astro-a {
  position: absolute;
  line-height: 1;
}

.intro-block__cell .solar-a .name-en,
.intro-block__cell .solar-b .name-en,
.intro-block__cell .astro-a .name-en {
  margin-bottom: .2em;
  font-family: 'Yantramanav', sans-serif;
  font-weight: 200;
  font-size: 24px;
  color: #fff;
  opacity: .5;
}

/* ひのとり */
.intro-block__cell .astro-a {
  top: 110px;
  right: 18px;
}

.intro-block__cell .astro-a:after {
  position: absolute;
  top: -83px;
  left: -107px;
  width: 168px;
  height: 116px;
  background: url(../img/introblock_astroa.png) no-repeat;
  content: '';
  display: block;
}

/* ようこう */
.intro-block__cell .solar-a {
  left: 40px;
  bottom: 140px;
}

.intro-block__cell .solar-a:after {
  position: absolute;
  top: 47px;
  left: 15px;
  width: 179px;
  height: 140px;
  background: url(../img/introblock_solara.png) no-repeat;
  content: '';
  display: block;
}

/* ひので */
.intro-block__cell .solar-b {
  left: 35px;
  bottom: 48px;
}

.intro-block__cell .solar-b:after {
  position: absolute;
  top: -155px;
  left: -35px;
  width: 238px;
  height: 191px;
  background: url(../img/introblock_solarb.png) no-repeat;
  content: '';
  display: block;
}

.intro-block__cell .solar-b .name-en {
  margin-bottom: 0;
  font-size: 44px;
}

.intro-block__cell .solar-b .name-ja {
  font-size: 15px;
}

/* 最先端望遠鏡の特徴 */
.intro-block__cell.cell-05 {
  background: #000 url(../img/introblock_bg_05.jpg) no-repeat;
  background-size: cover;
}

.intro-block__cell.cell-06 {
  background: #000 url(../img/introblock_bg_06.jpg) no-repeat;
  background-size: cover;
}

/* 「ひので」のサイエンス */
.intro-block__cell.cell-07 {
  background: #000 url(../img/introblock_bg_07.jpg) no-repeat 100% 100%;
  background-size: cover;
}

.lang-en .intro-block__cell.cell-07 {
  background-image: url(../img/introblock_bg_07_en.jpg);
}

.intro-block__cell.cell-08 {
  background: #000 url(../img/introblock_bg_08.jpg) no-repeat 100% 50%;
  background-size: cover;
}

.lang-en .intro-block__cell.cell-08 {
  background-image: url(../img/introblock_bg_08_en.jpg);
}

/* もっと知りたい、太陽と「ひので」の謎 */
.intro-block__cell.cell-09 {
}

.intro-block__cell.cell-10 {
  background: #000 url(../img/introblock_bg_10.jpg) no-repeat;
  background-size: cover;
}

/* --- */


.button-list {
  list-style: none;
}

.button-list li + li {
  margin-top: 16px;
}

.button-list li a {
  display: block;
  padding: .25em 15px;
  color: #000;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.65;
  text-decoration: none;
  transition: all 200ms ease;
}

.button-list li a:hover {
  color: #fff;
  background-color: #ff6000;
}

.button-list li a:before {
  content: '';
  display: inline-block;
  margin-right: .75em;
  width: 9px;
  height: 1.65em;
  background: url(../img/icon_link.svg) no-repeat 0 50%;
  background-size: 100% auto;
  vertical-align: top;
}

.news-index {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.news-index__block {
  display: table-row;
}

.news-index__item,
.news-index__item:link,
.news-index__item:visited {
  position: relative;
  display: table-cell;
  color: #000;
  background: #f5f5f5;
  font-size: 13px;
  text-decoration: none;
  transition: all 100ms ease;
}

.news-index__item:nth-child(2n+1) {
  color: #fff;
  background: #666;
}

.news-index__item:hover {
  background: #e8e8e8;
  transform: scale(1.02);
  z-index: 10;
}

.news-index__item:nth-child(2n+1):hover {
  background: #5d5d5d;
}

.news-index__item .pct > * {
  vertical-align: top;
}

.news-index__item .pct img {
  width: 100%;
  height: auto;
}

.news-index__item:hover img {
  opacity: .9;
}

.news-index__item .pct .noimage {
  opacity: .5;
}

.news-index__item .text {
  padding: 4.8% 10%;
}

.news-index__item .meta {
  margin-bottom: .25em;
}

.news-index__item .date {
  color: #4c4c4c;
}

.news-index__item:nth-child(2n+1) .date {
  color: #b2b2b2;
}

.news-index__item .label {
  display: inline-block;
  margin-left: .5em;
  min-width: 6em;
  padding: .25em .8em .2em;
  color: #fff;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1em;
}

.about-index {
  display: table;
  color: #ccc;
  background: #000 url(../img/about_bg.png) no-repeat;
}

@media (min-device-pixel-ratio: 2),
       (-webkit-min-device-pixel-ratio: 2) {
  .about-index {
    background-image: url(../img/about_bg@2x.png);
    background-size: 390px auto;
  }
}

.about-index a {
  color: #ddd;
  text-decoration: none;
}

.about-index__item {
  display: table-cell;
  padding: 20px 22px;
  vertical-align: bottom;
}

.about-index__item + .about-index__item {
  border-left: 1px solid rgba(255, 255, 255, .3);
}

.about-index__item.days {
  width: 248px;
}

.about-index__item.days {
  width: 248px;
}

.about-index__item.days > * {
  position: relative;
  bottom: -.3em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
}

.about-index__item.days .days {
  font-size: 14px;
}

.about-index__item.days .days strong {
  margin-right: .3em;
  font-size: 18px;
}

.about-index__item.intro {
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
}

.about-index__item.intro .title-en {
  text-align: center;
  font-size: 28px;
  line-height: 1;
  color: white;
  letter-spacing: .05em;
  font-feature-settings: 'pkna';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about-index__item.intro .title img {
  width: 100%;
}

.about-index__item.intro .text {
  margin-top: 10px;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.about-index__item.intro .button {
  margin-top: 12px;
}

.about-index__item.intro .button a {
  display: block;
  padding: .3em .25em;
  color: #ccc;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all 100ms ease;
}

.about-index__item.intro .button a:hover {
  color: #eee;
  border-color: #eee;
}

.about-index__item.intro .button.with-num {
  margin-top: 1em;
  letter-spacing: -.4em;
}

.about-index__item.intro .button.with-num > a {
  position: relative;
  padding-top: .75em;
  font-size: 18px;
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
}

.about-index__item.intro .button.with-num > a:nth-child(1) {
  width: 136px;
}

.about-index__item.intro .button.with-num > a:nth-child(2) {
  width: 159px;
  margin-left: 6px;
}

.about-index__item.intro .button.with-num > a:nth-child(3) {
  width: 134px;
  margin-left: 6px;
}

.about-index__item.intro .button.with-num > a > span {
  position: absolute;
  top: -.5em;
  left: 50%;
  width: 1.2em;
  margin-left: -.6em;
  background: #000;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
}

.about-index__item.intro .button.with-num > a:hover > span {
  color: #eee;
}

.about-index__item.today {
  width: 250px;
}

.about-index__item.today .pict img {
  border: 1px solid rgba(255, 255, 255, .3);
  transition: all 100ms ease;
}

.about-index__item.today .pict:hover img {
  opacity: .9;
}

.about-index__item.today .button {
  margin-top: 10px;
}

.about-index__item.today .button a {
  display: block;
  color: #000;
  background: #fff;
  font-size: 14px;
  transition: all 100ms ease;
}

.about-index__item.today .button a:hover {
  background: #e6e6e6;
}

.gallery-index {
  padding: 10px 0;
  letter-spacing: -.4em;
}

.gallery-index > * {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  width: 20%;
  padding: 10px;
  vertical-align: top;
  transition: all 100ms ease;
}

.gallery-index > *[href$=".mpg"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/icon_movie.svg) no-repeat 50% 51%;
  background-size: 25.44% auto;
}

.gallery-index > *:hover {
  opacity: .9;
  transform: scale(1.02);
}

.gallery-index img {
  width: 180px;
  height: 180px;
}

.gallery-index__item {
  position: relative;
}

.gallery-index__item.movie:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/icon_movie.svg) no-repeat 50% 50%;
}

.pagetop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  opacity: 0;
  margin-bottom: 20px;
  transition: all 400ms ease;
}

html.is-scrolled .pagetop {
  margin-bottom: 0;
  opacity: 1;
}

.pagetop a {
  display: block;
  color: #fff;
  width: 66px;
  padding: 25px 0 4px;
  background: #666;
  background: rgba(0, 0, 0, .6) url(../img/icon_pagetop.png) no-repeat 50% 0;
  font-family: 'Helvetica Neue', Arial, inherit;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}

.gfoot__sitemap {
  padding: 35px 0;
  background: #e5e5e5;
  font-size: 15px;
}

.gfoot__sitemap__inner {
  display: table;
}

.gfoot__sitemap__col {
  display: table-cell;
  padding-left: 50px;
  width: 5%;
  box-sizing: border-box;
}

.gfoot__sitemap__col:first-child {
  padding-left: 0;
}

.gfoot__sitemap dt {
  margin-bottom: .5em;
  padding-bottom: .25em;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
}

.gfoot__sitemap dd {
  line-height: 1.35;
  margin-top: .8em;
}

.gfoot__utils {
  padding: 15px 0 20px;
  color: #fff;
  background: #000000;
  text-align: right;
  line-height: 1.5;
}

.gfoot__utils a {
  color: #fff;
}

.gfoot__utils__links {
  float: left;
  font-size: 13px;
  letter-spacing: -.4em;
  overflow: hidden;
}

.gfoot__utils__links > * {
  letter-spacing: normal;
}

.gfoot__utils__links > * + * {
  margin-left: 2em;
}

.gfoot__utils__copyright {
  font-size: 12px;
}

.parts-sample {
  position: relative;
}

.parts-sample:after {
  content: '';
  display: block;
  clear: both;
}

.parts-sample:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00f5ff;
  opacity: 0;
  z-index: 99999;
}

.parts-sample--target:before {
  opacity: .2;
}

.parts-sample__pre {
  position: relative;
  color: #888;
  background: #eee;
  font-family: 'Menlo', monospace;
  font-size: 12px;
  max-height: 15em;
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
}

.parts-sample__pre code {
  display: block;
  padding: 15px 1em;
  font-family: inherit;
  cursor: text;
}

html.parts-sample--hide .parts-sample__pre {
  display: none;
}

a.parts-sample__toggle {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #000;
  text-decoration: none;
  margin: 0;
  opacity: .8;
  z-index: 99999;
  cursor: pointer;
  border-radius: 5px;
}

.parts-sample__toggle:hover {
  opacity: .9;
}

.parts-sample__toggle:active {
  color: #e8e8e8;
}
