body {
    font-family: 'Asta Sans', 'Noto Sans JP', sans-serif;
    background-color: #FDF9F5;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.anchor {
    background-color: #e5004f;
}

.page-title .title-ub .uc_heading-h1 {
    background-color: #e5004f;
    color: white;
}

.anchorWrap {
    justify-content: center;
}

.anchorWrap li {
    background-color: #FDF9F5;
}

.anchorWrap li a {
    border-color: #e5004f;
    color: #e5004f;
}

.maturiWrap .blue {
    background-color: #F6EFE6;
}

.mv {
    width: 100vw;
    max-width: 100%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
}

.mv img {
    width: 100%;
    height: auto;
    display: block;
}


.intro_naiyo {
    color: #333;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.haruyamaturi_timesale {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.haruyamaturi_timesale_area {
    color: #FFF59D;
    background-color: #E01C44;
    padding: 10px;
}

.section_content_cp .isMens dl.coupon {
    border-color: #E01C44;
    background-color: #E01C44;
}

.section_content_cp .couponList p+p {
    margin-top: 0;
}

.section_content_cp .couponList p {
    margin-top: 0;
}

.section_content_cp .couponList li.isMens::before {
    background-color: #F5F5F5;
}
.yellow{
    color: #ffef59;
}
/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .haruyamaturi_timesale {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
    }

    .intro_naiyo {
        font-size: 16px;
    }

    .anchorWrap {
        justify-content: center;

    }

    .section_content_cp {
        padding: 0;
    }
}

/* タブ切り替え風バー */
.tab-bar-wrapper {
    width: 100%;
    background-color: #E01C44;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tab-bar {
    display: flex;
    width: 1040px;
    margin: 0 auto;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    overflow: hidden;
}

.tab-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    background-color: #E01C44;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border-right: 2px solid #ffffff;
    transition: background-color 0.3s ease;
    position: relative;
}

.tab-item:last-child {
    border-right: none;
}

.tab-item:hover {
    /* background-color: #e5004f; */
    opacity: 0.5;
    text-decoration: none;
}

.tab-item.tab-active {
    background-color: #ffffff;
    border: solid 1px #E01C44;
}

.tab-item.tab-active:hover {
    opacity: 1;
}

.tab-item.tab-active span {
    color: #E01C44;
}

.tab-arrow {
    font-size: 14px;
    margin-left: 10px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .tab-bar-wrapper {
        margin: 15px 0;
    }

    .tab-bar {
        flex-direction: column;
        width: 100%;
        border-left: none;
        border-right: none;
    }

    .tab-item {
        border-right: none;
        border-bottom: 2px solid #ffffff;
        padding: 12px 15px;
        font-size: 14px;
    }

    .tab-item:last-child {
        border-bottom: none;
    }
}

/* SVGアイコン付きテキスト用クラス*/
.with-icon::before,
.with-icon::after,
.with-icon-red::before,
.with-icon-red::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 29px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.with-icon::before,
.with-icon::after {
    background-image: url('../images/haruyamaturi_logo.svg');
}

.with-icon-red::before,
.with-icon-red::after {
    background-image: url('../images/haruyamaturi_red_logo.svg');
}

.with-icon::before,
.with-icon-red::before {
    margin-right: 8px;
}

.with-icon::after,
.with-icon-red::after {
    margin-left: 8px;
}

.btnLink .btn-flat-simple-haruyama {
    width: 516px;
    background-color: #132562;
    color: white;
    font-size: 16px;
    padding: 8px 24px;
    position: relative;
}

.btnLink .btn-flat-simple-haruyama::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
}

.btnLink {
    margin: 8px;
}

.btn_area .btnLink .btn-flat-simple-haruyama {
    width: 758px;
    font-size: 22px;
}

.btn_area {
    margin-bottom: 80px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {

    .with-icon::before,
    .with-icon::after,
    .with-icon-red::before,
    .with-icon-red::after {
        width: 18px;
        height: 22px;
    }

    .with-icon::before,
    .with-icon-red::before {
        margin-right: 6px;
    }

    .with-icon::after,
    .with-icon-red::after {
        margin-left: 6px;
    }

    .btnLink .btn-flat-simple-haruyama {
        width: 285px;
        margin-bottom: 5px;
    }

    .btn_area .btnLink .btn-flat-simple-haruyama {
        width: 285px;
        font-size: 16px;
    }

    .btn_area {
        margin-bottom: 40px;
    }


}


/* 背景画像 */
.haruyamaturi_bg,
.haruyamaturi_bg_noBg {
    padding-top: 80px;
    position: relative;
    background-color: #FDF9F5;
    overflow: hidden;
}

.haruyamaturi_bg_noBg {
    text-align: center;
}

.haruyamaturi_bg_blue {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(to bottom, #243974, #446BDA);
    overflow: hidden;
}

.haruyamaturi_bg::before,
.haruyamaturi_bg_blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/img_bg.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
}

.haruyamaturi_bg::before,
.haruyamaturi_bg_blue::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/img_bg.png');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
    mix-blend-mode: multiply;
}

.haruyamaturi_bg>*,
.haruyamaturi_bg_blue>* {
    position: relative;
    z-index: 1;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {

    .haruyamaturi_bg,
    .haruyamaturi_bg_noBg {
        padding-top: 0;
    }

    .haruyamaturi_bg_blue {
        padding: 40px 0;
    }
}


/* まつりラップ */
.maturi_wrap {
    background-color: #E01C44;
    border-radius: 80px;
    padding: 30px;
    margin: 40px auto;
    max-width: 1000px;
    color: #F6EFE6;
    text-align: center;
    position: relative;
    overflow: visible;
}

/* 右上にロゴを配置 */
.maturi_wrap::before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    width: 173px;
    height: 180px;
    background-image: url(../images/haruyamaturi_logo_outlined.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}


.maturi_wrap.blue {
    background-color: #F6EFE6;
}

.maturi_title,
.maturi_title_red,
.maturi_title_ctg {
    font-size: 48px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.maturi_title_red,
.maturi_title_ctg {
    color: #E01C44;
}


.maturi_title.blue.web {
    margin-top: 10px;
}


.title_area {
    text-align: center;
}

/* .title_area::before,
.title_area::after {
    content: "";
    display: inline-block;
    width: 67.2px;
    height: 84px;
    background-image: url('../images/haruyamaturi_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: -45px 4px 0;
} */
#nav_04,
#nav_05 {
    text-align: center;
}


.noBg_title::before,
.noBg_title::after {
    content: "";
    display: inline-block;
    width: 67.2px;
    height: 84px;
    background-image: url('../images/haruyamaturi_red_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: 0 8px 0;
}


/* .maturi_title_red::before,
.maturi_title_red::after {
    content: "";
    display: inline-block;
    width: 56px;
    height: 70px;
    background-image: url('../images/haruyamaturi_red_logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin: -20px 8px 0;
} */

.maturi_title_text {
    font-size: 24px;
    font-weight: 600;
    color: #F6EFE6;
    text-align: center;
}

.maturi_subtitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.blue .maturi_subtitle {
    color: #132562;
}

.web_limited .maturi_subtitle {
    color: white;
    text-shadow: #012055;
}

.maturi_subtitle .discount {
    font-size: 40px;
    color: #FFF59D;
}

.blue .maturi_subtitle .discount {
    font-size: 40px;
    color: #E01C44;
}

.web_limited .maturi_subtitle {
    font-style: italic;
    text-shadow: 2px 2px 3px #012055;
}

.maturi_title2 {
    font-size: 40px;
    font-weight: bold;
    color: #132562;
}

.web_limited .maturi_title2 {
    font-style: italic;
    color: white;
    text-shadow: 2px 2px 3px #012055;
}

.web_limited .maturi_title2 span {
    font-size: 50px;
}

.maturi_set-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    margin: 20px auto;
}

.maturi_set-item img {
    max-width: 100%;
    height: auto;
}

.maturi_example {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 0;
}

.blue .maturi_example {
    color: #132562;
}

.maturi_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    font-weight: bold;
}

.blue .maturi_price {
    color: #132562;
}

.maturi_price-normal {
    margin: 0;
}

.sale_price_original {
    text-decoration: line-through;
    color: #6080c7;
    font-size: 14px;
    display: block;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .maturi_price-normal .isPc {
        display: contents;
    }
}

.maturi_price .arrow {
    font-size: 28px;
    margin: 0 10px;
}

.maturi_price-sale {
    margin: 0;
    font-size: 28px;
}

.maturi_price-sale .price-big {
    font-size: 56px;
    color: #FFF59D;
    font-weight: bold;
}

.blue .maturi_price-sale .price-big {
    color: #E01C44;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .maturi_wrap {
        border-radius: 20px;
        padding: 10px;
        margin: 16px 0;
    }

    /* スマホではロゴを小さく */
    .maturi_wrap::before {
        width: 76px;
        height: 92px;
        top: -10px;
        right: -10px;
    }

    .maturi_title,
    .maturi_title_red,
    .maturi_title_ctg {
        font-size: 24px;
    }

    .maturi_title_red,
    .maturi_title_ctg {
        margin-top: 0;
    }

    .maturi_title::before,
    .maturi_title::after {
        width: 30px;
        height: 30px;
        margin: 0 10px;
    }

    /* .maturi_title_red::before,
    .maturi_title_red::after {
        width: 33.6px;
        height: 42px;
        margin: -20px 4px 0;
    } */

    .maturi_subtitle {
        font-size: 16px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .maturi_subtitle .discount {
        font-size: 20px;
    }

    .blue .maturi_subtitle .discount {
        font-size: 20px;
    }

    .maturi_set-item {
        padding: 15px;
        margin: 15px auto;
    }

    .maturi_example {
        font-size: 14px;
        margin: 15px 0;
    }

    .maturi_price {
        flex-direction: column;
        gap: 5px;
        font-size: 16px;
    }

    .maturi_price .arrow {
        font-size: 20px;
        transform: rotate(90deg);
    }

    .maturi_price-sale {
        font-size: 20px;
        margin-top: -10px;
    }

    .maturi_price-sale .price-big {
        font-size: 40px;
    }


    .maturi_title_text {
        font-size: 16px;
    }

    .noBg_title::before,
    .noBg_title::after {
        width: 33.6px;
        height: 42px;
        margin: 0 4px 0;
    }

    .maturi_title.blue.web::before,
    .maturi_title.blue.web::after {
        width: 33.6px;
        height: 42px;
        margin: -20px 8px 0;
    }

    .sale_price_original {
        margin-top: 0px;
    }
}

/*まつりラップとボタン含めたコンテンツ*/
.contents {
    margin-bottom: 80px;
}


/*ビズポロ商品コンテンツ*/
.bizupolo {
    background-color: white;
    padding: 24px;
    border-radius: 20px;
}

.bizupolo_goods {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.bizupolo_price_sale {
    text-align: right;
    font-size: 16px;
    color: #E01C44;
    font-weight: bold;
}

.bizupolo_price_sale span {
    font-size: 32px;
}

.maturi_title.blue {
    text-align: center;
    color: #F6EFE6;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .bizupolo {
        padding: 10px;
    }

    .maturi_title.blue {
        font-size: 28px;
    }

    .maturi_title2 {
        font-size: 25px;
    }

    .bizupolo_price_sale {
        font-size: 9px;
    }

    .bizupolo_price_sale span {
        font-size: 22px;
    }

    .flex_items {
        margin-top: 20px;
    }

    .bizupolo_goods {
        font-size: 12px;
        min-height: 60px;
    }
}

/*WEB限定商品祭りのコンテンツ*/
.web_limited {
    background: linear-gradient(to bottom, #519CD9, #012055);
    border-radius: 16px;
    border: solid 6px #2c75c7;
    text-align: center;
    padding: 30px;
    color: white;
    margin-top: 24px;
}

.web_limited_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.web_limited_item {
    width: calc((100% - 40px) /3);
    padding: 27px 23px 8px 23px;
    background-color: #CDE4F5;
    border-radius: 12px;
    text-align: center;
    margin: 5px;
}

.web_limited_title {
    font-size: 20px;
    font-weight: bold;
    color: #00409A;
    margin-bottom: 8px;
}

.web_limited_subtitle {
    margin-top: 24px;
    color: #00409A;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}

.web_limited_price {
    /* margin-top: 20px; */
    color: #00409A;
    font-weight: bold;
}

.notes {
    font-size: 12px;
    text-align: right;
    margin-bottom: 30px;
}

.web_limited .btnLink .btn-flat-simple-haruyama {
    background-color: #519CD9;
    color: white;
    padding: 10px 22px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .web_limited {
        padding: 5px;
        margin-top: 16px;
    }


    .web_limited_item {
        width: calc((100% - 20px) / 2);
        padding: 17px 9px 4px 9px;
    }

    .web_limited_title {
        font-size: 12px;
    }

    .web_limited_subtitle {
        margin-top: 14px;
        font-size: 10px;
    }

    .web_limited_price {
        /* margin-top: 10px; */
    }

    .notes {
        text-align: left;
        font-size: 8px;
        margin: 0 5px;
    }
}

/*アウトレット以下のコンテンツ*/
.noBg_title {
    text-align: center;
    display: inline-flex;
    align-items: center;
    margin: 80px 15px 40px 15px;
}

/* .haruyamaturi_bg_noBg .maturi_title {
    margin-top: 80px;
    color: #E01C44;
} */

.haruyamaturi_bg_noBg .btn-flat-simple-haruyama {
    background-color: #E01C44;
    margin: 40px 0;
}


/* おすすめバナー */
.recommend_banner {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.recommend_banner a {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    display: block;
    transition: opacity 0.3s ease;
}

.recommend_banner a:hover {
    opacity: 0.8;
}

.recommend_banner img {
    width: 100%;
    height: auto;
    display: block;
}


/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .recommend_banner {
        flex-direction: column;
        gap: 15px;
        margin: 20px 0;
    }

    .recommend_banner a {
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .recommend_banner a {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

/* ホバー時にSVGアイコンが白い四角にならないようにする */
.anchorWrap li:hover .with-icon::before,
.anchorWrap li:hover .with-icon::after,
.anchorWrap li:hover .with-icon-red::before,
.anchorWrap li:hover .with-icon-red::after,
.anchorWrap li:active .with-icon::before,
.anchorWrap li:active .with-icon::after,
.anchorWrap li:active .with-icon-red::before,
.anchorWrap li:active .with-icon-red::after {
    background: none !important;
    background-image: url('../images/haruyamaturi_logo.svg') !important;
}

.anchorWrap li:hover .with-icon-red::before,
.anchorWrap li:hover .with-icon-red::after,
.anchorWrap li:active .with-icon-red::before,
.anchorWrap li:active .with-icon-red::after {
    background-image: url('../images/haruyamaturi_red_logo.svg') !important;
}


.sale_price_original.black {
    color: #333 !important;
}

/* スイッチバー（タブ切り替え） */
.switch-bar {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 16px;
    margin: 40px auto 0;
    max-width: 600px;
    position: relative;
}

.switch-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 2px;
    background-color: #E01C44;
    z-index: 1;
}

.switch-tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 20px;
    background-color: #E01C44;
    border: 2px solid #E01C44;
    border-bottom: none;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.switch-tab:first-child {
    border-radius: 10px 10px 0 0;
}

.switch-tab:last-child {
    border-radius: 10px 10px 0 0;
}

.switch-tab-active {
    background-color: #FDF9F5;
    z-index: 3;
}

.switch-tab-subtitle {
    font-size: 16px;
    color: #ffffff;
}

.switch-tab-active .switch-tab-subtitle {
    color: #E01C44;
}

.switch-tab-title {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.switch-tab-active .switch-tab-title {
    color: #E01C44;
}

.switch-tab:hover {
    opacity: 0.8;
}

.switch-tab.switch-tab-active:hover {

    opacity: 1;
}


/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .switch-bar {
        margin: 20px 15px 0;
        max-width: 100%;
    }

    .switch-tab {
        padding: 10px 15px;
    }

    .switch-tab-subtitle {
        font-size: 12px;
    }

    .switch-tab-title {
        font-size: 14px;
    }
}

.btn-flat-simple-haruyama.target-products {
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    
.btn-flat-simple-haruyama.target-products {
    font-size: 18px;
}
}

/* maturi-logoの右上に青いロゴを配置 */
.maturi-logo {
    position: relative;
    overflow: visible;
}

.maturi-logo::after {
    content: "";
    position: absolute;
    top: -20px;
    /* right: -20px;  */
    width: 148px;
    height: 157px;
    background-image: url('../images/haruyamaturi_logo_outlined-blue.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
    .maturi-logo::after {
        width: 60px;
        height: 72px;
        top: -10px;
        right: -10px;
    }
}
