@charset "UTF-8";
.fr {
  float: right;
}

.fl {
  float: left;
}

.cl {
  clear: both;
}

/*

html5doctor.com Reset Stylesheet

v1.6.1

Last Updated: 2010-09-17

Author: Richard Clark - http://richclarkdesign.com

Twitter: @rich_clark

*/
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, 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, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
}

li {
  list-style: none;
}

body {
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #F1FFFF;
}

body, html {
  width: 100%;
  height: 100%;
}

#wrapper {
  min-width: 980px;
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

.wave {
  position: absolute;
  z-index: 150;
  width: 100px;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

header {
  position: absolute;
  z-index: 10;
  margin: 20px 0 0 30px;
}
header h1 {
  margin-bottom: 15px;
}
header #globalNavigation {
  margin-bottom: 30px;
}
header #globalNavigation li {
  background: no-repeat left bottom;
  width: 120px;
  height: 30px;
  margin-bottom: 3px;
}
header #globalNavigation li a {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat left top;
}
header #globalNavigation li a:hover {
  background-position: left bottom;
}
header #globalNavigation li.story a {
  background-image: url("../img/common/menu/menu_story.png");
}
header #globalNavigation li.chara a {
  background-image: url("../img/common/menu/menu_chara.png");
}
header #globalNavigation li.gallery a {
  background-image: url("../img/common/menu/menu_gallery.png");
}
header #globalNavigation li.sound a {
  background-image: url("../img/common/menu/menu_sound.png");
}
header #globalNavigation li.special a {
  background-image: url("../img/common/menu/menu_special.png");
}
header #globalNavigation li.blog a {
  background-image: url("../img/common/menu/menu_blog.png");
}
header #globalNavigation li.system a {
  background-image: url("../img/common/menu/menu_system.png");
}
header #globalNavigation li.product a {
  background-image: url("../img/common/menu/menu_product.png");
}
header #globalNavigation li.shop a {
  background-image: url("../img/common/menu/menu_shop.png");
}
header #sns h2 {
  float: left;
}
header #sns ul {
  float: left;
}
header #sns ul li {
  float: left;
  height: 20px;
}
header #sns ul li img {
  vertical-align: top;
}
header #sns ul li:not(:last-child):after {
  content: url("../img/common/menu/share_slash.png");
  margin-top: 0;
}

footer {
  z-index: 10;
  width: 100%;
  position: fixed;
  bottom: 0;
  min-width: 1024px;
}
footer .footerWrap {
  background: url("../img/common/footer/bg_footer.png") no-repeat center bottom;
  position: relative;
  bottom: 0;
  height: 120px;
  padding: 0 30px;
}
footer .left {
  position: absolute;
  bottom: 23px;
  left: 30px;
}
footer .left .links {
  margin-bottom: 12px;
}
footer .left .links li {
  float: left;
  margin-right: 13px;
}
footer .right {
  position: absolute;
  bottom: 23px;
  right: 30px;
  text-align: right;
}
footer .right #bgmSound {
  height: 25px;
  width: 230px;
  margin: 0 0 0 auto;
  position: relative;
}
footer .right #bgmSound .icon {
  background: url("../img/common/footer/btn_sound.png") no-repeat left top;
  width: 57px;
  height: 25px;
  float: left;
  cursor: pointer;
}
footer .right #bgmSound .icon.stop {
  background-position: left bottom;
}
footer .right #bgmSound .title {
  float: left;
  overflow: hidden;
  width: 140px;
  height: 25px;
}
footer .right #bgmSound .title p {
  position: relative;
  font-size: 10px;
  font-size: 0.625rem;
  white-space: nowrap;
  line-height: 25px;
  top: 0;
  text-align: left;
}
footer .right #bgmSound .listmenu {
  float: right;
  width: 28px;
  height: 26px;
  overflow: hidden;
  cursor: pointer;
}
footer .right #bgmSound .listmenu.current img {
  margin-top: -26px;
}
footer .right #bgmSound .musicList {
  position: absolute;
  bottom: 25px;
  opacity: 0;
  display: none;
  right: -8px;
}
footer .right #bgmSound .musicList .listMain {
  background: url("../img/common/footer/bgm/bg_musiclist_main.png");
}
footer .right #bgmSound .musicList .listMain ul {
  margin: 0 0px 0 30px;
  padding-bottom: 1px;
}
footer .right #bgmSound .musicList .listMain li {
  font-size: 10px;
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
footer .right #bgmSound .musicList .listMain li .mbtn {
  background: url("../img/common/footer/bgm/icon_musiclist.png");
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  left: -14px;
  top: 2px;
}
footer .right #bgmSound .musicList .listMain li.current {
  color: #c96472;
}
footer .right #bgmSound .musicList .listMain li.current .mbtn {
  background-position: bottom;
}

.subPackage {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -166px;
  right: -317px;
  width: 317px;
  z-index: 100;
}
.subPackage h2 {
  position: absolute;
  left: -44px;
}
.subPackage:before {
  content: url("../img/common/package/bg_package_top.png");
}
.subPackage:after {
  content: url("../img/common/package/bg_package_bottom.png");
}
.subPackage .info {
  background: url("../img/common/package/bg_package.png");
  padding: 15px 0 15px 40px;
  margin-top: -5px;
}
.subPackage .info p {
  font-size: 10px;
  font-size: 0.625rem;
}
.subPackage .info p.vita {
  margin-bottom: 10px;
}
.subPackage .info h3 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-bottom: 13px;
}
.subPackage .info dl {
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 20px;
}
.subPackage .info dl dt {
  float: left;
  clear: left;
  width: 60px;
  margin-bottom: 5px;
}
.subPackage .info dl dd {
  margin-bottom: 5px;
}
.subPackage .info dl dd:before {
  content: ":";
  margin-right: 5px;
}
.subPackage .info .images div {
  float: left;
  margin-right: 15px;
}
.subPackage .info .images div p {
  text-align: center;
  margin-top: 5px;
}

.float {
  background: url("../img/common/float/filter.png");
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 150;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.float .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
.float .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.cl {
  clear: both;
}

.bg {
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100%;
  min-width: 1024px;
}

.bglogo {
  position: fixed;
  z-index: -1;
  top: 0;
}

.bgcrow {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 83%;
}

header {
  position: fixed;
}

#mainContents {
  position: relative;
  width: 784px;
  margin: auto;
  padding-left: 196px;
  padding-bottom: 95px;
}
#mainContents h1 {
  text-align: center;
  margin-bottom: 35px;
}
#mainContents .contentsWrap {
  background: url("../img/common/bg_main.png") left 170px;
  position: relative;
  top: 50px;
}
#mainContents .contentsWrap .header {
  position: absolute;
  top: -50px;
  z-index: 0;
}
#mainContents .contentsWrap .footer {
  position: absolute;
  bottom: -44px;
  z-index: 0;
}
#mainContents .contentsWrap .contents {
  position: relative;
  z-index: 5;
  margin: 0 50px;
}

/****************************/
.story {
  height: 511px;
  margin-bottom: 50px;
}
.story .storyBg {
  position: absolute;
  z-index: 2;
  top: -40px;
  left: -2px;
}
.story .storyImg {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: -23px;
}
.story .contents p {
  margin-bottom: 35px;
}

/********************************/
.sound .audition {
  position: absolute;
  background: url("../img/sound/btn_sample.png") bottom;
  width: 110px;
  height: 110px;
  right: 53px;
  top: -20px;
  cursor: pointer;
}
.sound .audition.on {
  background-position: top;
}
.sound .text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.sound .artistTab {
  background: url("../img/sound/line_tab.png");
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.sound .artistTab .tabLasah {
  background: url("../img/sound/tab_lasha.png") no-repeat left top;
  width: 186px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: 4px;
  cursor: pointer;
}
.sound .artistTab .tabMatsuzawa {
  background: url("../img/sound/tab_matsuzawa.png") no-repeat left top;
  width: 186px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  cursor: pointer;
}
.sound .artistTab .current {
  background-position: left bottom;
  cursor: default;
}
.sound .profile {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sound .profile .photo {
  float: left;
}
.sound .profile .prof {
  margin-left: 222px;
}
.sound .profile .prof h3 {
  margin-bottom: 25px;
}
.sound .profile .prof p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  padding-bottom: 25px;
}
.sound .profile .prof li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sound .profile.current {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

/********************************/
.charaNavi {
  text-align: center;
  position: relative;
  top: -30px;
  padding-bottom: 40px;
}
.charaNavi .slide {
  width: 663px;
  height: 120px;
  overflow: hidden;
  margin: auto;
}
.charaNavi ul {
  width: 1000px;
  position: relative;
  padding-top: 30px;
}
.charaNavi li {
  float: left;
  position: relative;
}
.charaNavi li .new {
  position: absolute;
  z-index: 20;
  top: -24px;
  left: 50%;
  margin-left: -21px;
}
.charaNavi li a {
  display: block;
  width: 82px;
  height: 85px;
  background: no-repeat left top;
}
.charaNavi li a:hover {
  background-position: left -85px;
}
.charaNavi li.current a {
  background-position: left bottom;
}
.charaNavi li.haruka a {
  background-image: url("../img/chara/thumb_chara01.png");
}
.charaNavi li.ace a {
  background-image: url("../img/chara/thumb_chara02.png");
}
.charaNavi li.neji a {
  background-image: url("../img/chara/thumb_chara03.png");
}
.charaNavi li.kyo a {
  background-image: url("../img/chara/thumb_chara04.png");
}
.charaNavi li.syuri a {
  background-image: url("../img/chara/thumb_chara05.png");
}
.charaNavi li.masato a {
  background-image: url("../img/chara/thumb_chara06.png");
}
.charaNavi li.hikaru a {
  background-image: url("../img/chara/thumb_chara07.png");
}
.charaNavi li.shizuka a {
  background-image: url("../img/chara/thumb_chara08.png");
}
.charaNavi li.akira a {
  background-image: url("../img/chara/thumb_chara09.png");
}
.charaNavi li.icon {
  width: 85px;
  height: 85px;
  background: url("../img/chara/thumb_title_sub.png") no-repeat center top;
}
.charaNavi .prev {
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.charaNavi .next {
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
}

#charaContents {
  position: relative;
}
#charaContents .charaheader {
  position: absolute;
  z-index: 2;
  top: -49px;
  left: 1px;
}
#charaContents .contents {
  position: relative;
  top: -50px;
  height: 750px;
}
#charaContents .contents h2 {
  position: relative;
  margin-top: -50px;
  left: -50px;
  margin-bottom: 2px;
}
#charaContents .contents .text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  width: 336px;
  margin-bottom: 30px;
}
#charaContents .contents .profile {
  background: url("../img/chara/bg_profile.png");
  width: 336px;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
}
#charaContents .contents .profile .top {
  position: absolute;
  top: -10px;
}
#charaContents .contents .profile .bottom {
  position: absolute;
  bottom: -10px;
}
#charaContents .contents .profile h3 {
  position: relative;
  left: -6px;
  margin-bottom: 10px;
}
#charaContents .contents .profile .age {
  padding-left: 27px;
  margin-bottom: 10px;
  line-height: 1.4;
}
#charaContents .contents .profile dl {
  padding-left: 27px;
  padding-bottom: 10px;
}
#charaContents .contents .profile dl dt {
  float: left;
  clear: left;
  margin-bottom: 5px;
}
#charaContents .contents .profile dl dt:after {
  content: ":";
  margin-right: 5px;
  margin-left: 4px;
}
#charaContents .contents .profile dl dd {
  margin-bottom: 5px;
}
#charaContents .minichara {
  position: absolute;
  z-index: 9;
  top: 420px;
  left: 232px;
}
#charaContents .mainImage {
  position: absolute;
  z-index: 7;
  top: -28px;
}
#charaContents .catch {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 7;
}
#charaContents .imgBtn {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  left: 50px;
  bottom: -15px;
}
#charaContents .samplevoice {
  position: absolute;
  z-index: 9;
  bottom: -58px;
  width: 200px;
  left: 160px;
  height: 165px;
}
#charaContents .samplevoice ul {
  margin-left: 5px;
}
#charaContents .samplevoice li {
  float: left;
  width: 65px;
  height: 65px;
  overflow: hidden;
  cursor: pointer;
}
#charaContents .samplevoice li.on img {
  margin-top: -65px;
}
#charaContents #syuri .contents, #charaContents #masato .contents, #charaContents #akira .contents {
  height: 720px;
}
#charaContents #neji .contents, #charaContents #kyo .contents {
  height: 735px;
}
#charaContents #haruka .contents {
  height: 700px;
}

#mainContents .charaTitle {
  margin-bottom: 10px;
}

#floatImage {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/float/filter.png") repeat-y center top;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
#floatImage .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
#floatImage .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#floatImage .image {
  height: 80%;
  text-align: center;
  position: relative;
  top: 12%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#floatImage .image img {
  height: 100%;
}

/****************************************/
.special section {
  margin-bottom: 50px;
}
.special section h2 {
  text-align: center;
  margin-bottom: 40px;
}
.special .wallpaper .wall {
  width: 325px;
  float: left;
}
.special .wallpaper .wall:nth-child(2) {
  float: right;
}
.special .wallpaper .wall div {
  position: relative;
  margin-bottom: 12px;
}
.special .wallpaper .wall div .frame {
  position: absolute;
  top: 0;
  left: 0;
}
.special .wallpaper .wall ul li {
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
}
.special .wallpaper .wall ul li:nth-child(2) {
  margin-right: 0;
}
.special .wallpaper .wall ul li:nth-child(3) {
  width: 325px;
  text-align: center;
}
.special .banner {
  position: relative;
  width: 680px;
  margin: 0 auto 50px;
}
.special .banner section {
  margin-bottom: 0;
}
.special .banner section h3 {
  margin-bottom: 11px;
  text-align: center;
}
.special .banner section ul {
  text-align: center;
}
.special .banner section ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 13px;
}
.special .banner section ul li .new {
  text-align: center;
  margin-bottom: 7px;
}
.special .banner .s200_40 {
  margin-bottom: 42px;
}
.special .banner .s180_150 {
  text-align: center;
}
.special .banner .s180_150 li:nth-child(6n) {
  margin-right: 0;
}
.special .twitter ul {
  margin-bottom: 16px;
  text-align: center;
}
.special .twitter ul li {
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 15px;
}
.special .twitter ul li:last-child {
  margin-right: 0;
}
.special .twitter ul li .new {
  text-align: center;
  margin-bottom: 7px;
}
.special .twitter ul li:nth-child(6n) {
  margin-right: 0;
}
.special .twitter .btn {
  width: 216px;
  margin: auto;
}

/****************************************/
.gallery .contents {
  min-height: 500px;
}
.gallery .tab {
  background: url("../img/sound/line_tab.png");
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.gallery .tab ul {
  margin-left: 150px;
}
.gallery .tab ul li {
  float: left;
  width: 186px;
  height: 50px;
  overflow: hidden;
}
.gallery .tab ul li.on img {
  margin-top: -50px;
}
.gallery .tab ul li:nth-child(1) {
  margin-right: 10px;
}
.gallery .thumb li {
  float: left;
  position: relative;
  height: 155px;
  height: 88px;
  margin-right: 20px;
  margin-bottom: 45px;
  cursor: pointer;
}
.gallery .thumb li:nth-child(4n) {
  margin-right: 0;
}
.gallery .thumb li .over {
  position: absolute;
  top: 0;
}
.gallery .thumb li .new {
  background: url("../img/common/icon_new.png");
  width: 42px;
  height: 22px;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -21px;
}
.gallery .list {
  padding-top: 15px;
}
.gallery .movie {
  margin-bottom: 30px;
}
.gallery .movie li {
  float: left;
  position: relative;
  cursor: pointer;
}
.gallery .movie li .new {
  background: url("../img/common/icon_new.png");
  width: 42px;
  height: 22px;
  position: absolute;
  top: -27px;
  left: 50%;
  margin-left: -21px;
}
.gallery .movie li .over {
  position: absolute;
  top: 0;
}
.gallery .movie li:nth-child(even) {
  float: right;
}
.gallery .movie li .thumb {
  padding-top: 0;
  margin-bottom: 10px;
  height: 186px;
  width: 330px;
  overflow: hidden;
}
.gallery .movie li .thumb .img {
  opacity: 0.8;
}
.gallery .movie li .thumb .cover {
  position: absolute;
  height: 186px;
  width: 330px;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.gallery .movie li .title {
  font-size: 14px;
  color: #775e0c;
  line-height: 1.4;
}

#floatGallery {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/float/filter.png");
  z-index: 1000;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  opacity: 0;
}
#floatGallery .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
#floatGallery .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#floatGallery #galleryText {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -413px;
  margin-top: -348px;
  background: url("../img/gallery/bg_float.png");
  height: 696px;
}
#floatGallery #galleryText .images {
  margin: 12px 13px;
}
#floatGallery #galleryText .over {
  position: absolute;
  top: 0;
}
#floatGallery #galleryText #textArea {
  width: 740px;
  height: 155px;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin-left: -370px;
  bottom: 40px;
}
#floatGallery #galleryText #textArea p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}
#floatGallery #galleryText #textArea p span {
  font-weight: bold;
}
#floatGallery #galleryText #textArea p.monologue {
  color: #707070;
}
#floatGallery #galleryText #textArea .haruka {
  color: #f594f4;
}
#floatGallery #galleryText #textArea .ace {
  color: #89BC57;
}
#floatGallery #galleryText #textArea .neji {
  color: #2A9CD0;
}
#floatGallery #galleryText #textArea .kyo {
  color: #E545A7;
}
#floatGallery #galleryText #textArea .syuri {
  color: #F0A727;
}
#floatGallery #galleryText #textArea .masato {
  color: #080403;
}
#floatGallery #galleryText #textArea .hikaru {
  color: #7030A0;
}
#floatGallery #galleryText #textArea .shizuka {
  color: #ff33cc;
}
#floatGallery #galleryText #textArea .akira {
  color: #9a9a9a;
}
#floatGallery #movieplayer {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -208px 0 0 -370px;
}

/****************************************/
.product .tab {
  background: url("../img/sound/line_tab.png");
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.product .tab ul {
  margin-left: 150px;
}
.product .tab ul li {
  float: left;
  width: 186px;
  height: 50px;
  overflow: hidden;
}
.product .tab ul li.on img {
  margin-top: -50px;
}
.product .tab ul li:nth-child(1) {
  margin-right: 10px;
}
.product .pagenavi {
  text-align: center;
  margin-bottom: 30px;
}
.product .pagenavi li {
  display: inline-block;
}
.product .pagenavi li:not(:last-child) {
  margin-right: 8px;
}
.product .packege h2 {
  background: url("../img/common/shop/icon_caption.png") no-repeat;
  padding-left: 30px;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: 30px;
  color: #775e0c;
}
.product .packege .jacket {
  float: left;
}
.product .packege .jacket.opanImage {
  cursor: pointer;
}
.product .packege .info {
  float: left;
  margin-left: 30px;
  width: 440px;
  position: relative;
}
.product .packege .info h3 {
  font-size: 18px;
  color: #775e0c;
  margin-bottom: 15px;
}
.product .packege .info h3 p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 8px;
}
.product .packege .info .date {
  font-size: 16px;
  margin-bottom: 8px;
}
.product .packege .info .note {
  font-size: 12px;
  padding-bottom: 110px;
}
.product .packege .info .shop_options {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.product .packege .info dl dt {
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin-bottom: 5px;
  line-height: 1.6;
}
.product .packege .info dl dd {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.6;
  margin-left: 4.5em;
}
.product .packege#limited .setimg {
  margin-top: 20px;
}
.product .packege#limited .option {
  padding-top: 25px;
}
.product .packege#limited .option .item_list {
  position: relative;
  margin-top: 20px;
  padding-bottom: 80px;
}
.product .packege#limited .option .item_list li {
  font-size: 14px;
  color: #78600b;
  margin-bottom: 15px;
  font-weight: bold;
}
.product .packege#limited .option .item_list li:before {
  content: "・";
}
.product .packege#limited .option .item_list .shop_options {
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  cursor: pointer;
}
.product .line {
  margin: 25px 0 30px;
}
.product .soundtrack .jacket {
  float: left;
}
.product .soundtrack .info {
  float: left;
  width: 440px;
  margin-left: 30px;
}
.product .soundtrack .info h3 {
  font-size: 18px;
  font-weight: normal;
  color: #775e0c;
  line-height: 1.4;
  margin-bottom: 10px;
}
.product .soundtrack .info .date {
  font-size: 12px;
  margin-bottom: 8px;
}
.product .soundtrack .info .catch {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: 15px;
}
.product .soundtrack .info .about {
  font-size: 12px;
  line-height: 1.8;
}
.product .soundtrack .info .sound {
  margin-top: 15px;
}
.product .soundtrack .info .sound p {
  width: 200px;
  height: 62px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}
.product .soundtrack .info .sound .ed {
  float: left;
  margin-right: 10px;
}
.product .disk {
  margin-bottom: 30px;
}
.product .disk h4 {
  font-weight: normal;
  color: #775e0c;
  margin-bottom: 30px;
}
.product .disk ul li {
  clear: both;
  font-size: 14px;
  padding: 12px 15px;
  position: relative;
}
.product .disk ul li:nth-child(odd) {
  background: #EEE8D0;
}
.product .disk ul li:nth-child(even) {
  background: #E7DEBD;
}
.product .disk ul li.sample_music {
  padding: 23px 15px;
}
.product .disk ul li .no {
  color: #775e0c;
  float: left;
}
.product .disk ul li div {
  margin-left: 38px;
}
.product .disk ul li div p {
  font-size: 12px;
  margin-top: 10px;
}
.product .disk ul li .sample {
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.product #shoplist h2 {
  background: url("../img/shop/bg_title.jpg");
  height: 55px;
  width: 660px;
  margin: 0 auto 30px;
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  padding-left: 20px;
  font-weight: bold;
}
.product #shoplist h2 p {
  position: absolute;
  bottom: -5px;
  left: 0px;
  background: url("../img/shop/line_title.jpg") no-repeat;
  height: 5px;
  width: 680px;
}
.product #shoplist dl {
  width: 50%;
  float: left;
  margin-bottom: 30px;
}
.product #shoplist dl dt {
  background: url("../img/common/shop/icon_caption.png") no-repeat;
  padding-left: 30px;
  height: 35px;
  font-size: 20px;
  padding-top: 5px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product #shoplist dl dt a {
  color: #775e0c;
  text-decoration: none;
}
.product #shoplist dl dd {
  color: #775e0c;
  font-size: 14px;
  margin-left: 30px;
  line-height: 1.4;
}
.product #shoplist dl:nth-child(odd) {
  clear: left;
}

#floatProduct {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/float/filter.png");
  z-index: 1000;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  opacity: 0;
  z-index: 80;
}
#floatProduct .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
#floatProduct .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#floatProduct #images {
  text-align: center;
}

.shop .tab {
  background: url("../img/sound/line_tab.png");
  height: 50px;
  position: relative;
  margin-bottom: 25px;
}
.shop .tab ul {
  margin-left: 150px;
}
.shop .tab ul li {
  float: left;
  width: 186px;
  height: 50px;
  overflow: hidden;
}
.shop .tab ul li.on img {
  margin-top: -50px;
}
.shop .tab ul li:nth-child(1) {
  margin-right: 10px;
}
.shop .areaTitle {
  background: url("../img/shop/bg_title.jpg");
  height: 55px;
  width: 660px;
  margin: 0 auto 40px;
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 55px;
  padding-left: 20px;
  font-weight: bold;
}
.shop .areaTitle p {
  position: absolute;
  bottom: -5px;
  left: 0px;
}
.shop .areaTitle.shopoption {
  margin-top: 50px;
}
.shop .line {
  margin: 25px 0 30px;
}
.shop .setItem h2 {
  background: url("../img/common/shop/icon_caption.png") no-repeat;
  padding-left: 30px;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: 30px;
}
.shop .setItem h2 a {
  color: #775e0c;
  text-decoration: none;
}
.shop .setItem h2 p {
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin-top: 8px;
}
.shop .setItem .jacket {
  float: left;
}
.shop .setItem .jacket.opanImage {
  cursor: pointer;
}
.shop .setItem .info {
  float: left;
  margin-left: 30px;
  width: 440px;
  position: relative;
}
.shop .setItem .info dl dt {
  font-size: 12px;
  font-weight: bold;
  float: left;
  margin-bottom: 5px;
  line-height: 1.6;
}
.shop .setItem .info dl dd {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.6;
  margin-left: 4.5em;
}
.shop .setItem .info .option {
  padding-top: 20px;
}
.shop .setItem .item_list {
  position: relative;
  margin-top: 25px;
}
.shop .setItem .item_list li {
  font-size: 14px;
  color: #78600b;
  margin-bottom: 15px;
  font-weight: bold;
}
.shop .setItem .item_list li:before {
  content: "・";
}
.shop .setItem .item_list .icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.shop .setItem .early {
  background: #F4E9C8;
  position: relative;
  padding: 80px 30px 30px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}
.shop .setItem .early h3 {
  background: url("../img/product/bg_title.png") repeat-y;
  color: #FFF;
  padding: 15px 25px 15px 40px;
  left: -5px;
  top: 25px;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: -5px;
  top: 10px;
}
.shop .setItem .early .item {
  color: #775e0c;
  font-size: 16px;
}
.shop .shop_option h3 {
  background: url("../img/common/shop/icon_caption.png") no-repeat;
  padding-left: 30px;
  font-size: 22px;
  padding-top: 5px;
  margin-bottom: 30px;
}
.shop .shop_option h3 a {
  color: #775e0c;
  text-decoration: none;
}
.shop .shop_option .img {
  float: left;
}
.shop .shop_option .info {
  float: left;
  margin-left: 30px;
  position: relative;
  width: 440px;
}
.shop .shop_option .info .item {
  line-height: 1.6;
  font-size: 18px;
  color: #775e0c;
  margin-bottom: 5px;
}
.shop .shop_option .info .notes {
  font-size: 12px;
  line-height: 1.6;
}
.shop .shop_option .info .icon {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

#floatOptions {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/common/float/filter.png");
  z-index: 1000;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  display: none;
  opacity: 0;
  z-index: 80;
}
#floatOptions .close {
  position: absolute;
  top: 0;
  right: 50px;
  cursor: pointer;
}
#floatOptions .wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#floatOptions #option {
  background: url("../img/common/shop/bg_detail.png");
  width: 740px;
  height: 510px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -370px;
  margin-top: -255px;
}
#floatOptions #option .option_text {
  margin: 80px 80px 0;
  height: 338px;
}
#floatOptions #option .option_text dl {
  margin-bottom: 25px;
}
#floatOptions #option .option_text dl dt {
  font-size: 14px;
  font-weight: bold;
  color: #775e0c;
  margin-bottom: 10px;
}
#floatOptions #option .option_text dl dd {
  margin-left: 14px;
  font-size: 12px;
  line-height: 1.6;
}
#floatOptions #option .option_text dl dd span {
  font-weight: bold;
}
#floatOptions #option .option_text dl dd .cast {
  margin-top: 8px;
}
#floatOptions #option .option_text dl dd .note {
  margin-top: 10px;
}

.system section:not(:last-child) {
  margin-bottom: 40px;
}
.system section h2 {
  background: url("../img/system/bg_title.jpg");
  height: 55px;
  line-height: 55px;
  color: #FFF;
  padding-left: 20px;
  font-size: 22px;
  position: relative;
  width: 660px;
  margin-bottom: 35px;
}
.system section h2 p {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.system section .img {
  text-align: center;
  margin-bottom: 30px;
}
.system section .text {
  font-size: 12px;
  line-height: 1.8;
  margin-left: 20px;
  margin-bottom: 20px;
}
