a {
  text-decoration: none;
}

li {
  list-style: none;
}

a,
p,
h1,
h2,
h3,
th,
td,
input,
button {
  font-family: "Robot Mono", serif;
  color: rgb(145, 145, 145);
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

header {
  height: 90px;
}

.name {
  margin-top: 10px;
  position: fixed;
  z-index: 999;
  width: 168px;
  left: 5%;
}

.name h1 a img {
  width: 100%;
}

header .container {
  display: flex;
  max-width: 1980px;
}

nav ul li a {
  padding: 10px 20px;
  transition: text-shadow 0.3s;
}

nav ul li a:hover {
  text-shadow: 4px 4px 6px #808080;
  transition: text-shadow 0.3s;
}

.navi {
  align-items: center;
  position: fixed;
  top: 30px;
  right: 25px;
  z-index: 999;
}

.navi ul {
  display: flex;
}

.top-nav li {
  display: block;
}

footer {
  margin: 60px 0;
  display: flex;
  justify-content: center;
}

footer a {
  padding-left: 20px;
}

/* ***************** index.html ************************* */
/* ***************** index.html ************************* */
/* ***************** index.html ************************* */

/* **************  top_news  ********************* */

.news_wrapper {
  display: flex;
  margin-top: 127px;
}

.news_wrapper h2 {
  display: block;
  width: 30%;
  font-weight: 400;
  color: rgb(182, 182, 182);
  font-size: 25px;
}

.news_right {
  width: 70%;
}

.news-item {
  line-height: 2em;
  width: 100%;
}

.news-item a {
  padding-left: 10px;
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgb(232, 232, 232);
}

.news-item * {
  transition: all 0.13s;
}

.news-item a:hover > * {
  color: #536267;
}

.news-item a time {
  width: 20%;
}

.news-item a p {
  width: 70%;
  word-break: break-word;
}

.news-item a p span{
    display: inline-block;
}

/* news_btn */

.news_btn_wrapper {
  margin-top: 20px;
  display: flex;
}

.news_btn {
  width: 95px;
  height: 44px;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  margin-left: auto;
  margin-right: 10%;
  justify-content: right;
  position: relative;
  z-index:0;
}

.news_btn:hover::before {
    opacity: 0;
}

.news_btn:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: 0.5s;
  background: rgb(182, 182, 182);
}
.news_btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: radial-gradient(rgb(182, 182, 182) 30%, rgb(210,221,223) 50%, rgba(255, 255, 255, 0.8) 70%);
}

/* ********************************************************* */

.gallery2023 a {
  padding: 100px 0;
}

.hiddenGallery {
  display: none;
}

.feelings,
.info-wrapper {
  padding-top: 70px;
  width: 90%;
  margin: 0 auto;
}
.info-wrapper p {
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}
.feelings p {
  letter-spacing: 0.2em;
  line-height: 1.5;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}

.avoid {
  width: 100%;
}

.apartment {
  width: 45%;
}
.about-roro {
  margin: 0 auto;
  line-height: 15px;
  display: flex;
  box-sizing: border-box;
  width: 90%;
  padding-top: 100px;
}

.who-bg,
.info-bg {
  background-repeat: no-repeat;
  background-position: 85% 25%, 15% 75%;
  background-color: rgba(255, 255, 255, 1);
  background-blend-mode: lighten;
  background-size: 30%;
  animation-name: bg-sky-moves;
  animation-duration: 10s;
  animation-timing-function: cubic-bezier(0.44, 0.03, 0.49, 0.96);
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.who-bg {
  background-image: url("../img/roro_sky1.webp");
}

.info-bg {
  background-image: url("../img/roro_sky2.webp");
}

@keyframes bg-sky-moves {
  0% {
    background-position: 85% 25%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  25% {
    background-color: rgba(255, 255, 255, 0);
  }

  50% {
    background-position: 85% 27%;
    background-color: rgba(255, 255, 255, 0.8);
  }

  75% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-position: 85% 25%;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.about-roro .pic1 {
  width: 50%;
  margin: 5px 5px 5px 0;
}

.profile-content {
  padding-top: 50px;
}

.pic1 img {
  width: 100%;
}
.words {
  width: 50%;
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.words table {
  margin-top: 32px;
}

.words table td {
  padding: 8px 0;
  line-height: 19px;
  font-family: "Noto Sans JP", sans-serif;
}

.td1 {
  width: 20%;
}
.words p {
  letter-spacing: 0.2em;
  line-height: 2;
  color: black;
  font-family: "Noto Sans JP", sans-serif;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
}

.twitter-follow-button {
  padding-bottom: 10px;
}

.year {
  font-size: 2em;
  padding: 100px 0 50px 0;
}

.storeh2 {
  padding-bottom: 30px;
}
