@charset "UTF-8";
/* reset */
html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
b,
i,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #cbcccc, 0 0 0 2px #f1f1f1;
  width: 99%;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/*------------------------------------------------------------
 * Body
------------------------------------------------------------*/
body {
  background-color: #ffffff;
  font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  overflow: hidden;
  width: 100%;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

/*------------------------------------------------------------
 * Font
------------------------------------------------------------*/
.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic","游ゴシック", sans-serif;
}

.englishFont {
  font-family: 'Montserrat', sans-serif;
}

/*------------------------------------------------------------
 * Anchor
------------------------------------------------------------*/
a {
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
}

a:link,
a:visited,
a:hover {
  text-decoration: none !important;
}

a:focus {
  outline: none;
}

/*------------------------------------------------------------
 * Container
------------------------------------------------------------*/
.xCon {
  width: 1040px;
}

/*------------------------------------------------------------
 * image
------------------------------------------------------------*/
img {
  vertical-align: bottom;
  width: 100%;
}

/*------------------------------------------------------------
 * link off
------------------------------------------------------------*/
.linkoff,
.linkoff span {
  cursor: default;
  color: #cccccc !important;
}

.linkoff.dark {
  color: #999999 !important;
}

.cursoroff {
  cursor: default;
}

/*------------------------------------------------------------
 * p
------------------------------------------------------------*/
p {
  text-align: left;
  letter-spacing: 1px;
}

p a {
  color: #000;
}

p a:hover {
  border-bottom: 1px solid #000;
}

/*------------------------------------------------------------
 * pointer
------------------------------------------------------------*/
.pointer {
  cursor: pointer;
}

.MinWidth {
  width: 960px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

/*
------------------------------------------------------------------------------
input
------------------------------------------------------------------------------
*/
input {
  width: 80%;
  padding: 7px 8px;
  color: #333;
}

input[type="text"],
input[type="password"] {
  background-color: #fff;
}

input[type="radio"] {
  -webkit-appearance: radio-button;
  -moz-appearance: radio-button;
  -appearance: radio-button;
  outline: none;
}

/*
------------------------------------------------------------------------------
label
------------------------------------------------------------------------------
*/
label b {
  color: #e73e33;
  font-size: 12px;
  font-weight: bold;
}

/*
------------------------------------------------------------------------------
table
------------------------------------------------------------------------------
*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

tr,
th,
td {
  background-color: #fff;
}

/*
------------------------------------------------------------------------------
h3
------------------------------------------------------------------------------
*/
h3 {
  border-left: 5px solid #999;
  padding-left: 8px;
  font-size: 16px;
  margin: 0 0 30px;
}

.xBox {
  zoom: 1;
}

.xBox:before,
.xBox:after {
  content: "";
  display: table;
}

.xBox:after {
  clear: both;
}

.xCon {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}

.xCon980 {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.xCon560 {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.xDB {
  display: block !important;
}

.xDI {
  display: inline !important;
}

.xDIB {
  display: inline-block !important;
}

.xBg {
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

.BgGray {
  background-color: #f7f7f7;
}

.xPB0 {
  padding-bottom: 0px !important;
}

.xPB5 {
  padding-bottom: 5px !important;
}

.xPB10 {
  padding-bottom: 10px !important;
}

.xPB15 {
  padding-bottom: 10px !important;
}

.xPB20 {
  padding-bottom: 20px !important;
}

.xPB25 {
  padding-bottom: 20px !important;
}

.xPB30 {
  padding-bottom: 30px !important;
}

.xPB35 {
  padding-bottom: 35px !important;
}

.xPB40 {
  padding-bottom: 40px !important;
}

.xPB45 {
  padding-bottom: 45px !important;
}

.xPB50 {
  padding-bottom: 50px !important;
}

.xPB100 {
  padding-bottom: 100px !important;
}

.xPR0 {
  padding-right: 0px !important;
}

.xPR5 {
  padding-right: 5px !important;
}

.xPR10 {
  padding-right: 10px !important;
}

.xPT0 {
  padding-top: 0px !important;
}

.xPT10 {
  padding-top: 10px !important;
}

.xPT15 {
  padding-top: 15px !important;
}

.xPT20 {
  padding-top: 20px !important;
}

.xPT25 {
  padding-top: 25px !important;
}

.xPT30 {
  padding-top: 30px !important;
}

.xPT35 {
  padding-top: 35px !important;
}

.xPT40 {
  padding-top: 40px !important;
}

.xPT45 {
  padding-top: 45px !important;
}

.xPT50 {
  padding-top: 50px !important;
}

.xPL5 {
  padding-left: 5px !important;
}

.xPL10 {
  padding-left: 10px !important;
}

.xMB0 {
  margin-bottom: 0px !important;
}

.xMB1 {
  margin-bottom: 1px !important;
}

.xMB2 {
  margin-bottom: 2px !important;
}

.xMB3 {
  margin-bottom: 3px !important;
}

.xMB4 {
  margin-bottom: 4px !important;
}

.xMB5 {
  margin-bottom: 5px !important;
}

.xMB10 {
  margin-bottom: 10px !important;
}

.xMB15 {
  margin-bottom: 15px !important;
}

.xMB20 {
  margin-bottom: 20px !important;
}

.xMB25 {
  margin-bottom: 25px !important;
}

.xMB30 {
  margin-bottom: 30px !important;
}

.xMB40 {
  margin-bottom: 40px !important;
}

.xMB45 {
  margin-bottom: 45px !important;
}

.xMB50 {
  margin-bottom: 50px !important;
}

.xMB60 {
  margin-bottom: 60px !important;
}

.xMB70 {
  margin-bottom: 70px !important;
}

.xMB80 {
  margin-bottom: 80px !important;
}

.xMB90 {
  margin-bottom: 90px !important;
}

.xMB100 {
  margin-bottom: 100px !important;
}

.xMB200 {
  margin-bottom: 200px !important;
}

.xMB250 {
  margin-bottom: 250px !important;
}

.xMT0 {
  margin-top: 0px !important;
}

.xMT1 {
  margin-top: 1px !important;
}

.xMT2 {
  margin-top: 2px !important;
}

.xMT3 {
  margin-top: 3px !important;
}

.xMT4 {
  margin-top: 4px !important;
}

.xMT5 {
  margin-top: 5px !important;
}

.xMT10 {
  margin-top: 10px !important;
}

.xMT30 {
  margin-top: 30px !important;
}

.xMT300 {
  margin-top: 300px !important;
}

.xMR0 {
  margin-right: 0px !important;
}

.xMR1 {
  margin-right: 1px !important;
}

.xMR2 {
  margin-right: 2px !important;
}

.xMR3 {
  margin-right: 3px !important;
}

.xMR4 {
  margin-right: 4px !important;
}

.xMR5 {
  margin-right: 5px !important;
}

.xMR10 {
  margin-right: 10px !important;
}

.xMR15 {
  margin-right: 15px !important;
}

.xMR20 {
  margin-right: 20px !important;
}

.xMR25 {
  margin-right: 25px !important;
}

.xMR30 {
  margin-right: 30px !important;
}

.xMR40 {
  margin-right: 40px !important;
}

.xMR45 {
  margin-right: 45px !important;
}

.xMR70 {
  margin-right: 70px !important;
}

.xML0 {
  margin-left: 0px !important;
}

.xML1 {
  margin-left: 1px !important;
}

.xML2 {
  margin-left: 2px !important;
}

.xML3 {
  margin-left: 3px !important;
}

.xML4 {
  margin-left: 4px !important;
}

.xML5 {
  margin-left: 5px !important;
}

.xML10 {
  margin-left: 10px !important;
}

.xML20 {
  margin-left: 20px !important;
}

.xML30 {
  margin-left: 30px !important;
}

.xML40 {
  margin-left: 40px !important;
}

.xBR0 {
  border-right: 0 !important;
}

.xBB {
  border-bottom: 1px solid #000000;
}

.xWithArrow {
  display: inline-block;
}

.xWithArrow i {
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url("/img/arr.blue.10x14.right.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 5px 7px;
  -moz-background-size: 5px 7px;
  background-size: 5px 7px;
}

.xWithArrow i.black {
  background-image: url("/img/arr.black.10x14.right.png");
}

.xEllipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  overflow: hidden;
}

.xFL {
  float: left !important;
}

.xFR {
  float: right !important;
}

.xCF {
  clear: both !important;
}

.xW50p {
  width: 50% !important;
}

.xW100p {
  width: 100% !important;
}

.xW250 {
  width: 250px !important;
}

.xW380 {
  width: 380px !important;
}

.xW600 {
  width: 600px !important;
}

.xW700 {
  width: 700px !important;
}

.xW800 {
  width: 800px !important;
}

.xW900 {
  width: 900px !important;
}

.xAC {
  text-align: center !important;
}

.xAL {
  text-align: left !important;
}

.xAR {
  text-align: right !important;
}

.xLH0 {
  line-height: 0 !important;
}

.Header {
  width: 100%;
  height: 60px;
  background-color: #232323;
  border-top: 1px solid #343434;
  box-sizing: border-box;
  z-index: 10;
}

.Header .logoArea,
.Header .linkArea {
  height: 100%;
  float: left;
  box-sizing: border-box;
}

.Header .logoArea {
  width: 55%;
  padding: 15px 0;
}

.Header .linkArea {
  width: 45%;
  max-width: 540px;
  float: right;
}

.Header .logoArea .logo {
  background-image: url("../images/header_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 30px;
  width: 50%;
  max-width: 200px;
  float: left;
}

.Header .logoArea p {
  width: 55%;
  height: 30px;
  float: left;
  font-size: 12px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.Header .linkArea .button {
  background-repeat: no-repeat;
  background-position: center center;
  width: 10%;
  height: 59px;
  float: right;
  position: relative;
}

.Header .linkArea .button:hover {
  background-color: #000000;
}

.Header .linkArea .button:last-child {
  margin-left: 0;
}

.Header .linkArea .search {
  background-color: #1c1c1c;
  box-sizing: border-box;
  width: 60%;
  color: #666666;
}

.Header .linkarea .search form input::-webkit-input-placeholder {
  color: #525252;
  line-height: 20px;
}

.Header .linkarea .search form input:-ms-input-placeholder {
  color: #525252;
  line-height: 20px;
}

.Header .linkArea .search form input:-moz-placeholder {
  color: #525252;
  line-height: 20px;
}

.Header .linkArea .search form {
  height: 100%;
}

.Header .linkArea .search:hover input {
  background-color: #000000;
}

.Header .linkArea .search form input {
  height: 100%;
  line-height: 100%;
  background-color: #1c1c1c;
  border: none;
  color: #ffffff;
  outline: none;
  padding: 0;
  box-sizing: border-box;
}

.Header .linkArea .search form .input {
  float: left;
  width: 80%;
  padding-left: 20px;
  line-height: 20px;
}

.Header .linkArea .search form .submit {
  float: left;
  width: 20%;
  background-image: url("../images/header.search.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -200px;
}

.Header .linkArea p {
  font-size: 15px;
  line-height: 59px;
}

.Header .linkArea .language {
  font-size: 12px;
  line-height: 59px;
  text-align: center;
  color: #ffffff;
}

.Header .linkArea .language:hover {
  background-color: #000;
}

.Header .linkArea .language .Item {
  background-color: #232323;
}

.Header .linkArea .cart {
  background-image: url("../images/header.cart.png");
}

.Header .linkArea .login {
  font-size: 13px;
  color: #f5ef35;
  line-height: 59px;
  text-align: center;
  background-size: 40px;
}

.Header .linkArea .login .info {
  display: none;
}

.Header .linkArea .login.member .way {
  display: none;
}

.Header .linkArea .login.member .info {
  display: block;
}

.Header .linkArea .login.member {
  background-image: url("../images/header.login.logo.png");
  background-position: center center;
  background-size: 20px;
}

.Header .linkArea .login.member .info a {
  display: block;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.Header .linkArea .login.member .info a:hover {
  color: #f5ef35;
}

.Header .linkArea .login.member .info .name {
  margin: 0 30px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.Header .linkArea .login.member .info .collection,
.Header .linkArea .login.member .info .history,
.Header .linkArea .login.member .info .memberInfo,
.Header .linkArea .login.member .info .changePass {
  border: none;
}

.Header .linkArea .login.member .way,
.Header .linkArea .login.member .new {
  display: none;
}

.Header .linkArea .login ul {
  display: none;
}

.Header .linkArea .login.member ul {
  display: block;
}

.Header .linkArea .menu {
  background-image: url("../images/header.menu.png");
}

.Header.fixed {
  position: fixed;
  top: 0;
  min-width: 960px;
}

.headerHeight {
  width: 100%;
  height: 60px;
}

.BreadCrumb {
  margin-bottom: 10px;
  max-width: 980px;
  position: relative;
  padding-bottom: 30px;
  font-size: 12px;
}

.BreadCrumb li {
  float: left;
  margin-top: 3px;
}

.FootSNS {
  padding: 40px 0;
  height: 330px;
  text-align: center;
}

.FootContact {
  text-align: center;
  padding: 10px 0;
}

.FootContact a.link,
.FootContact .link {
  display: inline-block;
  width: 130px;
  height: 100px;
  margin-left: 40px;
  background-repeat: no-repeat;
  background-position: center 15px;
}

.FootContact a.link:hover {
  color: #64419c;
}

.FootContact a.link.guidance {
  background-image: url("../images/btn.guidance.png");
}

.FootContact a.link.apply {
  background-image: url("../images/btn.apply.png");
}

.FootContact a.link.contact {
  background-image: url("../images/btn.contact.png");
  background-position: center 20px;
}

.FootContact a.link.download,
.FootContact .link.download {
  background-image: url("../images/btn.download.png");
}

.FootContact a.link.guidance:hover {
  background-image: url("../images/btn.guidance.on.png");
}

.FootContact a.link.apply:hover {
  background-image: url("../images/btn.apply.on.png");
}

.FootContact a.link.contact:hover {
  background-image: url("../images/btn.contact.on.png");
}

.FootContact a.link.download:hover {
  background-image: url("../images/btn.download.on.png");
}

.FootContact a.link:nth-child(1) {
  margin-left: 0;
}

.FootContact .link span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 70px;
}

.FootNav {
  padding: 40px 0;
}

.FootNav .in {
  text-align: center;
}

.FootNav a,
.FootNav .link {
  display: inline-block;
  color: #333333;
  line-height: 20px;
  padding: 5px 6px 0;
  margin: 0 12px 5px;
  font-size: 13px;
  border-bottom: solid 1px #ffffff;
}

.FootNav a:hover,
.FootNav a.on,
.FootNav .link.on {
  color: #432279;
  border-bottom: solid 1px #432279;
}

.FootNav .link.on {
  cursor: default;
}

.FootNav img {
  vertical-align: middle;
}

.Footer {
  width: 100%;
  position: relative;
}

.Copyright {
  font-size: 13px;
  height: 95px;
  color: #ffffff;
  line-height: 95px;
  text-align: center;
  background-color: #232323;
}

#topBtn {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../images/arrow.top.png");
  background-position: center center;
  border-radius: 50%;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 1;
}

#topBtn:hover {
  background-color: #f5ef35;
}

.Footer .Mark {
  display: block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 40px;
}

.Footer .tw {
  background-image: url("../images/ico.tw.png");
  left: 65%;
}

.Footer .fb {
  background-image: url("../images/ico.fb.png");
  left: 69%;
}

.Headline {
  height: 28px;
  padding: 2px;
  background-color: #000000;
  box-sizing: border-box;
  padding-right: 6px;
}

.Headline .nav {
  float: left;
  height: 100%;
  width: 50%;
  border: 1px solid #262626;
  box-sizing: border-box;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.Headline .nav:first-child {
  margin-right: 4px;
}

.Headline .nav:last-child {
  margin-right: -4px;
}

.Headline .nav.on {
  background-color: #cfcfcf;
  background-color: #232323;
  border: 1px solid #585858;
  color: #ffffff;
}

.Headline .nav:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #999;
}

.Item {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 100;
  top: 59px;
  right: 0;
  box-sizing: border-box;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
}

.button:hover .Item {
  visibility: visible;
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}

/*search内*/
.search .Item {
  width: 100%;
  padding: 25px;
}

.search .Item .tags {
  float: left;
  padding: 0 15px 10px 0;
  font-size: 14px;
  color: #ffffff;
  overflow: hidden;
  line-height: 14px;
}

.search .Item .tags span:nth-child(1) {
  opacity: 0.8;
  padding-bottom: 3px;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.search .Item .tags span:nth-child(2) {
  display: block;
  width: 100%;
  padding-top: 3px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}

.search .Item .tags:hover span:nth-child(1) {
  opacity: 1;
}

.search .Item .tags:hover span:nth-child(2) {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
}

/*Item内btn*/
.Item .searchBtn {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  color: #ffffff;
  box-sizing: border-box;
  overflow: hidden;
}

.Item .searchBtn a:nth-child(1) {
  z-index: 100;
}

.Item .searchBtn.tag {
  margin-top: 20px;
}

.Item .searchBtn .personIco span {
  background-image: url("../images/ico.person.png");
}

.Item .searchBtn .tagIco span {
  background-image: url("../images/ico.tag.png");
}

.Item .searchBtn span {
  display: inline-block;
  height: 43px;
  padding-left: 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

.Item .searchBtn a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #fff;
  text-align: center;
}

.Item .searchBtn a:nth-child(2) {
  background-color: rgba(245, 239, 53, 0.8);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(-700px, 0px);
  -webkit-transform: translate(-700px, 0px);
  -moz-transform: translate(-700px, 0px);
}

.Item .searchBtn a:nth-child(3) {
  color: #ffffff;
  left: -200px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
}

.Item .searchBtn:hover a:nth-child(2) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.Item .searchBtn:hover a:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
  -webkit-transition: left 0.30000000000000004s ease;
  -moz-transition: left 0.30000000000000004s ease;
}

/*language内*/
.language .Item {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 60px;
}

.language .Item:hover {
  background-color: #232323;
}

/*cart内*/
.cart .Item {
  width: 290px;
  padding: 25px 20px 30px;
  color: #ffffff;
}

.cart .Item p {
  line-height: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.cart .Item .cartBtn {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.cart .Item .cartBtn a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  color: #fff;
}

.cart .Item .cartBtn a:nth-child(1) {
  z-index: 100;
}

.cart .Item .cartBtn a:nth-child(2) {
  background-color: rgba(245, 239, 53, 0.8);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: translate(-290px, 0px);
  -webkit-transform: translate(-290px, 0px);
  -moz-transform: translate(-290px, 0px);
}

.cart .Item .cartBtn .a:nth-child(3) {
  color: #ffffff;
  left: -200px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
}

.cart .Item .cartBtn:hover a:nth-child(2) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.cart .Item .cartBtn:hover a:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
  -webkit-transition: left 0.30000000000000004s ease;
  -moz-transition: left 0.30000000000000004s ease;
}

.cart .Item .cartBtn a {
  line-height: 44px;
}

.cart .Item .cartBtn.inActive span {
  line-height: 44px;
}

.cart .Item .cartBtn.inActive:hover span {
  line-height: 44px;
}

.cart .Item .cartBtn.inActive:hover {
  background: transparent;
  border: 1px solid #ffffff;
}

/*login内*/
.login .Item {
  padding: 10px 20px 40px;
  text-align: left;
}

.login .Item p {
  display: block;
  height: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
}

.login .Item .way {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}

.login .Item .way .loginBtn {
  margin-bottom: 15px;
}

.login .Item .way .loginBtn:last-child {
  margin-bottom: 0;
}

.login.member .Item {
  width: 200px;
  padding: 30px 0 20px;
}

.login.member p {
  display: block;
  padding: 0 0 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #323232;
  font-size: 15px;
  text-align: center;
}

.login.member .Item ul {
  padding-left: 20px;
}

/*loginBtn*/
.whiteBack {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
}

.login .Item .loginBtn {
  width: 160px;
  height: 40px;
  background-size: 100%;
  display: block;
}

.login .Item .loginBtn:hover {
  opacity: 0.8;
}

.login .Item .loginBtn.entry {
  opacity: 0.9;
}

.login .Item .loginBtn.entry:hover {
  opacity: 1;
}

.myaccount {
  background-image: url("../images/btn.myaccount.png");
}

.facebook {
  background-image: url("../images/btn.fb.png");
}

.google {
  background-image: url("../images/btn.google.png");
}

.entry {
  background-color: #f5ef35;
  color: #000000;
  font-size: 13px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
}

/*menu内*/
.menu .Item {
  width: 200px;
  padding: 30px 0 30px 30px;
}

li {
  line-height: 30px;
}

li a {
  color: #ffffff;
  font-size: 14px;
}

li a:hover {
  color: #f5ef35;
}

.Pain {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  z-index: 1;
}

.Pain p {
  position: absolute;
  color: #ffffff;
}

.Pain .title {
  left: 20px;
  top: 10%;
}

.Pain .director {
  left: 20px;
  top: 20%;
}

.Pain .time {
  right: 20px;
  bottom: 5%;
}

.Pain .time {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
}

.Pain:hover .time {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}

.Pain .text {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.Pain:hover .text {
  opacity: 1;
}

.Pain .btnArea {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.465, 0.08, 1);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.Pain:hover .btnArea {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.Object .MovieBtn {
  position: relative;
  width: 215px;
  height: 65px;
  margin-right: 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}

.Object .MovieBtn:last-child {
  margin-right: 0;
}

.Object.half .MovieBtn,
.Object.trisection .MovieBtn {
  width: 170px;
  height: 55px;
  font-size: 15px;
  line-height: 55px;
  display: none;
}

.Object.half .MovieBtn a {
  line-height: 55px;
}

.Object .MovieBtn a:nth-child(1) {
  z-index: 100;
  text-decoration: none;
  color: #fff;
}

.Object.trisection .MovieBtn {
  width: 145px;
  height: 45px;
  line-height: 45px;
}

.Object .btnArea {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  text-align: center;
  font-size: 0;
}

.Object.half .btnArea {
  top: 55%;
  margin-top: -37px;
}

.Object.trisection .btnArea {
  top: 65%;
  margin-top: -60px;
}

.Object.trisection .MovieBtn a {
  line-height: 45px;
}

/* .MovieBtn a { */
/* color: #ffffff; */
/* display: block; */
/* width: 100%; */
/* line-height: 300%; */
/* } */
/* .MovieBtn:hover { */
/* background-color: rgba(245,239,53,0.8); */
/* color: #000000; */
/* border: none; */
/* } */
/* .MovieBtn:hover a { */
/* color: #000000; */
/* } */
.Object:hover .btnArea .MovieBtn,
.Object.half.min:hover .btnArea .MovieBtn,
.Object.trisection .min:hover .btnArea .MovieBtn {
  display: inline-block;
}

.MovieBtn a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  color: #fff;
}

.MovieBtn a:nth-child(2) {
  background-color: rgba(245, 239, 53, 0.8);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: translate(-215px, 0px);
  -webkit-transform: translate(-215px, 0px);
  -moz-transform: translate(-215px, 0px);
}

.MovieBtn .a:nth-child(3) {
  color: #ffffff;
  left: -200px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
}

.MovieBtn:hover a:nth-child(2) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.MovieBtn:hover a:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
  -webkit-transition: left 0.30000000000000004s ease;
  -moz-transition: left 0.30000000000000004s ease;
}

/*ログインウィンドウ*/
.window {
  width: 640px;
  background-color: #ffffff;
  position: absolute;
  top: 38%;
  left: 50%;
  margin-top: -180px;
  margin-left: -320px;
  z-index: 1;
  padding: 45px 40px 60px;
}

.window .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/btn.close.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.window input {
  height: 35px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #f1f1f1;
  outline: 1px solid #cbcccc;
  background-color: #ffffff;
}

.window .decide {
  width: 100%;
  height: 50px;
  background-color: #848484;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
}

.window p {
  text-align: center;
}

.window p.title {
  font-size: 25px;
  margin-bottom: 40px;
}

.window p.question {
  font-size: 14px;
  color: #d0ca00;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -320px;
  z-index: 2;
}

.share {
  display: inline;
  vertical-align: middle;
}

.share:nth-child(2) {
  margin-left: 20px;
}

.TopSec {
  background-color: #f7f7f7;
  margin-bottom: 20px;
}

.TopSec .title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0 !important;
  margin-bottom: 30px;
  text-align: center;
}

.TopSec.director p:first-child {
  text-align: center;
  width: 100%;
}

.TopSec p {
  display: inline-block;
}

.TopSec p:first-child {
  text-align: left;
  width: 59%;
}

.TopSec p:last-child {
  text-align: right;
  width: 40%;
}

.TopSec .tagTitle {
  font-size: 30px;
  vertical-align: middle;
}

.TopSec .toTaglist {
  color: #000000;
  line-height: 40px;
  font-size: 12px;
  vertical-align: -webkit-baseline-middle;
  vertical-align: -moz-baseline-middle;
}

.TopSec .searchword {
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0 !important;
}

.TopSec .searchText {
  font-weight: normal;
}

.CharacterBox {
  width: 754px;
  margin: 0 auto;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}

.CharacterBox .tile {
  width: 28px;
  height: 28px;
  float: left;
  display: block;
  color: #000000;
  background-color: #ffffff;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  line-height: 28px;
}

.CharacterBox .tile.empty {
  color: #b5b5b5;
  background-color: #f2f2f2;
  cursor: default;
}

.CharacterBox .tile.empty:hover {
  color: #b5b5b5;
  background-color: #f2f2f2;
}

.CharacterBox .tile:hover {
  background-color: #deda4c;
  color: #ffffff;
}

.Panel {
  display: block;
  width: 25%;
  height: 300px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.Panel:nth-child(4n) {
  border-right: none;
}

.Panel .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Panel:hover .imgBox {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.Panel .label {
  width: 100%;
  height: 50px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  bottom: 0;
  word-break: break-all;
  z-index: 3;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Panel:hover .label {
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
}

.Panel .infoLabel {
  position: absolute;
  width: 90%;
  height: 90%;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  text-align: left;
  position: absolute;
  word-break: break-all;
  transition: all 0.25s cubic-bezier(0.1, 0.1, 0.05, 0.001);
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
}

.Panel:hover .infoLabel {
  transform: translate(0, -300px);
  -webkit-transform: translate(0, -300px);
  -moz-transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  -o-transform: translate(0, -300px);
}

.Panel .infoLabel .name {
  font-size: 16px;
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Panel:hover .infoLabel .name {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.Panel .infoLabel .text {
  padding-top: 50px;
  font-size: 14px;
  line-height: 30px;
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Panel:hover .infoLabel .text {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
}

.Tag.Panel {
  display: block;
  width: calc(100% / 3);
  height: 225px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.Tag.Panel:nth-child(3n) {
  border-right: none;
}

.ListBox {
  width: 100%;
  margin-bottom: 30px;
}

.ListBox .tile {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #000000;
  border: 1px solid #000000;
}

.ListBox .tile:hover {
  background-color: #deda4c;
  color: #ffffff;
}

.ProfileArea {
  margin-bottom: 40px;
}

.ProfileArea .name {
  height: 50px;
  line-height: 50px;
  margin-bottom: 30px;
  text-align: left;
}

.ProfileArea .name .nameJP {
  display: inline-block;
  margin-right: 25px;
  font-size: 54px;
}

.ProfileArea .name .nameEN {
  font-size: 34px;
  color: #999999;
}

.ProfileArea .imgBox {
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 25px;
}

.ProfileArea .description {
  float: left;
  width: 635px;
  margin-bottom: 20px;
  line-height: 30px;
}

.ProfileArea .box {
  font-size: 0;
}

.Movie {
  width: 49%;
  display: inline-block;
  border-right: 1px solid #232323;
  box-sizing: border-box;
  margin: 0 0 100px;
}

.Movie:nth-child(3) {
  margin-bottom: 30px;
}

.Movie:nth-child(4) {
  margin-bottom: 30px;
}

.Movie .title {
  width: 100%;
  line-height: 70px;
  color: #ffffff;
  font-size: 35px;
  margin: 0 0 10px 0;
}

.Movie .title .main {
  color: #ffffff;
}

.Movie .title .main:hover {
  color: #f5ef35;
}

.Movie .imgBox {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.Movie:nth-child(2n) .imgBox {
  border-right: none;
}

.Movie .yellowWrap {
  width: 100%;
  height: 100%;
  background-color: rgba(222, 217, 49, 0.8);
  color: #000;
}

.Movie .yellowWrap p {
  font-size: 16px;
  line-height: 30px;
}

/*tag*/
.Movie .yellowWrap .tags {
  float: left;
  padding: 0 10px 5px;
  font-size: 14px;
  overflow: hidden;
  line-height: 25px;
}

.Movie .yellowWrap .tags:hover {
  border-bottom: none;
}

.Movie .yellowWrap .tags span:nth-child(1) {
  opacity: 0.8;
  padding-bottom: 3px;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.Movie .yellowWrap .tags span:nth-child(2) {
  display: block;
  width: 100%;
  padding-top: 3px;
  border-bottom: 1px solid #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}

.Movie .yellowWrap .tags:hover span:nth-child(1) {
  opacity: 1;
}

.Movie .yellowWrap .tags:hover span:nth-child(2) {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  -o-transform: translate(0px, 0);
}

.Movie .yellowWrap .year {
  float: left;
  line-height: 25px;
  margin-right: 30px;
}

.Movie .yellowWrap .description {
  display: block;
  padding: 10px 0;
  margin: 0 10px 10px;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  line-height: 30px;
}

.Movie .yellowWrap .release {
  padding: 0 10px;
}

.Movie .yellowWrap .price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-width: 135px;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
}

.Movie .imgBox {
  position: relative;
  overflow: hidden;
}

.Movie .yellowWrap {
  position: absolute;
  word-break: break-all;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(0, 270px);
  -webkit-transform: translate(0, 270px);
  -moz-transform: translate(0, 270px);
  -ms-transform: translate(0, 270px);
  -o-transform: translate(0, 270px);
}

.Movie:hover .yellowWrap {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.Movie .yellowWrap .description,
.Movie .yellowWrap .release {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Movie:hover .yellowWrap .description,
.Movie:hover .yellowWrap .release {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -ms-transition-delay: .3s;
  -o-transition-delay: .3s;
}

.Movie .yellowWrap .price {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.Movie:hover .yellowWrap .price {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -ms-transition-delay: .5s;
  -o-transition-delay: .5s;
}

.Filmography {
  float: left;
  color: #ffffff;
}

.Filmography .content {
  display: table;
}

.Filmography .title {
  font-size: 25px;
  color: #666666;
  margin-bottom: 10px;
}

.Filmography .year {
  width: 50px;
  height: 35px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #666666;
  display: table-cell;
  line-height: 35px;
  text-align: center;
}

.Filmography .text {
  display: table-cell;
  padding-left: 15px;
}

.IntroArea {
  padding: 40px 0;
  background-color: #232323;
}

.IntroArea .movieArea {
  margin-bottom: 30px;
}

.KeyArea .bigImage {
  width: 100%;
  height: 680px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.KeyArea .bigImage .label {
  width: 100%;
  padding: 20px 0 20px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.KeyArea .top {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.KeyArea .top .title {
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-right: 20px;
  font-size: 40px;
  float: left;
}

.KeyArea .top .director {
  height: 35px;
  line-height: 35px;
  font-size: 28px;
  float: left;
}

.KeyArea .top .director .name {
  color: #fff;
}

.KeyArea .top .director .name:hover {
  color: #f5ef35;
}

/* .KeyArea .director .name { */
/* display: inline-block; */
/* margin-right: 10px; */
/* color: #fff; */
/* opacity: 0.8; */
/* overflow: hidden; */
/* vertical-align: middle; */
/* transition: opacity 0.3s ease-in-out; */
/* -webkit-transition: opacity 0.3s ease-in-out; */
/* -moz-transition: opacity 0.3s ease-in-out; */
/* -ms-transition: opacity 0.3s ease-in-out; */
/* -o-transition: opacity 0.3s ease-in-out; */
/* } */
/* .KeyArea .director .name:hover { opacity: 1; } */
/* .KeyArea .director .name span { */
/* display: block; */
/* width: 100%; */
/* padding-top: 5px; */
/* border-bottom: 1px solid #fff; */
/* transition: all 0.3s ease-in-out; */
/* -webkit-transition: all 0.3s ease-in-out; */
/* -moz-transition: all 0.3s ease-in-out; */
/* -ms-transition: all 0.3s ease-in-out; */
/* -o-transition: all 0.3s ease-in-out; */
/* transform: translate(-200px,0); */
/* -webkit-transform: translate(-200px,0); */
/* -moz-transform: translate(-200px,0); */
/* -ms-transform: translate(-200px,0); */
/* -o-transform: translate(-200px,0); */
/* } */
/* .KeyArea .director .name:hover span { */
/* transform: translate(0,0); */
/* -webkit-transform: translate(0,0); */
/* -moz-transform: translate(0,0); */
/* -ms-transform: translate(0,0); */
/* -o-transform: translate(0,0); */
/* } */
.KeyArea .top .MovieBtn {
  float: right;
  width: 102px;
  height: 20px;
  padding-left: 20px;
  line-height: 20px;
  background-image: url("../images/btn.play.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.KeyArea .top .MovieBtn p {
  margin: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.KeyArea .top .MovieBtn p span {
  display: block;
  width: 120px;
  margin: 0;
  padding-top: 5px;
  border-bottom: 1px solid #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}

.KeyArea .top .MovieBtn:hover {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.KeyArea .top .MovieBtn:hover p {
  font-weight: bold;
}

.KeyArea .top .MovieBtn:hover p span {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.KeyArea .bottom .infoArea {
  margin-bottom: 20px;
  font-size: 25px;
  color: #fff;
}

.KeyArea .infoArea div {
  display: inline-block;
}

.KeyArea .infoArea .year {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #878787;
}

.KeyArea .infoArea .time {
  padding-left: 30px;
  padding-right: 10px;
  border-right: 1px solid #878787;
  background-image: url("../images/clock.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}

.KeyArea .tagArea {
  display: inline-block;
}

.KeyArea .tagArea .numsign {
  margin-right: 5px;
}

.KeyArea .tagArea .tag {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  opacity: 0.8;
  overflow: hidden;
  vertical-align: middle;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}

.KeyArea .tagArea .tag:hover {
  opacity: 1;
}

.KeyArea .tagArea .tag span {
  display: block;
  width: 100%;
  padding-top: 3px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  -ms-transform: translate(-200px, 0);
  -o-transform: translate(-200px, 0);
}

.KeyArea .tagArea .tag:hover span {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.KeyArea .bottom .share-this {
  display: inline-block;
  float: right;
  font-size: 0;
}

.CvArea {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 40px 0;
}

.CvArea .w750 {
  width: 750px;
  margin: 0 auto;
}

.CvArea .content {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.CvArea .cvBtn {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 90px;
  line-height: 90px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 40px center;
  overflow: hidden;
}

.CvArea .cvBtn:nth-child(2) {
  margin-left: 30px;
}

.CvArea .cvBtn.stream {
  background-image: url("../images/ico.stream.png");
}

.CvArea .cvBtn.download {
  background-image: url("../images/ico.download.png");
}

.CvArea .cvBtn .text {
  font-size: 16px;
  color: #fff;
  line-height: 90px;
}

.CvArea .cvBtn span {
  margin-left: 10px;
  background-position: left center;
  background-repeat: no-repeat;
}

.CvArea .cvBtn .ico {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 40px;
  padding: 0;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  background-color: #666;
}

.CvArea .text {
  font-size: 14px;
  color: #878787;
}

.CvArea .LinkIntext {
  font-size: 14px;
  color: #f5ef35;
}

.CvArea.free .Player .VideoArea .thumb_under {
  left: 50%;
  margin-left: -322px;
}

.CvArea.free .Player .VideoArea .thumb_top {
  margin-left: 53px;
}

.cvBtn a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 65px;
  color: #fff;
}

.cvBtn a:nth-child(2) {
  background-color: rgba(245, 239, 53, 0.8);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transform: translate(-500px, 0px);
  -webkit-transform: translate(-500px, 0px);
  -moz-transform: translate(-500px, 0px);
}

.cvBtn .a:nth-child(3) {
  color: #ffffff;
  left: -200px;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
}

.cvBtn:hover a:nth-child(2) {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
}

.cvBtn:hover a:nth-child(3) {
  left: 0px;
  transition: left 0.30000000000000004s ease;
  -webkit-transition: left 0.30000000000000004s ease;
  -moz-transition: left 0.30000000000000004s ease;
}

.cvBtn:hover a:nth-child(3) .ico {
  background-color: #b6b6b6;
  color: #666;
}

.TextArea {
  padding: 30px 0;
}

.TextArea p {
  margin-bottom: 30px;
  line-height: 30px;
}

.TextArea p:first-child {
  margin-bottom: 0;
}

.TextArea span {
  color: #878787;
}

.TextArea .onlyBorder {
  width: 200px;
  height: 30px;
  border-bottom: 1px solid #878787;
  margin: 0 auto 30px;
}

.fadeInDown {
  animation-fill-mode: both;
  animation-duration: .8s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ImageArea {
  padding: 40px 0;
  background-color: #232323;
}

.ImageArea .minImage {
  width: 300px;
  float: left;
  background-repeat: no-repeat;
  margin-right: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.ImageArea .minImage:hover img {
  opacity: 0.8;
}

.ImageArea .minImage:last-child {
  margin-right: 0;
}

.fancybox-prev span {
  left: -20px !important;
  right: auto !important;
}

.fancybox-next span {
  right: -20px !important;
  left: auto !important;
}

.RelatedArea {
  margin-bottom: 40px;
  padding-top: 40px;
}

.RelatedArea p {
  margin-bottom: 0 !important;
}

.RelatedArea .title {
  padding-left: 25px;
  line-height: 21px;
  font-size: 20px;
  background-image: url("../images/ico.related.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 15px;
}

.RelatedArea .content {
  position: relative;
  margin-bottom: 20px;
}

.RelatedArea .content .invisibleLink {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 960px;
  height: 100px;
}

.RelatedArea .relatedImg {
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
  float: left;
}

.RelatedArea .content .relatedTitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.RelatedArea .content .comment {
  font-size: 15px;
  margin-bottom: 15px;
}

.RelatedArea .content .relatedInfo {
  position: absolute;
  bottom: 0;
  left: 160px;
}

.RelatedArea .content .relatedInfo .topics,
.RelatedArea .content .relatedInfo .date {
  margin: 0 10px 0 0;
}

.RelatedArea .content .topics {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #e55d59;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #878787;
}

.RelatedArea .content .date {
  display: inline-block;
  font-size: 12px;
}

.RelatedArea .content {
  cursor: pointer;
}

.RelatedArea .content:hover {
  opacity: 0.5;
}

.FormTitle {
  margin-bottom: 30px;
}

.FormTitle h2 {
  font-size: 30px;
  text-align: center;
}

.FormTitle h2.txt {
  margin: 30px 0 50px;
}

.FormContent .text p {
  line-height: 20px;
}

.FormContent .couponText {
  margin-bottom: 10px;
}

.FormContent .text .environment {
  width: 90px;
  height: 30px;
  background-color: #cdccd0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
}

.FormContent .companyInfo {
  font-size: 15px;
  color: #666;
}

.FormContent .companyInfo p {
  line-height: 25px;
}

.FormContent .socialLogin {
  margin-bottom: 30px;
}

.FormContent .socialBtn {
  display: block;
  width: 275px;
  height: 40px;
  float: left;
}

.FormContent .socialBtn:hover {
  opacity: 0.8;
}

.FormContent .socialBtn:nth-child(1) {
  margin-right: 10px;
}

.FormContent .or {
  display: block;
  margin-bottom: 30px;
}

.FormContent.mT {
  margin-top: 100px;
}

.FormContent .btn {
  display: block;
  text-align: center;
  border-radius: 5px;
}

.FormContent .btn:hover {
  opacity: 0.8;
}

.FormContent .forgetPass {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #d0ca00;
}

.FormContent .forgetPass {
  margin-bottom: 30px;
}

.FormContent .forgetPass span {
  font-size: 13px;
}

.FormContent .forgetPass:hover span {
  border-bottom: 1px solid #d0ca00;
}

.FormContent .login {
  width: 100%;
  height: 50px;
  background-color: #848484;
  color: #fff;
  line-height: 50px;
  margin-top: 50px;
}

.FormContent .new {
  width: 100%;
  height: 50px;
  background-color: #333;
  color: #fff;
  line-height: 50px;
}

.FormContent form input::-webkit-input-placeholder {
  color: #ccc;
  padding-left: 10px;
}

.btn.red {
  background-color: #eb7a6b;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

.btn.gray {
  background-color: #adadad;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

.btn.blue {
  background-color: #66b6e4;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

.btn.green {
  background-color: #bbcf91;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 50px;
}

input.btn.red {
  background-color: #eb7a6b;
  border: none;
  padding: 0;
  color: #fff;
}

.FormModal {
  width: 700px;
  min-width: 700px;
  height: 95%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #ffffff;
  overflow-y: scroll;
}
.FormModal__btn {
  padding: 40px 0 0;
  text-align: center;
}
.FormModal__btn-text {
  color: #5a5a5a;
}
.FormModal_heading {
  margin-bottom: 20px;
}
.FormModal_heading p {
  font-size: 20px;
}
.FormModal_text {
  margin-bottom: 20px;
}
.FormModal_article {
  margin-bottom: 30px;
  text-align: left;
}
.FormModal_article_heading {
  margin-bottom: 10px;
}
.FormModal_article_text {
  margin: 0 0 10px 18px;
}
.FormModal_article_text:last-child {
  margin-bottom: 0;
}
.FormModal_article_text p.attention {
  color: #e94529;
}
.FormModal_article_text dt {
  float: left;
}
.FormModal_article_clause {
  margin: 0 0 10px 18px;
}
.FormModal_article_clause:last-child {
  margin-bottom: 0;
}
.FormModal_article_clause_text {
  margin-left: 26px;
  margin-bottom: 10px;
}
.FormModal_article_clause_text:last-child {
  margin-bottom: 0;
}
.FormModal_article_clause_items {
  list-style-type: lower-roman;
  list-style-position: outside;
  padding-left: 45px;
}
.FormModal_article_clause_item {
  line-height: 1.7;
}
.FormModal_article_clause_item_dataList {
  margin-bottom: 10px;
}
.FormModal_article_clause_item_dataList dd {
  margin-left: 12px;
}
.FormModal_article_clause_item_dataList dd.mb10 {
  margin-bottom: 10px;
}
.FormModal_article_clause_item_dataList span {
  color: red;
  font-size: 12px;
}
.FormModal_table {
  margin: 0 auto 20px;
}
.FormModal_table:last-child {
  margin-bottom: 0;
}
.FormModal_table th, .FormModal_table td {
  width: 250px;
  height: 25px;
  padding: 10px;
  border: 1px solid #333333;
  border-collapse: collapse;
  line-height: 1.7;
}
.FormModal_table th {
  text-align: center;
}
.FormModal_text p {
  line-height: 1.4;
}
.FormModal_articles {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 20px;
  margin-bottom: 20px;
}
.FormModal_articles li {
  margin-bottom: 20px;
}
.FormModal_article_text {
  margin-left: 0;
}
.FormModal_article_text p, .FormModal_article_text dt, .FormModal_article_text dd {
  line-height: 1.4;
}
.FormModal_article_text p.mb10 {
  margin-bottom: 10px;
}
.FormModal_article_text dl {
  margin-left: 0;
}
.FormModal_article_text dd.ml30 {
  margin-left: 30px;
}
.FormModal_infodesk {
  border: 1px solid #333333;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
}

.FlowArea {
  padding-top: 20px;
  margin-bottom: 40px;
}

.FlowArea .flow {
  background: #fff;
  padding: 10px;
  border: 1px solid #cbcccc;
}

.FlowArea .flow p {
  margin-bottom: 5px;
  line-height: 20px;
}

.FlowArea .flow li.active {
  font-weight: bold;
  background-image: url("../images/bg_status-icon.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.FlowArea .flow li {
  float: left;
  width: 20%;
  padding: 2% 2% 20px 2%;
  margin-right: 1%;
  text-align: center;
}

.NavArea {
  text-align: center;
  padding-top: 40px;
}

.NavArea-contact {
  padding-top: 20px;
}

.NavArea.stream {
  margin: 0;
  padding: 30px 0;
  background-color: #333;
}

.NavArea a {
  width: 30%;
  display: inline-block;
  color: #fff;
}

.NavArea .btn.inActive {
  width: 100%;
  height: 50px;
  display: inline-block;
  color: #fff;
  background-color: #ccc;
}

.NavArea .btn.inActive:hover {
  opacity: 1;
}

.NavArea .textlink {
  font-size: 14px;
  color: #30a2d2;
  margin: 10px auto;
  line-height: 48px;
}

.NavArea .btn {
  display: inline-block;
  max-width: 560px;
  font-weight: bold;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
}

.NavArea .btn-contact {
  letter-spacing: 1px;
}

.NavArea .btn:nth-child(2) {
  margin-top: 15px;
}

.NavArea .btn:hover {
  opacity: 0.8;
}

.NavArea .blocks {
  display: block;
  margin: 0 auto;
}

.InputTable {
  display: table;
  width: 100%;
}

.InputTable.TextOnly {
  margin-bottom: 50px;
}

.InputTable.loginTable {
  margin-bottom: 0;
}

.InputTable .tr {
  display: table;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #dcdcdc;
}

.InputTable .tr:first-child {
  padding-top: 0;
}

.InputTable .tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.InputTable .tr.help {
  margin-left: 100px;
  margin-right: 100px;
}

.InputTable .th {
  display: table-cell;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  color: #5a5a5a;
}

.InputTable .loginInput {
  margin-bottom: 10px;
}

.InputTable .required {
  display: inline-block;
  min-width: 20px;
  margin: 0 0 0 8px;
  padding: 3px 8px 3px;
  border-radius: 2px;
  color: #3c3c3c;
  text-align: center;
  background-color: #c8c8c8;
  font-size: 10px;
}

.InputTable .td {
  display: table-cell;
  width: 65%;
  padding-left: 5%;
  vertical-align: middle;
}

.InputTable .td span {
  display: block;
  padding-top: 10px;
  color: #808080;
  font-size: 12px;
}

.InputTable .td .error {
  color: #e73e33;
  line-height: 20px;
  word-break: break-word;
  padding-top: 10px;
}

.InputTable .th.exception {
  width: 40%;
}

.InputTable .td.exception {
  width: 60%;
}

.InputTable .td .confirm {
  letter-spacing: 0;
  margin-bottom: 10px;
}

.InputTable tr th span {
  display: block;
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.InputTable tr td .RadioBox {
  width: auto;
}

.InputTable tr td .InputPref,
.InputTable tr td .InputNickName {
  width: 100px;
}

.InputTable tr td .InputAddress-2 {
  width: 40%;
}

.InputTable tr td .InputPassword,
.InputTable tr td .InputEmail {
  width: 50%;
}

.InputTable input {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 1px #cbcccc,0 0 0 2px #f1f1f1;
  border-radius: 3px;
}

.InputTable .textareaLarge {
  width: 100%;
  height: 100px;
  border: 1px solid #f1f1f1;
  outline: 1px solid #cbcccc;
  padding: 0;
  box-sizing: border-box;
}

.InputTable .radio {
  margin-right: 20px;
}

.InputTable input.RadioBox {
  width: 6%;
  box-shadow: none;
  height: auto;
}

.InputTable input::-webkit-input-placeholder {
  line-height: 20px;
}

.InputTable input:-moz-placeholder {
  line-height: 20px;
}

.InputTable .message.error {
  color: #e73e33;
  margin-bottom: 15px;
  padding-top: 10px;
  line-height: 20px;
  word-break: break-word;
}

.ContentHead h2 {
  font-size: 20px;
  margin-bottom: 80px;
  text-align: left;
  font-weight: bold;
}

.MainContent {
  min-height: 600px;
}

.MainContent p {
  margin: 10px 0;
  line-height: 20px;
}

.MainContent p:last-child {
  margin-bottom: 0 !important;
}

.MainContent .TextArea p {
  line-height: 30px;
}

.MainContent .TotalPrice {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}

.MainContent .TotalPrice strong {
  font-weight: bold;
}

.MainContent .mWrapper {
  margin: 60px 0;
}

.MainContent.margin {
  margin-top: 60px;
}

/*
------------------------------------------------------------------------------
other
------------------------------------------------------------------------------
*/
.msg {
  font-size: 12px;
  font-weight: bold;
}

.CartTable .ListItem .ListParts:nth-child(1) {
  width: 100px;
}

.CartTable .ListItem .ListParts:nth-child(2) {
  width: 150px;
}

.CartTable .ListItem .ListParts:nth-child(3) {
  width: 337px;
}

.CartTable .ListItem .ListParts:nth-child(4) {
  width: 237px;
}

.CartTable .ListItem .ListParts:nth-child(5) {
  width: 140px;
}

.CartTable .ListItem.total .ListParts:nth-child(1) {
  width: 833px;
}

.CartTable .ListItem.total .ListParts:nth-child(2) {
  width: 143px;
}

.CartTable .ListItem.total .ListParts.total {
  width: 835px;
}

.CartTable .ListItem.total .ListParts.price {
  width: auto;
}

.CartTable.payment .ListItem .ListParts:nth-child(1) {
  width: 150px;
}

.CartTable.payment .ListItem .ListParts:nth-child(2) {
  width: 450px;
}

.CartTable.payment .ListItem .ListParts:nth-child(3) {
  width: 200px;
}

.CartTable.payment .ListItem .ListParts:nth-child(4) {
  width: 178px;
}

.CartTable.payment .ListItem.total .ListParts:nth-child(1) {
  width: 801px;
}

.CartTable.payment .ListItem.total .ListParts:nth-child(2) {
  width: 178px;
}

.emptyMessage {
  text-align: center;
}

.CartItemTable {
  width: 90%;
}

.CartItemTable th {
  text-align: left;
}

.CartItemTable th:first-child {
  width: 30%;
}

.PurchaseTransition {
  padding-top: 20px;
  margin-bottom: 40px;
}

.PurchaseTransition .flow {
  background: #fff;
  padding: 10px;
  box-shadow: 1px 1px 1px #ccc inset;
  -webkit-box-shadow: 1px 1px 1px #ccc inset;
  -moz-box-shadow: 1px 1px 1px #ccc inset;
  -ms-box-shadow: 1px 1px 1px #ccc inset;
}

.PurchaseTransition .flow p {
  margin-bottom: 5px;
  line-height: 20px;
}

.PurchaseTransition .flow li.active {
  font-weight: bold;
  background-image: url("../images/bg_status-icon.png");
  background-repeat: no-repeat;
  background-position: bottom center;
}

.PurchaseTransition .flow li {
  float: left;
  width: 26%;
  padding: 2% 2% 20px 2%;
  margin-right: 3%;
  text-align: center;
}

.InputSettle {
  margin: 0 0 40px;
}

.InputSettle .content {
  background-color: #fff;
  min-width: 590px;
  min-height: 540px;
}

.InputSettle .content .inner {
  text-align: center;
  overflow: auto;
  width: 100%;
  height: 100%;
}

.InputSettle .content .inner #paypal_iframe {
  width: 590px;
  height: 540px;
  border: none;
}

.WhiteWrap {
  width: 100%;
  height: 100%;
}

.MemberHeader {
  background-color: #000;
}

.MemberHeader h2 {
  float: left;
  color: #ccc;
  margin: 0 20px 0 0;
  padding: 5px 15px 5px;
  border-right: 1px solid #ccc;
  font-size: 13px;
}

.MemberHeader ul {
  text-align: left;
}

.MemberHeader ul li {
  display: inline-block;
  padding: 5px 15px 5px;
  font-size: 13px;
  line-height: 13px;
}

.CollectionBox {
  background-color: #eee;
  margin: 0 0 3% 0;
  padding: 3%;
}

.CollectionBox .content1 {
  float: right;
  width: 70%;
}

.CollectionBox .content2 {
  float: left;
  width: 26%;
}

.CollectionBox .content2 p {
  margin: 10px 0;
  line-height: 20px;
}

.CollectionBox .content2 a {
  color: #30a2d2;
}

.CollectionBox .content2 span {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}

.CollectionBox .content2 h2 a {
  font-size: 20px;
  margin-bottom: 10px;
}

.CollectionBox .content2 .FilmDescription {
  margin: 10px 0;
  line-height: 18px;
}

.CollectionBox .date {
  font-size: 12px;
}

.CollectionBox a.btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #30a2d2;
  color: #fff;
  border-radius: 3px;
}

.CollectionBox .btn:hover {
  opacity: 0.8;
}

.CollectionTable .ListItem .ListParts:nth-child(1) {
  width: 200px;
}

.CollectionTable .ListItem .ListParts:nth-child(2) {
  width: auto;
}

.CollectionTable .ListItem .ListParts:nth-child(3) {
  width: 200px;
}

.CollectionTable .ListItem .ListParts:nth-child(4) {
  width: 200px;
}

.CollectionTable .ListItem .ListParts:nth-child(5) {
  width: 130px;
}

.Player {
  position: relative;
}

.Player .VideoArea {
  height: 363px;
  text-align: center;
  cursor: pointer;
}

.Player .VideoArea .thumb_under {
  position: absolute;
}

.Player .VideoArea .thumb_top {
  position: absolute;
  width: 645px;
  margin: 125px 0;
}

.Player .VideoArea img {
  max-width: none;
  width: auto;
}

.Player .VideoArea img.streaming {
  transform: rotate(-90deg);
}

.Player .VideoArea .thumb_under.priv,
.Player .VideoArea .thumb_top.priv {
  left: 50%;
  margin-left: -322px;
}

.down {
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.ListItem {
  display: table;
  width: 978px;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ListItem:last-child {
  border-bottom: 1px solid #ccc;
}

.ListItem .ListParts {
  display: table-cell;
  height: 35px;
  border-right: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

.ListItem .ListParts:last-child {
  border-right: none;
}

.ListItem .ListParts:nth-child(1) {
  width: 175px;
}

.ListItem .ListParts:nth-child(2) {
  width: 450px;
}

.ListItem .ListParts:nth-child(3) {
  width: 250px;
}

.ListItem .ListParts:nth-child(4) {
  width: 100px;
}

.ListItem.th {
  background-color: #f0f0f0;
  color: #333;
}

.ListItem.td {
  color: #666;
}

.ListParts a {
  color: #30a2d2;
}

.ListParts a:hover {
  border-bottom: none;
  opacity: 0.8;
}

.ListItem.total .ListParts:nth-child(1) {
  width: 727px;
  background-color: #f0f0f0;
}

.OrderDetail .grayBox {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #666;
}

.Content .grayBox {
  margin-bottom: 20px;
}

.OrderDetail .ListItem .ListParts:nth-child(1) {
  width: 375px;
}

.OrderDetail .ListItem .ListParts:nth-child(2) {
  width: 100px;
}

.OrderDetail .ListItem .ListParts:nth-child(3) {
  width: 250px;
}

.OrderDetail .ListItem .ListParts:nth-child(4) {
  width: 240px;
}

.OrderDetail .ListItem.total .ListParts.total {
  width: auto;
}

.OrderDetail .ListItem.total .ListParts.price {
  width: 243px;
}

.TextOnly th {
  width: 30%;
  padding: 16px 15px;
}

.QA h3 {
  font-weight: bold;
}

.QA p {
  margin: 10px 0 !important;
  line-height: 30px !important;
}

.QA .text {
  margin-bottom: 50px !important;
}

.QA .question {
  margin-bottom: 10px !important;
}

.QA .answer {
  margin-bottom: 50px !important;
}

.TextContent {
  font-size: 15px;
}

.TextContent p {
  margin-bottom: 20px;
}

.TextContent p:last-child {
  margin-bottom: 0 !important;
}

.TextContent dt {
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.TextContent dd {
  font-size: 14px;
  padding-left: 10px;
  line-height: 25px !important;
}

.TextContent dd.dd_mb {
  margin-bottom: 30px;
}

.TextContent dd ul {
  padding-left: 10px;
}

.Eyecatch {
  width: 100%;
  height: 600px;
  background: #000 url("../images/bg.film_01.jpg") no-repeat center center;
  border-bottom: 1px solid #fff;
}

.Eyecatch .director {
  font-size: 40px;
  color: #ccc;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  margin: 0 0 20px 0;
  display: block;
}

.Eyecatch .filmTitle {
  font-size: 55px;
  font-weight: bold;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  color: #fff;
  margin: 0 0 20px 0;
}

.Eyecatch .xCon980 {
  padding: 40px 0 0;
}

.Eyecatch .BtnArea {
  text-align: center;
  font-size: 13px;
  padding: 80px 0 0;
}

.Eyecatch .BtnArea .btn {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
}

.Eyecatch .BtnArea .yellow {
  background-color: #cea62c;
}

.Eyecatch .BtnArea .red {
  background-color: #b04803;
}

.Eyecatch .BtnArea .green {
  background-color: #759602;
}

.SubArea {
  background: #000;
  padding: 20px 0;
  text-align: center;
}

.SubArea .btn.blue {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 0 40px;
  width: 200px;
  line-height: 48px;
  background-color: #66b6e4;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
}

.SubArea p {
  text-align: center;
  width: 100%;
  font-size: 14px;
  background: #ddd;
  padding: 10px;
  margin: 0 0 10px;
}

.SubArea a {
  color: #30a2d2;
}

.ContentArea .inner {
  padding: 20px 0 0 0;
}

.ContentArea .director {
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #30a2d2;
  display: block;
}

.ContentArea .filmTitle {
  font-size: 20px;
  margin: 0 0 20px 0;
}

.ContentArea .filmInfo {
  margin: 0 0 10px 0;
}

.ContentArea .filmInfo span {
  border-right: 1px solid #999;
  padding: 0 5px 0 0;
}

.ContentArea .filmInfo span:last-child {
  border: none;
}

.ContentArea .filmDescription {
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0;
}

.ContentArea .filmStory {
  padding: 10px;
  font-size: 14px;
  margin: 0 0 40px;
  border: 1px solid #f1f1f1;
  outline: 1px solid #cbcccc;
  box-sizing: border-box;
}

.ContentArea .filmStaff {
  float: left;
  padding: 10px;
  width: 660px;
  margin: 0 20px 0 0;
  border: 1px solid #f1f1f1;
  outline: 1px solid #cbcccc;
  box-sizing: border-box;
}

.ContentArea .filmStaff tr {
  display: block;
  margin: 0 0 5px;
}

.ContentArea .filmStaff th {
  font-size: 14px;
  width: 40px;
  line-height: 25px;
  background: #cea62c;
  color: #fff;
  text-align: center;
}

.ContentArea .filmStaff td {
  font-size: 14px;
  padding: 0 0 0 10px;
}

.ContentArea .filmStill {
  width: 300px;
  float: right;
}

.ContentArea .filmStill img {
  width: 100%;
  margin: 0 0 20px 0;
}

.ContentArea .benefit {
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin: 0 0 30px 0;
  outline: 1px solid #cbcccc;
  box-sizing: border-box;
  text-align: center;
}

.ContentArea .benefit img {
  width: auto;
  margin: 0 0 10px;
}

.ContentArea .benefit p {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
}

.ContentArea .benefit h3 {
  text-align: left;
}

.ContentArea .benefit .content {
  text-align: left;
  font-size: 14px;
  margin: 0 0 20px;
}

.ContentArea .benefit dt {
  margin: 0 0 10px;
}

.ContentArea .benefit dd {
  line-height: 20px;
}

.ContentArea .Related .MinWidth {
  margin: 0;
}

.NotesContent {
  padding-top: 20px;
}

.notescontent p {
  line-height: 20px;
  font-size: 12px;
  color: #333;
}

/*pager*/
.Pager {
  text-align: center;
  padding-top: 40px;
}

.Pager .in {
  display: inline-block;
}

.Pager a,
.Pager span {
  display: block;
  float: left;
  border: 1px solid #eeeeee;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  margin-right: 10px;
}

.Pager a:hover {
  background-color: #deda4c;
  color: #ffffff;
}

.Pager .off {
  color: #b5b5b5;
  background-color: #f2f2f2;
  cursor: default;
}

.Pager .active {
  background-color: #deda4c;
  color: #ffffff;
}

.Object {
  width: 100%;
  height: 680px;
  position: relative;
  overflow: hidden;
  background-color: #000;
  box-sizing: border-box;
  border-bottom: 2px solid #f9f9f9;
  margin: 0;
}

.Object .ObjectImg {
  width: 100%;
  height: 680px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: cover;
  background-position: center center;
}

.Object.half .ObjectImg {
  height: 340px;
}

.Object.trisection .ObjectImg {
  height: 240px;
}

.Object:hover .ObjectImg {
  transform: scale(1.01, 1.01);
}

.Object .Pain {
  background-color: rgba(0, 0, 0, 0.4);
}

.Object .Pain .title {
  font-size: 50px;
}

.Object .Pain .director {
  font-size: 30px;
}

.Object .Pain .time {
  font-size: 25px;
}

.Object.half {
  float: left;
  width: 50%;
  height: 340px;
  border-right: 2px solid #f9f9f9;
}

.Object.half:nth-child(2n) {
  border-right: none;
}

.Object.half .Pain .title {
  font-size: 30px;
}

.Object.half .Pain .director {
  font-size: 20px;
}

.Object.half .Pain .time {
  font-size: 20px;
}

.Object.trisection {
  height: auto;
  margin: 0 auto;
}

.Object.trisection:last-child {
  border-bottom: none;
}

.Object.trisection.min {
  width: calc(100% / 3);
  height: 240px;
  float: left;
  position: relative;
  border-right: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  box-sizing: border-box;
  overflow: hidden;
}

.Object.trisection.min:nth-child(3n) {
  border-right: none;
}

.Object.trisection .Pain .title {
  font-size: 20px;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Object.trisection .Pain .director {
  font-size: 15px;
}

.Object.trisection .Pain .time {
  font-size: 15px;
}

#nextSec {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow.next.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -25px;
}

.Wrapper {
  background-color: #f9f9f9;
}

.AlertBox {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  width: 300px;
  min-height: 16px;
  overflow: hidden;
  color: #fff;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
  padding: .8em;
  border-radius: 5px;
  display: none;
}

.AlertBox.red {
  background-color: rgba(243, 69, 18, 0.88);
}

.AlertBox.green {
  background-color: rgba(13, 178, 69, 0.88);
}

.AlertBox .iconBox {
  cursor: pointer;
  font-size: 18px;
}

.AlertBox .iconBox.close {
  float: right;
}

.AlertBox .iconBox.excla {
  float: left;
}

.AlertBox .closer:before {
  content: "\2715";
}

.AlertBox .icon:before {
  content: "\ff01";
}

.AlertBox h4 {
  font-size: 18px;
  margin-top: .2em;
  margin-bottom: .4em;
}

.BenefitArea {
  padding-top: 30px;
}

.BenefitArea .hTitle {
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 15px;
  background-image: url("../images/ico.related.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.BenefitArea .img {
  margin-bottom: 20px;
}

.BenefitArea .img img {
  width: auto;
}

.BenefitArea .title {
  color: #337ab7;
  font-size: 18px;
}

.BenefitArea .text {
  font-size: 16px;
  line-height: 22px;
}

.PaypalArea {
  padding-top: 40px;
  text-align: left;
  font-size: 14px;
  color: #878787;
  width: 980px;
}

.PaypalArea span {
  display: inline-block;
  padding-top: 20px;
  margin: 0 auto;
  font-size: 12px;
}

.PaypalArea.red {
  color: red;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10001;
}
.modal_signup {
  display: none;
  position: fixed;
  z-index: 10003;
  min-height: 300px;
  max-height: 1066px;
  overflow-y: hidden;
}
.modal_close img {
  width: 16px;
}

.pStaff .CategoryKey {
  height: 94px;
  border-bottom: 1px solid #cccccc;
}

.pStaff .CategoryKey .in {
  height: 100%;
}

.pStaff .CategoryKey .in .h2 {
  height: 100%;
}

.pStaff .CategoryKey .in .h2 span {
  font-size: 34px;
  line-height: 95px;
  font-weight: bold;
}

.pStaff .subtitle {
  font-size: 14px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 10px;
}

.pCourse-introduction .CategoryKey .text {
  width: 470px;
}

.pCourse-introduction .CategoryKey a.link.gray {
  color: #cccccc;
}

.pCourse-introduction .CategoryKey img {
  width: 570px;
  height: 300px;
}

.pCourse-introduction .Content {
  padding: 50px 0;
}

.pCourse-introduction .Content .LineTitle {
  margin-bottom: 30px;
  font-size: 25px;
}

.pCourse-introduction .Content .txt {
  font-size: 15px;
}

.pCourse-introduction .WhiteBoxLinkWrap .ptext {
  width: 1040px;
  margin: 0 auto;
  font-size: 15px;
}

.pPrivacy .pagetitle {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 95px;
}

.pPrivacy .pagetitle .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 95px;
}

.Privacy {
  font-size: 14px;
}
.Privacy p, .Privacy dt, .Privacy dd, .Privacy li {
  line-height: 1.7;
}
.Privacy_in {
  width: 800px;
  margin: 0 auto;
}
.Privacy_heading {
  margin-bottom: 30px;
}
.Privacy_heading h2 {
  font-size: 24px;
}
.Privacy_basic {
  margin-bottom: 30px;
}
.Privacy_date p, .Privacy_admin p {
  text-align: right;
}
.Privacy_statement {
  margin-bottom: 30px;
}
.Privacy_statement p {
  margin-bottom: 20px;
}
.Privacy_statement p:last-child {
  margin-bottom: 0;
}
.Privacy_statement ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 30px;
  margin-bottom: 20px;
}
.Privacy_statement ol li {
  margin-bottom: 10px;
}
.Privacy_statement ol li:last-child {
  margin-bottom: 0;
}
.Privacy_statement_end {
  text-align: right;
}
.Privacy_infodesk {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.Privacy_infodesk_heading {
  margin-bottom: 20px;
}
.Privacy_infodesk_heading p {
  font-size: 20px;
  line-height: 1.7;
}
.Privacy_infodesk_text {
  margin-bottom: 20px;
}
.Privacy_infodesk_text p {
  font-size: 14px;
}
.Privacy_infodesk_info {
  border: 1px solid #222222;
  margin-left: 30px;
  padding: 10px;
  display: inline-block;
}
.Privacy_infodesk_info p {
  line-height: 1.7;
  font-size: 14px;
}
.Privacy_infodesk_info p.attention {
  color: #f72f47;
}
.Privacy_infodesk_info dt, .Privacy_infodesk_info dd {
  font-size: 14px;
  line-height: 1.7;
}
.Privacy_infodesk_info dt {
  float: left;
}
.Privacy_publication {
  padding: 60px 0 0;
}
.Privacy_publication_heading {
  margin-bottom: 20px;
}
.Privacy_publication_heading p {
  font-size: 24px;
}
.Privacy_publication_section_heading {
  margin-bottom: 20px;
}
.Privacy_publication_section_heading p {
  font-size: 20px;
}
.Privacy_publication_section_text {
  margin-bottom: 20px;
}
.Privacy_publication_section_article {
  margin-bottom: 30px;
}
.Privacy_publication_section_article_heading {
  margin-bottom: 10px;
}
.Privacy_publication_section_article_text {
  margin: 0 0 10px 18px;
}
.Privacy_publication_section_article_text:last-child {
  margin-bottom: 0;
}
.Privacy_publication_section_article_text p.attention {
  color: #f72f47;
}
.Privacy_publication_section_article_text dt {
  float: left;
}
.Privacy_publication_section_article_clause {
  margin: 0 0 10px 18px;
}
.Privacy_publication_section_article_clause:last-child {
  margin-bottom: 0;
}
.Privacy_publication_section_article_clause_text {
  margin-left: 26px;
  margin-bottom: 10px;
}
.Privacy_publication_section_article_clause_text:last-child {
  margin-bottom: 0;
}
.Privacy_publication_section_article_clause_items {
  list-style-type: lower-roman;
  list-style-position: outside;
  padding-left: 45px;
}
.Privacy_publication_section_article_clause_item {
  line-height: 1.7;
}
.Privacy_publication_section_article_clause_item_dataList {
  margin-bottom: 10px;
}
.Privacy_publication_section_article_clause_item_dataList dd {
  margin-left: 12px;
}
.Privacy_publication_section_article_clause_item_dataList dd.mb10 {
  margin-bottom: 10px;
}
.Privacy_publication_section_article_clause_item_dataList span {
  color: red;
  font-size: 12px;
}
.Privacy_publication_section_table {
  width: auto;
  margin: 0 auto 20px;
}
.Privacy_publication_section_table:last-child {
  margin-bottom: 0;
}
.Privacy_publication_section_table th, .Privacy_publication_section_table td {
  width: 250px;
  height: 25px;
  padding: 10px;
  border: 1px solid #232323;
  border-collapse: collapse;
  line-height: 1.7;
}
.Privacy_publication_section_table th {
  text-align: center;
}
.Privacy_publication_section .tr, .Privacy_publication_section th, .Privacy_publication_section td {
  background: #f9f9f9;
}
.Privacy_publication_end {
  text-align: right;
}

.pSystem .pagetitle {
  border-bottom: 1px solid #cccccc;
  width: 100%;
  height: 95px;
}

.pSystem .pagetitle .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 95px;
}

.pSystem .CategoryKey {
  height: 95px;
  border-bottom: 1px solid #666666;
  box-sizing: border-box;
}

.pCourse .CategoryKey {
  height: 94px;
  border-bottom: 1px solid #cccccc;
}

.pCourse .CategoryKey .in {
  height: 100%;
}

.pCourse .CategoryKey .in .h2 {
  height: 100%;
}

.pCourse .CategoryKey .in .h2 span {
  font-size: 34px;
  line-height: 95px;
  font-weight: bold;
}

.pVoice .CategoryKey {
  height: 94px;
  border-bottom: 1px solid #cccccc;
}

.pVoice .CategoryKey .in {
  height: 100%;
}

.pVoice .CategoryKey .in .h2 {
  height: 100%;
}

.pVoice .CategoryKey .in .h2 span {
  font-size: 34px;
  line-height: 95px;
  font-weight: bold;
}

.pVoice .subtitle {
  font-size: 14px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 10px;
}

.pVoice .person {
  position: relative;
  display: block;
  float: left;
  width: 330px;
  margin-bottom: 30px;
  margin-right: 25px;
}

.pVoice .person .photo img {
  display: block;
  margin: 0 auto;
}

.pVoice .person .photo .cs {
  width: 330px;
  height: 200px;
  background-image: url("../images/img.person.cs.png");
}

.pVoice .person .name {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}

.pVoice .person .ps {
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}

.pVoice .person p {
  font-size: 13px;
  letter-spacing: 0px;
}

.pVoice .person .level {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.pVoice .person .nolevel {
  margin-right: 10px;
}

.pFaq .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

.pApply .Caution,
.pApply .back,
.pApply .submit {
  display: none;
}

.pApply .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pApply {
  background-image: url("../images/bg.gray.png");
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pApplyConfirm .confirm,
.pApplyConfirm .attentionwrap,
.pApplyConfirm .purple,
.pApplyConfirm .gray,
.pApplyConfirm .policy {
  display: none;
}

.pApplyConfirm .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pApplyConfirm {
  text-align: center;
  background-image: url("../images/bg.gray.png");
  padding-top: 30px;
  padding-bottom: 60px;
}

#pApplyConfirm .textArea p {
  text-align: center;
}

.pContact .Caution,
.pContact .back,
.pContact .submit {
  display: none;
}

.pContact .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pContact {
  background-image: url("../images/bg.gray.png");
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pContactConfirm .confirm,
.pContactConfirm .attentionwrap,
.pContactConfirm .purple,
.pContactConfirm .gray,
.pContactConfirm .policy {
  display: none;
}

.pContactConfirm .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pContactConfirm {
  text-align: center;
  background-image: url("../images/bg.gray.png");
  padding-top: 30px;
  padding-bottom: 60px;
}

#pContactConfirm .textArea p {
  text-align: center;
}

.pDownload .Caution,
.pDownload .back,
.pDownload .submit {
  display: none;
}

.pDownload .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pDownload {
  background-image: url("../images/bg.gray.png");
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pDownloadConfirm .confirm,
.pDownloadConfirm .attentionwrap,
.pDownloadConfirm .purple,
.pDownloadConfirm .gray,
.pDownloadConfirm .policy {
  display: none;
}

.pDownloadConfirm .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pDownloadConfirm {
  text-align: center;
  background-image: url("../images/bg.gray.png");
  padding-top: 30px;
  padding-bottom: 60px;
}

#pDownloadConfirm .textArea p {
  text-align: center;
}

.pGuidance .Caution,
.pGuidance .back,
.pGuidance .submit {
  display: none;
}

.pGuidance .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

.pGuidance .CategoryKey .text {
  width: 500px;
}

#pGuidance {
  background-image: url("../images/bg.gray.png");
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pGuidanceConfirm .confirm,
.pGuidanceConfirm .attentionwrap,
.pGuidanceConfirm .purple,
.pGuidanceConfirm .gray,
.pGuidanceConfirm .policy {
  display: none;
}

.pGuidanceConfirm .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pGuidanceConfirm {
  text-align: center;
  background-image: url("../images/bg.gray.png");
  padding-top: 30px;
  padding-bottom: 60px;
}

#pGuidanceConfirm .textArea p {
  text-align: center;
}

.pFlow .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

/*text*/
#pFlow .text {
  font-size: 14px;
}

#pFlow .flowConfirm {
  padding: 20px 0;
  text-align: center;
}

.pDownload .Caution,
.pDownload .back,
.pDownload .submit {
  display: none;
}

.pDownload .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
}

#pDownload {
  background-image: url("../images/bg.gray.png");
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.pDownloadThank,
.pContactThank,
.pApplyThank,
.pGuidanceThank {
  background-color: #ffffff;
  width: 100%;
}

.pDownloadThank .CategoryKey,
.pContactThank .CategoryKey,
.pApplyThank .CategoryKey,
.pGuidanceThank .CategoryKey {
  height: auto;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 40px;
}

.pSingleCourse .CategoryKey {
  height: 94px;
  border-bottom: 1px solid #cccccc;
}

.pSingleCourse .CategoryKey .in {
  height: 100%;
}

.pSingleCourse .CategoryKey .in .h2 {
  height: 100%;
}

.pSingleCourse .CategoryKey .in .h2 span {
  font-size: 34px;
  line-height: 95px;
  font-weight: bold;
}

.pSingleCourse .Content {
  background-image: url("../images/bg.gray.png");
}

@media print {
  /*------------------------------------------------------------
   * Body
  ------------------------------------------------------------*/
  body {
    background-color: #ffffff;
    font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    overflow: hidden;
    width: 100%;
    min-width: 960px;
    -webkit-text-size-adjust: 100%;
    margin: 0;
  }

  /*------------------------------------------------------------
   * Font
  ------------------------------------------------------------*/
  .yugothic {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic","游ゴシック", sans-serif;
  }

  .englishFont {
    font-family: 'Montserrat', sans-serif;
  }

  /*------------------------------------------------------------
   * Anchor
  ------------------------------------------------------------*/
  a {
    text-decoration: none !important;
    color: #000;
    cursor: pointer;
  }

  a:link,
  a:visited,
  a:hover {
    text-decoration: none !important;
  }

  a:focus {
    outline: none;
  }

  /*------------------------------------------------------------
   * Container
  ------------------------------------------------------------*/
  .xCon {
    width: 1040px;
  }

  /*------------------------------------------------------------
   * image
  ------------------------------------------------------------*/
  img {
    vertical-align: bottom;
    width: 100%;
  }

  /*------------------------------------------------------------
   * link off
  ------------------------------------------------------------*/
  .linkoff,
  .linkoff span {
    cursor: default;
    color: #cccccc !important;
  }

  .linkoff.dark {
    color: #999999 !important;
  }

  .cursoroff {
    cursor: default;
  }

  /*------------------------------------------------------------
   * p
  ------------------------------------------------------------*/
  p {
    text-align: left;
    letter-spacing: 1px;
  }

  p a {
    color: #000;
  }

  p a:hover {
    border-bottom: 1px solid #000;
  }

  /*------------------------------------------------------------
   * pointer
  ------------------------------------------------------------*/
  .pointer {
    cursor: pointer;
  }

  .MinWidth {
    width: 960px;
    margin: 0 auto;
  }

  .sp {
    display: none !important;
  }

  /*
  ------------------------------------------------------------------------------
  input
  ------------------------------------------------------------------------------
  */
  input {
    width: 80%;
    padding: 7px 8px;
    color: #333;
  }

  input[type="text"],
  input[type="password"] {
    background-color: #fff;
  }

  input[type="radio"] {
    -webkit-appearance: radio-button;
    -moz-appearance: radio-button;
    -appearance: radio-button;
    outline: none;
  }

  /*
  ------------------------------------------------------------------------------
  label
  ------------------------------------------------------------------------------
  */
  label b {
    color: #e73e33;
    font-size: 12px;
    font-weight: bold;
  }

  /*
  ------------------------------------------------------------------------------
  table
  ------------------------------------------------------------------------------
  */
  table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  tr,
  th,
  td {
    background-color: #fff;
  }

  /*
  ------------------------------------------------------------------------------
  h3
  ------------------------------------------------------------------------------
  */
  h3 {
    border-left: 5px solid #999;
    padding-left: 8px;
    font-size: 16px;
    margin: 0 0 30px;
  }

  .xBox {
    zoom: 1;
  }

  .xBox:before,
  .xBox:after {
    content: "";
    display: table;
  }

  .xBox:after {
    clear: both;
  }

  .xCon {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }

  .xCon980 {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }

  .xCon560 {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .xDB {
    display: block !important;
  }

  .xDI {
    display: inline !important;
  }

  .xDIB {
    display: inline-block !important;
  }

  .xBg {
    line-height: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  .BgGray {
    background-color: #f7f7f7;
  }

  .xPB0 {
    padding-bottom: 0px !important;
  }

  .xPB5 {
    padding-bottom: 5px !important;
  }

  .xPB10 {
    padding-bottom: 10px !important;
  }

  .xPB15 {
    padding-bottom: 10px !important;
  }

  .xPB20 {
    padding-bottom: 20px !important;
  }

  .xPB25 {
    padding-bottom: 20px !important;
  }

  .xPB30 {
    padding-bottom: 30px !important;
  }

  .xPB35 {
    padding-bottom: 35px !important;
  }

  .xPB40 {
    padding-bottom: 40px !important;
  }

  .xPB45 {
    padding-bottom: 45px !important;
  }

  .xPB50 {
    padding-bottom: 50px !important;
  }

  .xPB100 {
    padding-bottom: 100px !important;
  }

  .xPR0 {
    padding-right: 0px !important;
  }

  .xPR5 {
    padding-right: 5px !important;
  }

  .xPR10 {
    padding-right: 10px !important;
  }

  .xPT0 {
    padding-top: 0px !important;
  }

  .xPT10 {
    padding-top: 10px !important;
  }

  .xPT15 {
    padding-top: 15px !important;
  }

  .xPT20 {
    padding-top: 20px !important;
  }

  .xPT25 {
    padding-top: 25px !important;
  }

  .xPT30 {
    padding-top: 30px !important;
  }

  .xPT35 {
    padding-top: 35px !important;
  }

  .xPT40 {
    padding-top: 40px !important;
  }

  .xPT45 {
    padding-top: 45px !important;
  }

  .xPT50 {
    padding-top: 50px !important;
  }

  .xPL5 {
    padding-left: 5px !important;
  }

  .xPL10 {
    padding-left: 10px !important;
  }

  .xMB0 {
    margin-bottom: 0px !important;
  }

  .xMB1 {
    margin-bottom: 1px !important;
  }

  .xMB2 {
    margin-bottom: 2px !important;
  }

  .xMB3 {
    margin-bottom: 3px !important;
  }

  .xMB4 {
    margin-bottom: 4px !important;
  }

  .xMB5 {
    margin-bottom: 5px !important;
  }

  .xMB10 {
    margin-bottom: 10px !important;
  }

  .xMB15 {
    margin-bottom: 15px !important;
  }

  .xMB20 {
    margin-bottom: 20px !important;
  }

  .xMB25 {
    margin-bottom: 25px !important;
  }

  .xMB30 {
    margin-bottom: 30px !important;
  }

  .xMB40 {
    margin-bottom: 40px !important;
  }

  .xMB45 {
    margin-bottom: 45px !important;
  }

  .xMB50 {
    margin-bottom: 50px !important;
  }

  .xMB60 {
    margin-bottom: 60px !important;
  }

  .xMB70 {
    margin-bottom: 70px !important;
  }

  .xMB80 {
    margin-bottom: 80px !important;
  }

  .xMB90 {
    margin-bottom: 90px !important;
  }

  .xMB100 {
    margin-bottom: 100px !important;
  }

  .xMB200 {
    margin-bottom: 200px !important;
  }

  .xMB250 {
    margin-bottom: 250px !important;
  }

  .xMT0 {
    margin-top: 0px !important;
  }

  .xMT1 {
    margin-top: 1px !important;
  }

  .xMT2 {
    margin-top: 2px !important;
  }

  .xMT3 {
    margin-top: 3px !important;
  }

  .xMT4 {
    margin-top: 4px !important;
  }

  .xMT5 {
    margin-top: 5px !important;
  }

  .xMT10 {
    margin-top: 10px !important;
  }

  .xMT30 {
    margin-top: 30px !important;
  }

  .xMT300 {
    margin-top: 300px !important;
  }

  .xMR0 {
    margin-right: 0px !important;
  }

  .xMR1 {
    margin-right: 1px !important;
  }

  .xMR2 {
    margin-right: 2px !important;
  }

  .xMR3 {
    margin-right: 3px !important;
  }

  .xMR4 {
    margin-right: 4px !important;
  }

  .xMR5 {
    margin-right: 5px !important;
  }

  .xMR10 {
    margin-right: 10px !important;
  }

  .xMR15 {
    margin-right: 15px !important;
  }

  .xMR20 {
    margin-right: 20px !important;
  }

  .xMR25 {
    margin-right: 25px !important;
  }

  .xMR30 {
    margin-right: 30px !important;
  }

  .xMR40 {
    margin-right: 40px !important;
  }

  .xMR45 {
    margin-right: 45px !important;
  }

  .xMR70 {
    margin-right: 70px !important;
  }

  .xML0 {
    margin-left: 0px !important;
  }

  .xML1 {
    margin-left: 1px !important;
  }

  .xML2 {
    margin-left: 2px !important;
  }

  .xML3 {
    margin-left: 3px !important;
  }

  .xML4 {
    margin-left: 4px !important;
  }

  .xML5 {
    margin-left: 5px !important;
  }

  .xML10 {
    margin-left: 10px !important;
  }

  .xML20 {
    margin-left: 20px !important;
  }

  .xML30 {
    margin-left: 30px !important;
  }

  .xML40 {
    margin-left: 40px !important;
  }

  .xBR0 {
    border-right: 0 !important;
  }

  .xBB {
    border-bottom: 1px solid #000000;
  }

  .xWithArrow {
    display: inline-block;
  }

  .xWithArrow i {
    display: inline-block;
    width: 5px;
    height: 7px;
    background-image: url("/img/arr.blue.10x14.right.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 5px 7px;
    -moz-background-size: 5px 7px;
    background-size: 5px 7px;
  }

  .xWithArrow i.black {
    background-image: url("/img/arr.black.10x14.right.png");
  }

  .xEllipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
  }

  .xFL {
    float: left !important;
  }

  .xFR {
    float: right !important;
  }

  .xCF {
    clear: both !important;
  }

  .xW50p {
    width: 50% !important;
  }

  .xW100p {
    width: 100% !important;
  }

  .xW250 {
    width: 250px !important;
  }

  .xW380 {
    width: 380px !important;
  }

  .xW600 {
    width: 600px !important;
  }

  .xW700 {
    width: 700px !important;
  }

  .xW800 {
    width: 800px !important;
  }

  .xW900 {
    width: 900px !important;
  }

  .xAC {
    text-align: center !important;
  }

  .xAL {
    text-align: left !important;
  }

  .xAR {
    text-align: right !important;
  }

  .xLH0 {
    line-height: 0 !important;
  }

  .Header {
    width: 100%;
    height: 60px;
    background-color: #232323;
    border-top: 1px solid #343434;
    box-sizing: border-box;
    z-index: 10;
  }

  .Header .logoArea,
  .Header .linkArea {
    height: 100%;
    float: left;
    box-sizing: border-box;
  }

  .Header .logoArea {
    width: 55%;
    padding: 15px 0;
  }

  .Header .linkArea {
    width: 45%;
    max-width: 540px;
    float: right;
  }

  .Header .logoArea .logo {
    background-image: url("../images/header_logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 30px;
    width: 50%;
    max-width: 200px;
    float: left;
  }

  .Header .logoArea p {
    width: 55%;
    height: 30px;
    float: left;
    font-size: 12px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .Header .linkArea .button {
    background-repeat: no-repeat;
    background-position: center center;
    width: 10%;
    height: 59px;
    float: right;
    position: relative;
  }

  .Header .linkArea .button:hover {
    background-color: #000000;
  }

  .Header .linkArea .button:last-child {
    margin-left: 0;
  }

  .Header .linkArea .search {
    background-color: #1c1c1c;
    box-sizing: border-box;
    width: 60%;
    color: #666666;
  }

  .Header .linkarea .search form input::-webkit-input-placeholder {
    color: #525252;
    line-height: 20px;
  }

  .Header .linkarea .search form input:-ms-input-placeholder {
    color: #525252;
    line-height: 20px;
  }

  .Header .linkArea .search form input:-moz-placeholder {
    color: #525252;
    line-height: 20px;
  }

  .Header .linkArea .search form {
    height: 100%;
  }

  .Header .linkArea .search:hover input {
    background-color: #000000;
  }

  .Header .linkArea .search form input {
    height: 100%;
    line-height: 100%;
    background-color: #1c1c1c;
    border: none;
    color: #ffffff;
    outline: none;
    padding: 0;
    box-sizing: border-box;
  }

  .Header .linkArea .search form .input {
    float: left;
    width: 80%;
    padding-left: 20px;
    line-height: 20px;
  }

  .Header .linkArea .search form .submit {
    float: left;
    width: 20%;
    background-image: url("../images/header.search.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -200px;
  }

  .Header .linkArea p {
    font-size: 15px;
    line-height: 59px;
  }

  .Header .linkArea .language {
    font-size: 12px;
    line-height: 59px;
    text-align: center;
    color: #ffffff;
  }

  .Header .linkArea .language:hover {
    background-color: #000;
  }

  .Header .linkArea .language .Item {
    background-color: #232323;
  }

  .Header .linkArea .cart {
    background-image: url("../images/header.cart.png");
  }

  .Header .linkArea .login {
    font-size: 13px;
    color: #f5ef35;
    line-height: 59px;
    text-align: center;
    background-size: 40px;
  }

  .Header .linkArea .login .info {
    display: none;
  }

  .Header .linkArea .login.member .way {
    display: none;
  }

  .Header .linkArea .login.member .info {
    display: block;
  }

  .Header .linkArea .login.member {
    background-image: url("../images/header.login.logo.png");
    background-position: center center;
    background-size: 20px;
  }

  .Header .linkArea .login.member .info a {
    display: block;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  .Header .linkArea .login.member .info a:hover {
    color: #f5ef35;
  }

  .Header .linkArea .login.member .info .name {
    margin: 0 30px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .Header .linkArea .login.member .info .collection,
  .Header .linkArea .login.member .info .history,
  .Header .linkArea .login.member .info .memberInfo,
  .Header .linkArea .login.member .info .changePass {
    border: none;
  }

  .Header .linkArea .login.member .way,
  .Header .linkArea .login.member .new {
    display: none;
  }

  .Header .linkArea .login ul {
    display: none;
  }

  .Header .linkArea .login.member ul {
    display: block;
  }

  .Header .linkArea .menu {
    background-image: url("../images/header.menu.png");
  }

  .Header.fixed {
    position: fixed;
    top: 0;
    min-width: 960px;
  }

  .headerHeight {
    width: 100%;
    height: 60px;
  }

  .BreadCrumb {
    margin-bottom: 10px;
    max-width: 980px;
    position: relative;
    padding-bottom: 30px;
    font-size: 12px;
  }

  .BreadCrumb li {
    float: left;
    margin-top: 3px;
  }

  .FootSNS {
    padding: 40px 0;
    height: 330px;
    text-align: center;
  }

  .FootContact {
    text-align: center;
    padding: 10px 0;
  }

  .FootContact a.link,
  .FootContact .link {
    display: inline-block;
    width: 130px;
    height: 100px;
    margin-left: 40px;
    background-repeat: no-repeat;
    background-position: center 15px;
  }

  .FootContact a.link:hover {
    color: #64419c;
  }

  .FootContact a.link.guidance {
    background-image: url("../images/btn.guidance.png");
  }

  .FootContact a.link.apply {
    background-image: url("../images/btn.apply.png");
  }

  .FootContact a.link.contact {
    background-image: url("../images/btn.contact.png");
    background-position: center 20px;
  }

  .FootContact a.link.download,
  .FootContact .link.download {
    background-image: url("../images/btn.download.png");
  }

  .FootContact a.link.guidance:hover {
    background-image: url("../images/btn.guidance.on.png");
  }

  .FootContact a.link.apply:hover {
    background-image: url("../images/btn.apply.on.png");
  }

  .FootContact a.link.contact:hover {
    background-image: url("../images/btn.contact.on.png");
  }

  .FootContact a.link.download:hover {
    background-image: url("../images/btn.download.on.png");
  }

  .FootContact a.link:nth-child(1) {
    margin-left: 0;
  }

  .FootContact .link span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 70px;
  }

  .FootNav {
    padding: 40px 0;
  }

  .FootNav .in {
    text-align: center;
  }

  .FootNav a,
  .FootNav .link {
    display: inline-block;
    color: #333333;
    line-height: 20px;
    padding: 5px 6px 0;
    margin: 0 12px 5px;
    font-size: 13px;
    border-bottom: solid 1px #ffffff;
  }

  .FootNav a:hover,
  .FootNav a.on,
  .FootNav .link.on {
    color: #432279;
    border-bottom: solid 1px #432279;
  }

  .FootNav .link.on {
    cursor: default;
  }

  .FootNav img {
    vertical-align: middle;
  }

  .Footer {
    width: 100%;
    position: relative;
  }

  .Copyright {
    font-size: 13px;
    height: 95px;
    color: #ffffff;
    line-height: 95px;
    text-align: center;
    background-color: #232323;
  }

  #topBtn {
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../images/arrow.top.png");
    background-position: center center;
    border-radius: 50%;
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 1;
  }

  #topBtn:hover {
    background-color: #f5ef35;
  }

  .Footer .Mark {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 40px;
  }

  .Footer .tw {
    background-image: url("../images/ico.tw.png");
    left: 65%;
  }

  .Footer .fb {
    background-image: url("../images/ico.fb.png");
    left: 69%;
  }

  .pStaff .CategoryKey {
    height: 94px;
    border-bottom: 1px solid #cccccc;
  }

  .pStaff .CategoryKey .in {
    height: 100%;
  }

  .pStaff .CategoryKey .in .h2 {
    height: 100%;
  }

  .pStaff .CategoryKey .in .h2 span {
    font-size: 34px;
    line-height: 95px;
    font-weight: bold;
  }

  .pStaff .subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 10px;
  }

  .pCourse-introduction .CategoryKey .text {
    width: 470px;
  }

  .pCourse-introduction .CategoryKey a.link.gray {
    color: #cccccc;
  }

  .pCourse-introduction .CategoryKey img {
    width: 570px;
    height: 300px;
  }

  .pCourse-introduction .Content {
    padding: 50px 0;
  }

  .pCourse-introduction .Content .LineTitle {
    margin-bottom: 30px;
    font-size: 25px;
  }

  .pCourse-introduction .Content .txt {
    font-size: 15px;
  }

  .pCourse-introduction .WhiteBoxLinkWrap .ptext {
    width: 1040px;
    margin: 0 auto;
    font-size: 15px;
  }

  .pSystem .pagetitle {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 95px;
  }

  .pSystem .pagetitle .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 95px;
  }

  .pSystem .CategoryKey {
    height: 95px;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
  }

  .pCourse .CategoryKey {
    height: 94px;
    border-bottom: 1px solid #cccccc;
  }

  .pCourse .CategoryKey .in {
    height: 100%;
  }

  .pCourse .CategoryKey .in .h2 {
    height: 100%;
  }

  .pCourse .CategoryKey .in .h2 span {
    font-size: 34px;
    line-height: 95px;
    font-weight: bold;
  }

  .pPrivacy .pagetitle {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    height: 95px;
  }

  .pPrivacy .pagetitle .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 95px;
  }

  .Privacy {
    font-size: 14px;
  }
  .Privacy p, .Privacy dt, .Privacy dd, .Privacy li {
    line-height: 1.7;
  }
  .Privacy_in {
    width: 800px;
    margin: 0 auto;
  }
  .Privacy_heading {
    margin-bottom: 30px;
  }
  .Privacy_heading h2 {
    font-size: 24px;
  }
  .Privacy_basic {
    margin-bottom: 30px;
  }
  .Privacy_date p, .Privacy_admin p {
    text-align: right;
  }
  .Privacy_statement {
    margin-bottom: 30px;
  }
  .Privacy_statement p {
    margin-bottom: 20px;
  }
  .Privacy_statement p:last-child {
    margin-bottom: 0;
  }
  .Privacy_statement ol {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .Privacy_statement ol li {
    margin-bottom: 10px;
  }
  .Privacy_statement ol li:last-child {
    margin-bottom: 0;
  }
  .Privacy_statement_end {
    text-align: right;
  }
  .Privacy_infodesk {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .Privacy_infodesk_heading {
    margin-bottom: 20px;
  }
  .Privacy_infodesk_heading p {
    font-size: 20px;
    line-height: 1.7;
  }
  .Privacy_infodesk_text {
    margin-bottom: 20px;
  }
  .Privacy_infodesk_text p {
    font-size: 14px;
  }
  .Privacy_infodesk_info {
    border: 1px solid #222222;
    margin-left: 30px;
    padding: 10px;
    display: inline-block;
  }
  .Privacy_infodesk_info p {
    line-height: 1.7;
    font-size: 14px;
  }
  .Privacy_infodesk_info p.attention {
    color: #f72f47;
  }
  .Privacy_infodesk_info dt, .Privacy_infodesk_info dd {
    font-size: 14px;
    line-height: 1.7;
  }
  .Privacy_infodesk_info dt {
    float: left;
  }
  .Privacy_publication {
    padding: 60px 0 0;
  }
  .Privacy_publication_heading {
    margin-bottom: 20px;
  }
  .Privacy_publication_heading p {
    font-size: 24px;
  }
  .Privacy_publication_section_heading {
    margin-bottom: 20px;
  }
  .Privacy_publication_section_heading p {
    font-size: 20px;
  }
  .Privacy_publication_section_text {
    margin-bottom: 20px;
  }
  .Privacy_publication_section_article {
    margin-bottom: 30px;
  }
  .Privacy_publication_section_article_heading {
    margin-bottom: 10px;
  }
  .Privacy_publication_section_article_text {
    margin: 0 0 10px 18px;
  }
  .Privacy_publication_section_article_text:last-child {
    margin-bottom: 0;
  }
  .Privacy_publication_section_article_text p.attention {
    color: #f72f47;
  }
  .Privacy_publication_section_article_text dt {
    float: left;
  }
  .Privacy_publication_section_article_clause {
    margin: 0 0 10px 18px;
  }
  .Privacy_publication_section_article_clause:last-child {
    margin-bottom: 0;
  }
  .Privacy_publication_section_article_clause_text {
    margin-left: 26px;
    margin-bottom: 10px;
  }
  .Privacy_publication_section_article_clause_text:last-child {
    margin-bottom: 0;
  }
  .Privacy_publication_section_article_clause_items {
    list-style-type: lower-roman;
    list-style-position: outside;
    padding-left: 45px;
  }
  .Privacy_publication_section_article_clause_item {
    line-height: 1.7;
  }
  .Privacy_publication_section_article_clause_item_dataList {
    margin-bottom: 10px;
  }
  .Privacy_publication_section_article_clause_item_dataList dd {
    margin-left: 12px;
  }
  .Privacy_publication_section_article_clause_item_dataList dd.mb10 {
    margin-bottom: 10px;
  }
  .Privacy_publication_section_article_clause_item_dataList span {
    color: red;
    font-size: 12px;
  }
  .Privacy_publication_section_table {
    width: auto;
    margin: 0 auto 20px;
  }
  .Privacy_publication_section_table:last-child {
    margin-bottom: 0;
  }
  .Privacy_publication_section_table th, .Privacy_publication_section_table td {
    width: 250px;
    height: 25px;
    padding: 10px;
    border: 1px solid #232323;
    border-collapse: collapse;
    line-height: 1.7;
  }
  .Privacy_publication_section_table th {
    text-align: center;
  }
  .Privacy_publication_section .tr, .Privacy_publication_section th, .Privacy_publication_section td {
    background: #f9f9f9;
  }
  .Privacy_publication_end {
    text-align: right;
  }

  .pVoice .CategoryKey {
    height: 94px;
    border-bottom: 1px solid #cccccc;
  }

  .pVoice .CategoryKey .in {
    height: 100%;
  }

  .pVoice .CategoryKey .in .h2 {
    height: 100%;
  }

  .pVoice .CategoryKey .in .h2 span {
    font-size: 34px;
    line-height: 95px;
    font-weight: bold;
  }

  .pVoice .subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 10px;
  }

  .pVoice .person {
    position: relative;
    display: block;
    float: left;
    width: 330px;
    margin-bottom: 30px;
    margin-right: 25px;
  }

  .pVoice .person .photo img {
    display: block;
    margin: 0 auto;
  }

  .pVoice .person .photo .cs {
    width: 330px;
    height: 200px;
    background-image: url("../images/img.person.cs.png");
  }

  .pVoice .person .name {
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
  }

  .pVoice .person .ps {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pVoice .person p {
    font-size: 13px;
    letter-spacing: 0px;
  }

  .pVoice .person .level {
    vertical-align: text-bottom;
    margin-right: 10px;
  }

  .pVoice .person .nolevel {
    margin-right: 10px;
  }
}
