@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  box-sizing: border-box;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* Color */
/* Text */
/* Backbround */
/* Border */
/* Basic size */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  color: #212121;
  font-family: "PT Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  background-color: #FFF;
}

header + main, header + article {
  padding-top: 64px;
}

h1, .h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

h2, .h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

h3, .h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

h4, .h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

h5, .h5 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}

p {
  font-size: 1.6rem;
  margin-top: 32px;
  line-height: 1.75;
}

li {
  font-size: 1.6rem;
  line-height: 1.75;
}

ul {
  margin-top: 40px;
  list-style: none;
}

ul li ul {
  margin-top: 16px;
}

.list-style-disc {
  margin-left: 16px;
  list-style-type: disc;
}

/*
.list-style-alpha {
	margin-left: $unit * 2;
	list-style-type: lower-alpha;
	ul & {
		margin: $unit * 2 0 $unit * 2 $unit * 5;
	}
}
*/
dl {
  font-size: 1.6rem;
}

dt {
  margin-top: 32px;
  font-weight: bold;
  line-height: 1.75;
}

dd {
  margin-top: 16px;
  line-height: 1.75;
}

ol {
  margin-top: 16px;
  margin-left: 24px;
}

small {
  font-size: 1.5984rem;
  color: #595959;
}

address {
  font-size: 1.5984rem;
  font-style: normal;
}

figure {
  margin-top: 40px;
}

figcaption {
  font-size: 1.4rem;
  color: #6029CF;
  padding-top: 8px;
}

table {
  width: 100%;
  font-size: 1.6rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 32px;
  line-height: 1.75;
  border-top: 1px solid #C6C4CC;
}

table tr {
  border-left: 1px solid #C6C4CC;
  border-bottom: 1px solid #C6C4CC;
}

table td {
  border-right: 1px solid #C6C4CC;
  padding: 16px;
}

table th {
  border-right: 1px solid #C6C4CC;
  font-weight: bold;
  padding: 16px;
  background-color: #F3F0FA;
}

table caption {
  font-weight: bold;
}

.cell-nowrap {
  white-space: nowrap;
}

.mt-32 {
  margin-top: 32px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-0 {
  margin-top: 0;
}

.p-32 {
  padding: 32px;
}

.p-16 {
  padding: 16px;
}

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

a:hover {
  color: #6029CF;
}

a:visited {
  color: #C521DB;
}

a img {
  border: none;
}

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

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

.scale-img a {
  display: block;
  overflow: hidden;
  box-shadow: 0 8px 32px #aaa;
}

.scale-img img {
  display: block;
  transition-duration: 0.3s;
}

.scale-img img:hover {
  transform: scale(1.05);
  transition-duration: 0.3s;
}

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

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

.text-gradient {
  display: inline-block;
  color: #6029CF;
  background: linear-gradient(to right, #6029CF, #C521DB);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient--vertical {
  background: linear-gradient(to bottom, #6029CF, #C521DB);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  /* IE10,11用 */
  .text-gradient, .text-gradient--vertical {
    color: #6029CF;
    background: none;
  }
}

@media screen and (min-width: 481px) {
  .dl-pc-horizontal {
    display: flex;
    flex-wrap: wrap;
  }
  .dl-pc-horizontal dt {
    width: 33%;
    margin-top: 0;
    padding-right: 8px;
  }
  .dl-pc-horizontal dd {
    margin-top: 0;
    width: 66%;
  }
}

.border-gradient {
  border-image-slice: 1;
  border-width: 2px;
  -o-border-image: linear-gradient(to right, #6029CF, #C521DB);
  border-image: linear-gradient(to right, #6029CF, #C521DB);
}

a.link-btn {
  display: inline-block;
  padding: 8px 16px;
  color: #6029CF;
  color: #C521DB;
  background: none;
  background: linear-gradient(to right, #6029CF, #C521DB);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid #6029CF;
  border: 1px solid #C521DB;
}

a.link-btn:hover {
  border: 1px solid #6029CF;
  transition-duration: .3s;
}

@media all and (-ms-high-contrast: none) {
  /* IE10,11用 */
  a.link-btn {
    color: #C521DB;
    background: none;
  }
}

.bg-faint-gray {
  background-color: #F3F0FA;
}

.bg-darker {
  position: relative;
}

.bg-darker div {
  z-index: 1;
  position: relative;
}

.bg-darker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 480px) {
  .sp-hide {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .pc-hide {
    display: none;
  }
}

#sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

a.current-section {
  color: #6029CF;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  h1, .h1 {
    font-size: 2.3994rem;
  }
  h2, .h2 {
    font-size: 2.3994rem;
  }
  h3, .h3 {
    font-size: 1.9998rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
  h5, .h5 {
    font-size: 1.5984rem;
  }
  h6, .h6 {
    font-size: 1.5984rem;
  }
  p, li, dl, table {
    font-size: 1.8rem;
  }
  small {
    font-size: 1.5984rem;
  }
  figcaption {
    font-size: 1.575rem;
  }
  address {
    font-size: 1.5984rem;
  }
  /* Hover Animation */
  .hover-animation {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .hover-animation::after {
    border-bottom: solid 2px #C521DB;
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 0;
    margin-top: -2px;
  }
  .hover-animation:hover::after {
    width: 100%;
  }
}

.header {
  z-index: 9999;
  width: 100%;
  height: 64px;
  position: fixed;
  background-color: #FFF;
}

.header__inner {
  display: flex;
  justify-content: space-between;
}

.site-title {
  width: auto;
  width: 100px;
  line-height: 44px;
  padding: 8px 8px 8px 16px;
}

.site-title a {
  display: block;
  height: 64px;
  overflow: hidden;
}

.menu {
  z-index: 102;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
}

.menu-trigger {
  position: relative;
  width: 64px;
  height: 64px;
}

.menu-trigger span {
  position: absolute;
  left: 18px;
  width: 28px;
  height: 2px;
  background-color: #6029CF;
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
  background-color: #6029CF;
}

.menu-trigger span:nth-of-type(2) {
  top: 31px;
  background-color: #9224D5;
}

.menu-trigger span:nth-of-type(3) {
  top: 42px;
  background-color: #C521DB;
}

.menu-trigger.active span {
  background: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  padding: 64px 32px 0;
  overflow-y: scroll;
  background-color: #6029CF;
  background: linear-gradient(to bottom, #6029CF, #C521DB);
  -webkit-overflow-scrolling: touch;
}

.gnav ul {
  height: 100%;
  list-style: none;
  margin: 0;
}

.gnav li {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
}

.gnav a {
  display: block;
  padding: 16px 0;
  color: #fff;
  font-weight: bold;
}

.gnav a:hover {
  text-decoration: none;
}

.gnav span {
  display: block;
  padding: 8px;
  color: #fff;
}

.gnav__lang li:first-child::after {
  content: " | ";
}

.gnav__lang li {
  display: inline-block;
}

.gnav__lang--active {
  color: rgba(255, 255, 255, 0.8);
}

.gnav--inactive {
  display: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

html {
  display: block;
}

/* For Large Screen */
@media screen and (min-width: 769px) {
  .header__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
  .site-title {
    width: 10%;
    width: 124px;
  }
  .menu {
    display: none;
  }
  .gnav {
    display: block;
    position: relative;
    z-index: auto;
    width: 90%;
    min-width: 645px;
    height: 64px;
    padding: 0;
    overflow-y: hidden;
    background: transparent;
  }
  .gnav ul {
    list-style: none;
    margin: 0;
  }
  .gnav li {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .gnav a {
    display: block;
    padding: 0 0 0;
    margin: 0 24px 0 0;
    line-height: 64px;
    color: #6029CF;
  }
  .gnav a:hover {
    text-decoration: none;
  }
  .gnav span {
    display: block;
    padding: 2px 1.4rem 0;
    color: #595959;
    line-height: 64px;
  }
  .gnav .gnav__home {
    display: none;
  }
  .gnav .hover-animation.gnav__main--current::after {
    width: 100%;
  }
  .gnav__inner {
    display: flex;
  }
  .gnav__main {
    width: 82.5%;
    text-align: center;
  }
  .gnav__lang {
    width: 17.5%;
    text-align: right;
  }
  .gnav__lang--active {
    color: #595959;
  }
}

/* Home */
.hero {
  margin-top: 16px;
}

.hero__heading {
  margin: 0 auto;
  padding: 0 16px;
}

.hero__heading img {
  width: 90%;
  vertical-align: middle;
}

.hero__inner2 {
  width: 100%;
  height: 300px;
  margin-top: 16px;
  background: #000 url(./img/home-bg-sp.png) left center no-repeat;
  background-size: contain;
}

/*
.hero__solar-c {
    width: 95%;
    height: 270px;
    background: url(./img/home-solar-c.png) right bottom no-repeat;
    background-size: 265px 177px;
}*/
.hero__intro {
  padding: 16px;
}

/*
.hero-old-bg {
    height: 200px;
    margin-top: $unit * 8;
    background-color: $faint-bg-color;
    //background-color: yellow;
}
.hero-old__inner {
    margin: -246px auto 0;
}
.hero-old__heading {
    margin: 0 auto;
    padding: 0 $unit * 2;
    //background: red;
    img {
        width: 90%;
        vertical-align: middle;
    }
}
.hero-old__lead {
    margin-top: $unit;
    //margin: -190px auto 0;
    //padding-top: 80px;
}
.hero-old__lead__inner {
    display: inline-block;
    margin: 0 $unit;
    padding: $unit * .5  $unit;
    font-size: 1.8rem;
    color: $main-color;
    font-weight: bold;
    background-color: $base-color;
    //background: yellow;
}
.hero-old__inner2 {
    width: 100%;
    height: 300px;
    margin-top: -24px;
    background: #000 url(./img/solar-hinode.png) left center no-repeat;
    background-size: contain;
}
*/
.home-news {
  margin: 32px auto 0;
}

.home-news__inner {
  margin: 8px;
  padding: 16px;
  background-color: #FFF;
  box-shadow: 0 8px 32px #aaa;
}

.home-news__inner dl {
  max-height: 300px;
  overflow-y: scroll;
  font-size: 1.6rem;
  border-bottom: 1px solid #C6C4CC;
  margin-top: 16px;
}

.home-news__inner dt {
  font-weight: 500;
  color: #595959;
  border-top: 1px solid #C6C4CC;
  padding: 8px 0;
  margin-top: 0;
}

.home-news__inner dd {
  margin-top: 0;
  padding: 0 0 8px;
}

.home-news__inner p {
  margin-top: 16px;
}

.home-science, .home-instrument, .home-member, .home-schedule {
  display: flex;
  flex-direction: column-reverse;
  margin: 40px 8px 0;
}

.home-science h2, .home-instrument h2, .home-member h2, .home-schedule h2 {
  text-align: center;
}

.home-science p, .home-instrument p, .home-member p, .home-schedule p {
  margin: 16px 0 0;
}

.link-btn-wrap {
  text-align: center;
}

.home-science__inner, .home-instrument__inner, .home-member__inner, .home-schedule__inner {
  padding: 24px 16px 16px;
  background-color: #F3F0FA;
}

.home-researcher {
  margin: 40px auto;
}

.home-researcher__inner {
  margin: -160px 8px 0;
  padding: 32px;
  background-color: #FFF;
  box-shadow: 0 8px 32px #aaa;
}

.home-researcher-bg {
  height: 200px;
  background-color: #F3F0FA;
}

.page-hero {
  position: relative;
  height: 200px;
  margin: 0 auto;
  background-size: cover;
}

.page-hero__heading {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 2.0rem;
}

.page-hero__heading span {
  display: inline-block;
  padding: 8px 16px;
  background-color: #F5E931;
}

.page-hero__lead {
  display: none;
}

.page-hero-science {
  background: transparent url(./img/home-science.jpg) right center no-repeat;
}

.page-hero-instruments {
  background: transparent url(./img/home-instruments.jpg) center center no-repeat;
}

.page-hero-member {
  background: transparent url(./img/home-member.jpg) center center no-repeat;
}

.page-hero-gallery {
  background: transparent url(./img/home-gallery.jpg) center center no-repeat;
}

.page-hero-schedule {
  background: transparent url(./img/home-schedule.jpg) center center no-repeat;
}

.page-hero-researcher,
.page-hero-news {
  height: auto;
  padding: 64px 0 0;
}

.page-hero-researcher .page-hero__inner,
.page-hero-news .page-hero__inner {
  position: relative;
  width: auto;
  height: auto;
}

.l-sidebar {
  margin: 0 8px;
  padding: 8px;
  background-color: #FFF;
}

.l-sidebar h3 {
  color: #595959;
  text-align: center;
  padding: 0 32px 0;
}

.l-sidebar ol {
  padding-left: 16px;
  list-style: decimal-leading-zero;
}

.l-sidebar li {
  color: #595959;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

#sidebar {
  padding: 16px;
  border: 1px solid #C6C4CC;
}

.l-main-body section {
  margin: 0 8px 8px;
  padding: 40px 8px;
  background-color: #FFF;
}

.prev-next__inner a {
  display: block;
  height: 160px;
  color: #FFF;
  padding: 40px;
  font-size: 1.4rem;
}

.prev-next__inner span {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-n-science {
  background: url(./img/home-science.jpg) center center no-repeat;
}

.p-n-instruments {
  background: url(./img/home-instruments.jpg) center center no-repeat;
}

.p-n-member {
  background: url(./img/home-member.jpg) center center no-repeat;
}

.p-n-schedule {
  background: url(./img/home-schedule.jpg) center center no-repeat;
}

.p-n-researcher {
  background: url(./img/home-researcher.png) center center no-repeat;
}

.p-n-gallery {
  background: url(./img/home-gallery.jpg) center center no-repeat;
}

.p-n-news {
  background: url(./img/home-news.png) center center no-repeat;
}

.l-card {
  padding-bottom: 32px;
}

.l-card article {
  padding: 8px;
}

.l-card article div {
  padding: 24px;
  background-color: #FFF;
}

/* 最新情報ページ */
.news-body {
  margin: 0 8px;
  padding: 16px 0 8px;
}

.news-body h3, .news-body h4, .news-body h5, .news-body h6 {
  margin-top: 40px;
}

.news-body > article {
  padding: 40px 8px;
  background-color: #FFF;
}

.date {
  color: #595959;
  font-size: 1.4rem;
  margin-top: 16px;
}

.prev-news-index {
  padding: 40px 8px;
}

/* For Large Screen */
@media screen and (min-width: 481px) {
  section + section {
    padding-top: 80px;
  }
  .hero {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    background: none;
  }
  .hero-bg {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 400px;
    background-color: #F3F0FA;
    box-sizing: content-box;
  }
  .hero__inner {
    max-width: 840px;
    margin: 0 auto;
  }
  .hero__heading {
    margin-top: 16px;
    padding: 0;
  }
  .hero__heading img {
    width: auto;
  }
  .hero__inner2 {
    max-width: 960px;
    height: 400px;
    margin: 16px auto 0;
    background: #000 url(./img/home-solar.png) 32px top no-repeat;
    background-size: contain;
  }
  .hero__solar-c {
    width: 95%;
    height: 270px;
    background: url(./img/home-solar-c.png) right bottom no-repeat;
    background-size: 265px 177px;
  }
  .hero__intro {
    max-width: 720px;
    margin: 0 auto;
    padding: 48px;
    background-color: #FFF;
  }
  .hero__intro h3_ {
    text-align: center;
    color: #C521DB;
  }
  .hero__intro p {
    color: #6029CF;
  }
  /*
.hero-old {
    max-width: 1120px;
    margin: $unit * 8 auto 0;
}
.hero-old-bg {
    max-width: 1280px;
    height: 400px;
    background-color: $faint-bg-color;
    //background-color: yellow;
    box-sizing: content-box;
}
.hero-old__inner {
    max-width: 840px;
    margin: -456px auto 0;
}
.hero-old__heading {
    padding: 0;
    img {
        width:auto;
    }
}
.hero-old__lead__inner {
    display: inline-block;
    padding: $unit $unit * 2;
    font-size: 2.4rem;
    color: $main-color;
    font-weight: bold;
    background-color: $base-color;
}
.hero-old__inner2 {
    height: 400px;
    background: #000 url(./img/home-solar.png) left top no-repeat/contain;
    //margin-top: -24px;
}
*/
  .hero__solar-c {
    width: 95%;
    height: 420px;
    background: url(./img/home-solar-c.png) right bottom no-repeat;
    background-size: 420px 319px;
  }
  .home-news {
    max-width: 960px;
    margin: 40px auto 0;
    padding: 0 0 40px;
  }
  .home-news-bg {
    max-width: 960px;
    height: 400px;
    background-color: #F3F0FA;
  }
  .home-news__inner {
    max-width: 720px;
    min-height: 400px;
    margin: -360px auto 0;
    padding: 32px;
    background-color: #FFF;
    box-shadow: 0 8px 32px #aaa;
  }
  .home-news__inner dl {
    overflow-y: scroll;
    font-size: 1.6rem;
    border-bottom: 1px solid #C6C4CC;
  }
  .home-news__inner dt {
    font-weight: 500;
    color: #595959;
  }
  .home-news__inner dt, .home-news__inner dd {
    padding: 16px 0;
    border-top: 1px solid #C6C4CC;
  }
  .home-science, .home-instrument {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1280px;
    margin: 40px auto 0;
    padding: 0;
  }
  .home-science {
    margin-top: 0;
  }
  .home-instrument {
    flex-direction: row;
  }
  .home-science__img, .home-instrument__img {
    z-index: 2;
    width: 60%;
    height: auto;
    margin-bottom: 40px;
  }
  .home-science__inner, .home-instrument__inner {
    z-index: 1;
    width: 40%;
    margin-top: 40px;
    padding: 48px;
    background-color: #F3F0FA;
  }
  .home-member-schedule {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 40px auto 0;
  }
  .home-member, .home-schedule {
    width: 48%;
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
  }
  .home-member h2, .home-schedule h2 {
    margin: 0;
  }
  .home-member__img, .home-schedule__img {
    z-index: 2;
    width: 90%;
    height: auto;
  }
  .home-member__inner, .home-schedule__inner {
    width: 90%;
    margin-left: 10%;
    padding: 48px;
    background-color: #F3F0FA;
  }
  .home-researcher {
    max-width: 720px;
    margin: 40px auto;
  }
  .home-researcher__inner {
    max-width: 640px;
    margin: -160px auto 0;
    padding: 32px;
    background-color: #FFF;
    box-shadow: 0 8px 32px #aaa;
  }
  .home-researcher-bg {
    max-width: 720px;
    height: 200px;
    background-color: #F3F0FA;
    box-sizing: content-box;
  }
  /* 各ページの基本的なレイアウト */
  .l-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 1280px;
    margin: 0 auto;
  }
  .l-main-body {
    width: 68.75%;
    max-width: 840px;
  }
  .l-main-body section {
    max-width: 840px;
    margin: 0 0 8px;
    padding: 64px;
    background-color: #FFF;
  }
  /* 最新情報一覧ページ用 */
  .l-card {
    flex-direction: row;
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .l-card article {
    width: 33.3%;
    padding: 16px;
  }
  .l-card article p {
    margin-top: 8px;
  }
  .l-card article .link-btn-wrap {
    margin-top: 32px;
  }
  .l-card article div {
    padding: 32px;
    background-color: #FFF;
  }
  .l-card-gallery {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
   .l-card-gallery::after {
    display: block;
    content:"";
    width: 32%;
  }
  .l-card-gallery figure {
    width: 32%;
    margin-top: 24px;
  }
  .l-card-videos figure {
    width: 49%;
    margin-top: 24px;
  }

  .l-sidebar {
    width: 31.25%;
    max-width: 400px;
    padding: 0 32px 32px 0;
    background-color: transparent;
  }
  .l-sidebar h3 {
    padding: 32px 32px 0;
    color: #595959;
    text-align: left;
  }
  .l-sidebar ol {
    padding-left: 32px;
    list-style: decimal-leading-zero;
  }
  .l-sidebar li {
    color: #595959;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  #sidebar {
    padding: 0;
    border: none;
  }
  .page-hero {
    max-width: 1920px;
    height: 400px;
    margin: 0 auto;
    background-size: cover;
  }
  .page-hero__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 0 0;
  }
  .page-hero__heading {
    position: relative;
  }
  .page-hero__heading span {
    display: inline-block;
    padding: 8px 16px;
    background-color: #F5E931;
  }
  .page-hero__lead {
    display: block;
  }
  .page-hero__lead span {
    font-weight: bold;
    padding: 8px 16px;
    background-color: #FFF;
  }
  .page-hero-science {
    background: transparent url(./img/science-hero-l.jpg) right center no-repeat;
  }
  .page-hero-instruments {
    background: transparent url(./img/instruments-hero-l.jpg) center center no-repeat;
  }
  .page-hero-member {
    background: transparent url(./img/member-hero-l.jpg) center center no-repeat;
  }
  .page-hero-schedule {
    background: transparent url(./img/schedule-hero-l.jpg) center center no-repeat;
  }
  .page-hero-researcher,
  .page-hero-news {
    height: auto;
    padding: 0;
  }
  .page-hero-researcher .page-hero__inner,
  .page-hero-news .page-hero__inner {
    width: auto;
    padding: 32px 0;
  }
  /* 最新情報ページ */
  .news-body {
    max-width: 840px;
    margin: 0 auto;
    padding: 16px 0 8px;
  }
  .news-body > article {
    padding: 64px;
    background-color: #FFF;
  }
  .date {
    color: #595959;
    margin-top: 16px;
  }
}

@media screen and (min-width: 481px) and (max-width: 769px) {
  .page-hero {
    height: 200px;
  }
  .page-hero-researcher, .page-hero-news {
    height: auto;
  }
  .page-hero__inner {
    padding-top: 24px;
  }
}

.footer {
  padding: 8px;
  color: #FFF;
  background-color: #000;
}

.footer a {
  color: #FFF;
}

.footer a:visited {
  color: #FFF;
}

.footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

.footer small {
  color: #FFF;
}

.footer__contact {
  padding: 32px;
  background: rgba(255, 255, 255, 0.2);
}

.footer__contact address {
  color: rgba(255, 255, 255, 0.87);
  margin-top: 16px;
  line-height: 1.75;
}

.footer__contact address b {
  color: #FFF;
}

.footer__contact address small {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.87);
}

.footer__pamphlet {
  z-index: 2;
  padding: 32px;
  background: rgba(255, 255, 255, 0.2);
}

.footer__pamphlet a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer__pamphlet a figcaption {
  color: #FFF;
}

.footer__nav li {
  display: inline-block;
}

.footer__nav a {
  display: block;
  padding: 16px;
}

.footer__copyright {
  text-align: center;
}

/* For Large Screen */
@media screen and (min-width: 769px) {
  .prev-next__inner {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 0 8px;
  }
  .prev-next__inner li {
    display: block;
    width: 50%;
  }
  .prev-next__inner li:hover.bg-darker::after {
    background: rgba(0, 0, 0, 0.2);
    transition: .3s;
  }
  .prev-next__inner a {
    display: block;
    height: 200px;
    color: #FFF;
    padding: 40px;
    font-size: 1.4rem;
  }
  .prev-next__inner a:visited {
    color: #FFF;
  }
  .prev-next__inner a:hover {
    color: #FFF;
  }
  .footer {
    height: 800px;
    color: #FFF;
    padding: 0;
    background: #000 url(./img/footer-bg.jpg) center bottom no-repeat;
  }
  .footer a {
    color: #FFF;
  }
  .footer a:visited {
    color: #FFF;
  }
  .footer a:hover {
    color: #FFF;
    text-decoration: underline;
  }
  .footer small {
    color: #FFF;
  }
  .footer__inner {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
  }
  .footer__inner .footer__contact {
    width: 50%;
    margin: 0;
    background: transparent;
  }
  .footer__inner .footer__pamphlet {
    width: 50%;
    margin: 0;
    background: transparent;
  }
  .footer__navs {
    width: 100%;
  }
  .footer__navs .footer__nav {
    text-align: center;
  }
  .footer__navs .footer__nav ul {
    margin-top: 0;
    text-align: center;
  }
  .footer__navs .footer__nav li {
    display: inline-block;
  }
  .footer__navs .footer__nav a {
    font-size: 1.4rem;
  }
  .footer__copyright {
    text-align: center;
  }
  .footer__copyright p {
    font-size: 1.4rem;
  }
}

/* Google Material Icons */
.material-icons {
  line-height: 1.75;
  padding-bottom: .4rem;
  display: inline-flex;
  vertical-align: middle;
}

.material-icons.md-14 {
  font-size: 1.4rem;
}

.material-icons.md-16 {
  font-size: 1.6rem;
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

a .material-icons {
  padding-right: .3rem;
}

a:hover .material-icons {
  padding-left: .3rem;
  padding-right: 0;
  transition: .3s;
}

a .material-icons--right {
  padding-right: 0;
  padding-left: .3rem;
}

a:hover .material-icons--right {
  padding-left: 0;
  padding-right: .3rem;
}

/* Fadein */
.fadein {
  opacity: 0.1;
  transform: translate(0, 40px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
