@charset "utf-8";
/* index.html
========================================================================= */
#suntory_contents .anchor_list {
    display: flex;
    flex-direction: row;
    gap: clamp(4px, 1.3%, 16px);
}
#suntory_contents .anchor_list .item {
    flex: 1;
}
#suntory_contents .anchor_btm .anchor_list .anchor_link::after {
    transform: rotate(270deg);
}
#suntory_contents .history_wrap{
    position: relative;
    padding-left: 24px;
    margin: 38px 0 40px;
}
#suntory_contents .history_wrap::before{
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    bottom: 0;
    left: 8px;
    width: 1px;
    background-color: #B5B5B6;
}
#suntory_contents .year_ttl{
    font-family: YuMincho,"Hiragino Mincho ProN", serif;
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 18px;
    position: relative;
}
#suntory_contents .year_ttl::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #7D001D;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 11px;
}
#suntory_contents .year_wrap{
    margin-bottom: 26px;
}
#suntory_contents .month_wrap{
    display: flex;
    justify-content: flex-start;
}
#suntory_contents .month_wrap +  .month_wrap{
    margin-top: 16px;
}
#suntory_contents .month_wrap .month_ttl{
    font-weight: bold;
    font-size: 0.75rem;
    min-width: 35px;
}
#suntory_contents .month_wrap .month_dtl,
#suntory_contents .month_wrap .month_dtl p{
    font-size: 0.875rem;
    line-height: 1.5;
}
#suntory_contents .month_wrap .month_dtl p + p{
    margin-top: 10px;
}
#suntory_contents .month_wrap .month_dtl a{
    color: #7D001D;
    border-bottom: 1px solid #7D001D;
}
#suntory_contents .reg_mk {
    position: relative;
    padding: 0 .65rem 0 0;
}
#suntory_contents .reg_mk sub{
    font-size: 0.875rem;
    position: absolute;
    bottom: 0.15rem;
    line-height: 0.1;
    width: 0.65rem;
}
@media screen and (max-width: 767px) {
    #suntory_contents .lead_text .link_arw_round + .link_arw_round{
        margin-left: 20px;
    }
    #suntory_contents .anchor_btm .anchor_list .anchor_link{
        padding: 8px 0 0;
    }
    #suntory_contents .anchor_btm .anchor_list .anchor_link::after {
        bottom: auto;
        top: 6px;
    }
    #suntory_contents .bnr_wrap{
        margin: 40px -4%;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .lead_text{
        margin-bottom: 36px;
    }
    #suntory_contents .anchor_list .anchor_link{
        font-size: 1.125rem;
        justify-content: center;
        padding: 0;
    }
    #suntory_contents .anchor_list .anchor_link::after {
        right: 26px;
    }
    #suntory_contents .anchor_btm .anchor_list .anchor_link::after {
        top: 22px;
    }
    #suntory_contents .lead_text .link_arw_round + .link_arw_round{
        margin-left: 40px;
    }
    #suntory_contents .history_wrap{
        margin: 92px 0 80px;
        overflow: hidden;
    }
    #suntory_contents .history_wrap::before{
        top: 25px;
        left: 43px;
    }
    #suntory_contents .year_wrap{
        position: relative;
    }
    #suntory_contents .year_wrap{
        padding: 0 10px 0 29px;
        margin-bottom: 40px;
    }
    #suntory_contents .year_wrap .year_inner{
        padding: 0 0 0 32px;
    }
    #suntory_contents .year_ttl{
        font-size: 2.375rem;
        padding: 0 0 0 20px;
        margin-bottom: 16px;
    }
    #suntory_contents .year_ttl::before{
        width: 28px;
        height: 28px;
        left: -23px;
        top: 16px;
    }
    #suntory_contents .month_wrap .month_ttl{
        font-size: 1rem;
        min-width: 48px;
    }
    #suntory_contents .month_wrap .month_dtl,
    #suntory_contents .month_wrap .month_dtl p{
        font-size:1rem;
        line-height: 1.75;
    }
    #suntory_contents .month_wrap .month_dtl p + p{
        margin-top: 8px;
    }
    #suntory_contents .month_wrap .month_dtl a:hover{
        border-color: #fff;
    }
    #suntory_contents .month_wrap + .month_wrap {
        margin-top: 19px;
    }
    #suntory_contents .bnr_wrap{
        margin: 80px 0 70px;
    }
    #suntory_contents .reg_mk sub{
        bottom: 0.22em;
        font-size: 1rem;
    }
}

/* activities.html
========================================================================= */
#suntory_contents .w632 .btn_wrap{
    margin-top: 40px;

}#suntory_contents .w632 .btn_wrap .btn_bdr_red + .btn_bdr_red{
    margin-top: 10px;
}
@media print, screen and (min-width:768px) {

}