@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* font-family: 'Noto Sans JP', sans-serif; */
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
/* font-family: 'Montserrat', sans-serif; */
/*
font-family: $font-gothic;
300 400 600 700
*/
/*
font-family: $font-en;
400 500 600 700
*/
/* font-family: $font-en; */
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
@import url(//use.fontawesome.com/releases/v5.6.1/css/all.css);
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */ }

[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

ul,
ol {
  list-style: none; }

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }
/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

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

ul {
  letter-spacing: -.4em; }
  ul li {
    letter-spacing: normal; }

/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  background-color: #1e1e1e;
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  overflow-x: hidden; }

a, a:link, a:hover, a:focus {
  color: #009AD1;
  text-decoration: underline;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

img[src$=".svg"] {
  width: 100%; }

/* clearFIx
   ==================================== */
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

/* TopControl
   ==================================== */
#topcontrol {
  z-index: 8; }
  #topcontrol a {
    background: url(../../assets/js/scrolltop/scrollup.png) center center no-repeat;
    background: url(../../assets/js/scrolltop/scrollup.gif) center center no-repeat\9 ;
    /* IE8 and below */
    *background: url(../../assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE7 and below */
    _background: url(../../assets/js/scrolltop/scrollup.gif) center center no-repeat;
    /* IE6 */
    background-size: 40px 40px;
    font-size: 0;
    text-decoration: none;
    display: block;
    height: 38px;
    width: 38px;
    opacity: 0.7;
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    #topcontrol a:hover {
      background-size: 54px 54px;
      opacity: 1;
      height: 50px;
      width: 50px; }

/* compo
   ==================================== */
#wrap {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0));
  /*
  background-color: rgba(0,0,0,0.3);
  */
  position: relative;
  z-index: 2; }

.contents {
  background-color: #FFF;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents p, .contents li, .contents th, .contents td, .contents dl, .contents dt, .contents dd {
    line-height: 1.7; }

section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    padding-bottom: 20px; }

  p, li, dt, dd, th, td {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.65;
    letter-spacing: 0.05em; }

  #topcontrol {
    bottom: 20px !important;
    left: auto !important;
    right: 20px !important;
    z-index: 8; }

  body.open #topcontrol {
    opacity: 0 !important;
    transition: 0.5s; }

  #wrap {
    padding-top: 0;
    position: relative; }

  body.top #wrap {
    padding-top: 0; }

  .contents {
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  section {
    padding: 0 15px; } }
/* Basic
   ==================================== */
@media only screen and (min-width: 960px) {
  .spHide {
    display: inline-block; }

  .spDisp {
    display: none; }

  .hvBtn, .hvBtns a {
    transition: 0.2s; }

  .hvBtn:hover, .hvBtns a:hover {
    opacity: 0.7; }

  .bscImg {
    height: auto;
    max-width: 100%; }

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

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

  .vAT {
    vertical-align: top !important; }

  .vAM {
    vertical-align: middle !important; }

  .vAB {
    vertical-align: bottom !important; }

  .red {
    color: red; }

  .bold {
    font-weight: bold; }

  .normal {
    font-weight: normal; }

  .icon {
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -1px; }

  .top0 {
    margin-top: 0 !important; }

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

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

  .top15 {
    margin-top: 15px !important; }

  .top20 {
    margin-top: 20px !important; }

  .top25 {
    margin-top: 25px !important; }

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

  .top35 {
    margin-top: 35px !important; }

  .top40 {
    margin-top: 40px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

  .btm5, .btm05 {
    margin-bottom: 5px !important; }

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

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

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

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

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

  .btm35 {
    margin-bottom: 35px !important; }

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

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

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

  .btm55 {
    margin-bottom: 55px !important; }

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

  .btm65 {
    margin-bottom: 65px !important; }

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

  .btm75 {
    margin-bottom: 75px !important; }

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

  .btm85 {
    margin-bottom: 85px !important; }

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

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

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

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

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

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

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

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

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

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

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

  .pB0 {
    padding-bottom: 0 !important; }

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

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

  .pB15 {
    padding-bottom: 15px !important; }

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

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

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

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

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

  .lm15 {
    margin-left: 15px !important; }

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

  .lm50 {
    margin-left: 50px !important; }

  .lm60 {
    margin-left: 60px !important; }

  .lm70 {
    margin-left: 70px !important; }

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

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

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

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

  .w5 {
    width: 5% !important; }

  .w10 {
    width: 10% !important; }

  .w15 {
    width: 15% !important; }

  .w18 {
    width: 18% !important; }

  .w20 {
    width: 20% !important; }

  .w25 {
    width: 25% !important; }

  .w30 {
    width: 30% !important; }

  .w35 {
    width: 35% !important; }

  .w40 {
    width: 40% !important; }

  .w45 {
    width: 45% !important; }

  .w50 {
    width: 50% !important; }

  .w55 {
    width: 55% !important; }

  .w60 {
    width: 60% !important; }

  .w65 {
    width: 65% !important; }

  .w70 {
    width: 70% !important; }

  .w75 {
    width: 75% !important; }

  .w80 {
    width: 80% !important; }

  .w85 {
    width: 85% !important; }

  .w90 {
    width: 90% !important; }

  .w95 {
    width: 95% !important; }

  .wfull {
    width: 100% !important; }

  .w100 {
    width: 100px; }

  .w150 {
    width: 150px; }

  .w200 {
    width: 200px; }

  .w250 {
    width: 250px; }

  .w300 {
    width: 300px; }

  .w350 {
    width: 350px; }

  .w400 {
    width: 400px; }

  .w450 {
    width: 450px; }

  .w500 {
    width: 500px; }

  .w550 {
    width: 550px; }

  .w600 {
    width: 600px; } }
@media only screen and (max-width: 960px) {
  .spImg {
    height: auto;
    width: 100%; }

  .spCenter {
    text-align: center; }

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

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

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

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

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

  .top30 {
    margin-top: 15px !important; }

  .top35 {
    margin-top: 15px !important; }

  .top40 {
    margin-top: 20px !important; }

  .btm0 {
    margin-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pT0 {
    padding-top: 0 !important; }

  .pT5 {
    padding-top: 5px !important; }

  .pT10 {
    padding-top: 5px !important; }

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

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

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

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

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

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

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

  .pB0 {
    padding-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .spBtm0 {
    margin-bottom: 0 !important; }

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

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

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

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

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

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

  .spBtm35 {
    margin-bottom: 35px !important; }

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

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

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

  .spW100 {
    width: 100% !important; }

  .spHide {
    display: none; }

  .spDisp {
    display: block; } }
.header {
  background: #181818;
  background: linear-gradient(90deg, #181818 0%, #333333 100%);
  width: 100%;
  z-index: 100;
  position: relative;
  z-index: 4; }
  .header .inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    margin: 0 auto;
    padding: 0 3vw;
    max-width: 1400px; }
    .header .inr .headLogo {
      -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.9));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9)); }
      .header .inr .headLogo a {
        color: #FFF;
        text-decoration: none;
        transition: 0.2s; }
        .header .inr .headLogo a:hover {
          opacity: 0.7; }
        .header .inr .headLogo a img {
          height: auto;
          width: 121px;
          max-width: none; }
        .header .inr .headLogo a span {
          font-family: "Montserrat", sans-serif;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 300;
          line-height: 1;
          margin-left: 10px;
          margin-right: 7px;
          letter-spacing: -0.02em;
          vertical-align: 4px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
        .header .inr .headLogo a i {
          font-size: 18px;
          margin-left: 0;
          position: relative;
          top: -5px; }
    .header .inr .company {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.9));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9)); }
      .header .inr .company a {
        color: #FFF;
        font-size: 13px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin-left: 25px;
        text-decoration: none;
        transition: 0.2s; }
        .header .inr .company a:hover {
          opacity: 0.7; }
        .header .inr .company a i {
          margin-left: 10px; }
  .header.headerTop {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); }
    .header.headerTop .inr {
      max-width: auto;
      max-width: none; }

/* spMenu
==================================== */
.spMenuSet {
  display: none; }

.open #global-nav {
  z-index: 1000;
  visibility: visible; }

#global-nav {
  visibility: hidden;
  position: fixed;
  display: table;
  vertical-align: middle;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: 0.08em;
  color: white;
  mix-blend-mode: difference; }

#global-nav ul {
  display: table-cell;
  vertical-align: middle;
  list-style: none; }

#global-nav a {
  font-family: 'EB Garamond', serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  transition: 0.2s;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#global-nav a:hover {
  /*background: rgba(5, 25, 49, 0.95);*/
  cursor: pointer; }

#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleY(0) translateY(50px);
  transform: scaleY(0) translateY(50px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: none;
  transition: none; }

.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all .3s ease-out;
  transition: all .6s ease-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }

.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s; }

.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s; }

.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s; }

.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }

.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s; }

.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s; }

.open #global-nav ul li:nth-child(8) {
  display: none; }

#nav-bg {
  content: "";
  width: 100%;
  height: 50px;
  top: -50px;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(0, 76, 170, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale();
  transform: scale(); }

.open #nav-bg {
  background: rgba(0, 76, 170, 0.9);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.9s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100vw;
  height: 100vh;
  margin-right: 0;
  margin-top: 0;
  top: 0;
  left: 0; }

#nav-toggle {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
  padding: 17px 15px;
  z-index: 1001;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1); }

#nav-toggle div {
  position: relative; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #666;
  left: 0;
  zoom: 1;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 10px; }

#nav-toggle span:nth-child(3) {
  top: 20px; }

.open #nav-toggle {
  background: transparent; }

.open #nav-toggle span {
  background: #FFF !important; }

.open #nav-toggle span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1; }

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%; }

.open #nav-toggle span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  width: 100%; }

body.top #nav-toggle span {
  background: #FFF; }

body.top.throughHd #nav-toggle span {
  background: #666; }

/* Responsive Start */
@media only screen and (max-width: 960px) {
  /*
  .headLogo {
  img,svg {
  height: 30px;
  width: auto;
  }
  }
  .header {
  height: 55px;
  z-index: 1000;
  padding: 15px 15px 0;
  width: 100%;
  .inr {
  display: block;
  height: auto;
  padding: 0;
  ul {
  display: none;
  }
  }
  }
  */
  .header {
    z-index: 10;
    position: relative; }
    .header .inr {
      display: flex;
      justify-content: center;
      height: 55px;
      margin: 0;
      padding: 0 15px;
      max-width: auto;
      max-width: none;
      text-align: center; }
      .header .inr .headLogo {
        line-height: 1; }
        .header .inr .headLogo a {
          transition: 0; }
          .header .inr .headLogo a:hover {
            opacity: 1; }
          .header .inr .headLogo a img {
            height: auto;
            width: 80px;
            max-width: none; }
          .header .inr .headLogo a span {
            font-size: 16px;
            font-size: 1.6rem;
            margin-left: 7px;
            margin-right: 5px;
            vertical-align: 4px; }
          .header .inr .headLogo a i {
            font-size: 13px;
            margin-left: 2px;
            top: -4px; }
      .header .inr .company {
        display: none; }
    .header.headerTop {
      background-color: #000; }

  /* spMenu
  ==================================== */
  .spMenuSet {
    display: block; } }
/* top */
#tubular-container {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4); }

#movieVi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  #movieVi .movieViInr {
    position: relative;
    padding-bottom: 56.25%;
    height: 100vh; }
    #movieVi .movieViInr iframe {
      transform: scale(1.4); }

.topMvWrap {
  height: calc(100vh - 100px); }

.topMv {
  display: flex;
  align-items: center;
  height: calc(100vh - 100px);
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .topMv:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .topMv .topMvInr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: calc(100vh - 100px);
    margin: 0 auto;
    max-width: 1800px;
    padding: 0 0 10vw 0;
    width: 100%;
    z-index: 2;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .topMv .topMvInr {
        background: none !important; } }
    .topMv .topMvInr h1 {
      color: #FFF;
      font-family: "Montserrat", sans-serif;
      font-size: 100px;
      font-weight: 100;
      line-height: 1.3;
      letter-spacing: 0.02em;
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: 100000;
      -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.9));
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.9));
      /*
      color: rgba(0,0,0,0.1);
      text-stroke: 1px rgba(255,255,255,0.8);
      -webkit-text-stroke: 1px rgba(255,255,255,0.8);
      */ }
      .topMv .topMvInr h1 img {
        max-width: 400px; }
      .topMv .topMvInr h1 i {
        font-size: 55px;
        margin: -10px 0 0 15px;
        vertical-align: middle; }
    .topMv .topMvInr .nowPlaying {
      position: absolute;
      bottom: 3vw;
      right: 3vw;
      max-width: 400px; }
      .topMv .topMvInr .nowPlaying a {
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.4);
        padding: 30px;
        color: #FFF;
        display: block;
        text-decoration: none;
        transition: 0.2s; }
        .topMv .topMvInr .nowPlaying a:hover {
          background-color: rgba(0, 0, 0, 0.5); }
        .topMv .topMvInr .nowPlaying a .now {
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 13px;
          font-size: 1.3rem;
          font-weight: 600;
          margin-bottom: 30px; }
          .topMv .topMvInr .nowPlaying a .now i {
            display: inline-block;
            border: 2px solid #FFF;
            border-radius: 100%;
            font-size: 8px;
            font-size: 0.8rem;
            margin: -3px 10px 0 0;
            padding: 4px 3px 4px 5px; }
        .topMv .topMvInr .nowPlaying a .cat {
          background-color: #FFF;
          color: #000;
          display: inline-block;
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1;
          margin-bottom: 10px;
          padding: 5px 15px; }
        .topMv .topMvInr .nowPlaying a .title {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.6; }
          .topMv .topMvInr .nowPlaying a .title i {
            margin-left: 7px; }
  .topMv .scroll a {
    display: inline-block;
    position: absolute;
    left: 3vw;
    bottom: 3vw;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .2em;
    text-decoration: none;
    writing-mode: vertical-lr; }
  .topMv .scroll a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite; }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.contentsTop {
  background-color: #1e1e1e;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 5; }

.main {
  color: #FFF;
  padding: 60px 3vw 80px;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
  min-height: 1000px; }
  .main .tabBox {
    text-align: center; }
  .main h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 40px; }
    .main h2 strong {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 500;
      margin-right: 10px; }
  .main .subCategory {
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 1200px; }
    .main .subCategory h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.2em;
      margin-bottom: 20px; }
    .main .subCategory ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .main .subCategory ul li {
        border: 1px solid #DDD;
        border-radius: 40px;
        cursor: pointer;
        font-size: 14px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        margin: 0 10px 10px 0;
        padding: 8px 20px 10px;
        transition: 0.2s; }
        .main .subCategory ul li:hover {
          border: 1px solid #BBB;
          color: #BBB; }
        .main .subCategory ul li.current, .main .subCategory ul li.current:hover {
          background-color: #FFF;
          color: #000; }
  .main .articleArea {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 40px; }
    .main .articleArea h3 {
      border-left: 6px solid #b7985b;
      font-size: 20px;
      font-weight: 500;
      margin: 0 1vw 10px;
      padding: 0 0 0 15px; }
    .main .articleArea > ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .main .articleArea > ul > li {
        padding: 1vw 1vw 1.5vw;
        width: 25%; }
        @media only screen and (min-width: 1500px) {
          .main .articleArea > ul > li {
            padding: 15px 15px 25px; } }
        @media only screen and (max-width: 1300px) {
          .main .articleArea > ul > li {
            width: 33.33333%; } }
        .main .articleArea > ul > li > a {
          background-color: #FFF;
          color: #333;
          display: block;
          text-decoration: none;
          transition: 0.3s;
          position: relative;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
          .main .articleArea > ul > li > a:hover {
            opacity: 0.8; }
          .main .articleArea > ul > li > a p.img {
            background-color: #000;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
            line-height: 0;
            height: 12vw;
            width: 100%;
            position: relative; }
            @media only screen and (min-width: 1500px) {
              .main .articleArea > ul > li > a p.img {
                height: 180px; } }
            @media only screen and (max-width: 1300px) {
              .main .articleArea > ul > li > a p.img {
                height: 15vw; } }
            .main .articleArea > ul > li > a p.img img {
              height: auto;
              width: 100%; }
          .main .articleArea > ul > li > a .data {
            padding: 15px; }
            .main .articleArea > ul > li > a .data p.status {
              display: flex; }
              .main .articleArea > ul > li > a .data p.status .new {
                background: #b7985b;
                color: #FFF;
                font-family: "Montserrat", sans-serif;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: 600;
                letter-spacing: 0.06em;
                line-height: 1;
                padding: 6px 12px 5px; }
              .main .articleArea > ul > li > a .data p.status span.time {
                background-color: rgba(0, 0, 0, 0.6);
                color: #FFF;
                display: block;
                font-family: "Montserrat", sans-serif;
                font-size: 12px;
                font-size: 1.2rem;
                font-weight: 600;
                line-height: 1;
                padding: 6px 12px 5px; }
            .main .articleArea > ul > li > a .data p.title {
              font-size: 15px;
              font-size: 1.5rem;
              font-weight: 500;
              line-height: 1.4;
              padding-top: 8px;
              width: 100%; }
  .main .articleArea.all > ul > li > a .movieTag {
    display: flex; }

.sideMenu {
  background: #181818;
  background: linear-gradient(90deg, #181818 0%, #333333 100%);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 5; }
  .sideMenu .sideMenuBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1500px; }
    .sideMenu .sideMenuBox ul li {
      color: #FFF;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      height: 100px;
      padding: 0 2vw;
      text-align: center; }
      .sideMenu .sideMenuBox ul li span {
        border-bottom: 4px solid rgba(0, 0, 0, 0);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        transition: 0.2s; }
        .sideMenu .sideMenuBox ul li span:hover {
          opacity: 0.7; }
      .sideMenu .sideMenuBox ul li.current span {
        border-bottom: 4px solid #b7985b;
        color: #b7985b; }
        .sideMenu .sideMenuBox ul li.current span:hover {
          opacity: 1; }
  .sideMenu .sideMenuBox form {
    display: flex;
    align-items: center;
    padding: 0 30px; }
    .sideMenu .sideMenuBox form #keywords1 {
      background-color: #FFF;
      border: 1px solid #DDD;
      font-size: 14px;
      height: 30px;
      padding-left: 10px;
      width: calc(100% - 52px); }
    .sideMenu .sideMenuBox form #searchBtn2 {
      background-color: #000;
      color: #FFF;
      display: flex;
      align-items: center;
      font-size: 13px;
      justify-content: center;
      font-size: 1.3rem;
      letter-spacing: 0.1em;
      height: 30px;
      text-align: center;
      width: 52px; }
  .sideMenu .sideMenuBox p.quick {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 7px 30px 0; }
    .sideMenu .sideMenuBox p.quick i {
      font-size: 12px;
      font-size: 1.2rem;
      margin-right: 7px; }

body .main .articleArea > ul > li.showNG {
  display: none !important; }

#spSelectLink {
  display: none; }

#btmBox, #footer {
  position: relative;
  z-index: 5; }

/* detail */
.movieArea {
  background: #181818;
  background: linear-gradient(90deg, #181818 0%, #333333 100%);
  margin-bottom: 0;
  padding: 0 80px;
  max-width: auto;
  max-width: none; }
  .movieArea .movieWrap {
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 8px 8px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
    .movieArea .movieWrap .movie {
      position: relative;
      padding-bottom: 56.25%; }
    .movieArea .movieWrap .reload {
      background: white;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      color: #333;
      font-size: 0.90em;
      padding: 12px 6px 12px;
      text-align: center; }
      .movieArea .movieWrap .reload .btn-primary {
        background-color: #666;
        border-color: #AAA;
        color: #fff;
        font-size: 14px;
        padding: 4px 15px 6px;
        line-height: 1.3;
        border-radius: .2rem; }
    .movieArea .movieWrap .prev {
      position: absolute;
      top: 50%;
      left: -50px;
      margin-top: -35px; }
      .movieArea .movieWrap .prev a {
        color: rgba(255, 255, 255, 0.2);
        transition: 0.2s; }
        .movieArea .movieWrap .prev a:hover {
          color: rgba(255, 255, 255, 0.5); }
        .movieArea .movieWrap .prev a i {
          font-size: 50px; }
    .movieArea .movieWrap .next {
      position: absolute;
      top: 50%;
      right: -50px;
      margin-top: -35px; }
      .movieArea .movieWrap .next a {
        color: rgba(255, 255, 255, 0.2);
        transition: 0.2s; }
        .movieArea .movieWrap .next a:hover {
          color: rgba(255, 255, 255, 0.5); }
        .movieArea .movieWrap .next a i {
          font-size: 50px; }

.movieData {
  padding: 60px 80px;
  max-width: 1360px; }
  .movieData .movieTitle {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%; }
    .movieData .movieTitle .mtL {
      width: calc(100% - 260px); }
      .movieData .movieTitle .mtL h1 {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 0.05em; }
    .movieData .movieTitle .mtR {
      background-color: #f0f0f0;
      padding: 10px 15px 8px;
      text-align: center; }
  .movieData .status {
    display: flex;
    margin-bottom: 30px; }
    .movieData .status .movieTag {
      display: flex;
      margin-right: 10px; }
      .movieData .status .movieTag li {
        background: linear-gradient(90deg, #181818 0%, #333333 100%);
        color: #FFF;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        padding: 9px 20px 10px; }
    .movieData .status .playTime {
      background-color: rgba(0, 0, 0, 0.6);
      color: #FFF;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.02em;
      line-height: 1;
      padding: 9px 20px 10px; }
      .movieData .status .playTime i {
        margin-right: 7px; }
    .movieData .status .new {
      background-color: #b7985b;
      color: #FFF;
      display: inline-block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.02em;
      line-height: 1;
      margin-left: 10px;
      padding: 9px 20px 10px; }
  .movieData .movieDesc {
    font-weight: 500;
    line-height: 2; }
  .movieData .detailBtn {
    padding-top: 30px; }
    .movieData .detailBtn a {
      background: linear-gradient(90deg, #181818 0%, #333333 100%);
      border: 2px solid #000;
      border-radius: 30px;
      color: #FFF;
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 500;
      margin: 0 15px 15px 0;
      padding: 11px 30px;
      text-decoration: none;
      transition: 0.2s; }
      .movieData .detailBtn a i {
        margin-right: 12px; }
      .movieData .detailBtn a:hover {
        opacity: 0.7; }

.related {
  background: #f2f2f2;
  max-width: auto;
  max-width: none;
  padding-top: 60px; }
  .related .inr {
    margin: 0 auto;
    padding: 0 0 60px;
    max-width: 1500px; }
    .related .inr h2 {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 400;
      margin-bottom: 40px;
      text-align: center; }
      .related .inr h2 strong {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        margin-right: 10px; }
    .related .inr .articleArea {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-top: 40px; }
      .related .inr .articleArea h3 {
        border-left: 6px solid #b7985b;
        font-size: 20px;
        font-weight: 500;
        margin: 0 1vw 10px;
        padding: 0 0 0 15px; }
      .related .inr .articleArea > ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%; }
        .related .inr .articleArea > ul > li {
          padding: 1vw 1vw 1.5vw;
          width: 25%; }
          @media only screen and (min-width: 1500px) {
            .related .inr .articleArea > ul > li {
              padding: 15px 15px 25px; } }
          @media only screen and (max-width: 1300px) {
            .related .inr .articleArea > ul > li {
              width: 33.33333%; } }
          .related .inr .articleArea > ul > li > a {
            background-color: #FFF;
            color: #333;
            display: block;
            text-decoration: none;
            transition: 0.3s;
            position: relative;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .related .inr .articleArea > ul > li > a:hover {
              opacity: 0.8; }
            .related .inr .articleArea > ul > li > a p.img {
              background-color: #000;
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
              line-height: 0;
              height: 12vw;
              width: 100%;
              position: relative; }
              @media only screen and (min-width: 1500px) {
                .related .inr .articleArea > ul > li > a p.img {
                  height: 180px; } }
              @media only screen and (max-width: 1300px) {
                .related .inr .articleArea > ul > li > a p.img {
                  height: 15vw; } }
              .related .inr .articleArea > ul > li > a p.img img {
                height: auto;
                width: 100%; }
            .related .inr .articleArea > ul > li > a .data {
              padding: 15px; }
              .related .inr .articleArea > ul > li > a .data p.status {
                display: flex; }
                .related .inr .articleArea > ul > li > a .data p.status .new {
                  background: #b7985b;
                  color: #FFF;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-size: 1.2rem;
                  font-weight: 600;
                  letter-spacing: 0.06em;
                  line-height: 1;
                  padding: 6px 12px 5px; }
                .related .inr .articleArea > ul > li > a .data p.status span.time {
                  background-color: rgba(0, 0, 0, 0.6);
                  color: #FFF;
                  display: block;
                  font-family: "Montserrat", sans-serif;
                  font-size: 12px;
                  font-size: 1.2rem;
                  font-weight: 600;
                  line-height: 1;
                  padding: 6px 12px 5px; }
              .related .inr .articleArea > ul > li > a .data p.title {
                font-size: 15px;
                font-size: 1.5rem;
                font-weight: 500;
                line-height: 1.4;
                padding-top: 8px;
                width: 100%; }
          .related .inr .articleArea > ul > li.current-item a {
            cursor: default; }
            .related .inr .articleArea > ul > li.current-item a:hover {
              opacity: 1; }
            .related .inr .articleArea > ul > li.current-item a .img {
              position: relative; }
              .related .inr .articleArea > ul > li.current-item a .img:after {
                background: rgba(0, 0, 0, 0.5);
                content: '再生中';
                color: #FFF;
                display: flex;
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: 600;
                align-items: center;
                justify-content: center;
                text-align: center;
                height: 100%;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0; }

.prevPage {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 60px 40px 80px;
  text-align: center; }
  .prevPage a {
    border: 2px solid #333;
    border-radius: 30px;
    color: #333;
    display: inline-block;
    padding: 11px 20px;
    min-width: 300px;
    text-decoration: none;
    transition: 0.2s; }
    .prevPage a i {
      margin-right: 10px; }
    .prevPage a:hover {
      opacity: 0.8; }

body .display-none,
.display-none {
  display: none !important; }

.visibility-hidden {
  visibility: hidden !important; }

@media only screen and (min-width: 960px) {
  .line-it-button {
    display: none; }

  .cLink {
    display: none; } }
/* Responsive Start */
@media only screen and (max-width: 960px) {
  /* top */
  #movieVi {
    display: none; }

  .topMvWrap {
    height: 60vw; }

  .topMv {
    background-color: #000;
    display: block;
    height: auto;
    position: relative; }
    .topMv:after {
      display: none; }
    .topMv .topMvInr {
      background: url("/assets/img/common/sample_mv.png") center top no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      align-content: center;
      justify-content: center;
      height: 60vw;
      margin: 0 auto;
      max-width: auto;
      max-width: none;
      padding: 0;
      position: relative; }
      .topMv .topMvInr:after {
        background: rgba(0, 0, 0, 0.3);
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 2; }
      .topMv .topMvInr h1 {
        display: none;
        align-items: center;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 30px;
        font-weight: 100;
        line-height: 1.3;
        letter-spacing: 0.02em;
        margin: 0 auto;
        padding-bottom: 40px;
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 3; }
        .topMv .topMvInr h1 img {
          max-width: 150px; }
        .topMv .topMvInr h1 span {
          display: block;
          width: 100%; }
        .topMv .topMvInr h1 i {
          font-size: 25px;
          margin: -1px 0 0 10px;
          vertical-align: middle; }
      .topMv .topMvInr .nowPlaying {
        bottom: 0;
        right: auto;
        left: 0;
        padding: 10px;
        width: 100%;
        z-index: 5; }
        .topMv .topMvInr .nowPlaying a {
          border: 1px solid rgba(255, 255, 255, 0.6);
          padding: 10px;
          color: #FFF;
          text-decoration: none;
          transition: 0;
          width: 100%; }
          .topMv .topMvInr .nowPlaying a:hover {
            background-color: rgba(0, 0, 0, 0.5); }
          .topMv .topMvInr .nowPlaying a .now {
            display: none; }
          .topMv .topMvInr .nowPlaying a .cat {
            display: inline-block;
            font-size: 9px;
            font-size: 0.9rem;
            line-height: 1;
            margin: 0 10px 7px 0;
            padding: 4px 10px; }
          .topMv .topMvInr .nowPlaying a .title {
            font-size: 11px;
            font-size: 1.1rem;
            font-weight: 500; }
            .topMv .topMvInr .nowPlaying a .title i {
              margin-left: 7px; }
    .topMv .scroll {
      display: none; }

  .contentsTop {
    display: block;
    padding: 0; }

  .main {
    padding: 40px 20px 15px;
    width: 100%;
    min-height: auto;
    min-height: none; }
    .main h2 {
      font-size: 13px;
      font-size: 1.3rem;
      margin-bottom: 20px; }
      .main h2 strong {
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 7px; }
    .main .subCategory {
      padding-bottom: 20px; }
      .main .subCategory ul li {
        border-radius: 30px;
        font-size: 10px;
        font-size: 1rem;
        margin: 0 7px 7px 0;
        padding: 4px 12px 6px; }
    .main .articleArea {
      margin-top: 20px; }
      .main .articleArea h3 {
        border-left: 4px solid #b7985b;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 15px;
        padding: 0 0 0 12px; }
      .main .articleArea > ul {
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .main .articleArea > ul > li {
          margin-bottom: 20px;
          padding: 0;
          width: 48%; }
          .main .articleArea > ul > li > a {
            transition: 0; }
            .main .articleArea > ul > li > a:hover {
              opacity: 1; }
            .main .articleArea > ul > li > a p.img {
              height: 90px; }
              .main .articleArea > ul > li > a p.img img {
                height: auto;
                width: 100%; }
            .main .articleArea > ul > li > a .data {
              padding: 15px 10px; }
              .main .articleArea > ul > li > a .data p.status {
                display: flex; }
                .main .articleArea > ul > li > a .data p.status .new {
                  font-size: 9px;
                  font-size: 0.9rem;
                  line-height: 1;
                  padding: 4px 10px; }
                .main .articleArea > ul > li > a .data p.status span.time {
                  font-size: 9px;
                  font-size: 0.9rem;
                  line-height: 1;
                  padding: 4px 10px; }
              .main .articleArea > ul > li > a .data p.title {
                font-size: 12px;
                font-size: 1.2rem;
                line-height: 1.4;
                padding-top: 8px; }

  /*
  .sideMenu {
  border-bottom: 1px solid #DDD;
  padding-top: 0;
  width: 100%;
  z-index: 100000;
  .sideMenuWrap {
  position: static;
  }
  .sideMenuBox {
  background-color: #F6F7F7;
  border: 1px solid #DDD;
  border-bottom: none;
  margin-bottom: 0;
  padding: 25px 0 0;
  h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 15px 10px;
  }
  ul {
  display: flex;
  flex-wrap: wrap;
  li {
  border-top: 1px solid #DDD;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 10px 9px 25px;
  width: 50%;
  &:nth-child(even) {
  border-right: 1px solid #DDD;
  }
  &:first-child {
  width: 100%;
  }
  
  }
  }
  form {
  display: flex;
  align-items: center;
  padding: 0 20px;
  #keywords1 {
  background-color: #FFF;
  border: 1px solid #DDD;
  font-size: 14px;
  height: 30px;
  padding-left: 10px;
  width: calc(100% - 52px);
  }
  #searchBtn2 {
  background-color: #000;
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  height: 30px;
  text-align: center;
  width: 52px;
  }
  }
  p.quick {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 7px 20px 15px;
  i {
  font-size: 11px;
  font-size: 1.1rem;
  margin-right: 7px;
  }
  }
  }
  }
  */
  .sideMenu {
    background: #181818;
    background: linear-gradient(90deg, #181818 0%, #333333 100%);
    width: 100%;
    position: static;
    top: 0; }
    .sideMenu .sideMenuBox ul {
      display: flex;
      flex-wrap: wrap; }
      .sideMenu .sideMenuBox ul li {
        border: 1px solid #333;
        color: #FFF;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500;
        height: auto;
        min-height: auto;
        min-height: none;
        padding: 0 10px;
        text-align: center;
        width: 33.33333%; }
        .sideMenu .sideMenuBox ul li span {
          border-bottom: none;
          height: auto;
          min-height: 40px;
          transition: 0; }
          .sideMenu .sideMenuBox ul li span:hover {
            opacity: 1; }
        .sideMenu .sideMenuBox ul li.current span {
          border-bottom: none;
          color: #b7985b; }
          .sideMenu .sideMenuBox ul li.current span:hover {
            opacity: 1; }
      .sideMenu .sideMenuBox ul li:first-child {
        width: 50%; }
      .sideMenu .sideMenuBox ul li:nth-child(2) {
        width: 50%; }
    .sideMenu .sideMenuBox form {
      display: flex;
      align-items: center;
      padding: 0 30px; }
      .sideMenu .sideMenuBox form #keywords1 {
        background-color: #FFF;
        border: 1px solid #DDD;
        font-size: 14px;
        height: 30px;
        padding-left: 10px;
        width: calc(100% - 52px); }
      .sideMenu .sideMenuBox form #searchBtn2 {
        background-color: #000;
        color: #FFF;
        display: flex;
        align-items: center;
        font-size: 13px;
        justify-content: center;
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        height: 30px;
        text-align: center;
        width: 52px; }
    .sideMenu .sideMenuBox p.quick {
      font-size: 14px;
      font-size: 1.4rem;
      padding: 7px 30px 0; }
      .sideMenu .sideMenuBox p.quick i {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 7px; }

  #spSelectLink {
    background: rgba(0, 0, 0, 0.8);
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: 600;
    text-decoration: underline;
    position: sticky;
    top: 0;
    padding: 15px 15px 15px 15px;
    text-align: center;
    width: 100%;
    z-index: 1000000; }
    #spSelectLink i {
      margin-right: 10px; }

  .cLink {
    padding: 15px 20px 20px; }
    .cLink ul {
      display: flex;
      justify-content: space-between; }
      .cLink ul li {
        font-size: 12px;
        width: 48%; }
        .cLink ul li a {
          border: 1px solid rgba(255, 255, 255, 0.6);
          color: #FFF;
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center;
          text-decoration: none;
          min-height: 40px; }
          .cLink ul li a i {
            margin-left: 7px;
            vertical-align: middle; }

  /* detail */
  .movieArea {
    margin-bottom: 0;
    padding: 0; }
    .movieArea .movieWrap {
      max-width: auto;
      max-width: none;
      margin: 0; }
      .movieArea .movieWrap .movie {
        position: relative;
        padding-bottom: 56.25%; }
      .movieArea .movieWrap .reload {
        background: white;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        color: #333;
        font-size: 0.90em;
        padding: 12px 6px 12px;
        text-align: center; }
        .movieArea .movieWrap .reload .btn-primary {
          background-color: #666;
          border-color: #AAA;
          color: #fff;
          font-size: 14px;
          padding: 4px 15px 6px;
          line-height: 1.3;
          border-radius: .2rem; }
      .movieArea .movieWrap .prev {
        left: 10px;
        margin-top: -20px; }
        .movieArea .movieWrap .prev a {
          color: rgba(255, 255, 255, 0.2);
          transition: 0; }
          .movieArea .movieWrap .prev a:hover {
            color: rgba(255, 255, 255, 0.2); }
          .movieArea .movieWrap .prev a i {
            font-size: 30px; }
      .movieArea .movieWrap .next {
        right: 10px;
        margin-top: -20px; }
        .movieArea .movieWrap .next a {
          color: rgba(255, 255, 255, 0.2);
          transition: 0; }
          .movieArea .movieWrap .next a:hover {
            color: rgba(255, 255, 255, 0.2); }
          .movieArea .movieWrap .next a i {
            font-size: 30px; }

  .movieData {
    padding: 30px 25px;
    max-width: auto;
    max-width: none; }
    .movieData .movieTitle {
      display: block;
      margin-bottom: 15px;
      width: 100%; }
      .movieData .movieTitle .mtL {
        width: 100%; }
        .movieData .movieTitle .mtL h1 {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.5; }
      .movieData .movieTitle .mtR {
        background: none;
        display: block;
        padding: 0;
        text-align: left;
        margin-bottom: 15px;
        width: 100%; }
    .movieData .status {
      display: flex;
      margin-bottom: 20px; }
      .movieData .status .movieTag {
        display: flex;
        margin-right: 7px; }
        .movieData .status .movieTag li {
          font-size: 11px;
          font-size: 1.1rem;
          padding: 7px 15px; }
      .movieData .status .playTime {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 7px 15px; }
        .movieData .status .playTime i {
          margin-right: 5px; }
      .movieData .status .new {
        font-size: 11px;
        font-size: 1.1rem;
        padding: 7px 15px; }
    .movieData .movieDesc {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.7; }
    .movieData .detailBtn {
      padding-top: 35px;
      text-align: center; }
      .movieData .detailBtn a {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1;
        margin: 0 0 7px;
        padding: 14px 25px 16px;
        text-decoration: none;
        transition: 0; }
        .movieData .detailBtn a i {
          margin-right: 7px; }
        .movieData .detailBtn a:hover {
          opacity: 1; }

  .related {
    margin-top: 0;
    padding: 20px 10px; }
    .related .inr {
      margin: 0 auto;
      padding: 25px 0px 0;
      max-width: auto;
      max-width: none; }
      .related .inr h2 {
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 30px; }
        .related .inr h2 strong {
          font-size: 16px;
          font-size: 1.6rem;
          margin-right: 7px; }
      .related .inr .articleArea {
        margin-top: 0; }
        .related .inr .articleArea > ul {
          display: flex;
          justify-content: space-between;
          width: 100%; }
          .related .inr .articleArea > ul > li {
            margin-bottom: 20px;
            padding: 0;
            width: 48%; }
            .related .inr .articleArea > ul > li > a {
              transition: 0; }
              .related .inr .articleArea > ul > li > a:hover {
                opacity: 1; }
              .related .inr .articleArea > ul > li > a p.img {
                height: 90px; }
                .related .inr .articleArea > ul > li > a p.img img {
                  height: auto;
                  width: 100%; }
              .related .inr .articleArea > ul > li > a .data {
                padding: 15px 10px; }
                .related .inr .articleArea > ul > li > a .data p.status {
                  display: flex; }
                  .related .inr .articleArea > ul > li > a .data p.status .new {
                    font-size: 9px;
                    font-size: 0.9rem;
                    line-height: 1;
                    padding: 4px 10px; }
                  .related .inr .articleArea > ul > li > a .data p.status span.time {
                    font-size: 9px;
                    font-size: 0.9rem;
                    line-height: 1;
                    padding: 4px 10px; }
                .related .inr .articleArea > ul > li > a .data p.title {
                  font-size: 12px;
                  font-size: 1.2rem;
                  line-height: 1.2;
                  padding-top: 8px; }
            .related .inr .articleArea > ul > li.current-item a .img::after {
              font-size: 15px;
              font-size: 1.5rem; }

  .prevPage {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 40px 20px 50px; }
    .prevPage a {
      display: block;
      padding: 10px 15px;
      min-width: 300px;
      text-decoration: none;
      transition: 0.2s; }
      .prevPage a i {
        margin-right: 7px; }
      .prevPage a:hover {
        opacity: 1; } }
