@font-face {
  font-family: 'MyFont';
  src: url('./fonts/MadouFutoMaruGothic-d9Xo7.ttf') format('truetype');
}

body {
  font-family: 'MyFont', sans-serif;
  opacity: 1;
  background-image: url('./img/9cv4pd.gif');
  background-repeat: repeat;
  background-position: center;
  background-color: #F5E8DD;
}

#micro-blog{
 border: 1px solid #B5C0D0;
  margin: 5px;
  font-size: 14px;
  padding: 10px;
  overflow-y: scroll;
  height: 300px;
}

.nezukocontent {
  background-color: #ffffff;
  opacity: 0.5;
  background-size: 20px 20px;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1) 1px,
    #ffffff 1px,
    #ffffff
  );
  height: 800px;
  width: 618px;
  margin-top: 10px;
  border: 1px solid red;
  overflow-y: scroll;
}

.grad1 {
  background-image: linear-gradient(to right, #f7b0c8, #f2e9ec);
  margin-top: 10px;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2e9ec;
  width: 800px;
  margin: 0 auto;
  border-style: inset;
  padding: 3px;
}

.div {
  display: block;
  unicode-bidi: isolate;
}

#contentBox {
  width: 800px;
  color: #000;
  height: 1400px;
}

#leftColumn {
  width: 150px;
}

#middleColumn {
  width: 618px;
}

#rightColumn {
  width: 180px;
}

#header {
  margin-bottom: 0px;
  margin-top: 0px;
  background-image: url('./img/banner.jpg');
  background-color: #fff;
  height: 210px;
  border-bottom: 1px dotted #CCD3CA;
  border-left: 0px;
  border-right: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px dotted #CCD3CA;
}

.marquee-container {
  width: 800px;
  overflow: hidden;
  position: relative;
  height: 31px;
  background-color: white;
  border-bottom: 1px solid #9aa4b6;
}

.vue-marquee {
  animation: scroll-left 20s linear infinite;
  white-space: nowrap;
  position: absolute;
  display: flex;
  align-items: center;
  /* Remove static transform, rely on animation only */
}

.marquee-image {
  height: 31px;
  width: 88px;
  object-fit: contain;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Only scroll half the width, so repeated images loop seamlessly */
  }
}

/* New classes for inline styles */
.main-layout {
  display: flex;
  height: calc(1360px - 164px - 45px);
}

.about-section {
  background-color: white;
  border: 1px solid #B5C0D0;
  margin-top: 5px;
  font-family: 'MS Gothic', sans-serif;
  font-size: 14px;
  padding: 10px;
}

.profile-container {
  display: flex;
  align-items: flex-start;
}

.profile-image {
  padding: 2px;
  margin-right: 10px;
  width: 120px;
  height: 120px;
}

.social-links {
  margin-top: 20px;
  margin-left: 30px;
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 24px;
  height: 24px;
}

.construction-container {
  display: flex;
}

.construction-gif {
  margin-top: 10px;
  padding-left: 80px;
  width: 130px;
  height: 90px;
}

.gif-icon {
  padding-left: 6px;
  padding-right: 6px;
}

.japanese-calendar {
  margin-top: 32px;
  margin-left: 4px;
  width: 160px;
  font-family: 'MS Gothic', sans-serif;
  font-size: 12px;
  border: 1px solid #B5C0D0;
  padding: 4px;
  background: #fff;
}

.calendar-header {
  text-align: center;
  font-weight: bold;
}

.calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.calendar-sunday {
  color: red;
}

.calendar-saturday {
  color: blue;
}

.right-images-container {
  margin-top: 10px;
  margin-left: 4px;
  width: 160px;
  padding-top: 10px;
}

.right-image {
  width: 160px;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.carousel-arrow {
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: #333;
}
.carousel-image {
  max-width: 160px;
  max-height: 160px;
  margin: 0 12px;
  
}

.todo-list {
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.todo-dot {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.hosting-info-marquee {
  background: linear-gradient(90deg, #f8e8ff 0%, #d0f0ff 100%);
  color: #5c2d91;
  font-weight: bold;
  padding: 6px 12px;
  margin: 12px 0;
  border-radius: 4px;
  font-family: 'MyFont', sans-serif;
  box-shadow: 0 2px 8px rgba(92,45,145,0.08);
  font-size: 13px;
  line-height: 1.5;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hosting-info-marquee::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 32px;
  height: 32px;
  pointer-events: none;
  opacity: 0.8;
  z-index: 2;
}

@keyframes hosting-marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
