@charset "UTF-8";

/* set
------------------------------------*/
body,
html {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #181A1B;
}
_:-ms-lang(x)::-ms-backdrop,
body {
  font-
  : "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
body,
img {
  border: 0;
}
b,
em,
optgroup,
strong {
  font-weight: 700;
}
html { 
  line-height: 1;
  background: #ffffff;
  color: #181A1B;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 60px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  overflow-y: scroll;
}

@media screen and (min-width: 560px) {
    body {
        padding: 0 0 0 0;
    }
}
article,
aside,
details,
figcaption,
footer,
header,
hgroup,
include,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1.4em 0 0.6em;
  padding: 0;
  vertical-align: baseline;
  word-wrap: break-word;
}

li,
ol,
ul {
    vertical-align: baseline;
    word-wrap: break-word;
}
/* p {
  font-size: 14px;
  font-size: 1.4rem;
} */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a:link,
a:visited {
  color: #181A1B;
  text-decoration: none;
  transition: 0.3s color, 0.3s background-color;
}
a:active,
a:hover {
  color: #181A1B;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: 1px dotted;
}
em,
i {
  font-style: normal;
}
dfn {
  font-style: italic;
}
mark {
  background: #fff;
  color: #181A1B;
}
small {
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
/* code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
} */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cc-clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .cc-clearfix {
  zoom: 1;
}
img {
    border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;

}
a,
button {
  cursor: pointer;
  outline: 0;
}

@media screen and (min-width: 560px) {
  p {
    font-size: 1.6rem;
  }
}

/*----------------------------------
 form
------------------------------------*/
/* default */
form {
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: inherit;
  line-height: normal;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: 700;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="month"],
input[type="search"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="number"] {
  -webkit-appearance: none;
  font-size: 1.6rem;
  padding: 0 8px;
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: #ffffff;
  height: 38px;
  line-height: 22px;
  transition: 0.3s border-color, 0.3s background-color;
  border-radius: 0;
  opacity: 1;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="number"]:focus {
  outline: none;
  border-color: #eaeaea;
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="number"]:hover {
  border-color: #eaeaea;
}
input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="search"]:disabled,
input[type="password"]:disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled,
input[type="reset"]:disabled,
input[type="number"]:disabled {
  border-color: #eaeaea;
  background-color: #ececec;
  cursor: not-allowed;
  color: #aaa;
}
input[type="text"]:disabled:hover,
input[type="tel"]:disabled:hover,
input[type="email"]:disabled:hover,
input[type="date"]:disabled:hover,
input[type="month"]:disabled:hover,
input[type="search"]:disabled:hover,
input[type="password"]:disabled:hover,
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover,
input[type="number"]:disabled:hover {
  border-color: #eaeaea;
}
input[type="file"]:disabled {
  cursor: not-allowed;
}
input[readonly] {
  background-color: #ffffff;
  border-color: #eaeaea;
  pointer-events: none;
}
input[readonly]:hover {
  background-color: #ffffff;
  border-color: #eaeaea;
  pointer-events: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
html input[disabled] {
  cursor: default;
}
input[type="date"],
input[type="month"] {
  height: 38px;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  height: 38px;
}

select {
  padding: 0 44px 0 8px;
  height: 38px;
  min-height: 38px;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #eaeaea;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s border-color, 0.3s background-color, 0.3s background-image;
  background-image: linear-gradient(45deg, transparent 50%, #eaeaea 50%),
    linear-gradient(135deg, #eaeaea 50%, transparent 50%);
  background-position: right 17px center, right 11px center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  opacity: 1;
}
select::-ms-expand {
  display: none;
}
select:hover,
select:focus {
  outline: none;
  background-image: linear-gradient(45deg, transparent 50%, #000 50%),
    linear-gradient(135deg, #000 50%, transparent 50%);
}
select:disabled {
  cursor: not-allowed;
}
select:disabled:hover {
  cursor: not-allowed;
}

textarea {
  -webkit-appearance: none;
  font-size: 1.6rem;
  padding: 8px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #eaeaea;
  height: 240px;
  line-height: 22px;
  transition: 0.3s border-color, 0.3s background-color;
  box-sizing: border-box;
  resize: vertical;
  opacity: 1;
}
select:focus,
textarea:focus {
  outline: none;
  border-color: #cc0000;
}
select:hover,
textarea:hover {
  border-color: #cc0000;
}
select:disabled {
  background-image: linear-gradient(45deg, transparent 50%, #eaeaea 50%),
    linear-gradient(135deg, #eaeaea 50%, transparent 50%);
}
select:disabled,
textarea:disabled {
  border-color: #eaeaea;
  background-color: #ececec;
  cursor: not-allowed;
  color: #aaa;
}
select:disabled:hover,
textarea:disabled:hover {
  border-color: #eaeaea;
}
select[readonly],
textarea[readonly] {
  background-color: #ffffff;
  border-color: #ececec;
  pointer-events: none;
}
select[readonly]:hover,
textarea[readonly]:hover {
  background-color: #ffffff;
  border-color: #ececec;
  pointer-events: none;
}

::placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
::-webkit-input-placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
:-ms-input-placeholder {
  color: #93928F;
}
::-moz-placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
input::placeholder,
textarea::placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #93928F;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #93928F;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #93928F;
  font-size: 1.3rem;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}


/*----------------------------------
 common
------------------------------------*/
/* utils */
.ncl-sp-obj {
  display: block;
}
.ncl-pc-obj {
  display: none;
}

@media screen and (min-width: 560px) {
  .ncl-sp-obj {
    display: none;
  }
  .ncl-pc-obj {
    display: block;
  }
}
.ncl-lb-new {
    display: inline-block;
    width: 40px;
    height: 20px;
    background: #DD3A3B;
    position: absolute;
    top: 0;
    left: 0;
}
.ncl-lb-new i {
    display: block;
    text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 1;
    font-size: 1.0rem;
    font-weight: bold;
    color: #ffffff;
}
.ncl-lb-new::before {
    content:"";
    display: block;
    width:0;
    height: 0;
    border-style: solid;
    border-width: 20px 40px 0 0;
    border-color: #c51313 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.ncl-cat-lb {
    margin: 0 10px 0 0;
    display: inline-block;
    width: 36px;
    height: 14px;
    position: relative;
}
.ncl-cat-lb i {
    display: block;
    text-align: center;
    line-height: 14px;
    position: relative;
    z-index: 1;
    font-size: 1.0rem;
    font-weight: medium;
    color: #ffffff;
}
.ncl-cat-lb i {
    display: block;
    text-align: center;
    line-height: 14px;
    position: relative;
    z-index: 1;
    font-size: 1.0rem;
    font-weight: medium;
    color: #ffffff;
}
.ncl-cat-lb::before {
    content:"";
    display: block;
    width:0;
    height: 0;
    border-style: solid;
    border-width: 14px 36px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.ncl-lb-live {
    background: #cac300;
}
a .ncl-lb-live {
    color: #b3ad00;
}
.ncl-lb-live::before {
    border-color: #b3ad00 transparent transparent transparent;
}
.ncl-lb-missed {
    background: #64A6CC;
}
.ncl-lb-missed::before {
    border-color: #587FC0 transparent transparent transparent;
}
.ncl-lb-video {
    background: #E9AE44;
}
.ncl-lb-video::before {
    border-color: #E39704 transparent transparent transparent;
}
.ncl-lb-notice {
    background: #CA78CC;
}
.ncl-lb-notice::before {
    border-color: #C15AC7 transparent transparent transparent;
}
@media screen and (min-width: 560px) {
    .ncl-lb-new {
        width: 50px;
        height: 25px;
    }
    .ncl-lb-new i {
        line-height: 25px;
        font-size: 1.3rem;
    }
    .ncl-lb-new::before {
        border-width: 25px 50px 0 0;
    }
    .ncl-cat-lb {
        width: 46px;
        height: 18px;
    }
    .ncl-cat-lb i {
        line-height: 18px;
        font-size: 1.3rem;
    }
    .ncl-cat-lb::before {
        border-width: 18px 46px 0 0;
    }
}
/* headline */
.line-btm-ttl {
    margin: 0 0 50px;
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
}
.line-btm-ttl::after { 
    content:"";
    display: block;
    margin: 15px auto 0 auto;
    width: 25px;
    height: 1px;
    background: #181A1B;
}

.ncl-bold-ttl {
    margin: 0;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (min-width: 560px) {
    .line-btm-ttl {
        margin: 0 0 55px;
        font-size: 2.4rem;
    }
    .line-btm-ttl::after { 
        margin: 20px auto 0 auto;
    }
}

/* suggest */

#suggestions-container {
    width: 100%;
    top:44px;
    position: absolute;
}
.autocomplete-suggestions {
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b8b8b8;
    background: #FFF; cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion {
    padding: 6px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete-no-suggestion {
    padding: 6px 5px;
}
.autocomplete-selected {
    background: #faf7f7;
}
.autocomplete-suggestions strong {
font-weight: bold; color: #000;
}
.autocomplete-group {
    display: block;
    padding: 0px 5px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #000;
    border-bottom: 1px solid #fff;
}
@media screen and (min-width: 560px) {

    .autocomplete-suggestions {
        width: 100%!important;
        min-width: 380px!important;
        right: 0;
    }
    #suggestions-container {
        right: 0;
        width: 100%;
    } 
}
/* HEADER */
.ncl-overlay {
    display: none;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.ncl-overlay.is-active {
    display: block;
}
.ncl-h-top-wrap {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 12;
    background: #fff;
}
.ncl-h-top-wrap .ncl-h-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

body.m-op {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
body.m-op .wrap-all {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.ncl-h-wrap {
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 11;
}
.ncl-h-nav-box {
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    z-index: 11;
    background: #ffffff;
}
.ncl-h-nav-trg-box {
    height: 60px;
}
.ncl-h-nav-trg {
    display: flex;
    flex-flow: column;
    width: 60px;
    height: 60px;
    position: relative;
}
.ncl-h-nav-trg.is-hide {
    opacity: 0;
    pointer-events: none;
}
.ncl-h-nav-trg1,
.ncl-h-nav-trg2,
.ncl-h-nav-trg3 {
    display: block;
    height: 1px;
    background: #000;
    position: absolute;
    transition: 0.3s all;
}
.ncl-h-nav-trg1 {
    width: 27px;
    top: 20px;
    left: 20px;
}
.ncl-h-nav-trg2 {
    width: 17px;
    top: 29px;
    left: 20px
}
.ncl-h-nav-trg3 {
    width: 12px;
    top: 38px;
    left: 20px
}
.is-active .ncl-h-nav-trg1 {
    top: 23px;
    width: 20px;
    transform: rotate(45deg);
    transform-origin:0% 50%;
}
.is-active .ncl-h-nav-trg2 {
    width: 0;
}
.is-active .ncl-h-nav-trg3 {
    width: 20px;
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    top: 23px;
    left: 15px;
}
.ncl-h-logo-box {
    width: 210px;
}
.ncl-h-logo {
    margin: 0;
}
.ncl-h-logo a {
    display: flex;
}
.ncl-h-search-trg.is-hide {
    opacity: 0;
    pointer-events: none;
}
.ncl-h-search-trg-ic {
    display: block;
    width: 19px;
    height: 19px;
    font-size: 1.9rem;
    transition: 0.3s all;
}
.ncl-h-search-trg.is-active .ncl-h-search-trg-ic {
    width: 19px;
    height: 19px;
    position: relative;
}
.ncl-h-search-trg-ic::before,
.ncl-h-search-trg-ic::after{
    transition: 0.3s all;
}
.ncl-h-search-trg.is-active .ncl-h-search-trg-ic::before,
.ncl-h-search-trg.is-active .ncl-h-search-trg-ic::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #666;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: 2px;
    left: 14%;
}
.ncl-h-search-trg.is-active .ncl-h-search-trg-ic::after{
    transform: rotate(-45deg);
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
.ncl-h-search-form-box {
    background: #ECECEC;
    padding: 30px 28px;
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    box-sizing: border-box;
    z-index: 11;
}
.ncl-h-search-form {
    display: flex;
    position: relative;
}
.ncl-h-search-input {
    width: calc(100% - 44px)!important;
    height: 44px!important;
    border-right: none!important;
}
.ncl-h-search-input::placeholder {
    font-weight: 700;
}
.ncl-h-search-btn {
    width: 44px!important;
    height: 44px!important;
    background: transparent!important;
    position: relative;
    z-index: 3;
}
.ncl-h-search-form::before {
    display: block;
    content: "";
    width: 44px;
    height: 44px;
    background: #181A1B;
    position: absolute;
    right: 0;
}
.ncl-h-search-ic {
    display: block;
    width: 18px;
    height: 18px;
    font-family: 'ncl_icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 1.8rem;
    color: #929292;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}
.ncl-h-search-box {
    height: 60px;
    box-sizing: border-box;
}
.ncl-h-search-trg {
    padding: 20px;
}
.ncl-h-nav-items {
    margin: 0;
    padding: 0 7.33333%;
    list-style: none;
}
.ncl-h-nav-item {
    margin: 0;
    padding: 0;
    border-top: 1px solid #f1f1f1;
}
.ncl-h-nav-item:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.ncl-h-nav-item a {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
}
.ncl-h-nav-item a:hover {
    text-decoration: none;
}
.ncl-h-link-items {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
}
.ncl-h-link-item {
   /* margin: 22px auto 0; */
   /* border: 1px solid #dfdfdf; */
   /* display: block; */
    margin: 0 auto 0;
    width: 200px;
}
.ncl-h-link-item a {
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    font-size: 1.3rem;
    font-weight: bold;
    transition: 0.3s all;
    background: #f1f1f1;
    display: inline-block;
    margin: 10px auto 0;
    padding :0 20px;
    text-align: center;
    width: 100%;
    position: relative;
}
.ncl-h-link-item a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.ncl-h-link-item-ic {
    margin-left: 0px;
    font-size: 0.8rem;
    vertical-align: middle;
    position: absolute;
    right: 6px;
    top: 12px;
}
.ncl-h-sns-box {
    margin: 15px 0 0 0;
    text-align: center;
}
.ncl-h-sns-lb {
    font-size: 1.2rem;
    font-weight: bold;
    color: #6e6e6e;
}
.ncl-h-sns-items {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 15px 0 25px;
    list-style: none;
}
@media screen and (min-width: 560px) {
    .ncl-h-link-items {
        margin: 0;
        font-size: 0px;
    }
    .ncl-h-link-item {
        margin: 22px auto 0;
        border-left: 1px solid #dfdfdf;
    }
    .ncl-h-link-item-ic {
        margin-left: 25px;
        position: static;
        font-size: 0.9rem;
        display: inline-block;
        vertical-align: baseline;
    }
    .ncl-h-sns-box {
        margin: 25px 0 0 0;
    }    
    .ncl-h-sns-items {
        padding: 25px 0;
    }
    .ncl-h-nklive-link-ic{
        margin-bottom: 25px;
        font-size: 0.9rem;
        vertical-align: middle;
    }
}
    

.ncl-h-sns-item {
    margin: 0 0;
    padding: 0;
}
.ncl-h-sns-item a {
    display: block;
    width: 33px;
    height: 33px;
    margin: 0 7.5px;
}
.ncl-h-sns-ic {
    font-size: 3.3rem;
    transition: 0.3s all;
}
.ncl-h-sns-item a:hover {
    text-decoration: none;
}
.ncl-h-sns-item a:hover .ncl-h-sns-ic {
    opacity: .5;
}
@media screen and (min-width: 560px) {
    .ncl-h-wrap {
        position: static;
        height: auto;
        min-width: 1040px;
    }
    .ncl-h-top-wrap {
        min-width: 1040px;
    }
    .ncl-h-top-wrap .ncl-h-inner {
        height: 72px;
    }
    .ncl-h-inner {
        width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
        position: relative;
        box-sizing: border-box;
    }
    .ncl-overlay.is-active {
        display: none;
    }
    .ncl-h-nav-trg-box {
        display: none;
    }
    .ncl-h-logo-box {
        width: 353px;
    }
    .ncl-h-logo img {
        display: block;
        width: 353px;
        height: 20px;
    }
        .ncl-h-nav-box {
        display: block!important;
        position: static;
    }
    .ncl-h-nav-box .ncl-h-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 0;
    }
    .ncl-h-nav-items {
        display: flex;
        padding: 0 0;
    }
    .ncl-h-nav-item,
    .ncl-h-nav-item:last-child {
        margin: 0 20px;
        border: none;
    }
    .ncl-h-nav-item.is-current a::after,
    .ncl-h-nav-item a:hover::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #181A1B;
        position: absolute;
        left: 0;
        bottom: 9px;
    }
    .ncl-h-link-item {
        display: inline-block;
        margin-top: 0;
        width: auto;
    }
    .ncl-h-link-item a {
        padding: 0 10px;
        width: auto;
        font-size: 1.2rem;
        height: 26px;
        line-height: 26px;
        background: transparent;
        margin: 0px;
    }
    .ncl-h-link-item-ic {
        margin-left: 6px;
        transform: scale(0.6,0.6);
    }
    .ncl-h-sns-box {
        margin: 0;
        position: absolute;
        top: -47px;
        right: 470px;
        z-index: 12;
    }
    .ncl-h-sns-items {
        padding: 0;
    }
    .ncl-h-sns-item a {
        margin: 0 5px;
        width: 22px;
        height: 22px;
    }
    .ncl-h-sns-ic {
        font-size: 2.2rem;
    }
    .ncl-h-sns-lb {
        display: none;
    }
    .ncl-h-search-trg {
        display: none;
    }
    .ncl-h-search-box {
        height: auto;
        width: 430px;
        position: absolute;
        left: auto;
        right: 20px;
        top: 18px;
    }
    .ncl-h-search-form-box {
        display: block!important;
        position: static;
        padding: 0;
        background: none;
        top: 0;
    }
    .ncl-h-search-input {
        width: 100%!important;
        padding-left: 35px!important;
        border-right: 1px solid #eaeaea!important;
        border-radius: 22px!important;
        background: #E8E8E8!important;
    }
    .ncl-h-search-btn {
        width: 38px!important;
        height: 44px!important;
        border: none!important;
        position: absolute;
        left: 0;
    }
    .ncl-h-search-form::before {
        display: none;
    }
    .ncl-h-search-ic {
        left: 10px;
    }
}



/* FOOTER */
.ncl-f-wrap {
    margin-top: 60px;
}
.ncl-f-top-wrap {
    padding-top: 45px;
    border-top: 1px solid #b8b8b8;
}
.ncl-f-inner {
    padding: 0 7.33333vw
}

.ncl-f-nk-link-items {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ncl-f-nk-link-item {
    margin: 0;
    padding: 0;
}
.ncl-f-nk-link-item a {
    color: #767676;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-f-nk-link-item::after {
    content:"/";
    margin: 0 10px;
    color: #767676;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-f-nk-link-item:last-child::after {
    display: none;
}
.ncl-f-link-items {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}
.ncl-f-link-item {
    margin: 0;
    padding: 0;
}
.ncl-f-link-item a .ncl-f-link-lb {
    line-height: 1.91;
    color: #181a1b;
    font-size: 1.2rem;
}

.ncl-f-link-item img {
    display: none;
    transition: 0.3s all;
}

.ncl-f-link-item a:hover img {
    opacity: 0.8;
}
.ncl-f-link-item::after {
    content:"/";
    margin: 0 5px;
    color: #252a2c;
    font-size: 1.2rem;
}
.ncl-f-link-item:last-child::after {
    display: none;
}
.ncl-f-bottom-wrap {
    margin: 40px 0 0 0;
    padding: 50px 0;
    background: #373737;
}
.ncl-f-nikkeich-logo-box img {
    width: 200px;
    height: 46px;
    transition: 0.3s all;
}
.ncl-f-nikkeich-logo-box a:hover img {
    opacity: .5;
}
.ncl-f-nikkeich-txt-box {
    margin: 25px 0 0 0;
}
.ncl-f-nikkeich-txt {
    line-height: 1.9;
    font-size: 1.1rem;
    color: #b8b8b8;
}
.ncl-f-nikkeich-link-items {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.ncl-f-nikkeich-link-item {
    margin: 0 0 0 0;
    padding: 0;
}
.ncl-f-nikkeich-link-item ~ .ncl-f-nikkeich-link-item {
    margin-top: 15px;
}
.ncl-f-nikkeich-link-item a {
    display: block;
    border:1px solid #ffffff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: bold;
    transition: 0.3s all;
}
.ncl-f-nikkeich-link-item a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.ncl-f-nav-box {
    margin: 50px 0 0 0;
}
.ncl-f-nav-heading {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-f-nav-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ncl-f-nav-item {
    margin: 15px 0 0 0;
    padding: 0;
}
.ncl-f-nav-item a {
    position: relative;
    padding-left: 14px;
    font-size: 1.3rem;
    color: #ffffff;
}
.ncl-f-nav-item a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ncl-f-copy-wrap {
    padding: 25px 0 10px;
    background: #2C2C2C;
    text-align: center;
    font-size: 0.6rem;
    color: #ffffff;
}
.ncl-f-copy-inner {
  padding: 0 10px;
}

.ncl-f-copy-wrap img {
    width: 66px;
    margin-right: 10px;
    transition: 0.3s all;
}

.ncl-f-copy-wrap a:hover img {
    opacity: 0.5;
}

@media screen and (min-width: 560px) {
    .ncl-f-wrap {
        margin-top: 65px;
        min-width: 1040px;
    }
    .ncl-f-top-wrap {
        padding-top: 70px;
    }
    .ncl-f-bottom-wrap {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .ncl-f-inner {
        width: 1000px;
        margin: 0 auto;
        padding: 0 0;
    }
    .ncl-f-link-item {
        margin: 15px 15px;
    }
    .ncl-f-link-item img {
        display: block;
    }
    .ncl-f-link-item a .ncl-f-link-lb {
        display: none;
    }
    .ncl-f-link-item::after {
        display: none;
    }
    .ncl-f-link-img {
        height: 36px;
    }
    
    .ncl-f-nkkeich-box {
        display: flex;
        justify-content: space-between;
    }
    .ncl-f-nikkeich-logo-box img {
        width: 280px;
        height: auto;
    }
    .ncl-f-nikkeich-txt-box {
        margin-top: 0;
        width: 500px;
    }
    .ncl-f-nikkeich-txt {
        line-height: 2.16;
        font-size: 1.2rem;
    }
    .ncl-f-nikkeich-link-items {
        display: flex;
        margin-top: 20px;
    }
    .ncl-f-nikkeich-link-item  ~.ncl-f-nikkeich-link-item {
        margin-top: 0;
        margin-left: 15px;
    }
    .ncl-f-nikkeich-link-item a {
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
    }
    .ncl-f-nikkeich-link-item  ~.ncl-f-nikkeich-link-item a {
        padding: 0 30px;
    }
    .ncl-f-nav-box {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #434343;
    }
    .ncl-f-nav-heading {
        font-size: 1.3rem;
    }
    .ncl-f-nav-items {
        display: flex;
        flex-wrap: wrap;
    }
    .ncl-f-nav-item {
        margin-right: 25px;
    }
    .ncl-f-nav-item:last-child {
        margin-right: 0;
    }
    .ncl-f-nav-item a {
        font-size: 1.2rem;
    }
    .ncl-f-copy-wrap {
        display: flex;
        align-items: center;
        padding: 0;
        height: 55px;
        text-align: left;
    }
    .ncl-f-copy-inner {
        margin: 0 auto;
        width: 1040px;
        font-size: 1.2rem;
    }
    .ncl-f-copy-wrap img {
        width: 56px;
    }

}
/* common */
.ncl-inner {
    padding: 0 4vw;
}
@media screen and (min-width: 560px) {
    .ncl-inner {
        width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

/* notice */
.ncl-emergency-notice {
    margin-top: 30px;
}
.ncl-emergency-notice-box {
    padding: 5.33vw 8vw;
    border: 1px solid #dc3b3b;
    text-align: center;
    color: #dc3b3b;
    font-size: 1.2rem;
    box-sizing: border-box;
}
@media screen and (min-width: 560px) {
    .ncl-emergency-notice {
        margin-top: 20px;
    }
    .ncl-emergency-notice-box {
        margin: 20px auto 0 auto;
        padding: 15px 25px;
        width: 1000px;
        font-size: 1.4rem;
        line-height: 2;
    }
}

/* breadcrumbs */
.ncl-breadcrumbs-wrap {
    margin: 20px 0 0;
}
.ncl-breadcrumbs-inner {
    padding: 0 4vw;
}
.ncl-breadcrumbs-items {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ncl-breadcrumbs-item {
    margin: 0;
    padding: 0;
    font-size: 1.0rem;
}

.ncl-breadcrumbs-item a {
    text-decoration: underline;
}
.ncl-breadcrumbs-item a:hover {
    text-decoration: none;
}
.ncl-breadcrumbs-item ~ .ncl-breadcrumbs-item::before {
    content: "";
    display: inline-block;
    margin: auto 16px;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #181A1B;
    border-right: 1px solid #181A1B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 560px) {
    .ncl-breadcrumbs-wrap {
        margin: 25px 0 0;
    }
    .ncl-breadcrumbs-inner {
        width: 1040px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .ncl-breadcrumbs-item {
        font-size: 1.1rem;
    }
    .ncl-breadcrumbs-item ~ .ncl-breadcrumbs-item::before {
        margin: auto 12px;
    }

}

/* list */
.ncl-list-wrap {
    background: #faf7f7 url(../img/bg_noise.png);
    
    margin-top: 50px;
    margin-bottom: 65px;
    padding: 70px 0 70px;
    position: relative;
}
.ncl-list-wrap::before {
    content: "";
    display: block;
    opacity: .06;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 215px 300px 0 0;
    border-color: #515353 transparent transparent transparent;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    
}
.ncl-list-wrap.is-search {
    padding-bottom: 65px;
    margin-bottom: 0px;
}
.ncl-list-wrap.is-search + .ncl-f-wrap {
    margin-top: 0px;
}

.ncl-recd-list-wrap {
    margin-top: 35px;
    padding: 0 0;
}
.ncl-list-items,
.ncl-recd-list-items {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ncl-list-items {
    position: relative;
    z-index: 1;
}
.ncl-list-item,
.ncl-recd-list-item {
    margin: 0;
    width: calc(calc(100% - 4vw) / 2);
}
.ncl-list-item:nth-child(n+3) {
    margin-top: 25px;
}
.ncl-recd-list-item:nth-child(n+3) {
    margin-top: 20px;
}
.ncl-list-item a,
.ncl-recd-list-item a {
    height: 100%;
    display: flex;
    flex-flow: column;
    background: #ffffff;
    font-size: 1.2rem;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    text-decoration: none;
}
.ncl-recd-list-item a {
    padding: 0;
}
.ncl-list-item a:hover,
.ncl-recd-list-item a:hover {
    outline: 2px solid #b8b8b8;
}
.ncl-recd-txt-box {
    margin: 10px 0 0 0;
    line-height: 1.83;
    font-size: 1.2rem;
    font-weight: bold;
}

.ncl-recd-list-item a:hover .ncl-recd-txt-box  {
   text-decoration: underline;
}
.ncl-list-img-box,
.ncl-recd-img-box {
    position: relative;
    background: #ffffff;
    padding-top: 56.25%;
    height: 0;
}
.ncl-list-item .ncl-list-img-box img,
.ncl-recd-list-item .ncl-recd-img-box img {
    transition: 0.3s all;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    position: absolute;
}
.ncl-list-item a:hover .ncl-list-img-box img,
.ncl-recd-list-item a:hover .ncl-recd-img-box img {
    opacity: 0.5;
}
.ncl-list-ic-play {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/ic_play.svg) no-repeat center center;
    background-size: 25px 25px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.ncl-list-img-box .ncl-cat-lb {
    position: absolute;
    top: 6px;
    left: 6px;
    margin: 0;
}
.ncl-list-img-box span.ncl-lb-new ~ span.ncl-cat-lb {
    left: 45px;
}
.ncl-list-img-box span.ncl-lb-new ~ span.ncl-cat-lb ~ span.ncl-cat-lb {
    left: 85px;
}
.ncl-list-img-box span.ncl-cat-lb ~ span.ncl-cat-lb {
    left: 46px;
}
.ncl-list-txt-box {
    padding: 16px 2.8vw 12px;
}
.ncl-list-date {
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
    color: #8C8C8C;
}
.ncl-list-ttl {
    margin: 10px 0 0 0;
    line-height: 1.83;
    font-size: 1.2rem;
    font-weight: bold;
}
.ncl-list-item a:hover .ncl-list-date,
.ncl-list-item a:hover .ncl-list-ttl {
    text-decoration: underline;
}
.ncl-more-btn-box {
    margin: 50px 0 0 0;
    text-align: center;
}
.ncl-more-btn-box a {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #B7B7B7;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: 0.3s all;
}
.ncl-more-btn-box a:hover {
    text-decoration: none;
    opacity: 0.5;
}
@media screen and (min-width: 560px) {
    .ncl-recd-list-wrap {
        margin-top: 50px;
    }
    .ncl-list-wrap {
        min-width: 1040px;
        margin-top: 50px;
        margin-bottom: 75px;
        padding: 45px 0 50px;
    }
    .ncl-list-wrap::before {
        border-width: 430px 680px 0 0;
    }
    .ncl-list-items,
    .ncl-recd-list-items {
        margin: 0 auto;
        position: relative;
        justify-content: flex-start;
    }

    .ncl-list-item a:hover,
    .ncl-recd-list-item a:hover {
        outline: none;
    }
    
    .ncl-list-item {
        margin: 0 0 0 20px;
        width: calc(960px  / 3);
    }
    .ncl-list-item:nth-child(3n+1) {
        margin-left: 0;
    }
    .ncl-list-item:nth-child(n+3) {
        margin-top: 0;
    }
    .ncl-list-item:nth-child(n+4) {
        margin-top: 50px;
    }
    .ncl-recd-list-item {
        margin: 0 0 0 25px;
        width: calc(925px / 4);
    }

    .ncl-recd-list-item:nth-child(n+3) {
        margin-top: 0;
    }
    .ncl-recd-list-item:nth-child(n+5) {
        margin-top: 25px;
    }
    .ncl-recd-list-item:nth-child(4n+1) {
        margin-left: 0;
    }
    .ncl-recd-txt-box {
        margin-top: 15px;
        line-height: 1.71;
        font-size: 1.4rem;
    }
    .ncl-list-ic-play {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        left: 20px;
        bottom: 20px;
    }
    .ncl-list-img-box span.ncl-lb-new ~ span.ncl-cat-lb {
        left: 55px;
    }
    .ncl-list-img-box span.ncl-lb-new ~ span.ncl-cat-lb ~ span.ncl-cat-lb {
        left: 105px;
    }
    .ncl-list-img-box span.ncl-cat-lb ~ span.ncl-cat-lb {
        left: 56px;
    }
    .ncl-list-txt-box {
        padding: 20px 20px 40px;
    }
    .ncl-list-date {
      margin: 0;
      font-size: 1.1rem;
    }
    .ncl-list-ttl {
      line-height: 1.6;
      font-size: 1.6rem;
    }
    .ncl-more-btn-box a {
      width: 280px;
      height: 50px;
      line-height: 50px;
      font-size: 1.5rem;
    }
}
/* ranking */
.ncl-list-wrap.is-ranking {
    margin-top: 0;
}
.ncl-list-ranking {
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50% , 0);
    transform: translate(-50% , 0);
}
.is-ranking .ncl-list-items .ncl-list-item {
    width: 100%;
}
.is-ranking .ncl-list-items .ncl-list-item:nth-child(n+3),
.is-ranking .ncl-list-items .ncl-list-item:nth-child(n+2) {
    margin-top: 30px;
}
.ncl-list-ranking-ic {
    width: 45px;
    height: 45px;
    font-size: 4.5rem;
}
.ncl-list-ranking-num {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.is-1st {
    color: #d4b301;
}
.is-2nd {
    color: #b3b3b3;
}
.is-3rd {
    color: #81791d;
}
.is-4th {
    color: #373737;
}
.is-5th {
    color: #373737;
}

.is-ranking .ncl-list-img-box img {
    width: 100%;
}

@media screen and (min-width: 560px) {
    .is-ranking .ncl-list-items {
        justify-content: center;
    }
    .ncl-list-ranking {
        top: -30px;
    }
    .is-ranking .ncl-list-items .ncl-list-item {
        margin-left: 15px!important;
        width: 320px;
    }
    .is-ranking .ncl-list-items .ncl-list-item:nth-child(3n+1) {
        margin-left: 0!important;
    }
    .is-ranking .ncl-list-items .ncl-list-item:nth-child(n+3),
    .is-ranking .ncl-list-items .ncl-list-item:nth-child(n+2) {
        margin-top: 0;
    }
    .is-ranking .ncl-list-items .ncl-list-item:nth-child(n+4) {
        margin-top: 65px;
    }
    .ncl-list-ranking-ic {
        width: 45px;
        height: 45px;
        font-size: 4.5rem;
    }
    .ncl-list-ranking-num {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 52px;
        color: #fff;
        font-size: 1.4rem;
        font-weight: bold;
    }
}
/* search */
.ncl-list-wrap.is-search {
    margin-top: 15px;
    padding-top: 30px;
}
.ncl-search-ttl-box {
    margin: 0 0 25px 0;
    text-align: center;
}
.ncl-search-lb {
    margin-bottom: 2px;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-search-ttl {
    display: inline;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-search-ttl span::before {
    content: "「";
}
.ncl-search-ttl span::after {
    content: "」";
}
.ncl-search-num {
    display: inline;
    font-size: 1.4rem;
    font-weight: bold;
}
@media screen and (min-width: 560px) {
    .ncl-list-wrap.is-search {
        padding: 35px 0 50px;
    }
    .ncl-search-ttl-box {
        margin: 0 0 22px 0;
    }
    .ncl-search-lb {
        display: inline;
        font-size: 1.6rem;
    }
    .ncl-search-ttl {
        font-size: 1.6rem;
    }
    .ncl-search-num {
        font-size: 1.6rem;
    }
}
.ncl-search-error-wrap {
    margin-top: 22.5px;
}
.ncl-search-error-inner {
    padding: 0 7.33333vw;
}
.ncl-search-error-wrap .ncl-search-ttl-box {
    padding: 25px 4vw;
    background: #f7f6f6;
}
.ncl-search-error-msg {
    margin: 20px auto 0 0;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
@media screen and (min-width: 560px) {
    .ncl-search-error-wrap {
        min-width: 1040px;
        margin: 50px auto 70px auto;
    }
    .ncl-search-error-inner {
        width: 800px;
        margin: 0 auto;
        padding: 0 0;
    }
    .ncl-search-error-wrap .ncl-search-ttl-box {
        padding: 30px 30px
    }
    .ncl-search-error-msg {
        margin: 60px auto 0 0;
        font-size: 1.6rem;
    }
}


/* slider */
.ncl-slider-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ncl-slider-item {
    margin: 0;
    position: relative;
}
.ncl-slider-item a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.ncl-slider-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #000000;
  transition: 0.3s color, 0.3s background-color;
  overflow: hidden;
}
.ncl-slider-item a:hover .ncl-slider-img-box {
    background: #ffffff;

}
.ncl-slider-img-box::before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.7) 100%);
    z-index: 1;
  transition: 0.3s color, 0.3s background-color;
}

.ncl-slider-img-box img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    transition: 0.3s all;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    object-fit: cover;
}
_:-ms-lang(x)::-ms-backdrop, .ncl-slider-img-box img {
    height: auto;
}
.ncl-slider-item .ncl-lb-new {
    width: 48px;
    height: 24px;
}
.ncl-slider-item .ncl-lb-new::before {
    border-width: 24px 48px 0 0;
}
.ncl-slider-item .ncl-lb-new i {
    line-height: 24px;
    font-size: 1.2rem;
}
.ncl-slider-txt-box {
    width: 100%;
    padding: 20px 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    z-index: 2;
}
.ncl-slider-txt {
    margin-top: 15px;
}
.ncl-slider-date {
    font-size: 1.2rem;
    color: #fff;
}
.ncl-slider-ttl {
    margin: 10px 0 0 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}
.ncl-slider-ic-play {
    display: block;
    width: 33px;
    height: 33px;
    background: url(../img/ic_play.svg) no-repeat center center;
    background-size: 33px 33px;
}
.ncl-slider-item a:hover .ncl-slider-img-box img {
  opacity: 0.5;
}
.ncl-slider-item a:hover .ncl-slider-date,
.ncl-slider-item a:hover .ncl-slider-ttl {
    text-decoration: underline;
}
.slick-arrow {
    margin-top: -10px;
    width: 20px;
    height: 70px;
    background: #000;
    position: absolute;
    border : none;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 0;
    z-index: 1;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev::before,
.slick-next::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    left: 3px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slick-next::before {
    margin-right: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick-dots {
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}
.slick-dots li {
    margin: 0 7.5px;
    padding: 0;
    height: 5px;
}
.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #ccc;
    border: none;
    vertical-align: top;
    font-size: 0;
}
.slick-dots li.slick-active button {
    background: #000;
}

.slick-dots li button:hover {
    opacity: 0.5;
}

@media screen and (min-width: 560px) {
    .ncl-slider-wrap {
        margin-bottom: 45px;
    }
    .ncl-slider-items {
        min-width: 1040px;
    }
    .ncl-slider-item {
        width: 800px;
    }
    .ncl-slider-img-box {
        width: 800px;
        height: 450px;
    }
    .ncl-slider-item a:hover .ncl-slider-img-box {
        background: #ffffff;

    }
    .ncl-slider-img-box::before {
        width: 800px;
        height: 450px;
    }

    .ncl-slider-item .ncl-lb-new {
        width: 60px;
        height: 30px;
    }
    .ncl-slider-item .ncl-lb-new::before {
        border-width: 30px 60px 0 0;
    }
    .ncl-slider-item .ncl-lb-new i {
        line-height: 30px;
        font-size: 1.5rem;
    }
    .ncl-slider-txt-box {
        display: flex;
        padding: 40px 40px;
    }
    .ncl-slider-txt {
        margin-top: 0;
        min-width: 0;
    }
    .ncl-slider-date {
        font-size: 1.3rem;
    }
    .ncl-slider-ttl {
        font-size: 2.4rem;
    }
    .ncl-slider-ic-play {
        margin: 0 20px 0 0;
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
        flex-shrink: 0;
    }
    .slick-arrow {
        margin-top: -10px;
        width: 30px;
        height: 110px;
    }
    .slick-prev::before,
    .slick-next::before {
        width: 12px;
        height: 12px;
    }
    .slick-next::before {
        margin-right: 10px;
    }
    .slick-dots {
        margin-top: 20px;
    }
    .slick-dots li button {
        width: 6px;
        height: 6px;
        border-radius: 5px;
    }
    .slick-dots li {
        margin: 0 9px;
    }

}


.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* contents */
.ncl-contents-top-wrap {
    margin: 15px 0 0 0;
    padding: 20px 0;
    background: #F7F6F6;
}
.ncl-contents-top-img {
    display: none;
}
.ncl-contents-top-ttl {
    margin: 0;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
.ncl-contents-top-desc {
    margin: 15px 0 0 0;
    line-height: 1.9;
    font-size: 1.2rem;
}
.ncl-contents-detail-wrap {
    margin: 40px 0 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
}

@media screen and (min-width: 560px) {
    .ncl-contents-top-wrap {
        min-width: 1040px;
        margin: 20px 0 0 0;
        padding: 25px 0;
    }
    .ncl-contents-top-box {
        display: flex;
    }
    .ncl-contents-top-img {
        display: block;
        margin-right: 35px;
        padding-right: 35px;
        border-right: 1px solid #ddd;
        flex-shrink: 0;
    }
    .ncl-contents-top-img img {
        width: 170px;
    }
    .ncl-contents-top-ttl {
        line-height: 1.6;
        font-size: 2.4rem;
    }
    .ncl-contents-top-desc {
        margin: 5px 0 0 0;
        line-height: 2;
        font-size: 1.5rem;
    }
    .ncl-contents-detail-wrap {
        margin: 50px 0 0 0;
        line-height: 2;
        font-size: 1.5rem;
    }
}
/* article */
.ncl-article-wrap {
    margin: 25px 0 0 0;
}
.ncl-article-inner {
    padding: 0 4vw;
    margin: 0 auto;
}
.ncl-movie-inner {
    position: relative;
    display: block;
    text-align: center;
}
.ncl-movie-player {
    padding-top: 56.25%;
}
.ncl-movie-player iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}
.ncl-movie-yt {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.ncl-movie-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ncl-movie-inner a {
    display: inline-block;
    background: #fff;
}
.ncl-movie-inner img {
    transition: 0.3s all;
}
.ncl-movie-inner a:hover img {
    opacity: 0.5;
}

.ncl-movie-player .video-js {
    margin: 0 auto;
}

.ncl-movie-player .video-js {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%!important;
    height: 100%!important;
    border: none;
}
.ncl-article-ttl-box {
    margin: 45px 0 0 0;
}
.ncl-article-date {
    font-size: 1.2rem;
    color: #8C8C8C;
}
.ncl-article-ttl-box .ncl-cat-lb {
    font-size: 1.2rem;
}
.ncl-article-ttl {
    margin: 10px 0 0 0;
    font-size: 1.8rem;
    font-weight: bold;
}
.ncl-share-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 0 0;
    padding: 0;
}
.ncl-share-items {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ncl-share-item {
    margin: 0;
    padding: 0;
}
.ncl-share-item:nth-child(n+2) {
    margin: 0 0 0 15px;
}
.ncl-share-item a {
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border: 1px solid #D6D6D6;
    border-radius: 38px;
    box-sizing: border-box;
}

.ncl-share-item a:hover {
    text-decoration: none;
}
.ncl-share-ic {
    font-size: 2.0rem;
    transition: 0.3s all;
}
.ncl-share-ic.ic-mail {
    font-size: 1.8rem;
}
.ncl-share-ic.ic-linkedin {
    width: 38px;
    height: 38px;
    background: url(../img/ic_linkedin.png) no-repeat center center;
}

.ncl-share-item a:hover .ncl-share-ic {
    opacity: 0.5;
}
.ncl-media-logo {
    padding-left: 10px;
    text-align: right;
    border-left: 1px solid #e4e4e4;
}
.ncl-media-logo img {
    max-width: 80px;
}
.ncl-article-desc {
    margin: 35px 0 0 0;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-article-nav-box {
    margin: 60px 0 0 0;
}
.ncl-article-nav-items {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;    
}
.ncl-article-nav-item {
    margin: 0;
    padding: 0;
}
.ncl-article-nav-item a {
    display: block;
    margin: 0 10px;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background: #373737;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    transition: 0.3s all;
}
.ncl-article-nav-item a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.ncl-article-nav-item.is-current a {
    background: #EEEEEE;
    color: #9D9D9D;

}

@media screen and (min-width: 560px) {
    .ncl-article-wrap {
        min-width: 1040px;
        margin: 30px 0 0 0;
    }
    .ncl-article-inner {
        margin: 0 auto;
        padding: 0;
        width: 1000px;
    }
    .ncl-movie-box {
        padding: 40px 20px;
        background: #F7F6F6;
        min-width: 1000px;
    }
    .ncl-movie-inner {
        max-width: 1160px;
        margin: 0 auto;
    }
    .ncl-article-ttl-box {
        margin: 45px 0 0 0;
    }
    .ncl-article-date {
        font-size: 1.3rem;
    }
    .ncl-article-ttl-box .ncl-cat-lb {
        font-size: 1.3rem;
    }
    .ncl-article-ttl {
        line-height: 2;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .ncl-share-box {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .ncl-share-item:nth-child(n+2) {
        margin: 0 0 0 15px;
    }
    .ncl-media-logo {
        padding-left: 10px;
        text-align: right;
        border-left: none;
    }
    .ncl-media-logo img {
        max-width: 100px;
    }
    .ncl-article-desc {
        line-height: 2;
    }
    .ncl-article-nav-box {
        margin: 45px 0 0 0;
    }
    .ncl-article-nav-items {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;    
    }
    .ncl-article-nav-item {
        margin: 0;
        padding: 0;
    }
    .ncl-article-nav-item a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 1.6rem;
    }

}

/* free */
.ncl-article-body,
.ncl-page-body {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-article-body a,
.ncl-page-body a {
    text-decoration: underline;
}
.ncl-article-body a:hover,
.ncl-page-body a:hover {
    text-decoration: none;
}
.ncl-article-body h2,
.ncl-page-body h2 {
    margin: 30px 0 15px;
    font-size: 1.6rem;
    font-weight: bold;
}
.ncl-article-body h3,
.ncl-page-body h3 {
    margin: 30px 0 15px;
    font-size: 1.5rem;
    font-weight: bold;
}
.ncl-article-body h4,
.ncl-page-body h4 {
    margin: 30px 0 15px;
    font-size: 1.2rem;
    font-weight: bold;
}
.ncl-article-body p,
.ncl-page-body p {
    margin:  15px 0;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-article-body ul,
.ncl-article-body ol,
.ncl-page-body ul,
.ncl-page-body ol {
    margin-top: 15px;
    margin-bottom: 30px;
}
.ncl-article-body p ~ ul,
.ncl-article-body p ~ ol,
.ncl-page-body p ~ ul,
.ncl-page-body p ~ ol {
    margin-top: -10px;
}
.ncl-article-body li,
.ncl-page-body li {
    margin: 5px 0;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-article-body dl,
.ncl-page-body dl {
    margin: 15px 0 30px 0;
}
.ncl-article-body dl dt,
.ncl-page-body dl dt {
    margin: 0;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: bold;
}
.ncl-article-body dl dd,
.ncl-page-body dl dd {
    margin: 2px 0 10px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-article-body q,
.ncl-page-body q {
    background: #f6f6f6;
}
.ncl-article-body blockquote,
.ncl-page-body blockquote {
    margin: 40px 0;
    padding: 4vw 4vw;
    background: #f6f6f6;
}
.ncl-article-body pre,
.ncl-page-body pre {
    margin: 40px 0;
    padding: 4vw 4vw;
    border: 1px solid #e4e4e4;
}

@media screen and (min-width: 560px) {
    .ncl-article-body,
    .ncl-page-body {
        line-height: 2;
        font-size: 1.5rem;
    }
    .ncl-article-body h2,
    .ncl-page-body h2 {
        font-size: 2.0rem;
    }
    .ncl-article-body h3,
    .ncl-page-body h3 {
        font-size: 1.8rem;
    }
    .ncl-article-body h4,
    .ncl-page-body h4 {
        font-size: 1.5rem;
    }
    .ncl-article-body p,
    .ncl-page-body p {
        margin: 15px 0;
        line-height: 2;
        font-size: 1.7rem;
    }
    .ncl-page-body .ncl-ta-lc {
        text-align: center;
    }
    .ncl-article-body ul,
    .ncl-article-body ul,
    .ncl-page-body ul,
    .ncl-page-body ol {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .ncl-article-body li,
    .ncl-page-body li {
        margin: 5px 0;
        line-height: 2;
        font-size: 1.5rem;
    }
    .ncl-article-body dl,
    .ncl-page-body dl {
        margin: 15px 0 30px;
    }
    .ncl-article-body dl dt,
    .ncl-page-body dl dt {
        line-height: 2;
        font-size: 1.5rem;
    }
    .ncl-article-body dl dd,
    .ncl-page-body dl dd {
        line-height: 2;
        font-size: 1.5rem;
    }
    
    .ncl-article-body blockquote,
    .ncl-page-body blockquote {
        margin: 60px auto;
        padding: 50px 50px;
    }

    .ncl-article-body pre,
    .ncl-page-body pre {
        margin: 60px auto;
        padding: 50px 50px;
    }

}
.ncl-chapter-box {
    margin: 40px 0;
    padding: 20px 4vw;
    width: calc(100% + 8vw);
    background: #f6f6f6;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    left: -4vw;
    box-sizing: border-box;
}
.ncl-chapter-ttl {
    margin: 0 0;
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 1.5rem;
    font-weight: bold;
}
.ncl-article-body .ncl-chapter-box ul,
.ncl-page-body .ncl-chapter-box ul,
.ncl-chapter-box ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.ncl-article-body ncl-chapter-box li,
.ncl-page-body ncl-chapter-box li,
.ncl-chapter-box li {
    width: calc(50% - 2.5vw);
    margin: 0;
    padding: 0;
}

.ncl-article-body .ncl-chapter-box ul li:nth-child(even),
.ncl-page-body .ncl-chapter-box ul li:nth-child(even),
.ncl-chapter-box ul li:nth-child(even) {
    margin-left: 5vw;
}
.ncl-article-body .ncl-chapter-box ul li:nth-child(n+3),
.ncl-page-body .ncl-chapter-box ul li:nth-child(n+3),
.ncl-chapter-box ul li:nth-child(n+3) {
    margin-top: 20px;
}

.ncl-article-body .ncl-chapter-box li a,
.ncl-page-body .ncl-chapter-box li a,
.ncl-chapter-box li a {
    text-decoration: none;
}
.ncl-article-body .ncl-chapter-box li a img,
.ncl-page-body .ncl-chapter-box li a img,
.ncl-chapter-box li a img {
    transition: 0.3s all;
}
.ncl-article-body .ncl-chapter-box li a:hover img,
.ncl-page-body .ncl-chapter-box li a:hover img,
.ncl-chapter-box li a img:hover {
    opacity: 0.5;
}
.ncl-article-body .ncl-chapter-box li a p,
.ncl-page-body .ncl-chapter-box li a p,
.ncl-chapter-box li a p {
    margin: 4px 0 0 0;
    line-height: 1.83;
    font-size: 1.2rem;
    font-weight: bold;
}
.ncl-article-body .ncl-chapter-box li a:hover p,
.ncl-page-body .ncl-chapter-box li a:hover p,
.ncl-chapter-box li a:hover p {
    text-decoration: underline;
}
.ncl-article-body .ncl-link-items,
.ncl-page-body .ncl-link-items,
.ncl-btn-link-items {
    margin: 40px 0;
    padding: 0 5vw;
    list-style: none;
}
.ncl-article-body .ncl-link-items li,
.ncl-page-body .ncl-link-items li,
.ncl-btn-link-items li {
    margin: 0 0;
    padding: 0;
    box-sizing: border-box;
}
.ncl-article-body .ncl-link-items li:nth-child(n+2),
.ncl-page-body .ncl-link-items li:nth-child(n+2),
.ncl-btn-link-items li:nth-child(n+2) {
    margin-top: 15px;
}
.ncl-article-body .ncl-link-items li a,
.ncl-page-body .ncl-link-items li a,
.ncl-btn-link-items li a {
    display: block;
    width: 100%;
    padding:15px 30px;
    background: #fff;
    border: 1px solid #b7b7b7;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: 0.3s all;
}
.ncl-article-body .ncl-link-items li a:hover,
.ncl-page-body .ncl-link-items li a:hover,
.ncl-btn-link-items li a:hover {
    opacity: 0.5;
}
.ncl-article-body .ncl-link-items li a::before,
.ncl-page-body .ncl-link-items li a::before,
.ncl-btn-link-items li a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #181a1b;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.3s all;
}
.ncl-article-body .ncl-link-items li a::after,
.ncl-page-body .ncl-link-items li a::after,
.ncl-btn-link-items li a::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/ic_ar_l_wht.svg) no-repeat 5px 4px;
    background-size: 6px 6px;
    font-size: 0.9rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.ncl-article-body .ncl-link-items li a:hover::before,
.ncl-page-body .ncl-link-items li a:hover::before,
.ncl-btn-link-items li a:hover::before {
    opacity: 0.5;
}

.ncl-article-body .ncl-note-txt,
.ncl-page-body .ncl-note-txt,
.ncl-article-body .ncl-note-indent,
.ncl-page-body .ncl-note-indent {
    line-height: 1.9;
    font-size: 1.2rem!important;
    color: #8c8c8c;
}
.ncl-article-body .ncl-note-indent,
.ncl-page-body .ncl-note-indent,
.ncl-note-indent {
    padding-left: 16px;
    position: relative;
}
.ncl-article-body .ncl-note-indent::before,
.ncl-page-body .ncl-note-indent::before,
.ncl-note-indent::before {
    content: "※";
    display: block;
    line-height: 1.9;
    font-size: 1.2rem!important;
    color: #8c8c8c;
    left: 0;
    top: 0;
    position: absolute;
}
.ncl-img-box {
    margin: 40px 0;
    padding: 0 0;
    overflow: hidden;
}
.ncl-img-box img {
    display: block;
    margin: 0 auto;
}
.ncl-article-body hr,
.ncl-page-body hr {
    margin: 40px auto;
    padding: 0 0;
    border: none;
    border-top: 1px solid #e4e4e4;
    width: 100%;
    height: 0px;
    box-sizing: border-box;
}
.ncl-article-body .ncl-schedule,
.ncl-page-body .ncl-schedule,
.ncl-schedule {
    margin: 40px 0;
    padding: 0;
}
.ncl-article-body .ncl-schedule:nth-child(n+2),
.ncl-page-body .ncl-schedule:nth-child(n+2),
.ncl-schedule:nth-child(n+2) {
    margin-top: 25px;
}
.ncl-article-body .ncl-schedule dt,
.ncl-page-body .ncl-schedule dt,
.ncl-schedule dt {
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}
.ncl-article-body .ncl-schedule dt::after,
.ncl-page-body .ncl-schedule dt::after,
.ncl-schedule dt::after {
    content: "";
    display: inline-block;
    margin: auto auto auto 15px;
    width: 10px;
    height: 1px;
    background: #101010;
    vertical-align: middle;
}
.ncl-article-body .ncl-ta-l,
.ncl-page-body .ncl-ta-l,
.ncl-ta-l {
    text-align: left;
}
.ncl-article-body .ncl-ta-c,
.ncl-page-body .ncl-ta-c,
.ncl-ta-c {
    text-align: center;
}
.ncl-article-body .ncl-ta-r,
.ncl-page-body .ncl-ta-r,
.ncl-ta-r {
    text-align: right;
}
.ncl-ta-lc {
    text-align: left;
}

.ncl-article-body .ncl-schedule dd,
.ncl-page-body .ncl-schedule dd,
.ncl-schedule dd {
    margin-top: 15px;
    line-height: 1.6;
    font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
    .ncl-chapter-box {
        margin: 60px auto;
        padding: 16px 48px 24px 48px;
        border: 1px solid #e4e4e4;
        width: 1000px;
        box-sizing: border-box;
        position: static;
    }
    .ncl-chapter-ttl {
        padding: 0 0 10px 0px;
        font-size: 2.0rem;
    }
    .ncl-article-body .ncl-chapter-box ul,
    .ncl-page-body .ncl-chapter-box ul,
    .ncl-chapter-box ul {
        display: flex;
        flex-flow: wrap;
        margin: 24px 0 0 0;
        padding: 0;
        list-style: none;
    }
    .ncl-article-body .ncl-chapter-box ul li,
    .ncl-page-body .ncl-chapter-box ul li,
    .ncl-chapter-box ul li {
        width: 288px;
        margin: 0 0 0 18px;
    }
    .ncl-article-body .ncl-chapter-box ul li:nth-child(even),
    .ncl-page-body .ncl-chapter-box ul li:nth-child(even),
    .ncl-chapter-box ul li:nth-child(even) {
        margin-left: 18px;
    }
    .ncl-article-body .ncl-chapter-box ul li:nth-child(3n+1),
    .ncl-page-body .ncl-chapter-box ul li:nth-child(3n+1),
    .ncl-chapter-box ul li:nth-child(3n+1) {
        margin-left: 0;
    }
    .ncl-article-body .ncl-chapter-box ul li:nth-child(n+3),
    .ncl-page-body .ncl-chapter-box ul li:nth-child(n+3),
    .ncl-chapter-box ul li:nth-child(n+3) {
        margin-top: 0px;
    }
    .ncl-article-body .ncl-chapter-box ul li:nth-child(n+4),
    .ncl-page-body .ncl-chapter-box ul li:nth-child(n+4),
    .ncl-chapter-box ul li:nth-child(n+4) {
        margin-top: 20px;
    }
    .ncl-article-body .ncl-chapter-box li a p,
    .ncl-page-body .ncl-chapter-box li a p,
    .ncl-chapter-box li a p {
        line-height: 1.71;
        font-size: 1.4rem;
    }
    .ncl-article-body .ncl-btn-link-items,
    .ncl-page-body .ncl-btn-link-items,
    .ncl-btn-link-items {
        display: flex;
        flex-flow: wrap;
        margin: 60px auto;
        padding: 0 0;
        width: 620px;
        box-sizing: border-box;
    }
    .ncl-article-body .ncl-btn-link-items li,
    .ncl-page-body .ncl-btn-link-items li,
    .ncl-btn-link-items li {
        margin: 0 0;
        padding: 0;
        width: 300px;
    }
    .ncl-article-body .ncl-btn-link-items li:nth-child(n+2),
    .ncl-page-body .ncl-btn-link-items li:nth-child(n+2),
    .ncl-btn-link-items li:nth-child(n+2) {
        margin-top: 0px;
    }
    .ncl-article-body .ncl-btn-link-items li:nth-child(n+3),
    .ncl-page-body .ncl-btn-link-items li:nth-child(n+3),
    .ncl-btn-link-items li:nth-child(n+3) {
        margin-top: 20px;
    }
    .ncl-article-body .ncl-btn-link-items li:nth-child(even),
    .ncl-page-body .ncl-btn-link-items li:nth-child(even),
    .ncl-btn-link-items li:nth-child(even) {
        margin-left: 20px;
    }
    .ncl-article-body .ncl-btn-link-items li a,
    .ncl-page-body .ncl-btn-link-items li a,
    .ncl-btn-link-items li a {
        padding: 18px 30px;
    }
    .ncl-article-body .ncl-note-txt,
    .ncl-article-body .ncl-note-txt {
        line-height: 1.9;
        font-size: 1.3rem!important;
    }
    .ncl-article-body .ncl-note-indent {
        padding-left: 20px;
        line-height: 1.9;
        font-size: 1.3rem!important;
    }
    .ncl-note-indent::before {
        font-size: 1.3rem!important;
    }
    .ncl-img-box {
        margin: 30px auto;
        padding: 0;
        box-sizing: border-box;
    }
    .ncl-article-body hr,
    .ncl-page-body hr {
        margin: 30px auto;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .ncl-article-body .ncl-schedule,
    .ncl-page-body .ncl-schedule,
    .ncl-schedule {
        margin: 30px auto;
        display: flex;
        flex-flow: wrap;
    }
    .ncl-article-body .ncl-schedule dt:nth-child(n+2),
    .ncl-page-body .ncl-schedule dt:nth-child(n+2),
    .ncl-schedule dt:nth-child(n+2) {
        margin-top: 30px;
    }
    .ncl-article-body .ncl-schedule dt,
    .ncl-page-body .ncl-schedule dt,
    .ncl-schedule dt {
        width: 190px;
        line-height: 2;
        font-size: 1.5rem;
        flex-shrink: 0;
    }
    .ncl-article-body .ncl-schedule dt::after,
    .ncl-page-body .ncl-schedule dt::after,
    .ncl-schedule dt::after {
        margin: auto auto auto 20px;
    }
    .ncl-article-body .ncl-schedule dd,
    .ncl-page-body .ncl-schedule dd,
    .ncl-schedule dd {
        width: calc(100% - 190px);
        margin: 0;
        line-height: 2;
        font-size: 1.5rem;
    }
}

/* web page */
.ncl-page-wrap {
    margin: 40px 0;
}
.ncl-center-ttl {
    margin: 60px 0 35px 0;
    text-align: center;
    position: relative;
    line-height: 1.8;
    font-size: 1.6rem;
    font-weight: bold;
}
.ncl-left-ttl {
    padding-left: 15px;
    border-left: 2px solid #181a1b;
}
h1.ncl-center-ttl  {
    margin-top: 0;
}
.ncl-center-ttl::after {
    content: "";
    display: block;
    margin: 18px auto 0 auto;
    width: 25px;
    height: 1px;
    background: #181a1b;
}
.ncl-page-wrap.is-head-img {
    margin-top: 15px;
}
.ncl-page-head .ncl-page-img-ttl img {
    width: 100%;
}

@media screen and (min-width: 560px) {
    .ncl-center-ttl {
        margin: 70px 0 30px 0;
        line-height: 2;
        font-size: 2.0rem;
    }
    h1.ncl-center-ttl  {
        margin-top: 0;
    }
    .ncl-center-ttl::after {
        margin: 20px auto 0 auto;
    }

    .ncl-page-wrap {
        margin: 35px 0;
    }
    .ncl-page-wrap.is-head-img {
        min-width: 1040px;
        margin-top: 25px;
    }
    .is-head-img .ncl-page-head {
        margin-bottom: 35px;
    }
    .is-head-img .ncl-page-img-ttl {
        margin-top: 0;
    }
}
/* other list */
.ncl-other-list-wrap {
    margin-top: 70px;
    padding-top: 60px;
    border-top: 1px solid #E4E4E4;
}
.ncl-other-list-items {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}
.ncl-other-list-item {
    margin: 0;
    padding: 0;
}
.ncl-other-list-item:nth-child(n+2) {
    margin-top: 30px;
}
.ncl-other-list-item a {
    display: block;
    padding: 7vw;
    border: 1px solid #E4E4E4;
}
.ncl-other-list-date {
    font-size: 1.2rem;
    color: #8C8C8C;
}
.ncl-other-list-date .ncl-lb-live {
    display: block;
    margin-bottom: 5px;
}
.ncl-other-list-ttl {
    margin: 3px 0 0 0;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: bold;
}
.ncl-other-list-desc {
    margin: 10px 0 0 0;
    line-height: 1.9;
    font-size: 1.2rem;
}

@media screen and (min-width: 560px) {
    .ncl-other-list-wrap {
        min-width: 1040px;
        margin-top: 100px;
        padding-top: 45px;
    }
    .ncl-other-list-items {
        margin: 40px 0 0 0;
    }
    .ncl-other-list-item:nth-child(n+2) {
        margin-top: 40px;
    }
    .ncl-other-list-item a {
        padding: 50px;
    }
    .ncl-other-list-date {
        font-size: 1.3rem;
    }
    .ncl-other-list-date .ncl-lb-live {
        display: inline-block;
        margin-bottom: 0;
    }
    .ncl-other-list-ttl {
        margin: 15px 0 0 0;
        line-height: 1.2;
        font-size: 2.2rem;
    }
    .ncl-other-list-desc {
        margin: 15px 0 0 0;
        line-height: 1.8;
        font-size: 1.3rem;
    }
}




/* ICON */
@font-face {
    font-family: 'ncl_icon';
    src:  url('fonts/ncl_icon.eot?sy8jmh');
    src:  url('fonts/ncl_icon.eot?sy8jmh#iefix') format('embedded-opentype'),
    url('fonts/ncl_icon.ttf?sy8jmh') format('truetype'),
    url('fonts/ncl_icon.woff?sy8jmh') format('woff'),
    url('fonts/ncl_icon.svg?sy8jmh#ncl_icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ic-"], [class*=" ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ncl_icon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ic-ar-l:before {
    content: "\e900";
}
.ic-fb:before {
    content: "\e901";
}
.ic-mail:before {
    content: "\e902";
}
.ic-ranking:before {
    content: "\e903";
}
.ic-search:before {
    content: "\e904";
}
.ic-tw:before {
    content: "\e905";
}


/* Temp */
.ncl-article-dashedline-top {
    position: relative;
	margin: 16px 0;
}
.ncl-article-dashedline {
	position: relative;
	margin: 30px 0;
}
.ncl-article-dashedline::before {
    content: "";
	background-image: linear-gradient(to right, #666666, #666666 4px, transparent 4px, transparent 8px),
	linear-gradient(to right, #666666, #666666 4px, transparent 4px, transparent 8px),
	linear-gradient(to bottom, #666666, #666666 4px, transparent 4px, transparent 8px),
	linear-gradient(to bottom, #666666, #666666 4px, transparent 4px, transparent 8px);
	background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
	background-position: left top, left bottom, left top, right top;
	background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ncl-article-dashedline p {
	margin: 0;
	padding: 15px;
	font-size: 1.4rem;
    line-height: 1.8;
}
.ncl-article-dashedline.is-tmb figure {
    margin: 0 auto;
	padding: 10px 0 0;
	max-width: 160px;
}
.ncl-article-txt-around .around-img-box {
	display: table;
}
.ncl-article-txt-around.is-right .around-img-box {
	float: right;
	margin: 0 0 20px 20px;
	width: 60%;
}
.ncl-article-txt-around.is-left .around-img-box {
	float: left;
	margin: 0 20px 20px 0;
}
.ncl-img-in-box {
	display: table;
	margin: 0 auto;
}
.ncl-img-in-box figcaption {
	display: table-caption;
	caption-side: bottom;
	margin: 10px 0 0;
	font-size: 1.2rem;
	line-height: 1.6;
}
.ncl-article-body p.ncl-img-txt-top {
	margin: 0 0 20px;
}
.ncl-article-body p.ncl-img-txt-btm {
	margin: 20px 0 0;
}
.ncl-article-notice-items,
.ncl-article-notice-tmb-items {
	list-style: none;
	padding: 0;
}
.ncl-article-notice-items.is-center,
.ncl-article-notice-tmb-items.is-center {
	margin: 0 auto;
}
.ncl-article-notice-items li {
	margin: 0;
	padding: 10px;
	border: 1px solid #666666;
	border-top: none;
    line-height: 1.8;
	text-indent: -1.4em;
	padding-left: 2.4em;
	font-size: 1.4rem;
    line-height: 1.8;
}
.ncl-article-notice-items li:first-child {
	border-top: 1px solid #666666;
}
.ncl-article-notice-items li::before {
	content: "●";
	margin-right: 0.4em;
}
.ncl-article-notice-tmb-items li {
	margin: 0;
	padding: 15px;
	border: 1px solid #666666;
	border-top: none;
	box-sizing: border-box;
    line-height: 1.8;
}
.ncl-article-notice-tmb-items li p {
    margin: 0;
    line-height: 1.8;
}
.ncl-article-notice-tmb-items li:first-child {
	border-top: 1px solid #666666;
}
.ncl-article-notice-tmb-items li figure {
	flex-shrink: 0;
	margin: 0 auto;
	max-width: 160px;
}
.ncl-article-notice-tmb-items li .tx-box {
	margin: 10px 0 0 0;
}
.ncl-article-notice-tmb-items.is-2col {
	display: flex;
	flex-wrap: wrap;
}
.ncl-article-notice-tmb-items.is-2col li {
	width: 50%;
	border: 1px solid #666666;
}
.ncl-article-notice-tmb-items.is-2col li:nth-child(2n) {
	border-left: none;
}
.ncl-article-notice-tmb-items.is-2col li:nth-child(n+3) {
	border-top: none;
}
.ncl-article-body .ncl-line-normal {
	margin: 16px auto;
	border-color: #666666;
}
.ncl-article-body .ncl-line-dashedline {
	margin: 16px auto;
    height: 1px;
	border: 0;
    position: relative;
}
.ncl-article-body .ncl-line-dashedline::before {
    content: "";
    background-image: linear-gradient(to right, #666666, #666666 4px, transparent 4px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ncl-article-body .ncl-line-diamond {
	margin: 16px auto;
	height: 28px;
	border: 0;
	text-align: center;
}
.ncl-article-body .ncl-line-diamond::after {
	content: '◆◆◆◆◆';
	font-size: 16px;
	color: #666666;
}
.ncl-timetbl-left,
.ncl-timetbl-top {
    margin: 30px auto;
}
.ncl-timetbl {
    margin: 30px auto;
    text-align: center;
}
.ncl-timetbl-left.is-left,
.ncl-timetbl-top.is-left {
    margin: 30px auto 30px 0;
}
.ncl-timetbl.is-left {
    text-align: left;
}
.ncl-timetbl-left.is-right,
.ncl-timetbl-top.is-right {
    margin: 30px 0 30px auto;
}
.ncl-timetbl.is-right {
    text-align: right;
}
.ncl-timetbl-left th,
.ncl-timetbl-top th {
    padding: 15px;
    border: 1px solid #666666;
    background-color: #eeeeee;
    text-align: left;
    vertical-align: top;
}
.ncl-timetbl-left td,
.ncl-timetbl-top td {
    padding: 15px;
    border: 1px solid #666666;
    vertical-align: top;
}
.ncl-timetbl-left td dl,
.ncl-timetbl-top td dl {
    margin: 0;
}
.ncl-timetbl-box dl {
    margin: 0 0 20px;
}
.ncl-timetbl-box {
    display: inline-block;
    padding: 15px;
    border: 2px solid #666666;
    text-align: left;
}
.ncl-timetbl-left td dt,
.ncl-timetbl-top td dt,
.ncl-timetbl-box dl dt:last-of-type {
    margin-bottom: 10px;
}
.ncl-timetbl-box dl dt {
    margin-bottom: 5px;
}
.ncl-timetbl-left td dd,
.ncl-timetbl-top td dd,
.ncl-timetbl-box dl dd {
    margin: 0 0 8px;
    line-height: 1.6;
    font-size: 1.4rem;
}
.ncl-timetbl-left td dd:last-child,
.ncl-timetbl-top td dd:last-child,
.ncl-timetbl-box dl dd:last-child {
    margin-bottom: 0;
}
.ncl-timetbl-left th .time {
    display: block;
}
.ncl-timetbl-top td dt .time,
.ncl-timetbl-box dt .time {
    margin-right: 0.5em;
}
.ncl-timetbl-box .emp {
    margin: 20px 0 0;
}


@media screen and (min-width: 560px) {
	.ncl-article-dashedline,
	.ncl-article-notice-items,
	.ncl-article-notice-tmb-items {
    width: 800px;
	}
	.ncl-article-body .ncl-line-normal,
	.ncl-article-body .ncl-line-dashedline {
		width: 500px;
	}
	.ncl-article-txt-around.is-right .around-img-box {
		width: auto;
	}
	.ncl-img-in-box figcaption {
		font-size: 1.4rem;
	}
	.ncl-article-notice-items li {
		font-size: 1.7rem;
	}
	.ncl-article-notice-tmb-items li {
		display: flex;
	}
	.ncl-article-notice-tmb-items li figure {
		margin: 0;
	}
	.ncl-article-notice-tmb-items li .tx-box {
		margin: 0 0 0 15px;
	}
	.ncl-article-dashedline.is-tmb {
		display: flex;
	}
	.ncl-article-dashedline.is-tmb figure {
		margin: 10px 0 10px 10px;
		padding: 0;
	}
    .ncl-timetbl-left th .time {
        display: inline-block;
        margin-right: 0.5em;
    }
    .ncl-timetbl-box .emp {
        font-size: 1.5rem;
    }
}

/* 検索結果 */
.ncl-search-ttl-box {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
}
.ncl-search-cnt-col {
    display: flex;
    flex-direction: column;
}
.ncl-search-cnt-inner {
    position: relative;
    z-index: 1;
    order: 2;
}
.ncl-search-cnt-box + .ncl-search-cnt-box {
    margin-top: 20px;
}
.ncl-search-cnt-box a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #fff;
}
.ncl-search-cnt-box a:hover {
    text-decoration: none;
}
.ncl-search-cnt-box a:hover .ncl-search-cnt-img-box {
    opacity: 0.5;
}
.ncl-search-cnt-ttl {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ncl-search-cnt-box a:hover .ncl-search-cnt-ttl {
    text-decoration: underline;
}
.ncl-search-cnt-img-box {
    position: relative;
    width: 100%; 
    box-sizing: border-box;
    transition: all 0.3s;
}
.ncl-search-cnt-img-box img {
    width: 100%;
}
.ncl-search-cnt-img-ic-play {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/ic_play.svg) no-repeat center center;
    background-size: 25px 25px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.ncl-search-cnt-txt-box {
    margin: 16px 10px 16px 10px;
}
.ncl-search-cnt-txt-lead {
    display: none;
}
.ncl-search-cnt-txt-url {
    font-size: 1.0rem;
    word-break: break-all;
}
.ncl-search-keyword-inner {
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.ncl-search-keyword-ttl {
    text-align: center;
    margin: 12px 0 0 0;
    font-size: 1.2rem;
}
.ncl-search-keyword-items {
    position: relative;
    margin: 0 12px 12px 12px;
    padding: 0;
    height: 26px;
    list-style: none;
    overflow: hidden;
}
.ncl-search-keyword-trigger {
    display: none;
}
.ncl-search-keyword-inner label {
    position: absolute;
    top: 42px;
    right: 12px;
    z-index: 2;
}
.ncl-search-keyword-inner label::before {
    content: "";
    display: inline-block;
    border: 6px solid transparent;
    border-top: 10px solid #181A1B;
}
.ncl-search-keyword-trigger:checked ~ label {
    display: none;
}
.ncl-search-keyword-trigger:checked ~ .ncl-search-keyword-items {
    height: auto;
}
.ncl-search-keyword-item {
    display: inline-block;
    margin: 10px 18px 0 0;
    font-size: 1.2rem;
}
.ncl-search-keyword-item a {
    text-decoration: underline;
}
.ncl-search-cnt-pager {
    margin-top: 30px;
    line-height: 0;
}
    .ncl-search-cnt-pager-pc {
    display: none;
    justify-content: center;
    margin-top: 50px;
}
.ncl-search-cnt-pager-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ncl-search-cnt-pager-sp span{
    font-weight: 700;
}
.ncl-search-cnt-pager a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 1.6rem;
    text-align: center;
    border: 1px solid #B7B7B7;
    transition: all 0.3s;
    box-sizing:border-box;
    position: relative;
}
.ncl-search-cnt-pager a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 1px solid #181A1B;
    border-right: 1px solid #181A1B;
    -webkit-transform: rotate(2255deg);
    transform: rotate(225deg);
}
.ncl-search-cnt-pager a.next::before {
    left: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ncl-search-cnt-pager a.is-active {
    color: #fff;
    background: #B7B7B7;
    pointer-events: none;
}
.ncl-search-cnt-pager a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.ncl-search-cnt-pager .prev.is-inactive,
.ncl-search-cnt-pager .next.is-inactive {
    opacity: 0;
    pointer-events: none;
}
.ncl-search-text0 {
    margin: 0;
    line-height: 1.8;
}
@media screen and (min-width: 560px) {
    .ncl-search-ttl-box {
        margin-bottom: 36px;
        text-align: left;
    }
    .ncl-search-cnt-col {
        flex-direction: row;
    }
    .ncl-search-cnt-inner {
        order: 1;
        flex: 1;
    }      
    .ncl-search-cnt-box + .ncl-search-cnt-box {
        margin-top: 50px;
    }
    .ncl-search-cnt-box a {
        flex-direction: row;
        background:transparent;
        width: auto; 
        align-items: flex-start;
    }
    .ncl-search-cnt-ttl {
        margin-bottom: 16px;
        font-size: 2.0rem;
        font-weight: 700;
    }   
    .ncl-search-cnt-img-box {
        width: 300px;
        margin: 0 30px 0 0;
    }
    .ncl-search-cnt-img {
        border-radius: 10px;
    }   
    .ncl-search-cnt-img-ic-play {
        width: 42px;
        height: 42px;
        background-size: 42px 42px;
        left: 20px;
        bottom: 20px;
    }
    .ncl-search-cnt-txt-box {
        width: 384px;
        margin: 0px;
    }
    .ncl-search-cnt-txt-lead {
        display: block;
        margin-bottom: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 1.5;
    }
    .ncl-search-cnt-txt-url {
        font-size: 1.4rem;
    }
    .ncl-search-keyword-ttl {
        margin: 0 0 20px;
        font-size: 1.6rem;
        font-weight: 700;
    }
    .ncl-search-keyword-inner {
        width: 224px;
        margin-left: 62px;
        margin-bottom: 0px;
        padding-left: 14px;
        border-left: 1px solid #dfdfdf;
        box-sizing: border-box;
        order:2;
        background: transparent;
    }
    .ncl-search-keyword-items {
        height: auto;
        margin: 0px;
    }
    .ncl-search-keyword-item a:hover {
        text-decoration: underline;
    }
    .ncl-search-keyword-inner label{
        display: none;
    }
    .ncl-search-keyword-item {
        display: block;
        margin: 0px;
        font-size: 1.4rem;
        border-bottom: 1px solid #CDCACA;
    }
    .ncl-search-keyword-item a {
        display: block;
        padding: 20px 10px 20px 10px;  
        text-decoration: none;
        height: 100%;
        transition: all 0.3s;
    }
    .ncl-search-cnt-pager-pc {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .ncl-search-cnt-pager a {
        margin: 0 10px;
    }
    .ncl-search-cnt-pager-sp {
        display: none;
    }
    .ncl-search-cnt-pager a::before {
        content: none;
    }
    .ncl-search-text0 {
        font-size: 2.0rem;
    }
}