@charset "UTF-8";
/* ------------------------------------------------------ */
/* cp_marche202508_pc.css */
/* ------------------------------------------------------ */
/* base
--------------------------------------------------------- */
em {
    font-style: normal;
}

/* 特集ページの横幅調整 */
.page-layout {
    width: 100%;
    padding: 0;
}

#breadcrumb {
    width: 1176px;
    margin: 0 auto 16px;
}

div#wrapper,
main {
    width: 100%;
    padding: 0;
}

.template_cp .cp_block_entry {
    margin-top: -40px;
}

/* unique
--------------------------------------------------------- */
.block-section-lead {
    margin-bottom: 24px;
    font-weight: bold;
    text-align: center;
}

.block-section-lead p {
    font-size: 16px;
    line-height: 1.8;
}

.block-about-debut-campaign {
    display: flex;
}

.block-about-debut-campaign p {
    font-size: 15px;
}

.block-about-debut-campaign .about-debut-campaign-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 48px;
}

.block-about-debut-campaign .about-debut-campaign-lead {
    margin-bottom: 24px;
    color: #ee6001;
    font-size: 18px;
    font-weight: bold;
}

.block-about-debut-campaign .about-debut-campaign-image {
    max-width: 440px;
}

.block-about-debut-campaign .cp_list_note_num {
    margin-top: 8px;
}

.block-cp202204-banner {
    text-align: center;
}

.block-cp202204-banner img {
    width: auto;
    max-width: 100%;
}

.block-cp202204-banner .cp202204-banner-lead {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
}

.block-cp202204-banner .cp202204-banner-lead-main {
    display: inline-block;
    font-size: 25px;
}

.block-reward-camapaign {
    max-width: 600px;
    margin: 0 auto;
}

.block-reward-camapaign .reward-camapaign-image {
    margin-bottom: 16px;
}

.block-simultaneous-cp-banner {
    text-align: center;
}

.block-simultaneous-cp-banner img {
    width: auto;
    max-width: 100%;
}

.block-simultaneous-cp-banner .simultaneous-cp-banner-lead {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
}

.block-simultaneous-cp-banner .simultaneous-cp-banner-lead-main {
    display: inline-block;
    font-size: 25px;
}

.text-emphasis {
    color: #c40404;
}

p.text-note {
    padding-left: 1em;
    font-size: 12px;
    line-height: 1.5;
    text-indent: -1em;
}

.cp_mainvisual_image + .cp_list_note {
    margin-top: 8px;
}

.cp_list_note_outline {
    margin-bottom: 20px;
}

.cp_list_note_outline:last-child {
    margin-bottom: 0;
}

.cp_list_note_outline dt {
    font-size: 13px;
}

.cp_list_note_outline dt::before {
    content: "";
    display: inline-block;
    width: .75em;
    height: .75em;
    margin: 0 2px;
    background: #000;
}

.cp_list_note_dot > li {
    position: relative;
    margin-left: 1em;
    font-size: 13px;
}

.cp_list_note_dot > li::before {
    content: "繝ｻ";
    position: absolute;
    top: 0;
    left: -1em;
}

.cp_list_note_dot > li:not(:last-child) {
    margin-bottom: 4px;
}

#campaignIssueDate,
#campaignNote {
    margin-top: -40px;
    padding-top: 40px;
}

.list-campaign-service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 48px;
}

.list-campaign-service:last-child {
    margin-bottom: 0;
}

.list-campaign-service > li {
    position: relative;
    width: calc((100% - 32px) / 3);
    margin: 0 48px 48px 0;
    margin-right: 48px;
}

.list-campaign-service > li:nth-child(2n) {
    margin-right: 0;
}

.list-campaign-service > li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.list-campaign-service .campaign-service-banner {
    display: block;
    margin-bottom: 16px;
    transition: opacity .2s linear;
}

.list-campaign-service .campaign-service-banner:hover {
    opacity: .7;
}

.list-campaign-service .campaign-service-banner[target=_blank]::after {
    content: none;
}

.list-campaign-service .campaign-service-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.list-campaign-service .campaign-service-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    height: 56px;
    padding: 0 20px;
    border: none;
    border-radius: 4px;
    background: #bf9d58;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color .2s ease-out;
}

.list-campaign-service .campaign-service-button:hover {
    background: #d2ba89;
    text-decoration: none;
}

.list-partner-cp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-cp-item {
    width: 100%;
    max-width: 252px;
    transition: opacity .2s;
}

.partner-cp-item:hover {
    opacity: .7;
}

.partner-cp-item:not(:last-child) {
    margin-right: 24px;
}

.template_cp .cp_list_step_column > li .cp_step_card {
    display: block;
    padding: 32px 8px 24px;
}

.template_cp .cp_list_step_column > li .cp_step_card .cp_step_text {
    height: 76px;
}

.template_cp .text-debut-lead {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.template_cp .text-debut-note {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}

.list-member-merit {
    display: flex;
    margin: 24px 0;
}

.list-member-merit li {
    width: 33.33%;
    border-right: 1px dotted #999;
    text-align: center;
}

.list-member-merit li:last-child {
    border-right: none;
}

.list-member-merit .member-merit-title {
    margin-bottom: 8px;
    padding-bottom: 0;
    border: none;
    color: #ee6001;
    font-size: 18px;
    font-weight: bold;
}

.list-member-merit .member-merit-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 162px;
    margin: 0 auto 24px;
}

.list-member-merit .member-merit-image-coin {
    width: 88%;
}

.list-member-merit .member-merit-image-simply {
    width: 60%;
}

.list-member-merit .member-merit-image-mail {
    width: 46%;
    padding-left: 5%;
}

.list-note-num-roman {
    counter-reset: note_num_roman;
}

.list-note-num-roman > li {
    counter-increment: note_num_roman;
    position: relative;
    margin-bottom: 4px;
    padding-left: 32px;
    font-size: 13px;
}

.list-note-num-roman > li:last-child {
    margin-bottom: 0;
}

.list-note-num-roman > li::before {
    content: "窶ｻ" counter(note_num_roman, upper-roman);
    position: absolute;
    top: 0;
    left: 0;
}

.cp_link_blank + .cp_link_blank {
    margin-left: 12px;
}

.block-loading-common {
    position: relative;
    height: 252px;
}

.content_section img {
    width: auto;
}

.content_section p,
.content_section a {
    font-size: 16px;
}

.content_section a {
    color: #0066b4;
    text-decoration: underline;
}

.content_section a:hover {
    text-decoration: none;
}

p.text-note {
    font-size: 14px;
}

.content_section .event_text_ended {
    margin: 32px 0 24px;
    color: #d17038;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.content_section .banner-marche-report {
    max-width: 320px;
    margin: 0 auto 32px;
}

.content_section .banner-marche-report.sp_hide {
    display: block;
    transition: opacity .3s ease-out;
}

.content_section .banner-marche-report.sp_hide:hover {
    opacity: .7;
}

.content_section .banner-marche-report > img {
    width: 100%;
}

/* block
--------------------------------------------------------- */
.block-mainvisual {
    position: relative;
}

.block-mainvisual h1 {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 7px 0 15px;
    background: #e5aa3f url("../images/bg_mainvisual_pc.jpg") no-repeat center top;
}

.block-marche-concept {
    position: relative;
    text-align: center;
}

.block-marche-concept .marche-concept-title {
    margin-bottom: 32px;
    color: #d17038;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}

.block-marche-concept .marche-concept-text {
    margin-bottom: 24px;
    color: #482615;
    font-weight: bold;
    line-height: 2;
}

.block-marche-concept .marche-concept-text:last-of-type {
    margin-bottom: 0;
}

.block-marche-concept .marche-concept-illust01,
.block-marche-concept .marche-concept-illust02,
.block-marche-concept .marche-concept-illust03,
.block-marche-concept .marche-concept-illust04 {
    position: absolute;
}

.block-marche-concept .marche-concept-illust01 {
    top: 0;
    left: 35px;
}

.block-marche-concept .marche-concept-illust02 {
    top: 4px;
    right: 62px;
}

.block-marche-concept .marche-concept-illust03 {
    bottom: 0;
    left: 0;
}

.block-marche-concept .marche-concept-illust04 {
    right: 90px;
    bottom: 6px;
}

.block-booth {
    position: relative;
    margin-top: 104px;
    background: #e5aa3f;
    color: #482615;
}

.block-booth::before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url("../images/bg_wave_ocher.svg") repeat-x center top;
}

.block-booth .booth-inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 52px;
}

.block-booth .booth-title {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
}

.block-booth .booth-title::after {
    content: "";
    display: block;
    width: 7em;
    height: 4px;
    margin: 4px auto 0;
    background: #fff;
}

.block-booth .booth-title img {
    display: block;
    margin: 0 auto 6px;
}

.block-booth .booth-lead {
    width: 850px;
    margin: 0 auto 32px;
    text-align: center;
}

.block-booth .booth-condition {
    width: 850px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    background: #4d3300;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.block-booth .booth-condition-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

.block-booth .booth-condition-lead {
    margin-bottom: 16px;
}

.block-booth .booth-condition-detail {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.block-booth .booth-condition-detail-text {
    margin-bottom: 8px;
    font-weight: bold;
}

.block-booth .booth-condition-detail li {
    position: relative;
    width: 392px;
    padding: 16px;
    background: #fff;
    color: #4d3300;
}

.block-booth .booth-condition-detail li:first-child::before,
.block-booth .booth-condition-detail li:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.block-booth .booth-condition-detail li:first-child::before {
    right: -28px;
    width: 21px;
    height: 3px;
}

.block-booth .booth-condition-detail li:first-child::after {
    right: -19px;
    width: 3px;
    height: 21px;
}

.booth-explanation {
    display: flex;
    justify-content: center;
    gap: 32px;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.booth-explanation-list {
    width: 409px;
    padding: 32px 20px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}
.booth-explanation-title {
    color: #482615;
    font-weight: bold;
    text-align: center;
}

.block-municipal-introduction {
    position: relative;
    margin-top: 40px;
}

.block-municipal-introduction::before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: #e5aa3f url("../images/bg_wave_white.svg") repeat-x center top;
}

.block-municipal-introduction .municipal-introduction-inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 16px 0 40px;
}

.block-municipal-introduction .municipal-introduction-title {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
}

.block-municipal-introduction .municipal-introduction-title::after {
    content: "";
    display: block;
    width: 9em;
    height: 4px;
    margin: 4px auto 0;
    background: #e5aa3f;
}

.block-municipal-introduction .municipal-introduction-title img {
    display: block;
    margin: 0 auto 6px;
}

.block-municipal-introduction .municipal-introduction-lead {
    width: 850px;
    margin: 0 auto 32px;
}

.block-municipal-introduction .municipal-introduction-lead p:first-child {
    margin-bottom: 16px;
}

.block-municipal-introduction .municipal-introduction-area {
    width: 1080px;
    margin: 0 auto;
}

.block-municipal-introduction .municipal-introduction-area-title {
    margin-bottom: 24px;
    color: #482615;
    font-size: 24px;
    text-align: center;
}

.block-previous-events {
    position: relative;
    margin-top: 40px;
    background: #e5aa3f;
    color: #482615;
}

.block-previous-events::before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: url("../images/bg_wave_ocher.svg") repeat-x center top;
}

.block-previous-events .previous-events-inner {
    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 48px;
}

.block-previous-events .previous-events-inner > p {
    width: 850px;
    margin: 0 auto 40px;
}

.block-previous-events .previous-events-title {
    margin-bottom: 32px;
    font-size: 24px;
    text-align: center;
}

.block-previous-events .previous-events-title::after {
    content: "";
    display: block;
    width: 5em;
    height: 4px;
    margin: 4px auto 0;
    background: #fff;
}

.block-previous-events .previous-events-title img {
    display: block;
    margin: 0 auto 6px;
}

.block-summary-access {
    position: relative;
    margin-top: 40px;
    background: #f3e627;
}

.block-summary-access::before {
    content: "";
    display: block;
    position: absolute;
    top: -40px;
    width: 100%;
    height: 40px;
    background: #e5aa3f url("../images/bg_wave_yellow.svg") repeat-x center top;
}

.block-summary-access .summary-access-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 13px 0 60px;
}

.block-summary-access .summary-access-title {
    margin-bottom: 32px;
    color: #482615;
    font-size: 24px;
    text-align: center;
}

.block-summary-access .summary-access-title::after {
    content: "";
    display: block;
    width: 9em;
    height: 4px;
    margin: 4px auto 0;
    background: #fff;
}

.block-summary-access .summary-access-title img {
    display: block;
    margin: 0 auto 6px;
}

.block-summary-access .summary-access-detail {
    display: flex;
    gap: 24px;
}

.block-summary-access .summary-access-detail-info {
    width: 344px;
    max-height: 300px;
    padding: 16px;
    background: #fff;
}

.block-summary-access .summary-access-detail-info table {
    width: 100%;
    color: #482615;
    line-height: 1.5;
    text-align: left;
}

.block-summary-access .summary-access-detail-info table th,
.block-summary-access .summary-access-detail-info table td {
    padding: 4px 0;
    vertical-align: top;
}

.block-summary-access .summary-access-detail-info table th {
    width: 80px;
}

.block-summary-access .summary-access-detail-map {
    width: 344px;
}

.block-summary-access .summary-access-detail-map iframe {
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

.block-summary-access .summary-access-detail-map p {
    color: #482615;
    font-size: 14px;
}

.block-summary-access .summary-access-detail-access {
    display: flex;
    align-items: center;
    width: 344px;
    max-height: 300px;
    background: #fff;
}

.block-summary-access .summary-access-detail-access img {
    max-width: 100%;
}

/* list
--------------------------------------------------------- */
.list-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    padding-top: 24px;
}

.list-nav li:first-of-type img {
    top: -5px;
}

.list-nav li:nth-of-type(2) img {
    top: -10px;
}

.list-nav li:nth-of-type(3) img {
    top: 4px;
}

.list-nav li:last-of-type img {
    top: 8px;
}

.list-nav .nav-link {
    display: block;
    position: relative;
    width: 141px;
    height: 141px;
    padding-top: 66px;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background: #fff;
    color: #482615;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    transition: transform .5s cubic-bezier(.22, 1, .36, 1);
}

.list-nav .nav-link:hover {
    transform: translateY(10px);
    text-decoration: none;
}

.list-nav .nav-link img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.list-nav .nav-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 11px;
    background: url("../images/icon_arrow.svg") no-repeat center top;
}

.list-municipal-area {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 20px;
    margin-bottom: 40px;
    color: #482615;
}

.list-municipal-area > li {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 12px;
    border-top: 4px solid #e5aa3f;
}

.list-municipal-area .municipal-area-name {
    padding: 12px 0 0;
    color: #482615;
    font-size: 18px;
    font-weight: bold;
}

.list-municipal-area .municipal-area-image {
    display: block;
}

.list-municipal-area .municipal-area-image img {
    display: block;
    max-width: 100%;
    transition: opacity .3s;
}

.list-municipal-area .municipal-area-image:hover img {
    opacity: .7;
}

.list-municipal-area .municipal-area-item {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding-left: 50px;
    background: url("../images/icon_municipal_plan.svg") no-repeat left center;
    font-weight: bold;
}

.list-municipal-area .municipal-area-text > img {
    margin-top: 8px;
}

/* list
--------------------------------------------------------- */
.list-previous-marche-event {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.list-previous-marche-event > li {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    width: 100%;
    max-width: 264px;
    overflow: hidden;
    border-radius: 4px;
}

.list-previous-marche-event .previous-marche-event-image {
    width: 100%;
}

.list-previous-marche-event .previous-marche-event-content {
    height: 100%;
    padding: 16px;
    background: #fff;
}

.list-previous-marche-event .previous-marche-event-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5aa3f;
    font-size: 18px;
    font-weight: bold;
}