@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
html {
    font-size: 62.5%;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#rakuten-eagles-invitation{
    background: #1CB4E6;
    background:linear-gradient(180deg, rgb(80 196 235) 0%, rgb(83 196 235) 50%, rgba(237, 245, 250, 1) 100%);
    padding-bottom: 6rem;
}
#rakuten-eagles-invitation .pc_none{
    display: none !important;
}
#rakuten-eagles-invitation img{
    width: 100%
}
#rakuten-eagles-invitation a{
    display: block;
    position: relative;
}  
#rakuten-eagles-invitation a:hover{
    opacity: 0.8;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation .top-title h1{
    margin: 0 auto;
    z-index: 4;
    position: relative;
    padding: 0;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation .inner-bg{
    background: rgb(255 255 255 / 95%);
    max-width: 1000px;
    box-sizing: border-box;
    margin: -7% auto auto;
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 4;
    padding: 2% 5%;
    width: 80%;
    box-shadow: 0 0 50px rgb(127 197 221 / 63%);
}
#rakuten-eagles-invitation section{
    position: relative;
}
#rakuten-eagles-invitation .bg1,
#rakuten-eagles-invitation .bg2,
#rakuten-eagles-invitation .bg3{
    padding:4rem;
}
#rakuten-eagles-invitation .bg1{
    background:#79001e;
    border-radius: 15px 15px 0 0;
}
#rakuten-eagles-invitation .bg2{
    background:#9d1724;
}
#rakuten-eagles-invitation .bg3{
    background:#79001e;
    border-radius:0 0 15px 15px;
}
/*-----------------------------------------------*/
/*アコーディオン*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation #howto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}
#rakuten-eagles-invitation summary {
    font-size: 2rem;
    text-align: center;
    background: #f3f40c;
    padding: 1.2rem 0;
    color: #036db7;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #f3db2f;
    cursor:pointer;
    transition: .2s;
    list-style: none;
}
#rakuten-eagles-invitation summary::-webkit-details-marker {
    display:none;
}
#rakuten-eagles-invitation summary::before {
    content:"▼";
    font-size: 1.5rem;
    margin-right: .5rem;
}
#rakuten-eagles-invitation .howto-txt {
    font-size: 1.6rem;
    text-align: center;
    background: #036db7;
    padding: 1.8rem 0;
    color: #fff;
    border-left: 4px solid #f3f40c;
    border-right: 4px solid #f3f40c;
    border-bottom: 4px solid #f3f40c;
    & a{
        display: inline-block;
        font-size: 1.8rem;
        color: #f3f40c;
        text-decoration: underline;
        margin-right: .5rem;
    }
    & a:hover{
        color: #f3f40c !important;
        text-decoration:none;
    }
    & .big {
        font-size: 2rem;
    }
}
/*open時*/
#rakuten-eagles-invitation details[open] summary{
    border-radius: 10px 10px 0 0;
    box-shadow:none;
}
#rakuten-eagles-invitation details[open] summary::before{
    content:"▲";
}
/*hover*/
#rakuten-eagles-invitation summary:hover {
    box-shadow: none;
    transform: translateY(2px);
}
/*-----------------------------------------------*/
/*日程*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation table.choice-list {
    width: 100%;
    margin-bottom: 2.5rem;
}
#rakuten-eagles-invitation table.choice-list thead tr th{
    background: #eae4e6;
    color: #79001e;
    padding: .8rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}
#rakuten-eagles-invitation table.choice-list tbody tr td{
    background: #fff;
    color: #222;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.6rem;
}
#rakuten-eagles-invitation table.choice-list tbody tr td:nth-of-type(1){
    color: #79001e;
}
#rakuten-eagles-invitation table.choice-list thead tr th br,
#rakuten-eagles-invitation table.choice-list tbody tr td br{
    display: none;
}
/*input ボタン装飾*/
#rakuten-eagles-invitation table.choice-list .color{
    inline-size: 2rem;
    block-size: 2rem;
    accent-color: #79001e;
    margin-top: .8rem;
    cursor: pointer;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 3.5rem;
    color: #fff;
    & .small{
        font-size: 2rem;
    }
}
/*-----------------------------------------------*/
/*エントリーボタン*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation .btn-entry{
    padding: 1.7rem 0;
    background: #ffe87b;
    text-align: center;
    border-radius: 10px;
    position: relative; 
    box-shadow: 0 9px 0 #580016;
}
#rakuten-eagles-invitation .btn-entry p{
    font-size: 2.5rem;
    color: #79001e;
    font-weight: bold;
}
#rakuten-eagles-invitation .btn-entry::after {
    position: absolute;
    right: 5rem;
    bottom: 0;
    top: 0;
    display: block;
    content: "";
    width: .7em;
    height: .7em;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #79001e;
    border-right: 3px solid #79001e;
    transition: .2s;
}
#rakuten-eagles-invitation .btn-entry:hover {
    box-shadow:none;
    transform: translateY(2px);
}
#rakuten-eagles-invitation .btn-entry:hover::after {
    right: 4rem;
}

/*終了*/
#rakuten-eagles-invitation .btn-entry.end  {
    box-shadow: none;
    background: #999;
    pointer-events: none
}
#rakuten-eagles-invitation .btn-entry.end p{
    color: #fff;
}
#rakuten-eagles-invitation .btn-entry.end::after  {
    display: none;
}
/*-----------------------------------------------*/
/*トップカテゴリ*/
/*-----------------------------------------------*/

#rakuten-eagles-invitation .category-image-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
    & li {
        width: calc((100% - (8px * 2))/ 2);
        background: #fff;
        transition: all 0.3s;
        & img {
            border-radius: 10px;
            width: 75px;
        }
        & a {
            display: flex;
            align-items: center;
            padding: .5rem;
            gap: 1rem;
        }
        & p {
            letter-spacing: 0;
            height: fit-content;
            color: #9d1724;
            font-size: 1.8rem;
            line-height: 1.4em;
        }
        &:hover {
            opacity: .8;
        }
    }
}
/*-----------------------------------------------*/
/*応募規約*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation #kiyaku{
    & h3{
        text-align: center;
        border: 1px solid #fff;
        padding: 1rem 0;
        font-size: 1.8rem;
        margin-bottom: 2rem;
        color: #fff;
    }
    & p{
        font-size: 1.6rem;
        color: #fff;
        border-bottom: 1px dashed #fff;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    & .kiyaku{
        display: flex;
        flex-direction: column;
        margin-left: 2.2rem;
        gap: 1rem;
        & li{
            color: #fff;
            font-size: 1.5rem;
            position: relative;
            line-height: 1.4em;
            &::before{
                content: '■';
                position: absolute;
                left: -2.2rem;
            }
        }
        & li.com::before{
            content: '※';
        }
    }
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation .feature-box {
    margin:4rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}
/*-----------------------------------------------*/
/*ページトップ*/
/*-----------------------------------------------*/
#rakuten-eagles-invitation .pagetop {
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 9999;
    & a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        background-color: rgb(13 111 202 / 83%);
        border-radius: 80px;
        width: 70px;
        height: 70px;
        line-height: 1.3em;
        transition: .3s all;
    }
    & a:hover {
        background-color: #6d4f4fb0;
        color: #fff!important;
        transform: translateY(-2px);
    }
    
}








/* 20250610 T.ABE ADD STA [楽天スプラッシュシート] */
#rakuten-eagles-invitation form .form_area{
    display: flex;
    flex-direction: column-reverse;
}
#rakuten-eagles-invitation .btn {

    background: #ffe87b;
    text-align: center;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 9px 0 #580016;
    transition: .2s;
}
#rakuten-eagles-invitation .btn:hover{
    box-shadow: none;
    transform: translateY(2px);
    opacity: 0.8;
}
#rakuten-eagles-invitation .btn input {
    /* font-size: 24px; */
    color: #fff;
    padding: 1.7rem 0;
    text-align: center;
    display: block;
    font-size: 2.5rem;
    color: #79001e;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
}

#rakuten-eagles-invitation .btn span{
    display: inline-block;
    content: "";
    width: .7em;
    height: .7em;
    margin: auto 0;
    transform: rotate(45deg);
    border-top: 3px solid #79001e;
    border-right: 3px solid #79001e;
    transition: .2s;
    font-size: 14px;
    vertical-align: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 5rem;
    transition: .2s;
}
#rakuten-eagles-invitation .btn:hover span{
    right: 4rem;
}
#rakuten-eagles-invitation :is(.btn.clear,.btn.finish) {
    transform: translateY(2px);
    text-align: center;
    border-radius: 10px;
    position: relative;
    transition: .2s;
    box-shadow: none;
    background: #999;
    pointer-events: none;
}
#rakuten-eagles-invitation :is(.btn.clear,.btn.finish) input {
    color: #fff;
}
#rakuten-eagles-invitation :is(.btn.clear,.btn.finish) span {
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    display: none;
}
#rakuten-eagles-invitation :is(.btn.clear,.btn.finish):hover span {
    right: 5rem;
}
#rakuten-eagles-invitation p.reset {
    padding: .5rem 1.5rem;
    font-size: 1.4rem;
    background: #5c0017;
    border: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 8rem;
    right: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 2px;
    border: 1px solid #bd8282;
}
#rakuten-eagles-invitation p.reset .icon {
width: 2rem;
transform: scale(-1, 1) rotate(120deg);
}
/* 20250610 T.ABE ADD END [楽天スプラッシュシート] */
