﻿@charset "utf-8";

#kei01 {
    margin-bottom: 12%;
}
#kei01 h2 {
    border: 0;
    margin: 0;
    padding: 0;
}
#kei01 a {
    text-decoration: none;
    transition: opacity 0.3s ease;
}
#kei01 a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#kei01 .main {
    margin-bottom: 5%;
    text-align: center;
    font-size: 18pt;
}
#kei01 .main img {
    width: 100%;
    height: auto;
    display: block;
}
#kei01 .main p {
    margin-top: 1em;
}
#kei01 .main span {
    font-size: 14px;
}
#kei01 .main .linktext {
    text-align: right;
    position: relative;
    font-size: 16px;
    margin: 0;
}
#kei01 .main .linktext a {
    position: relative;
    display: inline-block;
    padding-right: 1em;
}
#kei01 .main .linktext a::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 35%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#kei01 .category {
    margin-bottom: 5%;
}
#kei01 .category ul {
    display: flex;
    justify-content: space-between;
    gap: 1%;
}
#kei01 .category li {
    flex: 1 1 calc((100% - 2 * 1%) / 3);
    max-width: 302px;
}
#kei01 .category li img {
    width: 100%;
    height: auto;
    max-height: 130px;
    object-fit: cover;
    display: block;
}
#kei01 .ranking_ttl,#kei01 .price .price_ttl {
    text-align: left;
    border-bottom: solid 1px #dadada;
    font-weight: 500;
    padding: 0 0 0.2em 0;
    margin: 0 0 1em 0;
    font-size: 26px;
    font-family: 'Josefin Sans', sans-serif;
}
#kei01 .ranking_ttl span,#kei01 .price .price_ttl span {
    margin-left: 6%;
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
}
#kei01 .price .price_ttl {
    position: relative;
    border-bottom: 0;
    margin: 0;
    padding: 0 0 0 3em;
}
#kei01 .price .price_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 62px;
    height: 21px;
    background: url("/img/usr/genre/kei00/kei01/260723_kei01_icon.png") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%);
}
#kei01 .pickup {
    margin-bottom: 5%;
    padding: 9% 3% 12%;
    background: url("/img/usr/genre/kei00/kei01/260723_kei01_bg.jpg") no-repeat top center;
    background-size: cover;
}
#kei01 .pickup .ttl_img {
    margin-bottom: 5%;
    text-align: center;
}
#kei01 .pickup .ttl_img img {
    max-width: 707px;
    width: 100%;
    height: auto;
    display: inline-block;
}
#kei01 .pickup .itembox {
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    gap: 3%;
    align-items: center;
}
#kei01 .pickup .itembox:nth-child(odd) {
    flex-direction: row;
}
#kei01 .pickup .itembox:nth-child(even) {
    flex-direction: row-reverse;
}
#kei01 .pickup .itembox .imgArea {
    flex: 1 1 68%;
    position: relative;
}
#kei01 .pickup .itembox .imgArea img.base {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 360px;
    display: block;
}
#kei01 .pickup .itembox .imgArea img.package {
    position: absolute;
    height: auto;
    display: block;
}
#kei01 .pickup .itembox .imgArea img.package.B {
    width: 33.3%;
    right: -3%;
    bottom: -5%;
}
#kei01 .pickup .itembox .imgArea img.package.C {
    width: 40.2%;
    right: -3%;
    bottom: -12%;
}
#kei01 .pickup .itembox .imgArea img.package.D {
    width: 38.8%;
    right: -3%;
    bottom: -7%;
}
#kei01 .pickup .itembox .txtArea {
    flex: 1 1 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#kei01 .pickup .itembox .txtArea .description {
    font-size: 14px;
    margin: 0 0 1em 0;
}

#kei01 .pickup .itembox .txtArea .name {
    font-size: 18px;
    margin: 0 0 0.5em 0;
}
#kei01 .pickup .itembox .txtArea .price {
    font-size: 14px;
    margin: 0 0 2em 0;
}
#kei01 .pickup .itembox .txtArea .price:after {
    display: none;
}
#kei01 .pickup .itembox .txtArea .price .postage {
    color: #e60012;
}
#kei01 .pickup .itembox .txtArea .btnbox {
    max-width: 300px;
    height: 42px;
    position: relative;
}
#kei01 .pickup .itembox .txtArea .btnbox a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #728921;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    position: relative;
    overflow: hidden;
}
#kei01 .pickup .itembox .txtArea .btnbox a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 8%;
}
#kei01 .price {
    margin-bottom: 5%;
}
#kei01 .price:after {
    display: none;
}
#kei01 .price ul {
    display: flex;
    justify-content: space-between;
    gap: 1.5%;
    margin-top: 1em;
}

#kei01 .price li {
    flex: 1 1 calc((100% - 3 * 1.5%) / 4);
    border: 1px solid #ccc;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}
#kei01 .price li a {
    display: block;
    width: 100%;
    height: 100%;
}

