html, body, div, span, object, iframe, a, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol,
ul, li, fieldset, form, label, legend, caption, tfoot, thead, article,
aside, canvas, details, figcaption, figure, footer, header, hgroup, menu,
nav, section, summary, time, mark, audio, video {
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
    line-height: 1; /* 09reset対策確認用 */
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

/* リンク共通 */

a {
    text-decoration: none;
    color: #45699F;
    font-weight: normal;
}

    a:hover {
        text-decoration: underline;
    }

    a:visited {
        color: #45699F;
    }

.loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000;
}

.loading_svg {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
}

/* ラベル共通 */

label {
    cursor: pointer;
}

/*テキストボックスフォーカス時プレースホルダーを非表示*/
input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus::-ms-input-placeholder {
    color: transparent;
}

input:focus::placeholder {
    color: transparent;
}

/*----------------------------------
ページ構成用
----------------------------------*/

.maincontentArea {
    display: block;
    margin: auto;
    width: 1024px;
    padding: 14px 18px 18px;
    color: #232323;
}

    /* 09reset.css対策 */
    .maincontentArea * {
        line-height: 1.7;
    }

.mainBox {
    background: #fff;
    width: 1024px;
}

.mainLeft {
    width: 750px;
    float: left;
}

.sideNaviRight {
    /* background: #d95d2a; */
    width: 300px;
    padding: 0;
    margin: 0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

/*----------------------------------
表示非表示制御
----------------------------------*/

.hiddenCheck {
    display: none;
}

.hiddnLabel {
    cursor: pointer;
    float: right;
    color: #375E94;
    margin-top: -20px;
}

.hiddenContent {
    /* border: 1px solid #333; */
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.hiddenCheck:checked+.hiddnLabel+.hiddenContent {
  height: 300px;
  opacity: 1;
  visibility: visible;
}


/*----------------------------------
ポップアップ共通設定
----------------------------------*/

.popupWrap input {
    display: none;
}

.popupOverlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.2s, transform 0s 0.2s;
    transform: scale(0);
}

.popupTrigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popupContent {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    max-height: 98%;
    overflow: auto;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.2s;
}

    .popupContent p {
        line-height: 1.4em;
    }

.popupMainArea {
    padding: 10px 10px 5px 10px;
}

.closeBtn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
}

.popupWrap input:checked ~ .popupOverlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.popupTitle {
    color: #232323;
    font-size: 18px;
    letter-spacing: 2px;
    border-bottom: 1px solid #DCDCDC;
    padding: 8px 10px 10px;
}

.popupSubTtl {
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 10px 0;
}


/* 上部の説明エリア等 */

.popupDescription {
    padding: 0 0 20px 0;
}

.verification {
    font-size: 17px;
}


.formatIcon {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    border: 1px solid #535353;
    background: #535353;
    color: #FFF;
    border-radius: 1px;
    padding: 0 10px;
    min-width: 100px;
}


p.formatIcon, div.formatIcon {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    border: 1px solid #535353;
    background: #535353;
    color: #FFF;
    border-radius: 1px;
    padding: 0 10px;
    min-width: 120px;
    line-height: 1.5;
}


/*———————————

ポップアップ_お届け先
(指定先)
———————————*/
.address .tabContent {
    padding: 3px 0;
}
/* 共通化したい */
table.registeredAddressTb tbody tr td {
    /* border-bottom: solid 1px #DCDCDC; */
    line-height: 1.7;
    width: 100%;
    height: 90px;
}

/* hover範囲あとで調製 */
/*table.registeredAddressTb tbody tr td:hover {
  background: #F3F3F3;
}*/

.addressSelectArea label {
    padding: 0 0 0 15px;
}

/* 新住所登録フォーム */
.newdAddress {
  padding: 0 30px;
  background: #F3F3F3;
  border: 1px solid #DCDCDC;
  border-top: none;
}

table.newdAddressTb tbody tr td {
    padding: 5px 0;
}

    table.newdAddressTb tbody tr td:first-child {
        width: 20%;
    }

table.newdAddressTb .required {
    width: 10%;
}

table.newdAddressTb tbody tr td.todofuken {
    padding: 20px 0;
}

/* デフォルトでdisplay: none;のため、再表示する */
.newdAddress input {
    display: block;
}

.inputZip {
    width: 50%;
}

.inputName {
    width: 48%;
    float: left;
}

.shimei {
    float: right;
}

.sevenEleven {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    margin: 10px 0;
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
}

    .sevenEleven p {
        white-space: nowrap;
    }

    .sevenEleven .store-name {
        width: 60%;
    }

    .sevenEleven.sttl {
        border: 0px solid #DCDCDC;
        padding: 20px;
        justify-content: flex-start;
    }

        .sevenEleven.sttl p:first-of-type {
            margin: 0 10px 0 0;
            white-space: nowrap;
        }

.sevenBtn {
    color: #fff;
    padding: 10px;
    white-space: nowrap;
    background: #535353;
    border-radius: 50px;
}

.seven-note {
    padding: 0 15px;
    margin: -25px 0 0 0;
}
/*———————————

ポップアップ_配送方法
———————————*/
.deliveryCmpnSelect {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #DCDCDC;
}

    /* 共通化したい */
    .splitSelect label,
    .deliveryCmpnSelect label {
        padding: 0 0 0 15px;
        margin: 10px 0;
    }

/*table.bulkDelivery tbody tr td:hover,
table.sequentialDelivery tbody tr td:hover,
table.deliveryCmpnSelect tbody tr td:hover,
table.unspecified tbody tr td:hover,
table.youPackSelect tbody tr td:hover{
 background: #F3F3F3;
}*/

.radioNote {
    display: block;
    padding: 15px 0 5px 0;
    font-size: 12px;
}

.hidden-note {
    padding: 0 15px 0 65px;
}

.delivery-way-note {
    padding: 0 0 0 50px;
}

.youPackDetail,
.youPackDateSelect {
    margin: 10px;
    padding: 5px;
    background: #F9F9F9;
}

.youPackDateSelect {
    border-top: 1px solid #DCDCDC;
}

    .youPackDateSelect .selectArea {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }

    .youPackDateSelect .select {
        width: 40%;
    }

    .youPackDateSelect .delTime {
        margin: 0 40px 0 0;
    }


/*———————————

ポップアップ_決済方法
———————————*/

/* 共通化したい */
.sttlWaySelect label,
.buyerInfoSelect label {
    padding: 0 0 0 15px;
    margin: 20px 0;
    line-height: 1.7;
}

.newdAddress label {
    padding: 0;
    margin: 0 0 20px 0;
}

/*table.sttlWaySelectTb tbody tr td:hover,
table.buyerInfoSelectTb tbody tr td:hover{
  background: #F3F3F3;
}*/

/* 要再検討 */
/*table.newdCardTb tbody tr td:hover{
  background: #F9F9F9;
}*/

table:not(:first-of-type).sttlWaySelectTb tbody tr td,
table:not(:first-of-type).buyerInfoSelectTb tbody tr td {
    /* border-top: 1px solid #DCDCDC; */
}

.cardSelect {
    margin: 10px;
    padding: 5px;
    background: #F9F9F9;
    border: 1px solid #DCDCDC;
}

/* 新カード登録フォーム */
.newdCard {
    padding: 0 30px;
}

table.newdCardTb tbody tr td {
    padding: 0 0 10px 0;
}

table.newdCardTb .ttl {
    width: 28%;
    font-size: 12px !important;
}

table.newdCardTb .required {
    width: 10%;
}


.cardSelect .select {
    width: 35%;
}
/* デフォルトでdisplay: none;のため、再表示する */
.newdCardTb input {
    display: block;
}

.confirmCreditSecure input {
    position: inherit !important;
    display: block !important;
    z-index: 1 !important;
    opacity: 1 !important;
}

.buyerInfoSelect {
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    border-top: 1px solid #DCDCDC;
}

.tbPayment img,
.cardSelect img {
    max-height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.add-card label {
    padding: 5px 0 0 0;
    margin: 0;
}


/*----------------------------------
入力フォーム共通設定
<div class="txtInput">
  <input type="text" placeholder="初期表記">
</div>
----------------------------------*/


/* 場所によって個別に幅指定してください！ */

.txtInput {
    position: relative;
    box-sizing: border-box;
    /* width: 80px; */
    /* margin: 40px 3%; */
}

    .txtInput input[type=text] {
        font-size: 12px;
        box-sizing: border-box;
        width: 100%;
        height: 40px;
        margin: 8px 0;
        padding: 0.3em;
        transition: 0.1s;
        border: 1px solid #9C9C9C;
        border-radius: 2px;
        outline: none;
        padding-left: 10px;
    }


        /* tips:border-sizingは高さを指定しないと効かない */

        .txtInput input[type=text]:focus {
            border: 2px solid #45699F;
        }

    /* バリデーションエラー時のデザイン */
    .txtInput.error input[type=text] {
        border: 2px solid #F57F96;
        background: #FFF4F5;
    }

.val-alt {
    color: #D60024;
    margin-top: -5px;
}


/* 入力必須アイコン */

.requiredIco {
    color: #fff;
    font-size: 10px;
    border-radius: 100px;
    background: #9C9C9C;
    padding: 4px 9px;
}


/* 変更確定、はいいいえ等ボタン */

.changeConfirmArea {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0 0 0;
}

.changeConfirmBtn {
    display: inline-block;
    text-align: center;
    width: 200px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    background: #232323;
    border-radius: 2px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

    .changeConfirmBtn:hover {
        opacity: 0.8;
    }

.btnThin {
    background: #9C9C9C;
}

.disabled {
    opacity: 0.5;
    cursor: default;
}

    .disabled:hover {
        opacity: 0.5;
        cursor: default;
    }

/*----------------------------------
タブ共通設定
----------------------------------*/

.tabWrap {
    display: flex;
    flex-wrap: wrap;
}

.tabLabel {
    background: #F3F3F3;
    white-space: nowrap;
    text-align: center;
    padding: 10px .5em;
    order: -1;
    position: relative;
    /*z-index: 1;*/
    cursor: pointer;
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px 0 0;
    flex: 1
}

    .tabLabel:not(:last-of-type) {
        margin-right: 5px;
    }

    .tabLabel:nth-of-type(2) {
        /*z-index: 2;*/
    }

.tabContent {
    width: 100%;
    height: 0;
    overflow: hidden;
    /*opacity: 0;*/
    /*padding: 5px 0 0 0;*/
}

#searchArea {
    z-index: auto;
}

/* アクティブなタブ */
.tabSwitch:checked + .tabLabel {
    background: #FFFFFF;
    border-top: 3px solid #D60024;
    border-bottom: initial;
}

    .tabSwitch:checked + .tabLabel + .tabContent {
        height: auto;
        /* overflow: auto; */
        opacity: 1;
        transition: .5s opacity;
    }


/* ラジオボタン非表示 */

.tabSwitch {
    display: none;
}


/*----------------------------------
ラジオボタン、ドロップダウン

*ラジオボタンの使い方：
<label class="radioControl control--radio">
<input type="radio" name="ラジオグループ名" checked="checked"/>
<div class="control__indicator"></div>
<span class="wrap">内容</span>
</label>

*ドロップダウンの使い方
<div class="select"> <select>
    <option>内容</option>
    <option>内容</option>
</select>
  <div class="select__arrow"></div>
</div>

----------------------------------*/

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


/* ドロップダウンボックス */

.select {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .select select {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 1px solid #DCDCDC;
        border-radius: 0;
        background: #fff;
        color: #7b7b7b;
        font-size: 13px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .select select::-ms-expand {
            display: none;
        }

        .select select:hover, .select select:focus {
            color: #000;
            /* background: #e6e6e6; */
        }

        .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }

.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow, .select select:focus ~ .select__arrow {
    border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}

.wrap {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px;
    margin: auto;
    height: auto;
}


/* ラジオボタン専用 */

.radioControl {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 13px;
}

    .radioControl input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 1px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.radioControl:hover input ~ .control__indicator, .radioControl input:focus ~ .control__indicator {
    background: #ccc;
}

.radioControl input:checked ~ .control__indicator {
    background: #D60024;
}

.radioControl:hover input:not([disabled]):checked ~ .control__indicator, .radioControl input:checked:focus ~ .control__indicator {
    background: #990820;
}

.radioControl input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
    border: 1px #ccc solid;
}

.radioControl input:disabled ~ .control-disabled__indicator {
    position: absolute;
    width: 0;
    height: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #cecece;
    margin-left: 10px;
    z-index: 99;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.radioControl input:checked ~ .control__indicator:after {
    display: block;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

/* ラジオボタンチェック時の枠
親要素<td>にclass="selected"を付与する*/
.sttlWaySelectTb tbody tr td.selected,
.registeredAddressTb tbody tr td.selected {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
}

/* ラジオボタンチェック時の枠(新住所追加用)*/
.registeredAddressTb.new-address tbody tr td.selected,
.buyerInfoSelectTb.new-address tbody tr td.selected {
    background: #F3F3F3;
    border: 1px solid #DCDCDC;
    border-bottom: none;
}

/*----------------------------------
小物
----------------------------------*/


/* .redColorに書き換え予定*/

.alt {
    color: #D60024;
}

/* 強調色(赤) */

.redColor {
    color: #D60024;
}

/* 黄色(クラス名検討中)*/

.yelColor {
    color: #FFBB00;
}

/* リンク */

.blueTxt {
    color: #45699F;
}

/*取り消し線*/
.txt-line-through {
    text-decoration: line-through;
}

/* ページタイトル等 */
div .h1Title {
    color: #232323;
    font-size: 25px;
    padding: 0 0 10px 0;
    letter-spacing: 2px;
}


/* ページサブタイトル等 bold*/

.h2Title {
    letter-spacing: 1.5px;
    border-bottom: 1px solid #DCDCDC;
    padding: 18px 7px 3px 7px;
    font-weight: bold;
}


/* 見出しなど */

.h3Title {
    font-weight: bold;
    letter-spacing: 1.2px;
    padding: 10px 0;
}


/* 高さの違う要素を上下中央揃えさせたい場合のヘルパークラス */

.flexCentered {
    display: flex;
    align-items: center;
}

/* 縦横中央揃え用*/
.flex-just-centerd {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 「内容(左寄せ)__内容(右寄せ) 」等用*/

.flexTitle {
    display: flex;
    justify-content: space-between;
}

.borderBtm {
    border-bottom: 1px solid #DCDCDC;
}

/* フォントbold用(良いやり方が無いか検討) */

.textBold {
    font-weight: bold;
}


/* ちょい補足系
段落分けしたいｐタグなどに使ってください */

p.note,
div.note,
span.note {
    font-size: 11px;
    margin: 0 0 3px 0;
}

p.noteThin,
div.noteThin,
span.noteThin {
    color: #535353;
}


/* お知らせ、警告ボックスの共通設定 */

.box {
    border: 1px solid #DCDCDC;
    border-radius: 6px;
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
    display: table;
    width: 100%;
}

    .box .altIco {
        display: table-cell;
        vertical-align: middle;
        width: 50px;
    }

        .box .altIco img {
            max-height: 30px;
            display: block;
        }

    .box .msg {
        display: table-cell;
        line-height: 2;
        letter-spacing: 1.05px;
    }


/* 吹き出し */

.fukidashi {
    position: relative;
    display: inline-block;
    margin: 0 29px;
    padding: 5px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 11px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

    .fukidashi:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -21px;
        margin-top: -12px;
        border: 12px solid transparent;
        z-index: 2;
    }


/* 青吹き出し */

.colorBlue {
    border: solid 1px #375E94;
    background: #375E94;
}

    .colorBlue:before {
        border-right: 12px solid #375E94;
    }


/* 赤吹き出し */

.colorRed {
    border: solid 1px #FFA62E;
    background: #FFA62E;
}

    .colorRed:before {
        border-right: 12px solid #FFA62E;
    }

/* 特典、フラゲ用
(旧.privilegeIcon) */

.iconFlex {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

p.redIcon, div.redIcon, span.redIcon {
    background: #c60019;
    border: 1px solid #c60019;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    padding: 0 20px;
    margin-right: 10px;
    width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 1.3;
}

/* 封入特典 */
p.whiteIcon, div.whiteIcon, span.whiteIcon {
    background: #fff;
    border: 1px solid #535353;
    color: #535353;
    border-radius: 2px;
    font-size: 11px;
    padding: 0 20px;
    margin-right: 10px;
    width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 1.3;
}

/* 特典終了しました等のグレーアイコン */
p.grayIcon, div.grayIcon, span.grayIcon {
    background: #9C9C9C;
    color: #fff;
    border-radius: 2px;
    font-size: 11px;
    padding: 0 20px;
    white-space: nowrap;
    margin-right: 10px;
    display: inline-block;
    width: 55px;
    min-width: 55px;
    text-align: center;
    line-height: 1.3;
}
/* 特典終了 */
p.pri-end {
    text-decoration: line-through;
}

/* キャンペーン情報 */
.campaign {
    color: #D60024;
}


/* アイコンバッジ */
span[data-badge-top-right]:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    background-color: #D60024;
    border-radius: 50%;
    font-size: 1.2em;
    line-height: 1;
    min-width: 1em;
    padding: 8px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px #999;
    color: #fff;
}

span[data-badge-top-right]:before {
    top: 0;
    right: 12px;
    transform: translate(50%, -50%);
    content: attr(data-badge-top-right)"";
}


/*----------------------------------
チェックボックス(微調整中)

*使い方：
<label class="control control--checkbox">
  <input id="check" type="checkbox" onclick="checkValue('form1', 'check', 'btn')"/>
  <div class="control__indicator"></div>
  <span class="wrap">内容</span>
</label>
----------------------------------*/

.control {
    display: block;
    position: relative;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: relative;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator, .control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #D60024;
}

.control:hover input:not([disabled]):checked ~ .control__indicator, .control input:checked:focus ~ .control__indicator {
    background: #990820;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}




/* 年齢確認ポップアップ */
.ageCheck .popupContent {
    width: 80%;
}

.age-check {
    font-size: 15px;
    line-height: 2;
    /* border: 1px solid #FF0000; */
    margin: 0 10px;
}

.age-alt {
    color: #FF0000;
}

.age-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
}

.age-mark {
    color: #fff;
    background: #FF0000;
    margin: 0 5px 0 0;
}

.age-check .txtInput input[type="text"] {
    display: block;
    width: 80px;
}

/* 変更破棄確認ポップアップ用 */
.destroyCheck .popupDescription {
    font-size: 16px;
}


/*------------------
フッダー、レコメンドエリア
------------------*/

.rcm-background {
    background: #eee;
}

    .rcm-background .swiper-button-prev,
    .rcm-background .swiper-button-next {
        margin-top: 0px;
        top: 45%;
    }

.rcm-block-title {
    padding: 10px 0 20px;
    font-size: large;
}

.rec-del-btn {
    width: 20px;
    height: 20px;
    background: url('../../ec/Images/img19/ec/common/rcm_close_circle.png') no-repeat;
    background-size: contain;
    z-index: 10000;
    display: block;
}

.rec-del-btn-area {
    display: flex;
    opacity: 0;
    margin-bottom: 2px;
    justify-content: flex-end;
}

.rec-del-text {
    display: none;
    line-height: 1;
    font-size: 10px;
}

.recommend {
    box-sizing: border-box;
    max-width: 1024px;
    background: #eee;
    height: auto;
    display: block;
    margin: auto;
    font-size: 13px;
    padding: 10px;
    margin: 25px auto;
}

.recommendTtl {
    padding: 0 25px 25px;
    font-size: 17px;
}

.recommendBox {
    display: flex; /* blockにすると、フォーマットの幅が伸び切らなくなる。デザイン確認後に微調整 */
    flex-flow: column;
    box-sizing: border-box;
    background: #fff;
    padding: 15px;
}


/* 最近チェックした商品 */
.checkedItem ul {
    display: flex;
    justify-content: space-between;
}

.recommendBox .title, .recommendBox .artist {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.arrowLeft, .arrowRight {
    width: 30px;
    height: 180px;
    align-self: center;
}

.arrow_M.right {
    fill: #D60024;
    transform: scale(-1, 1);
}

.recommend .formatIcon {
    margin: 8px 0;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
}

figure.rcmImg {
    display: flex;
    width: 120px;
    height: 120px;
}

.recommend img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.recommend .artist {
    color: #232323;
}

.audition {
    display: flex;
    height: 70px;
}

.iconColor {
    color: #9C9C9C;
}

.recommend .formatIcon {
    margin: 8px 0;
    max-width: 128px;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 0;
}

.rec-format-name {
    font-size: x-small;
    background: #535353;
    color: white;
    width: auto;
    width: max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: fit-content;
    padding: 3px;
    display: flex;
    justify-content: center;
    margin: 0 0 5px;
    min-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.rec-item-name {
    position: relative;
    margin-bottom: 10px;
}

    .rec-item-name a {
        line-height: 1.3em !important;
        overflow: hidden;
        height: calc(1.3em * 2);
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.rec-item-artist {
  color: #45699F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 視聴するアイコン */

.auditionIcon {
    display: block;
    background: #fafafa;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 30px;
    margin: auto;
    transition: all 1s;
}

.fa-headphones-alt {
    transition: all 1s;
    color: #003263;
    font-size: larger;
}

.auditionIcon:hover, .checkedArtist li:hover {
    border: 1px solid #45699F;
    color: #566b82;
    cursor: pointer;
    background: #fff;
}



    /* ヘッドフォンアイコンは少し明るめ */

    .auditionIcon:hover .fa-headphones-alt {
        color: #7091c2
    }

.auditionTxt {
    letter-spacing: 1.2px;
    margin: 2px 0 0 10px;
}

.auditionIcon .innerFlex {
    display: flex;
    align-items: center;
}


/* 最近チェックしたアーティスト */

.checkedArtist ul {
    display: flex;
}

.checkedArtist li {
    background: #fafafa;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #45699F;
    margin: 0 20px 0 0;
    padding: 10px 20px;
    transition: all 1s;
}
    .checkedArtist li a:hover {
        text-decoration:none;
    }
    /* 左右寄せヘルパークラス */
    .alignRight {
        text-align: right;
    }

.alignLeft {
    text-align: left;
    float: left;
}



/* ロードCSS */
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

    .sk-chase-dot:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #D60024;
        border-radius: 100%;
        animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
    }

    .sk-chase-dot:nth-child(1) {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2) {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3) {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4) {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5) {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6) {
        animation-delay: -0.6s;
    }

    .sk-chase-dot:nth-child(1):before {
        animation-delay: -1.1s;
    }

    .sk-chase-dot:nth-child(2):before {
        animation-delay: -1.0s;
    }

    .sk-chase-dot:nth-child(3):before {
        animation-delay: -0.9s;
    }

    .sk-chase-dot:nth-child(4):before {
        animation-delay: -0.8s;
    }

    .sk-chase-dot:nth-child(5):before {
        animation-delay: -0.7s;
    }

    .sk-chase-dot:nth-child(6):before {
        animation-delay: -0.6s;
    }

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%, 0% {
        transform: scale(1.0);
    }
}

/* ロードCSS2 */
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #333;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/*マルチバイマウスオーバー用(あとで共通化)*/

.multibuyTooltip {
    position: relative;
}

    .multibuyTooltip a {
        cursor: pointer;
        text-decoration: none;
    }

.multibuy-fukidashi {
    display: none;
    max-width: 500px;
    height: fit-content;
    position: absolute;
    bottom: 120%;
    border-radius: 2px;
    padding: 10px;
    background: #fff;
    color: #535353;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
    opacity: .95;
    word-wrap: break-word;
}

    .multibuy-fukidashi:after {
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        bottom: -19px;
        margin-left: 10px;
        border: solid transparent;
        border-color: rgba(51, 204, 153, 0);
        border-top-color: #fff;
        border-width: 10px;
        pointer-events: none;
        content: " ";
    }

.multibuyTooltip:hover + .multibuy-fukidashi {
    display: block;
}

/*旧CSS打消し用*/
#headerArea12base #headerNavInner00 .headerNavInner00Txt02 li {
    background:none;
}
.header-list {
    display: inline;
    list-style: none;
}

    .header-list::after {
        content: '|';
        color: #55555585;
    }
