/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,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,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix:after{content:" ";display:table;clear:both}.clearfix{*zoom:1}ul,ol{list-style:none;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body *{max-height:99999em}body img{max-height:none}


/*===== COMMON =====*/
@font-face {
  font-family: 'ShinGoPro-Regular-AlphaNum';
  src: url('../fonts/ShinGoPro-Regular-AlphaNum.eot?#iefix') format('embedded-opentype'),  url('../fonts/ShinGoPro-Regular-AlphaNum.otf')  format('opentype'),
	     url('../fonts/ShinGoPro-Regular-AlphaNum.woff') format('woff'), url('../fonts/ShinGoPro-Regular-AlphaNum.ttf')  format('truetype'), url('../fonts/ShinGoPro-Regular-AlphaNum.svg#ShinGoPro-Regular-AlphaNum') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  min-height: 100%;
}
body {
  background: #FFF;
  font-size: 14px;
  line-height: 1.4;
/*  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: 'ShinGoPro-Regular-AlphaNum', Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: none;
  color: #000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
.ie9 body {
  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

a {
  color: #000;
  text-decoration: none;
}

.trans {
  opacity: 1;
}
.trans:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
  opacity: .8;
}

.container {
  width: 100%;
  min-width: 740px;
}

.wrapper {
  width: 752px;
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.auto-margin {
  margin-right: auto;
  margin-left: auto;
}
.img-responsive {
  width: 100%;
}
.tb {
  display: table;
}
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}


/*page index*/
body {
  background-image: url(../img/bg.png);
}
.index .main-logo {
  width: 733px;
  margin-left: -17px;
  margin-top: 133px;
}
.index .wrapper {
  width: 720px;
}
.index .txt01 {
  margin: 24px -20px 0;
}
.index .list-btn {
  margin-top: 43px;
}
.index .btn {
  margin: 21px auto 0;
  width: 350px;
  display: block;
}

.index footer {
  margin-top: 55px;
  margin-bottom: 132px;
}
.index footer .copy {
  font-size: 11.16px;
  font-weight: bold;
}


/*page inquiry*/
header {
  background-color: #8F1E1E;
  padding-top: 15px;
  padding-bottom: 14px;
  -webkit-box-shadow: 0px 0px 44px -9px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 44px -9px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 44px -9px rgba(0,0,0,0.65);
  position: relative;
  z-index: 99;
}
header .wrapper {
  padding-right: 6px;
}
header .logo {
  float: left;
  display: inline-block;
}
header .right {
  position: relative;
  right: 7px;
}
header .txt {
  margin-top: 32px;
}
header .txt {
  float: right;
  margin-right: 1px;
}
header .list-btn a {
  display: block;
  width: 155px;
  float: left;
}
header .list-btn {
  float: right;
  margin-right: 1px;
  margin-top: 14px;
}
header .list-btn .btn {
  margin-left: 12px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.34);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.34);
  box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.34);
}

.main > .wrapper {
  background-color: #ffffff;
  padding-left: 17px;
  padding-right: 17px;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.32);
  -moz-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.32);
  box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.32);
}
.index .main > .wrapper {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.main .content-page {
  padding: 25px 13px 58px 20px;
}
.inquiry .content-page .title {
  margin-left: -12px;
}
.table-contact {
  width: 100%;
  margin-top: 9px;
}
.table-contact th {
  width: 240px;
  padding-left: 70px;
  font-size: 19.55px;
  color: #0CABAB;
  text-align: left;
  font-weight: bold;
}
.table-contact tr {
  border-bottom: 2px solid #8f1e1e;
  
}
.table-contact tr th {
  vertical-align: top;
}
.table-contact tr th,
.table-contact tr td {
  padding-bottom: 21px;
  padding-top: 20px;
}
.table-contact input[type=text] {
  width: 370px;
  line-height: 15px;
}
.table-contact input[type=text],
.table-contact textarea {
  width: 370px;
  border: 2px solid #000000;
  resize: none;
  padding: 5px 8px;
}

.content-page .term {
  line-height: 26.5px;
  margin-top: 18px;
  font-weight: bold;
  color: #8F1E1E;
  text-align: center;
}
.table-contact textarea {
  height: 245px;
}
.table-contact .label-check {
  line-height: 26.5px;
  font-weight: bold;
  color: #8F1E1E;
  text-decoration: underline;
  position: relative;
  
}
.table-contact .label-check span {
  display: inline-block;
  padding-left: 34px;
}
.table-contact .label-check input[type=checkbox]:checked + span {
  background-image: url(../img/common/checked.png);
  background-repeat: no-repeat;
  background-position: 4px center;
}
.table-contact .label-check:before {
  position: absolute;
  width: 28px;
  height: 27px;
  border: 2px solid #000000;
  content: " ";
  left: 0;
}
.table-contact .label-check input {
  display: none;
}
.inquiry .submit {
  display: block;
  border: none;
  padding: 0;
  margin: 25px auto 0;
  width: 200px;
  height: 38px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
  cursor: pointer;
  background-color: #0CABAB;
}
.inquiry .submit:disabled {
  background-color: #d6d6d6;
}
.inquiry .submit span {
  display: block;
}
.inquiry .submit .jp {
  line-height: 1.1;
  font-weight: bold;
}
.inquiry .submit .en {
  font-size: 9px;
}

.common-foo {
  background-color: #8F1E1E;
  -webkit-box-shadow: 0px 0px 65px -9px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 0px 65px -9px rgba(0,0,0,0.65);
  box-shadow: 0px 0px 65px -9px rgba(0,0,0,0.65);
  position: relative;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 18px;
}
.common-foo .wrapper {
  padding: 0 16px;
}
.common-foo .logo-foo {
  display: inline-block;
  float: left;
  margin-left: 69px;
}
.common-foo .right {
  width: 322px;
}
.common-foo .back-top {
  display: block;
  width: 201px;
  float: right;
}

.common-foo .copyright {
  float: right;
  font-size: 11px;
  color: #FFFFFF;
  white-space: nowrap;
  padding-top: 1px;
}

.inquiry .lead-desc {
  line-height: 26.5px;
  font-weight: bold;
  color: #8F1E1E;
  text-align: center;
  margin-top: 53px;
}
.inquiry .link-top {
  margin: 41px auto 0;
  display: block;
  width: 200px;
  height: 38px;
  border-radius: 2px;
  background-color: #0cabab;
  text-align: center;
  padding-top: 2px;
}
.inquiry .link-top span {
  display: block;
  color: #FFFFFF;
}
.inquiry .link-top .jp {
  font-weight: bold;
  line-height: 1.1;
  padding-top: 3px;
}
.inquiry .link-top .en {
  font-size: 9px;
}
.content-page.content-finish {
  padding-bottom: 498px;
}

/*page top*/
.slider {
  background-image: url(../img/top-page/bg_slider.png);
  background-repeat: no-repeat;
  height: 363px;
  width: 695px;
  padding: 17px 27.5px 0;
}
.slider .desc {
  color: #FFFFFF;
  line-height: 18.5px;
  font-weight: bold;
  padding-bottom: 10px;
}
.slider .box-slider {
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
}
.top .main > .wrapper {
  padding: 34px 30px 0;
}

.news {
  margin-top: 14px;
}
.news .content {
  border: 2px solid #000000;
  margin-right: 9px;
  margin-left: 9px;
  height: 115px;
}
.news .title {
  margin-left: -5px;
  margin-bottom: 9px;
}
.news .content ul {
  padding: 8px;
}
.news .content ul li:first-child {
  border-top: none;
}
.news .content ul li {
  position: relative;
  border-top: 2px solid #8f1e1e;
  padding-left: 105px;
  line-height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.news .content ul li .date {
  position: absolute;
  font-size: 12px;
  width: 105px;
  left: 0;
  display: block;
}
.news .content ul li .tit {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.news .mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  z-index: 99;
  background-position: center;
  background-image: url(../img/common/arrow-top.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-bottom: 2px solid #000000;
  opacity: 1;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  z-index: 99;
  background-position: center;
  background-image: url(../img/common/arrow-bottom.png);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-top: 2px solid #000000;
  opacity: 1;
}
.news .mCSB_scrollTools a + .mCSB_draggerContainer {
  background-color: #fff;
  border: 2px solid #000000;
  margin: -2px -2px -2px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}


.product {
  margin-top: 7px;
}
.product .title {
  margin-left: -4px;
}
.product .product-list {
  text-align: center;
  margin: -1px -4px;
}
.product .product-list li {
  float: none;
  display: inline-block;
  text-align: left;
  width: 209px;
  background-image: url(../img/top-page/bg_product.png);
  height: 342px;
  background-repeat: no-repeat;
  margin: 21px 10px 0;
   -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  border-radius: 6px;
}
.product .product-list li a {
  display: block;
  color: #FFFFFF;
  font-size: 11.5px;
  line-height: 13.19px;
  padding: 23px 21px 10px;
}
.product .product-list li a .tit {
  font-size: 12px;
}
.product .product-list li a img {
  margin-top: 7px;
}
.product .product-list li a .desc {
  margin-top: 10px;
  text-align: justify;
}
.product {
  padding-bottom: 39px;
}




/*page sex1*/
.sex1 .detail {
  padding: 38px 13px 0;
}

.sex1 .detail .lead-info .thumbnail {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.7);
  display: block;
  width: 300px;
  margin-left: 9px;
  float: left;
  position: relative;
  z-index: 99;
}
.sex1 .detail .right {
  float: right;
  width: 383px;
}
.sex1 .detail .box {
  background-color: #8f1e1e;
  border-radius: 8px;
  color: #FFFFFF;
}
.sex1 .detail .date-release .title {
  font-size: 13px;
  color: #8F1E1E;
  line-height: 20px;
  margin-left: 28px;
  font-weight: bold;
}
.sex1 .detail .date-release .box {
  position: relative;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 20px 0 23px 26px;
  margin-top: 7px;
  width: 383px;
  height: 139px;
}
.sex1 .detail .date-release .box .link {
  position: absolute;
  top: -47px;
  right: -12px;
}
.sex1 .detail .date-release .box p {
  font-size: 21px;
  line-height: 32px;
  font-weight: bold;
}
.sex1 .detail .date-release .foo {
  text-align: right;
  color: #8F1E1E;
  font-size: 10.5px;
  margin-top: 6px;
  font-weight: bold;
  margin-right: 10px;
  letter-spacing: 2px
}
.sex1 .detail .detail-desc {
  margin-top: -10px;
}
.sex1 .detail .detail-desc .box {
  font-size: 10.5px;
  line-height: 17px;
  padding: 10px 13px 23px;
  margin-left: 30px;
  width: 353px;
  height: 203px;
}
.sex1 .detail .detail-desc .title {
  margin-left: 15px;
}
.sex1 .detail section .title {
  margin-left: -4px;
}

.sex1 .detail .desc-story .box {
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 1px 1px 15px 0px rgba(0,0,0,1),inset -1px -1px 15px 0px rgba(0,0,0,1);
  -moz-box-shadow: inset 1px 1px 15px 0px rgba(0,0,0,1),inset -1px -1px 15px 0px rgba(0,0,0,1);
  box-shadow: inset 1px 1px 15px 0px rgba(0,0,0,1),inset -1px -1px 15px 0px rgba(0,0,0,1);
}
.sex1 .detail .desc-story .box {
  font-size: 11px;
  line-height: 20px;
  padding: 12px 20px;
  color: #8F1E1E;
  font-weight: bold;
}
.sex1 .detail .desc-story {
  margin-left: 26px;
  margin-top: 9px;
}
.sex1 .detail .desc-story .title {
  margin-left: -28px;
}

.sex1 .detail .person {
  margin-top: 4px;
}
.sex1 .detail .person .list {
  margin-left: 8px;
  margin-top: -17px;
}
.sex1 .detail .person .list li {
  width: 291px;
  height: 282px;
  background-color: #8f1e1e;
  border-radius: 8px;
  color: #FFFFFF;
  position: relative;
  padding: 14px 13px;
  float: left;
  margin-left: 50px;
  margin-top: 36px;
}
.sex1 .detail .person .list li .thumb {
  width: 115px;
  display: block;
  position: absolute;
  top: -14px;
  left: -32px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}
.sex1 .detail .person .list li .name {
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 3px;
}
.sex1 .detail .person .list li .cv {
  font-size: 15px;
  line-height: 18px;
  margin-top: 8px;
}
.sex1 .detail .person .list li .desc {
  font-size: 10px;
  line-height: 19px;
  text-align: justify;
  margin-top: 10px;
}
.sex1 .detail .person .list li .personal {
  padding-left: 86px;
}

.sex1 .detail .gallery .list-img {
  margin-left: 9px;
}
.sex1 .detail .gallery .list-img li {
  width: 210px;
  float: left;
  margin-left: 17px;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.7);
}
.sex1 .detail .desc-story .large {
  font-size: 19px;
  line-height: 29px;
}
.sex1 .detail .desc-story .box .large {
  text-decoration: none;
}
.sex1 .detail .desc-story .large li {
  display: inline-block;
  clear: both;
  line-height: 1;
}
.sex1 .detail .desc-story .large li .left {
  display: block;
  width: 322px;
  float: left;
}
.sex1 .detail .desc-story .large li.clear {
  display: block;
  border-bottom: none;
}
.sex1 .detail .desc-story .large li .right {
  float: none;
}
.sex1 .detail .movie {
  margin-top: 16px;
}
.sex1 .detail .movie video {
  display: block;
  margin-top: 6px;
  margin-left: 28px;
}
.sex1 .detail .gallery {
  margin-top: 15px;
} 
.sex1 .detail .gallery .list-img {
  margin-top: -13px;
  margin-bottom: 15px;
}
.sex1 .detail {
  padding-bottom: 44px;
}
.invalid-field {
  background: rgba(255, 0, 0, 0.25);
}
.hidden {
  visibility: hidden;
}









