﻿#izo00 {
    width: 100%;
    margin: 0 0 7%;
}
#izo00 a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#izo00 img {
    width: auto;
    max-width: 100%;
    height: auto;
}
#izo00 h1 {
    width: 100%;
    margin: 0 0 5%;
    padding: 0;
}
#izo00 .area_ttl {
    text-align: center;
    margin: 0 0 4%;
}
#izo00 .new_area {
    width: 100%;
    margin: -3% 0 7%;
    padding: 3% 3% 3%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
#izo00 .new_area::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/img/usr/genre/izo00/260626_izo00_bgtile.jpg");
    background-repeat: repeat;
    background-position: 0 0;
    transform: translateY(15%);
    z-index: -1;
}
#izo00 .new_box {
    position: relative;
    overflow: visible;
    margin: 0 0 5%;
}
#izo00 .new_box:last-child {
    margin: 0;
}
#izo00 .new_box > a {
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #d7d7d7;
}
#izo00 .new_box .icon {
    position: absolute;
    top: -20px;
    left: -20px;
    aspect-ratio: 120 / 112;
    max-width: 120px;
    max-height: 112px;
    width: 13.8%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
    pointer-events: none;
}
#izo00 .new_box .icon.new {
    background-image: url("/img/usr/genre/izo00/260626_izo00_icon_new.png");
}
#izo00 .new_box .icon.rec {
    background-image: url("/img/usr/genre/izo00/260626_izo00_icon_rec.png");
}
#izo00 .new_box .txt_space {
    width: 54%;
    padding: 2%;
    box-sizing: border-box;
}
#izo00 .new_box .img_space {
    width: 46%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#izo00 .new_box .img_space img {
    width: 100%;
    height: 100%;
    display: block;
}
#izo00 .item_logo {
    font-size: 24px;
    color: #301d14;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
#izo00 .new_area .item_logo img {
    max-width: 250px;
    max-height: 74px;
}
#izo00 .brand_area .item_logo img {
    max-width: 180px;
    max-height: 52px;
}
#izo00 .new_area .item_logo {
    aspect-ratio: 470 / 104;
    width: 100%;
    height: auto; 
    border-bottom: 1px solid #d7d7d7;
    padding: 0 0 3%;
    margin: 0 0 0.5em;
}
#izo00 .brand_area .item_logo {
    aspect-ratio: 260 / 92;
    width: 100%;
    height: auto; 
    border-bottom: none;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    line-height: 1.2em;
    font-weight: 500;
}
#izo00 .new_area .item_catch,#izo00 .new_area .item_name,#izo00 .new_area .item_exp {
    padding: 0 0.3em;
}
#izo00 .item_catch {
    font-weight: bold;
    color: #301d14;
    margin: 0 0 0.5em;
}
#izo00 .new_area .item_catch {
    font-size: 24px;
}
#izo00 .brand_area .item_catch {
    font-size: 22px;
    aspect-ratio: 260 / 92;
    width: 100%;
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#izo00 .item_catch span {
    font-weight: normal;
    font-size: 20px;
}
#izo00 .item_name {
    font-size: 20px;
    margin: 0 0 0.3em;
}
#izo00 .item_exp {
    font-size: 16px;
}
#izo00 .brand_area {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#izo00 .brand_box {
    box-sizing: border-box;
    max-width: 296px;
    width: calc((100% - 4%) / 3);
    padding: 2%;
    margin: 0 0 3%;
    border-radius: 20px;
    background-image: url("/img/usr/genre/izo00/260626_izo00_bgtile.jpg");
    background-repeat: repeat;
    position: relative;
}
#izo00 .brand_box > a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#izo00 .brand_box::after {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 7%;
    width: 32px;
    height: 32px;
    background-image: url("/img/usr/genre/izo00/260626_izo00_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#izo00 .brand_area .item_img {
    margin: 0 0 0.7em;
}
#izo00 .brand_box.note img,#izo00 .brand_box.note .item_catch,#izo00 .brand_box.note::after {
    opacity: 0.3;
}
#izo00 .brand_box.note a {
    pointer-events: none;
}
#izo00 .brand_box.note .note_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #301d14;
}
@media screen and (max-width: 1100px) {
    #izo00 .new_box .icon { width: 12%;}
    #izo00 .item_logo { font-size: 22px; }
    #izo00 .new_area .item_catch { font-size: 21px; }
    #izo00 .brand_area .item_catch { font-size: 20px; }
    #izo00 .item_catch span { font-size: 18px; }
    #izo00 .item_name { font-size: 18px; }
    #izo00 .item_exp { font-size: 14px; }
    #izo00 .brand_box.note .note_txt { font-size: 22px; }
}
@media screen and (max-width: 999px) {
    #izo00 .new_box .icon { width: 11%;}
    #izo00 .brand_area .item_catch { font-size: 18px; }
    #izo00 .brand_box.note .note_txt { font-size: 18px; }
}