@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 100%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000000;
  line-height: 1.6;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  min-width: 1200px;
}

img {
  vertical-align: bottom;
}

strong {
  font-weight: bold;
}

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

a:hover {
  opacity: 0.8;
}
a:focus {
  outline: none;
}

.wrapper {
  min-width: 1100px;
  overflow: hidden;
}

.contain {
  width: 1200px;
  margin: 0 auto;
}

.sp {
  display: none;
}

html {
  background: #fff;
}

.head_sns {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 30px;
  display: flex;
}
.head_sns li + li {
  margin-left: 5px;
}

#index header {
  position: relative;
}
#index #mainVisual {
  position: relative;
}
#index #mainVisual .contain {
  position: relative;
}
#index .key {
  margin: 0 -400px;
}
#index .key img {
  width: 100%;
}
#index .logos {
  position: absolute;
  bottom: 22px;
  right: 10px;
}
#index .video-wrapper {
  margin-right: -21px;
}
#index .video-wrapper li + li {
  margin-top: 20px;
}
#index .link-wrapper {
  position: absolute;
  bottom: 51px;
  left: 12px;
  z-index: 2;
  display: flex;
}
#index .lt {
  position: absolute;
  top: 18px;
  left: 30px;
}
#index .complete {
  text-align: right;
  margin-right: 20px;
  margin-bottom: 12px;
}

.gNav {
  background: url(../img/common/bg_gNav.jpg) center top/auto no-repeat;
  height: 78px;
  position: relative;
  z-index: 3;
}
.gNav_inner {
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.gNav_inner li {
  text-align: center;
  margin-right: 40px;
}
.gNav_inner li:first-of-type {
  margin-left: -11px;
}
.gNav_inner li:last-of-type {
  margin-right: 0;
}
.gNav_inner li a:hover {
  opacity: 0.8;
}

.fancybox__content {
  background: transparent;
  padding: 0;
}

.sns {
  background: url(../img/common/bg_panda.png) center center/auto no-repeat #000000;
  position: relative;
  z-index: 4;
}
.sns .contain {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns .panda {
  margin-top: -9px;
  margin-left: 13px;
}
.sns_ttl {
  margin-bottom: 11px;
}
.sns_btn {
  display: flex;
  justify-content: center;
}
.sns_btn li + li {
  margin-left: 13px;
}

footer {
  background: #000000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.main-footer {
  width: 100%;
}

.logo-takao {
  position: absolute;
  right: 7px;
  top: 20px;
}

/* デフォルト：1380px以上用（PC用）の記述 */
@media screen and (max-width: 1379px) {
  /* 1379px以下用（PC用）の記述 */
}
/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {
  /* 1079px以下用（タブレット用）の記述 */
}
/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {
  /* 979px以下用（タブレット用）の記述 */
}
@media screen and (max-width: 768px) {
  /* 768px以下用（タブレット／スマートフォン用）の記述 */
}
@media screen and (max-width: 639px) {
  /* 639px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  /* 479px以下用（スマートフォン用）の記述 */
}