html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

h1,
h2,
h3,
p,
ul,
li,
article,
section,
figure,
a {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}

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

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

ul {
  list-style: none;
}

.inner {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #f3f3f3;
  position: fixed;
  top: 0;
  padding: 20px;
  z-index: 999;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 160px;
}

.gloval-header {
  width: 100%;
  position: relative;
}

#gloval-header {
  position: relative;
}

#ham {
  cursor: pointer;
  z-index: 300;
}

.one {
  width: 20px;
  position: absolute;
  top: 30%;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.two {
  position: absolute;
  width: 20px;
  top: 50%;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.three {
  position: absolute;
  bottom: 20%;
  width: 20px;
  right: 0;
  border-bottom: 5px solid rgb(0, 103, 187);
}

.push .one {
  transform: rotate(-45deg);
  z-index: 700;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
}

.push .two {
  transform: rotate(45deg);
  z-index: 700;
  border: 1px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  right: 0;
}

.push .three {
  display: none;
}

.push .menu {
  right: 0;
  display: block;
}

.menu {
  position: fixed;
  display: none;
  top: 0;
  width: 200px;
  height: auto;
  background: rgb(11, 129, 175);
  z-index: 200;
  overflow-y: auto;
}
.menu a {
  border: none;
  color: rgb(255, 255, 255);
}
.menu li {
  padding: 1rem;
  font-size: 0.7rem;
}

@media (min-width: 1024px) {
  .gloval-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu {
    position: static;
    overflow: visible;
    width: 100%;
    display: block;
    background: none;
  }
  .menu a {
    color: #000;
  }
  .menu ul {
    display: flex;
    align-items: center;
  }
  #ham {
    display: none;
  }
}
footer {
  margin-top: 3rem;
  font-size: 0.8rem;
  position: sticky;
  text-align: center;
  top: 100vh;
  background: #fcfcfc;
  border-top: 1px solid #e7e7e7;
}
footer a {
  text-decoration: underline;
}
footer .infoBox {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  font-size: 0.7rem;
  padding: 1rem;
  text-align: left;
  margin-top: 3rem;
  padding: 1rem;
}
footer .infoBox .info {
  text-align: left;
}
footer .infoBox p {
  display: inline;
}

footer img {
  max-width: 100px;
  margin-top: 2rem;
}

.site,
.info {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.top a {
  background: rgb(0, 103, 187);
  color: rgb(255, 255, 255);
  font-size: 0.6rem;
  padding: 0.5rem;
}
.top a:hover {
  background: #3dc4ce;
}

.blog-inner {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.blog-inner img {
  margin-bottom: 1.5rem;
}
.blog-inner h2 {
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 1rem;
  font-size: clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
  padding: 0.5rem;
  z-index: 900;
  background: rgb(255, 255, 255);
}
.blog-inner p {
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  padding: 0.5rem;
  background: rgb(255, 255, 255);
}
.blog-inner time {
  margin-bottom: 0;
}
.blog-inner .text {
  margin-bottom: 2rem;
}
.blog-inner h3 {
  margin: 3rem 0.5rem 2rem;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: 1.5;
  text-align: center;
  padding: 1.5rem;
  position: relative;
}
.blog-inner h3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 45px;
  height: 20px;
  border-top: 3px solid rgb(0, 103, 187);
  border-left: 3px solid rgb(0, 103, 187);
}
.blog-inner h3:after {
  content: "";
  width: 45px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 3px solid rgb(0, 103, 187);
  border-right: 3px solid rgb(0, 103, 187);
}
.blog-inner .main-visual {
  position: static;
}

.memo-inner {
  margin-top: 7rem;
  padding: 0.5rem;
  font-size: 0.9rem;
}
.memo-inner ul {
  border-left: 1px solid rgb(204, 204, 204);
  background: rgb(253, 253, 253);
  padding: 1rem;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.memo-inner time {
  font-size: 0.7rem;
}

.slide-inner {
  margin-top: 5rem;
  display: flex;
  overflow: hidden;
  margin-bottom: 3rem;
  animation: slide-anime 5s infinite alternate;
}
.slide-inner img {
  width: 100vw;
  height: 70vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@keyframes slide-anime {
  0% {
    margin-left: 0;
  }
  16% {
    margin-left: 0;
  }
  32% {
    margin-left: -100vw;
  }
  48% {
    margin-left: -100vw;
  }
  64% {
    margin-left: -100vw;
  }
  80% {
    margin-left: -200vw;
  }
  100% {
    margin-left: -200vw;
  }
}
.gallery {
  margin-bottom: 3rem;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  grid-template-areas: "A B C" "D B E" "F F E";
}
.gallery img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.grid-a {
  grid-area: A;
}

.grid-b {
  grid-area: B;
}

.grid-c {
  grid-area: C;
}

.grid-d {
  grid-area: D;
}

.grid-e {
  grid-area: E;
}

.grid-f {
  grid-area: F;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

pre {
  border: 1px solid rgb(22, 22, 22);
  padding: 0.7rem;
  font-size: 0.8rem;
  overflow-x: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgb(90, 90, 90);
}

@media (min-width: 768px) {
  .gallery {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-inner {
    margin-bottom: 5rem;
  }
}
body {
  font-size: clamp(0.8rem, 0.755rem + 0.19vw, 0.9rem);
  word-break: break-word;
  animation: fade;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  background: rgb(255, 255, 255);
  font-family: sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo";
}

h1 a:hover {
  text-decoration: none;
  border-bottom: none;
}

.fade {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.fade .f-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 0;
  animation: fade-in 15s infinite;
}
.fade .f-box:nth-of-type(1) {
  background-image: url(../images/mv/pc-main.jpg);
  animation-delay: 0s;
}
.fade .f-box:nth-of-type(2) {
  background-image: url(../images/mv/pc-main2.jpg);
  animation-delay: 5s;
}
.fade .f-box:nth-of-type(3) {
  background-image: url(../images/mv/pc-main3.jpg);
  animation-delay: 10s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  48% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.slide {
  opacity: 0;
  transform: translateY(0);
  transition: 2s;
}

.container {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.left {
  background: rgb(251, 251, 251);
  margin-bottom: 2rem;
  padding: 1rem;
}
.left__item {
  position: relative;
  margin-bottom: 2rem;
}
.left__item:last-child {
  margin-bottom: 0;
}
.left__item a {
  position: absolute;
  inset: 0;
}
.left img {
  margin-bottom: 1rem;
}
.left .btn {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(0, 103, 187);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.left__tum {
  position: relative;
  font-size: 0.6rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.left__tum img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.left__tum h3 {
  font-size: 0.8rem;
  margin-bottom: 2rem;
}
.left__tum a {
  position: absolute;
  inset: 0;
}
.left__tum:hover {
  opacity: 0.5;
}
.left h3 {
  font-size: 0.9rem;
  border-top: 1px solid rgb(164, 161, 161);
  border-bottom: 1px solid rgb(164, 161, 161);
  margin-bottom: 2rem;
  padding: 1rem;
  padding-left: 0;
}
.left h4 {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}
.left__kanren-box p {
  margin-bottom: 2rem;
}

.side-bar {
  padding: 1rem;
}
.side-bar h3 {
  font-size: 0.7rem;
  text-align: center;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.side-bar h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid rgb(164, 161, 161);
  border-left: 1px solid rgb(164, 161, 161);
  width: 20px;
  height: 20px;
}
.side-bar h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgb(164, 161, 161);
  border-right: 1px solid rgb(164, 161, 161);
  width: 20px;
  height: 20px;
}
.side-bar__item {
  margin-bottom: 2rem;
}
.side-bar__new {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
  position: relative;
}
.side-bar__new a {
  position: absolute;
  inset: 0;
}
.side-bar__new figure {
  margin-bottom: 1rem;
  width: 30%;
}
.side-bar__new--box time {
  border-top: 1px solid rgb(164, 161, 161);
  border-bottom: 1px solid rgb(164, 161, 161);
  border-top: none;
}
.side-bar__item--tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
}
.side-bar__item--tag a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.3rem;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 3px;
  font-size: 0.5rem;
}

@media (min-width: 768px) {
  .fade {
    height: 50vh;
  }
  .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .left {
    width: 80%;
  }
  .left__kanren-box {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    gap: 1rem;
    position: relative;
  }
  .left__kanren-box:last-child {
    border-bottom: none;
  }
  .left__kanren-box a {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  .left__kanren-box a:hover {
    opacity: 0.5;
  }
  .left__kanren-box figure {
    width: 50%;
  }
  .side-bar {
    width: 30%;
    font-size: 0.6rem;
  }
  .side-bar__new {
    display: flex;
    gap: 1rem;
  }
  .side-bar__new figure {
    width: 45%;
  }
  .left {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .fade {
    height: 80vh;
  }
  .left {
    width: 80%;
  }
  .left__kanren-box--text h4 {
    font-size: 0.9rem;
  }
  .side-bar {
    width: 30%;
  }
  .side-bar p {
    font-size: 0.8rem;
  }
  .side-bar__new {
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .side-bar__new figure {
    width: 50%;
  }
  .side-bar time {
    font-size: 0.7rem;
  }
  .side-bar__item--tag {
    font-size: 0.6rem;
  }
}
@media (min-width: 1280px) {
  .left {
    width: 70%;
  }
  .left__item img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .side-bar {
    width: 30%;
  }
}/*# sourceMappingURL=style.css.map */