@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 {
  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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  min-width: 960px;
  height: 100%;
}
body {
  color: #533;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0 0 3px #fff;
}
a:not([class]) {
  color: #4a7af8;
}
a:not([class]):hover {
  text-decoration: none;
}
.wrap {
  background: url("../images/common/bg.jpg") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}
.pageTop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 60px;
  right: 60px;
  border-radius: 50%;
  background-color: #f8c64a;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.15);
  cursor: pointer;
  opacity: 0.6;
  transform: translateY(120px);
  transition: opacity 150ms linear, transform 500ms ease-out;
}
.pageTop:hover {
  opacity: 1;
}
.pageTop.show {
  transform: translateY(0);
}
.pageTop:before {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 15px;
  border: solid 15px transparent;
  border-bottom: solid 26px #fff;
}
.new {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.new:after {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -45px;
  padding: 5px 50px;
  background-color: #fd6d7d;
  color: #fff;
  letter-spacing: 0.2em;
  transform: rotate(-45deg);
  animation: new 700ms linear infinite alternate;
}
.header {
  width: 100%;
  height: 90px;
  position: relative;
  z-index: 10;
  margin-bottom: 50px;
  padding-top: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  background-color: #fff;
  box-sizing: border-box;
}
.headerInner {
  width: 100%;
  height: 100%;
  background-color: #fd6d7d;
  background: linear-gradient(to right, #a4091c 0%, #fd6d7d 50%, #a4091c 100%);
}
.header__head {
  width: 386px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header__head a {
  opacity: 1;
  transition: opacity 150ms linear;
}
.header__head a:hover {
  opacity: 0.6;
}
.header__head img {
  width: 100%;
  height: auto;
}
.nav {
  width: 960px;
  position: relative;
  margin: 0 auto;
}
.gNav {
  width: 270px;
  position: absolute;
  top: 0;
}
.gNav::after {
  content: "";
  display: block;
  clear: both;
}
.gNav > li {
  float: left;
  width: 33.333%;
}
.gNav > li > a {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  line-height: 40px;
  background-color: rgba(255,255,255,0);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms linear;
}
.gNav > li > a:hover {
  background-color: rgba(255,255,255,0.2);
}
.gNav > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  background-color: rgba(255,255,255,0.6);
}
.gNav > li > a::after {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: 0 auto;
  border-radius: 5px 5px 0 0;
  background-color: rgba(255,255,255,0.6);
  transform-origin: center bottom;
  transform: scaleY(0.6);
}
.gNav--left {
  left: 0;
}
.gNav--right {
  right: 0;
}
.gNav > .disabled {
  position: relative;
}
.gNav > .disabled::before {
  content: "準備中";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.6);
  color: #ddd;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.footer {
  width: 100%;
  position: relative;
  padding: 20px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  background-color: #fff;
}
.footer::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  background-color: #fff;
}
.footerInner {
  width: 960px;
  margin: 0 auto;
}
.footer__logo {
  display: inline-block;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.footer__logo a {
  opacity: 1;
  transition: opacity 150ms linear;
}
.footer__logo a:hover {
  opacity: 0.6;
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__share {
  display: inline-block;
  vertical-align: middle;
}
.footer__content {
  position: relative;
}
#social::after {
  content: "";
  display: block;
  clear: both;
}
#social > li {
  float: left;
  width: 32px;
  height: 32px;
}
#social > li + li {
  margin-left: 5px;
}
#social > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
  opacity: 1;
  transition: opacity 150ms linear;
}
#social > li a:hover {
  opacity: 0.6;
}
#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/common/btn_line.png") no-repeat;
  background-size: 31px;
}
#twitter a:after {
  content: "\f099";
}
#facebook a:after {
  content: "\f09a";
}
#gglplus a:after {
  content: "\f0d5";
}
.infoBottom {
  width: 860px;
  margin: 0 auto 30px;
  line-height: 2.2;
}
.infoBottom tbody {
  float: left;
  width: 50%;
}
.infoBottom tbody:last-child {
  overflow: hidden;
}
.infoBottom th,
.infoBottom td {
  text-align: left;
  vertical-align: top;
}
.infoBottom th {
  width: 7em;
  font-weight: normal;
}
.brand {
  position: relative;
  margin-bottom: 10px;
  padding-top: 20px;
  text-align: center;
}
.brand::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd linear-gradient(to left, #fff 0%, #ddd 50%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.brand a {
  opacity: 1;
  transition: opacity 150ms linear;
}
.brand a:hover {
  opacity: 0.6;
}
.copyright {
  color: #aaa;
  font-size: 10px;
  text-align: center;
}
.content {
  width: 960px;
  margin: 0 auto 100px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.25);
  background-color: rgba(255,255,255,0.7);
  box-sizing: border-box;
}
@keyframes new {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
