@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-size: auto auto;
    background-color: rgba(254, 114, 177, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 130, 184, 1) 20px, rgba(255, 130, 184, 1) 40px );
    position: relative;
}
#dcrt_area #key_visual_outer::before{
    left: 0;
}
#dcrt_area #key_visual_outer::after{
    right: 0;
}
#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: 0;
}
#dcrt_area #key_visual .main_txt_area span.key_color{
    color:#fff;
    font-size: 36px;
    text-shadow: 3px 3px 0px #765D40;
}
#dcrt_area #key_visual .main_txt_area .catch_copy{
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-top: 26%;
    color: #FE72B1;
    display: block;
    z-index: 6;
}
#dcrt_area #key_visual .dots {
    display: flex;
    position: relative;
    top: 100px;
    right: 75px;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
    z-index: 6;
}

#dcrt_area #key_visual .dots span {
    width: 5px;
    height: 5px;
    background-color: #9CCB3B;
    border-radius: 50%;
}
#dcrt_area #key_visual .main_txt_area .catch_copy_sub{
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 21%;
    color: #FE72B1;
    display: block;
    z-index: 6;
}
#dcrt_area #key_visual .main_txt_area .photo_caption{
    position: relative;
    font-size: 1.60rem;
    font-weight: 900;
    text-align: center;
    margin-top: 21%;
    color: #FFFFFF;
    display: block;
    text-shadow: 2px 2px 0px #D55F94;
    letter-spacing: 1px;
    z-index: 6;
}
#dcrt_area #key_visual .main_txt_area .price{
    position: absolute;
    left: 50%;
    bottom: 22%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 2.4rem;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    width: max-content;
    display: block;
    z-index: 6;
}
#dcrt_area #key_visual .main_txt_area .howto_txt{
    color: #765D40;
    background-image: url(../images/bg_circle01.svg);
    background-size: contain;
    padding: 10px;
    padding-top: 50px;
    text-align: center;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    position: absolute;
    top: 80%;
    right: 3%;
    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;
    margin-left: 20px;
    bottom: 40px;
    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: #765D40;
    margin-top: 5px;
    color: #FFFFFF;
}
#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;
}
/*------------ #dcrt_area SP用  ------------*/
@media screen and (max-width: 949px) {
    #dcrt_area #key_visual{
        max-width: 500px;
        margin: 0 auto;
    }
}
/*------------ key_visual PC用  ------------*/
@media screen and (min-width: 950px) {
    #main #center_area #dcrt_area #key_visual_outer .pc_menu{
        margin-bottom: 0px;
    }
    #dcrt_area #key_visual_outer{
        padding-top: 0px;
        padding-bottom: 20px;
    }
    #dcrt_area #key_visual {
        max-width: 980px;
        margin: 0 auto;
    }
    #dcrt_area #key_visual .dots {
        top: 23%;
        right: 22.5%;
        z-index: 6;
    }
    #dcrt_area #key_visual .main_image_area{
        max-width: 980px;
        position: relative;
    }
    #dcrt_area #key_visual .main_image_bg {
        content: '';
        position: absolute;
        background-image: url(../images/bg_main02_pc.png);
        background-size: contain;
        width: 141px;
        height: 234px;
        top: 84px;
        right: 0px;
        z-index: 7;
    }
    #dcrt_area #key_visual .main_txt_area{
        max-width: 980px;
    }
    #dcrt_area #key_visual .main_txt_area .photo_caption{
        position: relative;
        font-size: 16px;
        font-weight: 900;
        text-align: center;
        margin-top: 4%;
        left: 240px;
        display: block;
        letter-spacing: 1px;
        z-index: 6;
    }
    #dcrt_area #key_visual .main_txt_area .catch_copy{
        position: absolute;
        font-size: 15px;
        font-weight: 900;
        left: 25%;
        margin-top: 12%;
    }
    #dcrt_area #key_visual .main_txt_area .catch_copy_sub{
        position: absolute;
        font-size: 14px;
        left: 26%;
        text-align: left;
        margin-top: 216px;
    }
    #dcrt_area #key_visual .main_txt_area .price{
        top: 342px;
        left: 334px;
        width: 230px;
        line-height: 35px;
        font-size: 2.1rem;
        z-index: 10;
    }
    #dcrt_area #key_visual .main_txt_area .price span.fsz25{
        font-size: 3.6rem;
    }
    #dcrt_area #key_visual .main_txt_area .price span.fsz30{
        font-size: 3.9rem;
    }
    #dcrt_area #key_visual .main_txt_area .howto_txt{
        top: 50%;
        left: auto;
        right: 0px;
        z-index: 5;
    }
    #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: 144px;
        left: -5px;
        text-align: left;
        z-index: 5;
    }
    #dcrt_area #key_visual #use_scene_second .use_scene_txt_outer:nth-of-type(2){
        margin-top: 233px;
    }
}
/*------------------introduction_area-----------------*/
#dcrt_area .introduction_area_outer{
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #fafade;
    background-image: radial-gradient(circle, #fffff1 4.5px, transparent 4.5px);
    background-position: 0 0;
    background-size: 35px 35px;
    background-repeat: repeat;
}
#dcrt_area .introduction_area {
    margin: 0 auto 30px;
    padding: 30px 20px 20px 20px;
}
.triangle {
    width: 0;
    height: 0;
    margin: auto;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 20px solid #FE72B1; /* ▼の色 */
  }
#dcrt_area .introduction_area .introduction_title {
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #765D40;
    font-weight: 900;
    position: relative;
}
#dcrt_area .introduction_area .introduction_title span {
    background: #FFFFF1
}
#dcrt_area .introduction_area .break_w {
    display: inline-flex;
}
#dcrt_area .introduction_area .introduction_title::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 76px;
    left: -12px;;
    top: 0px;
    background: url(../images/introduction01.png) no-repeat;
}
#dcrt_area .introduction_area .introduction_title::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 70px;
    height: 76px;
    right: -12px;
    top: 0px;
    background: url(../images/introduction01.png) no-repeat;
    transform: scaleY(-1);
}
#dcrt_area .introduction_area .introduction_text {
    text-align: center;
    color: #765D40;
    font-weight: 700;
    margin-top: 30px;
}
#dcrt_area .introduction_area .introduction_text p {
    line-height: 27px;
    font-size: 16px;
}
#dcrt_area .introduction_area .introduction_container ul {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 300px;
    padding: 0 60px;
}
#dcrt_area .introduction_area .introduction_container {
    margin-top: 30px;
}
#dcrt_area .introduction_area .introduction_heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}
.introduction_heading p{
    color: #FE72B1;
    text-shadow: 2px 2px 0px #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 900;
    padding-bottom: 15px;
}
#receiver .introduction_heading p {
    color: #B6D321;
}
.introduction_heading::before {
    content: "";
    width: 30px;
    height: 5px;
    transform: rotate(240deg);
    box-sizing: border-box;
    background-color: #FE72B1;
    box-shadow: -2px 2px 0px #fff;
}
.introduction_heading::after {
    content: "";
    width: 30px;
    height: 5px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #FE72B1;
    box-shadow: 2px 2px 0px #fff;
}

#receiver .introduction_heading::before {
    background-color: #B6D321;
    box-shadow: -2px 2px 0px #fff;
}
#receiver .introduction_heading::after {
    background-color: #B6D321;
    box-shadow: 2px 2px 0px #fff;
}
.introduction_container .point_title {
    color: #FE88B9;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    display: block;
    width: max-content;
    margin: 0 auto;
    position: relative;
}
#receiver.introduction_container .point_title {
    color: #B6D321;
}
.introduction_container .point_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #FE88B9;
}
#receiver.introduction_container .point_title::after {
    background-color: #B6D321;
}

.introduction_container .point_text {
    color: #765D40;
    font-weight: 700;
  }
.introduction_container .point_text p {
    font-size: 1.6rem;
    line-height: 22px;
    margin-bottom: 15px;
  }
.introduction_area .slide_wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
.introduction_area .slide_list {
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 220px;
    padding: 0 20px;
}

.introduction_container ul li {
    border: solid 5px;
    border-radius: 10px;
    border-color: #FE88B9;
    background-color: #FFFFFF;
    padding: 30px 25px;
    margin-bottom: 30px;
    margin-right: 20px;
    box-shadow: 5px 5px 0px 0px rgba(254, 136, 185, 1);
}
#receiver.introduction_container ul li {
    border: solid 5px;
    border-radius: 15px;
    border-color: #B6D321;
    background-color: #FFFFFF;
    padding: 30px 25px;
    margin-bottom: 30px;
    margin-right: 20px;
    box-shadow: 5px 5px 0px 0px rgba(182, 211, 33, 1);
}

/*------------ introduction_area PC用  ------------*/
@media screen and (min-width: 950px) {
    #dcrt_area .introduction_area {
        margin: 30px auto;
        padding: 30px 20px 20px 20px;
    }
    #dcrt_area .introduction_area_outer .introduction_area {
        max-width: 980px;
    }
    #dcrt_area .introduction_area .introduction_heading {
        padding-bottom: 15px;
    }
    .introduction_heading p{
        padding-bottom: 0px;
    }
    #dcrt_area .introduction_area .introduction_container ul {
        display: flex;
        flex-wrap: nowrap;
        padding: 0px;
        justify-content: center; /* リスト全体を中央揃え */
    }
    .introduction_container ul li {
        margin-right: 20px;
        width: 33%;
    }
    #receiver.introduction_container ul li {
        margin-right: 20px;
        width: 33%;
    }
    #dcrt_area .introduction_area .introduction_title::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 70px;
        height: 76px;
        left: 185px;;
        top: -27px;
    }
    #dcrt_area .introduction_area .introduction_title::after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 70px;
        height: 76px;
        right: 185px;
        top: -27px;
        transform: scaleY(-1);
    }
    #dcrt_area .introduction_area .slide_wrapper {
        margin: 0 auto;
    }
}
/*------------------schedule_area------------------*/
#dcrt_area .schedule_area{
    background-color: #FFFFF1;
    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: 47px;
    height: 59px;
    left: 19px;
    top: 10px;
    background: url(../images/star02.png) no-repeat;
    transform: rotate(0deg);
    background-size: contain;
}
#dcrt_area .schedule_area .schedule_heading::after{
    right: 17px;
    left: auto;
    background: url(../images/star02.png) no-repeat;
    transform: scaleY(-1);
    background-size: contain;
}
#dcrt_area .schedule_area .schedule_info{
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    color:#FF4C99;
    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: 58px;
        height: 66px;
    }
    #dcrt_area .schedule_subinfo_area p.caution_more_btn:hover{
        text-decoration: none;
    }
    #dcrt_area .schedule_area .schedule_heading::before{
        left: 152px;
        top: 0px;
    }
    #dcrt_area .schedule_area .schedule_heading::after{
        right: 152px;
        top: 0px;
    }
}
/*------------------gallery_img_area------------------*/
.gallery_img_container{
    position: relative;
}
.gallery_img_area .gallery_img_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: 250px;
}
.gallery_img_area ul.gallery_img{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 230px;
    padding: 15px;
    margin-right: 20px;
}
.gallery_img_area ul.gallery_img li{
    margin-right: 20px;
}
.gallery_img_area ul.gallery_img li:last-of-type{
        margin-right: 0;
}
.gallery_img_area ul.gallery_img li .gallery_img_design{
    width: 210px;
    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;
}
/*------------ gallery_img PC用  ------------*/
@media screen and (min-width: 950px) {
    .gallery_img_area .gallery_img_wrapper{
        position: relative;
        overflow: hidden;
        width: 960px;
        margin: 0 auto;
    }
    .gallery_img_area .gallery_img_wrapper .gallery_img_outer{
        position: absolute;
        left: 0;
        top: 0;
    }
}
/*------------ slide_btn PC用  ------------*/
@media screen and (min-width: 950px) {
    .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 .prev_btn {
        left: 0px;
    }
    .dcrt_slide_btn_set .next_btn {
        right: 0px;
    }
    .dcrt_slide_btn_set .slide_btn span.arrow_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-top: 3px solid #765D40;
        border-right: 3px solid #765D40;
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg);
        margin-left: 3px;
        border-radius: 3px;
    }
    .dcrt_slide_btn_set .slide_btn.next_btn span.arrow_btn{
        margin-right: 5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: 0;
    }
}
/*------------------event_banner_area------------------*/
.event_banner_area .event_banner_container{
    position: relative;
}
.event_banner_area .event_banner_container .event_banner_wrapper{
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: 220px;
}
.event_banner_area .event_banner_container .event_banner_wrapper .event_banner_img_outer{
    margin-left: 20px;
}
.event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, auto);
    grid-auto-columns: 150px;
    padding: 15px;
    margin-right: 15px;
}
.event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list li{
    margin-right: 25px;
}
.event_banner_area .event_banner_container .event_banner_wrapper ul.event_banner_list li a{
    text-decoration: none;
    color: #595757;
}.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: #FD5E0A;
}
/*------------------event_banner_area PC用------------------*/
@media screen and (min-width: 950px) {
    .event_banner_area .event_banner_container .event_banner_wrapper{
        position: relative;
        overflow: hidden;
        width: 890px;
        margin: 0 auto;
    }
    .event_banner_area .event_banner_container .event_banner_wrapper .event_banner_img_outer{
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .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: #FD5E0A;
    }
}
/*------------------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: #B8AF92;
    color: #FFFFFF;
    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) {
    #dcrt_area .detail_info_area table th,
    #dcrt_area .detail_info_area table td {
        padding-right: 50px;
}
}
/*------------------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: #B6D321;
    padding: 10px 0;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
}
body#home.coupon #key_visual_outer {
    padding: 0px;    
}
body#home.coupon #key_visual .dots {
    top: 100px;
}
body#home.coupon .howto_txt {
    top: 80%;
}
body#home.coupon #key_visual .main_txt_area .use_scene{
    bottom: 25px;
}
body#home.coupon #key_visual .main_txt_area .catch_copy {
    margin-top: 27%;
}
body#home.coupon .coupon_catch_copy p{
    font-size: 2.3rem;
    font-weight: 900;
    text-align: center;
    margin-right: 5px;
    color: #FFFFFF;
}
body#home.coupon .catch_copy {
    position: relative;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-top: 13%;
}
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: #B6D321;
    display: inline-block;
}
body#home.coupon .coupon_input .coupon_input_outer{
    margin: 0 auto;
    text-align: center;
}
body#home.coupon .input_alert {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #E60012;
    border: 1px solid #E60012;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px;
}
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;
}
@media screen and (min-width: 950px) {
    body#home.coupon #key_visual .dots {
        top: 31%;
        right: 22.5%;
        z-index: 6;
    }
    body#home.coupon #key_visual #use_scene_second .use_scene_txt_outer:nth-of-type(2) {
        margin-top: 260px;
    }
    body#home.coupon #key_visual .main_txt_area .catch_copy {
        left: 25%;
        margin-top: 16%;
    }
    body#home.coupon #key_visual .main_txt_area .catch_copy_sub {
        margin-top: 250px;
    }
}