@charset "UTF-8";
/*----------------------------------------------

  FUNCTIONS

----------------------------------------------*/
/*----------------------------------------------

  VARIABLE

----------------------------------------------*/
:root {
  --base-font-color: #333;
  --key-color: #F4DC00;
  --gutter: 20;
  --container-width: 1300;
  --base-font-size: 15;
}

/*----------------------------------------------

  FOUNDATION

----------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

svg {
  display: block;
}

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover img {
  opacity: 1;
}
a:hover {
  outline: none;
  color: inherit;
}

a[target=_blank]:after {
  display: none;
}

b,
strong {
  font-weight: bold;
}

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

ul {
  list-style: none;
}

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

@font-face {
  font-family: "fontello";
  src: url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.eot?49128958");
  src: url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.eot?49128958#iefix") format("embedded-opentype"), url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.woff2?49128958") format("woff2"), url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.woff?49128958") format("woff"), url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.ttf?49128958") format("truetype"), url("https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/font/fontello.svg?49128958#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-link-modal:before {
  content: "\e813";
} /* '' */
.icon-link-ext:before {
  content: "\f08e";
} /* '' */
/* '' */
/*---------------------------------------
   BASE
---------------------------------------*/
body {
  font-family: "Roboto", "Noto Sans JP", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: var(--base-font-color);
  background-color: #fff;
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  line-height: 1.8;
  word-break: normal;
  position: relative;
}

a[target=_blank]:after {
  margin-left: 0.25em;
  display: inline-block;
  font-family: "fontello";
  content: "\f08e";
}

/*----------------------------------------------

  LAYOUT

----------------------------------------------*/
/*---------------------------------------
   l-contents-wrap
---------------------------------------*/
.l-contents-wrap {
  padding-top: min(calc(65 / 375 * 100vw), 35px);
  padding-bottom: min(calc(65 / 375 * 100vw), 100px);
}
.l-contents-wrap--bordered {
  padding-top: min(calc(40 / 375 * 100vw), 100px);
  border-top: 1px solid #eee;
}

/*---------------------------------------
   l-container
---------------------------------------*/
.l-container {
  width: 100%;
  max-width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
   l-header
---------------------------------------*/
.l-header {
  height: min(calc(60 / 375 * 100vw), 168px);
}
.l-header__fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(calc(64 / 375 * 100vw), 168px);
  background: #fff;
  z-index: 1000;
}
@media (min-width: 768px) {
  .l-header__fixed {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.l-header__container {
  height: 100%;
  max-width: 1240px;
}
.l-header__body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.l-header__brand {
  margin-right: 35px;
}
.l-header__brand .logo {
  width: 40px;
}
@media (min-width: 768px) {
  .l-header__brand .logo {
    width: 68px;
  }
}
.l-header__brand .logo a {
  display: block;
}
.l-header__brand .logo a::after {
  display: none;
}
.l-header__brand .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .l-header__brand {
    width: 160px;
    margin-right: 0;
  }
}
.l-header__site-title .logo {
  width: min(calc(150 / 375 * 100vw), 280px);
}
.l-header__site-title .logo a {
  display: block;
  transition: opacity 0.3s;
}
.l-header__site-title .logo a:hover {
  opacity: 0.7;
}
.l-header__site-title .logo a img {
  display: block;
  width: 100%;
}
.l-header__search-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  cursor: pointer;
  width: min(calc(50 / 375 * 100vw), 50px);
  height: min(calc(50 / 375 * 100vw), 50px);
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.l-header__search-button:hover svg {
  stroke: var(--key-color);
}
.l-header__search-button svg {
  display: block;
  width: 40%;
  height: auto;
  fill: transparent;
  stroke: var(--base-font-color);
  stroke-width: 2px;
  transition: stroke 0.3s;
}
.l-header__menus {
  display: flex;
  align-items: center;
}
.l-header__drawer-toggle-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: min(calc(50 / 375 * 100vw), 50px);
  height: min(calc(50 / 375 * 100vw), 50px);
  border-radius: 50%;
  position: relative;
}
.l-header__drawer-toggle-button:hover span {
  background-color: var(--key-color);
}
.l-header__drawer-toggle-button span {
  display: block;
  width: 48%;
  height: 4%;
  background-color: var(--base-font-color);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2%;
  margin-left: -24%;
  transition: transform 0.3s, background 0.3s;
}
.l-header__drawer-toggle-button span:first-child {
  margin-top: -18%;
}
.l-header__drawer-toggle-button span:last-child {
  margin-top: 16%;
}
.l-header__drawer-toggle-button.opened span {
  margin: 0;
}
.l-header__drawer-toggle-button.opened span:nth-child(2) {
  display: none;
}
.l-header__drawer-toggle-button.opened span:first-child {
  transform: rotate(45deg);
}
.l-header__drawer-toggle-button.opened span:last-child {
  transform: rotate(-45deg);
}
.l-header__lang {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .l-header__lang {
    margin-right: 40px;
  }
}
.l-header__lang-icon {
  display: none;
}
@media (min-width: 960px) {
  .l-header__lang-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
}
.l-header__lang-select {
  width: 25px;
  position: relative;
  border-bottom: 1px solid #000000;
}
.l-header__lang-select::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  transform: rotate(135deg);
}
.l-header__lang-select select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 25px;
  color: #000000;
  font-size: min(calc(12 / 375 * 100vw), 14px);
}
@media (min-width: 960px) {
  .l-header__lang-select {
    width: 32px;
  }
  .l-header__lang-select::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
  .l-header__lang-select select {
    width: 32px;
  }
}
.l-header__nav {
  display: none;
}
@media (min-width: 768px) {
  .l-header__nav {
    display: block;
    width: 100%;
  }
  .l-header__nav > ul {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .l-header__nav > ul > li a {
    display: block;
    padding: 0.8em;
  }
  .l-header__nav > ul > li a:hover span {
    text-decoration: underline;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .l-header__nav > ul > li a:hover span {
    text-decoration: none;
  }
  .l-header__nav > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
@media (min-width: 768px) {
  .l-header__nav > ul > li a span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    position: relative;
  }
  .l-header__nav > ul > li a span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--base-font-color);
    position: absolute;
    bottom: -0.2em;
    left: 0;
    transform: scale(0, 1);
    transition: transform 0.3s;
    transform-origin: left center;
  }
}

/*---------------------------------------
   l-menu
---------------------------------------*/
.l-menu {
  position: fixed;
  z-index: 1001;
  top: min(calc(60 / 375 * 100vw), 100px);
  right: 0;
  width: 100%;
  height: calc(100vh - min(calc(60 / 375 * 100vw), 100px));
  z-index: 1001;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #ffffff;
}
.l-menu.opened {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-menu__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.l-menu__scroll::-webkit-scrollbar {
  display: none;
}
.l-menu__body {
  width: 100%;
  padding: min(calc(65 / 375 * 100vw), 80px) min(calc(var(--gutter) / 375 * 100vw), calc(var(--gutter) * 1px));
}
.l-menu__body > section {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}
.l-menu__body > section:first-child {
  margin-top: 0;
}
.l-menu__main {
  font-size: calc(25 / var(--base-font-size) * 100%);
  line-height: 1.3;
}
.l-menu__main > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-menu__main > ul > li a {
  display: block;
  padding: 0.8em;
}
.l-menu__main > ul > li a:hover span {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-menu__main > ul > li a:hover span {
    text-decoration: none;
  }
  .l-menu__main > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
.l-menu__main > ul > li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.l-menu__main > ul > li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: -0.2em;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
.l-menu__common {
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.3;
}
.l-menu__common > ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-menu__common > ul > li a {
  display: block;
  padding: 0.8em;
}
.l-menu__common > ul > li a:hover span {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-menu__common > ul > li a:hover span {
    text-decoration: none;
  }
  .l-menu__common > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
.l-menu__common > ul > li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.l-menu__common > ul > li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: -0.2em;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
.l-menu__sub {
  font-size: calc(15 / var(--base-font-size) * 100%);
  line-height: 1.3;
  display: flex;
  justify-content: center;
}
.l-menu__sub > ul {
  list-style: none;
}
.l-menu__sub > ul > li a {
  display: flex;
  align-items: center;
  padding: 0.5em;
}
.l-menu__sub > ul > li a:hover span {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-menu__sub > ul > li a:hover span {
    text-decoration: none;
  }
  .l-menu__sub > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
.l-menu__sub > ul > li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.l-menu__sub > ul > li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: -0.2em;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
.l-menu__sub > ul > li a svg {
  fill: transparent;
  stroke: var(--base-font-color);
  stroke-width: 1px;
  margin-right: 0.2em;
}
.l-menu__tags {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-top: min(calc(40 / 375 * 100vw), 40px);
  padding-bottom: min(calc(40 / 375 * 100vw), 40px);
}
.l-menu__tags-headding {
  text-align: center;
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.3;
  margin-bottom: min(calc(25 / 375 * 100vw), 25px);
}

/*---------------------------------------
   l-search
---------------------------------------*/
.l-search {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 900;
  padding-top: min(calc(60 / 375 * 100vw), 100px);
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
  transform: translateY(-10%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-search.opened {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-search__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-gutter: stable;
  overflow-x: auto;
  -ms-overflow-style: none;
  background-color: var(--key-color);
}
.l-search__scroll::-webkit-scrollbar {
  display: none;
}
.l-search__body {
  width: 100%;
  padding: min(calc(65 / 375 * 100vw), 80px) min(calc(var(--gutter) / 375 * 100vw), calc(var(--gutter) * 1px));
  max-width: 600px;
  margin: auto;
}
.l-search__body > section {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
}
.l-search__body > section:first-child {
  margin-top: 0;
}
.l-search__body > section .title {
  text-align: center;
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.5;
  margin-bottom: 0.9em;
}
.l-search__form form {
  display: block;
  position: relative;
}
.l-search__form input,
.l-search__form button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
}
.l-search__form input {
  font-size: calc(16 / var(--base-font-size) * 100%);
  background-color: #fff;
  border-radius: 10em;
  padding: 1em 1.5em;
  width: 100%;
}
.l-search__form button {
  width: min(calc(20 / 375 * 100vw), 20px);
  height: min(calc(20 / 375 * 100vw), 20px);
  position: absolute;
  top: 50%;
  right: min(calc(20 / 375 * 100vw), 20px);
  transform: translateY(-50%);
}
.l-search__form button:hover svg {
  stroke: var(--key-color);
}
.l-search__form button svg {
  display: block;
  width: 100%;
  height: auto;
  fill: transparent;
  stroke: var(--base-font-color);
  stroke-width: 2px;
  transition: stroke 0.3s;
}
.l-search__tags .tags > ul > li a {
  background-color: #fff;
  transition: opacity 0.3s;
}
.l-search__tags .tags > ul > li a:hover {
  background-color: #fff;
  opacity: 0.7;
}

/*---------------------------------------
   l-breadcrumb
---------------------------------------*/
.l-breadcrumb {
  font-size: calc(10 / var(--base-font-size) * 100%);
  line-height: 1.3;
  overflow: hidden;
  padding: 0.8em 0;
  border-top: 1px solid #eee;
}
.l-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
.l-breadcrumb ol li {
  padding: 0.5em;
  display: flex;
  align-items: center;
}
.l-breadcrumb ol li:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--base-font-color);
  border-right: 1px solid var(--base-font-color);
  transform: rotate(45deg);
  margin-left: 0.5em;
}
.l-breadcrumb ol li:last-child:after {
  content: none;
}
.l-breadcrumb ol li a {
  position: relative;
}
.l-breadcrumb ol li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left center;
}
.l-breadcrumb ol li a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-breadcrumb ol li a:hover {
    text-decoration: none;
  }
  .l-breadcrumb ol li a:hover:after {
    transform: scale(1, 1);
  }
}
@media print {
  .l-breadcrumb {
    display: none;
  }
}

/*---------------------------------------
   l-footer
---------------------------------------*/
.l-footer {
  background-color: #F5F5F5;
  padding-top: min(calc(60 / 375 * 100vw), 60px);
  padding-bottom: min(calc(30 / 375 * 100vw), 30px);
}
.l-footer__site-title {
  display: flex;
  justify-content: center;
}
.l-footer__site-title .logo {
  width: min(calc(180 / 375 * 100vw), 280px);
  transition: opacity 0.3s;
}
.l-footer__site-title .logo:hover {
  opacity: 0.7;
}
.l-footer__site-title .logo a {
  display: block;
}
.l-footer__site-title .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__main-menu {
  margin-top: min(calc(35 / 375 * 100vw), 35px);
  font-size: calc(15 / var(--base-font-size) * 100%);
  line-height: 1.4;
}
.l-footer__main-menu > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -0.7em;
}
.l-footer__main-menu > ul > li a {
  display: block;
  padding: 0.7em;
}
.l-footer__main-menu > ul > li a:hover span {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-footer__main-menu > ul > li a:hover span {
    text-decoration: none;
  }
  .l-footer__main-menu > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
.l-footer__main-menu > ul > li a span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.l-footer__main-menu > ul > li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: -0.2em;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
.l-footer__sub-menu {
  margin-top: min(calc(20 / 375 * 100vw), 20px);
  font-size: calc(12 / var(--base-font-size) * 100%);
  line-height: 1.4;
  overflow: hidden;
}
.l-footer__sub-menu > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1em;
  line-height: 2;
}
.l-footer__sub-menu > ul > li:first-child a:before {
  content: none;
}
.l-footer__sub-menu > ul > li a {
  display: block;
  padding: 1em;
  position: relative;
}
.l-footer__sub-menu > ul > li a:hover span {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .l-footer__sub-menu > ul > li a:hover span {
    text-decoration: none;
  }
  .l-footer__sub-menu > ul > li a:hover span:after {
    transform: scale(1, 1);
  }
}
.l-footer__sub-menu > ul > li a span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.l-footer__sub-menu > ul > li a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
@media (min-width: 960px) {
  .l-footer__sub-menu > ul > li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background-color: var(--base-font-color);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
  }
}
.l-footer__copyright {
  margin-top: min(calc(50 / 375 * 100vw), 50px);
  font-size: calc(10 / var(--base-font-size) * 100%);
  line-height: 1.4;
}
.l-footer__copyright .logo {
  width: min(calc(40 / 375 * 100vw), 40px);
  margin: auto;
}
.l-footer__copyright .logo a {
  display: block;
  transition: opacity 0.3s;
}
.l-footer__copyright .logo a img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__copyright .logo a:after {
  display: none;
}
.l-footer__copyright .copyright {
  text-align: center;
  margin-top: 1em;
}
.l-footer__page-top {
  display: flex;
  justify-content: flex-end;
}
.l-footer__page-top button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: fixed;
  bottom: min(calc(30 / 375 * 100vw), 30px);
  border-radius: 50%;
  width: min(calc(65 / 375 * 100vw), 65px);
  height: min(calc(65 / 375 * 100vw), 65px);
  font-size: calc(12 / var(--base-font-size) * 100%);
  line-height: 1;
  z-index: 800;
  transition: background 0.3s, border 0.3s;
  color: var(--base-font-color);
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}
.l-footer__page-top button:before {
  content: "";
  display: block;
  width: min(calc(10 / 375 * 100vw), 10px);
  height: min(calc(10 / 375 * 100vw), 10px);
  border-top: 1px solid var(--base-font-color);
  border-right: 1px solid var(--base-font-color);
  transform: rotate(-45deg);
}
.l-footer__page-top button:hover {
  background-color: var(--key-color);
}

/*---------------------------------------
   l-columns
---------------------------------------*/
@media (min-width: 960px) {
  .l-columns {
    display: flex;
  }
}
.l-columns__main {
  flex: 1;
}
.l-columns__aside {
  margin-top: min(calc(60 / 375 * 100vw), 60px);
}
.l-columns__aside > * {
  margin-top: min(calc(60 / 375 * 100vw), 60px);
}
.l-columns__aside > *:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  .l-columns__aside {
    margin-top: 0;
    flex-shrink: 0;
    width: calc(335 / var(--container-width) * 100%);
    margin-left: calc(60 / var(--container-width) * 100%);
  }
}
.l-columns__aside-fixed > * {
  margin-top: min(calc(60 / 375 * 100vw), 60px);
}
.l-columns__aside-fixed > *:first-child {
  margin-top: 0;
}
@media (min-width: 960px) {
  .l-columns__aside-fixed {
    height: calc(100vh - 168px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: sticky;
    top: 168px;
    padding-right: 20px;
  }
}

/*----------------------------------------------

  OBJECT - COMPONENT

----------------------------------------------*/
/*---------------------------------------
   hover
---------------------------------------*/
/* c-hover-opacity
---------------------------------------*/
.c-hover-opacity {
  display: block;
  transition: opacity 0.3s;
}
.c-hover-opacity:hover {
  opacity: 0.7;
}

/* c-hover-key-color
---------------------------------------*/
.c-hover-key-color {
  display: block;
  transition: color 0.3s;
  color: inherit;
}
.c-hover-key-color:hover {
  color: var(--key-color);
}

/*---------------------------------------
   img
---------------------------------------*/
/* c-img-cover
---------------------------------------*/
.c-img-cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-cover:before {
  content: "";
  display: block;
}
.c-img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* c-img-contain
---------------------------------------*/
.c-img-contain {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-contain:before {
  content: "";
  display: block;
}
.c-img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/*---------------------------------------
   table
---------------------------------------*/
/* c-table
---------------------------------------*/
.c-table table {
  border-collapse: separate;
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}
.c-table table th,
.c-table table td {
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  font-size: 1.4rem;
  padding: 11px 16px;
}
.c-table table thead th {
  text-align: center;
  font-weight: bold;
  color: #000;
  background-color: #e0e0e0;
}

/* c-table-responsive
---------------------------------------*/
.c-table-responsive table {
  width: 100%;
  min-width: 800px;
}
.c-table-responsive__note {
  text-align: right;
  font-size: 1.4rem;
}
.c-table-responsive__note .c-icon {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: 0 0.5em 0.2em;
  vertical-align: middle;
  width: 1.43em;
  height: 1.43em;
  margin-left: 0.57em;
  margin-right: 0.57em;
}
@media (min-width: 800px) {
  .c-table-responsive__note {
    display: none;
  }
}
.c-table-responsive__body {
  position: relative;
}
.c-table-responsive__body::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.33) 100%) 0% 0% no-repeat;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 100%;
}
@media (min-width: 800px) {
  .c-table-responsive__body::after {
    display: none;
  }
}
.c-table-responsive__inner {
  overflow-x: scroll;
}
@media (min-width: 800px) {
  .c-table-responsive__inner {
    overflow-x: unset;
  }
}

/*---------------------------------------
   tag
---------------------------------------*/
.c-tags {
  margin-left: max(calc(-5 / 375 * 100vw), -5px);
  margin-right: max(calc(-5 / 375 * 100vw), -5px);
  margin-top: max(calc(-25 / 375 * 100vw), -25px);
}
.c-tags > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.c-tags > ul li {
  margin-left: min(calc(5 / 375 * 100vw), 5px);
  margin-right: min(calc(5 / 375 * 100vw), 5px);
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.c-tags > ul li a {
  display: flex;
  align-items: center;
  padding: 0 min(calc(25 / 375 * 100vw), 25px);
  height: min(calc(38 / 375 * 100vw), 38px);
  border-radius: min(calc(19 / 375 * 100vw), 19px);
  border: 1px solid #000000;
  color: #000000;
  font-size: min(calc(13 / 375 * 100vw), 13px);
  transition: 0.3s;
}
.c-tags > ul li a:hover {
  background-color: var(--key-color);
  border: 1px solid var(--key-color);
}
.c-tags--sm {
  margin-top: max(calc(-15 / 375 * 100vw), -15px);
}
.c-tags--sm > ul li {
  margin-top: min(calc(15 / 375 * 100vw), 15px);
}
.c-tags--sm > ul li a {
  padding: 0 min(calc(15 / 375 * 100vw), 15px);
  height: min(calc(28 / 375 * 100vw), 28px);
  border-radius: min(calc(14 / 375 * 100vw), 14px);
  font-size: min(calc(12 / 375 * 100vw), 12px);
}

/*----------------------------------------------

  OBJECT - PROJECT

----------------------------------------------*/
/*---------------------------------------
   p-main-carousel
---------------------------------------*/
.p-main-carousel.not-carousel {
  display: block;
}
.p-main-carousel.not-carousel .p-main-carousel__pager {
  display: none;
}
.p-main-carousel.not-carousel .p-main-carousel__next-items {
  display: none;
}
.p-main-carousel.not-next-items {
  display: block;
}
.p-main-carousel.not-next-items .p-main-carousel__next-items {
  display: none;
}
.p-main-carousel__swiper {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.p-main-carousel__swiper-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.p-main-carousel__swiper-wrap {
  width: 100%;
  display: flex;
}
.p-main-carousel .item {
  flex-shrink: 0;
  width: 100%;
  transition: transform 0.3s;
}
.p-main-carousel .item.animated-prev {
  transform: translateX(100%);
}
.p-main-carousel .item.animated-next {
  transform: translateX(-100%);
}
.p-main-carousel .item picture:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.p-main-carousel .item picture img {
  display: block;
  width: 100%;
}
.p-main-carousel .item [target=_blank]::after {
  display: none;
}
.p-main-carousel__next-items {
  width: 0 !important;
  display: flex;
  margin-top: min(calc(15 / 375 * 100vw), 15px);
}
.p-main-carousel__next-items > * {
  width: 100%;
  margin-left: min(calc(10 / 375 * 100vw), 10px);
  position: relative;
  overflow: hidden;
}
.p-main-carousel__next-items > *:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.p-main-carousel__next-items > *:first-child {
  margin-left: 0;
}
.p-main-carousel__next-items .item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 960px) {
  .p-main-carousel__next-items {
    flex-shrink: 0;
    flex-direction: column;
    justify-content: space-between;
    width: calc(280 / var(--container-width) * 100%);
    margin-top: 0;
    margin-left: calc(20 / var(--container-width) * 100%);
  }
  .p-main-carousel__next-items > * {
    margin-left: 0;
  }
}
.p-main-carousel__pager {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: min(calc(20 / 375 * 100vw), 30px);
}
.p-main-carousel__pager span {
  display: block;
  width: min(calc(10 / 375 * 100vw), 10px);
  height: min(calc(10 / 375 * 100vw), 10px);
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  margin-left: min(calc(15 / 375 * 100vw), 15px);
}
.p-main-carousel__pager span.active {
  background-color: var(--base-font-color);
}

/*---------------------------------------
   p-main-article
---------------------------------------*/
.p-main-article {
  position: relative;
}
.p-main-article__anchor {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-main-article__anchor:hover + .p-main-article__img {
  opacity: 0.7;
}
.p-main-article__anchor:hover + .p-main-article__img + .p-main-article__txt .title {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .p-main-article__anchor:hover + .p-main-article__img + .p-main-article__txt .title {
    text-decoration: none;
  }
  .p-main-article__anchor:hover + .p-main-article__img + .p-main-article__txt .title span {
    background-size: 100% 1px;
  }
}
.p-main-article__anchor[target=_blank]::after {
  display: none;
}
.p-main-article__img {
  margin-bottom: min(calc(15 / 375 * 100vw), 20px);
  transition: opacity 0.3s;
}
.p-main-article__img picture:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.p-main-article__txt {
  display: flex;
  flex-wrap: wrap;
}
.p-main-article__txt .date {
  display: block;
  font-size: calc(10 / var(--base-font-size) * 100%);
  margin-right: 1em;
  line-height: 1.2;
}
.p-main-article__txt .category {
  display: block;
  font-size: calc(10 / var(--base-font-size) * 100%);
  background-color: var(--key-color);
  z-index: 2;
  line-height: 1.2;
  position: relative;
}
.p-main-article__txt .category:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-main-article__txt .category:hover:after {
  transform: scale(1, 1);
}
.p-main-article__txt .title {
  font-size: calc(18 / var(--base-font-size) * 100%);
  line-height: 1.5;
  margin-top: min(calc(10 / 375 * 100vw), 10px);
  width: 100%;
}
.p-main-article__txt .title span {
  background-image: linear-gradient(var(--base-font-color), var(--base-font-color));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.6s;
}
.p-main-article--external .p-main-article__txt .title::after {
  margin-right: 0.25em;
  display: inline-block;
  font-family: "fontello";
  content: "\f08e";
}
.p-main-article__txt .tags {
  position: relative;
  z-index: 1;
  margin-top: min(calc(10 / 375 * 100vw), 10px);
}
@media (min-width: 960px) {
  .p-main-article__txt .date {
    font-size: calc(12 / var(--base-font-size) * 100%);
  }
  .p-main-article__txt .category {
    font-size: calc(12 / var(--base-font-size) * 100%);
  }
}

/*---------------------------------------
   p-main-title
---------------------------------------*/
.p-main-title {
  padding: min(calc(30 / 375 * 100vw), 40px) 0;
  border-top: 1px solid var(--base-font-color);
  display: flex;
  align-items: center;
}
.p-main-title .title {
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.5;
  flex: 1;
}
@media (min-width: 960px) {
  .p-main-title .title {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}

/*---------------------------------------
   p-main-article-list
---------------------------------------*/
.p-main-article-list {
  overflow: hidden;
}
.p-main-article-list > ul {
  list-style: none;
  margin: max(calc(-25 / 375 * 100vw), -25px) max(calc(-20 / 375 * 100vw), -20px);
}
.p-main-article-list > ul > li {
  padding: min(calc(25 / 375 * 100vw), 25px) min(calc(20 / 375 * 100vw), 20px);
}
@media (min-width: 768px) {
  .p-main-article-list > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .p-main-article-list > ul > li {
    width: 50%;
  }
  .p-main-article-list > ul > li.large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-main-article-list--3columns > ul > li {
    width: 33.3333333333%;
  }
}

/*---------------------------------------
   p-movie-iframe
---------------------------------------*/
.p-movie-iframe {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-movie-iframe:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.p-movie-iframe iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
}

/*---------------------------------------
   p-movie-list
---------------------------------------*/
.p-movie-list {
  position: relative;
}
.p-movie-list > ul {
  list-style: none;
  margin: max(calc(-15 / 375 * 100vw), -15px);
}
.p-movie-list > ul > li {
  padding: min(calc(15 / 375 * 100vw), 15px);
}
.p-movie-list__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p-movie-list__item:hover .p-movie-list__thumb {
  opacity: 0.7;
}
.p-movie-list__item:hover .p-movie-list__thumb + .p-movie-list__title {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .p-movie-list__item:hover .p-movie-list__thumb + .p-movie-list__title {
    text-decoration: none;
  }
  .p-movie-list__item:hover .p-movie-list__thumb + .p-movie-list__title span {
    background-size: 100% 1px;
  }
}
.p-movie-list__thumb {
  transition: opacity 0.3s;
  position: relative;
}
.p-movie-list__thumb::before {
  content: "";
  display: block;
  width: 52px;
  height: 58px;
  background-image: url(https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/images/common/play.png);
  background-size: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-movie-list__thumb picture:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.p-movie-list__title {
  font-size: calc(15 / var(--base-font-size) * 100%);
  line-height: 1.5;
  margin-top: min(calc(10 / 375 * 100vw), 10px);
}
.p-movie-list__title span {
  background-image: linear-gradient(var(--base-font-color), var(--base-font-color));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.6s;
}
.p-movie-list__btn {
  font-size: calc(16 / var(--base-font-size) * 100%);
  line-height: 1.5;
  margin-top: min(calc(10 / 375 * 100vw), 10px);
  display: inline-block;
  padding: 8px 44px 9px;
  background-color: var(--base-font-color);
  color: #F5F5F5;
  border: 1px solid #949494;
}
@media (min-width: 768px) {
  .p-movie-list > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .p-movie-list > ul > li {
    width: 50%;
  }
}

/*---------------------------------------
   p-modal
---------------------------------------*/
.p-modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__bg {
  position: absolute;
  z-index: 1008;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.p-modal__bg::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/images/common/icon-cross.svg);
  background-size: 100%;
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -140px;
  margin-right: -49vw;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .p-modal__bg::before {
    margin-top: -280px;
    margin-right: -410px;
  }
}
.p-modal__body {
  position: absolute;
  z-index: 1009;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: min(100vw, 820px);
  max-height: 560px;
  height: auto;
  overflow: auto;
  padding: min(calc(20 / 375 * 100vw), 60px);
  display: flex;
  align-items: center;
}
@media (min-width: 568px) {
  .p-modal__body {
    max-height: 320px;
  }
}
@media (min-width: 768px) {
  .p-modal__body {
    max-height: 560px;
  }
}
.p-modal__inner {
  width: 100%;
}

/*---------------------------------------
   p-tags
---------------------------------------*/
.p-tags {
  font-size: calc(12 / var(--base-font-size) * 100%);
  line-height: 1.3;
  overflow: hidden;
}
.p-tags > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: max(calc(-5 / 375 * 100vw), -5px);
}
.p-tags > ul > li {
  padding: min(calc(5 / 375 * 100vw), 5px);
}
.p-tags > ul > li a {
  display: block;
  padding: 0.8em 1.4em;
  background-color: #F5F5F5;
  border-radius: 10em;
  transition: background 0.3s;
}
.p-tags > ul > li a:before {
  content: "♯";
}
.p-tags > ul > li a:hover {
  background-color: var(--key-color);
}

/*---------------------------------------
   p-button
---------------------------------------*/
.p-button {
  display: flex;
  justify-content: center;
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}
.p-button a,
.p-button button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  cursor: pointer;
  font-size: calc(14 / var(--base-font-size) * 100%);
  line-height: 1.3;
  padding: 1.2em 2.5em;
  background-color: #F5F5F5;
  border-radius: 10em;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: min(calc(210 / 375 * 100vw), 210px);
  transition: background-color 0.3s;
}
.p-button a:after,
.p-button button:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid var(--base-font-color);
  border-right: 1px solid var(--base-font-color);
  transform: rotate(45deg);
  transition: border 0.3s;
  position: absolute;
  right: 1.5em;
  top: 50%;
  margin-top: -0.25em;
}
.p-button a[target=_blank]::after,
.p-button button[target=_blank]::after {
  display: none;
}
.p-button a[target=_blank]::before,
.p-button button[target=_blank]::before {
  display: block;
  font-family: "fontello";
  content: "\f08e";
  position: absolute;
  right: 1.5em;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
}
.p-button a:hover,
.p-button button:hover {
  background-color: var(--key-color);
}
.p-button--sm a,
.p-button--sm button {
  padding: 0.8em 2.5em;
  min-width: min(calc(180 / 375 * 100vw), 180px);
}

/*---------------------------------------
   p-pagination
---------------------------------------*/
.p-pagination {
  margin-top: min(calc(50 / 375 * 100vw), 50px);
}
.p-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: max(calc(-5 / 375 * 100vw), -5px);
}
.p-pagination ul li a {
  display: flex;
  padding: min(calc(5 / 375 * 100vw), 5px);
  align-items: center;
  justify-content: center;
  width: min(calc(50 / 375 * 100vw), 50px);
  height: min(calc(50 / 375 * 100vw), 50px);
  position: relative;
}
.p-pagination ul li.desabled a {
  opacity: 0.5;
  pointer-events: none;
}
.p-pagination ul li.page a {
  font-size: calc(18 / var(--base-font-size) * 100%);
  transition: color 0.3s;
}
.p-pagination ul li.page a:after {
  content: "";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: background 0.3s, border 0.3s;
  border: 1px solid var(--base-font-color);
}
.p-pagination ul li.page a:hover:after {
  border-color: var(--key-color);
  background-color: var(--key-color);
}
.p-pagination ul li.page.current a {
  pointer-events: none;
  color: #fff;
}
.p-pagination ul li.page.current a:after {
  border-color: var(--base-font-color);
  background-color: var(--base-font-color);
}
.p-pagination ul li.prev a, .p-pagination ul li.next a {
  font-size: calc(11 / var(--base-font-size) * 100%);
  flex-direction: column;
  font-weight: bold;
  transition: color 0.3s;
}
.p-pagination ul li.prev a svg, .p-pagination ul li.next a svg {
  display: block;
  width: min(calc(30 / 375 * 100vw), 30px);
  height: auto;
  fill: transparent;
  stroke: var(--base-font-color);
  transition: stroke 0.3s;
}
.p-pagination ul li.prev a:hover, .p-pagination ul li.next a:hover {
  color: var(--key-color);
}
.p-pagination ul li.prev a:hover svg, .p-pagination ul li.next a:hover svg {
  stroke: var(--key-color);
}
.p-pagination ul li.prev a svg {
  transform: scale(-1, 1);
}

/*---------------------------------------
   p-aside-article
---------------------------------------*/
.p-aside-article {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.p-aside-article__anchor {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-aside-article__anchor:hover + .p-aside-article__img {
  opacity: 0.7;
}
.p-aside-article__anchor:hover + .p-aside-article__img + .p-aside-article__txt .title span {
  background-size: 100% 1px;
}
.p-aside-article__anchor[target=_blank]::after {
  display: none;
}
.p-aside-article__img {
  flex-shrink: 0;
  width: min(calc(150 / 375 * 100vw), 200px);
  margin-right: min(calc(15 / 375 * 100vw), 15px);
  transition: opacity 0.3s;
}
.p-aside-article__img picture:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
@media (min-width: 960px) {
  .p-aside-article__img {
    width: 150px;
  }
}
.p-aside-article__txt .title {
  font-size: calc(14 / var(--base-font-size) * 100%);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-aside-article__txt .title span {
  background-image: linear-gradient(var(--base-font-color), var(--base-font-color));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.6s;
}
.p-aside-article--external .p-aside-article__txt .title::after {
  margin-right: 0.25em;
  display: inline-block;
  font-family: "fontello";
  content: "\f08e";
}
@media (min-width: 520px) {
  .p-aside-article__txt .title {
    font-size: calc(16 / var(--base-font-size) * 100%);
  }
}
@media (min-width: 960px) {
  .p-aside-article__txt .title {
    font-size: calc(14 / var(--base-font-size) * 100%);
  }
}

/*---------------------------------------
   p-aside-article-list
---------------------------------------*/
.p-aside-article-list ul {
  list-style: none;
}
.p-aside-article-list ul > li {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.p-aside-article-list--ranking ul {
  counter-reset: order;
}
.p-aside-article-list--ranking ul li {
  counter-increment: order;
  position: relative;
}
.p-aside-article-list--ranking ul li article {
  position: relative;
}
.p-aside-article-list--ranking ul li article:before {
  content: counter(order);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(20 / 375 * 100vw), 20px);
  height: min(calc(20 / 375 * 100vw), 20px);
  background-color: var(--key-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  font-size: calc(14 / var(--base-font-size) * 100%);
}

/*---------------------------------------
   p-aside-tags-section
---------------------------------------*/
.p-aside-tags-section__search {
  margin-top: min(calc(35 / 375 * 100vw), 35px);
}
.p-aside-tags-section__search form {
  display: block;
  position: relative;
}
.p-aside-tags-section__search input,
.p-aside-tags-section__search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
}
.p-aside-tags-section__search input {
  font-size: calc(16 / var(--base-font-size) * 100%);
  background-color: #fff;
  border-radius: 10em;
  padding: 1em 1.5em;
  width: 100%;
  border: 1px solid #ddd;
}
.p-aside-tags-section__search button {
  width: min(calc(20 / 375 * 100vw), 20px);
  height: min(calc(20 / 375 * 100vw), 20px);
  position: absolute;
  top: 50%;
  right: min(calc(20 / 375 * 100vw), 20px);
  transform: translateY(-50%);
}
.p-aside-tags-section__search button:hover svg {
  stroke: var(--key-color);
}
.p-aside-tags-section__search button svg {
  display: block;
  width: 100%;
  height: auto;
  fill: transparent;
  stroke: var(--base-font-color);
  stroke-width: 2px;
  transition: stroke 0.3s;
}

/*---------------------------------------
   p-aside-section
---------------------------------------*/
.p-aside-section {
  padding: min(calc(15 / 375 * 100vw), 15px) 0;
  border-top: 1px solid var(--base-font-color);
}
.p-aside-section__title {
  margin-bottom: min(calc(25 / 375 * 100vw), 25px);
}
.p-aside-section__title .title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  line-height: 1.4;
}
.p-aside-section__title .copy {
  font-size: calc(10 / var(--base-font-size) * 100%);
  line-height: 1.3;
  margin-top: 0.5em;
}
/*----------------------------------------------

  PAGE - INDEX

----------------------------------------------*/
/*---------------------------------------
   indexPage-firstview
---------------------------------------*/
.indexPage-firstview {
  margin-top: max(calc(-40 / 375 * 100vw), -70px);
  margin-bottom: min(calc(60 / 375 * 100vw), 100px);
}
.indexPage-firstview__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
}

/*---------------------------------------
   indexPage-contents
---------------------------------------*/
.indexPage-contents__body {
  margin: auto;
}
.indexPage-contents__body > * {
  margin-top: min(calc(60 / 375 * 100vw), 100px);
}
.indexPage-contents__body > *:first-child {
  margin-top: 0;
}

/*---------------------------------------
   indexPage-latest
---------------------------------------*/
.indexPage-latest__title {
  margin-bottom: min(calc(40 / 375 * 100vw), 50px);
}
.indexPage-latest__title .title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  text-align: center;
  line-height: 1.4;
}
.indexPage-latest__title .copy {
  font-size: calc(15 / var(--base-font-size) * 100%);
  line-height: 1.3;
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width: 960px) {
  .indexPage-latest__title .title {
    font-size: calc(40 / var(--base-font-size) * 100%);
  }
  .indexPage-latest__title .copy {
    font-size: calc(18 / var(--base-font-size) * 100%);
  }
}

/*---------------------------------------
   indexPage-title
---------------------------------------*/
.indexPage-title {
  padding: min(calc(30 / 375 * 100vw), 40px) 0;
  border-top: 1px solid var(--base-font-color);
  display: flex;
  align-items: center;
}
.indexPage-title .title {
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.5;
  flex: 1;
}
.indexPage-title .title .sub {
  display: block;
  font-size: calc(12 / var(--base-font-size) * 100%);
}
@media (min-width: 960px) {
  .indexPage-title .title {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}
.indexPage-title .anchor {
  flex-shrink: 0;
  display: flex;
  font-size: calc(12 / var(--base-font-size) * 100%);
  line-height: 1.2;
  align-items: center;
  position: relative;
}
.indexPage-title .anchor svg {
  width: min(pxToVw(12), 16px);
  fill: transparent;
  stroke: var(--base-font-color);
  margin-left: 0.4em;
}
.indexPage-title .anchor:after {
  content: "";
  display: block;
  background-color: var(--key-color);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left center;
}
.indexPage-title .anchor:hover:after {
  transform: scale(1, 1);
}

/*---------------------------------------
   indexPage-message
---------------------------------------*/
.indexPage-message__title .title {
  font-size: calc(24 / var(--base-font-size) * 100%);
}
@media (min-width: 520px) {
  .indexPage-message__title .title br {
    display: none;
  }
}
@media (min-width: 960px) {
  .indexPage-message__title .title {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}
.indexPage-message__body {
  position: relative;
}
.indexPage-message__txt br {
  display: none;
}
@media (min-width: 960px) {
  .indexPage-message__txt {
    font-size: calc(18 / var(--base-font-size) * 100%);
  }
  .indexPage-message__txt br {
    display: block;
  }
}
.indexPage-message__img {
  max-width: 480px;
  margin: auto;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 960px) {
  .indexPage-message__img {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .indexPage-message__anchor {
    justify-content: flex-start;
  }
}

/*---------------------------------------
   indexPage-ranking
---------------------------------------*/
.indexPage-ranking__body .ranking-list {
  counter-reset: order;
}
.indexPage-ranking__body .ranking-list > ul {
  list-style: none;
  margin: max(calc(-12 / 375 * 100vw), -20px);
}
.indexPage-ranking__body .ranking-list > ul > li {
  counter-increment: order;
  padding: min(calc(12 / 375 * 100vw), 20px);
}
.indexPage-ranking__body .ranking-list article {
  position: relative;
  display: flex;
  align-items: center;
}
.indexPage-ranking__body .ranking-list article:before {
  content: counter(order);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(20 / 375 * 100vw), 30px);
  height: min(calc(20 / 375 * 100vw), 30px);
  border-radius: 50%;
  background-color: var(--key-color);
  position: absolute;
  top: max(calc(-5 / 375 * 100vw), -10px);
  left: max(calc(-5 / 375 * 100vw), -10px);
  z-index: 1;
  pointer-events: none;
  font-size: calc(14 / var(--base-font-size) * 100%);
}
.indexPage-ranking__body .ranking-list article .anchor {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.indexPage-ranking__body .ranking-list article .anchor:hover + .img {
  opacity: 0.7;
}
.indexPage-ranking__body .ranking-list article .anchor:hover + .img + .txt .title span {
  background-size: 100% 1px;
}
.indexPage-ranking__body .ranking-list article .img {
  flex-shrink: 0;
  width: min(calc(120 / 375 * 100vw), 200px);
  margin-right: min(calc(15 / 375 * 100vw), 15px);
  transition: opacity 0.3s;
}
.indexPage-ranking__body .ranking-list article .img picture:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.indexPage-ranking__body .ranking-list article .txt .title {
  font-size: calc(14 / var(--base-font-size) * 100%);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.indexPage-ranking__body .ranking-list article .txt .title span {
  background-image: linear-gradient(var(--base-font-color), var(--base-font-color));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.6s;
}
@media (min-width: 520px) {
  .indexPage-ranking__body .ranking-list article .txt .title {
    font-size: calc(16 / var(--base-font-size) * 100%);
  }
}
@media (min-width: 960px) {
  .indexPage-ranking__body .ranking-list > ul {
    display: flex;
  }
  .indexPage-ranking__body .ranking-list > ul > li {
    width: 100%;
  }
  .indexPage-ranking__body .ranking-list > ul > li:nth-child(n+4) {
    display: none;
  }
  .indexPage-ranking__body .ranking-list article .img {
    width: 100%;
    margin-right: 0;
  }
  .indexPage-ranking__body .ranking-list article .txt {
    display: none;
  }
}

/*---------------------------------------
   indexPage-category-section 
---------------------------------------*/
.indexPage-category-section__title .anchor {
  display: none;
}
@media (min-width: 960px) {
  .indexPage-category-section__title .anchor {
    display: flex;
  }
}
.indexPage-category-section__description {
  margin-bottom:  min(calc(40 / 375 * 100vw), 40px);
}
@media (min-width: 960px) {
  .indexPage-category-section__anchor {
    display: none;
  }
}
.indexPage-category-section__article-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: max(calc(-15 / 375 * 100vw), -25px) max(calc(-8 / 375 * 100vw), -20px);
}
.indexPage-category-section__article-list > ul > li {
  padding: min(calc(15 / 375 * 100vw), 25px) min(calc(8 / 375 * 100vw), 20px);
  width: 50%;
}
.indexPage-category-section__article-list > ul > li.large {
  width: 100%;
}
.indexPage-category-section__article-list > ul > li article .title {
  font-size: calc(14 / var(--base-font-size) * 100%);
}
.indexPage-category-section__article-list > ul > li article .tags {
  font-size: calc(10 / var(--base-font-size) * 100%);
}
@media (min-width: 768px) {
  .indexPage-category-section__article-list > ul > li article .title {
    font-size: calc(18 / var(--base-font-size) * 100%);
  }
  .indexPage-category-section__article-list > ul > li article .tags {
    font-size: calc(12 / var(--base-font-size) * 100%);
  }
}

/*----------------------------------------------

  PAGE - ARCHIVE

----------------------------------------------*/
/*---------------------------------------
   arcihivePage-header
---------------------------------------*/
.arcihivePage-header {
  margin-bottom: min(calc(50 / 375 * 100vw), 50px);
}
.arcihivePage-header__title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  line-height: 1.5;
  padding-bottom: 0.3em;
  position: relative;
}
.arcihivePage-header__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.arcihivePage-header__description {
  margin-top: 2em;
}

/*----------------------------------------------

  PAGE - CATEGORY

----------------------------------------------*/
/*---------------------------------------
   categoryPage-header
---------------------------------------*/
.categoryPage-header {
  margin-bottom: min(calc(50 / 375 * 100vw), 50px);
}
.categoryPage-header__title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  line-height: 1.5;
  padding-bottom: 0.3em;
  position: relative;
}
.categoryPage-header__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.categoryPage-header__description {
  margin-top: 2em;
}

/*----------------------------------------------

  PAGE - TAG

----------------------------------------------*/
/*---------------------------------------
   tagPage-header
---------------------------------------*/
.tagPage-header {
  margin-bottom: min(calc(50 / 375 * 100vw), 50px);
}
.tagPage-header__title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  line-height: 1.5;
  padding-bottom: 0.3em;
  position: relative;
}
.tagPage-header__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.tagPage-header__description {
  margin-top: 2em;
}

/*----------------------------------------------

  PAGE - movie

----------------------------------------------*/
/*---------------------------------------
   moviePage-header
---------------------------------------*/
.moviePage-header {
  margin-bottom: min(calc(50 / 375 * 100vw), 50px);
}
.moviePage-header__title {
  font-size: calc(30 / var(--base-font-size) * 100%);
  line-height: 1.5;
  padding-bottom: 0.3em;
  position: relative;
}
.moviePage-header__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 0;
  bottom: 0;
}
.moviePage-header__description {
  margin-top: 2em;
}

/*---------------------------------------
   movie-list
---------------------------------------*/
.moviePage-contents .p-movie-list {
  overflow: hidden;
}
.moviePage-contents .p-movie-list > ul {
  list-style: none;
  margin: max(calc(-15 / 375 * 100vw), -15px);
}
.moviePage-contents .p-movie-list > ul > li {
  padding: min(calc(15 / 375 * 100vw), 15px);
}
.moviePage-contents .p-movie-list > ul > li .title {
  font-size: calc(15 / var(--base-font-size) * 100%);
  line-height: 1.5;
  margin-top: min(calc(10 / 375 * 100vw), 10px);
}
@media (min-width: 768px) {
  .moviePage-contents .p-movie-list > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .moviePage-contents .p-movie-list > ul > li {
    width: 50%;
  }
  .moviePage-contents .p-movie-list > ul > li:first-child {
    width: 50%;
  }
  .moviePage-contents .p-movie-list > ul > li:first-child .title {
    font-size: calc(15 / var(--base-font-size) * 100%);
  }
}

/*----------------------------------------------

  PAGE - SINGLE

----------------------------------------------*/
/*---------------------------------------
   singlePage-header
---------------------------------------*/
.singlePage-header {
  border-top: 1px solid var(--base-font-color);
  padding-top: min(calc(25 / 375 * 100vw), 25px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.singlePage-header__information {
  display: flex;
  align-items: center;
  font-size: calc(11 / var(--base-font-size) * 100%);
  line-height: 1.3;
  margin-bottom: min(calc(25 / 375 * 100vw), 35px);
}
.singlePage-header__information .category {
  padding-right: 1em;
  position: relative;
}
.singlePage-header__information .category:after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
}
.singlePage-header__information time {
  display: block;
  margin-left: 1em;
  flex-shrink: 0;
}
@media (min-width: 520px) {
  .singlePage-header__information {
    font-size: calc(13 / var(--base-font-size) * 100%);
  }
}
.singlePage-header__title {
  font-weight: bold;
  font-size: calc(22 / var(--base-font-size) * 100%);
  line-height: 1.5;
}
@media (min-width: 960px) {
  .singlePage-header__title {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}
.singlePage-header__img {
  margin-top: min(calc(25 / 375 * 100vw), 35px);
  display: flex;
  justify-content: center;
}
.singlePage-header__img picture {
  display: block;
  overflow: hidden;
}
.singlePage-header__share {
  margin-top: min(calc(25 / 375 * 100vw), 35px);
  overflow: hidden;
}
.singlePage-header__share > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: max(calc(-10 / 375 * 100vw), -10px);
}
.singlePage-header__share > ul > li a {
  display: block;
  padding: min(calc(10 / 375 * 100vw), 10px);
  transition: opacity 0.3s;
}
.singlePage-header__share > ul > li a::after {
  display: none;
}
.singlePage-header__share > ul > li a:hover {
  opacity: 0.7;
}
.singlePage-header__share > ul > li a img {
  display: block;
  width: min(calc(35 / 375 * 100vw), 35px);
  height: auto;
}
.singlePage-header__description {
  margin-top: min(calc(25 / 375 * 100vw), 35px);
  font-size: calc(16 / var(--base-font-size) * 100%);
}
.singlePage-header__description P {
  margin-top: 1em;
}
.singlePage-header__description a {
  text-decoration: underline;
}

/*---------------------------------------
   singlePage-body
---------------------------------------*/
.singlePage-body {
  margin-top: min(calc(50 / 375 * 100vw), 80px);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*---------------------------------------
   singlePage-index
---------------------------------------*/
.singlePage-index {
  max-width: 600px;
  margin: auto;
  background-color: #F9F9F9;
  border-radius: min(calc(5 / 375 * 100vw), 10px);
  margin-bottom: min(calc(50 / 375 * 100vw), 80px);
  padding: min(calc(30 / 375 * 100vw), 40px) min(calc(25 / 375 * 100vw), 40px);
}
.singlePage-index > header {
  font-size: calc(20 / var(--base-font-size) * 100%);
  font-weight: bold;
  padding-bottom: 0.5em;
  line-height: 1.3;
  border-bottom: 2px solid var(--base-font-color);
  margin-bottom: min(calc(10 / 375 * 100vw), 10px);
}
.singlePage-index > ul {
  list-style: none;
}
.singlePage-index > ul > li a {
  display: block;
  position: relative;
  line-height: 1.6;
}
.singlePage-index > ul > li.h2 {
  margin-top: 0.5em;
}
.singlePage-index > ul > li.h2 a {
  padding: 1.5em 1em 0.5em;
  padding-left: 1.8em;
  font-size: calc(14 / var(--base-font-size) * 100%);
  font-weight: bold;
}
.singlePage-index > ul > li.h2 a:hover span {
  background-size: 100% 1px;
}
.singlePage-index > ul > li.h2 a span {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  background-image: linear-gradient(var(--base-font-color), var(--base-font-color));
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background 0.6s;
}
.singlePage-index > ul > li.h2 a:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 3px solid var(--key-color);
  position: absolute;
  top: 1.7em;
  left: 0;
}
.singlePage-index > ul > li.h2 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--base-font-color) 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.singlePage-index > ul > li.h3 a {
  font-size: calc(13 / var(--base-font-size) * 100%);
  padding: 0.5em;
  padding-left: 3em;
}
.singlePage-index > ul > li.h3 a:hover span:after {
  transform: scale(1, 1);
}
.singlePage-index > ul > li.h3 a span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.singlePage-index > ul > li.h3 a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  bottom: -0.2em;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.singlePage-index > ul > li.h3 a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--key-color);
  position: absolute;
  top: 1em;
  left: 1.8em;
}
.singlePage-index > ul > li:first-child {
  margin-top: 0;
}
.singlePage-index > ul > li:first-child.h2 a:after {
  content: none;
}

/*---------------------------------------
   singlePage-article-items
---------------------------------------*/
.singlePage-article-items .article-item {
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}
.singlePage-article-items .article-item:first-child {
  margin-top: 0;
}
.singlePage-article-items .article-item h4 {
  font-weight: bold;
  font-size: calc(14 / var(--base-font-size) * 100%);
  line-height: 1.6;
  margin-top: 1em;
}
.singlePage-article-items .article-item .comment {
  margin-top: 0.5em;
  font-size: calc(14 / var(--base-font-size) * 100%);
}
.singlePage-article-items .article-item cite {
  margin-top: 0.5em;
  display: block;
  font-size: calc(12 / var(--base-font-size) * 100%);
  line-height: 1.3;
  color: #888;
}
.singlePage-article-items .article-item p {
  font-size: calc(16 / var(--base-font-size) * 100%);
}
.singlePage-article-items .article-item a {
  text-decoration: underline;
}
.singlePage-article-items .item-heading h2 {
  font-size: calc(18 / var(--base-font-size) * 100%);
  font-weight: bold;
  padding: min(calc(25 / 375 * 100vw), 30px) 0;
  padding-left: min(calc(25 / 375 * 100vw), 25px);
  position: relative;
  line-height: 1.6;
}
.singlePage-article-items .item-heading h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, var(--base-font-color) 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.singlePage-article-items .item-heading h2:before {
  content: "";
  display: block;
  width: 4px;
  background-color: var(--key-color);
  position: absolute;
  left: 0;
  top: min(calc(25 / 375 * 100vw), 30px);
  height: max(calc(100% - calc(50 / 375 * 100vw)), calc(100% - 60px));
}
.singlePage-article-items .item-heading h3 {
  position: relative;
  padding-left: min(calc(25 / 375 * 100vw), 25px);
  line-height: 1.6;
  font-weight: bold;
  font-size: calc(16 / var(--base-font-size) * 100%);
}
.singlePage-article-items .item-heading h3:before {
  content: "";
  display: block;
  width: min(calc(15 / 375 * 100vw), 15px);
  height: 2px;
  background-color: var(--key-color);
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media (min-width: 960px) {
  .singlePage-article-items .item-heading h2 {
    font-size: calc(24 / var(--base-font-size) * 100%);
  }
  .singlePage-article-items .item-heading h3 {
    font-size: calc(20 / var(--base-font-size) * 100%);
  }
}
.singlePage-article-items .item-image .img,
.singlePage-article-items .item-image-2column .img,
.singlePage-article-items .item-image-column .img {
  display: flex;
  justify-content: center;
}
.singlePage-article-items .item-image .img picture,
.singlePage-article-items .item-image-2column .img picture,
.singlePage-article-items .item-image-column .img picture {
  display: block;
  overflow: hidden;
}
.singlePage-article-items .item-image-2column {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.singlePage-article-items .item-image-2column .column-item {
  width: 100%;
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}
@media (min-width: 520px) {
  .singlePage-article-items .item-image-2column {
    justify-content: space-between;
  }
  .singlePage-article-items .item-image-2column .column-item {
    width: 47.5%;
  }
}
.singlePage-article-items .item-image-column {
  margin-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.singlePage-article-items .item-image-column .column-item {
  width: 100%;
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}
@media (min-width: 520px) {
  .singlePage-article-items .item-image-column {
    justify-content: space-between;
  }
  .singlePage-article-items .item-image-column--even .column-item {
    width: 47.5%;
  }
  .singlePage-article-items .item-image-column--odd .column-item {
    width: 31.25%;
  }
}
.singlePage-article-items .item-movie .movie {
  position: relative;
  overflow: hidden;
}
.singlePage-article-items .item-movie .movie:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.singlePage-article-items .item-movie .movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.singlePage-article-items .item-list > ul {
  list-style: none;
}
.singlePage-article-items .item-list > ul > li {
  display: block;
  line-height: 1.6;
  padding: 0.5em;
}
.singlePage-article-items .item-list > ul > li a {
  display: flex;
  align-items: center;
}
.singlePage-article-items .item-list > ul > li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.nikon.com/vision2030magazinee/wp-content/themes/vision2030_en/assets/images/common/icon-arrow.svg);
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 0.2em;
}
.singlePage-article-items .item-list > ul > li svg {
  fill: transparent;
  stroke: var(--base-font-color);
  stroke-width: 1px;
  margin-right: 0.2em;
  display: inline-block;
}

/*---------------------------------------
   singlePage-related-tags
---------------------------------------*/
.singlePage-related-tags {
  margin-top: min(calc(60 / 375 * 100vw), 100px);
}

/*---------------------------------------
   singlePage-related-articles
---------------------------------------*/
.singlePage-related-articles {
  margin-top: min(calc(60 / 375 * 100vw), 100px);
}

/*----------------------------------------------

 FIXED PAGE

----------------------------------------------*/
/*---------------------------------------
   header
---------------------------------------*/
.fixedPage-header {
  margin-bottom: min(calc(35 / 375 * 100vw), 50px);
}
.fixedPage-header .title {
  font-size: calc(20 / var(--base-font-size) * 100%);
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
.fixedPage-header .title:after {
  content: "";
  display: block;
  width: 3em;
  height: 1px;
  background-color: var(--base-font-color);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.5em;
}
@media (min-width: 960px) {
  .fixedPage-header .title {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}

/*---------------------------------------
   contents
---------------------------------------*/
.fixedPage-contents__body {
  max-width: 800px;
  margin: auto;
}

/*----------------------------------------------

 RESULT PAGE

----------------------------------------------*/
/*---------------------------------------
   tagPage-header
---------------------------------------*/
.resultPage-header {
  padding-bottom: min(calc(20 / 375 * 100vw), 20px);
  margin-bottom: min(calc(50 / 375 * 100vw), 50px);
  border-bottom: 1px solid var(--base-font-color);
}
.resultPage-header__title {
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.5;
  padding-bottom: 0.3em;
  position: relative;
}
.resultPage-header__num {
  margin-top: 0.5em;
}
@media (min-width: 960px) {
  .resultPage-header {
    display: flex;
    align-items: baseline;
  }
  .resultPage-header .resultPage-header__title {
    font-size: calc(30 / var(--base-font-size) * 100%);
    flex: 1;
  }
  .resultPage-header .resultPage-header__num {
    margin-top: 0;
    margin-left: 2em;
    flex-shrink: 0;
  }
}

/*----------------------------------------------

 ABOUT PAGE

----------------------------------------------*/
> .aboutPage-article-items:first-child {
  margin-top: 0;
}
.aboutPage-article-items p {
  font-size: calc(17 / var(--base-font-size) * 100%);
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}
.aboutPage-article-items p br.md {
  display: none;
}
@media (min-width: 768px) {
  .aboutPage-article-items p br.md {
    display: inline;
  }
}
.aboutPage-article-items p.lead {
  font-size: calc(20 / var(--base-font-size) * 100%);
}
@media (min-width: 960px) {
  .aboutPage-article-items p.lead {
    font-size: calc(24 / var(--base-font-size) * 100%);
    text-align: center;
  }
}
.aboutPage-article-items h2 {
  margin-top: min(calc(40 / 375 * 100vw), 50px);
  font-size: calc(20 / var(--base-font-size) * 100%);
  line-height: 1.5;
  text-align: center;
}
.aboutPage-article-items h2 .sub {
  display: block;
  font-size: calc(12 / var(--base-font-size) * 100%);
}
@media (min-width: 960px) {
  .aboutPage-article-items h2 {
    font-size: calc(28 / var(--base-font-size) * 100%);
  }
}
.aboutPage-article-items .img {
  margin-top: min(calc(40 / 375 * 100vw), 50px);
}

.aboutPage-section {
  margin-top: min(calc(60 / 375 * 100vw), 100px);
}

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb95 {
  margin-bottom: 95px !important;
}

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

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important;
}

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

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

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

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

.u-pb25 {
  padding-bottom: 25px !important;
}

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

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

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

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

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

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}/*# sourceMappingURL=theme.css.map */