@charset "UTF-8";
/*CORDING BY akihirohiramoto.jp*/
/*白*/
/*黒*/
/*グレイ*/
/*背景カラー*/
/*テーマカラー*/
/*サイト固有のテーマカラー*/
/*テキストシャドウ黒（ライトorダーク）text-shadow: / -webkit-text-stroke:*/
/*ボックスシャドウ（box-shadow）*/
/*セリフ系フォントファミリー*/
/*デフォルト設定サンセリフ系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*丸ゴシック系フォントファミリー*/
/*游ゴシック系*/
/*欧文ROBOTO*/
/*ダウンロード（<link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap" rel="stylesheet">）*/
/* NotoJP */
/* Urbanist */
/* Crimson Pro -  */
/* Helvetica */
/*フォント440px-1180px*/
/*可変フォントサイズ（参考：https://websemantics.uk/tools/fluid-responsive-property-calculator/）*/
body.lightbox-open {
  overflow: hidden; }

body.lb-disable-scrolling {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox用スクロールバー消す */
  -ms-overflow-style: none;
  /* IE/Edge用スクロールバー消す */ }
  @media (min-width: 767px) {
    body.lb-disable-scrolling {
      padding: 0 20px; } }

body.lb-disable-scrolling::-webkit-scrollbar {
  /* Chrome, Safari, Opera 用スクロールバー消す */
  display: none;
  width: 0;
  height: 0;
  background: transparent;
  /* Safari対策 */ }

#lightboxOverlay.lightboxOverlay {
  box-sizing: border-box;
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 900;
  height: 100dvh !important;
  width: 100% !important;
  transition: none;
  overflow: hidden;
  background-color: rgba(20, 20, 20, 0.8);
  /* ←fade重複対策 */
  /* 常に縦スクロールバーを確保 */
  /* Chrome, Safari, Opera 用スクロールバー消す */ }
  #lightboxOverlay.lightboxOverlay .scroll-y::-webkit-scrollbar {
    display: none; }
  #lightboxOverlay.lightboxOverlay .scroll-y {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    z-index: 910;
    height: 100dvh !important;
    width: 100% !important;
    overflow-y: scroll !important;
    background-color: rgba(0, 179, 255, 0);
    overflow-x: hidden;
    padding: 0;
    scrollbar-width: none;
    /* Firefox用スクロールバー消す */
    -ms-overflow-style: none;
    /* IE/Edge用スクロールバー消す */ }

.lightbox {
  width: 100%;
  height: 100dvh;
  display: block;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  background-color: rgba(255, 123, 0, 0);
  padding: 0 10px;
  font-size: 1.5rem; }
  @media (min-width: 380px) {
    .lightbox {
      font-size: 1.7rem;
      font-size: calc(1.5rem + ((1vw - 4.4px) * 1.1905)); } }
  @media (min-width: 1279px) {
    .lightbox {
      font-size: 2.5rem; } }

.lb-outerContainer {
  display: flex;
  flex-direction: column;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  object-fit: contain; }

.lb-container {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 3em .75em;
  background-color: rgba(255, 0, 50, 0);
  margin: auto; }
  @media (min-width: 767px) {
    .lb-container {
      padding: 2em 2em; } }
  @media (min-width: 959px) {
    .lb-container {
      padding: 2em 1em; } }
  .lb-container.lb-hol {
    max-width: 959px; }
  .lb-container.lb-ver {
    max-width: 767px; }

img.lb-image {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-height: 100%;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 7px;
  background-color: rgba(255, 255, 255, 0.9);
  transform-origin: center top;
  animation: trans-img .6s linear 1; }
@keyframes trans-img {
  0% {
    transform: translate(0, -5%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
  @media (min-width: 959px) {
    img.lb-image {
      padding: 12px; } }

.lb-dataContainer {
  width: auto !important;
  height: auto;
  margin: .25em auto 0; }

.lb-data {
  padding: 0 1em 0 .25em;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .05em; }
  .lb-data .lb-details {
    width: 100%;
    text-align: left;
    line-height: 1em; }
  .lb-data .lb-caption {
    font-size: .75em;
    line-height: 1em; }
  .lb-data .lb-number {
    font-size: .5em; }

.lb-loader {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
  transform: translate(-50%, -50%);
  z-index: 950;
  opacity: 1; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../js/loading.gif) no-repeat; }

.lb-nav {
  height: 50%;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0%;
  z-index: 800;
  margin: 0;
  transform: translate(0, calc(-50% - 2em));
  font-size: 1.1rem; }
  @media (min-width: 959px) {
    .lb-nav {
      font-size: 1.1rem; } }
  @media (min-width: 959px) and (min-width: 380px) {
    .lb-nav {
      font-size: 1.25rem;
      font-size: calc(1.1rem + ((1vw - 4.4px) * 0.3571)); } }
  @media (min-width: 959px) and (min-width: 1279px) {
    .lb-nav {
      font-size: 1.4rem; } }

  .lb-nav a.lb-prev,
  .lb-nav a.lb-next {
    display: block;
    height: 100%;
    width: 48%;
    cursor: pointer;
    position: absolute;
    top: 1em; }
    .lb-nav a.lb-prev::before,
    .lb-nav a.lb-next::before {
      content: "";
      display: block;
      width: 2.8em;
      height: 2.8em;
      border-radius: 50%;
      background-color: black;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: .2s all linear;
      opacity: .33; }
      @media (min-width: 767px) {
        .lb-nav a.lb-prev::before,
        .lb-nav a.lb-next::before {
          opacity: 0; } }
      @media (min-width: 959px) {
        .lb-nav a.lb-prev::before,
        .lb-nav a.lb-next::before {
          width: 3.2em;
          height: 3.2em; } }
    .lb-nav a.lb-prev::after,
    .lb-nav a.lb-next::after {
      content: "";
      height: 1.0em;
      width: 1.0em;
      display: inline-block;
      border: solid;
      transform-origin: center;
      border-color: white;
      position: absolute;
      top: 50%;
      opacity: 1;
      transition: .2s all linear;
      border-top-width: 2px;
      border-right-width: 2px;
      border-left-width: 0;
      border-bottom-width: 0;
      transform-origin: center; }
      @media (min-width: 959px) {
        .lb-nav a.lb-prev::after,
        .lb-nav a.lb-next::after {
          height: 1.1em;
          width: 1.1em;
          opacity: .33; } }
  .lb-nav a:hover {
    opacity: 1; }
  .lb-nav a:hover::before {
    opacity: .66; }
    @media (min-width: 959px) {
      .lb-nav a:hover::before {
        opacity: .33; } }
  .lb-nav a:hover::after {
    opacity: 1; }
    @media (min-width: 767px) {
      .lb-nav a:hover::after {
        opacity: 1; } }

.lb-nav a.lb-prev {
  left: 2.5em; }
  .lb-nav a.lb-prev::before {
    left: 0; }
  @media (min-width: 767px) {
    .lb-nav a.lb-prev {
      left: 1em; } }
  .lb-nav a.lb-prev::after {
    left: 0;
    transform: translate(1.1em, -50%) rotate(-135deg); }
    @media (min-width: 959px) {
      .lb-nav a.lb-prev::after {
        transform: translate(1.3em, -50%) rotate(-135deg); } }

.lb-nav a.lb-next {
  right: 2.5em; }
  .lb-nav a.lb-next::before {
    right: 0; }
  @media (min-width: 767px) {
    .lb-nav a.lb-next {
      right: 1em; } }
  .lb-nav a.lb-next::after {
    right: 0;
    transform: translate(-1.1em, -50%) rotate(45deg); }
    @media (min-width: 959px) {
      .lb-nav a.lb-next::after {
        transform: translate(-1.3em, -50%) rotate(45deg); } }

.lb-closeContainer {
  display: block;
  z-index: 799;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 1.1rem; }
  @media (min-width: 959px) {
    .lb-closeContainer {
      font-size: 1.25rem;
      font-size: calc(1.1rem + ((1vw - 4.4px) * 0.3571)); } }
  @media (min-width: 1279px) {
    .lb-closeContainer {
      font-size: 1.4rem; } }
  .lb-closeContainer a.lb-close {
    display: block;
    width: 100%;
    height: 100%; }
    .lb-closeContainer a.lb-close .close-elem {
      display: block;
      width: 3.2em;
      height: 3.2em;
      outline: none;
      margin: 0 0 auto auto;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0);
      transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s ease;
      position: relative;
      transform: translateY(-50%);
      top: 30px;
      opacity: 1;
      right: 2.2em; }
      @media (min-width: 767px) {
        .lb-closeContainer a.lb-close .close-elem {
          right: 4.2em; } }
      @media (min-width: 959px) {
        .lb-closeContainer a.lb-close .close-elem {
          top: 3em;
          right: 1em; } }
      .lb-closeContainer a.lb-close .close-elem::before, .lb-closeContainer a.lb-close .close-elem::after {
        position: absolute;
        display: block;
        content: "";
        top: 50%;
        left: 50%;
        margin: auto;
        width: 1.75em;
        height: 2px;
        transform-origin: center;
        background-color: white;
        opacity: 1;
        z-index: 10; }
      .lb-closeContainer a.lb-close .close-elem::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .lb-closeContainer a.lb-close .close-elem::after {
        transform: translate(-50%, -50%) rotate(135deg); }
    .lb-closeContainer a.lb-close:hover {
      opacity: 1; }
      .lb-closeContainer a.lb-close:hover .close-elem {
        background-color: rgba(0, 0, 0, 0.33);
        transform: translateY(-50%) rotate(360deg); }
