@charset "UTF-8";
:root{
    --nv-color:#174a78;
    --dbu-color:#3479b7;
    --bu-color:#4d9dd2;
    --lbu-color:#9fcbe8;
    --pu-color:#c8c0ff;
    --lpu-color:#eae7ff;
    --or-color:#ff5100;
    --wh-color:#F8F8FF;
}

#chugen {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: url('/img/page/campaign/chugen/2026/bg_pc.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#chugen a {
    padding: 0;
    margin: 0;
}

#chugen .sec-scroll-point {
    padding: 0;
    margin: 0;
}

#chugen .mainvs img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}

#chugen .chugen_inner {
    width: 1024px;
    margin: 0 auto;
}

/* point-------------------- */
/* #chugen .sec_point {
    padding: 12px 0;
}

#chugen .chugen_point {
    display: flex;
    justify-content: center;
    margin-bottom: 6px;
}

#chugen .chugen_point li {
    width: 32%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    background: var(--lpu-color);
    position: relative;
    overflow: hidden;
    height: 140px;
    border-radius: 5px;
}
#chugen .chugen_point:first-child li {
    width: 32%;
    margin-right: 20px;
}

#chugen .chugen_point li:last-child {
    margin-right: 0;
}

#chugen .chugen_point li .icon img {
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
}

#chugen .chugen_point li .txt01 {
    font-size: 29px;
    font-weight: 700;
    color: var(--nv-color);
    text-align: center;
}

#chugen .chugen_point li .txt02 {
    font-size: 17px;
    color: var(--nv-color);
    font-weight: 700;
    text-align: center;
}

#chugen .txt03 {
    font-size: 12px;
    color: var(--nv-color);
    text-align: center;
} */


/* btn-------------------- */
#chugen .sec_btn {
    padding: 20px 0 60px;
}

#chugen .chugen_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

#chugen .chugen_btn li {
    width: 48%;
}

#chugen .chugen_btn li>p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
}

#chugen .chugen_btn li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--dbu-color);
    height: 80px;
}

#chugen .chugen_btn li a:hover {
    background: #eaf4ff;
}

#chugen .chugen_btn li .img {
    width: 34%;
    display: flex;
    align-items: center;
}

#chugen .chugen_btn li .label {
    width: 67%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#chugen .chugen_btn li .txt {
    font-size: 26px;
    font-weight: 700;
    color: var(--nv-color);
    text-align: center;
}

#chugen .chugen_btn li .txt_s {
    font-size: 13px;
    font-weight: 700;
    color: var(--nv-color);
    text-align: center;
}

#chugen .chugen_btn li a:after {
    font-size: 100%;
    content: "";
    display: inline-block;
    border-right: 2px solid var(--dbu-color);
    border-bottom: 2px solid var(--dbu-color);
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    bottom: 32px;
    right: 18px;
}

/* ranking-------------------- */
#cg_rk .sec_ranking {
    text-align: center;
    padding: 20px 0;
    color: var(--nv-color);
}

#cg_rk .sec_ranking .txt01 {
    position: relative;
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}

#cg_rk .sec_ranking .txt01:after,
#cg_rk .sec_ranking .txt01::before {
    content: "";
    position: absolute;
    bottom: 16px;
    width: 35%;
    height: 10px; /* 波の高さ */
    background-image: 
    radial-gradient(circle at 238% 300%, transparent 50%, var(--dbu-color) 55%, var(--dbu-color) 65%, transparent 70%),
    radial-gradient(circle at 50% 0%, transparent 50%, var(--dbu-color) 55%, var(--dbu-color) 55%, transparent 70%);
    background-size: 12px 10px; /* 波の幅（20px）と高さ（10px） */
}

#cg_rk .sec_ranking .txt01:after {
    left: 0;
}

#cg_rk .sec_ranking .txt01::before {
    right: 0;
}

#cg_rk .sec_ranking .txt02 {
    font-size: 16px;
}

/* slogan------------------- */
#cg_sec01 .sec_slg {
    margin: 0 auto ;
    text-align: center;
    letter-spacing: 1px;
}

#cg_sec01 .sec_slg .lineup {
    position: relative;
    width: 100%;
    margin: 60px auto 0;
    padding: 18px 0 10px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    color: var(--nv-color);
}

#cg_sec01 .sec_slg .lineup::before {
    content: "";
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 10px; /* 波の高さ */
    background-image: 
    radial-gradient(circle at 238% 300%, transparent 50%, var(--dbu-color) 55%, var(--dbu-color) 65%, transparent 70%),
    radial-gradient(circle at 50% 0%, transparent 50%, var(--dbu-color) 55%, var(--dbu-color) 55%, transparent 70%);
    background-size: 12px 10px; /* 波の幅（20px）と高さ（10px） */

}

#cg_sec01 .sec_slg .txt {
    font-size: 18px;
    color: var(--nv-color);
    text-align: center;
    letter-spacing: 1px;
    line-height: 2em;
    padding: 15px 0 30px;
    white-space: nowrap;
}

/* item------------------- */
.cg_section .sec_item {
    margin: 20px 0;
}
/* 海鮮・食品 */
.cg_section  .open_none {
    margin: 20px 0 20px;
}

.cg_section .item_title {
    width: 100%;
    padding: 24px 0 8px;
    text-align: center;
    letter-spacing: 1px;
    background: var(--lbu-color);
    border-radius: 15px 15px 0 0;
    z-index: 1;
}

.cg_section .sec_item .txt01 {
    font-size: 20px;
    color: var(--nv-color);
    margin-bottom: 6px;
}

.cg_section .sec_item .txt02 {
    font-size: 28px;
    color: var(--nv-color);
}

.cg_section .sec_item img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

/* 設定リセット */
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.tab-menu {
    display: flex;
    justify-content: center;
}
/* ----------- */

.cg_section .openq {
    width: 95%;
    margin: 0 auto;
}

.cg_section .openq dt {
    width: 500px;
    height: 70px;
    cursor: pointer;
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
}

  /* おすすめポイント */
.cg_section .open-button {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
    color: var(--nv-color);
    background: var(--lbu-color);
    padding: 8px 26px 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    /* transition: all 0.5s; */
    z-index: 1;
    /* box-shadow: 0 2px 0 var(--nv-color); */
}

.cg_section .open-button:hover {
    color: var(--wh-color);
    background: var(--bu-color);
    /* box-shadow: none; */
}

  /* おすすめポイントopen */
.cg_section .open-button.is-active {
    border-radius: 50px;
    color: var(--nv-color);
    background: var(--lbu-color);
    margin-bottom: 20px;
    /* box-shadow: none; */
}

.cg_section .open-button.is-active:hover {
    color: var(--wh-color);
    background: var(--bu-color);
    /* box-shadow: none; */
}

.cg_section .open-button::after {
    font-size: 100%;
    content: "";
    display: inline-block;
    border-right: 2px solid var(--nv-color);
    border-bottom: 2px solid var(--nv-color);
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 32px;
}
.cg_section .open-button:hover::after {
    border-right: 2px solid var(--wh-color);
    border-bottom: 2px solid var(--wh-color);
}

.cg_section .open-button.is-active::after {
    font-size: 100%;
    content: "";
    display: inline-block;
    border-right: 2px solid var(--nv-color);
    border-bottom: 2px solid var(--nv-color);
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: inline-block;
    position: absolute;
    bottom: 21px;
    right: 32px;
}
.cg_section .open-button.is-active:hover::after {
    border-right: 2px solid var(--wh-color);
    border-bottom: 2px solid var(--wh-color);
}


.cg_section .openq dd {
    display: none; 
    position: relative; 
}

.cg_section .openq dd img {
    width: 100%;
    height: auto;
    display: block;
    align-items: center;
    border: 1px solid var(--bu-color);
    box-shadow: 4px 4px 3px #d4e2eb;
}


/* obi------------------- */
#chugen .obi {
    background: var(--bu-color);
    padding: 2px 0 4px;
    text-align: center;
    color: #fff;
    letter-spacing: 1.8px;
}

#chugen .obi .txt {
    font-size: 30px;
}

#chugen .obi .txt_ft {
    font-size: 25px;
}

#chugen .obi .obi_small_txt {
    font-size: 12px;
}

#chugen .small_txt {
    font-size: 16px;
}

/* faq-------------------- */
#chugen .sec_faq {
    background: var(--lpu-color);
    padding: 40px 20px 60px;
}

#chugen .sec_faq .ns-detail-faq-list-box {
    margin-bottom: 25px;
}

#chugen .sec_faq .free_title01 {
    border: none;
    text-align: center;
    font-size: 28px;
    line-height: 1.5em;
    letter-spacing: .08em;
    font-weight: 600;
    margin-bottom: 4px;
    padding: 8px 0 0;
    margin-bottom: 10px;
    color: var(--nv-color);
}

#chugen .sec_faq .free_txt01 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: var(--nv-color);

}

/* side-nav-------------------- */
#chugen #chugenInder {
    position: fixed;
    right: -158px;
    pointer-events: none;
    top: 330px;
    z-index: 5;
    width: 190px;
    background: var(--lpu-color);
    padding: 20px 10px 20px 10px;
    border-radius: 10px 0 0 10px;
}

#chugen #chugenInder li {
    margin-bottom: 1em;
}

#chugen #chugenInder li:last-child {
    margin-bottom: 0;
}

#chugen #chugenInder li a {
    font-size: 14px;
    line-height: 1.5em;
    color: var(--nv-color);
    text-decoration: none;
    display: block;
    padding-left: 1.5em;
    position: relative;
}

#chugen #chugenInder li a:hover,
#chugen #chugenInder li a.current {
    color: var(--or-color);
}

#chugen #chugenInder li a::before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: .25em;
}

#chugen #chugenInder li a:hover::before,
#chugen #chugenInder li a.current::before {
    background: var(--or-color);
}


/* 終了案内 */
#fin_cg {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}

#fin_cg img{
    width: 1024px;
    margin-top: 48px;
}

#fin_cg .fin_box {
    padding: 25px 0;
    margin: 0;
    border: 3px double var(--nv-color);
    background: #fff;
}

#fin_cg .fin_txt01{
    color: var(--nv-color);
    font-size: 27px;
    line-height: 1.5;
    margin-bottom: 10px;
}

#fin_cg .fin_txt02{
    color: var(--nv-color);
    font-size: 20px;
    line-height: 1.5;
}

#fin_cg .fin_btn {
    position: relative;
}

#fin_cg .fin_btn a{
    display: block;
    width: 300px;
    margin: 30px auto 40px;
    font-size: 20px;
    padding: 20px;
    color: #ff5100;
    border: 1px solid #ff5100;
    background: #fff;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 50px;
    transition: all .4s ease;
}

#fin_cg .fin_btn a:hover{
    background: #ff5100;
    color: #fff;
}

#fin_cg .fin_btn:after {
    font-size: 80%;
    content: ">";
    color: #ff5100;
    display: inline-block;
    -webkit-transform: scaleY(200%);
    transform: scaleY(200%);
    position: absolute;
    right: 75%;
    font-weight: bold;
    top: calc(50% - .8em);
}

#fin_cg .fin_btn:hover:after {
    color: #fff;
    
}

