@charset "UTF-8";
/* CSS Document */
/*----------------------------------------------
body#home
------------------------------------------------- */
/*------------------key_visual------------------*/
#dcrt_area #key_visual_outer{
    overflow: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #234184;
    border: 11px solid #B79E40;
    padding: 0 10px;
    position: relative;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    z-index: -2;
}
#dcrt_area #key_visual_outer::before,
#dcrt_area #key_visual_outer::after{
    content: "";
    position: absolute;
}
#dcrt_area #key_visual_outer::before{
    background-image: url(../images/bg_main01_sp.png);
    background-size: contain;
    width: 500px;
    height: 520px;
    top: -5px;
    right: 48vw;
}
#dcrt_area #key_visual_outer::after{
    background-image: url(../images/bg_main02_sp.png);
    background-size: contain;
    width: 475px;
    height: 636px;
    top: -5px;
    left: 50vw;
    z-index: -1;
}
#dcrt_area #key_visual_outer .main_logo_img{
    position: absolute;
    width: 110px;
    top: 40px;
    right: calc(50% - 55px);
    left: auto;
    margin: auto;
}
#dcrt_area #key_visual_outer .main_logo_img::before{
    content: "";
    position: absolute;
    width: 140px;
    height: 150px;
    top: -10px;
    left: -15px;
    background-color: #657AA9;
    mix-blend-mode:multiply;
}
#dcrt_area #key_visual_outer .main_logo_img img{
    position: relative;
    z-index: 3;
}
#dcrt_area #key_visual .main_image_area{
    width: 100%;
    max-width: 750px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
    z-index: 5;
}
#dcrt_area #key_visual .main_txt_area {
    width: 100%;
    max-width: 750px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#dcrt_area #key_visual .main_txt_area .catch_copy{
    position: absolute;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
    filter: drop-shadow(2px 3px 0px #1A3268);
    top: 30px;
    right: 0;
    z-index: 6;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#dcrt_area #key_visual .main_txt_area .price{
    position: absolute;
    font-family: ZenKakuGothicNew, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 900;
    text-align: center;
    color: rgb(233, 68, 4);
    filter: drop-shadow(rgb(255, 255, 255) 2px 2px 0px);
    top: 136vw;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 6;
}
#dcrt_area #key_visual .main_txt_area .howto_txt{
    display: inline-grid;
    align-content: center;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    padding-top: 15px;
    padding-left: 5px;
    background-color: #b79e40;
    filter: drop-shadow(3px 4px 0px #1A3268);
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: absolute;
    top: 33%;
    right: -15px;
    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{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 25px;
}
#dcrt_area #key_visual .main_txt_area .use_scene .use_scene_txt_outer{
    width: 12%;
}
#dcrt_area #key_visual .main_txt_area .use_scene p{
    display: inline-block;
    color: #fff;
    background-color: #B79E40;
    border: 1px solid;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding: 5px 2px;
    margin-top: 5px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#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: 700;
    position: absolute;
    right: 0;
    bottom: 8px;
    color: #0A602B;
}
/*---- about_txt_area ----*/
#dcrt_area #key_visual .about_txt_area{
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 145%;
    background-color: #1a3268;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 10px 20px;
    padding-bottom: 20px;
    margin-top: 5px;
}
#dcrt_area #key_visual .about_txt_area::before{
    content: '';
    position: absolute;
    background-image: url(../images/bg_main05_sp.png);
    background-size: contain;
    width: 2000px;
    height: 100px;
    top: -45px;
    left: calc(50% - 1000px);
    z-index: -1;
}
#dcrt_area #key_visual .about_txt_area::after{
    content: '';
    position: absolute;
    background-image: url(../images/bg_main03.png);
    background-size: contain;
    width: 113px;
    height: 113px;
    top: -75px;
    right: 0px;
    z-index: 0;
}
#dcrt_area #key_visual .about_txt_area .about_txt_area_inner{
    max-width: 650px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
}
#dcrt_area #key_visual .about_txt_area .about_txt_heading{
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}
#dcrt_area #key_visual .about_txt_area .about_txt_heading::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #b79e40;
    border-radius: 50%;
}
#dcrt_area #key_visual .about_txt_area .about_txt_outer{
    width: calc(100% - 70px);
    text-align: justify;
    margin-right: 5px;
}
#dcrt_area #key_visual .about_txt_area .about_img{
    position: absolute;
    width: 180px;
    right: -40px;
    filter: drop-shadow(0px 4px 4px rgba(255, 255, 255, 0.5));
}
/*------------ #dcrt_area SP用  ------------*/
@media screen and (max-width: 949px) {
    #dcrt_area #key_visual{
        max-width: 500px;
        margin: 0 auto;
        position: relative;
    }
}
@media screen and (min-width: 590px) {
    #dcrt_area #key_visual .main_txt_area .price{
        top: auto;
        bottom: 250px;
    }
}
/*------------ key_visual PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area #key_visual_outer::before{
        background-image: url(../images/bg_main01_pc.png);
        background-size: contain;
        height: 393px;
        width: 1200px;
        right: 63vw;
    }
    #dcrt_area #key_visual_outer::after{
        background-image: url(../images/bg_main02_pc.png);
        background-size: contain;
        height: 405px;
        width: 1060px;
        left: 68vw;
    }
    #dcrt_area #key_visual_outer .main_logo_img{
        right: 0;
        left: 300px;
    }
    #dcrt_area #key_visual {
        max-width: 980px;
        margin: 0 auto;
    }
    #dcrt_area #key_visual .main_image_area{
        max-width: 980px;
        position: relative;
    }
    #dcrt_area #key_visual .main_image_area::after{
        content: '';
        position: absolute;
        background-image: url(../images/bg_main04.png);
        background-size: contain;
        width: 122px;
        height: 105px;
        bottom: 60px;
        left: -20px;
        z-index: -1;
    }
    #dcrt_area #key_visual .main_txt_area{
        max-width: 980px;
    }
    #dcrt_area #key_visual .main_txt_area .catch_copy{
        position: absolute;
        font-size: 27px;
        top: 35px;
        right: 140px;
        text-align: left;
        margin-top: 0;
    }
    #dcrt_area #key_visual .main_txt_area .price{
        top: 410px;
        font-size: 2.3rem;
        z-index: 10;
        line-height: 130%;
    }
    #dcrt_area #key_visual .main_txt_area .price span.fsz30{
        font-size: 4rem;
    }
    #dcrt_area #key_visual .main_txt_area .price span.fsz35{
        font-size: 4.6rem;
    }
    #dcrt_area #key_visual .main_txt_area .howto_txt{
        top: 210px;
        left: auto;
        right: 285px;
    }
    #dcrt_area #key_visual .main_txt_area .use_scene{
        text-align: right;
        width: 450px;
        position: absolute;
        left: 265px;
    }
    #dcrt_area #key_visual #use_scene_second{
        top: 165px;
        left: 115px;
        text-align: left;
        z-index: 5;
    }
    #dcrt_area #key_visual #use_scene_second .use_scene_txt_outer:nth-of-type(2){
        margin-left: 70px;
    }
    /*---- about_txt_area ----*/
    #dcrt_area #key_visual .about_txt_area{
        padding-bottom: 40px;
    }
    #dcrt_area #key_visual .about_txt_area::before{
        background-image: url(../images/bg_main05_pc.png);
        background-size: contain;
        width: 3900px;
        height: 100px;
        top: -65px;
        left: calc(50% - 1000px);
        z-index: -1;
    }
    #dcrt_area #key_visual .about_txt_area .about_txt_area_inner{
        position: relative;
        align-items: start;
    }
    #dcrt_area #key_visual .about_txt_area .about_txt{
        font-size: 1.6rem;
        line-height: 150%;
    }
    #dcrt_area #key_visual .about_txt_area .about_img{
        width: 160px;
        right: -60px;
    }
}
/*------------------caution------------------*/
#dcrt_area .caution{
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    max-width: 252px;
    margin:20px auto;
    color: #1A3268;
}
/*------------ caution PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .caution{
        max-width: none;
    }
}
/*------------------schedule_area------------------*/
#dcrt_area .schedule_area{
    background-color: #F8F4E6;
    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_heading::before,
#dcrt_area .schedule_area .schedule_heading::after{
    content: "";
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    left: 19px;
    top: 10px;
    background: url(../images/candy_pink.png) no-repeat;
    transform: rotate(-3deg);
    background-size: contain;
}
#dcrt_area .schedule_area .schedule_heading::after{
    right: 17px;
    left: auto;
    background: url(../images/candy_green.png) no-repeat;
    transform:rotate(34deg);
    background-size: contain;
}
#dcrt_area .schedule_area .schedule_info{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color:#E94404;
    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;
    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 #1A3268;
        border-right: 3px solid #1A3268;
        -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: 290px;
}
.gallery_img_area ul.gallery_img{
    grid-auto-columns: 208px;
    gap: 20px;
}
.gallery_img_area ul.gallery_img li .gallery_img_design{
    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_container .event_banner_wrapper ul.event_banner_list li a{
    text-decoration: none;
    color: #000;
}
.event_banner_area .event_banner_container .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_container .event_banner_wrapper ul.event_banner_list li .event_banner_txt{
    margin-top: 10px;
}
.event_banner_area .event_banner_container .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_container .event_banner_wrapper ul.event_banner_list li a:active img{
    opacity: 0.7;
}
.event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list li a:active p{
    color: #E94404;
}
/*------------------event_banner_area PC用------------------*/
@media screen and (min-width: 950px) {
    .event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list li a:hover img{
        opacity: 0.7;
    }
    .event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list li a:hover p{
        color: #E94404;
    }
}
/*------------------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: #B79E40;
    color: #fff;
    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: #707070;
    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 #707070;
    border-left: 1px solid #707070;
    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 #707070;
    border-bottom: 1px solid #707070;
    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 #707070;
}
#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: #B79E40;
    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: 700;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}
/* ---------- key_visual---------- */
body#home.coupon #dcrt_area #key_visual .main_image_area{
    padding-bottom: 0;
}
body#home.coupon #dcrt_area #key_visual .about_txt_area::after {
    right: 520px;
}
/*---------- coupon_winning---------- */
body#home.coupon .coupon_winning{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
body#home.coupon .coupon_winning p{
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
    color: #E94404;
    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 .input_alert {
    margin: 0 auto;
    margin-bottom: 20px;
}
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;
}