@charset "utf-8";

/*
 common
=================================== */
.bgc-f7f7f7{background-color: #f7f7f7!important;}
.color_666666{color: #666!important;}

.box_shadow{
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 16px;
    overflow:hidden ;
}

.cont-ttl{
    font-size: 36px;
    margin-bottom: 20px;
}


.headline_h3_border{
    text-align: center;
    font-size:26px;
    margin-bottom: 26px;
}
.headline_h3_border:after{
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    border-radius: 2px;
    background-color: #333333;
    margin: 8px auto 0;
}

/*
 mainTtl
=================================== */
.kbn_bnr{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.kbn_bnr img{
    /* max-height: 50px; */
    width: 100%;
}
.dgccontents_kanban{
    max-width: 1200px;
    margin: 0 auto -24px;
}

.mainTtl__txt{
    height: 0;
    overflow:hidden;
    line-height: 3;
}

/*
cont_nav
=================================== */

.cont_nav{
    margin-top: 40px;
    margin-bottom: 20px;
}

.cont_nav .d-flex{}

.cont_nav .nav_logo{
    border: 1px solid #cccccc;
    border-radius:16px;
    overflow: hidden;
    height: 107px;
    width:222px;
}
.cont_nav .nav_logo a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;

    background-color: #ffffff;
}
.cont_nav .nav_logo a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.cont_nav .nav_logo a ._img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 73px;
}

.cont_nav .nav_logo a ._arrow{
    width:100%;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;;
    background-color: #3578ea;
}


.cont_nav .nav_item{
    border: 1px solid #cccccc;
    border-radius:16px;
    overflow: hidden;
    min-height: 242px;
    width:276px;
}
.cont_nav .nav_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 22px;
    background-color: #ffffff;
}
.cont_nav .nav_item a:hover{
    text-decoration: none;
    opacity: 0.8;
}

.cont_nav .nav_item a ._img{
    width: 200px;
}
.cont_nav .nav_item a ._text{
    color:#333333;
    font-size: 18px;
    font-weight: bold;
}
.cont_nav .nav_item a ._arrow{
    width:100%;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;;
    background-color: #3578ea;
}


.dgc_information {
    margin:20px 30px;
    border: 1px #C5C5C5 solid;
    background-color:#ffffcc;
    padding: 15px 50px;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dgc_information i{
    color:#f1b352;
    margin-right:1em;
}
.dgc_information ._focus{
    font-size: 14px;
}


/*
 giftcard
============================================== */

.con_img{
    text-align: center;
    margin: 0 auto 36px;
}


.giftcard__dl__nav__ul{padding: 0 !important;}

.giftcard__dl__nav__ul__li__link{
    display: flex;
    width: 100%;
    height: 73px;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    overflow:hidden;
    background-color: #ffffff;
    border:2px solid #cccccc;
    position: relative;
    color: #333333 !important;
}


.giftcard__dl__nav__ul__li__link::after{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #bf0000 #bf0000 transparent;
    right: 5%;
    bottom: calc(50% - 5px);
    transform: rotate(-45deg);
}

.giftcard__dl__nav__ul__li__link:hover{opacity:.8;}
.giftcard__dl__nav__ul__li__link__inner{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.6;
}



.-modal_button{
    display: block;
    width: 240px;
    height: 56px;
    border-radius: 28px;
    margin: 40px auto 0;
    background-color: #222222;
    border-color: #222222;
    color:#ffffff;
    font-size: 18px;
    font-weight: bold;
}

.modal_close_text{
    text-align: center;
    margin-top: 0.4em;
    padding: 0.5em 0;
    cursor: pointer;
}

/*
 flow
============================================== */
.flow__wrap__list{
    padding: 28px 15px 16px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 16px;
    border:1px solid #cccccc;
    position: relative;
}
.flow__wrap__list > .flow__wrap__list__icon{
    content: '';
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 17px;
    left: 16px;
}
.flow__wrap__list > .flow__wrap__list__icon._or{
    position: static;
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.flow__wrap__list__img{
    text-align: center;
    margin-bottom: 20px;
}
.flow__wrap__list._03 .flow__wrap__list__img{margin-bottom: 16px;}
.flow__wrap__list__img > img{height: auto;}
.flow__wrap__list._01 .flow__wrap__list__img > img{width:195px;}
.flow__wrap__list._02 .flow__wrap__list__img > img{width:195px;}
.flow__wrap__list._03 .flow__wrap__list__img > img{width:136px;}
.flow__wrap__list._03 .flow__wrap__list__img._02 > img{width: 96px;}
.flow__wrap__list__ttl{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.flow__wrap__list__ttl._02{
		margin-bottom: 30px;
		padding-left: 21px;
}
.flow__wrap__list._03 .flow__wrap__list__ttl._02{
    margin-bottom: 20px;
    padding-left: 21px;
}
.flow__wrap__list._03 .flow__wrap__list__ttl._03{margin-bottom: 8px;}
.flow__wrap__list__description{font-size: 16px;}
.flow__wrap__list._03 .flow__wrap__list__description._02{margin-bottom: 8px;}

.flow_attention {
	font-size: 14px;
}

.flow__wrap__list.receiver{
    display: flex;
    flex-direction: row;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.flow__wrap__list.receiver .flow__wrap__list__img{
    margin-bottom: 0;
    margin-right: 32px;
}

.flow__wrap__list__receiver__title{
    font-size:18px;
    font-weight: bold;
    color:#333333;
}

.flow__wrap__list__receiver__text{
    margin-top: 6px;
}
.flow__wrap__list__receiver__text dt{
    font-weight: bold;
    color:#bf0000;
    font-size:18px;
    line-height: 1.2;
}
.flow__wrap__list__receiver__text dd{
    font-size:18px;
    color:#333333;
}

/*
 qa_wrap
============================================== */
.qa__wrap{
    /* margin: 0 0 16px; */
    border-bottom:2px solid #ebebeb;
}

.qa__wrap:last-child{
    border-bottom: 0;
}

.qa_box{
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow:0 0 16px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}


[layout="top"] .qa__wrap._onlyDetail,
[layout="detail"] .qa__wrap._onlyTop{display: none;}
.qa__wrap__button{
    position: relative;
    padding: 18px 128px 18px 28px!important;
    background-color: #fff;
    border-radius: 16px;
    justify-content: flex-start!important;
}
.qa__wrap__button._close{
    border-radius:16px 16px 0 0;
}
.qa__wrap__inner{padding: 0 !important;}
.qa__wrap__button__dl{
    display: block;
    letter-spacing: -0.5em;
    margin: 0;
}
.qa__wrap__button__dl > *{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
}
.qa__wrap__button__dl__dt{
    width:32px;
    font-size: 24px;
    font-weight: bold;
    display: none;
}
.qa__wrap__button__dl__dd{
    padding-top: 4px;
    margin-left: 0px;
    font-size: 18px;
    text-align: left;
    color:#333333;
}
.qa__wrap__button__icon{
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 24px!important;
    right: 32px;
    top: calc(50% - 12px);
}
.qa__wrap__button__icon::before{
    font-weight: 700!important;
    color: #333333 !important;
    /* color: #999 !important; */
}

.chevron-down.qa__wrap__button__icon::before{
    content: "\e988";
}
.chevron-up.qa__wrap__button__icon::before{
    content: "\e96c";
}


.qa__wrap__inner__box{
    padding: 28px 79px 52px 92px;
    box-sizing: border-box;
		border-radius: 0 0 16px 16px;
}

.qa__wrap__inner__box__txt{
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
.qa__wrap__inner__box__txt__marker{
    display: inline;
    background:linear-gradient(transparent 60%, #fff200 60%);
    font-weight:bold;
}
.qa__wrap__inner__box__txt__indent{
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    color: #333;
}
.qa__wrap__inner__box__txt a:hover{text-decoration: underline !important;}
.qa__more{
    font-size: 20px;
    padding: 20px 0;
    border-width:2px;
    border-radius: 8px;
}
.qa_box .rc-headline__headline.fc__62acc3 {
    border-bottom:2px solid #ebebeb;
    color:#bf0000;
    padding-top: 20px;
    margin-bottom: 0 !important;
}
.qa_box .rc-headline__headline.fc__62acc3 ~ .rc-headline__headline.fc__62acc3 {
    margin-top: 20px;
}

.attention__wrap__txt{
    color: #333;
}


/*
 terms
============================================== */
.terms__wrap{
    border-radius: 16px;
    padding: 42px 32px 44px;
    background-color: #fff;

    box-shadow:0 0 16px 4px rgba(0,0,0,0.1);
}
.terms__wrap__txt{
    font-size: 16px;
}


/*
data-layout="dgccontents"
============================================== */
.flow__wrap__list[data-layout="dgccontents"] {
    padding: 40px 0;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.flow__wrap__list.bg__e0eef3[data-layout="dgccontents"]{
    position: relative;
    background-color: #e0eef3;
    color: #000;
    padding: 20px 8px;
    margin: 0;
    border-radius: 0;
}

.flow__wrap__list.bg__e0eef3[data-layout="dgccontents"] .flow__wrap__list__sub__title{
    position: absolute;
    background-color: #62acc3;
    color: #fff;
    font-weight: bold;
    padding: 2px 16px;
    margin: 0;
    border-radius: 4px;
    top: -38px;
    left: 16px;
}

.flow__wrap__list[data-layout="dgccontents"] .flow__wrap__list__img > img {
    height: auto;
    max-width: 100%;
}

.flow__wrap__list[data-layout="dgccontents"] .flow__wrap__list__img{
    width: 88%;
    margin: auto;
}

.flow__wrap__list[data-layout="dgccontents"] .flow__headline{
    display: flex;
    flex-direction: column;
}

.flow__wrap__list[data-layout="dgccontents"] .flow__headline__title{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 20px;
}

.flow__wrap__list[data-layout="dgccontents"] .flow__headline{
    display: flex;
    width: 100px;
    height: 35px;;
    box-sizing: border-box;
    align-items: center;
    justify-content: left;
    position: absolute;
    left:0;
    top:0;
    background-color: #bf0000;
    color:#ffffff;
    font-weight: bold;
    font-size:17px;
    line-height: 1;
    padding:0.5em;
    border-radius: 8px 0 8px 0;
}


.flow__wrap__list[data-layout="dgccontents"] .flow__wrap__list__text{
    text-align: left;
    padding-left: 12px;
    margin-bottom: 0;
    margin-top: 4px;
    font-size: 18px !important;
}


.flow__wrap__list[data-layout="dgccontents"] ul.flow__wrap__list__ttl li span{
    display: inline;
    background: linear-gradient(transparent 88%, #f5d83f 88%);
    padding-bottom: 3px;
}

/*
giftcard__button
============================================== */
.giftcard__wrap__button{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    width: 444px;
    margin: 0 auto;
}
.giftcard__wrap__button a{
    padding:10px 8px 10px 8px!important;
    display: flex;
    justify-content: center;
}
.giftcard__wrap__button__dl{
    display: block;
}
.giftcard__wrap__button__dl__dd{
    text-align: center;
    font-size: 18px;

}
.giftcard__wrap__button__icon{
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 12px!important;
    right: 16px;
    top: 50%;
    margin-top: -1em;
}
.giftcard__wrap__button__icon::before{
    font-weight: 800!important;
    color: #000 !important;
    font-size: 20px;
}
.giftcard__wrap__button a{
    color: #333;
}





.giftcard .swiper-pagination{
    height: 36px !important;
    margin:0 auto;
    left:0;
    right:0;

    display: none;
}
.giftcard .rn-tab[data-layout="dgccontents"] .rn-tab__itemContainer .rn-tab__itemBox.-opened .swiper-pagination{
    display: block;
}

.giftcard .swiper-pagination .swiper-pagination-bullet{
    width: 6px!important;
    height: 6px!important;
    padding: 0 !important;
    margin:16px 0 16px 8px!important;
    background-image: inherit!important;
    background-color: #cccccc !important;
    border-radius: 3px !important;
}
.giftcard .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-image: inherit!important;
    background-color: #bf0000 !important;
}


/*
giftcard__sample
============================================== */
.giftcard__sample__lead{
    font-weight: bold;
    text-align: center;
    font-size:3.75vw;
    padding: 0.5em 0;
}

.gift-card-sample{
    padding:0 0px;
    margin:12px 0 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.gift-card-sample li{
    width: 27.48%;
}

.gift-card-sample li img{
  filter: drop-shadow(0 0 2px #c6c6c6);
}

.gift-card-sample li:first-child{
    width:61%;
    padding:0 14.5%;
    align-self: center;
}




/*
 detail
============================================== */
.rc-headline__headline.bg__title__ff9796[data-layout="dgccontents_detail"]
{
    font-size: 18px;
    background-color: #ff9796;
    color: #fff;
    padding: 8px 0;
    margin: 0 !important;
    border-radius: 12px 12px 0 0;
}

.rc-headline__headline.bg__title__62acc3[data-layout="dgccontents_detail"]
{
    font-size: 18px;
    background-color: #62acc3;
    color: #fff;
    padding: 8px 0;
    margin: 0 !important;
    border-radius: 12px 12px 0 0;
}

.detail__wrap h3[data-layout="dgccontents"]{
    border-radius: 12px 12px 0 0;
}

.detail__wrap__contents{
    padding: 0 24px;
    background-color: #fff;
    border-radius: 0 0 12px 12px;
}

.detail__wrap__contents[data-layout="dgccontents_detail"]{
    background-color: #fff;
    border-radius: 0 0 12px 12px;
    padding: 0;
}

.giftcard__image__wrap[data-layout="dgccontents_detail"]{
    border-radius: 0 0 12px 12px;
    padding: 12px 0 12px;
}

.detail__wrap__contents[data-layout="detail_Note"]{
    padding: 20px 12px;
    background-color: #fff;
    border-radius: 8px;
}

.detail__wrap__list{
    text-align: left;
    padding-left: 4px;
    margin-bottom: 0;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.025em;
    font-size: 13px !important;
}

.rl-itemCarousel__scroller[data-layout="dgccontents_detail"]>* {
    flex: 0 0 auto;
    margin: 0 16px 16px 0;
    width: calc((100% - 16px)/3 + 69%)!important;
}

.coupon_btn{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}
