/*
Theme Name: brothlife
*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.top-news__cont img{
	height: auto;
	width: 100%;
	margin: 0 0 10px;
}
.top-news p {
font-size: 16px;
font-weight: normal;
}
.header__wrap {
  position: relative;
}
.sw_01 {
  height: 264px !important;
}
.pagination {
  text-align: center;
  margin: 20px 0;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  font-weight: bold;
  text-decoration: none;
}
.pagination .disabled {
  color: #ccc;
  cursor: default;
}
/* PC版 */
.mobile-menu02 {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  max-height: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu02.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mobile-menu02__section {
  margin-bottom: 1.5rem;
}
.mobile-menu02__section h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.mobile-menu02__section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu02__section li {
  margin-bottom: 0.3rem;
}
.mobile-menu02__section a {
  text-decoration: none;
  color: #0077cc;
  font-size: 0.95rem;
}
.mobile-menu02 h3 {
  padding: 3px 0 3px 12px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 4px solid #007aff;
}
.mobile-menu02__section ul {
  display: flex;
}
.mobile-menu02__section li {
  margin: 10px 0 0 30px;
}
.mobile-menu02__section a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #282828;
  background-image: url("images/top/arrow01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px auto;
}
.top-news__img img {
  height: auto;
}
.mobile-menu__btn {
  z-index: 1000;
}
.top-portal_txt_wrap {
  position: absolute;
  top: 73px;
  z-index: 100;
  right: 94px;
  color: #fff;
  width: 594px;
}
.top-portal_txt span:first-child {
  font-size: 29px;
  display: block;
}
.top-portal_txt span:nth-child(2) {
  font-size: 16px;
  display: block;
  line-height: 23px;
  margin: 15px 0 0 0;
}
.top-portal__ico::before {
  content: '';
  display: block;
  width: 26px;
  height: 30px;
  background-image: url(images/top/ico01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 13px 0 0;
}
.top-portal__ico_02::before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background-image: url("images/top/ico02.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 13px 0 0;
}
.top-portal__box {
  height: 46px;
}
.top-portal__btn {
  color: #000;
  font-size: 16px !important;
  border-radius: 22px !important;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #fff;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}
.current-category {
  text-align: center;
  background-color: #f0f0f0; /* グレー背景 */
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; /* 下の要素との余白 */
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 8px;
margin: 30px 0;
}
.breadcrumb a {
  color: #0073aa;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.current-category {
  text-align: center;
  background-color: #f0f0f0;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
	.pc{
	
		display: none;
}
.sp{
	display: block;
}
	.top-news p {
    font-size: clamp(11px, 2.3vw, 24px)!important;
}
	.flex-row{
		font-size: clamp(11px, 2.3vw, 24px)!important;}
	.top-portal_txt_wrap {
  
    top: 5vw;
   
    right: 2vw;
   
    width: 43vw;
}
.top-portal_txt span:first-child {
    font-size: 4.5vw;
    display: block;
}
	.top-portal_txt span:nth-child(2) {
    font-size: 1.6vw;
        line-height: 2.1vw;
        margin: 2vw 0 0 0;
}
	.top-portal__box {
  
    bottom: 19%;
}
	.top-portal__box {
   height: 8vw!important;
    width: 33vw!important;

    right: 13%!important;
    bottom: 16%!important;
}
  .mobile-menu__btn {
    z-index: 1000;
  }
	.top-portal__btn {
   
    font-size: 2vw !important;
		        height: 6.5vw !important;
   
}
  .mobile-menu02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    padding: 2rem 1.5rem;
    box-shadow: none;
  }
  .mobile-menu02__section h3 {
    font-size: 1.4rem;
  }
  .mobile-menu02__section a {
    font-size: 1.2rem;
  }
  .mobile-menu02__section {
    margin-bottom: 0;
    margin-right: 2rem;
    margin-top: 2rem;
  }
  .mobile-menu02__section ul {
    display: block;
    flex-direction: row;
    gap: 1rem;
  }
  .mobile-menu02__section li {
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: dashed 1px;
  }
  .mobile-menu02__section h3 {
    margin-bottom: 0.5rem;
    font-weight: bold;
  }
}