@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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
main {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
textarea {
  resize: none;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
a:not([class]),
.cboxElement {
  color: #32acf0;
}
a:not([class]):hover,
.cboxElement:hover {
  text-decoration: none;
}
.wrap {
  min-width: 960px;
  min-height: 100%;
  padding: 10px;
  background-color: #32acf0;
  background-image: url("../images/bg_top.png"), url("../images/bg_bottom.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-attachment: fixed;
  background-size: contain;
}
.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  border-radius: 50%;
  background-color: #32acf0;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  opacity: 0.6;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
  transition: opacity 150ms linear, -webkit-transform 500ms ease-out;
  transition: opacity 150ms linear, transform 500ms ease-out;
  transition: opacity 150ms linear, transform 500ms ease-out, -webkit-transform 500ms ease-out;
}
.pageTop:hover {
  opacity: 1;
}
.pageTop.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.pageTop:before {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 15px;
  border: solid 15px transparent;
  border-bottom: solid 26px #fff;
}
.fa:before {
  margin-right: 5px;
}
.lb {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  text-align: center;
}
.lb__overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.lb__img {
  width: auto;
  height: 80%;
  max-height: 720px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.lb__img > img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-animation: swich 300ms ease-out 0ms 1 normal forwards;
          animation: swich 300ms ease-out 0ms 1 normal forwards;
}
.lb__img > img.position {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.lb__img__prev,
.lb__img__next {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: rgba(0,0,0,0.4);
  cursor: pointer;
  opacity: 0;
  transition: opacity 300ms linear;
}
.lb__img__prev:hover,
.lb__img__next:hover {
  opacity: 1;
}
.lb__img__prev:before,
.lb__img__next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -15px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.lb__img__prev {
  left: 0;
}
.lb__img__next {
  right: 0;
}
.lb__nav {
  display: inline-block;
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
  padding-top: 10px;
  font-size: 0;
  text-align: center;
}
.lb__nav > li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
}
.lb__nav > li + li {
  margin-left: 10px;
}
.lb__nav > li:hover {
  opacity: 1;
  transition: opacity linear 150ms;
}
.lb__nav > li.current {
  background: #32acf0;
  opacity: 1;
}
.lb__movie {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
}
.new {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.new:after {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -45px;
  padding: 5px 50px;
  background-color: #ff8271;
  color: #fff;
  letter-spacing: 0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: new 700ms linear infinite alternate;
          animation: new 700ms linear infinite alternate;
}
.header {
  width: 960px;
  height: 80px;
  position: relative;
  margin: 0 auto 10px;
}
.header__head {
  height: 100%;
  opacity: 1;
}
.header__head > a {
  transition: opacity 150ms linear;
}
.header__head > a:hover {
  opacity: 0.6;
}
.header__head img {
  width: auto;
  height: 100%;
}
.nav {
  height: 100%;
}
.gNav {
  width: 500px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.gNav:after {
  content: "";
  display: block;
  clear: both;
}
.gNav > li {
  float: left;
  width: 33.333%;
  position: relative;
}
.gNav > li.ready:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.6) url("../ready.png") no-repeat right center;
}
.gNav__link {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  padding-right: 10px;
  border-right: solid 1px rgba(255,255,255,0.3);
  border-bottom: solid 1px rgba(255,255,255,0.3);
  background-color: rgba(255,255,255,0.1);
  color: #fff;
  line-height: 40px;
  text-align: right;
  letter-spacing: 0.1em;
  text-decoration: none;
  overflow: hidden;
  box-sizing: border-box;
  transition: background-color 150ms linear;
}
.gNav__link:hover {
  background-color: rgba(255,255,255,0.6);
}
.gNav__link:before {
  content: "\00ff1e";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  margin: auto 0;
  border-radius: 50%;
  background: #fff;
  color: #213a63;
  font-size: 10px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 18px;
  text-indent: 8px;
  text-align: right;
}
.gNav__link:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255,255,255,0.3);
  transition: background-color 150ms linear;
}
.gNav > li:nth-child(3n) .gNav__link {
  border-right: none;
}
.main {
  margin-bottom: 100px;
}
.content {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255,255,255,0.8);
  background-image: url("../images/bg.png");
  border-radius: 5px;
  box-sizing: border-box;
}
.footer {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.footer__content {
  position: relative;
}
.infoBottom {
  width: 840px;
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  border: solid 1px rgba(255,255,255,0.3);
  border-radius: 5px;
  color: #fff;
  text-shadow: 1px 2px rgba(15,82,119,0.3);
  box-sizing: border-box;
}
.infoBottom__head {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.1em;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.infoBottom__product {
  margin-top: -10px;
}
.infoBottom__product > dt {
  float: left;
  width: 7em;
  position: relative;
  padding: 10px;
  padding-left: 0;
  border-bottom: solid 1px rgba(255,255,255,0.3);
  font-weight: normal;
}
.infoBottom__product > dt:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  right: 0;
  background: rgba(255,255,255,0.3);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.infoBottom__product > dd {
  padding: 10px;
  border-bottom: solid 1px rgba(255,255,255,0.3);
  overflow: hidden;
}
.infoBottom__product > .line3,
.infoBottom__product > .line3 + dd {
  height: 4.8em;
  line-height: 1.6;
}
.infoBottom__logo {
  width: 240px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.infoBottom__logo > img {
  width: 100%;
  height: auto;
}
.share {
  position: absolute;
  bottom: 0;
  right: 0;
}
.share__sns {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
}
.share__guide {
  width: 70px;
  height: 16px;
  position: relative;
  background: #fff;
  border-radius: 3px;
  color: #32acf0;
  line-height: 16px;
  text-align: center;
}
.share__guide:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 15px;
  border: solid 3px transparent;
  border-bottom: solid 10px #fff;
  -webkit-transform-origin: right botto;
          transform-origin: right botto;
  -webkit-transform: skew(-14deg);
          transform: skew(-14deg);
}
.brand {
  margin-bottom: 10px;
  text-align: center;
}
.copyright {
  color: #fff;
  text-shadow: 1px 2px rgba(15,82,119,0.3);
  text-align: center;
}
#social:after {
  content: "";
  display: block;
  clear: both;
}
#social > li {
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 2px;
  margin-top: 2px;
}
#social > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
}
#social > li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-family: FontAwesome;
  line-height: 32px;
  text-indent: 0;
  color: #fff;
}
#twitter a {
  background-color: #00b0ed;
}
#facebook a {
  background-color: #3b579d;
}
#gglplus a {
  background-color: #df4a32;
}
#line a {
  background: #00c300 url("../images/btn_line.png") no-repeat;
  background-size: 31px;
}
#twitter a:after {
  content: "\f099";
}
#facebook a:after {
  content: "\f09a";
}
#gglplus a:after {
  content: "\f0d5";
}
@-webkit-keyframes swich {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes swich {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes new {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes new {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
