﻿@charset "utf-8";
/* ▼リセット
------------------------------------------------------------------------ */
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
 button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
}
button:focus {
  outline: 0;
}
:focus:not(:focus-visible) {
      outline: 0;
      /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}
/* 
------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  width: 100%;
  height:100%;
}
/* 
------------------------------------------------------------------------ */

body {
  width: 100%;
  height:100%;
background-color:#111;
  font-size: 1.6em;
  line-height: 1.6;
  user-select: none;
-webkit-user-select: none;
 -ms-user-select: none;
 -moz-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover, a:focus, a:visited {
  outline: 0
}
a:hover {
  text-decoration: none;
}

img {
  border-style: none;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  width:100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 8px;
  height: auto;
}
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

/* トップ へ
-------------------------------------------*/
#pageTop {
  position: -webkit-sticky;
  position: sticky;
  margin:0 0 0 auto;
  bottom:30px;
  right:10px;
  left:auto;
  transform: translate3d(0,0,0);
  width: 40px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  background-color:rgba(0,0,0,.35);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-size: auto 60%;
  background-image: url(../images/arrow-top-white.svg);
  z-index:20;
  border-radius:100%;
  transition: opacity .4s;
  opacity:0;
  pointer-events:none;
}


/*
----------------------------------- */
.image-wrap {
  position: relative;
  padding:15px 0 120px;
  height:100%;
  background-color:#111;
}
.image-wrap.show {
  height:auto;
}
.image-wrap::after {
  content:"loading...";
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
  background-color:#111;
  top:0;
  left:0;
  transition: opacity.8s;
  font-size: 1.1rem;
  letter-spacing: 0rem;
  color:#eee;
}
.image-wrap.show::after {
  opacity:0;
}

/*
-------------------------------------------------------------------------- */
.note-box {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top:0px;
  left:0;
  width:100%;
  text-align:center;
  font-family: 'Trirong';
  font-weight: 200;
  font-size: 2rem;
  line-height:1;
  margin-bottom:14px;
  padding:8px 0 8px;
  transform: translate3d(0,0,0);
  z-index:2;
  background-color:#111;
  color:#ccc;
}

/*
----------------------------------- */
.image-contaner {
  position: relative;
  max-width:800px;
  margin:0 auto;
  padding-top:100vh;
}
.image-contaner.show {
  padding-top:0;
}
/* 
--------------------------------------------- */
 .img-box{
  position: relative;
  margin-bottom:10vh;
}
.img-box:last-child{
  margin-bottom:0px;
}
/* 
--------------------------------------------- */
 img.img-inner{
  position: relative;
  display:block;
  width:100%;
  transition: opacity .8s,transform .6s ;
  opacity:0;
  transform: scale(.98);
}
 img.img-inner.show{
  opacity:1;
  transform: scale(1);
}
