@charset "utf-8";
/*
|---------------------------------------------------------------
| ハルカスニッポン博覧会 共通
|---------------------------------------------------------------
*/
.mainframe_ .m-titleimg_,
.mainframe_ .m-title06_,
.mainframe_ .m-title01_,
.wrapper_:not(:has(.mainframe_)) .m-title04_,
.wrapper_:not(:has(.mainframe_)) .m-title03_ {
    display: none;
}

.contents_ > .free_space5,
.wrapper_:not(:has(.mainframe_)) > .free_space5 {
    display: none;
}

:root {
    --ep-foreground-color: #333333;
    --ep-font-family-base: 'Noto Sans JP', メイリオ, Meiryo, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*
 * Main
------------------------------------------------*/
.e-bussanFair {
    container-type: inline-size;
    display: block;
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
    color: var(--ep-foreground-color);
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    font-family: var(--ep-font-family-base);
}

.e-bussanFair__content {
    --ep-container-padding-x: 3%;
}
@container (width > 750px) {
    .e-bussanFair__content {
        --ep-container-padding-x: 0px;
    }
}
.e-bussanFair__mv {
    display: block;
    width: 100%;
}
.e-bussanFair__leads {
    display: block;
    width: 100%;
}
.e-bussanFair__comments {
    display: block;
    width: 100%;
}
.e-bussanFair__recommends {
    display: block;
    width: 100%;
}
.e-bussanFair__brands {
    display: block;
    width: 100%;
}
.e-bussanFair__categories {
    display: block;
    width: 100%;
}

/*
 * Button
------------------------------------------------*/
.e-bussanFair-primaryBtn {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 25em;
    max-width: 100%;
    margin: 0 auto;
    padding: 0.75em 2em;
    position: relative;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    border-radius: 2.5em;
    overflow: hidden;
    color: var(--ep-theme-foreground-color) !important;
    background-color: var(--ep-theme-color);
    border: 1px solid var(--ep-theme-color);
    text-decoration: none !important;
    box-shadow: 0px 2px 3px 0px rgba(61, 61, 61, 0.15);
}
.e-bussanFair-primaryBtn[href]::after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    top: 0;
    right: 1.5em;
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: currentColor;
    transform: rotate(45deg);
}
.e-bussanFair-primaryBtn[href]:hover {
    color: var(--ep-foreground-color) !important;
    background-color: #ffffff;
}
.e-bussanFair-primaryBtn b {
    font-size: 1em;
    font-weight: 700;
}

/*
 * Page Title
------------------------------------------------*/
.e-bussanFair-title {
    display: block;
    width: 100%;
    margin: 0 0 0.5em;
    font-size: clamp(18px, 2.86cqw, 24px);
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.e-bussanFair-listTitle {
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
    color: var(--ep-foreground-color);
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

/*
 * Section
------------------------------------------------*/
.e-bussanFair-section {
    display: block;
    width: 100%;
    padding: clamp(30px, 7.14cqw, 60px) var(--ep-container-padding-x);
    background-image: repeating-linear-gradient(45deg, #cccccc, #cccccc 2px, transparent 2px, transparent 6px);
    background-size: 100% 8px;
    background-position: top;
    background-repeat: no-repeat;
}
.e-bussanFair-section__header {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.e-bussanFair-section__body {
    display: block;
    width: 100%;
}
.e-bussanFair-section__nav {
    display: block;
    width: 100%;
    margin: clamp(20px, 4.76cqw, 40px) 0 0;
}

.e-bussanFair-section-title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: clamp(24px, 3.33cqw, 28px);
    font-weight: 700;
    line-height: 1.25;
}
.e-bussanFair-section-title > b,
.e-bussanFair-section-title > small {
    display: block;
    width: 100%;
    margin: 0 0 0.5em;
    font-size: max(10px, 0.5em);
}
.e-bussanFair-section-title > b {
    font-weight: 600;
}
.e-bussanFair-section-title > small {
    font-weight: 400;
}
.e-bussanFair-section-title > span {
    display: block;
}

.e-bussanFair-section-lead {
    display: block;
    width: 100%;
    margin: 0.5em 0;
    font-size: 1em;
}


/*
 * Card
------------------------------------------------*/
.e-bussanFair-cards {
    display: block;
    width: 100%;
}
.e-bussanFair-cards__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(10px, 3.6cqw, 30px);
}
.e-bussanFair-cards__list__item {
    display: block;
    width: 100%;
}

.e-bussanFair-card {
    --ep-brand-theme-color: var(--ep-theme-color, #164a96);
    --ep-brand-theme-foreground-color: var(--ep-theme-foreground-color, #ffffff);
    --ep-brand-card-padding-x: 1em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding: 0 0 1.5em;
    border: 1px solid var(--ep-brand-border-color, #CCCCCC);
    font-size: 14px;
    line-height: 1.4;
    color: var(--ep-brand-foreground-color, #494949)!important;
    background-color: var(--ep-brand-background-color, #ffffff);
    text-decoration: none !important;
}
.e-bussanFair-card__head {
    display: block;
    width: 100%;
    margin: 0;
    border-top: 4px solid var(--ep-brand-theme-color);
    padding: 0 var(--ep-brand-card-padding-x);
}
.e-bussanFair-card__head:first-child {
    margin: -1px -1px 0;
    width: auto;
}
.e-bussanFair-card__image {
    display: block;
    width: 100%;
    padding: 0 var(--ep-brand-card-padding-x);
}
.e-bussanFair-card__content {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0 var(--ep-brand-card-padding-x);
}
.e-bussanFair-card__content p {
    margin: 0 0 1em;
}

.e-bussanFair-card-prefix {
    display: block;
    width: auto;
    width: 7.5em;
    margin: 0 auto 1em;
    text-align: center;
    font-size: 1em;
    border-radius: 0 0 0.25em 0.25em;
    color: var(--ep-brand-theme-foreground-color);
    background-color: var(--ep-brand-theme-color);
}

.e-bussanFair-card-title {
    display: block;
    width: 100%;
    margin: 0.25em 0;
    padding: 0;
    font-size: 1.43em;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0.1em;
}

.e-bussanFair-card-summary {
    display: block;
    width: 100%;
    margin: 0.5em 0;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.e-bussanFair-card-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.174;
    margin: 0;
    padding: 0;
    border: 0;
}

.e-bussanFair-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e-bussanFair-card-nav {
    text-align: right;
}
.e-bussanFair-card__content .e-bussanFair-card-nav {
    margin-top: auto;
}
.e-bussanFair-card-link {
    color: var(--ep-brand-link-color, #1A0DAB);
}
.e-bussanFair-card[href]:hover .e-bussanFair-card-link {
    text-decoration: underline;
}

/*
 * MV
------------------------------------------------*/
.e-bussanFair-mv {
    display: block;
    width: 100%;
}
.e-bussanFair-mv img {
    display: block;
    width: 100%;
    height: auto;
}

/*
 * Lead
------------------------------------------------*/
.e-bussanFair-lead {
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
    padding: clamp(30px, 7.14cqw, 60px) var(--ep-container-padding-x);
    font-size: clamp(14px, 2cqw, 16px);
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
}
.e-bussanFair-lead__header {
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
}
.e-bussanFair-lead__body {
    display: block;
    width: 100%;
}

.e-bussanFair-lead-content {
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
}

/*
 * Buyer's Comments
------------------------------------------------*/
.e-bussanFair-comment {
    --ep-comment-padding-x: min(30px, 3.6%);
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1em;
}
.e-bussanFair-comment__header {
    display: block;
    width: 100%;
    margin: 0 0 1.5em;
    padding: 0 var(--ep-comment-padding-x);
}
.e-bussanFair-comment__content {
    display: block;
    width: 100%;
    padding: 0 var(--ep-comment-padding-x);
}
.e-bussanFair-comment__image {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.e-bussanFair-comment-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 11.5em;
    height: 4.67em;
    padding: 0.5em 0.5em;
    font-size: 18px;
    text-align: center;
    color: var(--ep-theme-foreground-color);
    background-color: var(--ep-theme-color);
}

.e-bussanFair-comment-content {
    width: 100%;
    max-width: 667px;
    margin: 1.5em 0;
    line-height: 2;
}

.e-bussanFair-comment-image {
    display: block;
    width: 100%;
}
.e-bussanFair-comment-image img {
    display: block;
    width: 100%;
    height: auto;
}

/*
 * PR box
------------------------------------------------*/
.e-bussanFair-pr {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 1em;
    padding: 1em 1em;
    border: 2px solid var(--ep-theme-color, #164a96);
    border-radius: 10px;
    color: inherit;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
* + .e-bussanFair-pr {
    margin-top: 2.5em;
}
.e-bussanFair-pr__header {
    display: block;
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--ep-theme-color, #164a96), #fff 70%);
}
.e-bussanFair-pr__body {
    display: block;
    width: 100%;
    padding: 1em 0;
}
.e-bussanFair-pr p {
    margin: 0;
}
.e-bussanFair-pr p:not(:last-child) {
    margin-bottom: 1.0em;
}
.e-bussanFair-pr a {
    color: inherit;
    text-decoration: underline;
}

.e-bussanFair-pr-title {
    display: block;
    width: 100%;
    margin: 0.5em 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: 700;
}

/*
 * Category
------------------------------------------------*/
.e-bussanFair-category {
    display: block;
    width: 100%;
    font-size: 14px;
}
.e-bussanFair-category__list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
    gap: clamp(10px, 2.62cqw, 22px);
}
.e-bussanFair-category__list__item {
    display: block;
    width: 100%;
}

.e-bussanFair-category-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.35em;
    text-decoration: none !important;
}
.e-bussanFair-category-block__image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    margin: 0;
    overflow: hidden;
}
.e-bussanFair-category-block__image img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .6s ease;
}
.e-bussanFair-category-block__body {
    display: block;
    width: 100%;
    margin: 0;
}

.e-bussanFair-category-block[href]:hover .e-bussanFair-category-block__image img {
    transform: scale(1.1);
}

.e-bussanFair-category-block-name {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 1em;
    text-align: center;
}

/*
 * Nav
------------------------------------------------*/
.e-bussanFair-nav {
    display: block;
    width: 100%;
    margin: var(--ep-brand-nav-margin-y, 60px) 0;
    padding: var(--ep-brand-nav-padding-y, 50px) 15px;
    font-family: var(--ep-font-family-base);
    color: var(--ep-foreground-color);
    background-color: #faf6f0;
    border-top: 4px solid var(--ep-theme-color, #164a96);
}

.e-bussanFair-nav,
.e-bussanFair-nav *,
.e-bussanFair-nav *::before,
.e-bussanFair-nav *::after {
    box-sizing: border-box;
}

.e-bussanFair-nav-btn {
    display: block;
    width: 87%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    padding: 0.75em 1.5em;
    position: relative;
    color: #ffffff !important;
    background-color: #111111;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    border-radius: 0.25em;
    overflow: hidden;
}
.e-bussanFair-nav-btn[href]::before {
    content: "";
    display: block;
    width: 0.75em;
    height: 0.75em;
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: currentColor;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 1em;
    bottom: 0;
    margin: auto;
}
