@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://use.typekit.net/xcq5mtd.css");

.l-container {
    width: 100%;
}
.feature {
    width: calc(1400 * var(--vw) / 1400);
    margin: 0 auto;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: center;
}

.feature a {
    color: #000;
}

.feature a:hover {
    text-decoration: none;
    opacity: .6;
}

.feature p {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.feature .inner {
    max-width: 990px;
    width: calc(990 * var(--vw) / 1400);
    margin: 0 auto;
}

.feature .ft {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.feature .sFont {
    font-weight: 400;
    color: #d1b253;
}

.feature .f_btn {
    width: 640px;
    margin: 0 auto;
    padding: 18px 0;
    text-align: center;
    position: relative;
}

.feature .f_btn:after {
    width: 460px;
    height: 70px;
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    top: 18px;
    left: 90px;
    z-index: 1;
}

.feature .f_btn a {
    width: 500px;
    height: 80px;
    line-height: 77px;
    background-color: #fff;
    border: 1px solid #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}

.feature .f_btn a:hover {
    opacity: .6;
    text-decoration: none;
}

.feature .f_btn__s {
    margin-right: 20px;
}

/* ================ hdr ================ */
.hdr {
    width: calc(1400 * var(--vw) / 1400);
    max-width: 1400px;
    margin: 0 auto 74px;
    position: relative
}
.hdr span {
    position: absolute;
    top: 366px;
    left: 373px;
    margin: auto;
    width: 50%;
    height: 2.5rem;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .026666em;
    color: #F6C7DB;
}
.hdr__desc {
    margin-top: 46px;
    font-size: 18px;
    line-height: 2.3;
}

/* ================ q_fortune ================ */
#feature .q_fortune {
    width: calc(1140 * var(--vw) / 1400);
    max-width: 1140px;
    margin: 0 auto 140px;
    /* margin-bottom: 130px; */
    padding-bottom: 175px;
    background: url(../img/250808/star_a.png) no-repeat bottom center;
}

#feature .q_fortune__ttl {
    margin-bottom: 62px;
    font-size: 26px;
    font-weight: 500;
}

#feature .q_fortune__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#feature .q_fortune__list li {
    margin-bottom: 84px;
}

#feature .q_fortune__list li a {
    display: block;
}

#feature .q_fortune__list li > a > img {
    display: block;
    /* width: fit-content; */
}

#feature .q_fortune__list h3 {
    margin-top: 28px;
    display: inline-block;
    font-size: 22px;
    position: relative;
}

#feature .q_fortune__list h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -20px;
    top: calc(50% - 0px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}

/* ================ person ================ */
#feature .person,
#feature .horoscope__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        width: 1140px;
    margin: 0 auto;
}

#feature .person__list {
    width: 540px;
    padding: 22px 0 48px;
    background-color: #f6f6f6;
}

#feature .person__list__ph {
    margin: 27px 0 15px;
    width: 146px;
}

#feature .person__list__name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

#feature .person__list__sns {
    margin-bottom: 23px;
    display: inline-block;
}

#feature .person__list__sns span {
    margin-top: 15px;
    display: block;
    font-size: 20px;
}

#feature .person__list__desc {
    width: 450px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 2.1;
    letter-spacing: -.02rem;
}

/* ================ result ================ */
#feature .horoscope__hdr {
    margin-bottom: 95px;
}

#feature .horoscope__hdr h1 {
    margin: 16px -30px 0 0;
}

#feature .horoscope__ttl {
    margin: 55px 0 10px;
    font-size: 30px;
    font-weight: 500;
}

#feature .horoscope__date {
    margin-bottom: 70px;
    font-size: 20px;
}

#feature .horoscope__box {
    width: 990px;
    margin: 0 auto 90px;
}

#feature .horoscope__box__ttl {
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e63861;
    font-size: 23px;
    font-weight: 500;
    color: #e63861;
}

#feature .horoscope__box__desc {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    line-height: 2.3;
}

#feature .itemBox .horoscope__box__ttl {
    margin-bottom: 40px;
}

#feature .horoscope__item {
    margin-bottom: 80px;
}

#feature .horoscope__item__ttl {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
}

#feature .horoscope__item__ttl .lucky_item {
    margin-right: 13px;
    padding: 3px 6px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #e63861;
}

#feature .horoscope__item__ttl .color_name {
    position: relative;
}

#feature .horoscope__item__ttl .color_name:after {
    width: 100%;
    height: 1px;
    background-color: #000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

#feature .horoscope__item__flex {
    width: 800px;
    margin: 0 auto;
}

#feature .horoscope__item__list {
    text-align: left;
}

#feature .horoscope__item__img {
    margin-bottom: 15px;
}

#feature .horoscope__item__description {
    font-size: 14px;
}

#feature #h_result.star_a {
    margin-top: 105px;
}

/* ================ CREDIT ================ */
#feature .items {
    margin-top: 20px;
}

#feature .items li {
    letter-spacing: normal;
    display: inline-block;
}

#feature .items li:not(:first-child) {
    margin-left: 10px;
}

#feature .items li a {
    text-decoration: underline;
}

#feature .items li a:hover {
    text-decoration: none;
}

/* ================ ALL ITEMS ================ */
#feature .all_btn {
    width: 1120px;
    margin: 0 auto;
    text-align: center;
}

#feature .all_btn li {
    margin-bottom: 50px;
}

#feature .all_btn a {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border: 1px solid #000;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
}

#feature .all_btn a:hover {
    text-decoration: none;
    opacity: .6;
}

.horoscope_futura {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #e63861;
    font-size: 31px;
    letter-spacing: -.04em;
    margin-right: 10px;
}

.horoscope_notosans {
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
}