@charset "utf-8"; /****************************** コンテンツ メイン構造 ******************************/ .point-main { width: 100%; border-radius: 2px; background-color: #fff; margin: 0 auto; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); } .point-main .point-main-inner { display: -webkit-flex; display: flex; position:relative; padding: 8px 12px; border-bottom: 1px solid #ddd; } /* TB、PC用指定 */ @media screen and (min-width: 768px) { .point-main { margin: 0 auto; } } /****************************** メインカード構造 ******************************/ /* spriteカードアイコン指定 */ .mod-card-sec .card-ico-point:before { content: ""; height: 32px; width: 32px; position: absolute; top: 50%; left: 12px; margin-top: -16px; background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; } .point-main-inner .card-ico-point:before { content: ""; height: 32px; width: 32px; position: absolute; top: 0; left: 0; background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; } .mod-card-sec .card-ico-point:before, .point-main-inner .card-ico-point:before { background-position: 0 -50px; } .point-main-inner .card-ico-point { display: -webkit-flex; display: flex; min-height: 32px; position:relative; padding-left: 40px; -webkit-align-items: center; align-items: center; } .mod-card-sec .card-ico-point { display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; min-height: 48px; position: relative; -webkit-align-items: center; align-items: center; padding: 8px 12px 8px 52px; border-bottom: 1px solid #ddd; } .point-col-inner { padding: 16px; } .stage-col-between { width: 100%; padding: 16px; } .point-col-between .centering-point-area { width: 100%; font-size: 12px; text-align: left; padding: 4px 16px; background-color: #fafafa; border-bottom: 1px solid #ddd; } .point-col-between .point-block { padding-bottom: 16px; } .btn-point-2col li { display: -webkit-flex; display: flex; width: 50%; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .btn-point-2col li:first-of-type { padding-right: 8px; } .btn-point-2col li:last-of-type { padding-left: 8px; } .point-col-between dl.point-line, .point-col-inner dl.point-line, .stage-col-between dl.point-line, dl.point-col-links { display: -webkit-flex; display: flex; width: 100%; padding-bottom: 8px; -webkit-align-items: center; align-items: center; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .point-col-between dl.point-line:last-of-type, .stage-col-between dl.point-line:last-of-type { padding-bottom: 0; } .point-line dt { padding-right: 8px; font-size: 12px; } .point-line dd { font-weight: bold; margin-left: auto; } .point-col-links dt { padding-right: 4px; font-weight: bold; } .point-col-links dd { display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; -webkit-align-items: baseline; align-items: baseline; -webkit-justify-content: flex-end; justify-content: flex-end; padding-right: 24px; } .point-col-between .t-block, .stage-col-between .t-block { clear: both; padding: 16px 0; font-size: 12px; color: #333; } .point-line .logout-t-area { margin: 0 4px; } .point-line .point-t-logout { font-size: 20px; font-weight: normal; } .t-stage-block { padding: 0 16px 12px 16px; } .t-stage-block:last-of-type { padding-bottom: 16px; } .t-stage-block .img-area { display: -webkit-flex; display: flex; border: 1px solid #ddd; margin-bottom: 12px; padding: 1px; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } .t-stage-block .img-area img { text-align: center; } .t-stage-col { display: -webkit-flex; display: flex; margin-right: -16px; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; overflow: hidden; } .t-stage-inner { margin-right: 16px; width: 50%; } .t-stage-inner .img-stage-area { display: -webkit-flex; display: flex; height: 88px; border: 1px solid #ddd; padding: 1px; background-color: #fff; margin-bottom: 8px; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; } .t-stage-inner .img-stage-area .img-stage-inner { width: auto; height: auto; max-width: 100%; max-height: 100%; } /*.t-stage-inner .img-stage-area img { overflow: hidden; }*/ .ico-toku { position: relative; color: #ed2820; font-size: 12px; font-weight: bold; padding-left: 20px; } .ico-toku:before { content: ""; height: 16px; width: 16px; position: absolute; top: 0; left: 0; background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; background-position: -48px -50px; } /* TB、PC用指定 */ @media screen and (min-width: 768px) { .t-stage-inner .img-stage-area { height: 107px; } } /******************** サブコンテンツ構造 **********************/ .reco-coupon-block { width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; } .reco-coupon-block li { display: -webkit-flex; display: flex; width: 33.33%; } .reco-coupon-block a { display: -webkit-flex; display: flex; width: 100%; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-direction: column; flex-direction: column; text-align: center; } .reco-coupon-block li img { width: 80px; text-align: center; margin: 0 auto; } .reco-coupon-block li p { display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; word-break: break-all; font-size: 12px; color: #333; padding: 4px 4px 0; } /* TB、PC用指定 */ @media screen and (min-width: 768px) { .pd-adjust { padding: 0 32px; } .reco-coupon-block li {width: 16.66%; } } /******************** コンテンツ右ナビsprite指定 **********************/ .ico-dpc-charge:before, .ico-dpc-use:before, .ico-dpc-coupon:before, .ico-dpc-survey:before { content: ""; height: 48px; width: 48px; position: absolute; top: 12px; left: 50%; margin-left: -24px; background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; } .ico-dpc-charge:before { background-position: 0 0; } .ico-dpc-use:before { background-position: -48px 0; } .ico-dpc-survey:before { background-position: -96px 0; } .ico-dpc-coupon:before { background-position: -144px 0; } .ico-dpc-charge, .ico-dpc-use, .ico-dpc-coupon, .ico-dpc-survey { font-weight: bold; min-height: 72px; position: relative; display: flex; display: -webkit-flex; -webkit-align-items: center; align-items: center; width: 100%; -webkit-justify-content: center; justify-content: center; } /* BH2_MNU */ .container-r .menu-point-block { width: 100%; margin: 8px auto 0; border-radius: 2px; background-color: #fff; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); overflow: hidden; } .menu-point-list { width: 100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #fff; margin-bottom: -1px; } .menu-point-list li { display: -webkit-flex; display: flex; width: 50%; -webkit-flex-direction: column; flex-direction: column; } .menu-point-list li { border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } .menu-point-list > li:nth-child(2n) { border-right: none; -webkit-flex-grow: 1; flex-grow: 1; } .menu-point-list a { display: -webkit-flex; display: flex; -webkit-flex-grow: 1; flex-grow: 1; } .menu-point-list li > div { -webkit-flex-grow: 1; flex-grow: 1; } .menu-point-list li:last-child p { border-bottom:0; } .menu-point-list .link-t-area { padding: 64px 8px 12px 8px; text-align: center; width: 100%; color: #333; font-size: 12px; } .menu-point-list .ico-link-arrow:after { display: none; } /* TB、PC用指定 */ @media screen and (min-width: 768px) { /* BH2_MNU */ .container-r .menu-point-block { margin: 42px auto 0; } .menu-point-block .menu-point-list li { width: 100%; border-right: none; } .menu-point-list .link-t-area { padding: 0; text-align: left; font-size: 14px; } .menu-point-list .ico-link-arrow:after { display: block; } .ico-dpc-charge:before, .ico-dpc-use:before, .ico-dpc-coupon:before, .ico-dpc-survey:before { top: 50%; left: 12px; margin-left: 0; margin-top: -25px; } .ico-dpc-charge, .ico-dpc-use, .ico-dpc-coupon, .ico-dpc-survey { font-weight: bold; min-height: 72px; padding: 8px 40px 8px 68px; position: relative; -webkit-justify-content: flex-start; justify-content: flex-start; } } /******************** おすすめコンテンツ **********************/ #recommend_re_top p.label_23, #recommend_re_top p.label_17, #recommend_re_top p.label_19, #recommend_re_top p.label_20, #recommend_re_top p.label_22, #recommend_re_top p.label_25, #recommend_re_top p.label_26, #recommend_re_top p.label_27, #recommend_re_top p.label_28, #recommend_re_top p.label_87, #recommend_re_top p.label_88, #recommend_re_top p.label_29, #recommend_re_top p.label_48, #recommend_re_top p.label_39, #recommend_re_top p.label_XX, #recommend_re_top p.label_none, #recommend_re_top p { background: none repeat scroll 0 0 #d72832; border-radius: 4px; color: #fff; font-size: 9px; letter-spacing: -0.2px; line-height: 1.3; margin: 0 2px 4px; padding: 1px 0 0; text-align: center; } #recommend_re_top p { background: none repeat scroll 0 0 #999; } #recommend_re_top p.label_39 { background: none repeat scroll 0 0 #ff0576; } #recommend_re_top p.label_48 { background: none repeat scroll 0 0 #009141; } #recommend_re_top p.label_23 { background: none repeat scroll 0 0 #e64191; } #recommend_re_top p.label_48 { background: none repeat scroll 0 0 #009141; } #recommend_re_top p.label_17 { background: none repeat scroll 0 0 #eb5528; } #recommend_re_top p.label_19 { background: none repeat scroll 0 0 #c36e96; } /* 20170718 CB推進変更 */ #recommend_re_top p.label_20, #recommend_re_top p.label_29, #recommend_re_top p.label_34 { background: none repeat scroll 0 0 #d72832; } /* 20170718 CB推進変更 */ #recommend_re_top p.label_22 { background: none repeat scroll 0 0 #4a4a4a; } /* 20170718 CB推進変更 */ #recommend_re_top p.label_25 { background: none repeat scroll 0 0 #d78113; } #recommend_re_top p.label_26 { background: none repeat scroll 0 0 #f6ab00; } #recommend_re_top p.label_27 { background: none repeat scroll 0 0 #000000; } #recommend_re_top p.label_28 { background: none repeat scroll 0 0 #009141; } #recommend_re_top p.label_88 { background: none repeat scroll 0 0 #0078c3; } /* 20170718 CB推進変更 */ #recommend_re_top p.label_XX { background: none repeat scroll 0 0 #000000; } #recommend_re_top p.label_none { background: none repeat scroll 0 0 rgba(0, 0, 0, 0); } #recommend_re_top li{ width:25%; float:left; display: block; list-style-type: none; padding: 0; } #recommend_re_top li a,#recommend_re_top li .nolink { display:block; overflow:hidden; padding:0 1px; } #recommend_re_top li a span.img_border,#recommend_re_top li .nolink span.img_border { display:block; border:1px solid #ddd; } #recommend_re_top li a span.img,#recommend_re_top li .nolink span.img { display:block; overflow:hidden; border:1px solid #fff; text-align:center; } #recommend_re_top li a span.txt,#recommend_re_top li .nolink span.txt { display:block; padding: 3px 0; font-size:10px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; -moz-text-overflow:ellipsis; /* Firefox */ -o-text-overflow: ellipsis; /* Opera */ text-align:center; } #recommend_re_top a img,#recommend_re_top .nolink img { border-color: #ffffff; border-style: none; color: #ffffff; height: auto; vertical-align: bottom; width: 100%; max-width:120px; } #recommend_re_top a, #recommend_re_top a:visited, #recommend_re_top a:hover, #recommend_re_top a:active { color: #000000; text-decoration: none; } #recommend_re_top a:hover, a:hover.btn-cmn { background-color: rgba(0, 0, 0, 0.15); -webkit-filter: brightness(0.85); -moz-filter: brightness(0.85); -o-filter: brightness(0.85); -ms-filter: brightness(0.85); filter: brightness(0.85); } #recommend_re_top a,#recommend_re_top .nolink { background: none repeat scroll 0 0 transparent; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; } .sec-cmn-lv3 .tit-cmn-lv3 { text-align: center; padding: 24px 16px; font-size: 18px; max-width: 480px; margin: 0 auto; } .reco_box .btn-cmn { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; width: 100%; -webkit-justify-content: center; justify-content: center; padding: 16px; color: #0070c9; font-weight: bold; } .reco_box .btn-cmn .inner { position: relative; padding-right: 24px; } .reco_box .btn-cmn .inner img { display: none; } .reco_box .btn-cmn .inner:after { content: ""; height: 24px; width: 24px; position: absolute; top: 50%; right: 0; margin-top: -12px; background-image: url(/mydocomo/images_17v3/common/sprite/sprite_mydocomo@2x.png?20180501); background-repeat: no-repeat; background-size: 384px; background-position: -24px -147px; } /* TB用指定 */ @media screen and (min-width: 768px) { #recommend_re_top { padding: 0 32px; } .reco_box .list-cmn-btn { padding: 0 32px; } .sec-cmn-lv3 .tit-cmn-lv3 { padding: 32px 64px; max-width: 768px; margin: 0; } } /* PC用指定 */ @media screen and (min-width: 960px) { .sec-cmn-lv3 .tit-cmn-lv3 { font-size: 24px; max-width: 960px; } } /******** 18v1用 ********/ /**** ポイントページ カード部分枠線追加 ****/ .point-col-between .centering-point-block { width: 100%; } .point-col-between .centering-point-block > li { font-size: 12px; text-align: left; padding: 16px; background-color: #fff; border-top: 1px solid #ddd; } .point-col-between .centering-point-block > li:first-child { border-top: none; } .centering-point-block .point-snd-tit { font-size: 14px; font-weight: bold; margin-bottom: 12px; } /* ポイントカード部分ステージ画像追加*/ .point-img-stage { background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; position: relative; font-size: 0; } .point-stage-1st, .point-stage-2nd, .point-stage-3rd, .point-stage-4th, .point-stage-platinum, .point-stage-bpc1st, .point-stage-bpc2nd, .point-stage-bpc3rd, .point-stage-bpcpremiere, .point-stage-bpcgpremiere, .point-stage-bpcgold { display: block; width: 154px; height: 28px; } .point-stage-1st { background-position: 0 -88px; } .point-stage-2nd { background-position: 0 -122px; } .point-stage-3rd { background-position: 0 -156px; } .point-stage-4th { background-position: 0 -190px; } .point-stage-platinum { background-position: 0 -224px; } /* 法人用 */ .point-stage-bpc1st { background-position: 0 -258px; } .point-stage-bpc2nd { background-position: 0 -292px; } .point-stage-bpc3rd { background-position: 0 -326px; } .point-stage-bpcpremiere { background-position: 0 -360px; } .point-stage-bpcgpremiere { background-position: 0 -394px; } .point-stage-bpcgold { background-position:0 -428px; } /* ポイントrecomment */ .point-recommend-block { position: relative; margin-top: 12px; width: 100%; border: 2px solid #fdd000; background: #fffae5; border-radius: 1px; text-align: left; } .point-recommend-block:before { content: ""; position: absolute; top: -12px; left: 50%; margin-left: -5px; width: 0; height: 0; border-bottom: 10px solid #fdd000; border-left: 10px solid transparent; border-right: 10px solid transparent; } .point-recommend-block:after { content: ""; position: absolute; top: -9px; left: 50%; margin-left: -5px; width: 0; height: 0; border-bottom: 10px solid #fffae5; border-left: 10px solid transparent; border-right: 10px solid transparent; } .point-recommend-block ul { margin: 12px 16px; } .point-recommend-block .point-ico-recommend { position: relative; padding-left: 28px; } .point-recommend-block .point-ico-recommend:before { content: ""; height: 24px; width: 24px; position: absolute; top: 0; left: -4px; background-image: url(/mydocomo/images_17v3/sprite/sprite_point@2x.png); background-repeat: no-repeat; background-size: 240px; background-position: -80px -50px; } .point-bnr-stage { margin-top: 12px; } .point-bnr-stage li img { margin: 8px 0; } .point-bnr-stage li:last-child img { margin: 8px 0 0; }