@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

html {
    font-size: 62.5%;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#baby-free-sample{
    background: linear-gradient(180deg, #e1efff 10%, #b3d4f8 90%);
    padding-bottom: 6rem;
}
#baby-free-sample .pc_none{
    display: none !important;
}
#baby-free-sample img{
    width: 100%
}
#baby-free-sample a{
    display: block;
    position: relative;
}  
#baby-free-sample a:hover{
    opacity: 0.8;
}

/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#baby-free-sample .top-title h1{
    margin: 0 auto;
    z-index: 4;
    position: relative;
    padding: 0;
    max-width: 1000px;
    width: 80%;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#baby-free-sample section{
    position: relative;
    max-width: 1000px;
    box-sizing: border-box;
    margin: auto;
    padding: 2% 5%;
    width: 80%;
}
#baby-free-sample .bg1,
#baby-free-sample .bg2,
#baby-free-sample .bg3{
    padding:4rem;
}
#baby-free-sample .bg1{
    background:#1794d4;
}
#baby-free-sample .bg2{
    background:#9d1724;
}
#baby-free-sample .bg3{
    background: linear-gradient(180deg, #cde2f9 10%, #ffffff 90%);
    border-radius:0 0 15px 15px;
}
/*-----------------------------------------------*/
/*アコーディオン*/
/*-----------------------------------------------*/
#baby-free-sample #howto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: white;
}
#baby-free-sample summary {
    font-size: 2rem;
    text-align: center;
    background: #fcd821;
    padding: 1.2rem 0;
    color: #e7467c;
    border-radius: 10px;
    cursor:pointer;
    transition: .2s;
    list-style: none;
}
#baby-free-sample summary::-webkit-details-marker {
    display:none;
}
#baby-free-sample summary::before {
    content:"▼";
    font-size: 1.5rem;
    margin-right: .5rem;
}
#baby-free-sample .howto-txt {
    font-size: 1.6rem;
    text-align: center;
    background: linear-gradient(to top, #efe6ea, #f5ecf0);
    padding: 1.8rem 0;
    color: #222;
    border-left: 4px solid #fcd821;
    border-right: 4px solid #fcd821;
    border-bottom: 4px solid #fcd821;
    padding: 3%;
    & .big {
        font-size: 2rem;
    }
    & h3{
        font-size: 1.8rem !important;
        padding: 1% 0;
        color: #e7467c !important;
    }
    & h4{
        font-size: 2rem !important;
        color: #e7467c !important;
        padding: 1% 0;
    }
}
#baby-free-sample .howto-txt.left {
    text-align: left;
}

/*open時*/
#baby-free-sample details[open] summary{
    border-radius: 10px 10px 0 0;
    box-shadow:none;
}
#baby-free-sample details[open] summary::before{
    content:"▲";
}
/*hover*/
#baby-free-sample summary:hover {
    box-shadow: none;
    transform: translateY(2px);
}
/*-----------------------------------------------*/
/*選択*/
/*-----------------------------------------------*/
#baby-free-sample table.choice-list {
    width: 100%;
    margin-bottom: 2.5rem;
}
#baby-free-sample table.choice-list thead tr th{
    background: #eae4e6;
    color: #f84285;
    padding: .8rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}
#baby-free-sample table.choice-list tbody tr td{
    background: #fff;
    color: #222;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.6rem;
}
#baby-free-sample table.choice-list tbody tr td:nth-of-type(1){
    color: #f84285;
}
#baby-free-sample table.choice-list thead tr th br,
#baby-free-sample table.choice-list tbody tr td br{
    display: none;
}

/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#baby-free-sample h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 3.6rem;
    color: #fff;
    font-weight: 900;
    & .small{
        font-size: 2rem;
    }
}


/*-----------------------------------------------*/
/*応募規約*/
/*-----------------------------------------------*/
#baby-free-sample #kiyaku{
    color: #045daf;
    & h3{
        text-align: center;
        border: 1px solid #045daf;
        padding: 1rem 0;
        font-size: 1.8rem;
        margin-bottom: 2rem;
        color: #045daf;
        background-color: #e8f2fc;
    }
    & p{
        font-size: 1.6rem;
        
        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{
            
            font-size: 1.5rem;
            position: relative;
            line-height: 1.4em;
            &::before{
                content: '■';
                position: absolute;
                left: -2.2rem;
            }
            .list{
                /* padding-left:2rem; */
                & li{
                    font-size: 1.3rem;
                    list-style:initial;
                    &::before{
                        content: '';
                    }
                }
            }
        }
        & li.com::before{
            content: '※';
        }
    }


}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#baby-free-sample .feature-box {
    margin:4rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}
/*-----------------------------------------------*/
/*ページトップ*/
/*-----------------------------------------------*/
#baby-free-sample .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);
    }
    
}

/* ==============================================
コンテンツ
================================================*/
#baby-free-sample #contents01{
    background: linear-gradient(180deg, #ffffff 10%, #b3d4f8 90%);
    color:#333;
    padding: 2% 5% 1%;

    .contents-wrap{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 5%;

        .contentsbox{
            width: calc(100% / 2);
            display: flex;
            justify-content: center;
            align-items: center;
            /* margin: auto; */
            & img{width:66%;}            
        }
    }
    & h2 img{width:64%;} 
}

#baby-free-sample .features{
    font-size:2.2rem;
        li{
        display:flex;
        align-items:center;
        padding:2% 0;
        text-align: left;
        
            & img{
            /* width:48px;
            height:48px; */
            margin-right:5%;
            width: calc(56% / 2) !important;
            }
            & p{
                font-size:2rem;
                font-weight: 900;
                & span{
                    color:#f84285;
                    font-size:2.2rem;
                    font-weight: 900;

                }
            }
        }
    }

/*20250627 R.SUGAWARA ADD STA*/
/* #entry_area{
    background-color: #1794d4;
    padding: 20px;
} */
/* #entry_area .title{
    text-align: center;
    color: #fff;
    font-size: 4rem;
    padding-bottom: 10px;
} */
#entry_area .sub_title{
    text-align: center;
    color: white;
    font-size: 2rem;
}
#entry_area .form_area .choice-list{
    text-align: center;
    background-color: #1794d4;
}
#entry_area .form_area .choice-list img{
    width: 100%;
}
#entry_area .form_area .choice-list .size_guide{
    font-size: 2.2rem;
}
#entry_area .form_area .choice-list th{
    width: calc(100% / 4);
    background-color: #1794d4;
}
#entry_area .form_area .choice-list td{
    color: #fff;
    font-size: 18px;
}
#entry_area .form_area .choice-list .size01{
    background-color: #e85383;
}
#entry_area .form_area .choice-list .size02{
    background-color: #00aef0;
}
#entry_area .form_area .choice-list .size03{
    background-color: #90c421;
}
#entry_area .form_area .choice-list .size04{
    background-color: #0060ad;
}
#entry_area .form_area .choice-list input[type='radio']{
    scale: 2;
}
/* #entry_area .btn{
    text-align: center;
    display: block;
    font-size: 2rem;
    color: #1794d4;
    font-weight: bold;
}
#entry_area .btn-entry{
    background-color: #fcd821;
    border-radius: 100px;
} */
/*20250627 R.SUGAWARA ADD END*/


#baby-free-sample .flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:3%;
margin-bottom: 2%;

& li{
    width: calc(90% / 3);
}
}

/*btn*/
#baby-free-sample .btn {
    background: linear-gradient(180deg, #fffd40 10%, #f9b302 90%);
    text-align: center;
    border-radius: 100px;
    position: relative;
    font-size: 2.2rem;
    /* transition: .2s; */
    color: #e7467c;
    box-shadow: 0 3px 10px #1c739f;
    width: 80%;
    margin: auto;
    &::after {
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: .4em;
        height: .4em;
        border-top: 3px solid #e7467c;
        border-right: 3px solid #e7467c;
        top: 0;
        bottom: 0;
        right: 8%;
        margin: auto;
        transform: rotate(45deg);
        transition: all 0.3s ease 0s;
    }
}

#baby-free-sample .btn.baby {
    background: linear-gradient(180deg, #f389b2 10%, #eb5481 90%);
    color: #fff;
    box-shadow: 0 3px 10px #c2c2c2;
    &::after {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
}

#baby-free-sample .btn:hover{
    box-shadow: none;
    transform: translateY(2px);
    opacity: 0.8;
    color: #fff !important;
}
#baby-free-sample .btn input , #baby-free-sample .btn a {
    text-align: center;
    display: block;
    font-size: 2.2rem;
    color: #e7467c;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
    padding: 2% 0;
}

#baby-free-sample .btn.baby a {
    text-align: center;
    display: block;
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
    padding: 2% 0;
}

#baby-free-sample .btn a:hover{
    opacity: 0.8;
    color: #e7467c !important;
}
#baby-free-sample .btn.baby a:hover{
    opacity: 0.8;
    color: #fff !important;
}

#baby-free-sample :is(.btn.clear,.btn.finish) {
    transform: translateY(2px);
    text-align: center;
    border-radius: 100px;
    position: relative;
    transition: .2s;
    box-shadow: none;
    background: #999;
    pointer-events: none;
    color: #fff;
    &::after {
        border-top: none;
        border-right: none;
    }
}
#baby-free-sample :is(.btn.clear,.btn.finish) input {
    color: #fff;
}

