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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #000; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
img {
  width: 100%;
  margin-bottom: -1px;
  object-fit: cover;
}
a {
  transition: 0.4s;
}
a:hover {
  opacity: 0.5;
}
.white {
  position: relative;
  height: 100%;
}
.white::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.5;
}
.photo-34 {
  aspect-ratio: 3/4;
}
.photo-43 {
  aspect-ratio: 4/3;
}
.photo-1 {
  aspect-ratio: 1/1;
}
.photo-21 {
  aspect-ratio: 2/1;
}
.br {
  display: inline-block;
}
ul {
  list-style: none;
}