@charset "utf-8";

/*共通*/
img {
    width: 100%;
    height: auto;
}
.contents p,
.contents h2 {
    line-height: 1.5;
    color: #333;
}
h2 {
    font-size: 4.3vw;
    font-weight: bold;
    text-align: center;
}
p.note {
    font-size: 14px;
    /*color: #9a9a9a;*/
    color: #333;
    padding-top: 3%;
}

/*フローティングボタン*/
.float_btn {
    position: fixed;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    background-color: #DF0070;
    border: 2px solid #DF0070;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
    -webkit-box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .30);
    box-shadow: 0 2px 4px 0 rgba(51, 51, 51, .30);
}
.float_btn.isActive {
    transition-duration: .3s;
    opacity: 1;
    visibility: visible;
}
.float_btn p {
    color: #FFFFFF;
    padding: 16px 25px;
}
.float_btn p::after {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
.float_btn p span {
    font-size: 2vw;
}

/* 開始時ラベル */

.label_start {
    background: #F3E7EA;
}
.label_start p {
    width: 50%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    background-color: #DB7080;
    text-align: center;
    font-size: 3.8vw;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.6;
}

/* メインビジュアル */
.mainVisual {
    background: #F7F5F5;
    background-image: url(/kisekae/collabo_1/tgc_2507/img/bg01.png);
}
.mainVisual h1 {
    /* padding: 3% 5%; */
    background: #F3E7EA;
}
.mainVisual h1 img {
    display: block;
    margin: 0 auto;
}
.mainVisual h1 span {
    display: block;
    text-align: center;
    font-size: 11vw;
    font-weight: 900;
    line-height: 1.6;
    color:#692D0A;
}

/* スペシャル */
.sec_special{
    background-image: url(/kisekae/collabo_1/tgc_2507/img/bg01.png);
    background-repeat: no-repeat;
    background-position: 25% 0;
    padding: 30px 0;
    background-size: cover;
}

.sec_special .listarea_title {
    width: 73.44%;
    background-color: #fff;
    margin: 0 auto;
    padding: 13px 0;
    font-size: 3.6vw;
    color: #9052FA;
    border: 3px solid #9052FA;
    white-space: nowrap;
    border-radius: 30px;
}
.sec_special .listarea_text {
    padding: 20px 18px 30px;
    text-align: center;
    font-size: 5vw;
    color: #DF0070;
    font-weight: bold;
}
.sec_special .cardBox01 {
    display: block;
}

.cardBox01 a{
    display: block;
    width: 71.25%;
    margin:0 auto 0;
}
.cardBox01 a:hover {
    opacity: 0.7;
}
.cardBox01 .txtBlock{
    width: 84%;
    margin: 0 auto;
}
.txtIndent{
    padding-left: 1em;
    text-indent: -1em;
}

.txtBlockVer2{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

@media screen and (min-width: 641px) {
    .sec_special{
        background-position: 50% 0;
    }
    .cardBox01 a{
        width: 71.25%;
        margin:0 auto 0;
    }
    .cardBox01 .txtBlock{
        width: 50%;
        margin: 0 auto;
    }
    
    
}



/* デザイン一覧 */
.sec_list {
    padding: 8% 2.5% 5%;
}
.sec_list .listarea_title {
    background-image: url('/guide/howto_dpoint/app/card_kisekae/img/bg_list_heading.png');
    background-size: 79%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 20px 10px;
    font-size: 3.6vw;
    color: #CA2929;
    white-space: nowrap;
}
.sec_list .listarea_text {
    padding: 20px 20px 30px;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}
.sec_list ul.contents_item_list li a {
    position: relative;
}
.sec_list ul.contents_item_list li a::after {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(-25%, -33%);
    content: '';
    background-image: url('/kisekae/collabo_1/tgc_2507/img/icon_zoom.png');
    background-size: cover;
    width: 22px;
    height: 22px;
    pointer-events: none;
}
.sec_list ul.contents_item_list li .contents_item_list_img_wrap {
    margin: 4%;
    border-radius: 6px;
    overflow: hidden;
}
.sec_list ul.contents_item_list li .contents_item_list_textarea {
    padding: 2% 4% 16%;
}
.sec_list ul.contents_item_list li .contents_item_list_textarea .title,
.sec_list ul.contents_item_list li .contents_item_list_textarea .subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 15px;
}
.sec_list ul.contents_item_list li .bottominfo {
    position: absolute;
    bottom: 0;
}
.sec_list ul.contents_item_list li .bottominfo .date {
    color: #666666;
}
ul.contents_item_list li {
    background-color: #ffffff;
}


.txtRight{
    text-align: right;
}

.sec_design {
    /* padding-top: 10%;
    padding-bottom: 10%; */
    padding: 8% 2.5%;
    background-color: #F5F5F5;
}
.sec_design h2 {
    font-size: 5.5vw;
}
.sec_design .txtBlock{
    text-align: right;
    padding: 5% 0 2%;
}
.sec_design ul.contents_item_list li .contents_item_list_img_wrap {
    margin: 4%;
    border-radius: 6px;
    overflow: hidden;
}
.sec_design .listarea_text {
    padding: 20px 20px 30px;
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
}
.sec_design ul.contents_item_list li  {
    position: relative;
}

.sec_design ul.contents_item_list li .contents_item_list_img_wrap {
    margin: 4%;
    border-radius: 6px;
    overflow: hidden;
}
.sec_design ul.contents_item_list li .contents_item_list_textarea {
    padding: 2% 4% 16%;
}
.sec_design ul.contents_item_list li .contents_item_list_textarea .title,
.sec_design ul.contents_item_list li .contents_item_list_textarea .subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 15px;
}
.sec_design ul.contents_item_list li .contents_item_list_textarea .title {
    font-weight: bold;
}
.sec_design ul.contents_item_list li .bottominfo {
    position: absolute;
    bottom: 0;
}
.sec_design ul.contents_item_list li .bottominfo .date {
    color: #666666;
}
ul.contents_item_list li {
    background-color: #ffffff;
}
@media screen and (min-width: 641px) {
    .sec_design h2 {
        font-size: 35px;
    }
}

.next.blueBtn {
    background-color: #2C4198;
    border: 2px solid #2C4198;
    margin: 0 auto;
    margin-top: 5%;
}
.next.blueBtn a p{
    color: #ffffff;
}
.next.blueBtn a p::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

/* バナー箇所 */
.bnr_block {
    padding: 32px 0;
}
.bnr_area {
    width: 90%;
    margin: 0 auto;
}
.bnr_area:hover {
    opacity: 0.7;
}
@media screen and (min-width: 641px) {
    .bnr_area {
    width: 75%;
    margin: 0 auto;
    }
}


/* きせかえ設定説明 */
.sec_step {
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #FFEEF6;
    border-top: 4px solid;
    border-image: linear-gradient(270deg, rgba(128, 89, 13, 1) 10%, rgba(250, 202, 34, 1) 45%, rgba(255, 226, 31, 1) 51%, rgba(250, 202, 34, 1) 73%, rgba(128, 89, 13, 1) 95%);
    border-image-slice: 1;
}
.sec_step h2 {
    font-size: 5.5vw;
}
.step {
    position: relative;
    width: 90%;
    margin: 11% auto 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3% 3% 5%;
    background-color: #FFFFFF;
}
.step .stepNum {
    position: absolute;
    top: -8vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 14vw;
}
.step .step_inner {
    background-color: #F9F9F9;
}
.step .step_inner img {
    width: 94%;
    height: auto;
    display: block;
    background-color: #F9F9F9;
    margin: 0 auto;
    padding-top: 8%;
    padding-bottom: 8%;
}
.step.step_single_screen .step_inner img {
    width: 46%;
}
.step .step_inner .note {
    margin-top: -7%;
    padding-top: 0;
    padding-bottom: 4%;
    text-align: center;
    font-size: 12px;
}
.sec_step .text {
    padding-top: 5%;
    font-size: 15px;
    text-align: left;
}
.sec_step .text a {
    text-decoration: underline;
    color: #0B98D8;
}
.sec_step .note {
    text-align: left;
}
.sec_step .ttl_displayStampcard {
    padding-top: 7%;
}
.sec_step .ttl_displayStampcard + .step {
    margin-top: 5%;
}

/* アプリDL導線 */
.sec_dl {
    padding-top: 8%;
}
.sec_dl img {
    display: block;
    margin: 4% auto 0;
    width: 97%;
}
.sec_dl .text {
    padding: 3% 5% 0;
    font-size: 16px;
}
.sec_dl .note {
    padding: 2% 5% 0;
    text-align: left;
}
.sec_dl .next {
    background-color: #CC0033;
    border: 2px solid #CC0033;
}
.sec_dl .next p {
    color: #FFFFFF;
}
.sec_dl .next p::after {
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
}
section + .next {
    margin-top: 10%;
}
.next.redBtn {
    background-color: #DF0070;
    border: 2px solid #DF0070;
    margin: 0 auto;
    margin: 0 auto 3%;
}
.next.redBtn p {
    color: #ffffff;
}
.next.redBtn p::after {
    border-color: #ffffff;
}
@media screen and (min-width: 641px) {
    h2 {
        font-size: 19px;
    }
    .float_btn p span {
        font-size: 12px;
    }
    p.note {
        font-size: 16px;
    }
    .label_start p {
        font-size: 24px;
    }
    .mainVisual h1 span {
        font-size: 70px;
    }
    .kisekae_itemSlider .list_contents {
        padding-top: 100px;
    }
    .kisekae_itemSlider .slick-dotted.slick-slider {
        margin-bottom: 48px;
    }
    .slider_note {
        text-align: center;
    }
    #toggleButton {
        left: 15%;
        bottom: -44px;
        width: 34px;
    }

    .sec_special .listarea_title {
        font-size: 23px;
    }
    .sec_special .listarea_text {
        padding: 22px 32px 40px;
        font-size: 32px;
    }
    .sec_list ul.contents_item_list li a::after {
        width: 39px;
        height: 39px;
    }
    .sec_step h2 {
        font-size: 35px;
    }
    .step .stepNum {
        top: -49px;
        width: 85px;
    }
    .step .step_inner img {
        width: 70%;
    }
    .step.step_single_screen .step_inner img {
        width: 34%;
    }
    .step .step_inner .note {
        font-size: 14px;
    }
}

/* -----------モーダル----------- */
.guide_modal {
    display: none;
    width: 85%;
    max-width: 620px;
    max-height: 400px;
    max-height: 80vh;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
            box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: absolute;
    top: 70px;
    top: 50vh;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 901; /* 共通headerが888 */
}
.guide_modal {
    position: fixed;
}
.guide_modal.is-open {
    display: block;
}
/* 閉じるボタン */
.guide_button_modalClose {
    display: block;
    background: #999;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -14px;
    right: -14px;
    -webkit-transform: translate( 0, 0);
        transform: translate( 0, 0);
    -webkit-transition: background .4s ease-in-out;
        transition: background .4s ease-in-out;
    z-index: 901;
    overflow: visible;
    cursor: pointer;
}
.guide_button_modalClose.icon_close::before {
    content: '×';
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
}
.guide_button_modalClose:hover {
    background: #535353;
}
@media all and (min-width: 641px) {
    .guide_modal {
        width: 450px;
    }
    /* 閉じるボタン */
    .guide_button_modalClose {
        width: 36px;
        height: 36px;
    }
    .guide_button_modalClose.icon_close::before {
        font-size: 32px;
        line-height: 36px;
    }
}
/* モーダル中身 */
.guide_modal_wrap {
    position: relative;
    overflow-y: scroll;
    max-height: 80vh;
}
.guide_modal_wrap .bg_frame_picture {
    position: relative;
    width: 85%;
    height: 95vw;
    max-height: 504px;
    margin: 14% auto 7%;
    background-image: url('/kisekae/collabo_1/tgc_2507/img/kisekae_frame.png');
    background-size: cover;
    background-position: top center; 
    background-repeat: no-repeat;
    background-size: contain;
}
.guide_modal_wrap .barcode_img {
    position: absolute;
    width: 78%;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(92, 92, 92, 0.3);
}
.guide_modal_wrap .frame_title,
.guide_modal_wrap .frame_subtext {
    width: 88%;
    margin: 0 auto;
    font-size: 3.8vw;
    line-height: 1.4;
}
.guide_modal_wrap .frame_title {
    margin-bottom: 0.5em;
    font-weight: bold;
}
.guide_modal_wrap .frame_subtext {
    margin-bottom: 2em;
}
.guide_modal_wrap .frame_subtext.mb0{
    margin-bottom: 0;
}
@media screen and (min-width: 641px) {
    .guide_modal_wrap .barcode_img {
        top: 70px;
    }
    .guide_modal_wrap .frame_title {
        font-size: 20px;
    }
    .guide_modal_wrap .frame_subtext {
        font-size: 18px;
    }
}


  /* モーダルウィンドウ */
  /* 閉じるボタン */
  .button-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    padding: 1em;
    background-color: #c96931;
    color: #eaeaea;
    border-radius: 20rem;
    cursor: pointer;
  }
  /* オーバーレイ */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  /* 表示領域外へはスクロールさせない */
.no_scroll {
    overflow: hidden;
  }