@charset "UTF-8";

html {
 scroll-behavior: smooth;
}

body {
 font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
 line-height: 1;
}

section {
 position: relative;
 z-index: 1;
}

img {
 max-width: 100%;
 max-height: 100%;
 height: auto;
 white-space: pre;
}

a {
 display: inline-block;
 font-size: inherit;
 cursor: pointer;
 transition: .3s;
}

a:hover {
 opacity: .5;
}

a[href=""] {
 pointer-events: none;
}

[data-lity] {
 cursor: pointer;
 transition: .3s;
}
[data-lity]:hover {
 opacity: .5;
}

/* ///// header ///////////////////////////////// */
header {
 position: relative;
 z-index: 2;
 padding: max(10px,.5%) 0;
 background-color: #ffffff;
 box-shadow: 0 0 10px #0000004d;
 text-align: center;
}

.logoimg {
 display: inline-block;
 margin: 0 auto;
}
.logoimg:hover {
 opacity: .5;
 transition: .5s;
}

.logoimg img {
 width: auto;
 height: max(35px,2.5vw);
}

/* ///// footer ///////////////////////////////// */
footer {
 position: relative;
 z-index: 2;
 background-color: #ffffff;
 box-shadow: 0 0 10px #0000004d;
 color: #000000;
 text-align: center;
}
footer p {
 font-size: 1rem;
}
@media (max-width:769px) {
 footer p {
  font-size: 12px;
  line-height: normal;
 }
}
footer .logoimg {
 margin: 1rem auto .5rem;
}

footer .p_cregit {
 font-size: 12px;
}
@media (max-width:769px) {
 footer .p_cregit {
  font-size: 10px;
 }
}

/* ///// topbtn ///////////////////////////////// */
.p_topBtn {
 display: block;
 position: fixed;
 right: 20px;
 bottom: 20px;
 z-index: 90;
 box-sizing: border-box;
 padding-top: 27px;
 width: 60px;
 height: 60px;
 border-radius: 40px;
 background-color: #b1b1b1;
 color: #ffffff;
 text-align: center;
 text-decoration: none !important;
 font-weight: bold;
 font-size: 16px;
 line-height: 22px;
 pointer-events: auto;
}
@media (max-width:769px) {
 .p_topBtn {
  right: 10px;
  bottom: 10px;
 }
}

.p_topBtn:before {
 position: absolute;
 top: 10px;
 left: 0;
 width: 100%;
 content: "▲";
 text-align: center;
 font-size: 16px;
}

.p_topBtn:hover {
 opacity: .5;
 transition: .5s;
}
