/* ヘッダー */

.navbar-fixed {
    position: relative;
    z-index: 998;
    height: 56px;
}

.nav {
    line-height: 56px;
    color: #fff;
}

nav .nav-wrapper {
    position: relative;
    height: auto;
}

.nav-wrapper .logo {
    display: block;
}

.logo_img_small {
    width: 85px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
}

.user-apply-number-area {
    background-color: #f6f6f6;
    color: #222222;
}

.user-apply-number {
    background-color: #FF2D6D;
    padding: 0rem 0.65rem 0.035rem;
}


/* ページ内リンク */
.anchor_list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.anchor_list_item1 {
    background-color: #f8a6c9;
}

.anchor_list_item2 {
    background-color: #97d1f3;
}

.anchor_list_item1 a {
    text-decoration: none;
    color: #443532;
}

.anchor_list_item2 a {
    text-decoration: none;
    color: #443532;
}

.chevron-down_circle-img {
    width: 24px;
}

/* サブタイトル */
.dots {
    position: relative;
}

.dots::before {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 4px;
    background: -webkit-radial-gradient(circle 4px, #026ba5 50%, transparent 50%);
    background: radial-gradient(circle 4px, #026ba5 50%, transparent 50%);
    background: -moz-radial-gradient(circle 4px, #026ba5 50%, transparent 50%);
}

.subtitle {
    color: #026ba5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.subtitle-attention {
    color: #026ba5;
    font-size: 14px;
    font-weight: 500;
}

/* 応募口数アップ */

.rankup-area {
    background-color: #f8d2dc;    
    color: #222222;
}

.rankup-subtitle {
    font-size: 1.6rem;
    line-height: 1;
}

.rankup-title {
    font-size: 2rem;
}

.rankup-container {
    position: relative;
}

.rankup-month {
    position: absolute;
    top: 5%;
    left: 6.5%;
    font-size: 1.45rem;
}

.rankup-text {
    position: absolute;
    top: 40%;
    left: 22%;
    transform: rotate(-5.5deg);
}

.rankup-text-6times {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: rotate(-5.5deg);
}

.rankup-times {
    color: #DE0011;
    font-size: 1.75rem;
}

.prize-bg {
    background-color: #97D1F3;
}

.prize-area {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.prize-container {
    max-width: 182px;
    position: relative;
    background: #fff;
    color: #443532;
    box-shadow: 0 6px 12px 0px rgba(94, 135, 187, 0.25);
}

.pair-ticket-container {
    position: relative;
    background: #fff;
    color: #443532;
    box-shadow: 0 6px 12px 0px rgba(94, 135, 187, 0.25);
}

.prize-img {
    width: 100%;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.text-container {
    height: 100%;
}

.pair-ticket-img {
    width: 150px;
}

.circle_gold {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 48px;
}

.winner-number,
.winner-number-1column {
    position: absolute;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 0.6;
}

.winner-number {
    left: 7.5%;
    top: 4%;
}

.winner-number-1column {
    left: 4%;
    top: 2.5%;
}

.winner-text {
    font-size: 10px;
}

.prize-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.prize-name-first {
    font-size: 14px;
    font-weight: 400;
}

.pair-ticket-attention {
    color: #D2372A;
}

.pair-ticket-location {
    text-align: left;
    border-top: solid 1px #443532;   
    list-style: disc;
}

.apply-bg {
    font-size: 15px;
    font-weight: 500;
    color: #443532;
    background: #f8a6c9;
    padding-left: 2.45rem;
    padding-right: 0.8rem;
    column-gap: 1.4rem;
}

.chevron-right_brown {
    width: 8px;
}

.chevron-up_red-img {
    width: 40px;
}


/* 応募確認モーダル */
.present-modal-inner {
    text-align: center;
    width: 280px;
    margin: auto;
}

.present-modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #4E4E4E;
    padding-bottom: 0.5rem
}

.modal-image {
    width: 280px;
    height: 100%;
}

.modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #cf0000;
    padding: 0.5rem 0;
}

.modal-description {
    font-size: 12px;
    color: #443532;
    padding-bottom: 1rem;
    text-align: left;
}

.f-button {
    width: 18rem;
    border-radius: 9999px;
    border-width: 1px;
    border-color: transparent;
    background-color: #ff809a;
    color: #ffffff;
}

.f-button-outline {
    width: 18rem;
    font-size: 14px;
    font-weight: 400;
    color: rgba(8, 14, 26, 0.8);
    border-radius: 9999px;
    background-color: #fafafa;
    border: 1px solid rgba(8, 14, 26, 0.3);
}

.f-button-small {
    height: 2.75rem;
}

.f-button-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.5rem;
    position: relative;
}

.f-button-arrow-icon-left {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 12px;
}


/* 応募済み表示 */
.applied-box {
    margin: 0px 40px;
    font-size: 16px;
    color: rgba(8, 14, 26, 0.8);
}

.applied-title {
    color: #cf0000;
}

.applied-img {
    width: 280px;
    background: white;
    border: solid 1px #707070;
    border-radius: 10px;
    padding: 5% 5%;
}


/* 利用規約 */

.concierge-img {
    width: 24px;
}

.pr-terms-title {
    font-size: 15px;
    color: rgba(8, 14, 26, 0.8);
    font-weight: 500;
    padding-bottom: 0.5rem
}

.terms-container {
    background: #fff;
    color: rgba(8, 14, 26, 0.8);
    border: solid 0.5px #AFAFAF;
    margin: 8px 20px;
}

.pr-terms-subtitle {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 0.5rem;
    background-color: #f3f2f2;
    border-bottom: solid 0.5px #AFAFAF;
}

.pr-terms-description {
    font-size: 13px;
    text-align: left;
    border-bottom: solid 0.5px #AFAFAF;
}

.rounded-top {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

/* フッター */
.footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 0;
    font-size: x-small;
    background: #fff;
}

.cmn_li_link_foot-new {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #a0a0a0;
}

.cmn_li_link_foot-new a {
    display: block;
    padding: 1em 8px;
    color: #a0a0a0;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #a0a0a0;
}

.cmn_li_link_foot-new a:before {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-top: 0.3em;
    content: "";
    background: url(../img/cmn_i_arrow.png) no-repeat;
    background-size: auto 100%;
    transform: rotate(180deg);
}

.cmn_li_link_foot-new img {
    width: 30px;
    vertical-align: middle;
}