@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
html, body {
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
body {
  overflow-y: scroll;
  background: #e8f3f6;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
main {
  padding-top: 119px;
  /*min-height: 80%;*/
  margin: 0 auto;
  max-width: 1300px;
}
img {
  display: block;
  height: auto;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
}
ul.globalmenu {
  display: flex;
}
ul li {
  list-style: none;
}
#loading_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1.00);
  z-index: 40000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading_area img {
  width: 196px;
  height: 48px;
}
.header_contents {
  user-select: none;
}
.main_area {
  display: flex;
  position: relative;
  max-width: 1040px;
  margin: 45px auto 200px;
  padding: 0 1%;
}
.main01_area {
  position: relative;
  width: 97%
}
.maindeco_area {
  width: 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  user-select: none;
}
.maindeco_area img {
  width: 100%;
}
.main_deco02 {
  display: flex;
  text-justify: center;
  margin-top: 34%;
  margin-left: 85%;
  width: 100%;
}
.main_deco02 img {
  width: 26.5%;
}
.main_deco01.fadeIn {
  opacity: 1
}
/*anime*/
.fadeIn {
  opacity: 0;
  transition: 0.5s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_bottom {
  opacity: 0;
  transform: translateY(-64px);
  transition: 0.5s;
}
.fadeIn_bottom.is-show {
  transform: translateY(0px);
  opacity: 1;
}
.btf_deco01, .btf_deco02, .btf_deco03 {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.btf_deco01 img, .btf_deco02 img, .btf_deco03 img {
  pointer-events: none;
  user-select: none;
  width: 100%;
}
.btf_deco01 {
  width: 85px;
}
.btf_deco02 {
  width: 75px;
}
.btf_deco03 {
  width: 140px;
}
#pagetop {
  width: 100px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 50px;
  margin-bottom: 50px;
}
#pagetop img {
  width: 100%;
}
/* Sample2 */
.hover_img {
  display: inline-block;
  position: relative;
}
.hover_img .off {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .1s;
}
.hover_img .on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: .1s;
}
.hover_img .on, .hover_img .off {
  display: block;
}
.hover_img:hover .off {
  opacity: 0;
}
.hover_img:hover .on {
  opacity: 1;
}
/*popup*/
.comment_btn_ajast {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  letter-spacing: 0.2em;
}
.pupup_btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 1em;
}
#popupwrap_area {
  display: none;
}
#popup_area {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
#popup_close {
  line-height: 0.3em;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10vw;
  padding: 4%;
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  user-select: none;
}
#popup {
  max-width: 1000px;
  height: 100vh;
  /*  max-height: 95%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment_img img {
  max-height: 100%;
  max-width: 100%;
}
/*end popup*/
.common_dl_btn {
  position: relative;
}
.common_item-download_area {
  display: none;
  height: 217px;
  top: 0;
  position: absolute;
  z-index: 1;
  left: -10%;
  width: 120%;
  align-items: flex-end;
}
.common_item-download_area.ajast {
  height: 226px;

}
.common_item-download_area.item-download-in {
  display: flex;
}
.common_item-download_contents {
  height: 132px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dl_open01.hover, .dl_open02.hover {
  opacity: 0.3;
}
.common_item-download {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 1.00);
  text-align: center;
}
header.base ul.globalmenu .common_item-download a {
  color: rgba(255, 255, 255, 1.00);
}
header.base ul.globalmenu .common_item-download a:hover {
  color: rgba(12, 12, 12, 1.00);
  opacity: 0.5;
}
.common_item-download:nth-child(even) {
  /*background: #C6EDDB;*/
  background: #6fdeef;
}
.common_item-download:nth-child(odd) {
  /*background: #C9E8F1;*/
  background: #00b5bc;
}
@media screen and (min-width: 2000px) and (min-height:950px) {
  main {
    min-height: 80%;
  }
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  main {
    padding-top: 50px;
  }
  .main_area {
    margin: 10% auto 10%;
    padding: 0 4%;
  }
  .main01_area {
    padding: 0 1%;
    width: 90%
  }
  .maindeco_area {
    width: 6%;
  }
}