@charset "UTF-8";
/* normalize.css */
html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  letter-spacing: .015em;
  box-sizing: border-box;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  font-feature-settings: palt;
  -webkit-font-feature-settings: "palt";
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
article, aside, details, /* 1 */ figcaption, figure, footer, header, main, /* 2 */ menu, nav, section, summary { /* 1 */
  display: block;
}
template, /* 1 */ [hidden] {
  display: none;
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  text-decoration: none;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover {
  opacity: .7;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dl {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
h1 {
  margin: 0;
}
h2 {}
h3 {
  margin: 0;
}
p {}
a:hover {}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
iframe {
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
button, input, select, textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}
optgroup {
  font-weight: bold;
}
button {
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
button, input { /* 1 */
  overflow: visible;
}
button, select { /* 1 */
  text-transform: none;
}
button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
figure {
  margin: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
img, article, button, input, textarea {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
/* -----------------------------------------------
	main
----------------------------------------------- */
.inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.flex {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row2 li {
  width: 47%;
}
.row2 li:nth-child(odd) {
  margin-right: 6%;
}
.row3 li {
  width: 32%;
  margin-right: 2%;
}
.row3 li:nth-child(3n) {
  margin-right: 0;
}
.center {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.note {
  font-size: 10px !important;
  letter-spacing: 0;
  margin-top: 10px;
}
.ft20 {
  font-size: 2.5rem;
}
.ft17 {
  font-size: 17px;
  letter-spacing: 0.15em;
}
.ft15 {
  font-size: 15px;
  letter-spacing: 0.2em;
}
.ft13 {
  font-size: 13px;
  letter-spacing: 0.2em;
}
.ft11 {
  font-size: 12px;
  line-height: 2.6rem;
  letter-spacing: 0.2em;
}
.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}
/* loading */
body.no-scroll {
  overflow: hidden; /* ローディング中はスクロール禁止 */
}
/* ローディング画面 */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("lib/images/pc_left.jpg") no-repeat center center / cover;
  z-index: 9999;
  opacity: 1;
}
#loading:after {
  position: absolute;
  content: "";
  right: 25px;
  bottom: 10px;
  width: 54px;
  height: 8px;
  background-image: url("lib/images/icon-jaxa.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 54px 8px;
}
#loading.hidden {
  opacity: 0;
  visibility: hidden; /* ← Safari対策 */
}
#loading p {
  position: absolute;
  right: 8%;
  top: 50px;
  width: 45px;
}
/**/
#main {
  width: 100%;
  max-width: 650px;
  margin: auto;
}
#mv-area {
  position: relative;
  height: 100vh;
  background-image: url("lib/images/mv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#mv-area h1 {
  position: absolute;
  right: 10%;
  top: 60px;
  font-size: 3rem;
  font-weight: 900;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: upright;
  font-feature-settings: "palt";
  font-feature-settings: "palt"0; /* プロポーショナル代替オフ */
  -webkit-font-feature-settings: "palt"0;
}
#mv-area h1 .punc {
  text-align: center;
  display: inline-block;
  width: 1em; /* 文字幅に揃える */
}
#mv-area h1 .num {
  display: inline-block; /* 個別に制御 */
  width: 1em; /* 全角幅に統一 */
  text-align: center; /* 横方向中央揃え */
  vertical-align: middle;
}
/* Edge 用微調整 */
@supports (-ms-ime-align:auto) {
  #mv-area h1 .num {
    margin-left: 0.5px; /* 微調整で中央揃え */
  }
}
/* Chrome 用微調整 */
@supports (-webkit-text-size-adjust: none) and (not (-ms-ime-align:auto)) {
  #mv-area h1 .num {
    margin-left: -0.5px;
  }
}
#area01 {
  aspect-ratio: 375 / 562;
  background: url("lib/images/img-area01.jpg") no-repeat center center;
  background-size: cover;
}
#area01 dl dt {
  margin-bottom: 20px;
}
#area01 dl dd {
  margin-left: 0;
}
#area02 {
  aspect-ratio: 375 / 250;
  background: url("lib/images/img-area02.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 15px;
}
#area02 p {
  text-shadow:
    1px 1px 2px #000, -1px 1px 2px #000, -1px -1px 0 #000, 1px -1px 0 #000;
}
#area03 {
  background: url("lib/images/img-area03.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}
#area03 p {
  margin-bottom: 1.5em;
}
#area04 {
  aspect-ratio: 375 / 665;
  background: url("lib/images/img-area04.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 140px;
}
#area05 {
  aspect-ratio: 375 / 665;
  background: url("lib/images/img-area05.jpg") no-repeat center center;
  background-size: cover;
}
#area05 p, #area07 p {
  margin: 1.5em 0;
}
#area06 {
  aspect-ratio: 375 / 665;
  background: url("lib/images/img-area06.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 80px;
}
#area07 {
  aspect-ratio: 375 / 665;
  background: url("lib/images/img-area07.jpg") no-repeat center center;
  background-size: cover;
}
#product-area {
  color: #000;
  background-color: #bababa;
  padding: 40px 0;
}
#product-area .sec02 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#product-area h2 {
  margin-bottom: 30px;
}
#product-area .txt-en {
  margin-bottom: 20px;
}
#product-area ul li {
  margin-bottom: 50px;
}
#product-area .sec03 ul li {
  margin-bottom: 0;
}
#product-area ul li figure dl {
  margin: 5px 0;
}
#product-area ul li figure dl dt {
  line-height: 1.3;
}
#product-area ul li > a {
  position: relative;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
  padding: 3px 0;
}
#product-area ul li figure a:hover {
  background-color: #333;
}
#product-area ul li figure a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  width: 8.5px;
  height: 3.5px;
  background-image: url("lib/images/arrow.png");
  background-size: 8.5px 3.5px;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer {
  position: relative;
  background: url(lib/images/img-footer.png) no-repeat center 60px;
  background-size: 465px 591px;
  padding: 60px 0;
}
#footer h3 {
  width: 195px;
  margin: 0 auto;
  padding-top: 640px;
}
@media print, screen and (max-width:979px) {
  #rightColumn, #leftColumn {
    display: none;
  }
}
@media print, screen and (min-width:980px) {
  #mv-area h1 {
    font-size: 5rem;
  }
  .ft20 {
    font-size: 4rem;
  }
  /*#loading {
    display: none;
  }*/
  #container {
    display: grid;
    grid-template-columns: 1fr 500px 1fr;
  }
  .pcContent {
    height: 100vh;
    position: sticky;
    top: 0;
  }
  #main {
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 50px #00000073;
  }
  #leftColumn .pcContent {
    background-image: url("lib/images/pc_left.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #leftColumn .pcContent:after {
    position: absolute;
    content: "";
    right: 25px;
    bottom: 10px;
    width: 54px;
    height: 8px;
    background-image: url("lib/images/icon-jaxa.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 8px;
  }
  #rightColumn .pcContent {
    background-image: url("lib/images/pc_right.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #leftColumn {
    min-width: 475px;
  }
  #rightColumn nav {
    position: absolute;
    left: 5%;
    top: 60px;
  }
  #rightColumn nav ul li {
    padding-bottom: 30px;
  }
  #rightColumn nav ul li a {
    color: #fff;
    font-size: 15px;
    border-bottom: 2px solid #fff;
  }
}