@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
childrensday
---------------------------------------- */
/*--------------------------共通--------------------------*/
body#childrensday #childrensday_area{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 50px;
}
body#childrensday #childrensday_area p{
    font-size: 1.6rem;
    font-weight: 500;
}
body#childrensday #childrensday_area a{
    text-decoration: none;
    transition : 0.2s;
}
body#childrensday #childrensday_area a:active img{
    opacity: 0.6;
}
body#childrensday #childrensday_area span.tax{
    font-size: 80%;
}
body#childrensday #childrensday_area span.fsz_l{
    font-size: 2.5rem;
    line-height: 110%;
}
body#childrensday #childrensday_area .link_btn{
    margin: 0 auto;
    text-align: center;
}
body#childrensday #childrensday_area .link_btn a{
    filter: drop-shadow(2px 2px 0px rgba(230,150,0,1));
    border: 1px solid #F5DC00;
    background-color: #F5DC00;
    color: #0046AF;
    font-weight: 700;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    max-width: 400px;
    border-radius: 60px;
    padding: 10px;
}
body#childrensday #childrensday_area .link_btn a:active{
    background-color: #0046AF;
    color: #FCFCF0;
}
/*limit*/
body#childrensday .limit{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
}
/*heading_basic*/
body#childrensday #childrensday_area .heading_basic_outer{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 30px;
}
body#childrensday #childrensday_area .heading_basic_outer .heading_basic{
    line-height: 130%;
    font-size: 2.5rem;
    font-weight: 900;
    color: #0046AF;
}
body#childrensday #childrensday_area .heading_basic_outer .heading_basic::before{
    content: '';
    background-image: url(/images/childrensday/2025/icon_heading.png);
    background-size: contain;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 33px;
}
/*sub_heading*/
body#childrensday .heading_sub_outer{
    text-align: center;
    margin-bottom: 5px;
}
body#childrensday .heading_sub{
    position: relative;
    display: inline-block;
    font-size: 2rem;
    color: #0046AF;
    font-weight: 900;
}
body#childrensday .heading_sub::before,
body#childrensday .heading_sub::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #e69600;
    border-radius: 52% 48% 54% 46% / 40% 46% 54% 60% ;
    top: calc(50% - 7px);
}
body#childrensday .heading_sub::before{
    left: -20px;;
}
body#childrensday .heading_sub::after{
    right: -20px;
}
/*slide*/
body#childrensday #childrensday_area .slide_container{
    position: relative;
}
body#childrensday #childrensday_area .slide_container .slide_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
body#childrensday #childrensday_area .slide_outer ul.slide_list{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 190px;
    padding: 15px;
    margin-right: 20px;
    counter-reset: number 0;
}
body#childrensday #childrensday_area ul.slide_list li.slide_item{
    position: relative;
    margin-right: 30px;
    padding-top: 10px;
}
body#childrensday #childrensday_area ul.slide_list li .item_img{
    padding: 5px;
}
body#childrensday #childrensday_area ul.slide_list li .item_info p{
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: -0.6px;
    transition : 0.2s;
}
body#childrensday #childrensday_area ul.slide_list li .item_info .name,
body#childrensday #childrensday_area ul.slide_list li .item_info .set{
    margin-bottom: 5px;
}
body#childrensday #childrensday_area ul.slide_list li .item_info .txt{
    margin-top: 5px;
}
body#childrensday #childrensday_area ul.slide_list li a:active .item_info p{
    color: #F5DC00;
}
/*------------ 共通 PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #childrensday_area{
        max-width: 99vw;
    }
    body#childrensday #childrensday_area a:hover img{
        opacity: 0.6;
    }
    body#childrensday #childrensday_area .link_btn a:hover{
        background-color: #0046AF;
        color: #FCFCF0;
    }
    /*heading_basic*/
    body#childrensday #childrensday_area .heading_basic_outer .heading_basic{
        font-size: 3rem;
    }
    /*  slide  */
    body#childrensday #childrensday_area .slide_container .slide_wrapper{
        width: 980px;
        margin-right: auto;
        margin-left: auto;
        overflow-x: hidden;
    }
    body#childrensday #childrensday_area .slide_outer ul.slide_list{
        margin-right: 0px;
        grid-auto-columns: 198px;
    }
    body#childrensday #childrensday_area ul.slide_list li a:hover .item_info p{
        color: #F5DC00;
    }
}
/*category_area /person_area / price_area共通*/
body#childrensday .deco_slide .slide_container{
    margin-top: 30px;
    margin-bottom: 80px;
}
body#childrensday #category_area .slide_container .slide_wrapper,
body#childrensday #scene_area .slide_container .slide_wrapper,
body#childrensday #wgs_area .slide_container .slide_wrapper{
    height: 350px;
    margin-bottom: 10px;
}
body#childrensday #childrensday_area .slide_basic .decoto_item_point::before{
  transform: rotate(-35deg);
}
body#childrensday #childrensday_area .slide_basic .decoto_item_point::after{
  transform: rotate(35deg);
}
body#childrensday #childrensday_area .slide_basic .decoto_item_point{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: -12px;
}
body#childrensday #childrensday_area .slide_basic .decoto_item_point p{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(transparent 70%, #ffff00 70%);
}
/*------------ category_area PC 共通 ------------*/
@media screen and (min-width: 950px) {
    body#childrensday .slide_basic .heading_sub{
        font-size: 2rem;
        margin: 0 auto;
        margin-left: auto;
    }
    body#childrensday #childrensday_area .slide_basic .decoto_item_point p{
        font-size: 1.8rem;
    }
}
/*--------------------------main_img--------------------------*/
body#childrensday #main_img{
    background-color: #0046AF;
    text-align: center;
    margin-top: 10px;
}
body#childrensday #main_img img{
    width: 75vw;
    max-width: 450px;
    margin: 0 auto;
    margin-right: 10px;
}
/*--------------------------link_area--------------------------*/
body#childrensday #link_area ul.link_list{
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #EBEBE4;
    border-bottom: 2px solid #EBEBE4;
}
body#childrensday #link_area ul li{
    position: relative;
    text-align: center;
    width: 50%;
}
body#childrensday #link_area ul li a{
    position: relative;
    color: #FCFCF0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 110%;
    display: block;
    background-color: #00b4eb;
    padding: 20px 10px;
    padding-bottom: 25px;
    transition : 0.2s;
}
body#childrensday #link_area ul li a::after{
    content: "";
    display: block;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #F5DC00;
    height: calc(tan(24deg)* 24px / 2);
    width: 8px;
    bottom: 15px;
    right: calc(50% - 4px);
}
body#childrensday #link_area ul li a:active{
    background-color: #0046AF;
}
/* fixed */
body#childrensday #link_area.fixed {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
}
body#childrensday #link_area.fixed ul li a{
    padding: 5px;
}
body#childrensday #link_area.fixed ul li a::after{
    opacity: 0;
}
body#childrensday #link_area.fixed ul li:nth-of-type(odd)::after{
    height: 32px;
}
/*------------ link_area SP  ------------*/
@media screen and (max-width: 949px) {
    body#childrensday #link_area ul li:nth-of-type(odd)::after{
        content: "";
        position: absolute;
        background-color: #EBEBE4;
        width: 2px;
        height: 36px;
        border-radius: 2px;
        right: 0;
        top: calc(50% - 18px);
    }
    body#childrensday #link_area ul li:nth-of-type(1),
    body#childrensday #link_area ul li:nth-of-type(2){
        border-bottom: 1px solid #EBEBE4;
    }
}
/*------------ link_area PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #link_area ul.link_list{
        flex-wrap: nowrap;
    }
    body#childrensday #link_area ul li{
        width: 25%;
    }
    body#childrensday #link_area ul li:not(:last-child)::after{
        content: "";
        position: absolute;
        background-color: #EBEBE4;
        width: 2px;
        height: 36px;
        border-radius: 2px;
        right: 0;
        top: calc(50% - 18px);
    }
    body#childrensday #link_area ul li a:hover{
        background-color: #0046AF;
    }
    /* fixed */
    body#childrensday #link_area.fixed {
        position: fixed;
        top: 50px;
    }
    body#childrensday #link_area.fixed ul li a{
        padding: 8px 5px;
    }
}
/*--------------------------introduction--------------------------*/
body#childrensday #childrensday_area #introduction{
    padding: 15px;
}
/*------------ introduction PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #childrensday_area #introduction{
        padding: 50px;
    }
}
/*--------------------------bg_area--------------------------*/
body#childrensday #childrensday_area .bg_area{
    background-image: url(/images/childrensday/2025/bg_main.png);
    background-size: 80px;
    background-repeat: repeat;
    margin-top: 20px;
    padding-bottom: 50px;
}
/*--------------------------ranking--------------------------*/
body#childrensday #childrensday_area #ranking .slide_container{
    margin-top: 20px;
}
body#childrensday #ranking .slide_outer ul li{
    counter-increment: mycounter;
}
body#childrensday #ranking .slide_outer ul li::before{
    counter-increment: number 1;
    content: counter(mycounter, decimal-leading-zero);
    position: absolute;
    top: 5px;
    left: 4px;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    filter: drop-shadow(2px 2px 0px rgba(245, 220, 0, 1));
    color: #0046af;
    z-index: 1;
}
body#childrensday #ranking .slide_outer ul li:first-of-type::before {
    filter: drop-shadow(2px 2px 0px rgba(0, 70, 175, 1));
    color: #f5dc00;
}
body#childrensday #ranking .slide_outer ul li::after{
    content: '';
    position: absolute;
    transform: rotate(-10deg);
    top: 0px;
    left: 0px;
    width: 40px;
    height: 26px;
    background: url(/images/childrensday/2025/icon_ranking02.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
body#childrensday #ranking .slide_outer ul li:first-of-type::after {
    background: url(/images/childrensday/2025/icon_ranking01.png) no-repeat;
    background-size: contain;

}
body#childrensday #childrensday_area #ranking ul.slide_list li .item_img {
    margin-left: 10px;
}
body#childrensday #childrensday_area #ranking ul.slide_list li .item_info .name p{
    background-color: #0046af;
    color: #FCFCF0;
    line-height: 100%;
    padding: 5px;
    transition : 0.2s;
}
body#childrensday #childrensday_area #ranking ul.slide_list li a:active .item_info .name p{
    background-color: #f5dc00;
    color: #0046af;
}
/*------------ ranking PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #childrensday_area #ranking ul.slide_list li a:hover .item_info .name p{
        background-color: #f5dc00;
        color: #0046af;
    }
}
/*--------------------------original_item_area--------------------------*/
body#childrensday #original_item_area .original_item_wrapper .original_item{
    margin-bottom: 80px;
}
body#childrensday #original_item_area .original_item_img{
    margin-bottom: 5px;
}
body#childrensday #childrensday_area #original_item_area .original_item_info{
    margin-bottom: 8px;
}
body#childrensday #childrensday_area #original_item_area .original_item_info p{
    font-weight: 700;
}
body#childrensday #childrensday_area #original_item_area .original_item_info .original_item_name p{
    display: inline-block;
    background-color: #0046af;
    color: #FCFCF0;
    line-height: 100%;
    padding: 5px;
}
body#childrensday #childrensday_area #original_item_area .original_item_txt{
    margin-bottom: 15px;
}
/*------------ original_item_area PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #original_item_area .original_item_wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    body#childrensday #original_item_area .original_item{
        width: calc(50% - 30px);
        margin-right: 30px;
    }
    body#childrensday #original_item_area .original_item:nth-of-type(2n){
        margin-right: 0;
    }
}
/*--------------------------flow_area--------------------------*/
body#childrensday #flow_area ul {
    counter-reset: number 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 20px;
    justify-content: space-between;
    max-width: 980px;
}
body#childrensday #flow_area ul li{
    width: calc(50% - 30px);
    line-height: 120%;
    position: relative;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}
body#childrensday #flow_area ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -15px;
    border: 6px solid transparent;
    border-left: 8px solid #04AEE8;
    z-index: 3;
}
body#childrensday #flow_area ul li:last-of-type::before {
    border-left: none;
}
body#childrensday #flow_area ul li .flow_txt{
    margin-bottom: 10px;
    text-align: center;
}
body#childrensday #flow_area ul li .flow_txt p::before {
    display: inline-block;
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #04AEE8;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    z-index: 2;
}
body#childrensday #flow_area ul li .flow_txt p{
    display: inline-block;
    font-weight: 700;
}
body#childrensday #flow_area #flow_1 .flow_img img {
    border: 6px solid #fff;
}
body#childrensday #flow_area #flow_3 .flow_img .flow_img_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
body#childrensday #flow_area #flow_3 .flow_img .flow_img_inner img.txt {
    width: 65%;
}
body#childrensday #flow_area #flow_3 .flow_img .flow_img_inner img.stamp {
    width: 35%;
}
body#childrensday #flow_area #flow_3 .flow_img .flow_img_frame {
    margin: 0 15px;
}
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner{
    position: relative;
}
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::before,
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::after {
    display: block;
    background: no-repeat url(/images/gf_fixed_form/flow04_kirakira.png);
    transform: scale(-1, 1);
    background-size: contain;
    content: '';
    position: absolute;
    height: 45px;
    width: 50px;
    z-index: 2;
}
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::before {
    top: -5px;
    left: -10px;
}
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::after {
    top: 73px;
    right: -20px;
    height: 40px;
}
body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner img {
    position: absolute;
    transform: rotate(6deg);
    top: -10px;
    width: 90%;
    left: 18%;
}
/*------------ flow_area PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #flow_area ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto;
        margin-top: 20px;
        justify-content: space-between;
    }
    body#childrensday #flow_area ul li{
        width: calc(25% - 15px);
        margin: 0;
        margin-right: 20px;
        padding: 8px;
    }
    body#childrensday #flow_area ul li:last-of-type {
        margin-right: 0;
    }
    body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::before {
        left: 20px;
    }
    body#childrensday #flow_area #flow_4 .flow_img .flow_img_inner::after {
        top: 133px;
        right: -30px;
    }
    body#childrensday #flow_area #flow_3 .flow_img .flow_img_frame {
        margin: 0 30px;
    }
}
/*--------------------------text_contents_area--------------------------*/
body#childrensday #text_contents_area{
    max-width: 500px;
    margin: 0 auto;
    padding: 0 20px;
}
body#childrensday #text_contents_area .tab_menu_outer{
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 10px;
}
body#childrensday #text_contents_area ul.tab_menu{
    display: flex;
    flex-wrap: nowrap;
    width: 470px;
    padding-left: 20px;
}
body#childrensday #text_contents_area ul li.tab_menu_item{
    cursor: pointer;
    display: inline-block;
    margin-right: 8px;
    background-color: #0046af;
    border: 1px solid #0046af;
    color: #fff;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 5px;
}
body#childrensday #text_contents_area ul li.tab_menu_item.active{
    background-color: #00b4eb;
}
body#childrensday #text_contents_area .tab_content {
    display: none;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #EBEBE4;
}
body#childrensday #text_contents_area .tab_content.active {
    display: block;
}
body#childrensday #text_contents_area .tab_content .txt_img{
    margin-bottom: 5px;
}
body#childrensday #text_contents_area .tab_content .txt_txt p{
    font-size: 1.5rem;
}
/*------------ text_contents_area PC  ------------*/
@media screen and (min-width: 950px) {
    body#childrensday #text_contents_area .tab_menu_outer{
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }
}
/*--------------------------faq_area--------------------------*/
body#childrensday #faq_are .faq_item_wrapper .faq_item{
    max-width: 625px;
    text-align: left;
    margin: 0 auto;
    margin-top: 25px;
    padding: 10px;
    cursor: pointer;
    background-color: #0046AF;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_q{
    vertical-align: sub;
    position: relative;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 120%;
    padding-right: 23px;
    padding-left: 24px;
    text-indent: -13px;
    color: #fff;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_q::before {
    display: inline-block;
    content: 'Q';
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 5px;
    color: #00B4EB;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_q::after{
    content: '\25BC';
    font-size: 0.8rem;
    line-height: 0.8rem;
    position: absolute;
    right: 6px;
    top: calc( 50% - 0.4rem );
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_a{
    position: relative;
    border-top: 1px solid #c9c9c9;
    margin-top: 25px;
    padding-top: 15px;
    font-size: 1.6rem;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_a::before{
    position: absolute;
    top: -22px;
    left: 0;
    content: 'A';
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 5px;
    background-color: #fff;
    color: #E69600;
    width: 25px;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_a .faq_a_contents:not(:first-of-type){
    margin-top: 20px;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item .faq_a .faq_a_heading{
    font-weight: 700;
    margin-bottom: 5px;
}
/* .faq_item.open */
body#childrensday #faq_are .faq_item_wrapper .faq_item.open{
    background-color: #fff;
    border: 1px solid #0046AF;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item.open .faq_q{
    color: #0046AF;
}
body#childrensday #faq_are .faq_item_wrapper .faq_item.open .faq_q::after{
    content: '\025b2';
}