@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

a {
  outline: none;
}

/*   ==============================================================
*  contents
*  ============================================================ */
/* common.scss
============================== */
html, body {
  height: 100%;
}

body {
  position: relative;
  background: #11181e;
  color: #ffffff;
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  word-wrap: break-word;
}
body::before {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
body::after {
  display: block;
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/static/ncis/common/bg_texure.png);
  background-repeat: repeat;
  opacity: 0.7;
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

::-moz-selection {
  background: #ccc;
  color: #ffffff;
}

::selection {
  background: #ccc;
  color: #ffffff;
}

::-moz-selection {
  background: #ccc;
  color: #ffffff;
}

.btn {
  text-align: center;
}

.btn-base-style, .btn--sub, .btn--main {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 1.1em;
  border: none;
  cursor: pointer;
}

.btn--main {
  background-color: #70858A;
  color: #ffffff;
  margin: 1em 0;
  padding: 1.4em 2em 1.5em;
  font-style: normal;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}

.btn--sub {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  margin: 1em 0;
  padding: 1.4em 2em 1.5em;
}
@media screen and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}

.btn + .btn {
  margin-top: -1em;
}

.txt--link a {
  text-decoration: underline;
  transition: 0.3s;
}
.txt--link a:hover {
  text-decoration: none;
}

.font-bebas {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.font-bebas {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}

.txt--basic {
  margin: 0 0 1em;
}

.txt--sub {
  font-size: 0.85em;
  line-height: 1.8em;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 600;
}

.ph, .thumb {
  position: relative;
  line-height: 0;
}
.ph img, .thumb img {
  width: 100%;
}
.ph .dummy, .thumb .dummy {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--pager {
  position: relative;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 17px;
  padding: 0;
}
.block--pager li {
  display: inline-block;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.6em 0;
  margin: 0 5px;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
}
.block--pager li::before {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background: #70858A;
  position: absolute;
  bottom: 1px;
  left: 25%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0 0.4em;
  transition: 0.3s;
}
.block--pager .pager__item--number {
  text-align: center;
  color: #fff;
}
.block--pager .pager__item--older {
  width: 26px;
  height: 26px;
  margin: 0 0 0 0.9em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.block--pager .pager__item--older a, .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transition: 0.3s;
  transform: rotate(45deg);
}
.block--pager .pager__item--older span {
  opacity: 0.2;
}
.block--pager .pager__item--newer {
  width: 26px;
  height: 26px;
  margin: 0 0.9em 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.block--pager .pager__item--newer a, .block--pager .pager__item--newer span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 2px 2px;
  transition: 0.3s;
  transform: rotate(45deg);
}
.block--pager .pager__item--newer span {
  opacity: 0.2;
}
.block--pager .pager__item--newer,
.block--pager .pager__item--older {
  z-index: 2;
}
.block--pager .pager__item--newer::before,
.block--pager .pager__item--older::before {
  display: none !important;
}
.block--pager .pager__item--current {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
  padding: 0.6em 0.4em;
}
.block--pager .pager__item--current::before {
  transform: scaleX(1);
}

.date,
.category,
.members {
  display: inline-block;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.date {
  color: #BDC8C9;
}

.category {
  margin-right: 4px;
  color: #96AEB2;
}

.members {
  position: relative;
  color: #acb990;
}
.members::before {
  display: block;
  position: static;
  content: "MEMBERS ONLY";
}

.blog-category {
  display: inline-block;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #9FADAF;
}

.tit {
  line-height: 1.45;
}

.youbi {
  display: inline-block;
  margin: 0 0.3em;
  font-size: 0.8em;
}

.list__more {
  display: inline-block;
  position: absolute;
  right: 0;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.list__more a {
  display: block;
  position: relative;
}
.list__more a::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.1;
  z-index: -1;
}
.list__more.link-sample a::before {
  background-color: #70858A;
  opacity: 0.9;
}

.list--info li.no-data {
  padding: 1.5em 0;
  border-bottom: none !important;
}
.list--info a {
  display: block;
}

.list--contents {
  display: flex;
  flex-wrap: wrap;
}
.list--contents > li a {
  display: block;
  position: relative;
}
.list--contents > li .thumb {
  position: relative;
  overflow: hidden;
}
.list--contents > li .thumb img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.list--contents > li .thumb > img {
  background-size: contain;
}
.list--contents > li .thumb > img.dummy {
  background-size: cover;
}
.list--contents > li .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.list--contents > li .thumb .blur img {
  filter: blur(6px);
}

[class^=list--] li.new .tit {
  position: relative;
}
[class^=list--] li.new .tit::after {
  content: "NEW";
  display: inline-block;
  background-color: #141b21;
  padding: 3px 7px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.7em;
}

.list--contents.nologin .thumb > img {
  filter: blur(8px);
  transform: scale(1.1);
}

.block--category {
  display: flex;
  flex-wrap: wrap;
}
.block--category li {
  margin: 0 0.6em 0.5em 0;
}
.block--category li a {
  display: block;
  line-height: 1;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.1);
  color: #96AEB2;
}
.block--category .current a {
  background: #96AEB2;
  color: #141b21;
}

.list--indent li {
  padding-left: 0.5em;
  margin-bottom: 0.6em;
  text-indent: -0.5em;
}

.list--point {
  border: solid 1px #4C5253;
}
.list--point li {
  text-align: center;
}
.list--point li span {
  display: inline-block;
  margin-left: 0.2em;
  font-weight: bold;
}
.list--point li .number {
  margin-left: 0.4em;
}

.slick-prev, .slick-next {
  position: absolute;
  top: inherit;
  bottom: 0;
  width: 32px;
  height: 17px;
  line-height: 1;
  font-size: 0;
  transform: none;
}
.slick-prev::before, .slick-next::before {
  position: static;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  height: 17px;
  font-size: 17px;
  transition: 0.3s;
  color: #fff;
}

.slick-prev {
  left: -99px;
  right: inherit;
}
.slick-prev::before {
  content: "PREV";
}

.slick-next {
  left: -56px;
  right: inherit;
}
.slick-next::before {
  content: "NEXT";
}

.slick-counter {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: -92px;
  width: 70px;
  height: 36px;
  line-height: 1;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 36px;
}
.slick-counter .line {
  position: relative;
  width: 34px;
}
.slick-counter .line::before {
  display: block;
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 3px;
  background-color: #fff;
}

.photo--slider #swipebox-slider .slide-loading {
  background-image: none !important;
}
.photo--slider #swipebox-slider .slide img {
  max-height: 80%;
}
.photo--slider #swipebox-overlay {
  background: rgba(5, 8, 11, 0.9);
}
.photo--slider #swipebox-close {
  top: 3vw;
  right: 4vw;
  width: 30px;
  height: 30px;
  background: none;
}
.photo--slider #swipebox-close::before, .photo--slider #swipebox-close::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 14px;
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.photo--slider #swipebox-close::before {
  transform: rotate(45deg);
}
.photo--slider #swipebox-close::after {
  transform: rotate(-45deg);
}
.photo--slider #swipebox-top-bar {
  background: none;
  text-shadow: none;
}
.photo--slider #swipebox-bottom-bar {
  background: none;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev,
.photo--slider #swipebox-bottom-bar #swipebox-next {
  background: none;
  color: #fff;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after,
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 3px solid;
  border-top: none;
  border-right: none;
  vertical-align: middle;
  pointer-events: none;
  margin-top: -0.25em;
  margin-right: 0.25em;
  margin-top: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev {
  left: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-prev::after {
  transform: rotate(45deg);
  margin-left: 1em;
}
.photo--slider #swipebox-bottom-bar #swipebox-next {
  right: 3%;
}
.photo--slider #swipebox-bottom-bar #swipebox-next::after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 800px) {
  .photo--slider #swipebox-arrows {
    max-width: none;
  }
}

.form--post dt {
  margin: 2.5em 0 0.4em;
  color: #aaa;
}
.form--post dd {
  margin: 0 0 1em;
}

.block--error {
  color: #c04343;
  background: rgba(200, 50, 50, 0.12);
  padding: 10px;
  border-radius: 5px;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=number],
button {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #4C5253;
  border-radius: 0;
  padding: 0.5em;
  color: #fff;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
button:focus {
  border-color: #aaa;
}
input[type=text].form__error,
input[type=tel].form__error,
input[type=email].form__error,
input[type=password].form__error,
input[type=number].form__error,
button.form__error {
  background: #f7f1f1;
  color: #c04343;
  border-color: #c04343;
}
input[type=text].form__error:focus,
input[type=tel].form__error:focus,
input[type=email].form__error:focus,
input[type=password].form__error:focus,
input[type=number].form__error:focus,
button.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
input[type=text][disabled],
input[type=tel][disabled],
input[type=email][disabled],
input[type=password][disabled],
input[type=number][disabled],
button[disabled] {
  background: #888;
  border: none;
  opacity: 0.5;
}

input[readonly=readonly],
input[readonly=readonly] {
  border: none;
  background: #fff;
}

.input--half {
  width: 50% !important;
}

.input--quarter {
  width: 25% !important;
}

button {
  border: none;
  line-height: 1;
}

input[type=submit] {
  line-height: 1;
  border-radius: 0;
}

/* textarea */
textarea {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #4C5253;
  border-radius: 0;
  padding: 0.5em;
  height: 10em;
  border: 1px solid #4C5253;
  color: #fff;
}
textarea:focus {
  border-color: #aaa;
}
textarea.form__error {
  background: #f7f1f1;
  color: #c04343;
  border-color: #c04343;
}
textarea.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
textarea[disabled] {
  background: #888;
  border: none;
  opacity: 0.5;
}
textarea:focus {
  border-color: #aaa;
}

/* select */
.form__select {
  display: inline-block;
  position: relative;
}
.form__select select {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  border: 1px solid #4C5253;
  border-radius: 0;
  padding: 0.5em;
  padding-right: 1.5em;
  background-color: #1a2127;
  color: #ffffff;
}
.form__select select:focus {
  border-color: #aaa;
}
.form__select select.form__error {
  background: #f7f1f1;
  color: #c04343;
  border-color: #c04343;
}
.form__select select.form__error:focus {
  background: transparent;
  color: inherit;
  border-color: inherit;
}
.form__select select[disabled] {
  background: #888;
  border: none;
  opacity: 0.5;
}
.form__select::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid #ffffff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  vertical-align: middle;
}
.form__select::after {
  position: absolute;
  border-color: #fff;
  top: 15px;
  right: 9px;
}

/* checkbox */
.form__checkbox label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__checkbox input[type=checkbox],
.form__checkbox input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__checkbox.form__error {
  color: #f33;
}
.form__checkbox label p {
  padding-left: 1.6em;
}
.form__checkbox label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 0.3em;
  border: 1px solid #fff;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__checkbox label p::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.4em;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  margin: -0.25em 0 0;
  position: absolute;
  top: 70%;
  left: 0.2em;
  transform: rotate(-45deg);
  opacity: 0;
}
.form__checkbox :checked ~ p::before {
  background: #fff;
  border-color: #fff;
}
.form__checkbox :checked ~ p::after {
  top: 50%;
  opacity: 1;
}

/* radio */
.form__radio label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__radio input[type=checkbox],
.form__radio input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__radio.form__error {
  color: #f33;
}
.form__radio label p {
  padding: 0 0.5em 0 1.6em;
}
.form__radio label p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid;
  margin: -0.6em 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}
.form__radio :checked ~ p::before {
  border-color: #fff;
  border-width: 0.3em;
}

/* toggle button */
.form__toggle label p {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  display: block;
  padding: 0.5em;
  position: relative;
  cursor: pointer;
}
.form__toggle input[type=checkbox],
.form__toggle input[type=radio] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.form__toggle.form__error {
  color: #f33;
}
.form__toggle label p {
  padding-left: 0;
  position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
  content: "";
  display: block;
  height: 30px;
  margin: -15px 0 0;
  position: absolute;
  border: 1px solid #4C5253;
}
.form__toggle label p::before {
  width: 50px;
  border-radius: 15px;
  top: 50%;
  right: 0;
}
.form__toggle label p::after {
  width: 30px;
  background: #4C5253;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  right: 20px;
}
.form__toggle :checked ~ p::before {
  background: #4C5253;
  border-color: #4C5253;
}
.form__toggle :checked ~ p::after {
  right: 0;
}

/* horizontal */
.form--horizontal li {
  display: inline-block;
}

.form--horizontal label {
  display: inline-block;
  margin: 0 0.3em 0 0;
}

.form--confirm {
  border: 0.5px solid #4C5253;
  padding: 40px 30px 10px;
  margin: 1em 0 3em;
}
.form--confirm dt {
  margin: 0 0 0.2em;
  opacity: 0.7;
  font-size: 0.85em;
}
.form--confirm dd {
  margin: 0 0 2.5em;
}

form .icon--required,
form .required {
  display: inline-block;
  line-height: 1;
  padding: 2px 5px 3px;
  margin-left: 0.8em;
  background-color: #70858A;
  color: #fff;
  font-size: 10px;
  vertical-align: 1px;
}

form .icon--required {
  position: relative;
}
form .icon--required::before {
  display: block;
  position: static;
  content: "必須";
}

h1.fc-logo {
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  line-height: 0;
  white-space: nowrap;
  background-image: url(/static/ncis/common/logo_fc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  opacity: 0.08;
}

header {
  position: absolute;
}
header .g-nav {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
header .g-nav .nav {
  display: flex;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
footer .block--support, footer .block--foot-link {
  display: none;
}
footer .nav--support li a {
  color: #d7d7d7;
}
footer .copyright {
  text-align: right;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #888;
}

.wrap {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  padding: 200px 0 280px;
}

.content--body {
  position: relative;
  z-index: 2;
  background: none;
}
.content--body > section {
  position: relative;
  margin: 0 auto;
}

.section--detail {
  position: relative;
  margin: 0 auto;
}
.section--detail .youtube {
  margin: 1.5em auto;
}

.section--list {
  position: relative;
  z-index: 1;
}
.section--list .no-data {
  font-size: 13px;
}

.section-tit {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.contents-tit {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1em;
}

.block-tit {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 1em;
}

.detail__btn {
  display: block;
  margin: 4.5em auto 0;
  text-align: center;
}
.detail__btn a {
  display: inline-block;
  position: relative;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.28%;
}
.youtube iframe,
.youtube embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page--home .wrap {
  padding-top: 0;
}
.page--home .wrap::before {
  position: fixed;
  display: block;
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #586D72;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 0.6s;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page--home .top-logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  line-height: 0;
  white-space: nowrap;
  background-image: url(/static/ncis/common/logo_fc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
  opacity: 1;
  mix-blend-mode: normal;
  z-index: 10;
}
.page--home .top-logo.lower {
  opacity: 0;
  transition: opacity 0.1s;
  mix-blend-mode: soft-light;
  z-index: 9;
}
.page--home .content--body {
  padding: 0;
}
.page--home .content--body > section {
  max-width: inherit;
}
.page--home .wrap--bg {
  overflow: hidden;
  position: relative;
}
.page--home .wrap--bg::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/static/ncis/common/bg_texure.png);
  background-repeat: repeat;
  background-attachment: fixed;
  opacity: 0.7;
  z-index: -1;
}
.page--home .wrap--bg.bg--01::before {
  left: 0;
  bottom: 0;
}
.page--home .wrap--bg.bg--02::before {
  top: 0;
  left: 0;
}
.page--home .wrap--bg.bg--03::before {
  top: 0;
  right: 0;
}
.page--home .wrap--bg.bg--04::before {
  top: 0;
  bottom: 0;
  left: 0;
}
.page--home [class^=section--] {
  position: relative;
}
.page--home .section--top {
  position: relative;
}
.page--home .section--top .block--photo {
  position: relative;
  height: 100%;
}
.page--home .section--top .block--photo .mainvisual {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.page--home [class^=section--].delighter {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.6s;
}
.page--home [class^=section--].delighter.started {
  opacity: 1;
  transform: translateY(0);
}
.page--home .section--birthday .birthday-message .btn--main {
  text-align: center;
}
.page--home .section--bnr {
  background-color: transparent;
}
.page--home .section--bnr .list--bnr {
  opacity: 0;
  transition: opacity 0.3s;
}
.page--home .section--bnr .list--bnr.slick-initialized {
  opacity: 1;
}
.page--home .section--bnr .list--bnr .slick-slide a {
  display: block;
}
.page--home .section--bnr .slick-list {
  padding-left: 0% !important;
  margin-left: 0;
}
.page--home .section--bnr.no-carousel .list--bnr {
  opacity: 1;
}
.page--home .section--blog.staff-blog li.new .date {
  position: relative;
}
.page--home .section--blog.staff-blog li.new .date::after {
  content: "NEW";
  display: inline-block;
  background-color: #141b21;
  padding: 3px 7px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.7em;
}
.page--home .section--column .contents-tit {
  margin-bottom: 5px;
}
.page--home .section--column .sub-tit {
  font-weight: bold;
}
.page--home .section--column .block--column a {
  display: block;
}
.page--home .section--column .block--column .tit {
  font-weight: bold;
  position: relative;
}
.page--home .section--column .block--column .tit::after {
  content: "NEW";
  display: inline-block;
  background-color: #141b21;
  padding: 3px 7px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.7em;
}
.page--home .section--column .block--column .txt {
  line-height: 1.8;
}
.page--home h1.foot-logo {
  display: none;
}
.page--home footer .block--support, .page--home footer .block--foot-link {
  display: block;
}
.page--home footer [class^=nav--foot-] {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
}
.page--home footer [class^=nav--foot-] li a {
  display: block;
  color: #d7d7d7;
}
.page--home.loaded .wrap::before {
  transform: scaleY(0);
  transition-delay: 0.15s;
}
.page--home.loaded.scrolled .top-logo {
  opacity: 0;
}
.page--home.loaded.scrolled .top-logo.lower {
  opacity: 0.45;
}

.page--info .section--detail .tit {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.page--info .section--detail.new .tit {
  position: relative;
}
.page--info .section--detail.new .tit::after {
  content: "NEW";
  display: inline-block;
  background-color: #141b21;
  padding: 3px 7px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.7em;
}
.page--info .section--detail .txt a {
  text-decoration: underline;
}
.page--info .section--detail .txt .ph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page--info .block--share {
  line-height: 1;
  text-align: right;
  padding-top: 20px;
}
.page--info .block--share .share {
  display: inline-block;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 11px;
  padding-right: 0;
  letter-spacing: 0.1em;
  vertical-align: 0px;
  color: #BDC8C9;
}
.page--info .block--share li {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0 0 0 16px;
}
.page--info .block--share li.lineIco {
  margin-left: 15px;
}
.page--info .block--share li.lineIco svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.page--info .section--detail .youtube {
  margin-top: 50px;
}

/*  page movie
------------------------------ */
.page--movie .section--list .category-tit {
  line-height: 1.45;
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page--movie .section--detail .tit {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.page--movie .section--detail .txt {
  padding: 0;
  margin-bottom: 4em;
}
.page--movie .section--detail .txt--sub {
  margin-bottom: 1em;
  font-size: 0.8em;
  line-height: 1.6;
  color: #b9b9b9;
}
.page--movie .block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 35px;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie .block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie.page--point .section--detail .thumb {
  position: relative;
  overflow: hidden;
}
.page--movie.page--point .section--detail .thumb img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.page--movie.page--point .section--detail .thumb > img {
  background-size: contain;
}
.page--movie.page--point .section--detail .thumb > img.dummy {
  background-size: cover;
}
.page--movie.page--point .section--detail .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--movie.page--point .section--detail .thumb .blur img {
  filter: blur(6px);
}
.page--movie.page--point .section--detail .txt {
  margin-bottom: 3em;
}
.page--movie.page--point .section--detail .txt--error {
  color: #e1e35c;
  text-align: center;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie {
  margin: 50px auto 100px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 55.7%;
  margin: 0 auto 20px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background: rgba(135, 135, 135, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
  background: none;
  border: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
  width: 70%;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
  font-size: 14px;
  margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail__btn {
  font-size: 20px;
  margin: 40px 0 0;
  font-weight: 400;
}

.page--movie.radio .block--read, .page--bbs .block--read {
  margin-bottom: 3em;
  padding: 2em 1.5em;
  background-color: rgba(255, 255, 255, 0.05);
}
.page--movie.radio .block--read .txt, .page--bbs .block--read .txt {
  margin-bottom: 1.2em;
}
.page--movie.radio .block--read .btn--main, .page--bbs .block--read .btn--main {
  font-size: 1em;
}

/*  page photo
------------------------------ */
.page--photo .section--list .category-tit {
  line-height: 1.45;
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.page--photo.photo--slider .list--contents {
  opacity: 0;
  transition: 0.1s;
}
.page--photo.photo--slider.loaded .list--contents {
  opacity: 1;
}
.page--photo .section--detail .tit {
  font-weight: bold;
}
.page--photo .section--detail .list--contents > li {
  margin: 0;
}
.page--photo .section--detail .list--contents > li .thumb {
  margin-bottom: 0;
}
.page--photo .section--detail .list--contents > li .thumb img {
  background-size: cover;
}
.page--photo.page--point .section--detail .thumb {
  position: relative;
  overflow: hidden;
}
.page--photo.page--point .section--detail .thumb img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.page--photo.page--point .section--detail .thumb > img {
  background-size: contain;
}
.page--photo.page--point .section--detail .thumb > img.dummy {
  background-size: cover;
}
.page--photo.page--point .section--detail .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--photo.page--point .section--detail .thumb .blur img {
  filter: blur(6px);
}
.page--photo.page--point .section--detail .txt {
  margin-bottom: 3em;
}
.page--photo.page--point .section--detail .txt--error {
  color: #e1e35c;
  text-align: center;
}

/*  page blog
------------------------------ */
.page--blog .icon--like {
  font-size: 18px;
}
.page--blog .icon--like i {
  cursor: pointer;
}
.page--blog .section--detail .tit {
  margin-bottom: 0.3em;
  font-weight: bold;
}
.page--blog .section--detail .txt .ph {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.page--blog .section--detail .txt div.img:first-child {
  display: none;
}
.page--blog .section--detail .block--player {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 35px;
}
.page--blog .section--detail .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--player video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--blog .section--detail .block--form .block-tit {
  margin-bottom: 0.7em;
  font-weight: 500;
}
.page--blog .section--detail .block--form .list--form {
  margin-bottom: 0.5em;
}
.page--blog .section--detail .block--comment {
  background-color: rgba(255, 255, 255, 0.05);
}
.page--blog .section--detail .block--comment .list--comment li {
  position: relative;
  border-bottom: solid 1px #4C5253;
}
.page--blog .section--detail .block--comment .list--comment li:last-child {
  border-bottom: none;
}
.page--blog .section--detail .block--comment .list--comment li .name {
  display: inline-block;
  margin-right: 0.7em;
  color: #acb990;
  font-weight: bold;
}
.page--blog .section--detail .block--comment .list--comment li .date {
  font-weight: 500;
}
.page--blog .section--detail .block--comment .list--comment li .txt {
  margin-top: 2px;
  line-height: 1.5;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete {
  position: absolute;
  right: 0;
}
.page--blog .section--detail .block--comment .list--comment li .btn--delete input[type=submit] {
  display: inline-block;
  padding: 3px 6px;
  background-color: #70858A;
  border: none;
  color: #fff;
  cursor: pointer;
}
.page--blog .txt--error {
  margin-bottom: 3em;
}
.page--blog.page--delete .section--detail .txt {
  margin-bottom: 3em;
  font-weight: bold;
}

/* column */
.page--blog.blog--catgory7 .section--list .sub-tit {
  font-weight: bold;
}

/* photo log */
.page--blog.blog--sub-catgory12 .block--player {
  position: relative;
  padding-top: 0%;
  margin-bottom: 0px;
}
.page--blog.blog--sub-catgory12 .section--detail video {
  aspect-ratio: 13/9;
  width: 100%;
  height: 100%;
}
.page--blog.blog--sub-catgory12 .list--contents > li .thumb > img {
  background-size: cover;
}
.page--blog.blog--sub-catgory12 .section--list .list--contents.nologin .thumb > img {
  filter: blur(8px);
  transform: scale(1.1);
}
.page--blog.blog--sub-catgory12 .section--list li.new .date {
  position: relative;
}
.page--blog.blog--sub-catgory12 .section--list li.new .date::after {
  content: "NEW";
  display: inline-block;
  background-color: #141b21;
  padding: 3px 7px;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-left: 0.7em;
}
.page--blog.blog--sub-catgory12 .section--list .date {
  font-size: 16px;
}
.page--blog.blog--sub-catgory12 .section--detail .tit {
  margin-bottom: 1.3em;
  font-weight: bold;
}
.page--blog.blog--sub-catgory12 .section--detail .txt {
  border: 1px solid #DEDEDE;
  border-top: 0;
  padding-bottom: 0;
}
.page--blog.blog--sub-catgory12 .section--detail .txt .ph {
  margin-top: 0;
}
.page--blog.blog--sub-catgory12 .section--detail .txt div.img:first-child {
  display: none;
}
.page--blog.blog--sub-catgory12 .section--detail .head--detail {
  position: relative;
  border: 1px solid #DEDEDE;
}
.page--blog.blog--sub-catgory12 .section--detail .inner {
  display: flex;
  align-items: center;
}
.page--blog.blog--sub-catgory12 .section--detail .block--writer {
  display: flex;
  align-items: center;
}
.page--blog.blog--sub-catgory12 .section--detail .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  border: 1px solid #555555;
}
.page--blog.blog--sub-catgory12 .section--detail .date {
  width: 60%;
  padding: 16px 25px;
  margin-right: 0px;
}
.page--blog.blog--sub-catgory12 .section--detail .icon--like {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots {
  bottom: 1.5vh;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li {
  margin: 0 4px;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li button:before {
  opacity: 1;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li, .page--blog.blog--sub-catgory12 .section--detail .slick-dots li button {
  width: 10px;
  height: 10px;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li button::before {
  color: transparent;
  border: 1px solid #fff;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li.slick-active button::before {
  background-color: #fff;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li button,
.page--blog.blog--sub-catgory12 .section--detail .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-prev:before {
  display: none;
}
.page--blog.blog--sub-catgory12 .section--detail .slick-next:before {
  display: none;
}
.page--blog.blog--sub-catgory12 .section--detail video-js {
  position: relative !important;
}
.page--blog.blog--sub-catgory12 .section--detail video {
  position: relative !important;
}
.page--blog.blog--sub-catgory12 .section--detail .txt-area {
  width: 40%;
  padding: 30px;
  border-left: 1px solid #DEDEDE;
}
.page--blog.blog--sub-catgory12 .section--detail .fa-regular, .page--blog.blog--sub-catgory12 .section--detail .far {
  font-size: 18px;
}
.page--blog.blog--sub-catgory12 .section--detail .loading {
  margin: 2em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page--blog.blog--sub-catgory12 .section--detail .loading .spinner {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #fff 94%, #fff) top/4px 4px no-repeat, conic-gradient(#fff 30%, #fff);
  -webkit-mask: radial-gradient(farthest-side, #fff calc(100% - 4px), #fff 0);
  animation: loading_spinner 1s infinite linear;
}

.loading {
  margin: 2em auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.loading .spinner {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ffffff 94%, rgba(0, 0, 0, 0)) top/4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffffff);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #000 0);
  animation: loading_spinner 1s infinite linear;
}

@keyframes loading_spinner {
  100% {
    transform: rotate(1turn);
  }
}
/*  page wallpaper
------------------------------ */
.page--wallpaper.page--point .section--detail .thumb {
  position: relative;
  overflow: hidden;
}
.page--wallpaper.page--point .section--detail .thumb img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.page--wallpaper.page--point .section--detail .thumb > img {
  background-size: contain;
}
.page--wallpaper.page--point .section--detail .thumb > img.dummy {
  background-size: cover;
}
.page--wallpaper.page--point .section--detail .thumb .blur {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  z-index: -1;
}
.page--wallpaper.page--point .section--detail .thumb .blur img {
  filter: blur(6px);
}
.page--wallpaper.page--point .section--detail .txt {
  margin-bottom: 3em;
}
.page--wallpaper.page--point .section--detail .txt--error {
  color: #e1e35c;
  text-align: center;
}

/*  page bbs
------------------------------ */
.page--bbs .section--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.page--bbs .section--header .section-tit {
  margin-bottom: 0;
}
.page--bbs .list--thread li {
  border-top: 1px solid #4C5253;
}
.page--bbs .list--thread li:first-child {
  border-top: none;
}
.page--bbs .list--thread li a {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}
.page--bbs .list--thread li a > div {
  width: 100%;
}
.page--bbs .list--thread li i {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-right: 4px;
}
.page--bbs.page--thread .section--detail {
  background-color: rgba(255, 255, 255, 0.15);
}
.page--bbs.page--thread .block--tit {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  color: #D7D7D7;
  margin-bottom: 16px;
}
.page--bbs.page--thread .block--tit .detail__btn {
  position: relative;
  margin: 0;
}
.page--bbs.page--thread .block--tit .detail__btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  cursor: pointer;
}
.page--bbs.page--thread .block--tit .detail__btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 2px;
  border-right: solid 2px;
  border-color: #D7D7D7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}
.page--bbs.page--thread .block--tit h3 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}
.page--bbs.page--thread .block--pager {
  margin: 0;
  letter-spacing: 0em;
  font-size: 13px;
}
.page--bbs.page--thread .block--pager a {
  display: inline-block;
  padding: 10px 16px;
}
.page--bbs.page--thread .block--pager .btn--sub {
  min-width: 180px;
  margin: 0 auto 16px;
  border-radius: 20px;
  color: #D7D7D7;
  font-size: 13px;
}
.page--bbs.page--thread .block--pager .btn--sub span {
  display: block;
  position: relative;
  text-align: right;
  line-height: 1.1;
}
.page--bbs.page--thread .block--pager .btn--sub span::before, .page--bbs.page--thread .block--pager .btn--sub span::after {
  content: "";
  position: absolute;
  display: block;
  background: #D7D7D7;
}
.page--bbs.page--thread .block--pager .btn--sub span::before {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.page--bbs.page--thread .block--pager .btn--sub span::after {
  width: 2px;
  height: 10px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.page--bbs.page--thread .no-data {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 16px 24px 22px;
  max-width: 256px;
  margin: 24px auto 0;
  border-radius: 20px;
  font-size: 11px;
  color: #D7D7D7;
}
.page--bbs.page--thread .no-data .txt {
  text-align: center;
  font-size: 13px;
}
.page--bbs.page--thread .no-data .txt-sub {
  margin-top: 4px;
  line-height: 1.5;
}
.page--bbs.page--thread .list--comment {
  display: flex;
  flex-direction: column-reverse;
}
.page--bbs.page--thread .list--comment li {
  margin-bottom: 10px;
}
.page--bbs.page--thread .list--comment li > .block--comment {
  display: flex;
  align-items: end;
}
.page--bbs.page--thread .list--comment li .name {
  font-size: 11px;
  color: #BDC8C9;
}
.page--bbs.page--thread .list--comment li .box-comment {
  max-width: 70%;
}
.page--bbs.page--thread .list--comment li .box-comment .txt {
  padding: 10px 16px;
  border-radius: 10px;
  line-height: 1.1;
}
.page--bbs.page--thread .list--comment li .box-date {
  line-height: 1.2;
  margin-bottom: 1px;
}
.page--bbs.page--thread .list--comment li .box-date .date, .page--bbs.page--thread .list--comment li .box-date .time {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: 11px;
  color: rgba(189, 200, 201, 0.7);
}
.page--bbs.page--thread .list--comment li:not(.host, .staff) .name {
  text-align: right;
}
.page--bbs.page--thread .list--comment li:not(.host, .staff) > .block--comment {
  justify-content: end;
}
.page--bbs.page--thread .list--comment li:not(.host, .staff) .box-comment .txt {
  background-color: #11181e;
  border-top-right-radius: 0px;
}
.page--bbs.page--thread .list--comment li:not(.host, .staff) .box-date {
  order: -1;
  text-align: right;
  margin-left: 0px;
  margin-right: 4px;
}
.page--bbs.page--thread .list--comment li.host .name, .page--bbs.page--thread .list--comment li.staff .name {
  text-align: left;
}
.page--bbs.page--thread .list--comment li.host .box-comment .txt, .page--bbs.page--thread .list--comment li.staff .box-comment .txt {
  color: #11181e;
  background-color: #BDC8C9;
  border-top-left-radius: 0px;
}
.page--bbs.page--thread .list--comment li.host .box-date, .page--bbs.page--thread .list--comment li.staff .box-date {
  order: 0;
  text-align: left;
  margin-left: 4px;
  margin-right: 0px;
}
.page--bbs.page--thread .block--post {
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 8px;
}
.page--bbs.page--thread .block--post form#comment_form {
  display: flex;
}
.page--bbs.page--thread .block--post form#comment_form #textarea {
  width: 90%;
  height: initial;
  min-height: 40px;
  max-height: 180px;
  padding: 0.7em 1.2em;
  resize: none;
  border-radius: 20px;
  background: rgba(57, 59, 66, 0.15);
  border: 1px solid rgba(189, 200, 201, 0.7);
  line-height: 1.1;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::-moz-placeholder {
  color: #BDC8C9;
}
.page--bbs.page--thread .block--post form#comment_form #textarea::placeholder {
  color: #BDC8C9;
}
.page--bbs.page--thread .block--post form#comment_form .btn {
  position: relative;
  width: 10%;
}
.page--bbs.page--thread .block--post form#comment_form .btn .btn--submit {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #D7D7D7;
  border: none;
  background: none;
  padding: 10px;
}
.page--bbs .block--report {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
  margin: 1em 0 3em;
}
.page--bbs .block--report .user {
  margin: 0 0 0.2em;
  opacity: 0.7;
}

/*  page  support
------------------------------ */
.section--detail.support .section-tit {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 90px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.section--detail.support .list--support li a, .section--detail.support .list--support dd a {
  text-decoration: underline;
}
.section--detail.support .list--support li a:hover, .section--detail.support .list--support dd a:hover {
  text-decoration: none;
}
.section--detail.support .list--support dt {
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 5px;
}
.section--detail.support .list--support dd {
  line-height: 1.6;
  margin-bottom: 40px;
}
.section--detail.support .list--support dd:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .list--support li {
  font-weight: normal;
  margin-bottom: 1.5em;
}
.section--detail.support .list--support li:last-of-type {
  margin-bottom: 0;
}
.section--detail.support .list--support li ul {
  margin: 0.5em 0;
  text-indent: 1em;
}
.section--detail.support .list--support li ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -0.5em;
}
.section--detail.support .txt + .list--support {
  margin-top: 2em;
}

.page--faq .section-tit {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-bottom: 90px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.page--faq .tit--category {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 1.2em;
}
.page--faq .list--faq {
  margin: 0 0 80px;
}
.page--faq .list--faq li {
  border-top: 1px solid #393e3f;
}
.page--faq .list--faq li:last-child {
  border-bottom: 1px solid #393e3f;
}
.page--faq .list--faq a {
  position: relative;
  display: block;
  padding: 25px 0 27px 0;
}
.page--faq .list--faq a:hover {
  opacity: 0.5;
}
.page--faq .list--faq .tit {
  padding-left: 22px;
}
.page--faq .list--faq .txt {
  margin: 0;
  padding-left: 20px;
  line-height: 1.45;
}
.page--faq .list--faq .icon--q {
  float: left;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  line-height: 1.25;
  font-size: 18px;
  color: #BDC8C9;
  margin-right: 5px;
}
.page--faq .searchBox {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.page--faq .searchBox input[type=text] {
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
}
.page--faq .searchBox input[type=submit] {
  width: 50px;
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  color: #d7d7d7;
  background: transparent;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 2;
  cursor: pointer;
}
.page--faq .section--detail .block--faq-detail {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 25px 30px 30px;
  margin: 0 0 80px;
  /*span.icon--q{
  	color: #fff;
  	background: #999;
  }
  span.icon--a{
  	padding-left: 1px;
  	color: #fff;
  	background: var.$btn-color;
  }*/
}
.page--faq .section--detail .block--faq-detail dt {
  font-size: 14px;
  border-bottom: 1px solid #4C5253;
  padding: 0 0 15px;
  margin: 0 0 20px;
  font-weight: bold;
}
.page--faq .section--detail .block--faq-detail dt .txt {
  line-height: 1.6;
  margin: 0;
}
.page--faq .section--detail .block--faq-detail dt .category {
  display: inline-block;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #BDC8C9;
  padding: 1px 8px 0;
  margin: 0 0 20px;
}
.page--faq .section--detail .block--faq-detail dd a {
  text-decoration: underline;
}
.page--faq .section--detail .block--faq-detail dd a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.page--faq .section--detail .block--faq-detail dd .txt {
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
.page--faq .section--detail .block--faq-detail span[class^=icon--] {
  display: none;
  /*display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  @include var.font-bebas;
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  border-radius: 50px;*/
}
.page--faq .section--detail .block--contact {
  margin: 3em 0 0;
}
.page--faq .section--detail .block--contact .txt {
  margin-bottom: 0.8em;
}
.page--faq .section--detail .block--contact a {
  text-decoration: underline;
}
.page--faq .section--detail .block--contact a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.page--faq .section--detail .block--contact .fa {
  display: none;
}

/*  page mail magazine
------------------------------ */
.section--detail.mailmagazine .lead {
  line-height: 1.45;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.section--detail.mailmagazine .block--step .sub-tit {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.15em;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.section--detail.mailmagazine .block--step .sub-tit::before, .section--detail.mailmagazine .block--step .sub-tit::after {
  display: block;
  position: static;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #4C5253;
}
.section--detail.mailmagazine .block--step .sub-tit::before {
  margin-right: 1em;
}
.section--detail.mailmagazine .block--step .sub-tit::after {
  margin-left: 1em;
}
.section--detail.mailmagazine .block--step .list--step {
  display: flex;
  flex-wrap: wrap;
}
.section--detail.mailmagazine .block--step .list--step li {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
}
.section--detail.mailmagazine .block--step .list--step li span {
  display: block;
}
.section--detail.mailmagazine .block--step .list--step li .number {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  color: #BDC8C9;
}
.section--detail.mailmagazine .block--step .list--step li .step-txt {
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
}
.section--detail.mailmagazine .block--entry {
  text-align: center;
}
.section--detail.mailmagazine .block--caution .sub-tit {
  margin-bottom: 1em;
  font-weight: 600;
}
.section--detail.mailmagazine .block--caution .list--indent {
  font-size: 0.9em;
}
.section--detail.mailmagazine .txt--sub a {
  text-decoration: underline;
}

.section--detail.entry .block-tit {
  text-align: center;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.section--detail.entry .block-tit.jp {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.section--detail.entry .block--contents {
  position: relative;
}
.section--detail.entry .block--benefit .txt--basic {
  margin-bottom: 0;
}
.section--detail.entry .list--content {
  display: flex;
  flex-wrap: wrap;
}
.section--detail.entry .list--content li {
  background-color: rgba(255, 255, 255, 0.05);
}
.section--detail.entry .list--content li .tit {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  color: #BDC8C9;
}
.section--detail.entry .list--content li .tit.ja {
  font-family: YakuHanJP, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8;
  font-size: 1.15em;
}
.section--detail.entry .list--content li .txt {
  font-size: 0.9em;
}
.section--detail.entry .list--content li .btn--sample {
  display: inline-block;
  position: relative;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.5em;
  padding: 8px 25px;
}
.section--detail.entry .list--content li .btn--sample::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #70858A;
  opacity: 1;
  z-index: -1;
}
.section--detail.entry .list--content:last-child {
  margin-bottom: 0;
}
.section--detail.entry .price {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #4C5253;
  border-bottom: none;
  margin-bottom: 20px;
}
.section--detail.entry .price dt {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 30%;
  border-bottom: 1px solid #4C5253;
  font-weight: bold;
}
.section--detail.entry .price dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 70%;
  border-bottom: 1px solid #4C5253;
  word-break: break-all;
}
.section--detail.entry .block--spec {
  margin-bottom: 30px;
}
.section--detail.entry .txt--sub.note a {
  text-decoration: underline;
}
.section--detail.entry .txt--sub.note a:hover {
  text-decoration: none;
}
.section--detail.entry .block--login__fanplus {
  margin-bottom: 0 !important;
}
.section--detail.entry .block--login__fanplus .block--inner {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
  margin: 0;
}
.section--detail.entry .block--login__fanplus .txt--basic {
  width: 100%;
  text-align: center;
  margin: 0 auto 0.8em;
  font-size: 0.85em;
}
.section--detail.entry .block--login__fanplus .txt--basic span {
  display: block;
}
.section--detail.entry .block--login__fanplus .txt--basic .tit {
  font-size: 1.2em;
  font-weight: 600;
}
.section--detail.entry .block--login__fanplus .btn {
  margin: 0 auto;
}
.section--detail.entry .block--pre-entry .block--inner {
  background-color: rgba(255, 255, 255, 0.15);
}
.section--detail.entry .block--pre-entry .txt--basic .tit {
  margin-bottom: 1em;
}
.section--detail.entry .block--pre-entry .txt--basic .caution {
  font-size: 1.2em;
  color: #e1e35c;
}
.section--detail.entry .block--pre-entry .txt--basic .note {
  font-size: 0.9em;
}
.section--detail.entry .block--attention {
  color: #c04343;
  background: rgba(200, 50, 50, 0.12);
  font-size: 13px;
  line-height: 1.6;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section--detail.entry .block--caution__pid {
  margin-top: 35px;
  margin-bottom: 0 !important;
  font-size: 0.85em;
}
.section--detail.entry .block--caution__pid .sub-tit {
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 1.05em;
}
.section--detail.entry .block--caution__pid .list--indent {
  margin: 1.5em 0;
}
.section--detail.entry .block--caution__pid .list--indent li {
  position: relative;
  line-height: 1.6;
  margin-bottom: 0.4em;
}
.section--detail.entry .block--caution__pid .list--indent li::before {
  position: static;
  display: inline-block;
  content: "";
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: #ffffff;
  width: 0.4em;
  height: 0.4em;
  vertical-align: middle;
}

.list--error {
  margin: 0 0 2em;
}
.list--error li {
  position: relative;
  color: #c45758;
  font-size: 0.9em;
  margin: 0 0 0.4em;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.list--error li::before {
  content: "\f06a";
  font-family: "FontAwesome";
  margin-right: 0.4em;
}

.page--questionnaire .section--detail .ph {
  margin-bottom: 1em;
}
.page--questionnaire .section--detail .form--post {
  margin: 4em auto;
}
.page--questionnaire .section--detail .form--post dt {
  font-weight: bold;
}
.page--questionnaire .section--detail .block--complete {
  margin-bottom: 5em;
}
.page--questionnaire .section--detail .btn + .btn {
  margin-top: -0.8em;
}

.page--birthday-message .section--detail .tit {
  display: none;
}
.page--birthday-message .section--detail .birthday-photo img {
  display: block;
}

/*  page--error
------------------------------ */
.page--error .section-tit {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  body::before {
    background-image: url(/static/ncis/common/bg_pc.png);
  }
  a {
    transition: opacity 0.3s;
  }
  .btn input {
    transition: 0.3s;
  }
  .btn--main {
    min-width: 300px;
    transition: 0.3s;
  }
  .btn--main:hover {
    background-color: #526367;
  }
  .btn--sub {
    min-width: 300px;
    transition: 0.3s;
  }
  .btn--sub:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
  h1.fc-logo {
    left: 3.5vw;
    bottom: 50px;
    width: 24%;
    max-width: 320px;
    padding-top: 15.4%;
  }
  header {
    z-index: 3;
    mix-blend-mode: difference;
  }
  header .drawer__btn {
    display: none;
  }
  header .g-nav {
    position: fixed;
    top: 40px;
    right: 3.5vw;
  }
  header .g-nav .nav {
    justify-content: flex-end;
  }
  header .g-nav .nav li {
    position: relative;
    margin-left: 18px;
    z-index: 2;
    transition: 0.3s;
  }
  header .g-nav .nav li a {
    display: inline-block;
    padding: 4px 0;
    transition: none;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 15px;
    color: #D5D5D5;
  }
  header .g-nav .nav li a:hover {
    color: #96AEB2;
  }
  header .g-nav .nav__list--menu {
    margin-bottom: 12px;
  }
  footer {
    padding: 60px 3.5vw 50px;
  }
  footer .copyright small {
    font-size: 12px;
  }
  .block--pager {
    margin: 40px auto;
  }
  .block--pager a:hover {
    color: #96AEB2;
  }
  .block--pager .pager__item--older, .block--pager .pager__item--newer {
    position: static;
  }
  .block--pager .pager__item--older a:hover::before, .block--pager .pager__item--newer a:hover::before {
    border-color: #96AEB2;
  }
  .date,
  .category,
  .members {
    font-size: 14px;
  }
  .category {
    margin-right: 8px;
  }
  .blog-category {
    font-size: 18px;
  }
  .tit {
    font-size: 15px;
  }
  .list__more {
    top: 6px;
  }
  .list__more a {
    padding: 10px 30px;
  }
  .list__more a::before {
    transition: 0.3s;
  }
  .list__more a:hover::before {
    opacity: 0.05;
  }
  .list__more.link-sample {
    top: 8px;
  }
  .list__more.link-sample a {
    padding: 10px 22px;
  }
  .list__more.link-sample a:hover::before {
    opacity: 0.65;
  }
  .list--info > li {
    padding: 22px 0;
  }
  .list--info > li .date,
  .list--info > li .category,
  .list--info > li .members {
    margin-bottom: 8px;
  }
  .list--info a:hover {
    opacity: 0.6;
  }
  .list--contents > li {
    width: 31.6666666667%;
    margin-bottom: 60px;
    margin-right: 2.5%;
  }
  .list--contents > li:nth-child(3n) {
    margin-right: 0;
  }
  .list--contents > li .date,
  .list--contents > li .category,
  .list--contents > li .members {
    margin-bottom: 7px;
  }
  .list--contents > li .date {
    margin-right: 12px;
  }
  .list--contents > li .blog-category {
    margin-bottom: 11px;
  }
  .list--contents > li .thumb {
    position: relative;
    margin-bottom: 16px;
  }
  .list--contents > li .thumb::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #96AEB2;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 2;
  }
  .list--contents > li .list__txt {
    transition: 0.3s;
  }
  .list--contents > li a:hover .thumb::after {
    opacity: 0.4;
  }
  .list--contents > li a:hover .list__txt {
    opacity: 0.6;
  }
  [class^=list--] li.new .tit::after {
    font-size: 12px;
    vertical-align: 1px;
  }
  .block--category {
    margin: -20px auto 60px;
  }
  .block--category li a {
    padding: 3px 10px;
    font-size: 14px;
    transition: 0.3s;
  }
  .block--category li a:hover {
    background: #96AEB2;
    color: #141b21;
  }
  .list--point {
    margin: 40px auto;
    padding: 15px 20px 20px;
  }
  .list--point li {
    font-size: 14px;
  }
  .list--point li .number {
    font-size: 18px;
  }
  .wrap {
    padding-top: 200px;
    padding-bottom: calc(220px + 10%);
  }
  .content--body {
    padding: 0 14%;
  }
  .content--body > section {
    max-width: 1100px;
  }
  .section-tit {
    margin-bottom: 60px;
    font-size: 50px;
  }
  .contents-tit {
    font-size: 47px;
  }
  .block-tit {
    font-size: 36px;
  }
  .section--detail {
    min-height: 500px;
  }
  .section--list {
    min-height: 500px;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .detail__btn a {
    font-size: 18px;
    padding: 2px 0;
    transition: 0.3s;
  }
  .detail__btn a:hover {
    color: #96AEB2;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .wrap::before {
    transition: transform 0.6s;
  }
  .page--home .top-logo {
    position: fixed;
    top: 17vh;
    left: 3.4vw;
    width: 24%;
    padding-top: 15.5%;
  }
  .page--home header .g-nav .nav li.g-nav--item__home {
    display: none;
  }
  .page--home .wrap--bg.bg--01::before {
    top: 70vh;
    right: 22%;
  }
  .page--home .wrap--bg.bg--02::before {
    bottom: calc(200px + 10%);
    right: 22%;
  }
  .page--home .wrap--bg.bg--03::before {
    bottom: calc(230px + 7.5%);
    left: 22%;
  }
  .page--home .wrap--bg.bg--04::before {
    right: 22%;
  }
  .page--home .contents-tit {
    margin-bottom: 40px;
  }
  .page--home .list--contents {
    justify-content: space-between;
  }
  .page--home .list--contents li {
    width: 47.5%;
    margin-right: 0 !important;
  }
  .page--home [class^=section--] {
    margin-left: 32vw;
    margin-right: 10vw;
  }
  .page--home .section--top {
    margin: 0 0 160px 22vw;
    height: 100vh;
    min-height: 700px;
  }
  .page--home .section--birthday {
    margin-right: 10vw;
    margin-top: -60px;
    margin-bottom: 110px;
  }
  .page--home .section--birthday .birthday-message {
    text-align: right;
  }
  .page--home .section--birthday .birthday-message .btn--main {
    text-align: center;
  }
  .page--home .section--bnr {
    margin: 0 10vw 160px 52vw;
  }
  .page--home .section--bnr .list--bnr li img {
    width: 100%;
  }
  .page--home .section--news {
    margin-top: 120px;
    margin-bottom: 190px;
  }
  .page--home .section--news .contents-tit {
    margin-bottom: 35px;
  }
  .page--home .section--blog {
    margin-bottom: 150px;
  }
  .page--home .section--blog.staff-blog {
    margin-bottom: 60px;
  }
  .page--home .section--column {
    margin-top: 120px;
    margin-bottom: 220px;
  }
  .page--home .section--column .sub-tit {
    margin-bottom: 44px;
    font-size: 16px;
  }
  .page--home .section--column .block--column a {
    transition: 0.3s;
  }
  .page--home .section--column .block--column a:hover {
    opacity: 0.6;
  }
  .page--home .section--column .block--column .tit {
    margin-bottom: 5px;
    font-size: 19px;
  }
  .page--home .section--column .block--column .tit::after {
    font-size: 12px;
    vertical-align: 1px;
  }
  .page--home .section--column .block--column .date {
    margin-bottom: 30px;
  }
  .page--home .section--column .block--column .txt {
    font-size: 13px;
  }
  .page--home .section--photo {
    margin-bottom: 120px;
  }
  .page--home .section--photo .list--contents li {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .page--home .section--photo .list--contents li a.photo-thumb {
    order: 2;
    width: 65%;
  }
  .page--home .section--photo .list--contents li a.photo-txt {
    order: 1;
    width: 35%;
    padding-right: 20px;
  }
  .page--home .section--photo .list--contents > li .thumb {
    margin-bottom: 0;
  }
  .page--home .wrap--contents {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 170px;
    margin-left: 32vw;
    margin-right: 10vw;
  }
  .page--home .section--movie, .page--home .staff-blog {
    width: 47.5%;
    margin: 0;
  }
  .page--home .section--movie .list--contents li, .page--home .staff-blog .list--contents li {
    width: 100%;
    margin-bottom: 0;
  }
  .page--home .section--movie .list--contents li .thumb, .page--home .staff-blog .list--contents li .thumb {
    height: 17vw;
  }
  .page--home footer {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px;
  }
  .page--home footer::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 22%;
    background-image: url(/static/ncis/common/bg_texure.png);
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: 0.7;
    z-index: -1;
  }
  .page--home footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 70px 0 65px;
  }
  .page--home footer .block--support {
    width: 70%;
  }
  .page--home footer .block--foot-link {
    width: 30%;
  }
  .page--home footer .nav--support {
    line-height: 1.4;
  }
  .page--home footer .nav--support li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 18px;
  }
  .page--home footer .nav--support li:last-child {
    margin-right: 0;
  }
  .page--home footer .nav--support li a {
    display: block;
    padding: 2px 0;
    font-size: 12px;
  }
  .page--home footer .nav--support li a:hover {
    opacity: 0.7;
  }
  .page--home footer [class^=nav--foot-] {
    display: flex;
    justify-content: flex-end;
  }
  .page--home footer [class^=nav--foot-] li a {
    padding: 2px 0;
    font-size: 12px;
  }
  .page--home footer [class^=nav--foot-] li a:hover {
    opacity: 0.7;
  }
  .page--home footer .nav--foot-sns {
    margin-bottom: 24px;
  }
  .page--home footer .nav--foot-sns li {
    margin-left: 22px;
  }
  .page--home footer .nav--foot-sns li:first-child {
    margin-left: 0;
  }
  .page--home footer .nav--foot-sns li a {
    font-size: 16px;
  }
  .page--home footer .nav--foot-official li a {
    font-size: 21px;
  }
  /*  page--info
  ------------------------------ */
  .page--info .section--list .block--category {
    margin-bottom: 40px;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 60px;
  }
  .page--info .section--detail .tit {
    font-size: 20px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 12px;
    vertical-align: 1px;
  }
  .page--info .section--detail .date {
    margin-right: 16px;
  }
  .page--info .section--detail .category {
    margin-right: 8px;
  }
  .page--info .section--detail .txt {
    padding: 40px 0;
  }
  .page--info .section--detail .txt a:hover {
    text-decoration: none;
  }
  .page--info .section--detail .block--share {
    margin-bottom: 60px;
  }
  .page--info .section--detail .block--share a {
    transition: 0.3s;
  }
  .page--info .section--detail .block--share a:hover {
    transition: 0.3s;
    color: #96AEB2;
  }
  .page--info .section--detail .block--share a:hover svg {
    fill: #96AEB2;
  }
  .page--info .section--detail .block--share li.lineIco svg {
    transition: 0.3s;
  }
  .page--movie .section--list .category-tit {
    font-size: 28px;
  }
  .page--movie .section--detail {
    max-width: 900px;
  }
  .page--movie .section--detail .tit {
    font-size: 20px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .page--movie.page--point .section--detail .thumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .page--movie.radio .block--read, .page--bbs .block--read {
    margin-top: -10px;
    margin-bottom: 80px;
    padding: 35px 40px 30px;
  }
  .page--movie.radio .block--read .txt, .page--bbs .block--read .txt {
    text-align: center;
  }
  .page--photo .section--list .category-tit {
    font-size: 28px;
  }
  .page--photo .section--detail .tit {
    font-size: 20px;
  }
  .page--photo .section--detail .list--contents {
    margin: 40px auto;
  }
  .page--photo .section--detail .list--contents > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--photo .section--detail .list--contents > li:nth-child(3n) {
    margin-bottom: 2%;
  }
  .page--photo .section--detail .list--contents > li:nth-child(4n) {
    margin: 0;
  }
  .page--photo.photo--slider #swipebox-slider {
    cursor: auto;
  }
  .page--photo.photo--slider #swipebox-bottom-bar {
    height: 0;
    bottom: 0;
    position: static;
  }
  .page--photo.photo--slider #swipebox-bottom-bar.visible-bars {
    transform: none;
  }
  .page--photo.photo--slider #swipebox-arrows {
    height: 0;
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .page--photo.photo--slider #swipebox-bottom-bar #swipebox-prev::after, .page--photo.photo--slider #swipebox-bottom-bar #swipebox-next::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .page--photo.page--point .section--detail .thumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  /*  page blog
  ------------------------------ */
  .page--blog .block--category li a {
    font-size: 15px;
  }
  .page--blog .section--detail .tit {
    font-size: 20px;
  }
  .page--blog .section--detail .date {
    margin-right: 16px;
  }
  .page--blog .section--detail > .txt {
    margin: 40px auto 10px;
  }
  .page--blog .section--detail .block--form {
    margin-top: 6em;
    margin-bottom: 4.5em;
  }
  .page--blog .section--detail .block--form .block-tit {
    font-size: 20px;
  }
  .page--blog .section--detail .block--comment {
    padding: 40px 50px 40px;
  }
  .page--blog .section--detail .block--comment .list--comment li {
    padding: 12px 0 15px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name {
    font-size: 13px;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete {
    top: 10px;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete input[type=submit] {
    font-size: 11px;
  }
  .page--blog .section--detail .block--comment .block--pager {
    margin-bottom: 20px;
  }
  .page--blog.page--delete .section--detail .txt {
    font-size: 15px;
  }
  /* column */
  .page--blog.blog--catgory7 .section--list .sub-tit {
    margin-bottom: 30px;
    font-size: 20px;
  }
  /* photo log */
  .page--blog.blog--sub-catgory12 .section--detail > .txt {
    display: flex;
    margin: 0;
  }
  .page--blog.blog--sub-catgory12 .section--detail .ph {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page--blog.blog--sub-catgory12 .section--detail .block--thumb {
    width: 60%;
  }
  .page--blog.blog--sub-catgory12 .section--detail .date {
    width: 60%;
    padding: 16px 25px;
    margin-right: 0;
  }
  .page--blog.blog--sub-catgory12 .section--detail .inner {
    flex-direction: row;
    justify-content: flex-start;
  }
  .page--blog.blog--sub-catgory12 .section--detail .block--writer {
    padding: 16px 25px;
    border-left: 1px solid #DEDEDE;
  }
  /*  page wallpaper
  ------------------------------ */
  .page--wallpaper .section--list .tit {
    margin-bottom: 20px;
  }
  .page--wallpaper .section--list .block--wp-size li {
    display: inline-block;
    width: auto;
    margin: 0 3px 4px 0;
    float: none;
  }
  .page--wallpaper .section--list .block--wp-size li a {
    display: block;
    font-weight: bold;
    background: #70858A;
    font-size: 12px;
    padding: 0.5em;
    transition: 0.3s;
  }
  .page--wallpaper .section--list .block--wp-size li a:hover {
    background: #96AEB2;
  }
  .page--wallpaper .section--list .block--wp-size li:last-child {
    margin-right: 0;
  }
  .page--wallpaper .section--detail {
    max-width: 900px;
  }
  .page--wallpaper .section--detail .tit {
    font-size: 20px;
  }
  .page--wallpaper.page--point .section--detail .thumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  /*  page bbs
  ------------------------------ */
  .page--bbs .content--body {
    padding: 0 25.8%;
  }
  .page--bbs .section--header {
    margin-bottom: 60px;
  }
  .page--bbs .list--thread li a {
    transition: 0.3s;
    padding: 32px 24px;
  }
  .page--bbs .list--thread li a:hover {
    background: rgba(150, 174, 178, 0.2);
  }
  .page--bbs .list--thread li.pickup a {
    padding: 27.38px 24px;
  }
  .page--bbs .list--thread li i {
    padding: 7px 7px 7px 6.5px;
  }
  .page--bbs.page--thread .section--detail {
    min-height: 480px;
  }
  .page--bbs.page--thread .wrap {
    padding-top: 120px;
  }
  .page--bbs.page--thread .block--tit .detail__btn {
    width: 60px;
  }
  .page--bbs.page--thread .block--tit .detail__btn::before {
    left: 32px;
  }
  .page--bbs.page--thread .block--tit h3 {
    width: calc(100% - 60px);
    padding: 10px 24px 10px 0;
  }
  .page--bbs.page--thread .list--comment {
    padding: 0 24px;
  }
  .page--bbs.page--thread .block--post {
    padding: 12px 32px;
  }
  .page--bbs.page--thread .block--tit .detail__btn a,
  .page--bbs.page--thread .block--post form#comment_form .btn .btn--submit {
    transition: 0.3s;
  }
  .page--bbs.page--thread .block--tit .detail__btn:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  .page--bbs.page--thread .block--post form#comment_form .btn .btn--submit:hover {
    color: #BDC8C9;
  }
  /*  page mail magazine
  ------------------------------ */
  .section--detail.mailmagazine .lead {
    font-size: 1.6em;
  }
  .section--detail.mailmagazine .block--step {
    margin: 5em auto 4em;
  }
  .section--detail.mailmagazine .block--step .list--step {
    margin: 3em auto;
  }
  .section--detail.mailmagazine .block--step .list--step li {
    flex-wrap: wrap;
    width: calc((100% - 10px) / 3);
    margin-right: 5px;
    padding: 28px 10px 45px;
  }
  .section--detail.mailmagazine .block--step .list--step li.s-03 {
    margin-right: 0;
  }
  .section--detail.mailmagazine .block--step .list--step li span {
    width: 100%;
  }
  .section--detail.mailmagazine .block--step .list--step li .number {
    margin-bottom: 22px;
    font-size: 24px;
  }
  .section--detail.mailmagazine .block--step .list--step li .step-txt {
    width: 100%;
  }
  .section--detail.mailmagazine .block--entry {
    margin: 4em auto 5em;
  }
  .section--detail.mailmagazine .txt--sub a:hover {
    text-decoration: none;
  }
  .section--detail.entry .logo {
    width: 33%;
    max-width: 300px;
    margin: 0 auto 70px;
  }
  .section--detail.entry .txt--lead {
    text-align: center;
    font-size: 15px;
    margin-bottom: 140px;
  }
  .section--detail.entry .block-tit {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .section--detail.entry .block-tit.jp {
    font-size: 28px;
  }
  .section--detail.entry [class^=block--] {
    margin-bottom: 120px;
  }
  .section--detail.entry .block--benefit {
    text-align: center;
  }
  .section--detail.entry .block--benefit .thumb {
    width: 60%;
    margin: 0 auto 20px;
  }
  .section--detail.entry .list--content {
    justify-content: space-between;
  }
  .section--detail.entry .list--content li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 35px 30px;
  }
  .section--detail.entry .list--content li .btn--sample {
    font-size: 16px;
  }
  .section--detail.entry .list--content li .btn--sample::before {
    transition: 0.3s;
  }
  .section--detail.entry .list--content li .btn--sample:hover::before {
    opacity: 0.7;
  }
  .section--detail.entry .price dt {
    justify-content: center;
    padding: 30px 20px;
  }
  .section--detail.entry .price dd {
    padding: 30px 20px;
  }
  .section--detail.entry .txt--sub.note a {
    text-decoration: underline;
  }
  .section--detail.entry .block--login__fanplus {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .section--detail.entry .block--login__fanplus .block--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 48.5%;
    padding: 40px 35px 35px;
  }
  .section--detail.entry .block--login__fanplus .txt--basic .tit {
    font-size: 1.2em;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: inherit;
    padding: 1.4em 3.5em 1.5em;
  }
  .section--detail.entry .block--pre-entry {
    margin-bottom: 3% !important;
  }
  .section--detail.entry .block--pre-entry .block--inner {
    width: 100%;
  }
  .section--detail.entry .block--pre-entry .txt--basic .tit {
    font-size: 1.6em;
  }
  .section--detail.entry .block--attention {
    padding: 20px;
    margin-bottom: 0;
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.8;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 28px;
  }
  .page--birthday-message .section--detail .txt--message {
    margin-top: 100px;
    font-size: 22px;
    text-align: center;
  }
  .page--birthday-message .section--detail .birthday-photo {
    margin: 30px auto;
    width: 75%;
  }
  .page--birthday-message .section--detail .birthday-photo img {
    width: auto;
    max-width: 100% !important;
    margin: 0 auto;
  }
  .page--birthday-message .section--detail .txt--name {
    margin-bottom: 6em;
    font-size: 0.9em;
    text-align: center;
  }
}
@media screen and (max-width: 1120px) {
  .content--body {
    padding: 0 10%;
  }
}
@media screen and (min-width: 1660px) {
  .page--home .top-logo {
    left: 56px;
    width: 400px;
    padding-top: 258px;
  }
  .page--home .wrap--bg.bg--01::before {
    right: 366px;
  }
  .page--home .wrap--bg.bg--02::before {
    bottom: calc(230px + 10%);
    right: 366px;
  }
  .page--home .wrap--bg.bg--03::before {
    bottom: calc(260px + 7.5%);
    left: 366px;
  }
  .page--home .wrap--bg.bg--04::before {
    right: 366px;
  }
  .page--home [class^=section--] {
    margin-left: calc(366px + 10vw);
    margin-right: calc(166px + 1vw);
  }
  .page--home .section--top {
    margin-left: 366px;
    margin-right: 0;
  }
  .page--home .section--birthday {
    margin-right: calc(166px + 1vw);
  }
  .page--home .section--bnr {
    margin-left: calc(366px + 30vw);
    margin-right: calc(166px + 1vw);
    margin-bottom: 170px;
  }
  .page--home .wrap--contents {
    margin-left: calc(366px + 10vw);
    margin-right: calc(166px + 1vw);
  }
  .page--home .section--movie, .page--home .staff-blog {
    margin: 0;
  }
  .page--home footer::before {
    left: 366px;
  }
}
@media screen and (min-height: 1025px) and (min-width: 960px) and (max-width: 1024px) {
  .page--home .wrap::before {
    transition: transform 0.7s;
  }
  .page--home .top-logo {
    position: absolute;
    top: 18vw;
    width: 38%;
    padding-top: 24.5%;
    max-width: 340px;
  }
  .page--home .wrap--bg.bg--01::before {
    top: 31.5vw;
    right: 30%;
  }
  .page--home .wrap--bg.bg--02::before {
    bottom: calc(200px + 9.5%);
    right: 30%;
  }
  .page--home .wrap--bg.bg--03::before {
    bottom: calc(220px + 8.5%);
    left: 30%;
  }
  .page--home .wrap--bg.bg--04::before {
    right: 30%;
  }
  .page--home [class^=section--] {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .page--home .section--top {
    height: auto;
    min-height: inherit;
    margin: 46vw 0 160px;
  }
  .page--home .section--top .block--photo .mainvisual {
    padding-top: 66%;
  }
  .page--home .section--birthday {
    margin-right: 8vw;
    margin-top: -80px;
    margin-bottom: 90px;
  }
  .page--home .section--bnr {
    margin: 0 8vw 160px 40vw;
  }
  .page--home .wrap--contents {
    margin-left: 8vw;
    margin-right: 8vw;
  }
  .page--home .section--movie, .page--home .section--radio {
    margin: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  /* common.scss
  ============================== */
  .pc {
    display: none !important;
  }
  body::before {
    background-image: url(/static/ncis/common/bg_sp.png);
  }
  body::after {
    background-size: 300px auto;
  }
  a {
    transition: opacity 0.3s;
  }
  .btn--main {
    min-width: 90%;
  }
  /* horizontal */
  /*  page blog
  ------------------------------ */
  /* column */
  /* photo log */
  /*  page mail magazine
  ------------------------------ */
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--main {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .btn--sub {
    min-width: 90%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .btn--sub {
    min-width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  h1.fc-logo {
    left: 3vw;
    bottom: 25px;
    width: 44%;
    max-width: 260px;
    padding-top: 28%;
  }
  header {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    user-select: none;
  }
  header .drawer {
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 99;
    width: 65vw;
    height: 100%;
    top: 0;
    right: -66vw;
    transition: 0.4s;
    padding: 13vh 13vw 10vh 5vw;
    background-color: #586D72;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    z-index: -1;
  }
  header .drawer .g-nav {
    position: relative;
  }
  header .drawer .g-nav .nav {
    position: relative;
    flex-wrap: wrap;
  }
  header .drawer .g-nav .nav.nav__list--login {
    margin-top: 30px;
  }
  header .drawer .g-nav .nav li {
    overflow: hidden;
    width: 100%;
    margin-bottom: 6px;
    line-height: 1;
    text-align: right;
  }
  header .drawer .g-nav .nav li.g-nav--item__home {
    margin-top: 30px;
  }
  header .drawer .g-nav .nav li a {
    display: inline-block;
    padding: 2px 0;
    font-weight: 600;
    font-size: 29px;
    opacity: 0;
    transition: 0.2s 0.36s;
    transform: translateY(20px);
  }
  header .drawer__btn {
    width: 44px;
    height: 44px;
    position: fixed;
    right: 4vw;
    top: 10px;
    z-index: 9999;
    cursor: pointer;
  }
  header .drawer__btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 14px;
    line-height: 44px;
    text-align: right;
  }
  header .drawer__btn .drawer__btn--open {
    opacity: 1;
  }
  header .drawer__btn .drawer__btn--close {
    opacity: 0;
    transform: translateX(30px);
    pointer-events: none;
  }
  .drawer-visible header .g-nav .nav li a {
    opacity: 1;
    transform: translateX(0);
  }
  .drawer-visible header .drawer__btn .drawer__btn--open {
    opacity: 0;
  }
  .drawer-visible header .drawer__btn .drawer__btn--close {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .drawer-visible header .drawer {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  footer {
    padding: 50px 4vw 40px;
  }
  footer .copyright small {
    font-size: 11px;
  }
  .block--pager {
    margin: 20px auto;
    font-size: 15px;
  }
  .block--pager .pager__item--older, .block--pager .pager__item--newer {
    padding-top: 0.3em;
  }
  .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before, .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
    top: 7px;
    width: 9px;
    height: 9px;
  }
  .date,
  .category,
  .members {
    font-size: 13px;
  }
  .category {
    margin-right: 6px;
  }
  .blog-category {
    font-size: 17px;
  }
  .tit {
    font-size: 14px;
  }
  .list__more {
    top: 3px;
  }
  .list__more a {
    padding: 8px 15px;
    font-size: 11px;
  }
  .list__more.link-sample {
    top: 4px;
  }
  .list__more.link-sample a {
    padding: 8px 12px;
  }
  .list--info > li {
    padding: 12px 0;
  }
  .list--info > li .date {
    margin-right: 12px;
  }
  .list--info > li .date,
  .list--info > li .category,
  .list--info > li .members {
    margin-bottom: 7px;
  }
  .list--info > li a {
    padding: 2px 0;
  }
  .list--contents {
    width: 100%;
  }
  .list--contents > li {
    width: 100%;
    margin-bottom: 44px;
  }
  .list--contents > li .date,
  .list--contents > li .category,
  .list--contents > li .members {
    margin-bottom: 6px;
  }
  .list--contents > li .date {
    margin-right: 10px;
  }
  .list--contents > li .blog-category {
    margin-bottom: 9px;
  }
  .list--contents > li .thumb {
    position: relative;
    margin-bottom: 13px;
  }
  .list--contents > li .thumb img {
    position: initial;
  }
  [class^=list--] li.new .tit::after {
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .block--category {
    margin: -15px auto 35px;
  }
  .block--category li a {
    padding: 2px 8px;
    font-size: 13px;
  }
  .list--point {
    margin: 20px auto;
    padding: 10px 12px 12px;
  }
  .list--point li {
    font-size: 12px;
  }
  .list--point li .number {
    font-size: 15px;
  }
  .slick-prev, .slick-next {
    bottom: -28px;
    width: 30px;
    height: 16px;
  }
  .slick-prev::before, .slick-next::before {
    height: 16px;
    font-size: 15px;
  }
  .slick-prev {
    left: inherit;
    right: 42px;
  }
  .slick-next {
    left: inherit;
    right: 0;
  }
  .slick-counter {
    left: inherit;
    right: 0;
    width: 62px;
    height: 25px;
    font-size: 25px;
  }
  .slick-counter .line {
    width: 30px;
  }
  .slick-counter .line::before {
    top: 11px;
    left: 0;
    right: 0;
    width: 8px;
    height: 2px;
  }
  .form--confirm {
    padding: 25px 15px 0;
    margin-bottom: 2em;
  }
  .form--confirm dd {
    margin: 0 0 2em;
  }
  .wrap {
    padding-top: 100px;
    padding-bottom: calc(160px + 14%);
  }
  .content--body {
    padding: 0 6vw;
  }
  .section-tit {
    margin-bottom: 40px;
    font-size: 34px;
  }
  .contents-tit {
    font-size: 34px;
  }
  .block-tit {
    font-size: 22px;
  }
  .section--detail {
    min-height: 340px;
  }
  .section--list {
    min-height: 340px;
  }
  .section--list .list--info {
    margin-bottom: 30px;
  }
  .detail__btn {
    margin-top: 4em;
  }
  .detail__btn a {
    font-size: 16px;
    padding: 4px 0;
  }
  .page--home .wrap {
    padding-bottom: 0;
  }
  .page--home .wrap::before {
    transition: transform 0.7s;
  }
  .page--home .top-logo {
    position: absolute;
    top: 23vw;
    left: 4vw;
    width: 46%;
    max-width: 340px;
    padding-top: 29.5%;
  }
  .page--home .wrap--bg::before {
    background-size: 300px auto;
  }
  .page--home .wrap--bg.bg--01::before {
    top: 39vw;
    right: 34%;
  }
  .page--home .wrap--bg.bg--02::before {
    right: 34%;
    bottom: calc(130px + 9.5%);
  }
  .page--home .wrap--bg.bg--03::before {
    bottom: calc(120px + 8.5%);
    left: 34%;
  }
  .page--home .wrap--bg.bg--04::before {
    right: 34%;
  }
  .page--home .contents-tit {
    margin-bottom: 26px;
  }
  .page--home [class^=section--] {
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .page--home .section--top {
    margin: 60vw 0 28vw;
  }
  .page--home .section--top .block--photo .mainvisual {
    padding-top: 66%;
  }
  .page--home .section--birthday {
    margin-top: -80px;
    margin-bottom: 50px;
  }
  .page--home .section--birthday .birthday-message .btn--main {
    padding: 1.3em 2em 1.4em;
    font-size: 13px;
  }
  .page--home .section--bnr {
    margin: 0 12vw 75px;
    padding: 0 0 34px;
  }
  .page--home .section--bnr .list--bnr {
    padding-top: 34px;
  }
  .page--home .section--news {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .page--home .section--news .contents-tit {
    margin-bottom: 22px;
  }
  .page--home .section--blog {
    margin-bottom: 120px;
  }
  .page--home .section--blog.staff-blog {
    margin-bottom: 70px;
  }
  .page--home .section--blog.staff-blog .date {
    font-size: 16px;
  }
  .page--home .section--column {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .page--home .section--column .sub-tit {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .page--home .section--column .block--column .tit {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .page--home .section--column .block--column .tit::after {
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: 2px;
  }
  .page--home .section--column .block--column .date {
    margin-bottom: 20px;
  }
  .page--home .section--column .block--column .txt {
    font-size: 11px;
  }
  .page--home .section--photo {
    margin-bottom: 90px;
  }
  .page--home .section--movie {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  .page--home .section--radio {
    margin-bottom: 120px;
  }
  .page--home .section--movie .list--contents li .thumb, .page--home .staff-blog .list--contents li .thumb {
    height: 55vw;
  }
  .page--home footer {
    position: relative;
    padding: 0;
  }
  .page--home footer .block--support {
    margin: 0 6vw 50px;
  }
  .page--home footer .block--support .nav-tit {
    position: relative;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1;
    font-size: 26px;
    text-align: right;
    cursor: pointer;
  }
  .page--home footer .block--support .nav-tit span {
    position: relative;
    padding-right: 1px;
    padding-left: 26px;
  }
  .page--home footer .block--support .nav-tit span::before, .page--home footer .block--support .nav-tit span::after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
  }
  .page--home footer .block--support .nav-tit span::before {
    width: 10px;
    height: 2px;
    top: 14px;
    left: 0;
  }
  .page--home footer .block--support .nav-tit span::after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: 10px;
    transition: 0.3s;
  }
  .page--home footer .block--support .nav-tit.open span::after {
    height: 2px;
    top: 14px;
  }
  .page--home footer .nav--support {
    display: none;
    padding-top: 16px;
    text-align: right;
    font-size: 0;
  }
  .page--home footer .nav--support li {
    display: inline-block;
    font-size: 11px;
  }
  .page--home footer .nav--support li + li {
    margin-left: 14px;
  }
  .page--home footer .nav--support li a {
    display: block;
    padding: 10px 0;
  }
  .page--home footer .block--foot-link, .page--home footer .copyright {
    position: relative;
  }
  .page--home footer .block--foot-link::before, .page--home footer .copyright::before {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 34%;
    background-image: url(/static/ncis/common/bg_texure.png);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 300px auto;
    opacity: 0.7;
    z-index: -1;
  }
  .page--home footer .block--foot-link {
    padding: 54px 6vw 44px;
  }
  .page--home footer .block--foot-link .nav--foot-sns {
    margin-bottom: 10px;
    text-align: right;
    font-size: 0;
  }
  .page--home footer .block--foot-link .nav--foot-sns li {
    display: inline-block;
    font-size: 13px;
  }
  .page--home footer .block--foot-link .nav--foot-sns li + li {
    margin-left: 22px;
  }
  .page--home footer .block--foot-link .nav--foot-sns li a {
    display: block;
    padding: 6px 0;
  }
  .page--home footer .block--foot-link .nav--foot-official {
    text-align: right;
    font-size: 0;
  }
  .page--home footer .block--foot-link .nav--foot-official li {
    display: inline-block;
    font-size: 17px;
  }
  .page--home footer .block--foot-link .nav--foot-official li a {
    display: block;
    padding: 6px 0;
  }
  .page--home footer .copyright {
    padding: 0 6vw 40px;
  }
  .page--info .section--list .block--category {
    margin-bottom: 25px;
  }
  .page--info .section--list .section-tit {
    margin-bottom: 40px;
  }
  .page--info .section--detail .tit {
    font-size: 16px;
  }
  .page--info .section--detail.new .tit {
    position: relative;
  }
  .page--info .section--detail.new .tit::after {
    padding: 3px 5px;
    font-size: 11px;
    vertical-align: 1px;
  }
  .page--info .section--detail .date {
    margin-right: 12px;
  }
  .page--info .section--detail .category {
    margin-right: 6px;
  }
  .page--info .section--detail .txt {
    padding: 30px 0;
  }
  .page--info .block--share {
    margin-bottom: 40px;
  }
  .page--movie .section--list .category-tit {
    font-size: 20px;
  }
  .page--movie .section--detail .tit {
    font-size: 15px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page--movie.page--point .section--detail .thumb {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page--movie.new-movie.page--detail {
    z-index: 99;
    position: relative;
  }
  .page--movie.new-movie.page--detail .section--detail {
    padding: 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie {
    margin: 20px auto 30px;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player {
    width: 100%;
    aspect-ratio: initial;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    padding-top: 56.25%;
    z-index: 999;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-poster {
    display: block;
    background-size: 100%;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    border-radius: 99px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
    content: "";
    background: #ffffff;
    height: 18px;
    width: 18px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar {
    position: relative;
    height: 100%;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control span::before {
    background: none;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(135, 135, 135, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-play-control.vjs-paused span::before {
    content: "";
    background: #ffffff;
    height: 18px;
    width: 18px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-progress-control {
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control .vjs-control {
    height: 3.5em;
    position: absolute;
    left: -2vw;
    top: -3vw;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-picture-in-picture-control.vjs-control {
    height: 3.5em;
    position: absolute;
    left: 1vw;
    top: -3vw;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control {
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
    position: absolute;
    right: 0;
    top: -10px;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal .vjs-volume-control {
    display: none;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-time-control {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-subs-caps-button {
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: block !important;
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js .vjs-control-bar .vjs-http-source-selector.vjs-menu-button.vjs-menu-button {
    position: absolute;
    right: 10vw;
    bottom: 10px;
    height: 3.5em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--movie .block--player .video-js.vjs-fullscreen .vjs-control-bar {
    height: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main {
    margin: 20px 0 0 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .more_movies_title {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents {
    display: block;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin: 0 auto 2em;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 35%;
    margin: 0;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt {
    width: 65%;
    padding: 0 10px;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .category {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0;
    opacity: 0.7;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .tit {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
  }
  .page--movie.new-movie.page--detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .list__txt .date {
    font-size: 12px;
  }
  .page--movie.radio .block--read, .page--bbs .block--read {
    margin-bottom: 50px;
    padding: 25px 15px 20px;
  }
  .page--movie.radio .block--read .txt, .page--bbs .block--read .txt {
    font-size: 13px;
  }
  .page--photo .section--list .category-tit {
    font-size: 20px;
  }
  .page--photo .section--detail .tit {
    font-size: 15px;
  }
  .page--photo .section--detail .list--contents {
    margin: 30px auto;
  }
  .page--photo .section--detail .list--contents > li {
    width: 31.3333333333%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .page--photo .section--detail .list--contents > li:nth-child(3n) {
    margin-right: 0;
  }
  .page--photo.page--point .section--detail .thumb {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page--blog .block--category li a {
    padding-top: 3px;
    font-size: 14px;
  }
  .page--blog .section--detail .tit {
    font-size: 16px;
  }
  .page--blog .section--detail .date {
    margin-right: 12px;
  }
  .page--blog .section--detail > .txt {
    margin: 30px auto 10px;
  }
  .page--blog .section--detail .block--form {
    margin-top: 5em;
    margin-bottom: 3em;
  }
  .page--blog .section--detail .block--form .block-tit {
    font-size: 15px;
  }
  .page--blog .section--detail .block--comment {
    padding: 15px 5% 15px;
  }
  .page--blog .section--detail .block--comment .list--comment li {
    padding: 10px 0 13px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name, .page--blog .section--detail .block--comment .list--comment li .date {
    font-size: 11px;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete {
    top: 9px;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete input[type=submit] {
    font-size: 10px;
  }
  .page--blog .section--detail .block--comment .list--comment li .txt {
    font-size: 13px;
  }
  .page--blog .section--detail .block--comment .block--pager {
    margin-bottom: 10px;
  }
  .page--blog.page--delete .section--detail .txt {
    font-size: 15px;
  }
  .page--blog.blog--catgory7 .section--list .sub-tit {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .page--blog.blog--sub-catgory12 .section--detail > .txt {
    margin-top: 0px;
  }
  .page--blog.blog--sub-catgory12 .section--detail > .txt .ph {
    margin-bottom: 0em;
  }
  .page--blog.blog--sub-catgory12 .section--detail .txt-area {
    width: 100%;
    padding: 20px;
    border: none;
    position: relative;
    padding: 1.5em;
    padding-top: 4em;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
  .page--blog.blog--sub-catgory12 .section--detail .icon--like {
    position: absolute;
    left: 1.5em;
    top: 1.5em;
  }
  .page--blog.blog--sub-catgory12 .section--detail .head--detail {
    position: relative;
    border: 1px solid #DEDEDE;
    padding: 15px 4%;
  }
  .page--blog.blog--sub-catgory12 .section--detail .inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .page--blog.blog--sub-catgory12 .section--detail .date {
    padding: 16px 0;
    margin-right: 0px;
    width: auto;
  }
  .page--blog.blog--sub-catgory12 .section--detail .block--writer {
    width: 100%;
  }
  .page--blog.blog--sub-catgory12 .section--detail .slick-dots {
    bottom: 3px;
  }
  .page--wallpaper .section--detail .tit {
    font-size: 15px;
  }
  .page--wallpaper .section--detail .txt {
    margin-bottom: 20px;
  }
  .page--wallpaper.page--point .section--detail .thumb {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .page--bbs .content--body {
    z-index: 11;
  }
  .page--bbs .section--header {
    margin-bottom: 40px;
  }
  .page--bbs .block--read {
    position: relative;
    margin-bottom: 30px;
  }
  .page--bbs .block--read .txt {
    margin-bottom: 0;
  }
  .page--bbs .block--read .btn {
    position: fixed;
    bottom: 8vh;
    right: 4vw;
  }
  .page--bbs .block--read .btn .btn--main {
    position: relative;
    font-size: 11px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0;
    line-height: 1.35;
    padding: 48px 12px 18px;
  }
  .page--bbs .block--read .btn .btn--main::before {
    content: "\f086";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 24px;
    line-height: 0;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page--bbs .list--thread li a {
    padding: 24px 0;
  }
  .page--bbs .list--thread li.pickup a {
    padding: 19px 0;
  }
  .page--bbs .list--thread li i {
    padding: 8px 8px 8px 7.5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--bbs .list--thread li i {
    padding: 7px 7px 7px 5.5px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .section--detail {
    min-height: 60vh;
  }
  .page--bbs.page--thread .wrap {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--bbs.page--thread .wrap {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .content--body {
    padding: 0;
  }
  .page--bbs.page--thread .block--tit .detail__btn {
    width: 48px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--bbs.page--thread .block--tit .detail__btn {
    width: 52px;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .block--tit h3 {
    width: calc(100% - 48px);
    padding: 10px 3vw 10px 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) and (min-width: 756px) and (max-width: 961px) {
  .page--bbs.page--thread .block--tit h3 {
    width: calc(100% - 52px);
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--bbs.page--thread .list--comment {
    padding: 0 11px;
  }
  .page--bbs.page--thread .block--post {
    padding: 4px 3vw;
  }
  .section--detail.support .section-tit {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .section--detail.support .list--support dd {
    margin-bottom: 30px;
  }
  .page--faq .searchBox {
    width: 100%;
    margin: 30px auto 50px;
  }
  .page--faq .searchBox input[type=text] {
    line-height: 35px;
    font-size: 16px;
  }
  .page--faq .searchBox input[type=submit] {
    width: 40px;
    line-height: 46px;
  }
  .page--faq .tit--category {
    font-size: 1em;
  }
  .page--faq .list--faq {
    margin-bottom: 40px;
  }
  .page--faq .list--faq a {
    display: block;
    padding: 15px 0 17px 0;
  }
  .page--faq .list--faq .tit {
    padding-left: 20px;
  }
  .page--faq .list--faq .icon--q {
    line-height: 1.35;
    font-size: 17px;
  }
  .page--faq .section--list .section-tit {
    margin-bottom: 50px;
    font-size: 18px;
  }
  .page--faq .section--detail .block--faq-detail {
    padding: 20px 20px 25px;
    margin: 0 0 50px;
  }
  .section--detail.mailmagazine .block--step {
    margin: 4em auto 3em;
  }
  .section--detail.mailmagazine .block--step .list--step {
    margin: 2em auto;
  }
  .section--detail.mailmagazine .block--step .list--step li {
    width: 100%;
    margin-bottom: 10px;
    padding: 28px 15px;
  }
  .section--detail.mailmagazine .block--step .list--step li:last-child {
    margin-bottom: 0;
  }
  .section--detail.mailmagazine .block--step .list--step li .number {
    padding-right: 0.8em;
    font-size: 20px;
  }
  .section--detail.mailmagazine .block--entry {
    margin: 3em auto 4em;
  }
  .section--detail.mailmagazine .block--entry .txt--sub {
    font-size: 0.8em;
  }
  .section--detail.entry .logo {
    width: 50%;
    margin: 0 auto 40px;
  }
  .section--detail.entry .block-tit {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .section--detail.entry .block-tit.jp {
    font-size: 18px;
  }
  .section--detail.entry .txt--lead {
    margin-bottom: 60px;
  }
  .section--detail.entry [class^=block--] {
    margin-bottom: 70px;
  }
  .section--detail.entry .list--content li {
    width: 100%;
    margin-bottom: 10px;
    padding: 23px 18px 22px;
  }
  .section--detail.entry .list--content li .tit {
    font-size: 1.4em;
  }
  .section--detail.entry .list--content li .tit.ja {
    font-size: 1em;
  }
  .section--detail.entry .list--content li .btn--sample {
    font-size: 15px;
  }
  .section--detail.entry .price dt, .section--detail.entry .price dd {
    padding: 20px;
    width: 100%;
  }
  .section--detail.entry .price dt {
    padding-bottom: 0;
    border-bottom: none;
  }
  .section--detail.entry .price dd {
    padding-top: 10px;
  }
  .section--detail.entry .block--login__fanplus .block--inner {
    padding: 30px 15px 20px;
    margin-bottom: 20px;
  }
  .section--detail.entry .block--login__fanplus .txt--basic .tit {
    font-size: 1.1em;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: inherit;
    padding: 1.2em 2em 1.3em;
  }
  .section--detail.entry .block--pre-entry {
    margin-bottom: 20px !important;
  }
  .section--detail.entry .block--pre-entry .txt--basic .tit {
    font-size: 1.2em;
  }
  .section--detail.entry .block--pre-entry .txt--basic .caution {
    font-size: 1.1em;
    text-align: left;
  }
  .section--detail.entry .block--pre-entry .txt--basic .note {
    text-align: left;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 20px;
  }
  .page--questionnaire .section--detail .form--post {
    margin: 3em auto;
  }
  .page--questionnaire .section--detail .form--post dt {
    margin: 2em 0 0.4em;
  }
  .page--birthday-message .section--detail .txt--message {
    font-size: 16px;
  }
  .page--birthday-message .section--detail .birthday-photo {
    margin: 20px auto;
  }
  .page--birthday-message .section--detail .txt--name {
    margin-bottom: 4em;
    font-size: 0.85em;
    text-align: right;
  }
}
/*  tablet
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 960px) {
  body {
    font-size: 15px;
  }
  body::before {
    background-image: url(/static/ncis/common/bg_pc.png);
  }
  h1.fc-logo {
    bottom: 35px;
    width: 260px;
    padding-top: 168px;
  }
  .header .drawer {
    width: 50vw;
    right: -51vw;
    padding: 13vh 10vw 10vh 5vw;
  }
  .header .drawer .g-nav .nav.nav__list--login {
    margin-top: 36px;
  }
  .header .drawer .g-nav .nav li {
    margin-bottom: 10px;
  }
  .header .drawer .g-nav .nav li.g-nav--item__home {
    margin-top: 36px;
  }
  .header .drawer .g-nav .nav li a {
    font-size: 5vw;
  }
  .header .drawer__btn {
    right: 3vw;
    top: calc(10px + 1.2vh);
  }
  .header .drawer__btn span {
    letter-spacing: 0.04em;
    font-size: 16px;
  }
  footer {
    padding: 60px 4vw 55px;
  }
  .block--pager {
    margin: 30px auto;
    font-size: 17px;
  }
  .block--pager .pager__item--older, .block--pager .pager__item--newer {
    position: static;
    padding-top: 0;
  }
  .block--pager .pager__item--older a::before, .block--pager .pager__item--older span::before, .block--pager .pager__item--newer a::before, .block--pager .pager__item--newer span::before {
    height: 10px;
    width: 10px;
    top: 8px;
  }
  .date,
  .category,
  .members {
    font-size: 14px;
  }
  .blog-category {
    font-size: 18px;
  }
  .tit {
    font-size: 16px;
  }
  .list__more a {
    font-size: 12px;
  }
  .list--info > li {
    padding: 16px 0;
  }
  .list--contents {
    justify-content: space-between;
  }
  .list--contents > li {
    width: 48%;
    margin-bottom: 50px;
  }
  .list--contents > li .thumb {
    margin-bottom: 15px;
  }
  [class^=list--] li.new .tit::after {
    font-size: 12px;
  }
  .block--category {
    margin: -25px auto 45px;
  }
  .block--category li a {
    padding: 3px 8px;
  }
  .list--point {
    margin-top: 30px;
    padding: 10px 15px 12px;
  }
  .list--point li {
    font-size: 13px;
  }
  .list--point li .number {
    font-size: 16px;
  }
  .slick-prev, .slick-next {
    bottom: -30px;
    width: 32px;
    height: 17px;
  }
  .slick-prev::before, .slick-next::before {
    height: 17px;
    font-size: 16px;
  }
  .slick-prev {
    right: 44px;
  }
  .slick-counter {
    width: 68px;
    height: 28px;
    font-size: 28px;
  }
  .slick-counter .line {
    width: 32px;
  }
  .slick-counter .line::before {
    top: 12px;
    width: 9px;
    height: 3px;
  }
  .form--confirm {
    padding: 30px 25px 0;
  }
  .wrap {
    padding-top: 125px;
    padding-bottom: calc(190px + 14%);
  }
  .section-tit {
    margin-bottom: 50px;
    font-size: 38px;
  }
  .contents-tit {
    font-size: 38px;
  }
  .block-tit {
    font-size: 24px;
  }
  .section--list .list--info {
    margin-bottom: 40px;
  }
  .detail__btn a {
    font-size: 18px;
  }
  .page--home .top-logo {
    top: 18vw;
    width: 38%;
    padding-top: 24.5%;
  }
  .page--home .wrap--bg.bg--01::before {
    top: 31.5vw;
    right: 30%;
  }
  .page--home .wrap--bg.bg--02::before {
    bottom: calc(170px + 9.5%);
    right: 30%;
  }
  .page--home .wrap--bg.bg--03::before {
    bottom: calc(180px + 8.5%);
    left: 30%;
  }
  .page--home .wrap--bg.bg--04::before {
    right: 30%;
  }
  .page--home .contents-tit {
    margin-bottom: 32px;
  }
  .page--home .section--top {
    margin: 48vw 0 22vw;
  }
  .page--home .section--birthday {
    margin-top: -120px;
    margin-bottom: 70px;
  }
  .page--home .section--birthday .birthday-message .btn--main {
    font-size: 14px;
  }
  .page--home .section--bnr {
    margin: 0 15vw 100px;
    padding-bottom: 36px;
  }
  .page--home .section--bnr .list--bnr {
    padding-top: 38px;
  }
  .page--home .section--news {
    margin-top: 90px;
    margin-bottom: 150px;
  }
  .page--home .section--news .contents-tit {
    margin-bottom: 28px;
  }
  .page--home .section--blog.staff-blog {
    margin-bottom: 100px;
  }
  .page--home .section--column {
    margin-top: 90px;
    margin-bottom: 150px;
  }
  .page--home .section--column .sub-tit {
    margin-bottom: 36px;
    font-size: 15px;
  }
  .page--home .section--column .block--column .tit {
    margin-bottom: 6px;
    font-size: 17px;
  }
  .page--home .section--column .block--column .tit::after {
    font-size: 12px;
  }
  .page--home .section--column .block--column .date {
    margin-bottom: 22px;
  }
  .page--home .section--column .block--column .txt {
    font-size: 12px;
  }
  .page--home .section--photo {
    margin-bottom: 110px;
  }
  .page--home .section--photo .list--contents li {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .page--home .section--photo .list--contents li a.photo-thumb {
    order: 2;
    width: 60%;
  }
  .page--home .section--photo .list--contents li a.photo-txt {
    order: 1;
    width: 40%;
    padding-right: 20px;
  }
  .page--home .section--photo .list--contents > li .thumb {
    margin-bottom: 0;
  }
  .page--home .wrap--contents {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 150px;
    margin-left: 6vw;
    margin-right: 6vw;
  }
  .page--home .section--movie, .page--home .staff-blog {
    width: 48%;
    margin: 0;
  }
  .page--home .section--movie .list--contents li, .page--home .staff-blog .list--contents li {
    width: 100%;
    margin-bottom: 0;
  }
  .page--home .section--movie .list--contents li .thumb, .page--home .staff-blog .list--contents li .thumb {
    height: 20vw;
  }
  .page--home .section--movie {
    margin-top: 0;
    margin-bottom: 0;
  }
  .page--home .section--radio {
    margin-bottom: 0;
  }
  .page--home footer .block--support {
    margin: 0 6vw 60px;
  }
  .page--home footer .block--support .nav-tit {
    font-size: 30px;
  }
  .page--home footer .block--support .nav-tit span {
    padding-left: 28px;
  }
  .page--home footer .block--support .nav-tit span::before {
    width: 12px;
    top: 17px;
    left: 0;
  }
  .page--home footer .block--support .nav-tit span::after {
    height: 12px;
    left: 5px;
    top: 12px;
  }
  .page--home footer .block--support .nav-tit.open span::after {
    top: 17px;
  }
  .page--home footer .nav--support {
    padding-top: 18px;
  }
  .page--home footer .nav--support li {
    font-size: 12px;
  }
  .page--home footer .nav--support li + li {
    margin-left: 22px;
  }
  .page--home footer .block--foot-link {
    padding: 66px 6vw 50px;
  }
  .page--home footer .block--foot-link::before {
    left: 30%;
  }
  .page--home footer .block--foot-link .nav--foot-sns {
    margin-bottom: 10px;
    text-align: right;
    font-size: 0;
  }
  .page--home footer .block--foot-link .nav--foot-sns li {
    font-size: 15px;
  }
  .page--home footer .block--foot-link .nav--foot-official li {
    font-size: 20px;
  }
  .page--home footer .copyright {
    padding: 0 6vw 50px;
  }
  .page--home footer .copyright::before {
    left: 30%;
  }
  .page--info .section--list .block--category {
    margin-bottom: 35px;
  }
  .page--info .section--detail .tit {
    font-size: 17px;
  }
  .page--info .section--detail.new .tit::after {
    font-size: 12px;
  }
  .page--info .section--detail .txt {
    padding: 35px 0;
  }
  .page--info .block--share {
    margin-bottom: 45px;
  }
  .page--movie .section--list .category-tit {
    font-size: 22px;
  }
  .page--movie .section--detail .tit {
    font-size: 17px;
  }
  .page--movie .section--detail .block--player {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page--movie.page--point .section--detail .thumb {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .page--movie.radio .block--read {
    margin-bottom: 70px;
    padding: 30px 30px 25px;
  }
  .page--movie.radio .block--read .txt {
    font-size: 14px;
  }
  .page--photo .section--list .category-tit {
    font-size: 22px;
  }
  .page--photo .section--detail .tit {
    font-size: 17px;
  }
  .page--photo .section--detail .list--contents {
    margin: 35px auto;
    justify-content: flex-start;
  }
  .page--photo .section--detail .list--contents > li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page--photo .section--detail .list--contents > li:nth-child(3n) {
    margin-right: 2%;
  }
  .page--photo .section--detail .list--contents > li:nth-child(4n) {
    margin: 0;
  }
  .page--photo.page--point .section--detail .thumb {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  /*  page blog
  ------------------------------ */
  .page--blog .block--category li a {
    padding-bottom: 2px;
    font-size: 15px;
  }
  .page--blog .section--detail .tit {
    font-size: 17px;
  }
  .page--blog .section--detail > .txt {
    margin: 35px auto 45px;
  }
  .page--blog .section--detail .block--form .block-tit {
    font-size: 17px;
  }
  .page--blog .section--detail .block--comment {
    padding: 20px 5% 20px;
  }
  .page--blog .section--detail .block--comment .list--comment li .name, .page--blog .section--detail .block--comment .list--comment li .date {
    font-size: 12px;
  }
  .page--blog .section--detail .block--comment .list--comment li .btn--delete input[type=submit] {
    font-size: 11px;
  }
  .page--blog .section--detail .block--comment .list--comment li .txt {
    font-size: 14px;
  }
  .page--blog .section--detail .block--comment .block--pager {
    margin-bottom: 20px;
  }
  /* column */
  .page--blog.blog--catgory7 .section--list .sub-tit {
    margin-bottom: 30px;
    font-size: 17px;
  }
  .page--wallpaper .section--list .tit {
    margin-bottom: 20px;
  }
  .page--wallpaper .section--list .block--wp-size li {
    display: inline-block;
    width: auto;
    margin: 0 3px 4px 0;
    float: none;
  }
  .page--wallpaper .section--list .block--wp-size li a {
    display: block;
    font-weight: bold;
    background: #70858A;
    font-size: 12px;
    padding: 0.5em;
    transition: 0.3s;
  }
  .page--wallpaper .section--list .block--wp-size li:last-child {
    margin-right: 0;
  }
  .section--detail.support .section-tit {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .page--faq .list--faq .icon--q {
    font-size: 18px;
  }
  .section--detail.entry .logo {
    width: 36%;
    margin: 0 auto 60px;
  }
  .section--detail.entry .block-tit {
    font-size: 32px;
  }
  .section--detail.entry .block-tit.jp {
    font-size: 22px;
  }
  .section--detail.entry .txt--lead {
    text-align: center;
    margin-bottom: 80px;
  }
  .section--detail.entry .txt--lead br.pc {
    display: block !important;
  }
  .section--detail.entry [class^=block--] {
    margin-bottom: 90px;
  }
  .section--detail.entry .list--content {
    justify-content: space-between;
  }
  .section--detail.entry .list--content li {
    width: calc(50% - 5px);
    padding: 25px;
  }
  .section--detail.entry .price dt {
    justify-content: center;
    width: 30%;
    padding: 25px 18px;
    border-bottom: 1px solid #4C5253;
  }
  .section--detail.entry .price dd {
    width: 70%;
    padding: 25px 18px;
  }
  .section--detail.entry .block--login__fanplus .btn--main {
    min-width: 300px;
  }
  .page--questionnaire .section--detail .section-tit {
    font-size: 22px;
  }
}/*# sourceMappingURL=style.css.map */