 html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
  
  /* -------------------------------background------------------------ */
 
.hero-section {
  position: relative !important;
  background-image: url('https://biwaichi.bike/.assets/home1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;        
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

  .hero-section::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.2);  
    z-index: 1;
  }

  .hero-text {
    display: block;  
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; 
    text-align: center;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
  }

  .hero-text p {
    color: #fff !important;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 0 2px 6px rgba(0,0,0,0.5);
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

.background-box {
  background-color: #5abbc8;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  
  color: #fff;
  text-align: center;
  padding: 30px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.background-box .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-box .content {
  max-width: 530px;      
  width: 70%;            
  margin: 0 auto;
  padding: 20px 0;
}

.content p {
  font-size: 14px !important;
  line-height: 1.8;
  color: #ffffff;
  margin-top: -10px;
}

.background-box p {
  font-size:16px !important;
  line-height: 2;
  color: #ffffff;
  margin-top: 0px;
  font-weight: 400;
}

@media (max-width:425px) {
 
  .background-box .content {
    padding: 10px auto;
    font-size: 12px;
    width:100%;            
  }

.background-box p {
  font-size:12px !important;
  line-height: 1.5;
  color: #ffffff;
   font-weight: 400;
}

.content p {
  font-size: 13px;
  line-height: 1.8;
  color: #ffffff;
 }
}

 .image-below img,
 .image-below2 img {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.image-below img.active,
.image-below2 img.active {
  opacity: 1;
}


  @keyframes brightnessFadeIn {
    from {
      filter: brightness(0.5);
      opacity: 0;
    }
    to {
      filter: brightness(1);
      opacity: 1;
    }
  }

/*--------------4tsu --------------*/
  .image-below {
    text-align: center;  
    margin-top: 60px;  
  }
  
  .image-below img {
    max-width:40%;  
    height: auto;  
  }
  
  .image-below2 {
    text-align: center; 
    margin-top: 40px; 
  }
  
  .image-below2 img {
    max-width: 400px;  
    height: auto;  
  }
  
 .text-below-image {
    text-align: center;
    margin-top: 20px;  
  }
  
  .text-below-image p {
    font-size: 25px;
    color: #333;
    line-height: 1.6; 
  }

/*--------------- biwako ABOUT --------------*/
.about-section {
  width: 100%;
  padding:30px ;
  box-sizing: border-box;
  position: relative;
  margin: 50px auto 0 auto; 
  padding: 30px;
  background-color: rgba(228, 244, 246, 0.8);
  position: relative;
  width: 90%;
  border-radius: 20px;
  display: block;
  overflow: visible;
}

  .about-section .text-overlay {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
   line-height:1;
  }
  .about-section .text-overlay  .line1 {
    font-size: 40px;  
    color: #61bcc9;  
  }
  .about-section .text-overlay .line2 {
    font-size: 18px;  
    color: #808080;   
   }

.about-section .about-block-all{
   margin-top: 150px !important;
  }

.about-block-all .about-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.about-block-all .about-img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  margin-top: -40px;
}

.about-block-all .about-text-area {
  flex: 1;
  max-width: 500px;
  left: 280px;
  margin-top: 10px;
  margin-bottom: 50px;
}

.about-title {
  font-size: 25px;
  color: #61bcc9;
  border: 1px solid #61bcc9;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: white;
  margin-top: 55px;
  font-weight: bolder;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  margin-top:  20px;
}

 @media (max-width:900px) {
  .about-section {
  width: 100%;
  padding:10px ;
  padding-bottom:10px;
  box-sizing: border-box;
  position: relative;
  background-color: rgba(228, 244, 246, 0.8);
  position: relative;
  width: 90%;
  border-radius: 20px;
  display: block;
  overflow: visible;
}
 
  .about-section .text-overlay  {
    position: absolute;
    top: 40px;
    left: 50px;
  }
   .about-section .text-overlay .line1 {
    font-size: 32px; 
  }
  .about-section .text-overlay .line2 {
    font-size: 16px;   
  }
 
  .about-block {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 70px;
    margin-bottom: -50px;
    
  }
  .about-block-all{
   margin-top: 150px !important;
   }

  .about-img {
    max-width:100% !important;
    margin-bottom: -80px  !important;
   }
 
  .about-title {
     margin-left: 30px;
    font-size: 17px;
  }
  .about-block .about-text{
    padding:30px;
  font-size: 12px;
  margin-top:-30px;
   margin-bottom:-60px;
  }
  .about-block-all .about-text-area {
  margin-bottom: 80px;
}
  .about-section .text-overlay {
    text-align: left;
    margin-left:-10px;    
  }

  .about-section{
   display: block;
  overflow: visible;
  }

   .text-below-image p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

  /*!--------------------C0NTENSTS-----------------*/
.contents-section {
  margin: 50px auto 0 auto; 
  padding:30px ;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  width: 90%;
  border-radius: 20px; 
  box-sizing: border-box; 
}

.contents-section .image-container {
  position: relative;
  width: 100%;
  padding:  20px; 
}

.responsive-full-image2 {
  display: none; 
}

.contents-section .text-overlay2 {
  top: 50px ;
  left: 800px;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height:1;
 }

.contents-section .text-overlay2 .line1 {
  font-size: 40px;
  color: #61bcc9;
 }

.contents-section .text-overlay2 .line2 {
  font-size: 18px;
  color: #808080;
 }

.contents-section .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));   
  gap: 45px;    
  justify-content: center;  
  width: 100%;
  max-width: 900px;
  margin: 40px auto 0 auto; 
  padding:0 20px ;
  box-sizing: border-box;
  place-items: center;
}

 .contents-section .icon-box {
  background-color: white;
  border: 1.5px solid #61bcc9;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
   padding: 10px;
   height:140px;
   aspect-ratio: 1 / 1;
   width: 100%;  
   max-width: 200px;  
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
 
.icon-box img{
 width:90px;
}
.contents-section .icon-box p{
 color:#333;
  text-decoration: none !important;

 }
.contents-section .icon-label p{
  text-decoration: none !important;
}

@media (max-width:1180px) {
.contents-section {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  align-items: center;
  border:2px dashed #61bcc9;
}  

.contents-section .icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));  
  gap: 45px;  
  max-width: 600px;       
  margin-top: 50px;
  padding:20px 0;
  justify-content: center; 
  }

.contents-section .icon-box {
  width: 100%; 
  min-width: 160px; 
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  height:160px;
 }

.contents-section .text-overlay2 {
  margin-top: 10px;
  margin-left:50px;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
 }
.contents-section .text-overlay2 .line1 {
  font-size: 32px; 
}

.contents-section .text-overlay2 .line2 {
  font-size: 16px; 
}
}

@media (max-width: 610px) {
  .contents-section .icon-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 30px;
    max-width: 100%;
    justify-items: center;
  }

  .contents-section .icon-box {
    width: 100%;
    max-width: 130px;
    min-width: 110px;
    height:140px;
}

  .icon-label {
   font-size:12px;
}
}

 
/*!------------------------TOUR---------------------*/
.centered-box {
    border: 2px dashed #ff9900;  
    background-color: #fff;
    width: 90%;              
    height: 750px;               
    margin: 40px auto ;           
    border-radius: 20px;         
    position: relative;        
    box-sizing: border-box;    
    padding: 30px ;              
  }
 
.centered-box .text-overlay3 {
    position: absolute;
    top:50px;
    left: 50px;
    text-align: left;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);  
    line-height:1;
  }

.centered-box .text-overlay3 .line1 {
    font-size: 40px;  
    color: #61bcc9;  
  }
.centered-box .text-overlay3 .line2 {
    font-size: 18px;   
    color: #808080;   
  }

.centered-box .tour-icon-grid {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 150px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  padding: 20px;
  -webkit-overflow-scrolling: touch;

  scrollbar-width: thin; 
  scrollbar-color: #61bcc9 transparent;   
  padding-top:30px;
}

 .centered-box .tour-icon-grid::-webkit-scrollbar {
  height: 20px;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-track {
  background: transparent; 
}

.centered-box .tour-icon-grid::-webkit-scrollbar-thumb {
  background-color: #61bcc9;  
  border-radius: 6px;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-thumb:hover {
  background-color: #4aa7b3;  
}

.centered-box .tour-icon-grid::-webkit-scrollbar-button {
  display: none; 
  width: 0;
  height: 0;
}

 .tour-icon-grid .tour-icon-box {
  position: relative;
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 330px;
  height: 500px;
  border: 2px solid #61bcc9;
  border-radius: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
    padding-top:10px;
    padding-left:20px;
    padding-right:20px;  
  overflow-wrap: break-word;
  justify-content: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.tour-icon-box img {
  width: 300px;
  height: auto;
  margin-top: 0;
 }

 .guide-badge {
    position: absolute;
    top: -30px;
    right: -30px;
    background-color: #61bcc9; 
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  }

.tour-icon-box .icon-label {
  font-size: 16px;
  color: #61bcc9; 
  margin-bottom: 30%;
  font-weight:bold;
}

 .tour-icon-box  {
    font-size: 12px;
    color: #333;
    margin-bottom: 20%;
  }

.tour-icon-grid .tour-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  text-align: left;
  margin-top: -10px;
}

.bottom-text {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.bottom-text p {
  margin: 0;
}

 .bottom-text .price {
    color: #61bcc9;
    font-size: 16px;
 }

.plan-link {
  background-color: #f8b62d;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  display: inline-block; 
  margin-bottom: 40px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.plan-link a {
  text-decoration: none;
  color: white;
  display: block; 
}
.swipe-hint {
 display:none;
}
@media (max-width: 1180px) {
  .centered-box {
  padding: 10px;
  margin: 20px auto;
  top:50px;
  height:720px;    
 
  }
  .centered-box .text-overlay3 {
  position: absolute;
  top:50px;
  left: 50px;
  line-height:1;
  margin-bottom:-50px;
 }
.centered-box  .text-overlay3 .line1 {
  font-size: 32px;
 }

.centered-box .text-overlay3 .line2 {
  font-size: 16px;
 }

.centered-box .tour-icon-grid {
   justify-content: flex-start;
   scroll-snap-type: x mandatory;
   overflow-x: auto;
   margin-top:150px;
   border-radius: 25px;
   gap: 50px;
   padding: 20px 50px;
  }
 
 .tour-icon-grid .tour-icon-box {
    scroll-snap-align: center;
    margin: 0 auto;
    margin-top:0;
    height:500px;
   width:260px;
  }

 .tour-icon-box .icon-label {
  font-size: 16px;
  font-weight:bold;
  margin-bottom: 30%;
}
.tour-icon-grid .tour-text {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  text-align: left;
  margin-top: -20px;
}
  .guide-badge {
    top:  10px;
    right:  10px ;
    font-size:14px;
    width: 70px;
    height: 70px;
  }
  .swipe-hint {
  display: none;
  font-size: 14px;
  color: #ff6600;
  text-align: center;
   animation: blink 2.5s infinite;
  margin-top:140px;
  margin-bottom:-120px;
}
  .swipe-hint {
    display: block;
  }
 
 @keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
 
  
}

/*!-------------------------NEWS-------------------------*/
 .centered-box2 {
  width: 90%;
  margin: 40px auto 0 auto;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}

 .centered-box2 .text-overlay4 {
 position:abusolute;
  text-align: left;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-left: 30px;
  margin-top: 20px;
 line-height:1;
}

 .centered-box2 .text-overlay4 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

 .centered-box2 .text-overlay4 .line2 {
  font-size: 18px;
  color: #808080;
}

 .news-button {
  display: inline-block;
  background-color: #61bcc9;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;

  position: absolute;
  bottom: 80px;  
  left: 60px;
  white-space: nowrap;
  text-decoration: none !important; 
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

 .news-button:hover {
  background-color: #e0a200;
}

 .lined-wrapper {
  width: 90%;
  max-width:1000px;
  margin: 50px auto ;
  display: flex;
  justify-content: flex-end; 

}

 .lined-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;  
  width: 100%;
  max-width: 900px;  
  overflow: visible;
 }

 .news-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;  
  line-height:1.6;
}

 .date {
  font-weight: bold;
  color: #61bcc9;
  white-space: nowrap;
 }

 .news-link {
  color: #333;
  text-decoration: none;
 }

 .news-link:hover {
  text-decoration: underline;
 }

 @media (max-width: 1280px) {
  .centered-box2 {
  margin-top:80px;
 box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

}
  .centered-box2 .text-overlay4 {
  text-align: left;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-left:20px;
  margin-top: 20px;
  line-height:1;
 }
  .centered-box2 .text-overlay4 .line1 {
  font-size:32px;
}

 .centered-box2 .text-overlay4 .line2 {
  font-size: 16px;
 }
  .lined-text {
  margin-left: 20px;
}
 
 .news-button {
    position: static;    
    display: block;       
    width: 90%;        
    margin:0 auto 0 auto;   
    text-align: center;
    white-space: normal;
    margin-top:20px;
  }
 
 .lined-wrapper {
    justify-content: center;  
    margin-left:  0px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    left: -10px;
    font-size: 14px;
    margin-right: -30px;
    margin-top:-15px;
    gap:0;
  }

  .date {
    margin-bottom: 5px;
  }
}

/*!------------------------RETURN------------------------*/

.centered-box3 {
  background-color:  rgb(228, 244, 246,0.7);
  width:90%;
  height: 500px;
  margin:40px auto 0 auto; 
  border-radius: 20px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
 }
 
.centered-box3 .text-overlay5 {
  position: absolute;
  top: 50px;
  left: 50px;
  text-align: left;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.centered-box3 .text-overlay5 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.centered-box3 .text-overlay5 .line2 {
  font-size: 18px;
  color: #808080;
}

.text-with-dots {
  margin-top: 200px;  
  margin-bottom: 50px;  
  padding-left: 30px;  
  position: relative;
  z-index: 2;
}

.text-line {
  display: flex;
  align-items: center; 
  gap: 10px;
  margin-bottom: 20px;
 }

.dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background-color: #5bbac7;
  border-radius: 50%;
 }

  .icon-image {
  position: absolute;
  top: 50%;
  right: 60px;   
  transform: translateY(-50%);  
  width: 300px;   
  height: auto;
  z-index: 1;
 }
  .return-button {
  display: inline-block;
  background-color: #f8b62d;  
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom:30px;
  left: 60px;
  }
  .cyclingmap {
  margin-top:200px;
 margin-left:20px;
  }

@media screen and (max-width: 1280px) {

  .text-line {
    flex-direction: row;          
    align-items: center;
    flex-wrap: wrap;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 80px;
  }

  .dot {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .icon-image {
  position: absolute;
  top: 50%;
  right: 60px;   
  transform: translateY(-50%);  
  width: 400px;   
  height: auto;
  z-index: 1;
 }

  .return-button {
  display: inline-block;
  background-color: #f8b62d;  
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  position: absolute;
  bottom: 50px;
  left: 50px;
  }

  .return-button:hover {
  background-color: #e09e22;  
  }
 
.centered-box3 .text-overlay5 {
  font-size: 40px !important;
  color: #61bcc9;
  margin-top:0;
  line-height:1;
    position: static;
    text-align: left;
    margin-bottom: 50px;
}

  .centered-box3 {
    height: auto;
    padding: 40px 40px;
    margin-top:80px;
  }

  .centered-box3 .text-overlay5 .line1 {
    font-size: 32px;
  }

  .centered-box3 .text-overlay5 .line2 {
    font-size: 16px;
    margin-top: 0px;
  }

  .text-with-dots {
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }

  .text-line {
    font-size: 14px;
    line-height: 1.6;
  }

  .icon-image {
    display: none;  
  }

  .return-button {
    position: static;
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
    font-size: 16px;
    padding: 10px 20px;
  }
  
  .cyclingmap {
  margin-top:180px;
 
  }
}

  /*!-------------------------FOLLOW US----------------------*/
.centered-box4 {
  width: 90%;
  margin: 40px auto;
  padding: 20px;
  background-color: rgba(228, 244, 246, 0.7);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}

.centered-box4 .text-overlay6 {
  position: absolute;
  top: 50px;
  left: 50px;
  text-align: left;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  line-height: 1;
}

.centered-box4 .text-overlay6 .line1 {
  font-size: 40px;
  color: #61bcc9;
}

.centered-box4 .text-overlay6 .line2 {
  font-size: 18px;
  color: #808080;
}

.icon-row {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: nowrap;
  margin-top: 200px;
  margin-bottom: 30px;
 align-items: stretch;
}

.icon-item {
  background-color: white;
  border-radius: 15px;
  padding: 0;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  height: 230px;
  width:130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  flex: 1;
  min-height: 160px;
}

.follow-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.icon-title {
  font-size: 16px;
  line-height: 1.3;
  white-space: pre-line;
  color:#333;
}

.icon-title a.text-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s, text-decoration 0.3s;
}

.icon-title a.text-link:hover {
  text-decoration: underline;
  color: #61bcc9;
}


/* --------- Responsive ----------- */
@media screen and (max-width: 530px) {
  .centered-box4 {
    margin-top: 80px;
    padding-bottom: 30px;
  }

  .centered-box4 .text-overlay6 {
    font-size: 40px;
    color: #61bcc9;
    margin-top: -10px;
    margin-left: -10px;
  }

  .centered-box4 .text-overlay6 .line1 {
    font-size: 32px;
  }

  .centered-box4 .text-overlay6 .line2 {
    font-size: 16px;
  }

  .icon-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
    margin-top: 150px;
   }

  .icon-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    padding: 0;
    box-sizing: border-box;
    height: 130px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 130px;  
    min-height: 130px;
    max-height: 130px;
   }

  .follow-icon {
    max-width: 60px;
    height: auto;
    margin-top: 20px;
    margin-bottom: -20px;
  }

  .icon-title {
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    white-space: normal;
  }

  .icon-title a.text-link {
    font-size: 10px;
  }
}

    
    
  /*-----------------full-background------------*/
.full-background {
  position: fixed;
  left: 0;
  bottom: 0;    
  width: 100%;
  height: 100%;  
  background-image: url('https://oportable.jp/.assets/bg2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
 
