@charset "UTF-8";

/* reset */

/* common */
#baby_gift {
    width: 560px;
    margin: 0 auto;
}

#baby_gift section {
    margin-bottom: 80px;
}

#baby_gift figure img {
    width: 100%;
}

#baby_gift h2,
#baby_gift h3 {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-feature-settings: "palt";
}

#baby_gift p,
#baby_gift li {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 18px;
    line-height: 2.4rem;
}

#baby_gift h2 {
    position: relative;
    text-align: center;
    font-size: 30px;
    line-height: 4.2rem;
    margin: 0 auto;
    margin-bottom: 50px;
}

#baby_gift h2::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    content: "";
    background-color: #ffdb31;
    height: 20px;
    width: 100%;
}

#baby_gift h2 .sml_ttl {
    color: #424242;
    font-size: 23px;
}

#baby_gift h2 .clr_ylw {
    color: #ffba00;
    font-size: 27px;
}

#baby_gift .flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* font-size: 9px; */
}


/* #baby_gift */
/* set_info */
/* #baby_gift .set_info {
    background-image: url(/img/items/567_baby_gift_set/set_info_bg.png);
} */
#baby_gift .set_info h2 {
    width: 145px;
    margin-bottom: 30px;
}
#baby_gift .set_info .set_info_inner {
    padding: 35px 45px;
    margin: 0 25px;
    border: 3px solid #ffc424;
}
#baby_gift .set_info_inner .set_text {
    margin-bottom: -5px;
    text-align: center;
}
#baby_gift .set_info_inner .set_text>span {
    display: inline-block;
    text-align: left;
}

/* populer_set */
#baby_gift .ylw_area {
    position: relative;
    margin-top: 130px;
    margin-bottom: 140px;
    padding-top: 30px;
    background-color: #ffe08c;
}
#baby_gift .ylw_area::before {
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    display: block;
    background-image: url(/img/items/567_baby_gift_set/bg_waveTop.png);
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
} 
#baby_gift .ylw_area::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -250px;
    left: 0;
    display: block;
    background-image: url(/img/items/567_baby_gift_set/bg_waveBtm.png);
    width: 100%;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
} 
#baby_gift .populer_set h2 {
    width: 345px;
}
#baby_gift .populer_set .content_box {
    position: relative;
    background-color: #fff8e7;
    border-radius: 15px;
    padding: 25px;
    margin: 25px 75px 80px;
}
#baby_gift .populer_set .content_box::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -47px;
    left: 35%;
    transform: translateX(35%);
    display: block;
    width: 90px;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
}
#baby_gift .populer_set .content_box:nth-of-type(1)::before {
    background-image: url(/img/items/567_baby_gift_set/num01.png);
}
#baby_gift .populer_set .content_box:nth-of-type(2)::before {
    background-image: url(/img/items/567_baby_gift_set/num02.png);
}
#baby_gift .populer_set .content_box:nth-of-type(3)::before {
    background-image: url(/img/items/567_baby_gift_set/num03.png);
}
#baby_gift .populer_set .content_box:nth-of-type(4)::before {
    background-image: url(/img/items/567_baby_gift_set/num04.png);
}
#baby_gift .populer_set .content_box:nth-of-type(5)::before {
    background-image: url(/img/items/567_baby_gift_set/num05.png);
}
#baby_gift .populer_set .content_box:nth-of-type(6)::before {
    background-image: url(/img/items/567_baby_gift_set/num06.png);
}
#baby_gift .populer_set .content_box .flex_box {
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
#baby_gift .populer_set .content_box:nth-of-type(1) .flex_box>figure,
#baby_gift .populer_set .content_box:nth-of-type(2) .flex_box>figure {
    width: 23%;
}
#baby_gift .populer_set .content_box:nth-of-type(3) .flex_box>figure,
#baby_gift .populer_set .content_box:nth-of-type(4) .flex_box>figure{
    width: 18%;
}
#baby_gift .populer_set .content_box:nth-of-type(5) .flex_box>figure,
#baby_gift .populer_set .content_box:nth-of-type(6) .flex_box>figure {
    width: 16%;
}
#baby_gift .populer_set .content_box .text {
    font-weight: 700;
    font-size: 27px;
}
#baby_gift .populer_set .content_box .text> em {
    font-size: 0.5em;
    color: #9a8f90;
    font-style: normal;
}
#baby_gift .populer_set .content_box .review {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 22px 20px;
}
#baby_gift .populer_set .content_box .voice {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c2a66c;
    font-weight: 700;
    color: #c2a66c;
}
#baby_gift .populer_set .content_box .review_name {
    color: #c2a66c;
    margin-bottom: 5px;
    
}
#baby_gift .populer_set .content_box .review_Content>em {
    font-weight: 700;
    font-size: 1.2em;
    font-style: normal;
    line-height: 4rem;
}    
#baby_gift .populer_set .content_box:nth-of-type(1) {
    margin-top: 0;
    border: 2px solid #f3cc08;
}
#baby_gift .populer_set .content_box:nth-of-type(2) {
    border: 2px solid #3f89ef;
}
#baby_gift .populer_set .content_box:nth-of-type(3),
#baby_gift .populer_set .content_box:nth-of-type(4) {
    border: 2px solid #ffbf12;
}
#baby_gift .populer_set .content_box:nth-of-type(5) {
    border: 2px solid #18dcff;
}
#baby_gift .populer_set .content_box:nth-of-type(6) {
    border: 2px solid #ff8d12;
}
#baby_gift .populer_set .content_box .text {
    line-height: 3.2rem;
}
#baby_gift .populer_set .content_box:nth-of-type(1) .text {
    color: #f3cc08;
}
#baby_gift .populer_set .content_box:nth-of-type(2) .text {
    color: #3f89ef;
}
#baby_gift .populer_set .content_box:nth-of-type(3) .text,
#baby_gift .populer_set .content_box:nth-of-type(4) .text {
    color: #ffbf12;
}
#baby_gift .populer_set .content_box:nth-of-type(5) .text {
    color: #18dcff;
}
#baby_gift .populer_set .content_box:nth-of-type(6) .text {
    color: #ff8d12;
}

/* gift_type */
#baby_gift .gift_type h2 {
    width: 402px;
}
#baby_gift .gift_type h2 span {
    font-weight: 600;
    font-size: 22px;
    color: #f6d015;
}
#baby_gift .gift_type h3 {
    position: relative;
    font-size: 24px;
    margin-bottom: 40px;
}
#baby_gift .gift_type h3::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 272px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/items/567_baby_gift_set/wave_underLine.png);
}
#baby_gift .gift_type h3 em {
    font-size: 30px;
    color: #f6d015;
    font-style: normal;
}


/* present_bag */
#baby_gift .present_bag {
    margin-bottom: 30px;
}
#baby_gift .present_bag h2 {
    width: 300px;
    margin-bottom: 14px;
}
#baby_gift .present_bag h2+p {
    text-align: center;
    font-size: 18px;
    color: #656565;
    margin-bottom: 50px;
}
#baby_gift .present_bag .bag {
    text-align: center;
    margin: 30px auto 40px;
}
#baby_gift .present_bag .bag p {
    background-color: #10b4ff;
    padding: 20px 64px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
}
#baby_gift .present_bag .bag p a {
    font-size: 28px;
    text-decoration: none;
    color: #fff;
}


/* research */
#baby_gift .research h3 {
    border-left: 8px solid #ffd96f;
    font-size: 24px;
    text-align-last: left;
    line-height: 3.3rem;
    padding-left: 15px;
    margin-bottom: 45px;
}
#baby_gift .research .org {
    color: #ff9a37;
}
#baby_gift .research .blue {
    color: #659ed6;
}
#baby_gift .research .content01,
#baby_gift .research .content02,
#baby_gift .research .content03,
#baby_gift .research .content04 {
    margin-bottom: 80px;
}

/* content02 */
#baby_gift .research h2::after {
    width: 377px;
}

#baby_gift .research .content_inner {
    padding: 0 25px;
}

#baby_gift .research .flex_box {
    align-items: flex-end;
}

#baby_gift .research .text li {
    width: 48%;
}

#baby_gift .research .text li p:nth-of-type(1) {
    margin-bottom: 10px;
}

#baby_gift .research .text li .ylw_box {
    width: 100%;
    height: 90px;
    background-color: #fff3d5;
    font-size: 19px;
    font-weight: 700;
    line-height: 2.7rem;
    padding: 13px 11px;
    text-align: center;
}

#baby_gift .research .text li .ylw_box>span {
    display: inline-block;
    text-align-last: left;
}

#baby_gift .research .text li .ylw_box>span sup {
    font-size: small;
}

/* content03 */
#baby_gift .research .cross.flex_box {
    align-items: center;
}
#baby_gift .research .cross li {
    position: relative;
    width: 33%;
    height: 123px;
}
#baby_gift .research .cross li::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(/img/items/567_baby_gift_set/cross.png) 100% 100% / cover;
    height: 88%;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#baby_gift .research .cross li p {
    font-size: 24px;
    padding: 38px 0;
    text-align: center;
    font-weight: 700;
    color: #545454;
}

/* content04 */
#baby_gift .research .notion {
    margin: 50px 25px 0;
    /* border: 4px solid #ffbf12; */
    border-radius: 10px;
    padding: 24px 30px;
    background-color: #fff3d5;
}
#baby_gift section.research .notion>figure {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}
#baby_gift section.research .notion>p {
    display: block;
    text-align: center;
    font-size: 19px;
    line-height: 28px;
    padding: 15px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

/* faq */
#baby_gift .faq h2 {
    width: 89px;
}
/* アコーディオン----------------------------- */
/*アコーディオンタイトル*/
#baby_gift .q_box .title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
    background: url(/img/items/567_baby_gift_set/q.png) no-repeat left center;
    background-size: 49px;
    text-align: left;
    text-align: left;
    padding: 12px 45px 12px 73px;
    font-size: 1.9rem;
    line-height: 3.4rem;
    min-height: 5.9rem;
    border-bottom: 1px dotted #659ed6;
    margin-bottom: 2rem;
}
/*アイコンの＋と×*/
#baby_gift .q_box .title::before,
#baby_gift .q_box .title::after{
    position: absolute;
    content: '';
    right: 15px;
    top: 47%;
    width: 15px;
    height: 2px;
    background-color: #343434;
}
#baby_gift .q_box.title::before{
    top:47%;
    right: 15px;
    transform: rotate(0deg);
}
#baby_gift .q_box .title::after{    
    top: 47%;
    right: 15px;
    transform: rotate(90deg);
    transition: 0.5s;
}
/*　closeというクラスがついたら形状変化　*/
#baby_gift .q_box .title.close::after{
	transform: rotate(0deg);
}
/*アコーディオンで現れるエリア*/
#baby_gift .q_box .box {
    display: none;/*はじめは非表示*/
    background: #e4f2ff;
    margin:0 0 3%;
    padding: 3%;
    /* letter-spacing: 0.1rem; */

    text-align: left;
    font-size: 1.7rem;
}