@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 縦書き */
/* 内径 */
/* 文字 */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 625%; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6, em {
  margin: 0;
  font-weight: normal;
  font-style: inherit; }

p {
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6; }
  @media screen and (max-width: 480px) {
    a:hover {
      opacity: 1; } }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
a.notel {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }
/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* レスポンシブ */
@media screen and (max-width: 480px) {
  .view-pc {
    display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .view-sp {
      display: block; } }

/* 画像 */
img {
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  /* normal: 300, regular: 400, medium: 500, bold: 700 */
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 1.75; }
  @media screen and (max-width: 1300px) {
    body {
      font-size: 1.3846153846vw; } }
  @media screen and (max-width: 480px) {
    body {
      font-size: 4vw; } }

#wrap {
  overflow: hidden;
  position: relative; }

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

* {
  outline: none; }

img {
  display: block;
  width: 100%;
  height: auto; }

.cnts-prof-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; }

/* hd
---------------------------------------------------------------------------*/
/* mv
---------------------------------------------------------------------------*/
.mv {
  position: relative; }
  .mv-img {
    width: 100%;
    height: 40vh; }
    .mv-img img {
      width: 100% !important;
      height: 40vh !important;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  .mv-tx {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #ffffff;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8); }
    .mv-tx h1 {
      -webkit-writing-mode: vertical-rl;
      -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      -o-writing-mode: vertical-rl;
      writing-mode: vertical-rl;
      line-height: 2;
      letter-spacing: .1em;
      font-size: 40px; }
      @media screen and (max-width: 1300px) {
        .mv-tx h1 {
          font-size: 3.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .mv-tx h1 {
          font-size: 8.5333333333vw; } }
  .mv-copy {
    position: absolute;
    right: 2em;
    bottom: 2em;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 1300px) {
      .mv-copy {
        font-size: 1.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .mv-copy {
        font-size: 2.9866666667vw; } }

/* intr
---------------------------------------------------------------------------*/
.intr {
  /* 1280 */
  width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .intr {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .intr {
      width: 89.3333333333vw; } }

/* under
---------------------------------------------------------------------------*/
.bg-gray {
  background-color: #343434;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1300px) {
    .bg-gray {
      padding-top: 6.9230769231vw;
      padding-bottom: 6.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .bg-gray {
      padding-top: 12vw;
      padding-bottom: 12vw; } }

.cnts-wrap-min {
  /* 1280 */
  width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 1300px) {
    .cnts-wrap-min {
      width: 83.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .cnts-wrap-min {
      width: 89.3333333333vw; } }

.cnts-hd {
  position: relative;
  width: 100%;
  height: 450px; }
  @media screen and (max-width: 1300px) {
    .cnts-hd {
      height: 34.6153846154vw; } }
  .cnts-hd img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
    @media screen and (max-width: 1300px) {
      .cnts-hd img {
        height: 34.6153846154vw; } }
  .cnts-hd-tx {
    position: absolute;
    right: 3em;
    bottom: 1em;
    color: #ffffff;
    font-size: 20px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8); }
    @media screen and (max-width: 1300px) {
      .cnts-hd-tx {
        font-size: 1.5384615385vw; } }
    @media screen and (max-width: 480px) {
      .cnts-hd-tx {
        font-size: 4.2666666667vw; } }

.cnts-wrap {
  /* 1280 */
  width: 1300px;
  padding-left: 110px;
  padding-right: 110px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1300px) {
    .cnts-wrap {
      width: 100vw;
      padding-left: 8.4615384615vw;
      padding-right: 8.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .cnts-wrap {
      padding-left: 5.3333333333vw;
      padding-right: 5.3333333333vw; } }

.cnts-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media screen and (max-width: 1300px) {
    .cnts-prof {
      padding-top: 6.9230769231vw;
      padding-bottom: 6.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .cnts-prof {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 12vw;
      padding-bottom: 12vw; } }
  .cnts-prof-img {
    width: 360px; }
    @media screen and (max-width: 1300px) {
      .cnts-prof-img {
        width: 27.6923076923vw; } }
    @media screen and (max-width: 480px) {
      .cnts-prof-img {
        width: 100%;
        margin-bottom: 8vw; } }
  .cnts-prof-tx {
    position: relative;
    width: 680px; }
    @media screen and (max-width: 1300px) {
      .cnts-prof-tx {
        width: 52.3076923077vw; } }
    @media screen and (max-width: 480px) {
      .cnts-prof-tx {
        width: 100%; } }
    .cnts-prof-tx-name {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: .05em; }
      @media screen and (max-width: 1300px) {
        .cnts-prof-tx-name {
          font-size: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .cnts-prof-tx-name {
          font-size: 4.2666666667vw; } }
    .cnts-prof-tx-desc {
      font-size: 14px;
      margin-top: 1em;
      background-color: rgba(220, 240, 255, 0.4);
      padding: .5em 1em; }
      @media screen and (max-width: 1300px) {
        .cnts-prof-tx-desc {
          font-size: 1.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .cnts-prof-tx-desc {
          font-size: 2.9866666667vw; } }
    .cnts-prof-tx ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.5em; }
      .cnts-prof-tx ul li {
        font-size: 12px; }
        @media screen and (max-width: 1300px) {
          .cnts-prof-tx ul li {
            font-size: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .cnts-prof-tx ul li {
            font-size: 2.56vw; } }
        .cnts-prof-tx ul li a {
          text-decoration: underline; }
        .cnts-prof-tx ul li + li {
          margin-left: 0.5em; }
    .cnts-prof-tx-sp {
      position: absolute;
      right: .8em;
      top: .4em;
      font-size: 12px; }
      @media screen and (max-width: 1300px) {
        .cnts-prof-tx-sp {
          font-size: 0.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .cnts-prof-tx-sp {
          font-size: 2.56vw; } }
    .cnts-prof-tx-copy {
      font-size: 10px;
      text-align: right;
      margin-top: 0.4em; }
      @media screen and (max-width: 1300px) {
        .cnts-prof-tx-copy {
          font-size: 0.7692307692vw; } }
      @media screen and (max-width: 480px) {
        .cnts-prof-tx-copy {
          font-size: 2.1333333333vw; } }

.cnts-masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cnts-masonry li {
    width: 25%;
    padding: 4px; }
    @media screen and (max-width: 480px) {
      .cnts-masonry li {
        width: 50%; } }
    .cnts-masonry li img {
      width: 100%;
      height: 150px;
      object-fit: cover;
      object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
      @media screen and (max-width: 480px) {
        .cnts-masonry li img {
          height: 25vw; } }
    .cnts-masonry li a {
      position: relative;
      display: block; }
      .cnts-masonry li a span {
        width: 90%;
        display: block;
        position: absolute;
        white-space: nowrap;
        text-align: right;
        font-size: 12px;
        color: #ffffff;
        right: .5em;
        bottom: .2em;
        text-shadow: 0px 0px 1px #000000, 0px 0px 1px #000000, 0px 0px 1px #000000; }
        @media screen and (max-width: 1300px) {
          .cnts-masonry li a span {
            font-size: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .cnts-masonry li a span {
            font-size: 2.56vw; } }

.pagetop {
  display: none;
  width: 60px;
  height: 60px;
  background-image: url(../img/pagetop@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  right: 1em;
  bottom: 1em; }
  @media screen and (max-width: 1300px) {
    .pagetop {
      width: 4.6153846154vw;
      height: 4.6153846154vw; } }
  @media screen and (max-width: 480px) {
    .pagetop {
      width: 13.3333333333vw;
      height: 13.3333333333vw; } }

.ft-copy {
  padding: 1em;
  text-align: right;
  font-size: 12px; }
  @media screen and (max-width: 1300px) {
    .ft-copy {
      font-size: 0.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .ft-copy {
      font-size: 2.56vw; } }

/* weapon
---------------------------------------------------------------------------*/
.weapon {
  font-size: 14px; }
  @media screen and (max-width: 1300px) {
    .weapon {
      font-size: 1.0769230769vw; } }
  @media screen and (max-width: 480px) {
    .weapon {
      font-size: 2.9866666667vw; } }
  .weapon-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 300px;
    background-image: url(../img/weapon/hd.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 2em; }
    @media screen and (max-width: 1300px) {
      .weapon-hd {
        height: 23.0769230769vw; } }
    @media screen and (max-width: 480px) {
      .weapon-hd {
        height: 40vw; } }
    .weapon-hd h1 {
      /* 1280 */
      width: 1080px;
      margin: 0 auto;
      font-size: 20px;
      text-align: right;
      padding-bottom: 1.5em;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
      color: #ffffff;
      letter-spacing: .1em; }
      @media screen and (max-width: 1300px) {
        .weapon-hd h1 {
          width: 83.0769230769vw; } }
      @media screen and (max-width: 480px) {
        .weapon-hd h1 {
          width: 89.3333333333vw; } }
      @media screen and (max-width: 1300px) {
        .weapon-hd h1 {
          font-size: 1.5384615385vw; } }
      @media screen and (max-width: 480px) {
        .weapon-hd h1 {
          font-size: 4.2666666667vw; } }
  .weapon-img {
    margin-bottom: 2em;
    width: 100%;
    overflow: hidden;
    background-color: #000000; }
    .weapon-img a.atag {
      position: relative;
      display: block; }
      .weapon-img a.atag img {
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; }
      .weapon-img a.atag:hover {
        opacity: 1; }
        .weapon-img a.atag:hover img {
          transform: scale(1.2);
          opacity: 0.6; }
    .weapon-img > span {
      position: absolute;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.6);
      padding: .2em .7em;
      line-height: 1.2;
      margin-left: 0.3em;
      left: .5em;
      top: .5em;
      font-weight: 700; }
  .weapon-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .weapon-data {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    .weapon-data-left {
      width: 70%; }
      @media screen and (max-width: 480px) {
        .weapon-data-left {
          width: 100%; } }
    .weapon-data-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 1.5em;
      font-size: 12px; }
      @media screen and (max-width: 1300px) {
        .weapon-data-tags {
          font-size: 0.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .weapon-data-tags {
          font-size: 2.56vw; } }
      .weapon-data-tags dt {
        margin-right: .5em; }
      .weapon-data-tags dd {
        margin-right: 1em; }
      .weapon-data-tags span {
        display: inline-block;
        background-color: #efefef;
        padding: .2em .7em;
        line-height: 1.2;
        margin-left: 0.3em; }
    .weapon-data-link {
      display: inline-block;
      padding-right: 2em;
      margin-top: 1.5em; }
      .weapon-data-link a {
        display: block;
        position: relative;
        text-decoration: underline; }
        .weapon-data-link a::after {
          position: absolute;
          content: "";
          right: -2em;
          top: 50%;
          transform: translateY(-50%);
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          background-image: url(../img/cmn/loadstone.png);
          width: 1.5em;
          height: 1.5em; }
    .weapon-data-sub {
      width: 28%;
      overflow: hidden;
      background-color: #000000; }
      @media screen and (max-width: 480px) {
        .weapon-data-sub {
          width: 100%;
          margin-bottom: 2em; } }
      .weapon-data-sub a {
        display: block; }
        .weapon-data-sub a:hover {
          opacity: 1; }
          .weapon-data-sub a:hover img {
            transform: scale(1.2);
            opacity: 0.6; }
  .weapon-wrap {
    margin-top: 4em; }
    .weapon-wrap.tate {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .weapon-wrap.tate {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .weapon-wrap.tate .weapon-img {
        width: 55%;
        margin-bottom: 0; }
      .weapon-wrap.tate .weapon-data {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 42%; }
        .weapon-wrap.tate .weapon-data .weapon-data-sub {
          margin-bottom: 2em; }
        @media screen and (max-width: 480px) {
          .weapon-wrap.tate .weapon-data .weapon-data-tags {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .weapon-wrap.tate .weapon-data .weapon-data-tags dt {
              width: 45%;
              margin-right: 0; }
            .weapon-wrap.tate .weapon-data .weapon-data-tags dd {
              width: 55%;
              margin-right: 0; } }
      .weapon-wrap.tate .back {
        width: 100%; }
  .weapon-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .weapon-lst li {
      width: 33.3333%;
      padding: .5em;
      margin-bottom: 2em; }
      @media screen and (max-width: 480px) {
        .weapon-lst li {
          width: 50%; } }
      .weapon-lst li a {
        display: block;
        width: 100%; }
        .weapon-lst li a:hover {
          opacity: 1; }
          .weapon-lst li a:hover img {
            transform: scale(1.2);
            opacity: 0.6; }
    .weapon-lst-img {
      position: relative;
      background-color: #000000;
      overflow: hidden;
      width: 100%;
      height: 320px; }
      @media screen and (max-width: 1300px) {
        .weapon-lst-img {
          height: 24.6153846154vw; } }
      @media screen and (max-width: 480px) {
        .weapon-lst-img {
          height: 44vw; } }
      .weapon-lst-img img {
        width: 100%;
        height: 320px;
        object-fit: cover;
        object-position: center;
        font-family: "object-fit: cover; object-position: center;";
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; }
        @media screen and (max-width: 1300px) {
          .weapon-lst-img img {
            height: 24.6153846154vw; } }
        @media screen and (max-width: 480px) {
          .weapon-lst-img img {
            height: 44vw; } }
    .weapon-lst-bd-date {
      margin-top: 0.5em;
      font-size: 12px; }
      @media screen and (max-width: 1300px) {
        .weapon-lst-bd-date {
          font-size: 0.9230769231vw; } }
      @media screen and (max-width: 480px) {
        .weapon-lst-bd-date {
          font-size: 2.56vw; } }
    .weapon-lst-bd-ttl {
      font-size: 16px; }
      @media screen and (max-width: 1300px) {
        .weapon-lst-bd-ttl {
          font-size: 1.2307692308vw; } }
      @media screen and (max-width: 480px) {
        .weapon-lst-bd-ttl {
          font-size: 3.4133333333vw; } }

.cap-cat {
  position: absolute;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  padding: .2em .7em;
  line-height: 1.2;
  left: .5em;
  top: .5em;
  font-weight: 700; }
  @media screen and (max-width: 480px) {
    .cap-cat {
      left: 0;
      top: 0; } }

.cap-tag {
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: .2em .7em;
  line-height: 1.2;
  right: .5em;
  bottom: .5em;
  color: #ffffff; }
  @media screen and (max-width: 480px) {
    .cap-tag {
      right: 0;
      bottom: 0; } }

.pgnt {
  margin-top: 2em;
  border-top: 1px solid #efefef;
  padding: 1em 0; }
  .pgnt .wp-pagenavi span.pages {
    border: none;
    background-color: transparent; }
  .pgnt .wp-pagenavi span.current {
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff; }
  .pgnt .wp-pagenavi a, .pgnt .wp-pagenavi span {
    background-color: rgba(0, 0, 0, 0.2); }

/* landscape
---------------------------------------------------------------------------*/
.landscape-data .weapon-data-comment {
  margin-bottom: 1.5em; }

.landscape-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px; }
  @media screen and (max-width: 1300px) {
    .landscape-area {
      font-size: 0.9230769231vw; } }
  @media screen and (max-width: 480px) {
    .landscape-area {
      font-size: 2.56vw; } }
  .landscape-area dt {
    margin-right: .5em; }
  .landscape-area dd {
    margin-right: 1em; }
    .landscape-area dd + dd {
      position: relative; }
      .landscape-area dd + dd::before {
        content: ">";
        padding-right: 1em; }
  .landscape-area span {
    display: inline-block;
    background-color: #efefef;
    padding: .2em .7em;
    line-height: 1.2;
    margin-left: 0.3em; }

.landscape-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    .landscape-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .landscape-wrap .weapon-data-left {
    width: 100%; }
  .landscape-wrap .weapon-img {
    width: 55%;
    margin-bottom: 0; }
    @media screen and (max-width: 480px) {
      .landscape-wrap .weapon-img {
        width: 100%;
        margin-bottom: 1.5em; } }
    .landscape-wrap .weapon-img > div {
      position: relative; }
    .landscape-wrap .weapon-img .cap {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 1.5em;
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
      color: #ffffff;
      text-align: center; }
      .landscape-wrap .weapon-img .cap ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .landscape-wrap .weapon-img .cap li {
        font-size: 16px;
        letter-spacing: .1em;
        font-weight: 700;
        margin: 0 .25em; }
        @media screen and (max-width: 1300px) {
          .landscape-wrap .weapon-img .cap li {
            font-size: 1.2307692308vw; } }
        @media screen and (max-width: 480px) {
          .landscape-wrap .weapon-img .cap li {
            font-size: 3.4133333333vw; } }
        .landscape-wrap .weapon-img .cap li + li::before {
          content: "-";
          padding-right: 0.5em; }
      .landscape-wrap .weapon-img .cap .copy {
        font-size: 12px;
        letter-spacing: .1em;
        margin-top: 2em;
        opacity: .7; }
        @media screen and (max-width: 1300px) {
          .landscape-wrap .weapon-img .cap .copy {
            font-size: 0.9230769231vw; } }
        @media screen and (max-width: 480px) {
          .landscape-wrap .weapon-img .cap .copy {
            font-size: 2.56vw; } }
  .landscape-wrap .weapon-data {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 42%; }
    @media screen and (max-width: 480px) {
      .landscape-wrap .weapon-data {
        width: 100%; } }
    .landscape-wrap .weapon-data .weapon-data-sub {
      margin-bottom: 2em; }
    @media screen and (max-width: 480px) {
      .landscape-wrap .weapon-data .weapon-data-tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .landscape-wrap .weapon-data .weapon-data-tags dt {
          width: 45%;
          margin-right: 0; }
        .landscape-wrap .weapon-data .weapon-data-tags dd {
          width: 55%;
          margin-right: 0;
          white-space: nowrap; } }
  .landscape-wrap .back {
    width: 100%; }

.landscape .weapon-hd {
  background-image: url(../img/landscape/landscape-hd.jpg); }
