@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
.thm-body {
  padding: 0px;
  width: 1040px;
}
.jackad, .breadcrumb, .gigaindex .head, .thm-body .main-ad, .thm-header .main-ad {
  display: none;
}
.thm-main {
  margin-left: 10px;
}
.thm-aside {
  margin-right: 10px;
}
.thm-page-special .gigaindex .head {
  border-bottom: none;
  display: none;
}
.thm-page-special .gigaindex .detail {
  width: 100%;
  margin-bottom: 3em;
}
.gigaindex .detail img {
  max-width: 100%;
  background: none;
  opacity: inherit;
}
.fadein {
  opacity: 0;
  transform: translate(0, 40px);
  transition: all 1s;
}
.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#gigaContents a:hover .bt, #gigaContents .bt:hover {
  opacity: 0.7;
}
#gigaContents * {
  box-sizing: border-box;
}
#gigaContents {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.6em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  word-break: break-all;
  background: #fff url("images/wrap.png") center center repeat;
  background-size: 100% auto;
}
#gigaContents .giga-header {
  width: 100%;
}
#gigaContents .page-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.4em;
  letter-spacing: 1px;
  line-height: 1.6em;
  width: 90%;
  max-width: 800px;
  margin: 1em auto -0.5em;
  z-index: 1000;
  position: relative;
}
#gigaContents .box {
  width: 94%;
  margin: auto;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.1));
}
#gigaContents .folder-header {
  position: relative;
  padding: 2em 2em .5em;
  background: #fff;
  margin: 30px auto 0;
  text-align: center;
}
#gigaContents .folder-header:before {
  content: " ";
  position: absolute;
  top: -36px;
  left: 0;
  width: -webkit-calc(100% - 36px);
  width: calc(100% - 36px);
  height: 0;
  border: solid 18px transparent;
  border-bottom-color: #ddd;
}
#gigaContents .folder {
  background: #fff;
  min-height: 400px;
  margin: 0 auto 50px;
  padding: 0 3em 1em;
  position: relative;
}
#gigaContents .ttl-logo {
  text-align: center;
  font-weight: 700;
  font-size: 2.4em;
  letter-spacing: 1px;
  line-height: 1.6em;
  color: #ff4924;
}
.link-box {
  width: 100%;
  position: relative;
  padding: 2em;
  background-color: #24a890;
  text-decoration: none;
  outline: none;
  transition: all .2s;
  transition: ease .2s;
  margin-bottom: 2em;
}
a.link-box {
  cursor: pointer;
}
.link-box .inner {
  position: relative;
  z-index: 3;
  color: #fff;
}
.bgtop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #24a890;
  width: 100%;
  height: 0;
  /*アニメーション*/
  transition: .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}
/*hoverした際の形状*/
.bgtop:hover:before {
  height: 100%;
  background-color: #ff4924;
}
.link-box .ImgArea {
  width: 45%;
  height: auto;
  display: block;
  float: left;
  border: #fff solid 5px;
}
.link-box.phR .ImgArea {
  float: right;
}
.link-box .dataArea {
  padding-left: 48%;
}
.link-box.phR .dataArea {
  padding-left: 0;
  padding-right: 48%;
}
.link-box .dataArea .PostTitle {
  font-size: 1.6em;
  line-height: 1.4em;
}
.link-box .dataArea .summary {
  font-size: 1em;
  line-height: 1.4em;
  color: #ddd;
  padding-bottom: 40px;
}
.link-box.soon {
  text-align: center;
  color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 1em;
}
.link-box.soon h3 {
  font-size: 2.2em;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: 600;
  font-style: italic;
}
.link-box .dataArea .ico-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}
.link-box.phR .dataArea .ico-arrow {
  right: inherit;
  left: 0;
}
.link-box .dataArea .ico-arrow svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}