@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------
body#home
------------------------------------------------- */
/*------------------key_visual------------------*/
#dcrt_area .key_visual_outer{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #009A5A;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
#dcrt_area .key_visual_outer::before{
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #FEF4C9;
    border: 20px solid #FFE700;
    width: 550px;
    height: 550px;
    top: -140px;
    left: calc(50% - 275px);
}
#dcrt_area .key_visual .main_image_area{
    width: 100%;
    max-width: 750px;
    height: auto;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}
#dcrt_area .key_visual .main_txt_area{
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
}
#dcrt_area .key_visual .main_txt_area .catch_copy{
    position: relative;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-top: 2%;
    margin-left: -3%;
    color: #009A5A;
    filter: drop-shadow(2px 3px 0px #FEF4C9);
    display: block;
    z-index: 6;
}
#dcrt_area .key_visual .main_txt_area .price{
    font-weight: 900;
    text-align: center;
    color: #5E2126;
    position: absolute;
    top: 46%;
    left: 3%;
    z-index: 6;
}
#dcrt_area .key_visual .main_txt_area .howto_txt{
    color: #5E2126;
    background-image: url(../images/bg_circle.svg);
    background-size: contain;
    padding: 10px;
    padding-top: 40px;
    text-align: center;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 22%;
    left: 2%;
    z-index: 4;
}
#dcrt_area .key_visual .main_txt_area .howto_txt p{
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 115%;
}
#dcrt_area .key_visual .main_txt_area .use_scene{
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 6;
}
#dcrt_area .key_visual .main_txt_area .use_scene p{
    display: inline-block;
    font-weight: 900;
    letter-spacing: -1px;
    padding: 2px 5px;
    background-color: #FEF4C9;
    margin-top: 5px;
    color: #009A5A;
}
#dcrt_area .key_visual .main_txt_area .use_scene#use_scene_birthday{
    bottom: 70px;
}
#dcrt_area .key_visual .main_txt_area p.tax_memo{
    font-size: 1.1rem;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #fef4c9;
}
/*------------ .key_visual SP用  ------------*/
@media screen and (max-width: 949px) {
    #dcrt_area #key_visual{
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }
    #dcrt_area .key_visual .main_txt_area::before{
        content: "";
        position: absolute;
        background-image: url(../images/bg_main01_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 124px;
        height: 378px;
        left: -70px;
        top: 110px;
    }
    #dcrt_area .key_visual .main_txt_area::after{
        content: "";
        position: absolute;
        background-image: url(../images/bg_main02_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 147px;
        height: 330px;
        right: -70px;
        top: 100px;
    }
    /* key_visual_graduation */
    #dcrt_area #key_visual_graduation .key_visual .main_txt_area::before{
        background-image: url(../images/bg_main01_sp_graduation.png);
        width: 267px;
        height: 5208px;
        left: -92px;
        top: -30px;
    }
    #dcrt_area #key_visual_graduation .key_visual .main_txt_area::after{
        background-image: url(../images/bg_main02_sp_graduation.png);
        width: 190px;
        height: 420px;
        right: -88px;
        top: 10px;
    }
    /* key_visual_mothersday */
    #dcrt_area #key_visual_mothersday .key_visual .main_txt_area::before{
        background-image: url(../images/bg_main01_sp_mothersday.png);
    }
    #dcrt_area #key_visual_mothersday .key_visual .main_txt_area::after{
        background-image: url(../images/bg_main02_sp_mothersday.png);
    }
}
/*------------ key_visual PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .key_visual_outer::before{
        width: 730px;
        height: 730px;
        top: -300px;
        left: calc(50% - 365px);
    }
    #dcrt_area .key_visual {
        max-width: 980px;
        margin: 0 auto;
    }
    #dcrt_area .key_visual .main_image_area{
        max-width: 980px;
    }
    #dcrt_area .key_visual .main_txt_area{
        max-width: 980px;
    }
    #dcrt_area .key_visual .main_txt_area::before{
        content: "";
        position: absolute;
        background-image: url(../images/bg_main01_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 353px;
        height: 456px;
        left: -170px;
        top: 10px;
    }
    #dcrt_area .key_visual .main_txt_area::after{
        content: "";
        position: absolute;
        background-image: url(../images/bg_main02_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 338px;
        height: 513px;
        right: -210px;
        top: -70px;
    }
    #dcrt_area .key_visual .main_txt_area .catch_copy{
        position: absolute;
        font-size: 27px;
        top: 10px;
        left: 183px;
        text-align: left;
        margin-top: 0;
    }
    #dcrt_area .key_visual .main_txt_area .price{
        top: 190px;
        left: 250px;
        width: 230px;
        font-size: 2.3rem;
        z-index: 10;
    }
    #dcrt_area .key_visual .main_txt_area .price span.fsz25{
        font-size: 4rem;
    }
    #dcrt_area .key_visual .main_txt_area .price span.fsz30{
        font-size: 4.6rem;
    }
    #dcrt_area .key_visual .main_txt_area .howto_txt{
        top: 68px;
        right: 90px;
        left: auto;
    }
    #dcrt_area .key_visual .main_txt_area .use_scene{
        text-align: right;
        left: auto;
        right: 0;
        bottom: 30px;
    }
    #dcrt_area .key_visual #use_scene_second{
        top: 208px;
        left: 36px;
        text-align: left;
        z-index: 5;
    }
    #dcrt_area .key_visual #use_scene_second .use_scene_txt_outer:nth-of-type(2){
        margin-top: 165px;
    }
    /* key_visual_graduation */
    #dcrt_area #key_visual_graduation .key_visual .main_txt_area::before{
        background-image: url(../images/bg_main01_pc_graduation.png);
        width: 357px;
        height: 459px;
        left: -220px;
        top: 10px;
    }
    #dcrt_area #key_visual_graduation .key_visual .main_txt_area::after{
        background-image: url(../images/bg_main02_pc_graduation.png);
        width: 342px;
        height: 517px;
        right: -220px;
        top: -60px;
    }
    /* key_visual_mothersday */
    #dcrt_area #key_visual_mothersday .key_visual .main_txt_area::before{
        background-image: url(../images/bg_main01_pc_mothersday.png);
    }
    #dcrt_area #key_visual_mothersday .key_visual .main_txt_area::after{
        background-image: url(../images/bg_main02_pc_mothersday.png);
    }
}
/*------------------product_notice------------------*/
#dcrt_area #product_notice{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #009A5A;
    margin-bottom: 30px;
}
#dcrt_area #product_notice .product_notice_inner{
    padding: 5px 20px 10px 20px;
    max-width: 880px;
    margin: 0 auto;
}
#dcrt_area #product_notice .product_notice_inner .product_notice_heading{
    background-color: #FEF4C9;
    color: #009a5a;
    display: inline-block;
    padding: 2px 5px;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 3px;
}
#dcrt_area #product_notice .product_notice_inner ul li{
    font-size: 11px;
    font-weight: 500;
    color: #fef4c9;
    position: relative;
    margin-left: 8px;
    text-indent: -8px;
}
#dcrt_area #product_notice .product_notice_inner ul li::before{
    display: inline-block;
    content: '';
    margin-top: 8px;
    margin-right: 2px;
    width: 3px;
    height: 3px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #fef4c9;
}
/*------------ product_notice PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area #product_notice .product_notice_inner ul li{
        display: inline;
        margin-right: 20px;
    }
}
/*------------------schedule_area------------------*/
#dcrt_area .schedule_area{
    background-color: #FFFCEF;
    border: 1px solid #FEF4C9;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    margin-bottom: 60px;
}
#dcrt_area .schedule_area .schedule_heading{
    font-size: 1.7rem;
    font-weight: 700;
    position: relative;
}
#dcrt_area .schedule_area .schedule_info{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color:#E60012;
    border-bottom: 3px solid;
    margin-bottom: 10px;
}
#dcrt_area .schedule_area .schedule_subinfo_area{
    max-width: 600px;
    margin: 0 auto;
}
#dcrt_area .schedule_area .schedule_subinfo_area .schedule_subinfo{
    text-align: left;
    margin-bottom: 15px;
}
#dcrt_area .schedule_subinfo_area p{
    font-size: 1.6rem;
    font-weight: 500;
}
#dcrt_area .schedule_area .schedule_subinfo_area ul.schedule_caution{
    font-size: 1.4rem;
    font-weight: 500;
    text-align-last: left;
    margin-top: 5px;
}
#dcrt_area .schedule_area .schedule_subinfo_area ul li{
    line-height: 120%;
    margin-bottom: 10px;
}
#dcrt_area .schedule_area .schedule_subinfo_area ul li::before{
    display: inline-block;
    content: "";
    margin-top: 6px;
    margin-right: 7px;
    width: 5px;
    height: 5px;0
    vertical-align: top;
    border-radius: 5px;
    background-color: #595757;
}
#dcrt_area .schedule_subinfo_area .schedule_caution_more{
    display: inline-block;
}
#dcrt_area .schedule_subinfo_area p.caution_more_btn{
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}
#dcrt_area .schedule_subinfo_area p.caution_more_btn:active{
    text-decoration: none;
}
#dcrt_area .schedule_subinfo_area p.caution_more_btn::before{
    text-decoration: none;
    content: '\25BC';
    font-size: 13px;
    line-height: 15px;
    position: absolute;
    top: 4px;
    left: -17px;
}
#dcrt_area .schedule_subinfo_area p.caution_more_btn.close::before{
    transform: rotate(-180deg);
}
/*------------ schedule_area PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .schedule_area{
        padding: 20px;
    }
    #dcrt_area .schedule_area .schedule_heading::before,
    #dcrt_area .schedule_area .schedule_heading::after{
        width: 28px;
        height: 28px;
    }
    #dcrt_area .schedule_subinfo_area p.caution_more_btn:hover{
        text-decoration: none;
    }
    #dcrt_area .schedule_area .schedule_heading::before{
        left: 200px;
    }
    #dcrt_area .schedule_area .schedule_heading::after{
        right: 220px;
    }
}
/*------------------slide共通------------------*/
.slide_container{
    position: relative;
}
.slide_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.slide_list{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
}
/*------------ slide共通 SP用  ------------*/
@media screen and (max-width: 949px) {
    .slide_wrapper .slide_outer .slide_list{
        margin: 0 20px;
    }
}
/*------------ slide共通 PC用  ------------*/
@media screen and (min-width: 950px) {
    .slide_wrapper{
        position: relative;
        overflow: hidden;
        margin-right: 40px;
        margin-left: 40px;
    }
    .slide_wrapper .slide_outer{
        position: absolute;
        left: 0;
        top: 0;
    }
    /* slide_btn */
    .dcrt_slide_btn_set .slide_btn{
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: calc( 50% - 20px );
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 5px;
        z-index: 10;
        cursor: pointer;
    }
    .dcrt_slide_btn_set .slide_btn.prev {
        left: 0px;
    }
    .dcrt_slide_btn_set .slide_btn.next {
        right: 0px;
    }
    .dcrt_slide_btn_set .slide_btn span.arrow_btn{
        width: 20px;
        height: 20px;
        border-top: 3px solid #009A5A;
        border-right: 3px solid #009A5A;
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
        margin-left: 3px;
        border-radius: 3px;
    }
    .dcrt_slide_btn_set .slide_btn.next span.arrow_btn{
        margin-right: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 0;
    }
}
/*------------------gallery_img_area------------------*/
.gallery_img_area .gallery_img_wrapper{
    height: 420px;
}
.gallery_img_area ul.gallery_img{
    grid-auto-columns: 205px;
    gap: 20px;
}
.gallery_img_area ul.gallery_img li .gallery_img_design{
    max-width: 170px;
    margin: 0 auto;
}
.gallery_img_area .gallery_img_txt{
    background-color: #f7f7f7;
    padding: 10px;
    position: relative;
    margin-top: 15px;
}
.gallery_img_area .gallery_img_txt::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 15px solid #f7f7f7;
}
.gallery_img_area .gallery_img_comment{
    font-size: 13px;
    font-weight: bold;
    min-height: 35px;
}
.gallery_img_area .gallery_img_info{
    margin-top: 3px;
    font-size: 11px;
}
/*------------------event_banner_area------------------*/
.event_banner_area .event_banner_wrapper{
    height: 220px;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list{
    grid-auto-columns: 132px;
    gap: 20px;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li a{
    text-decoration: none;
    color: #595757;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li .event_banner_img img{
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(191, 191, 191, 1);
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li .event_banner_txt{
    margin-top: 10px;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li .event_banner_txt p{
    text-align: justify;
    font-size: 13px;
    font-weight: 500;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li a:active img{
    opacity: 0.7;
}
.event_banner_area .event_banner_wrapper ul.event_banner_list li a:active p{
    color: #E60012;
}
/*------------------event_banner_area PC用------------------*/
@media screen and (min-width: 950px) {
    .event_banner_area .event_banner_wrapper ul.event_banner_list li a:hover img{
        opacity: 0.7;
    }
    .event_banner_area .event_banner_wrapper ul.event_banner_list li a:hover p{
        color: #E60012;
    }
}
/*------------------step_area-----------------*/
#dcrt_area .step_area .step_container{
    position: relative;
}
#dcrt_area .step_area .step_container .step_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: 280px;
    max-width: 980px;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer{
    margin-left: 20px;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 200px;
    padding: 15px;
    margin-right: 15px;
    background-color: #F7F7F7;
    border-radius: 5px;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li{
    position: relative;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li .step_heading {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li .step_heading .step_circle {
    width: 50px;
    height: 50px;
    padding: 10px 5px 5px;
    border-radius: 50%;
    background-color: #A0DC63;
    color: #5E2126;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 900;
    line-height: 100%;
    flex-shrink: 0;
    margin-right: 10px;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li .step_img{
    margin: 0 auto;
    text-align: center;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li .step_img img{
    max-height: 180px;
    width: auto;
}
#dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list li:nth-of-type(2n) .step_img img{
    height: 180px;
    width: auto;
}
#dcrt_area .step_area .step_container .step_wrapper  .step_outer ul.step_list li::after{
    content: '\25BC';
    color: #5E2126;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: rotate(-90deg);
}
#dcrt_area .step_area .step_container .step_wrapper  .step_outer ul.step_list li:last-of-type::after{
    display: none;
}
/*------------------step_area PC用-----------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .step_area .step_container .step_wrapper{
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    #dcrt_area .step_area .step_container .step_wrapper .step_outer ul.step_list{
        background-color: #fff;
        margin-right: 0;
        grid-auto-columns: 316px;
    }
}
/*------------------detail_info_area----------------*/
#dcrt_area .detail_info_area table{
    line-height: 120%;
    padding: 0 10%;
    margin: 0 auto;
    font-size: 1.4rem;
    border-top: 1px solid #5E2126;
    border-left: 1px solid #5E2126;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: justify;
}
#dcrt_area .detail_info_area table th,
#dcrt_area .detail_info_area table td {
    padding: 10px;
    border-right: 1px solid #5E2126;
    border-bottom: 1px solid #5E2126;
    vertical-align: middle;
    text-align: left;
}
#dcrt_area .detail_info_area table th{
    max-width: 180px;
}
#dcrt_area .detail_info_area table td{
    font-weight: 500;
}
@media screen and (min-width: 950px) {
}
/*------------------news_topics_area----------------*/
#dcrt_area .news_topics_container{
    position: relative;
    height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid #5E2126;
}
#dcrt_area .news_topics_container ul{
    position:absolute;
    padding: 10px;
}
#dcrt_area .news_topics_container ul li{
    margin-bottom: 15px;
}
#dcrt_area .news_topics_container ul li p.title{
    font-weight: 700;
}
/*----------------------------------------
coupon
---------------------------------------- */
body#home.coupon .coupon_catch_copy{
    position: relative;
    background-color: #009A5A;
    padding: 10px 0;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
}
body#home.coupon .coupon_catch_copy p{
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}
body#home.coupon #dcrt_area .key_visual .main_txt_area .howto_txt{
    top: 30%;
}
body#home.coupon .coupon_winning{
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
}
body#home.coupon .coupon_winning p{
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
    color: #009A5A;
    display: inline-block;
}
body#home.coupon .coupon_input .coupon_input_outer{
    margin: 0 auto;
    text-align: center;
}
body#home.coupon .coupon_input input{
    border: 1px solid #AAAAAA;
    width: 100%;
    height: 50px;
    font-size: 1.6rem;
    padding: 10px;
    letter-spacing: 1px;
    max-width: 450px;
}
body#home.coupon .coupon_notes ul li{
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 10px;
    text-indent: -10px;
    line-height: 110%;
    margin-bottom: 10px;
}
body#home.coupon .coupon_notes ul li::before{
    display: inline-block;
    content: "";
    margin-top: 8px;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #595757;
}
body#home.coupon .coupon_notes ul li a{
    display: inline;
}
body#home.coupon #coupon_result{
    font-size: 1.5rem;
}
/*------------------coupon PC用-----------------*/
@media screen and (min-width: 950px) {
    body#home.coupon #dcrt_area .key_visual .main_txt_area .howto_txt{
        top: 13%;
        right: 110px;
    }
    body#home.coupon #dcrt_area .key_visual #use_scene_second {
        top: 285px;
    }
    body#home.coupon #dcrt_area .key_visual #use_scene_second .use_scene_txt_outer:nth-of-type(2){
        margin-top: 55px;
        margin-left: 100px;
    }
}
/*----------------------------------------------
petit_gift_orders(coupon)
------------------------------------------------- */
body#home.coupon .coupon_input_outer p.coupon_heading{
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    color: #5e2126;
    margin-bottom: 3px;
}
body#home.petit_gift_orders .coupon_input .coupon_input_outer{
    margin-bottom: 15px;
    max-width: 450px;
}
body#home.coupon .coupon_txt #coupon_title1{
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 110%;
    color: #5e2126;
    background-image: url(../images/bg_main_heading.png);
    background-repeat: repeat;
    background-color: #FEF4C9;
    padding: 10px;
}