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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

footer, header, main, section,
article, aside, figure, nav {
  display: block;
}

a,
input,
textarea,
select {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.supText {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: 0.3em;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
}

#wrapper {
  width: 980px;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

footer .copyright {
  padding: .2em .5em;
  color: #fff;
  text-align: center;
  background-color: #34b2b9;
  position: relative;
}
footer .copyright a {
  color: #fff;
}
footer .copyright a:hover {
  text-decoration: underline;
}

header {
  position: relative;
}
header .header-logo-gmode {
  padding: .2em;
  background-color: #34b2b9;
}
header .header-logo-gmode a {
  display: block;
  width: 130px;
  height: 32px;
  background: url(/cs/common/img/logo-gmode_white.png) no-repeat 0 0;
  background-size: 130px 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .header-logo-gmode a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
header .header-image img {
  width: 100%;
}

#topPage header {
  position: relative;
}
#topPage header .btn-reserved {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#topPage header .btn-reserved a img {
  transition: all .3s ease;
}
#topPage header .btn-reserved a img:hover {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
#topPage #catch p {
  margin-top: 30px;
  text-align: center;
}
#topPage #main {
  margin-top: 180px;
}
#topPage #main .main-bg {
  padding: 170px 0 100px;
  background-color: #e6e6e6;
  position: relative;
}
#topPage #main .main-bg .movie {
  position: absolute;
  left: 50%;
  top: -200px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#topPage #main .main-bg .recording-title {
  text-align: center;
}
#topPage #main .main-bg .help {
  margin-top: 100px;
  text-align: center;
}
#topPage #main .main-bg .package {
  position: absolute;
  left: 50%;
  bottom: -420px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#topPage #main .main-bg .package img {
  width: 260px;
}
#topPage #main::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 82px;
  background: url(/cs/kuukiyomi123/img/hl_main_top.png) no-repeat 0 0;
  vertical-align: bottom;
}
#topPage #main::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 81px;
  background: url(/cs/kuukiyomi123/img/hl_main_btm.png) no-repeat 0 0;
  vertical-align: bottom;
}
#topPage #products {
  margin-top: 380px;
  padding: 0 100px;
}
#topPage #products dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#topPage #products dl dt {
  width: 24%;
  margin-right: 2%;
  margin-bottom: 10px;
  padding: .8em 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #000;
}
#topPage #products dl dd {
  width: 74%;
}
#topPage #products .btn-products {
  margin-top: 60px;
  text-align: center;
}
#topPage #products .btn-products a img {
  transition: all .3s ease;
}
#topPage #products .btn-products a img:hover {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
#topPage #products .attention {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}

#productsPage #inner {
  padding: 50px 50px 0;
}
#productsPage #inner #products {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#productsPage #inner #products h1 {
  width: 100%;
  margin-bottom: 50px;
}
#productsPage #inner #products h1 img {
  width: 100%;
}
#productsPage #inner #products div.package {
  width: 25%;
}
#productsPage #inner #products div.package img {
  width: 200px;
}
#productsPage #inner #products div.info {
  width: 75%;
  font-size: 14px;
}
#productsPage #inner #products div.info dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#productsPage #inner #products div.info dl dt {
  width: 24%;
  margin-right: 2%;
  margin-bottom: 8px;
  padding: .8em 1em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #000;
}
#productsPage #inner #products div.info dl dd {
  width: 74%;
}
#productsPage #inner #main h2 {
  margin-top: 100px;
  text-align: center;
}
#productsPage #inner #main .first-production {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#productsPage #inner #main .first-production li {
  width: 46%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#productsPage #inner #main .first-production li img {
  width: 80%;
}
#productsPage #inner #main .first-production li:nth-child(odd) {
  margin-right: 2%;
}
#productsPage #inner #main .first-production li:nth-child(even) {
  margin-left: 2%;
}
#productsPage #inner #main .store-privilege {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#productsPage #inner #main .store-privilege li {
  width: 48%;
  margin-bottom: 30px;
  padding-top: 45.6%;
  /* background: url(/cs/kuukiyomi123/img/products/bg_shop.png) no-repeat 0 0; */
  background-size: 100%;
  position: relative;
}
#productsPage #inner #main .store-privilege li:nth-child(odd) {
  margin-right: 1%;
}
#productsPage #inner #main .store-privilege li:nth-child(even) {
  margin-left: 1%;
}
#productsPage #inner #main .store-privilege li p {
  width: 100%;
  text-align: center;
  position: absolute;
}
#productsPage #inner #main .store-privilege li p.store {
  top: 36px;
  font-size: 30px;
  font-weight: bold;
}
#productsPage #inner #main .store-privilege li p.item {
  font-size: 18px;
  font-weight: bold;
  bottom: 120px;
}
#productsPage #inner #main .store-privilege li p.btn {
  bottom: 20px;
}
#productsPage #inner #main .store-privilege li p.btn a img {
  transition: all .3s ease;
}
#productsPage #inner #main .store-privilege li p.btn a img:hover {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
#productsPage #inner #main .store-privilege li figure {
  width: 100%;
}
#productsPage #inner #main .store-privilege li figure img {
  width: 100%;
  position: absolute;
  top: 130px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: solid 2px #000;
  padding: 2%;
}
#productsPage #inner #main .notice {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#productsPage #inner #main .notice p {
  display: inline-block;
  text-align: left;
}
#productsPage #inner #main .attention {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}
#productsPage #inner #main .btn-top {
  margin-top: 60px;
  text-align: center;
}
#productsPage #inner #main .btn-top a img {
  transition: all .3s ease;
}
#productsPage #inner #main .btn-top a img:hover {
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -webkit-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.btn-main a {
  color: #fff;
  -moz-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  -webkit-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  background-color: #f00;
}
.btn-main a:hover {
  color: #f00;
  -moz-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  -webkit-box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  box-shadow: 0 0 0 0.15em #f00, 0 0 0 0.15em #fff inset;
  background-color: #fff;
}
.btn-main {
  margin-top: 50px;
  margin-bottom: 16px;
  text-align: center;
}
.btn-main a {
  display: inline-block;
  width: 600px;
  padding: .3em 1em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 0.1em;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-main a i {
  margin-right: .5em;
}