﻿#main_visual {
  width: 100%;
  height: 33.4rem;
  background: url(/cms/agplus/images/home/mv2025.png) center center/auto 100% no-repeat #bcea3d;
}
@media screen and (max-width: 768px) {
  #main_visual {
    height: 27.9rem;
    background: url(/cms/agplus/images/home/mv_sp2025.png) center center/auto 27.9rem no-repeat #bcea3d;
  }
}

header #global > ul li .subnav .categories {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 23.2rem);
    gap: 3rem 3.4rem;
    box-sizing: border-box;
    padding: 0 7rem;
}
header #global > ul li .subnav .categories .cat.col4 {
  width: calc((100% - 10.8rem) / 4);
}
header #global > ul li .subnav .menu li span {
    padding-top: 10px;
    display: inline-block;
    padding-left: 1.5em;
    font-size: 0.85em;
    line-height: 1.25;
}
#theme ul li a {
    min-height: 7.5rem!important;
    padding: 0rem 1.2rem!important;    
}
#theme ul li a .theme {
    margin-top: 0!important;
    margin-bottom: 0.6rem!important;
}
#tags {
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.page_container.single main article .theme {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.02;
}