@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
html {
    font-size: 62.5%;
}
main, main#wrapper {
    padding: 0;
    background: #ffd1e0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#baby-sample-box{
    padding-bottom: 6rem;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
#baby-sample-box .pc_none{
    display: none !important;
}
#baby-sample-box img{
    width: 100%
}  
#baby-sample-box a:hover{
    opacity: 0.8;
    color:#222 !important;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.m-plus-2{
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*-----------------------------------------------*/
/*看板*/
/*-----------------------------------------------*/
#baby-sample-box .top-title h1{
    margin: 0 auto;
    z-index: 4;
    position: relative;
    padding: 0;
    width: 100%;
}
#baby-sample-box .day-area {
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #ef6e99;
    padding: 1% 0;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
/* #baby-sample-box .inner-bg{
    background: rgb(255 255 255 / 95%);
    max-width: 1000px;
    box-sizing: border-box;
    margin: 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%);
} */
#baby-sample-box section{
    position: relative;
    max-width: 1000px;
    box-sizing: border-box;
    margin: auto;
    padding: 2% 5%;
    width: 100%;
    /* display: block; */
    /* z-index: 4; */

}
#baby-sample-box .bg1,
#baby-sample-box .bg2,
#baby-sample-box .bg3{
    padding:4rem;
}
#baby-sample-box .bg1{
    background:#ef6e99;
    /* border-radius: 15px 15px 0 0; */
}
#baby-sample-box .bg2{
    background:#9d1724;
}
#baby-sample-box .bg3{
    background: #fff;
    border-radius:0 0 15px 15px;
}
/*-----------------------------------------------*/
/*アコーディオン*/
/*-----------------------------------------------*/
#baby-sample-box #howto {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background: white;
    padding: 2rem 3rem;
}
#baby-sample-box summary {
    font-size: 2rem;
    text-align: center;
    background: #fcd821;
    padding: 1.2rem 0;
    color: #e7467c;
    border-radius: 10px;
    box-shadow: 0 4px 0 0 #f3db2f;
    cursor:pointer;
    transition: .2s;
    list-style: none;
}
#baby-sample-box summary::-webkit-details-marker {
    display:none;
}
#baby-sample-box summary::before {
    content:"▼";
    font-size: 1.5rem;
    margin-right: .5rem;
}
#baby-sample-box .howto-txt {
    font-size: 1.6rem;
    text-align: center;
    /* background: #036db7; */
    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%;
    /* & a{
        display: inline-block;
        font-size: 1.8rem;
        color: #fcd821;
        text-decoration: underline;
        margin-right: .5rem;
    } */
    /* & a:hover{
        color: #fcd821 !important;
        text-decoration:none;
    } */
    & .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;
    }

}
/*open時*/
#baby-sample-box details[open] summary{
    border-radius: 10px 10px 0 0;
    box-shadow:none;
}
#baby-sample-box details[open] summary::before{
    content:"▲";
}
/*hover*/
#baby-sample-box summary:hover {
    box-shadow: none;
    transform: translateY(2px);
}
/*-----------------------------------------------*/
/*日程*/
/*-----------------------------------------------*/
#baby-sample-box table.choice-list {
    width: 100%;
    margin-bottom: 2.5rem;
}
#baby-sample-box table.choice-list thead tr th{
    background: #eae4e6;
    color: #79001e;
    padding: 1.2rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: normal;
}
#baby-sample-box table.choice-list tbody tr td{
    background: #fff;
    color: #222;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.6rem;
}
#baby-sample-box table.choice-list tbody tr td:nth-of-type(1){
    color: #79001e;
}
#baby-sample-box table.choice-list thead tr th br,
#baby-sample-box table.choice-list tbody tr td br{
    display: none;
}
/*input ボタン装飾*/
#baby-sample-box table.choice-list .color{
    inline-size: 2rem;
    block-size: 2rem;
    accent-color: #79001e;
    margin-top: .8rem;
    cursor: pointer;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#baby-sample-box h2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3rem;
    font-size: 3.5rem;
    color: #fff;
    & .small{
        font-size: 2rem;
    }
}
/*-----------------------------------------------*/
/*トップカテゴリ*/
/*-----------------------------------------------*/

#baby-sample-box .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;
        }
    }
}
/*-----------------------------------------------*/
/*応募規約*/
/*-----------------------------------------------*/
#baby-sample-box #kiyaku{
    color: #222;
    & h3{
        text-align: center;
        border: 1px solid #222;
        padding: 1rem 0;
        font-size: 1.8rem;
        margin-bottom: 2rem;
        color: #222;
        background-color: #fff;
    }
    & p{
        font-size: 1.6rem;
        
        border-bottom: 1px dashed #fff;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }
    & a {
        color: #32c0d9;
    }
    & .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;
            }
        }
        & li.com::before{
            content: '※';
        }
    }
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#baby-sample-box .feature-box {
    margin:4rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
}
/*-----------------------------------------------*/
/*ページトップ*/
/*-----------------------------------------------*/
#baby-sample-box .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(239 110 153);        
        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);
    }
    
}



.btn.baby {
    background: linear-gradient(180deg, #f389b2 10%, #eb5481 90%);
    text-align: center;
    border-radius: 30px;
    position: relative;
    transition: .2s;
    color: #fff;
    padding: 2% 0;
    box-shadow: 0 3px 10px #c2c2c2;
    width: 80%;
    margin: auto;
}




/* 20250610 T.ABE ADD STA [楽天スプラッシュシート] */
#baby-sample-box form .form_area{
    display: flex;
    flex-direction: column-reverse;
}
#baby-sample-box .btn {
    background: linear-gradient(180deg, #fffd40 10%, #f9b302 90%);
    text-align: center;
    border-radius: 50px;
    position: relative;
    transition: .2s;
    padding: 2% 0;
    color: #e7467c;
    box-shadow: 0 9px 0 #e7467c;
    width: 80%;
    margin: auto;
}

#baby-sample-box .btn:hover{
    box-shadow: none;
    transform: translateY(2px);
    opacity: 0.8;
}
#baby-sample-box .btn input {
    /* font-size: 24px; */
    color: #fff;
    text-align: center;
    display: block;
    font-size: 2.5rem;
    color: #e7467c;
    font-weight: bold;
    background: transparent;
    border: none;
    cursor: pointer;
    width: 100%;
    line-height: 1.714;
}

#baby-sample-box .btn a {
    font-size: 2.5rem;
    display: block;
    
}

#baby-sample-box .btn span{
    display: inline-block;
    content: "";
    width: .7em;
    height: .7em;
    margin: auto 0;
    transform: rotate(45deg);
    border-top: 3px solid #e7467c;
    border-right: 3px solid #e7467c;
    transition: .2s;
    font-size: 14px;
    vertical-align: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 5rem;
    transition: .2s;
}
#baby-sample-box .btn:hover span{
    right: 4rem;
}
#baby-sample-box :is(.btn.clear,.btn.finish) {
    transform: translateY(2px);
    text-align: center;
    position: relative;
    transition: .2s;
    box-shadow: none;
    background: #999;
    pointer-events: none;
}
#baby-sample-box :is(.btn.clear,.btn.finish) input {
    color: #fff;
}
#baby-sample-box :is(.btn.clear,.btn.finish) span {
    border-top: 3px solid #222;
    border-right: 3px solid #222;
    display: none;
}
#baby-sample-box :is(.btn.clear,.btn.finish):hover span {
    right: 5rem;
}
#baby-sample-box p.reset {
    padding: .5rem 1.5rem;
    font-size: 1.4rem;
    background: #e7467c;
    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;
}
#baby-sample-box p.reset .icon {
width: 2rem;
transform: scale(-1, 1) rotate(120deg);
}
/* 20250610 T.ABE ADD END [楽天スプラッシュシート] */




/* ==============================================
コンテンツ
================================================*/
#baby-sample-box #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;
            & img{width:66%;}            
        }
    }
    & h2 img{width:64%;} 
}

    .features{
    font-size:2.4rem;
    

        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:2.4rem;
                font-family: "M PLUS 2", sans-serif;
                font-optical-sizing: auto;
                font-weight: 900;
                font-style: normal;
                
                & span{
                    color:#f84285;
                    font-size:2.4rem;
                    font-family: "M PLUS 2", sans-serif;
                    font-optical-sizing: auto;
                    font-weight: 900;
                    font-style: normal;

                }
            }
        }
    }

/*20250627 R.SUGAWARA ADD STA*/
/* #entry_area{
    background-color: #ef6e99;
    padding: 20px;
} */
#entry_area .title{
    text-align: center;
    color: #fff;
    font-size: 4rem;
    padding-bottom: 10px;
}
#entry_area .title_mini {
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 0 2%;
}
#entry_area .sub_title{
    text-align: center;
    color: white;
    font-size: 2rem;
}
#entry_area .form_area .choice-list{
    text-align: center;
    background-color: #ef6e99;
}
#entry_area .form_area .choice-list img{
    width: 75%;
}
#entry_area .form_area .choice-list .size_guide{
    font-size: 20px;
}
#entry_area .form_area .choice-list th{
    width: calc(100% / 4);
    background-color: #ef6e99;
}
#entry_area .form_area .choice-list td{
    color: #fff;
    font-size: 18px;
    padding: 1%;
}
#entry_area .form_area .choice-list .size01{
    background-color: #ff444b;
}
#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: #ef6e99;
    font-weight: bold;
}
#entry_area .btn-entry{
    background-color: #fcd821;
    border-radius: 100px;
} */
/*20250627 R.SUGAWARA ADD END*/


.flex {
    display: flex;
flex-wrap: wrap;
justify-content: center;
gap:3%;
margin-bottom: 2%;

& li{
    width: calc(90% / 3);
}

}


