@charset "UTF-8";

/*------------------------------------------------------------- */
/*    ▼▼▼サイト共通CSS▼▼▼ */
/*------------------------------------------------------------- */

/* Global Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
textarea,
p,
blockquote,
th,
td,
address,
menu {
    max-height: 999999px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: 'Roboto', 'Droid Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans',
        'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',
        'Meiryo', sans-serif;
    line-height: 1.05em;
    letter-spacing: 0.025em;
}
input {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.05em;
    letter-spacing: 0.025em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
body {
    background: #ffffff;
}
* {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', 'Droid Sans', 'ヒラギノ角ゴシック', 'Hiragino Sans',
        'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ',
        'Meiryo', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
span {
    line-height: 1.6em;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
p {
    font-size: 18px;
}
p.pXLarge {
    font-size: 48px;
}
p.pLarge {
    font-size: 30px;
}
p.pSmall {
    font-size: 16px;
}
p.pXSmall {
    font-size: 14px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    max-height: 100%;
    vertical-align: middle;
}
.wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
/*    max-width: 1280px;*/
    margin: 0 auto;
    padding: 0 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.miniWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.icon {
    margin-right: 10px;
    vertical-align: middle;
}

/* 金額用のフォント設定 */
.priceText {
    font-family: 'Avenir Next', 'Roboto', 'Droid Sans', 'Sans-serif', 'メイリオ',
        'Meiryo';
}

/* PC/TAB/SPの出し分け */
.pc {
    display: block;
}
.pc.tab {
    display: block;
}
.tab,
.sp.tab {
    display: none;
}
.sp {
    display: none;
}
.slickTrack {
    -webkit-transition: initial;
    transition: initial;
}
.slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
:root body {
    -webkit-text-size-adjust: 100%;
}
/*== ↑Safari用↑ ==*/

/* 指定した要素を強制的に非表示にします */
.dispNone {
    display: none !important;
}
.dispHidden {
    visibility: hidden !important;
}

/* ページタイトル */
.titleWrapper {
    margin: 64px auto;
}

/* エリア見出し */
.subTitleWrapper {
    margin: 64px auto 48px auto;
}

/* ページタイトルSP */
@media screen and (max-width: 767px) {
    .titleWrapper {
        margin: 40px auto 30px auto;
    }

    /* タイトルと件数の間に改行挿入 */
    .titleWrapper .supplement::before {
        content: '\A';
        white-space: pre;
    }
}

/* エリア見出しSP */
@media screen and (max-width: 767px) {
    .subTitleWrapper {
        margin: 40px auto 30px auto;
    }
}

/* カラムコンポーネント */
.clmCom {
    display: block;
    width: 100%;
}
.fwCms_leftMenu .frame_LM .clmCom,
.fwCms_rightMenu .frame_MB .clmCom,
.fwCms_MultiContentsArea .frame_LMB .clmCom {
    text-align: right;
}
.clmCom .clmWrap {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
}

/* 左メニュー */
.fwCms_leftMenu .frame_LM .clmWrap {
    width: 252px;
    padding-left: 40px;
}
.fwCms_leftMenu .frame_MB .clmWrap {
    width: 100%;
    max-width: calc(1280px - 250px);
    padding: 0 40px;
}

/* 右メニュー */
.fwCms_rightMenu .frame_RM .clmWrap {
    width: 410px;
    padding-right: 40px;
}
.fwCms_rightMenu .frame_MB .clmWrap {
    width: 100%;
    max-width: calc(1280px - 410px);
    padding: 0 40px;
}

/* 左右均等 */
.fwCms_MultiContentsArea .frame_LMB .clmWrap {
    width: 520px;
    padding: 0 20px 0 40px;
}
.fwCms_MultiContentsArea .frame_RMB .clmWrap {
    width: 520px;
    padding: 0 40px 0 20px;
}

@media screen and (max-width: 959px) {
    .fwCms_leftMenu .frame_LM .clmWrap,
    .fwCms_leftMenu .frame_MB .clmWrap,
    .fwCms_rightMenu .frame_MB .clmWrap,
    .fwCms_rightMenu .frame_RM .clmWrap,
    .fwCms_MultiContentsArea .frame_LMB .clmWrap,
    .fwCms_MultiContentsArea .frame_RMB .clmWrap {
        width: 100%;
        max-width: 100%;
        padding: 0 5%;
    }
    .pc.tab {
        display: none;
    }
    .tab,
    .sp.tab {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 16px;
    }
    .wrap {
        max-width: 100%;
        padding: 0  0 0 7px;
    }
    .miniWrap {
        max-width: 100%;
        padding: 0 5%;
    }
    .tab,
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* フロートの解除 */
.clearfix::after {
    content: '';
    display: block;
    clear: both;
}
.headerGlobalNavi li > a::after,
.headerGlobalNavi .headerGlobalNaviActive > a::before,
a.spMenuBar span::before,
a.spMenuBar span::after,
#footer .footerMainMenu li::after,
.textLinkArrow::after,
.toTopBtn::after,
.appealCom::before,
.appealCom::after,
.sliderBtn::after,
.checkBoxItem input[type='checkbox'] + i::after,
.catSubject::before,
.catSubject::after,
.radioBtnItem input[type='radio'] + i::after {
    position: absolute;
    display: block;
    content: '';
}

/* header_css */
#header {
    width: 100%;
}
#header li {
    display: inline-block;
}
.headerArea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 0;
    border-bottom: 1px solid #efefef;
    min-height: 87px;
}
.headerArea .wrap {
    position: relative;
    font-size: 0;
}
.headerArea .logo {
    display: inline-block;
    vertical-align: middle;
}
.headerArea .logo img {
    width: auto;
    max-width: 160px;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}
.headerArea .headerRight {
    display: inline-block;
    width: calc(100% - 165px);
    text-align: right;
    vertical-align: middle;
}
.headerArea .headerRight li {
    margin-left: 17px;
}
.headerArea .headerRight li a {
    display: block;
    padding: 0 15px;
    color: #888;
    font-size: 13px;
}
.headerArea .headerRight li a img {
    vertical-align: middle;
}

/* 「ログイン」「ログアウト」 */
#header .loginBtn {
    display: none;
}
#header .logoutBtn {
    display: none;
}
#header .loginBtn.active,
#header .logoutBtn.active {
    display: inline-block;
}

/* ヘッダー＞カートアイコン部 */
.headerArea .headerRight .headerCartIconArea {
    margin-right: -17px;
    margin-left: 0;
}

/* ヘッダー＞カートアイコン */
.headerArea .headerRight .headerCartIconArea a img {
    position: relative;
    left: 17%;
}

/* ヘッダー＞カートの件数アイコン */
.headerArea .headerRight .headerCartIconArea a .cartSumIcon {
    position: relative;
    right: 19%;
    bottom: 45%;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    background-color: #cc0033;
    border-radius: 50%;
}

/* 0件のとき */
.headerArea .headerRight .headerCartIconArea a .cartSumIcon.cartEmpty,
.spSubHeader li a .cartSumIcon.cartEmpty {
    width: 0;
    visibility: hidden;
}

/* ヘッダー＞検索エリア */
#headerSearchBtn {
    position: relative;
}
#headerSearchBtn.active::before,
#headerSearchBtn.active::after {
    position: absolute;
    bottom: -28px;
    left: 50%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #efefef;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}
#headerSearchBtn.active::after {
    bottom: -30px;
    border-bottom-color: #efefef;
}
.headerSearchArea {
    position: relative;
    display: none;
    padding: 16px 0;
    background: #efefef;
    border-bottom: 1px solid #efefef;
}
.headerSearchArea.sp {
    padding: 24px 0;
    background: #f8f8f8;
}
.headerSearchArea::after {
    top: -22px;
    border-bottom-color: #f8f8f8;
}
.pcSearchArea {
    display: block;
    width: 280px;
    margin-left: auto;
}

/* ヘッダー>FAQアイコン */
.faqIcon img {
    max-width: 34px;
}

/* ヘッダー＞ユーザ情報エリア */
.headerUserArea {
    display: block;
    width: 100%;
    background-color: #f8f8f8;
    border-bottom: 1px solid #efefef;
}
.headerUserInfoWrap {
    display: flex;
    height: 45px;
}
.userNameArea {
    display: inline-block;
    line-height: 45px;
}
.userInfoWrap {
    display: flex;
    align-items: center;
}
.userPointArea {
    margin-left: 20px;
    height: 38px;
    width: 114px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #bdbdbd; /* 例外：OLS標準外カラー指定 */
    border-radius: 5px;
}
.userPointWrap {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 4px 12px 4px 4px;
}
.userPointWrap::after {
    content: '';
    position: absolute;
    right: 5px;
    height: 6px;
    width: 6px;
    border-right: 1px solid #bdbdbd;  /* 例外：OLS標準外カラー指定 */
    border-bottom: 1px solid #bdbdbd; /* 例外：OLS標準外カラー指定 */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.userPointArea img[data-tippy] {
    cursor: pointer;
}
.userPointArea img {
    image-rendering: -webkit-optimize-contrast;
}
.userPointArea .dmark {
    height: auto;
    width: 15px;
}
.userPointArea .main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 57px;
}
.userPointArea .stage {
    height: 24px;
    width: 24px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
}
/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
:root .userPointArea img {
    image-rendering: auto;
}
_::-webkit-full-page-media,
_:future,
:root .userPointArea .stage {
    image-rendering: auto;
}
/*== ↑Safari用↑ ==*/
.userPointArea .stage1 {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/icon_stage_1.png');
}
.userPointArea .stage2 {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/icon_stage_2.png');
}
.userPointArea .stage3 {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/icon_stage_3.png');
}
.userPointArea .stage4 {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/icon_stage_4.png');
}
.userPointArea .stage5 {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/icon_stage_5.png');
}
.userNameArea .welcome {
    color: #888;
}
.pcUseInfoArea {
    position: relative;
    display: none;
    margin: auto 0;
    margin-left: 20px;
    padding-left: 20px;
    line-height: 1em;
    cursor: pointer;
}
.pcUseInfoArea.active {
    display: inline-block;
}
.pcUseInfoArea::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 2px;
    height: 14px;
    background: #d8d8d8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}
.dpointTitle {
    height: 10px;
    margin-right: 3px;
    text-align: right;
    font-size: 10px;
}
.dpointTitle img {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.dpointText {
    font-size: 0;
    margin-right: 3px;
    margin-bottom: 2px;
    text-align: right;
}
.dpointText .priceText {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
.dpointText .unit {
    display: inline-block;
    color: #757575; /* 例外：OLS標準外カラー指定 */
    font-size: 10px;
    line-height: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transform-origin: left 75%;
    margin-left: 1px;
}
.dpointText .priceText.digit6 {
    font-size: 10px;
}
.dpointText .priceText.digit6 + .unit {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.dpointText .priceText.lt0 {
    color: #c00000; /* 例外：OLS標準外カラー指定 */
}
.dpointText .priceText.lt0 + .unit {
    color: #9c6666; /* 例外：OLS標準外カラー指定 */
}
.useInfoTitle {
    color: #888;
}
.pcLogInOutBtnArea {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

.headerGlobalNavi {
    text-align: center;
    border-bottom: 1px solid #efefef;
}
.headerGlobalNavi ul {
    position: relative;
    margin: 0 auto;
    font-size: 0;
}
.headerGlobalNavi li {
    position: static;
}
.headerGlobalNavi li > a::after {
    top: 50%;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #efefef;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headerGlobalNavi li:last-child > a::after {
    display: none;
}
.headerGlobalNavi li > a {
    position: relative;
    display: table-cell;
    height: 65px;
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
}
.headerGlobalNavi li.megaMenuTit > a:hover,
.headerGlobalNavi li.megaMenuTit > a:hover > span {
    color: #cc0033;
}
.headerGlobalNavi.pc .headerWrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
li#productsMenu:hover > a::before,
li#guidesMenu:hover > a::before,
li.headerGlobalNaviActive > a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #cc0033;
    content: '';
}
.onMegaMenu li.headerGlobalNaviActive > a:before {
    content: none;
}
.headerGlobalNavi li#optionsMenu a span {
    margin-top: 4px;
}
.headerGlobalNavi li a i.triTab,
.pcUseInfoArea i.triTab {
    margin-left: 4px;
}
.headerGlobalNavi li a i.triTab::after,
.pcUseInfoArea i.triTab::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 9px solid #d9d9d9;
    border-right: 6px double transparent;
    border-left: 6px double transparent;
    transform: scaleY(0.85);
    transform-origin: 50% 37.5%;
    content: '';
}
.headerGlobalNavi li a:hover i.triTab::after {
    border-top-color: #cc0033;
}
.headerGlobalNavi li a i.triTab.upTri::after,
.headerGlobalNavi li:hover a i.triTab::after,
.pcUseInfoArea i.triTab.upTri::after {
    transform: scaleY(-0.85);
}
.headerGlobalNavi li span {
    display: block;
    font-size: 11px;
}
.headerGlobalNavi li .headerCategory span {
    font-size: 15px;   /*202206 + docomo update */
}

/* 利用者情報表示用ツールチップ */
.headerUserArea .tippy-popper {
    width: auto;
}
.tippy-tooltip.use-mobile-theme {
    max-width: 500px;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 20px 5px #ccc;
}
.tippy-popper[x-placement^='top'] .tippy-tooltip.use-mobile-theme .tippy-arrow {
    border-top-color: #fff;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.use-mobile-theme
.tippy-arrow {
    border-bottom-color: #fff;
}
.tippy-tooltip.alert-theme {
    padding: 5px;
    background-color: #fff;
    border-radius: 0;
}
.tippy-tooltip.alert-theme.blue-theme {
    border: 1px solid #0080ff;
}
.tippy-tooltip.alert-theme.yellow-theme {
    background-color: #fffcce;
    border: 1px solid #ffab08;
}
.tippy-popper[x-placement^='bottom'] .tippy-tooltip.alert-theme .tippy-arrow {
    border-bottom-color: #fff;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.alert-theme.blue-theme
.tippy-arrow {
    border-bottom-color: #0080ff;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.alert-theme.blue-theme
.tippy-arrow::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-right: inherit;
    border-bottom: inherit;
    border-bottom-color: #fff;
    border-left: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.alert-theme.yellow-theme
.tippy-arrow {
    border-bottom-color: #ffab08;
}
.tippy-popper[x-placement^='bottom']
.tippy-tooltip.alert-theme.yellow-theme
.tippy-arrow::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    border-right: inherit;
    border-bottom: inherit;
    border-bottom-color: #fffcce;
    border-left: inherit;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
}
.tippy-tooltip.alert-theme p {
    color: #cc0033;
    font-size: 12px;
    text-align: left;
}
.tippy-tooltip.alert-theme p.alertTitle {
    margin-top: 4px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
.tippy-tooltip.alert-theme table {
    margin-top: 6px;
}
.tippy-tooltip.alert-theme table th,
.tippy-tooltip.alert-theme table td {
    padding: 7px;
    text-align: center;
    background: #fff;
    border: 1px solid #d8d8d8;
}
.tippy-tooltip.alert-theme table th .bold,
.tippy-tooltip.alert-theme table td .bold {
    font-weight: bold;
}
.tippy-tooltip.alert-theme table th {
    background: #efefef;
}
.headerUserArea .tippy-content {
    padding: 0;
}

.mobileArea {
    display: flex;
    text-align: left;
}
.mobileArea .mobileImage {
    width: 150px !important;
    height: 150px !important;
}
.mobileArea .mobileInfo {
    max-width: 350px;
}
.mobileArea .mobileInfo > p {
    text-indent: -1em;
    padding-left: 1em;
    color: #333;
}
.mobileArea .mobileInfo > p.numInfo {
    height: 30px;
}
.mobileArea .mobileInfo > p.numInfo:last-child {
    margin-bottom: 20px;
}
.mobileArea .mobileInfo > p.numInfo * {
    line-height: 30px;
}
.mobileArea .mobileInfo > p.numInfo .textLinkArrow {
    display: inline;
    padding-left: 1em;
}
.mobileArea .mobileInfo > p .radioBtnItem {
    padding: 0;
    display: flex;
}
.mobileArea .mobileInfo > p .radioBtnItem input[type='radio'] + i {
    display: inline-block;
    margin-top: 3px;
    margin-right: 20px;
}
.mobileArea .mobileInfo > p .radioBtnItem input[type='radio']:checked + i {
    border-color: #cc0033;
}
.mobileArea .mobileInfo > p .radioBtnItem input[type='radio']:checked + i::after {
    display: block;
}
.mobileArea .mobileInfo > p .radioBtnItem .phoneNum {
    width: 120px;
}
.mobileAreaNoneLineInfo .mobileImage,
.mobileAreaNoneLineInfo .mobileImage + p {
    max-width: 170px;
}

@media screen and (max-width: 1065px) {
    .headerGlobalNavi li > a {
        padding: 0 1em;
    }
}

@media screen and (max-width: 959px) {
    .headerArea .headerRight li {
        margin-left: 0;
    }
    .headerArea .headerRight li > a {
        padding: 5px 6px;
        font-size: 12px;
    }
    .headerGlobalNavi li > a {
        font-size: 13.8px;
    }
    .headerGlobalNavi li .headerCategory span {
        font-size: 11px;
    }
    .userInfoWrap span,
    .userPointArea span,
    .pcUseInfoArea span {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .headerGlobalNavi li.megaMenuTit > a:active {
        color: #fff;
        background-color: #cc0033;
    }
    .headerGlobalNavi li.megaMenuTit > a:active span {
        color: #fff;
    }
    .headerGlobalNavi li.megaMenuTit > a:active::after {
        background-color: #cc0033;
    }

    /* 検索エリアの吹き出しを調整 */
    #headerSearchBtn.active::before,
    #headerSearchBtn.active::after {
        bottom: -24px;
    }
    #headerSearchBtn.active::after {
        bottom: -26px;
    }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
    .headerGlobalNavi li .headerCategory span.navi5gCategoryName {
        letter-spacing: -0.6px;
    }
}
@media screen and (min-width: 768px) {
    #spHeaderSearchArea {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .headerRight.pc {
        display: none;
    }
    .headerArea {
        padding: 5px 0 4px;
        font-size: 0;
        text-align: center;
        background-color: #fff;
        border-bottom-color: #d8d8d8;
        min-height: 50px;
    }
    .headerArea a {
        vertical-align: middle;
    }

    /* ヘッダー検索部分とユーザ情報を非表示 */
    .spMenuCatList > div > a > span > span.spLongCatName {
        line-height: 1.2em;
    }
    .headerSearchArea.pc,
    .headerUserArea.pc {
        display: none !important;
    }
    .spLogo {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 22px - 41px);
        padding: 0 10px;
    }
    .headerArea .logo img {
        max-width: 130px;
    }
    a.spMenuBar {
        position: relative;
        display: inline-block;
    }
    a.spMenuBar span {
        display: block;
        width: 22px;
        height: 2px;
        margin: 8px 0;
        background-color: #888;
    }
    a.spMenuBar span::before,
    a.spMenuBar span::after {
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #888;
    }
    a.spMenuBar span::before {
        top: 0;
    }
    a.spMenuBar span::after {
        bottom: 0;
    }
    a.spFaqIcon {
        display: inline-block;
    }
    a.spFaqIcon img {
        max-width: 32px;
    }
    .spSubHeader {
        padding: 5px 0;
        font-size: 0;
        text-align: right;
        background-color: #fff;
        border-bottom: 1px solid #d8d8d8;
    }
    .spSubHeader .wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 32px;
    }
    .spSubHeader .wrap.isLogin {
        min-height: 48px;
    }
    .spSubHeader .spUserArea {
        display: block;
        flex: 1.3;
    }
    .spSubHeader ul {
        flex: 1;
    }
    .spSubHeader .spUserArea {
        text-align: left;
    }
    .spUserArea .welcome {
        display: block;
        font-size: 15px;
    }
    .spUserArea .userPointArea {
        margin-left: 0;
    }
    .spSubHeader li {
        margin-left: 20px;
        vertical-align: middle;
    }
    .spSubHeader .loginBtn,
    .spSubHeader .logoutBtn {
        margin-left: 0;
    }
    .spSubHeader li img {
        max-width: 20px;
    }
    .spSubHeader li:nth-child(-n + 2) img {
        max-width: 32px;
        max-height: 100%;
    }
    .spSubHeader li:last-child img {
        max-width: 26px;
        margin-bottom: 4px;
    }
    .spSearchArea {
        margin: 0 5px 5px;
    }

    /* ヘッダー＞カートの件数アイコン */
    .spSubHeader li a .cartSumIcon {
        position: relative;
        right: 30%;
        display: inline-block;
        width: 16px;
        height: 16px;
        overflow: hidden;
        color: #fff;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        vertical-align: top;
        background-color: #cc0033;
        border-radius: 50%;
    }

    /* 利用中の端末の表示をSP時は消す */
    .tippy-tooltip.use-mobile-theme {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .spSubHeader li:nth-child(-n + 2) img {
        max-width: 30px;
        max-height: 100%;
    }
    .spUserArea span {
        font-size: 12px;
    }
    .spMenuCatList > div > a > span > span.spLongCatName {
        font-size: 12px;
    }
}

@media screen and (max-width: 410px) {
    .spMenuCatList > div > a {
        padding: 15px 3%;
    }
    .spMenuIcon span:nth-child(2) {
        width: 65%;
    }
    .spMenuCatList
    > div:nth-child(2)
    > a:nth-child(2)
    .spMenuIcon
    span:nth-child(2) {
        width: 64%;
    }
    .spMenuCatList > div > a > span > span.spLongCatName {
        font-size: 11px;
    }
}

@media screen and (max-width: 400px) {
    .spUserArea .welcome {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {
    .spUserArea span {
        font-size: 10px;
    }
}

@media screen and (max-width: 335px) {
    .spMenuCatList > div > a > span > span.spLongCatName {
        font-size: 9px;
    }
}

/*== ↓Chrome & Safari & Edge用↓ ==*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .spLogo {
        width: calc(100% - 24px - 42px);
    }
}
/*== ↑Chrome & Safari & Edge用↑ ==*/

/* 静的ヘッダー */
#statHeader {
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}

.titleArea .titleImg a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
}
.titleArea .titleImg img {
  max-width: 88px;
  max-height: 100%;
  vertical-align: middle;
  margin-left: 0;
}
.titleArea .titleImg p {
  margin-left: 8px;
  font-weight: 600;
  line-height: 1.125rem;
}


@media screen and (max-width: 767px) {
  #statHeader {
    padding: 2px 0 6px;
  }
  .titleArea .titleImg a {
    display: block;
    width: 150px;
  }
  .titleArea .titleImg img {
    max-width: 60px;
    margin-left: 8px;
  }
  .titleArea .titleImg p {
    font-size: 1.18rem;
  }
}

/* サブメニュー */
.headerGlobalNavi .megaMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 301;
    display: none;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 15px 0;
    font-size: 0;
    background-color: white;
    border-top: 1px solid #efefef;
}
.headerGlobalNavi .megaMenu.headerCategoryList {
    max-width: none;
    padding: 0 calc((100% - 1280px) / 2);
}
.headerGlobalNavi li:hover .megaMenu {
    display: flex;
}
.headerCategory span {
    font-weight: bold;
}
.headerCategory {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% / 5);
    padding: 20px 5px;
    text-align: center;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.headerCategory:nth-child(1),
.headerCategory:nth-child(6) {
    border-left: 1px solid #efefef;
}
.headerCategoryBox:hover {
    opacity: 0.8;
}
.headerCategory a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.headerCategoryImage {
    margin-top: 20px;
}
.headerCategoryImage img {
    max-width: 100%;
    max-height: 135px;
}
.headerGuide.wrap {
    position: absolute;
    top: 100%;
    z-index: 301;
    max-width: none;
    padding: 0 calc((100% - 1280px) / 2);
    background-color: white;
}
.headerGuide {
    text-align: left;
}
.headerGuide .textLinkArrow,
.headerGuide .textLinkAnotherTransition {
    font-size: 15px;
}
.headerGuide .textLinkArrow::after {
    border-right-color: #888;
    border-bottom-color: #888;
}
.headerGuide .textLinkArrow,
.headerGuide .textLinkAnotherTransition {
    color: #333;
}
.headerGuideList {
    display: flex;
    width: 65%;
}
.headerGuideList > div {
    width: 50%;
}
.headerGuideList > div > div {
    margin: 45px 0% 45px 10%;
    line-height: 1.6;
}
.headerGuideArrival {
    position: relative;
    width: 35%;
}
.headerGuideArrival.headerGuideArrivalBox { /*-- 20191226 ＋ docomo update --*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
            justify-content: flex-start;
    margin-top: 30px;
}
.headerGuideArrival .boxLinkArrow {
    margin: 0;
    padding-left: 0;
    font-size: 19px;
    text-align: center;
}
.headerGuideArrival > div {
    position: absolute;
    top: 50%;
    width: 90%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.headerGuideArrival.headerGuideArrivalBox > div { /*-- 20191226 ＋ docomo update --*/
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
            transform: none;
}
.headerGuideArrival.headerGuideArrivalBox > div:nth-of-type(n+2) a { /*-- 20191226 ＋ docomo update --*/
    margin-top: 1em;
}
.headerGuideArrival.headerGuideArrivalBox > div a { /*-- 20191226 ＋ docomo update --*/
    font-size: 15px;
}

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media, _:future, :root #header input[type='search'],
_::-webkit-full-page-media, _:future, :root .faqSearchBox input[type='search'] {
    line-height: 1.5;
    border-radius: 0;
    -webkit-appearance: none;
}
/*== ↑Safari用↑ ==*/

/*== ↓IE11用↓ ==*/
@media screen and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .headerGlobalNavi li > a::after {
        top: 33px;
    }
    *::-ms-backdrop,
    .spMenuCatList .spDocomoWith > span {
        min-width: 30px;
    }
    *::-ms-backdrop,
    .spMenuCatList > div > a {
        display: -ms-flexbox;
        vertical-align: middle;
        -ms-flex-pack: start;
        -ms-flex-align: center;
    }
    *::-ms-backdrop,
    .headerGlobalNavi li .headerCategory span {
        max-height: 15vw;
    }
    *::-ms-backdrop,
    .headerGlobalNavi li .headerCategory > span {
        display: flex;
        flex-direction: column;
    }
}
/*== ↑IE11用↑ ==*/

/*== ↓IE9用↓ ==*/
/* IE9の対応は無くなったが、また対応する可能性を考慮し念のためコメントアウトで対応
.headerGlobalNavi li:hover .megaMenu {
    display: block\9;
    font-size: 0\9;
}
.headerCategory {
    display: inline-block\9;
}
.headerGuideList {
    display: inline-block\9;
    font-size: 0\9;
}
.headerGuideList > div {
    display: inline-block\9;
}
.headerGuideArrival {
    display: inline-block\9;
}
.headerGuideArrival > div {
    position: static\9;
    vertical-align: middle\9;
} */
/*== ↑IE9用↑ ==*/

@media screen and (max-width: 1280px) {
    .headerGlobalNavi .megaMenu.headerCategoryList,
    .headerGuide.wrap {
        padding: 0;
    }
}

@media screen and (max-width: 959px) {
    .headerGuide > div,
    .headerGuide .textLinkArrow,
    .headerGuide .textLinkAnotherTransition {
        font-size: 12px;
    }
    .headerGuideArrival .boxLinkArrow {
        font-size: 14px;
    }
}

/* SPメニュー */
@media screen and (max-width: 767px) {
    /* SPメニュー開閉時のスクロール制御 */
    html {
        position: relative;
        left: 0;
        width: 100%;
        height: 100%;
        transition: left 0.5s ease-in-out !important;
    }
    html.spMenuOpened {
        left: 84%;
        overflow: hidden;
    }

    /* 「ご利用中の端末を確認」開閉リンク */
    .spMenuOpenAccLink::after {
        display: inline-block;
        width: 0;
        height: 0;
        border-width: 7px;
        border-style: solid;
        border-color: #d8d8d8 #d8d8d8 transparent transparent;
        -ms-transform: translate(50%, 40%) scale(0.75, 1) rotate(135deg);
        -webkit-transform: translate(50%, 40%) scale(0.75, 1) rotate(135deg);
        transform: translate(50%, 40%) scale(0.75, 1) rotate(135deg);
        -ms-transform-origin: 75% 25%;
        -webkit-transform-origin: 75% 25%;
        transform-origin: 75% 25%;
        transition: transform 0.5s ease-in-out;
        content: '';
    }
    .spMenuOpenAccLink.active::after {
        transform: translate(50%, 30%) scale(0.75, -1) rotate(135deg);
    }

    /* 「ご利用中の端末を確認」アコーディオン部分 */
    .spMenuAcc {
        display: none;
    }

    /* 「ご利用中の端末を確認」部分 */
    .spUsingMobile {
        display: flex;
    }
    .spUsingMobile > div {
        /* 2分割 */
        width: 50%;
    }
    .spUsingMobile .spUsingInfoWrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* 機種名・ご利用期間 */
    .spUseInfoArea {
        display: none;
    }
    .spUseInfoArea.active {
        display: block;
    }
    .spUsingImageWrap {
        margin-right: 10%;
        padding: 15px 10%;
        text-align: center;
        background: white;
    }
    .spUsingInfoWrap > div {
        margin: 15px 0; /* 機種名・ご利用期間の間に余白 */
    }
    .spUsingImageWrap,
    .spUsingInfoWrap div {
        line-height: 1.6;
    }

    .spUsingMobile.dispLineInfo > div {
        width: 30%;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap {
        width: 70%;
    }
    
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div {
        text-indent: -1em;
        padding-left: 1em;
        margin: 0;
        margin-bottom: 5px;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.spUsingMobileName br {
        line-height: 1;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.loginLink {
        display: block;
        text-indent: 0;
        padding-left: 1em;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContractTitle {
        text-indent: 0;
        padding-left: 0;
        margin-bottom: 0;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.dispOnlyOneLine {
        margin-bottom: 0;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem {
        padding: 0;
        height: inherit;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem input[type='radio'] + i {
        display: block;
        margin-top: 0px;
        margin-right: 20px;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem input[type='radio']:checked + i {
        border-color: #cc0033;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem input[type='radio']:checked + i::after {
        display: block;
    }

    /* メニュー開閉ボタンを＜にする */
    .spMenuOpened .spMenuBar {
        z-index: 12;
        -ms-transform: translateX(-20%);
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
        transition: right 0.5s ease-in-out;
    }
    .spMenuOpened .spMenuBar span {
        background: none;
    }
    .spMenuOpened .spMenuBar span::after {
        content: none;
    }
    .spMenuOpened .spMenuBar span::before {
        width: 10px;
        height: 10px;
        margin-left: 25%;
        padding: 1px;
        background: none;
        border-width: 1px;
        border-color: #fff;
        border-bottom-style: solid;
        border-left-style: solid;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .spMenuOpened .spSearchmode .spMenuBar {
        z-index: -1;
        display: none;
    }

    /* SPメニュー全体 */
    .spMenuWrap {
        position: fixed;
        top: 0;
        left: -84%;
        z-index: 10;
        width: 84%;
        height: 100%;
        overflow-y: auto;
        background: #f8f8f8;
        transition: left 0.5s ease-in-out !important;
        -ms-overflow-style: none; /* IE・Edgeでスクロールバーを隠す*/
    }
    .spMenuOpened .spMenuWrap {
        left: 0%;
    }
    .spMenuWrap::-webkit-scrollbar {
        display: none; /* Chromeで動作を確認する時、スクロールバーを消す */
    }
    .spSearchmode .spMenuWrap {
        right: 0;
        z-index: 100;
        width: 100%;
        overflow: hidden;
    }

    /* SPメニュー直下に並ぶ箱 */
    .spMenuBox {
        border-bottom: 1px solid #d8d8d8;
    }
    .spMenuBox a:hover {
        text-decoration: none;
    }
    .spMenuLinkWrap,
    .spMenuAcc {
        margin: 30px 5%;
    }
    .spMenuLinkWrap a {
        display: inline;
        padding: 30px 0;
    }

    /* SPメニュー内、＞のついたリンク */
    .spMenuArrow,
    .spMenuAnotherTransition {
        display: block;
        padding: 22px 5%;
    }
    .spMenuArrow,
    .spMenuAnotherTransition {
        position: relative;
    }
    .spMenuArrow,
    .spMenuArrow span,
    .spMenuAnotherTransition,
    .spMenuAnotherTransition span {
        font-size: 18px;
    }
    .spMenuArrow::after {
        position: absolute;
        top: 46%;
        right: 5%;
        display: block;
        width: 10px;
        height: 10px;
        margin-right: 14px;
        border-width: 1px;
        border-color: #888;
        border-top-style: solid;
        border-right-style: solid;
        -ms-transform: rotate(45deg) translateY(-50%);
        transform: rotate(45deg) translateY(-50%);
        content: '';
    }

    .spMenuPages .spMenuAnotherTransition::after {
        position: absolute;
        content: "";
        background:url(https://d2tfhz5takygeh.cloudfront.net/contents/img/common/icon_blank.png) 100% 100% / cover;
        top: calc(50% - 8px);
        right: 6.5%;
        width: 16px;
        height: 16px;
    }

    .spMenuBox a:hover {
        opacity: 0.8;
    }
    .spMenuArrow.settings,
    .spMenuArrow.favorite {
        border-top: 1px solid #d8d8d8;
    }
    .spMenuArrow.settings span {
        margin-left: 1.2em;
    }

    /* 別ページへのリンクが並ぶエリア */
    .spMenuPages {
        background: #fff;
    }

    /* カテゴリ一覧 */
    .spMenuCatList {
        overflow: hidden;
        background: white;
    }

    /* 行 */
    .spMenuCatList > div {
        display: flex;
    }

    /* 列 */
    .spMenuCatList > div > a {
        display: flex;
        box-sizing: content-box;
        width: 41%;
        height: 60px;
        padding: 10px 5% 10px 4%;
        border-bottom: 1px solid #f8f8f8;
    }
    .spMenuCatList > div > a:first-child {
        padding: 10px 4% 10px 5%;
        border-right: 1px solid #f8f8f8;
    }
    .spMenuCatList > div > a > span.spMenuIcon {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .spMenuCatList > div > a > span > span {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
        font-size: 13px;
        vertical-align: middle;
    }
    .spMenuCatList > div > a > span.spMenuIcon:hover {
        position: static;
        text-decoration: none;
        opacity: 0.8;
    }
    .spMenuCatList > div:last-child {
        border-bottom: 1px solid #d8d8d8;
    }

    /* カテゴリのアイコン */
    .spCatImg {
        width: 30%;
        margin-right: 10%;
        text-align: center;
    }
    .spCatImg img {
        max-height: 50px;
    }
    .spMenuCatList .spDocomoWith span small {
        color: #888888;
        font-size: 13px;
    }
    .spMenuCatList .spDocomoWith span small img {
        max-width: 80%;
    }

    /* 背景を暗くする */
    .spMenuWrap::after {
        position: fixed;
        top: 0;
        right: 100%;
        z-index: 1;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: width 0.5s ease-in-out;
        transition-property: visibility, width, opacity;
        content: '';
    }
    .spSearchWrap .selectboxSelection {
        z-index: 2;
        width: 25%;
    }
    .spMenuWrap .selectboxController {
        width: 100%;
    }
    .spMenuOpened .spMenuWrap::after {
        right: 0%;
        width: 16%;
        background: rgba(0, 0, 0, 0.7);
        visibility: visible;
        opacity: 1;
        transition: right 0.5s ease-in-out;
        transition-property: visibiliry, width;
    }
    .spSearchWrap {
        position: relative;
    }
    .spSearchmode .spSearchWrap::after {
        position: absolute;
        top: 100%;
        bottom: 100%;
        z-index: 1;
        display: block;
        width: 100%;
        height: 9999%;
        background: rgba(0, 0, 0, 0.7);
        content: '';
    }
    .spSearchmode .spMenuWrap::after {
        width: 0;
        transition-property: visibiliry, width, right;
    }
    .spSearchmode .purchaseHistoryLink {
        display: none;
    }
    .spSearchCancelLink {
        display: none;
        height: 28px;
        margin: 22px 5%;
        font-size: 12px;
        text-align: right;
    }
    .spSearchmode .spSearchCancelLink {
        display: block;
    }

    /* アイコンの後に続く文字(余白を設けるため) */
    .spIconAfter {
        margin-left: 1em;
    }

    /* 「ログイン」「ログアウト」アイコン */
    .spLoginIcon img,
    .spLogoutIcon img {
        max-width: 31px;
    }

    /* docomo */
    .spMenuDocomo img {
        max-width: 100px;
    }
}

/* SPメニュー Firefoxでスクロールバーを隠す */
@-moz-document url-prefix() {
    .spMenuWrap {
        height: 100%;
        overflow: hidden; /* はみ出した部分を非表示 */
    }
    .spMenuWrap .spMenu {
        height: 100%;
        margin-right: -16px; /* スクロールバーを右にはみ出させる */
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

/* SPメニュー(狭い画面) */
@media screen and (max-width: 479px) {
    .spMenuArrow,
    .spMenuAnotherTransition {
        font-size: 16px !important;
    }
    .spCatImg {
        margin-right: 5%;
    }
    .spMenuCatList > div > a > span {
        font-size: 12px;
        letter-spacing: -0.01em;
    }
    .spUsingInfoWrap > div {
        font-size: 12px;
    }
    .spUsingMobile.dispLineInfo .spContiUseTerm,
    .spUsingMobile.dispLineInfo .spUsingInfoWrap .phoneNum,
    .spUsingMobile.dispLineInfo .spUsingInfoWrap .contractType,
    .spUsingMobile.dispLineInfo .spUsingInfoWrap .textLinkArrow {
        font-size: 12px;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem input[type='radio'] + i {
        margin-top: 2px;
        margin-right: 15px;
        width: 16px;
        height: 16px;
    }
    .spUsingMobile.dispLineInfo .spUsingInfoWrap > div.lineContract .radioBtnItem input[type='radio'] + i::after {
        width: 6px;
        height: 6px;
    }
}
@media screen and (max-width: 370px) {
    .spMenuArrow.settings span {
        margin-left: 1.5em;
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .spMenuOpened .spMenuBar {
        transition: right 0.5s ease-in-out;
    }
    .headerSpShadow {
        position: fixed;
        right: 0;
        z-index: 200;
        width: 16%;
        height: 100%;
        cursor: pointer;
    }
    .spSearchmode .headerSpShadow {
        display: none;
    }
}

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
html::after {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 1;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: width 0.5s ease-in-out;
    transition-property: visibility, width, opacity;
    content: '';
}
_::-webkit-full-page-media,
_:future,
.spMenuOpened::after {
    right: 0%;
    width: 16%;
    background: rgba(0, 0, 0, 0.7);
    visibility: visible;
    opacity: 1;
    transition: right 0.5s ease-in-out;
    transition-property: width;
}
_::-webkit-full-page-media,
_:future,
.spMenuOpened.modal::after {
    background: rgba(0, 0, 0, 0.4) !important;
}

@media screen and (min-width: 753px) and (max-width: 767px) {
    _::-webkit-full-page-media,
    _:future,
    .spMenuOpened {
        position: relative;
    }
}

@media screen and (max-width: 752px) {
    _::-webkit-full-page-media,
    _:future,
    .spMenuOpened {
        position: fixed;
    }
}
/*== ↑Safari用↑ ==*/

/* footer_css */
#footer {
    width: 100%;
    background-color: #f8f8f8;
}
#footer li a {
    line-height: 1.2em;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    animation-direction: reverse;
}
#footer li a:hover {
    color: #979797 !important;
}
#footer ul {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
#footer ul.footerMainMenu {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 40px 10px;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
}
#footer .footerMainMenu li {
    display: inline-block;
}
#footer .footerMainMenu li a {
    display: block;
    padding: 20px 30px;
    color: #333;
    font-size: 17px;
    letter-spacing: 1px;
}
#footer .footerSubMenu {
    text-align: center;
}
#footer .footerSubMenu li {
    display: inline-block;
    margin: 0 20px;
}
#footer .footerSubMenu li:first-child {
    margin-left: 0;
}
#footer .footerSubMenu li:last-child {
    margin-right: 0;
}
#footer .footerSubMenu li a {
    display: block;
    padding: 30px 0;
    font-size: 13px;
    letter-spacing: 1px;
}
#footer .imgCover {
    margin: 0 auto;
    padding: 40px 0 65px;
    text-align: center;
}
#footer .imgCover img {
    max-height: 70px;
}
#footer .spMenu {
    display: none;
    padding: 20px 0;
    font-size: 0;
    border-bottom: 1px solid #d8d8d8;
}
#footer .spMenu label {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    min-height: 47px;
    padding: 12px;
    font-size: 12px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
#footer .radioBtnItem input[value='sp'] ~ span::before,
#footer .radioBtnItem input[value='sp']:checked ~ span::before {
    position: absolute;
    top: 20%;
    left: 10%;
    display: inline-block;
    width: 10%;
    max-width: 22px;
    height: 65%;
    max-height: 39px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}
#footer .radioBtnItem input[value='pc'] ~ span::before,
#footer .radioBtnItem input[value='pc']:checked ~ span::before {
    position: absolute;
    top: 22%;
    left: 10%;
    display: inline-block;
    width: 15%;
    max-width: 46px;
    height: 60%;
    max-height: 37px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}
#footer .radioBtnItem input[value='sp'] ~ span::before {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/footer/footer_sp_off.png');
}
#footer .radioBtnItem input[value='sp']:checked ~ span::before {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/footer/footer_sp_on.png');
}
#footer .radioBtnItem input[value='pc'] ~ span::before {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/footer/footer_pc_off.png');
}
#footer .radioBtnItem input[value='pc']:checked ~ span::before {
    background-image: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/footer/footer_pc_on.png');
}
#footer .spMenu input[value='sp'] ~ span {
    border-radius: 3px 0 0 3px;
}
#footer .spMenu input[value='pc'] ~ span {
    border-radius: 0 3px 3px 0;
}
#footer .spMenu input[type='radio'] ~ span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    height: 20px;
    padding: 12px 0;
    white-space: nowrap;
    vertical-align: middle;
    background: #efefef;
    border: 1px solid #d8d8d8;
    border-top: 2px solid #d8d8d8;
}
#footer .spMenu input[type='radio']:checked ~ span {
    background: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #efefef;
    border-bottom: 2px solid #d8d8d8;
    border-left: 1px solid #efefef;
}
#footer .spMenu label:first-child input ~ span {
    border-left: 1px solid #d8d8d8;
}
#footer .spMenu label:last-child input ~ span {
    border-right: 1px solid #d8d8d8;
}
#footer .spMenu label:last-child {
    float: right;
}

@media screen and (max-width: 1280px) and (min-width: 1280px) {
    #footer .footerSubMenu li a {
        font-size: 11px;
        white-space: nowrap;
    }
}

@media screen and (max-width: 1185px) {
    #footer .footerSubMenu li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1050px) {
    #footer .footerSubMenu li {
        margin: 0 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    #footer ul.footerMainMenu {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 959px) {
    #footer .footerMainMenu li a {
        padding: 20px 30px;
    }
    #footer .footerSubMenu {
        margin-top: 20px;
    }
    #footer .footerSubMenu li a {
        padding: 14px 0;
    }
    #footer .footerSubMenu li {
        margin: 0 23px;
    }
}

@media screen and (max-width: 767px) {
    #footer .pc {
        display: none;
    }
    #footer .spMenu {
        display: block;
    }
    #footer ul.footerMainMenu {
        padding: 22px 0;
    }
    #footer .footerMainMenu li {
        position: relative;
        display: block;
        text-align: left;
    }
    #footer .footerMainMenu li::after {
        top: 50%;
        right: 0;
        width: 10px;
        height: 10px;
        border: 1px solid transparent;
        border-right: 1px solid #979797;
        border-bottom: 1px solid #979797;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
    }
    #footer .footerMainMenu li a {
        padding: 15px 0px;
        font-size: 15px;
    }
    #footer .footerSubMenu {
        max-width: 470px;
        margin: auto;
        padding: 25px 0;
    }
    #footer .footerSubMenu li {
        margin: 0;
    }
    #footer .footerSubMenu li a {
        padding: 10px 20px;
        white-space: nowrap;
    }
    #footer .imgCover {
        width: 60%;
        padding: 15px 0 50px;
    }
}

@media screen and (max-width: 500px) {
    #footer .footerSubMenu li a {
        padding: 10px;
        font-size: 2.8vw;
    }
    #footer .radioBtnItem input[value='sp'] ~ span::before,
    #footer .radioBtnItem input[value='sp']:checked ~ span::before,
    #footer .radioBtnItem input[value='pc'] ~ span::before,
    #footer .radioBtnItem input[value='pc']:checked ~ span::before {
        left: 9%;
    }
}

@media screen and (max-width: 450px) {
    #footer .radioBtnItem input[value='sp'] ~ span::before,
    #footer .radioBtnItem input[value='sp']:checked ~ span::before {
        top: 20%;
    }
    #footer .radioBtnItem input[value='pc'] ~ span::before,
    #footer .radioBtnItem input[value='pc']:checked ~ span::before {
        top: 25%;
    }
    #footer .radioBtnItem input ~ span {
        font-size: 100%;
    }
    #footer .radioBtnItem input[value='sp'] ~ span::before,
    #footer .radioBtnItem input[value='sp']:checked ~ span::before,
    #footer .radioBtnItem input[value='pc'] ~ span::before,
    #footer .radioBtnItem input[value='pc']:checked ~ span::before {
        left: 7%;
    }
}

@media screen and (max-width: 400px) {
    #footer .radioBtnItem input[type='radio'] + i {
        right: 3%;
    }
    #footer .radioBtnItem input ~ span {
        font-size: 3vw;
    }
}

/*== ↓IE用↓ ==*/
@media all and (-ms-high-contrast: none) and (max-width: 780px) {
    #footer .footerMainMenu li a {
        -webkit-transition: 0s;
        transition: 0s;
    }
}
/*== ↑IE用↑ ==*/

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
:root #footer .sp input[type='radio'] ~ span {
    white-space: nowrap;
}
/*== ↑Safari用↑ ==*/

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    @media screen and (max-width: 767px) {
        #footer .footerMainMenu li::after {
            border-block-start: aliceblue;
            border-inline-start: aliceblue;
        }
    }
}
/*== ↑firefox用↑ ==*/

@media screen and (max-width: 355px) {
    /* SPヘッダー部 */
    .spSubHeader .spUserArea {
        width: calc(100% - 132px);
    }
    .spSubHeader li {
        margin-left: 13px;
    }
    .spSubHeader li.headerCartIconArea {
        margin-left: 5px;
    }

    /* ヘッダー＞カート部＞カートアイコン */
    .spSubHeader li.headerCartIconArea a img {
        position: relative;
        left: 26%;
    }

    /* ヘッダー＞カート部＞カート件数アイコン */
    .spSubHeader li.headerCartIconArea a .cartSumIcon {
        right: 7%;
    }

    /* ヘッダー＞カート部＞カート件数アイコン(0件のとき) */
    .spSubHeader li.headerCartIconArea a.emptyCart .cartSumIcon {
        right: 7%;
    }
}

@media screen and (max-width: 350px) {
    #footer .radioBtnItem input[type='radio'] + i {
        right: 0%;
    }
    #footer .radioBtnItem input[value='sp'] ~ span::before,
    #footer .radioBtnItem input[value='sp']:checked ~ span::before {
        top: 20%;
    }
    #footer .radioBtnItem input[value='pc'] ~ span::before,
    #footer .radioBtnItem input[value='pc']:checked ~ span::before {
        top: 30%;
    }
}

/* 共通パーツCSS */
/* 注意事項 */
.attentionList {
    margin: auto;
    margin-bottom: 64px;
    padding-top: 64px;
}
.attentionList h3 {
    margin-top: 64px;
    margin-bottom: 24px;
    color: #333;
    line-height: 1.4em;
}
.attentionList h4 {
    margin-top: 64px;
    margin-bottom: 24px;
    color: #333;
    line-height: 1em;
}
.attentionList li {
    position: relative;
    margin-bottom: 0.4em;
    padding-left: 1em;
    color: #888888;
    font-size: 14px;
    line-height: 2em;
}
.attentionList li:before {
    content: '※';
    position: absolute;
    left: 0;
}

#priceAttentionArea {
    margin-bottom: 160px;
}
@media screen and (max-width: 959px) {
    #priceAttentionArea {
        margin-bottom: 80px;
    }
}

/* 注意事項・小幅対応 */
@media screen and (max-width: 767px) {
    .attentionList {
        margin-bottom: 40px;
        padding-top: 40px;
    }
    .attentionList h3 {
        margin-top: 40px;
        margin-bottom: 18px;
    }
    .attentionList h4 {
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 1.4em;
    }
    .attentionList li {
        font-size: 12px;
    }
    .attentionList a {
        font-size: 12px;
    }
}

@media screen and (max-width: 370px) {
    .attentionList li {
        font-size: 10.5px;
    }
    .attentionList a {
        font-size: 11px;
    }
}

/*=== ↓MacSafari用↓ ===*/
@media screen and (max-width: 370px) {
    _::-webkit-full-page-media,
    _:future,
    :root .attentionList li {
        font-size: 10px;
    }
    _::-webkit-full-page-media,
    _:future,
    :root .attentionList a {
        font-size: 10.5px;
    }
}
/*=== ↑MacSafari用↑ ===*/

/* リンク共通 */
.breadCrumb li a,
.textLinkArrow,
.textLinkAnotherTransition,
.textLinkAnchorTop,
.textLinkAnchor,
.textLinkPdf {
    position: relative;
    display: inline-block;
    padding-right: 1em;
    color: #0080ff;
    font-size: 14px;
    line-height: 1em;
}
.textLinkAnotherTransition {
    padding-right: 0.5em;
}
.textLinkArrow:hover,
.breadCrumb li a:hover,
.textLinkAnotherTransition:hover,
.textLinkAnchorTop:hover,
.textLinkAnchor:hover {
    text-decoration: underline;
}

/* パンくずリスト */
.breadCrumb {
    margin-bottom: 64px;
    padding-top: 20px;
}
.breadCrumb ul {
    font-size: 0;
}
.breadCrumb li {
    color: #888888;
}
.breadCrumb li,
.breadCrumb li a {
    display: inline-block;
    padding-right: 1em;
    font-size: 12px;
}
.breadCrumb li a::after {
    top: 48%;
    right: -0.1em;
    width: 0.7em;
    height: 0.7em;
    border: 1px solid transparent;
    border-right: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.breadCrumb li a::after {
    position: absolute;
    display: block;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    content: '';
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .breadCrumb li a::after {
        border-block-start: aliceblue;
        border-inline-start: aliceblue;
    }
}
/*== ↑firefox用↑ ==*/

/* 同一画面遷移リンク */
.textLinkArrow::after {
    position: relative;
    top: 0.3em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .textLinkArrow::after {
        border-block-start: aliceblue;
        border-inline-start: aliceblue;
    }
}
/*== ↑firefox用↑ ==*/

/* 別画面遷移リンク */
.textLinkAnotherTransition::after {
    position: relative;
    top: 0.3em;
    left: 0.1em;
    display: inline-block;
    width: 1.15em;
    height: 1.2em;
    background: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/common/icon_blank.png')
        no-repeat;
    background-size: contain;
    content: '';
}

/* ページ内遷移のアンカーのリンク */
.textLinkAnchor::after {
    position: relative;
    top: 0.3em;
    left: 0.3em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right-color: #0080ff;
    border-bottom-color: #0080ff;
    -webkit-transform: translateY(-85%) rotate(45deg);
    transform: translateY(-85%) rotate(45deg);
    content: '';
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .textLinkAnchor::after {
        border-block-start: aliceblue;
        border-inline-start: aliceblue;
    }
}
/*== ↑firefox用↑ ==*/

/* 上向きページ内遷移のアンカーリンク */
.textLinkAnchorTop::after {
    position: relative;
    top: 0.3em;
    left: 0.3em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    -webkit-transform: translateY(-15%) rotate(-135deg);
    transform: translateY(-15%) rotate(-135deg);
    content: '';
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .textLinkArrow::after {
        border-block-start: aliceblue;
        border-inline-start: aliceblue;
    }
}
/*== ↑firefox用↑ ==*/

/* 価格注釈へのスクロールアイコン */
.scrollToPriceAttention {
    z-index: 5;
    padding-left: 3px;
    color: #0080ff !important;
    font-size: inherit;
    cursor: pointer;
}
.redText .scrollToPriceAttention {
    font-size: 1em;
}

/* PDFリンク */
.textLinkPdf::after {
    position: relative;
    top: 0.3em;
    left: 0.1em;
    display: inline-block;
    width: 1.15em;
    height: 1.2em;
    background: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/common/icon_pdf.gif')
        no-repeat;
    background-size: contain;
    content: '';
}

/* リンク付ボックスボタン */
.boxLinkArrow {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-top: 30px;
    padding: 0.8em 1.5em;
    color: #333;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 2px;
    box-shadow: 2px 2px 3px #ccc;
    cursor: pointer;
}
.boxLinkArrow:hover {
    box-shadow: 2px 2px 1px #ccc;
    opacity: 0.8;
}
.boxLinkArrow::after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-radius: 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    content: '';
}

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
:root .boxLinkArrow::after {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
/*== ↑Safari用↑ ==*/

.boxLinkArrow img {
    display: inline-block;
    max-height: 30px;
    vertical-align: middle;
}
.boxLinkArrow span {
    display: inline-block;
    margin: 0 0.8em;
    font-size: 13px;
    line-height: 1.4em;
    vertical-align: middle;
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .boxLinkArrow:hover {
        box-shadow: 2px 2px 2px #ccc;
    }
}
/*== ↑firefox用↑ ==*/

/* 影 */
.addShadow {
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
}

/* グレーアウト処理 */
.grayOut {
    opacity: 0.5;
}
.grayOut:hover {
    text-decoration: none;
    opacity: 0.5;
}

/* グレーアウト（同一画面遷移リンク） */
.textLinkArrow.grayOut:hover::after {
    left: 0.3em;
}

/* グレーアウト（別画面遷移リンク） */
.textLinkAnotherTransition.grayOut:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
}

/* グレーアウト（アンカーリンク） */
.textLinkAnchor.grayOut:hover::after {
    top: 0.5em;
}

/* シンプルなselectBox */
.selectedItem {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 2em;
    padding: 0 1.4em 0 0.4em;
    font-size: 14px;
    line-height: 2em;
    text-align: center;
    border: 2px solid #d8d8d8;
    border-radius: 1px;
    box-shadow: none;
    cursor: pointer;
}
.selectedItem[disabled] {
    background: #efefef;
    cursor: default;
}
.selectedItem span {
    line-height: 2em;
}
.selectboxSelection::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #d8d8d8;
    border-right-width: 6px;
    border-left-width: 6px;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
    content: '';
}
.selectboxSelection.active::after {
    -webkit-transform: translateY(-75%) rotate(-180deg);
    -moz-transform: translateY(-75%) rotate(-180deg);
    transform: translateY(-75%) rotate(-180deg);
}
.selectboxController {
    position: absolute;
    top: calc(2em + 2px);
    left: 0;
    z-index: 1;
    display: none;
    width: 50px;
    max-height: 300px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    background-color: #ffffff;
    outline: none;
}
.selectboxController li {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
.selectboxController li:hover {
    background-color: #f8f8f8;
}
.selectboxController label.radioBtnItem {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 4px;
    padding-left: 10px;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
.selectboxController li input[type='radio'] {
    display: none;
}

/* ページャ */
.pager {
    margin: 64px 0;
    margin-right: auto;
    overflow: hidden;
}
.pager ul {
    position: relative;
    left: 50%;
    float: left;
}
.pager li {
    position: relative;
    left: -50%;
    float: left;
    margin: 0 3px;
}
.number a,
.number span {
    display: block;
    padding: 0.3em 0.8em;
    font-size: 16px;
}
.prevPage,
.nextPage {
    padding: 0.6em 0.75em;
    background: #f8f8f8;
    border-radius: 2px;
    cursor: pointer;
}
.pager a {
    background: #f8f8f8;
    border-radius: 2px;
}
.currentPage,
.pager a:hover,
.prevPage:hover,
.nextPage:hover {
    background-color: transparent;
    border-bottom: 3px solid #cc0033;
}

/*== ↓Safari用↓ ==*/
_::-webkit-full-page-media,
_:future,
:root .pager a:hover {
    border-radius: 0 0 2px 2px;
}
_::-webkit-full-page-media,
_:future,
:root .prevPage:hover {
    border-radius: 0 0 2px 2px;
}
_::-webkit-full-page-media,
_:future,
:root .nextPage:hover {
    border-radius: 0 0 2px 2px;
}
/*== ↑Safari用↑ ==*/

.prevPage a,
.nextPage a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/* 「＜」リンク */
.prevPagingArrow {
    display: block;
    width: 10px;
    height: 10px;
    margin: 20%;
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    transform: rotate(-45deg);
}

/* 「＞」リンク */
.nextPagingArrow {
    display: block;
    width: 10px;
    height: 10px;
    margin: 20% 0;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transform: rotate(-45deg);
}

/* \ アピールテキスト / */
.appealCom {
    position: relative;
    display: inline-block;
    padding: 0 0.8em;
    color: #cc0033;
    font-weight: 600;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
}
.appealCom::before,
.appealCom::after {
    bottom: 0;
    width: 2px;
    height: 1.1em;
    background-color: #cc0033;
    border-radius: 2px;
}
.appealCom::before {
    left: 0;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.appealCom::after {
    right: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

/* 赤文字アイコン（NEW、UPDATE等） */
.redStringIcon {
    margin: 0 5px;
    color: #cc0033;
    font-weight: bold;
    font-size: 1.2em;
    word-break: keep-all;
}

/* ランキング用順位アイコン（2桁まで対応） */
.rankIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 21px;
    line-height: 32px; /* 数字のタテ位置が真ん中になる */
    text-align: center;
    background-color: #979797;
    border-radius: 50%;
}

/* 大きいサイズ */
.rankIcon.bigSize {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 42px;
}

/* 1位 */
.rankIcon.order1 {
    background: linear-gradient(135deg, #dbbf72 50%, #d5b660 50%);
}

/* 2位 */
.rankIcon.order2 {
    background: linear-gradient(135deg, #cccccc 50%, #bfbfbf 50%);
}

/* 3位 */
.rankIcon.order3 {
    background: linear-gradient(135deg, #cb9a6f 50%, #bb8759 50%);
}

/* カラー在庫確認のSlick */
/* スリック全体 */
.colorStockSlick {
    overflow: hidden;
    background: #f8f8f8;
}

/* 色名 */
.colorStockSlick .colorWrap .colorName {
    height: 40px;
    margin: 15px 0;
    word-break: break-word;
}

/* 販売状況のラベル */
.colorStockSlick .saleStatus img {
    max-width: 70%;
    margin: auto;
}
/* スライダーの中身 */
.colorStockSlider {
    position: relative;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: bottom;
    outline: none;
}
.colorStockSlider .sliderBtn {
    margin: 0 15px;
}
.colorStockSlider .slickTrack {
    height: 100%;
}
.colorStockSlider .slickList {
    padding: 1px 5%; /* 「チラ見せ」 */
}
.colorStockSlider .slickItem {
    display: inline-block;
    vertical-align: top;
}
.colorStockSlider .colorWrap {
    margin: 0 10%;
    padding-bottom: 60px;
    padding-bottom: 40px;
    text-align: center;
}
.colorStockSlider .colorImgWrap img {
    display: block;
    margin: auto;
}

/* スライダーボタン */
.sliderBtnWrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sliderBtnWrap.prevWrap {
    left: 0;
}
.sliderBtnWrap.nextWrap {
    right: 0;
}
.sliderBtnWrap.prevWrap.slick-disabled,
.sliderBtnWrap.nextWrap.slick-disabled {
    display: none !important;
}
.sliderBtn {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 6px #ccc;
    box-shadow: 2px 2px 6px #ccc;
    cursor: pointer;
    opacity: 1;
}
.sliderBtn::after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-right: 1px solid #cc0033;
    border-bottom: 1px solid #cc0033;
}
.sliderBtn.prevBtn::after {
    -webkit-transform: translate(-25%, -50%) rotate(135deg);
    transform: translate(-25%, -50%) rotate(135deg);
}
.sliderBtn.nextBtn::after {
    -webkit-transform: translate(-75%, -50%) rotate(-45deg);
    transform: translate(-75%, -50%) rotate(-45deg);
}
.sliderBtn:hover {
    -webkit-box-shadow: 2px 2px 3px #ccc;
    box-shadow: 2px 2px 3px #ccc;
    opacity: 0.8;
}
/* メインビジュアルの「<」「>」位置調整 */
#mainContainer {
    overflow: hidden;
}
.sliderBtnWrap.prevWrap.mainVisual {
    left: -56px;
}
.sliderBtnWrap.nextWrap.mainVisual {
    right: -56px;
}
.sliderBtn.prevBtn::after {
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(135deg);
}
.sliderBtn.nextBtn::after {
    -webkit-transform: translate(-100%, -50%) rotate(-45deg);
    transform: translate(-100%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
    .sliderBtnWrap.mainVisual.pc {
        display: none !important;
    }
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .sliderBtn::after {
        border-block-start: aliceblue;
        border-inline-start: aliceblue;
    }
}
/*== ↑firefox用↑ ==*/

/* スライダー下部ドットのCSS設定（Slick）*/
/* (class名はSlickが生成しているため、変更するにはSlickのオプションを変更する必要がある) */
.slickDots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    list-style: none;
}
.slickDots li {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
}
.slickDots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}
.slickDots li button:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #d8d8d8;
    border-radius: 5px;
    cursor: pointer;
    content: '';
}
.slickDots li button:hover,
.slickDots li button:focus {
    outline: none;
}
.slickDots li button:hover:after {
    background: #cc0033;
}
.slickDots li.slickActive button:after,
.slickDots li.slick-active button:after {
    background: #cc0033;
}

/* カテゴリーチェックボックス*/
.checkBoxItem,
.radioBtnItem {
    display: block;
    padding: 12px 0;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}
.checkBoxItem input[type='checkbox'],
.radioBtnItem input[type='radio'] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkBoxItem input[type='checkbox'] + i,
.radioBtnItem input[type='radio'] + i,
.catSubject {
    display: inline-block;
    float: left; /* 検索条件の項目の改行対応で追加 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 0.5em;
    padding: 0;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid #d8d8d8;
    cursor: pointer;
}
.checkBoxItem input[type='checkbox']:checked + i,
.radioBtnItem input[type='radio']:checked + i {
    position: relative;
    background-color: #cc0033;
    border-color: #cc0033;
}
.checkBoxItem input[type='checkbox'] + i::after {
    top: 50%;
    left: 50%;
    display: none;
    width: 4px;
    height: 10px;
    border: 1px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translate(-50%, -65%) rotate(45deg);
    transform: translate(-50%, -65%) rotate(45deg);
}
.checkBoxItem input[type='checkbox']:checked + i::after {
    display: block;
}

/* チェックボックス項目の改行対応 */
.checkBoxItem span {
    display: block;
    width: 87%;
    margin-left: 28px;
    padding: 0;
    border: none;
}

/* ラジオボタン*/
.radioBtnItem input[type='radio'] + i {
    border-radius: 50%;
}
.radioBtnItem input[type='radio'] + i::after {
    top: 50%;
    left: 50%;
    display: none;
    width: 8px;
    height: 8px;
    background-color: #cc0033;
    border-radius: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.radioBtnItem input[type='radio']:checked + i {
    background-color: #fff;
}
.radioBtnItem input[type='radio']:checked + i::after {
    display: block;
}

/* plusアイコン */
.catSubject {
    position: relative;
    vertical-align: top;
    border-radius: 50%;
}
.catSubject::before,
.catSubject::after {
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #d8d8d8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.catSubject::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.catSubject.active::after,
[data-accordion].js-active [data-accordion-target] .catSubject::after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.accordionPseudo {
    position: relative;
    height: 30px;
    padding: 1em 50px 1em 1em;
    cursor: pointer;
}
.accordionPseudo::before {
	position: absolute;
	content: '';
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    cursor: pointer;
}
.accordionPseudo > span::before,
.accordionPseudo > span::after {
	position: absolute;
    content: '';
    top: 2px;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 12px;
    height: 2px;
    background-color: #d8d8d8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
[data-accordion]:not(.js-active) .accordionPseudo > span::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

/* 検索 */
.searchBox,
.faqSearchBox form {
    position: relative;
    display: flex;
    font-size: 0;
}
.searchBox input,
.faqSearchBox input {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
}
.searchBox [type='search'],
.faqSearchBox [type='search'] {
    box-sizing: border-box;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0.7em;
    font-size: 12px;
    line-height: 1;
    background: rgb(255, 255, 220);
    box-shadow: 1px 1px 1px #ccc inset;
}
.searchBox [type='search']::placeholder,
.faqSearchBox [type='search']::placeholder {
    color: #979797;
    letter-spacing: 1px;
}
/*== ↓IE用↓ ==*/
.searchBox [type='search']:-ms-input-placeholder {
    color: #979797 !important;
    letter-spacing: 1px !important;
}
/*== ↑IE用↑ ==*/
@media screen and (max-width: 959px) {
    .searchBox [type='search'],
    .faqSearchBox [type='search'] {
        font-size: 16px;
    }
}
.searchBox [type='submit'],
.faqSearchBox [type='submit'] {
    width: 40px;
    height: 40px;
    color: transparent;
    font-size: 0;
    background: url('https://d2tfhz5takygeh.cloudfront.net/contents/img/component/header/header_search.png')
        #fff no-repeat center / 56%;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #ccc;
    cursor: pointer;
}

/*== ↓firefox用↓ ==*/
@-moz-document url-prefix() {
    .searchBox [type='search'],
    .faqSearchBox [type='search'] {
        box-shadow: 1px 1px 2px #ccc inset;
    }
}
/*== ↑firefox用↑ ==*/

/* ブラウザ依存の検索ボックス×ボタンを消してデザイン統一 */
::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input::-ms-clear {
    visibility: hidden;
}
.clearButton,
.faqClearButton {
    position: absolute;
    top: 15%;
    right: 44px;
    display: none;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 220);
    cursor: pointer;
}
.clearButton::after,
.clearButton::before,
.faqClearButton::after,
.faqClearButton::before {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 80%;
    height: 5%;
    background-color: #979797;
    content: '';
}
.clearButton::after,
.faqClearButton::after {
    transform: translate(-50%, -150%) rotate(-45deg);
}
.clearButton::before,
.faqClearButton::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
/* 検索候補部分 */
.searchBox .ui-autocomplete,
.faqSearchBox .ui-autocomplete {
    max-height: none;
    overflow-y: auto;
}
.searchBox .ui-autocomplete li,
.faqSearchBox .ui-autocomplete li {
    border-bottom: 1px solid #d9d9d9;
}
.searchBox .ui-autocomplete li:last-child,
.faqSearchBox .ui-autocomplete li:last-child {
    border: none;
}
.searchBox .ui-autocomplete a,
.faqSearchBox .ui-autocomplete a {
    padding: 6px 1em;
}
@media screen and (max-width: 767px) {
    /* ×ボタン */
    .clearButton::after,
    .clearButton::before {
        height: 4%;
    }
    /* 検索候補部分 */
    .searchBox .ui-autocomplete a,
    .faqSearchBox .ui-autocomplete a {
        padding: 10px 1em;
        font-size: 18px;
    }
}
/* 共通パーツメディアクエリ */
@media screen and (max-width: 959px) {
    .boxLinkArrow {
        padding: 1em;
        text-align: center;
    }
    .boxLinkArrow span {
        margin: 0 0.8em;
        font-size: 14px;
    }
    .boxLinkArrow span br {
        display: none !important;
    }

    /* チェックボックス項目 */
    .checkBoxItem span {
        width: 87%;
    }
}

@media screen and (max-width: 767px) {
    p {
        font-size: 16px;
    }
    p.pXLarge {
        font-size: 28px;
    }
    p.pLarge {
        font-size: 24px;
    }
    p.pSmall {
        font-size: 14px;
    }
    p.pXSmall {
        font-size: 14px;
    }
    .appealCom {
        font-weight: normal;
    }
    .appealCom::before,
    .appealCom::after {
        right: 4px;
        width: 1px;
    }
    .sliderBtn {
        width: 30px;
        height: 30px;
        -webkit-box-shadow: 2px 2px 6px #979797;
        box-shadow: 2px 2px 6px #979797;
    }
    .pager {
        margin: 40px 0;
        margin-right: auto;
    }
    .pager ul {
        left: 0;
        display: flex;
        justify-content: center;
        float: none;
    }
    .pager li {
        position: static;
        left: 0;
        float: none;
        width: calc(85% / 10);
        height: auto;
    }
    .pager a,
    .number span {
        display: flex;
        justify-content: center;
    }
    .pager .prevPage,
    .pager .nextPage {
        position: relative;
        width: calc(90% / 16);
        padding: 0;
        border-bottom: 3px solid #fff;
    }
    .prevPagingArrow,
    .nextPagingArrow {
        position: absolute;
        top: 10%;
    }
    .prevPagingArrow {
        left: 25%;
    }
    .nextPagingArrow {
        right: 40%;
    }
    .number a,
    .number span.currentPage {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 652px) {
    .prevPagingArrow,
    .nextPagingArrow {
        top: 15%;
    }
}

@media screen and (max-width: 600px) {
    /* ページャ */
    .pager li {
        margin: 0 2px;
    }
    .number span {
        padding: 0.3em 0.45em;
    }
    .number a,
    .number span.currentPage {
        padding: 0.3em;
        padding-right: 0;
        padding-left: 0;
    }
    .prevPage,
    .nextPage {
        padding: 0.6em 0.55em;
    }
    .pager li.prevPage {
        margin-left: 0;
    }
    .pager li.nextPage {
        margin-right: 0;
    }
}

@media screen and (max-width: 481px) and (min-width: 356px) {
    .prevPagingArrow,
    .nextPagingArrow {
        top: 20%;
    }
}

@media screen and (max-width: 455px) {
    /* ページャ */
    .pager a,
    .pager span {
        font-size: 13px;
    }
    .prevPagingArrow,
    .nextPagingArrow {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width: 355px) {
    /* ページャ */
    .pager a,
    .pager span {
        font-size: 10px;
    }
    .prevPage,
    .nextPage {
        padding: 0.39em 0.8em;
    }
}
/*------------------------------------------------------------- */
/* ▲▲▲サイト共通CSS▲▲▲ */
/*------------------------------------------------------------- */

/*------------------------------------------------------------- */
/* ▼▼▼プロジェクト追加記述▼▼▼ */
/*------------------------------------------------------------- */
/* レスポンシブ記述 */
/* 狭いブラウザとタブレットサイズ */
@media screen and (min-width: 768px) and (max-width: 1280px) {
    #fwCms_wrapper #headerContainer,
    #fwCms_wrapper #mainContainer,
    #fwCms_wrapper #footerContainer {
        width: inherit;
    }
}

/* スマホサイズ */
@media screen and (max-width: 767px) {
    #fwCms_wrapper #headerContainer,
    #fwCms_wrapper #mainContainer,
    #fwCms_wrapper #footerContainer {
        width: inherit;
    }
}
/*------------------------------------------------------------- */
/* ▲▲▲プロジェクト追加記述▲▲▲ */
/*------------------------------------------------------------- */

/*------------------------------------------------------------- */
/* ▼▼▼API出力HTML用▼▼▼ */
/*------------------------------------------------------------- */
.clearFix {
    display: block;
}
.clearFix:after {
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
    content: ' ';
}
.link {
    margin-left: 2px;
    color: #0080ff;
}
.link12 {
    color: #0080ff;
    font-size: 12px;
}
.link14 {
    color: #0080ff;
    font-size: 14px;
}
.link16 {
    color: #0080ff;
    font-size: 16px;
}
.link20 {
    color: #0080ff;
    font-size: 20px;
}
.link::after,
.link12::after,
.link14::after,
.link16::after,
.link20::after {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right: 1px solid #0080ff;
    border-bottom: 1px solid #0080ff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    content: '';
}
.link20::after {
    top: 5px;
}
.linkWin {
    margin-left: 2px;
    color: #0080ff;
}
.linkWinPoint {
    margin-left: 2px;
    color: #0080ff;
}
.linkWin::after,
.linkWinPoint::after {
    position: relative;
    top: 0.3em;
    left: 0.1em;
    display: inline-block;
    width: 1.15em;
    height: 1.2em;
    background: url(https://d2tfhz5takygeh.cloudfront.net/contents/img/common/icon_blank.png)
        no-repeat;
    background-size: contain;
    content: '';
}
.linkPdf {
    margin-left: 2px;
    padding: 3px 0 5px 0px;
    color: #0080ff;
}
.linkPdf::after {
    position: relative;
    top: 0.3em;
    left: 0.1em;
    display: inline-block;
    width: 1.15em;
    height: 1.2em;
    background: url(https://d2tfhz5takygeh.cloudfront.net/contents/img/common/icon_pdf.gif)
        no-repeat;
    background-size: contain;
    content: '';
}
.link_anc_top {
    margin-left: 2px;
    color: #0080ff;
}
.link_anc_top::after {
    position: relative;
    top: 0.3em;
    left: 0.3em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right-color: #0080ff;
    border-bottom-color: #0080ff;
    -webkit-transform: translateY(-15%) rotate(-135deg);
    transform: translateY(-15%) rotate(-135deg);
    content: '';
}
.link_anc_down {
    margin-left: 2px;
    color: #0080ff;
}
.link_anc_down::after {
    position: relative;
    top: 0.3em;
    left: 0.3em;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid transparent;
    border-right-color: #0080ff;
    border-bottom-color: #0080ff;
    -webkit-transform: translateY(-85%) rotate(45deg);
    transform: translateY(-85%) rotate(45deg);
    content: '';
}
.link:hover,
.link12:hover,
.link14:hover,
.link16:hover,
.link20:hover,
.linkWin:hover,
.linkWinPoint:hover,
.linkPdf:hover,
.link_anc_top:hover,
.link_anc_down:hover {
    text-decoration: underline;
}
.f10 {
    font-size: 10px;
}
.f11 {
    font-size: 11px;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.f21 {
    font-size: 21px;
}
.f22 {
    font-size: 22px;
}
.f23 {
    font-size: 23px;
}
.f24 {
    font-size: 24px;
}
.f26 {
    font-size: 26px;
}
.f20b {
    font-weight: bold;
    font-size: 20px;
}
.s {
    font-size: 10px;
}
.b {
    font-weight: bold;
    font-size: 14px;
}
.fn {
    font-weight: normal;
}
.btxt {
    font-weight: bold;
}
.lh1_0 {
    line-height: 1 !important;
}
.lh1_2 {
    line-height: 1.2 !important;
}
.lh1_4 {
    line-height: 1.4 !important;
}
.lh1_5 {
    line-height: 1.5 !important;
}
.lh1_6 {
    line-height: 1.6 !important;
}
.lh1_7 {
    line-height: 1.7 !important;
}
.lh1_8 {
    line-height: 1.8 !important;
}
.lh1_9 {
    line-height: 1.9 !important;
}
.lh2_0 {
    line-height: 2 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt1 {
    margin-top: 1px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt3 {
    margin-top: 3px !important;
}
.mt4 {
    margin-top: 4px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt11 {
    margin-top: 11px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt14 {
    margin-top: 14px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt25 {
    margin-top: 25px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt45 {
    margin-top: 45px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt55 {
    margin-top: 55px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt65 {
    margin-top: 65px !important;
}
.mt70 {
    margin-top: 70px !important;
}
.mt75 {
    margin-top: 75px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt85 {
    margin-top: 85px !important;
}
.mt90 {
    margin-top: 90px !important;
}
.mt95 {
    margin-top: 95px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb8 {
    margin-bottom: 8px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb35 {
    margin-bottom: 35px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb45 {
    margin-bottom: 45px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb2em {
    margin-bottom: 2em !important;
}
.mb4em {
    margin-bottom: 4em !important;
}
.ml0 {
    margin-left: 0 !important;
}
.ml1 {
    margin-left: 1px !important;
}
.ml2 {
    margin-left: 2px !important;
}
.ml3 {
    margin-left: 3px !important;
}
.ml4 {
    margin-left: 4px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml6 {
    margin-left: 6px !important;
}
.ml7 {
    margin-left: 7px !important;
}
.ml8 {
    margin-left: 8px !important;
}
.ml9 {
    margin-left: 9px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
.ml40 {
    margin-left: 40px !important;
}
.ml50 {
    margin-left: 50px !important;
}
.ml60 {
    margin-left: 60px !important;
}
.ml70 {
    margin-left: 70px !important;
}
.ml80 {
    margin-left: 80px !important;
}
.ml90 {
    margin-left: 90px !important;
}
.ml100 {
    margin-left: 100px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr1 {
    margin-right: 1px !important;
}
.mr2 {
    margin-right: 2px !important;
}
.mr3 {
    margin-right: 3px !important;
}
.mr4 {
    margin-right: 4px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr6 {
    margin-right: 6px !important;
}
.mr7 {
    margin-right: 7px !important;
}
.mr8 {
    margin-right: 8px !important;
}
.mr9 {
    margin-right: 9px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.mr40 {
    margin-right: 40px !important;
}
.mr50 {
    margin-right: 50px !important;
}
.mr60 {
    margin-right: 60px !important;
}
.mr70 {
    margin-right: 70px !important;
}
.mr80 {
    margin-right: 80px !important;
}
.mr90 {
    margin-right: 90px !important;
}
.mr100 {
    margin-right: 100px !important;
}
.pt0 {
    padding-top: 0px !important;
}
.pt5 {
    padding-top: 5px !important;
}
.pt10 {
    padding-top: 10px !important;
}
.pt15 {
    padding-top: 15px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pt25 {
    padding-top: 25px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb5 {
    padding-bottom: 5px !important;
}
.pb8 {
    padding-bottom: 8px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.pb15 {
    padding-bottom: 15px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.pb25 {
    padding-bottom: 25px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl5 {
    padding-left: 5px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pl15 {
    padding-left: 15px !important;
}
.pl20 {
    padding-left: 20px !important;
}
.pl25 {
    padding-left: 25px !important;
}
.pl30 {
    padding-left: 30px !important;
}
.pl35 {
    padding-left: 35px !important;
}
.pl40 {
    padding-left: 40px !important;
}
.pl45 {
    padding-left: 45px !important;
}
.pl50 {
    padding-left: 50px !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pr5 {
    padding-right: 5px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pr15 {
    padding-right: 15px !important;
}
.pr20 {
    padding-right: 20px !important;
}
.pr25 {
    padding-right: 25px !important;
}
.pr30 {
    padding-right: 30px !important;
}
.pr35 {
    padding-right: 35px !important;
}
.pr40 {
    padding-right: 40px !important;
}
.pr45 {
    padding-right: 45px !important;
}
.pr50 {
    padding-right: 50px !important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ft {
    overflow: hidden;
    zoom: 1;
}
.clear {
    clear: both;
}
.vt {
    vertical-align: top !important;
}
.vm {
    vertical-align: middle !important;
}
.vb {
    vertical-align: bottom !important;
}
.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.nobr {
    white-space: nowrap;
}
.hidden {
    display: none !important;
}
.black {
    color: #333333;
}
.gray {
    color: #888888 !important;
}
.red {
    color: #cc0033;
}
.grayS {
    color: #979797;
}
.grayX {
    color: #cccccc;
}
.kome {
    padding-left: 1em;
    text-indent: -1em;
}
.kome1_5 {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.kome2 {
    padding-left: 2em;
    text-indent: -2em;
}
.kome05 {
    padding-left: 0.5em;
    text-indent: -0.5em;
}
.komelist {
    margin-top: 5px;
}
.komelist li {
    padding-left: 1em;
    line-height: 1.4em;
    text-indent: -1em;
}
/*------------------------------------------------------------- */
/* ▲▲▲API出力HTML用▲▲▲ */
/*------------------------------------------------------------- */

/*-----------------------*/
/* ログイン離脱対策用モーダル */
/*-----------------------*/
/* 共通 */
#displayLoginAlertModalOverlay {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
}
#displayLoginAlertModalOverlay .confirmLoginModal {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    background: white;
}
#displayLoginAlertModalOverlay .confirmLoginModal.smallSize {
    max-height: 330px;
    margin-top: auto;
    margin-bottom: auto;
}
#displayLoginAlertModalOverlay .closeBtn:before,
#displayLoginAlertModalOverlay .closeBtn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    display: block;
    width: 44%;
    height: 1px;
    background: #333;
    content: '';
}
#displayLoginAlertModalOverlay .closeBtn:before {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
#displayLoginAlertModalOverlay .closeBtn:after {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
#loginAlertModalScrollContainer {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
#loginAlertModalScrollArea {
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-right: 0;
    box-sizing: border-box;
    width: calc(100% + 15px);
}
#loginAlertModalScrollArea.width100 {
    width: 100%;
}
#quickModalOverlay.backgroundNone {
    display: none;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide {
    position: absolute;
    visibility: visible !important;
    z-index: 11000;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 80px;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide .scrollGuideArrowContainer {
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -12px;
    animation-name: bounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide .scrollGuideArrow {
    opacity: 1;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide .scrollGuideArrow>div {
    width: 30px;
    height: 30px;
    animation-name: opacity;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    opacity: 0;
    box-sizing: border-box;
    border-right: 6px solid #cc0033;
    border-bottom: 6px solid #cc0033;
    -webkit-transform: rotate(45deg) translateZ(1px) skew(10deg,10deg);
    -ms-transform: rotate(45deg) translateZ(1px) skew(10deg,10deg);
    transform: rotate(45deg) translateZ(1px) skew(10deg,10deg);
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide .scrollGuideArrow:last-child {
    margin-top: -6px;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide .scrollGuideArrow:last-child > div{
    animation-direction: reverse;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide.hideVisible {
    visibility: hidden !important;
}
@keyframes opacity {
    0 {
        opacity: 0;
    }
    10% {
        opacity: .1;
    }
    20% {
        opacity: .2;
    }
    30% {
        opacity: .3;
    }
    40% {
        opacity: .4;
    }
    50% {
        opacity: .5;
    }
    60% {
        opacity: .6;
    }
    70% {
        opacity: .7;
    }
    80% {
        opacity: .8;
    }
    90% {
        opacity: .9;
    }
    100% {
        opacity: 1;
    }
}
@keyframes bounce {
    0 {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }
    20% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    30% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px);
    }
    40% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    60% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    70% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px);
    }
    80% {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
    }
    90% {
        -webkit-transform: translateY(18px);
        transform: translateY(18px);
    }
    100% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.loginAlertTitleArea {
    display: table;
    width: 100%;
    height: 60px;
    text-align: center;
}
.loginAlertTitleArea .inner {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3em;
    font-size: 28px;
}
.loginAlertTitle {
    font-size: 22px;
    font-weight: bold;
}
.loginAlertBlock {
    width: calc(100% - 30px);
    text-align: center;
    background-color: #efefef;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.loginAlertNotice {
    display: table;
    width: calc(100% - 40px);
    height: 90px;
    margin-left: auto;
    margin-right: auto;
}
.loginAlertNotice .inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
}
.dispFlex {
    display: flex;
}
#confirmLoginDAccountMainArea {
    margin-left: auto;
}
#confirmLoginTwoStepVerificationMainArea {
    margin-right: auto;
}
.loginAlertNoticeButton .inner:hover {
    opacity: 0.7;
}
.loginAlertLink {
    margin-top: 15px;
    padding-bottom: 15px;
}
.loginAlertLink .inner a {
    font-size: 14px;
}
.loginAlertLink .inner a::after {
    left: 0.3em;
}
.loginAlertloginButton {
    width: 400px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 15px;
}
.loginAlertloginButton .inner .buttonText {
    background-color: #cc0033;
    padding: 26px 10px;
    color: #fff;
    font-size: 19px;
    border-radius: 40px;
    line-height: 1.2em;
}
.loginAlertloginButton .inner .buttonText:hover {
    opacity: 0.7;
}
.loginAlertIconArea {
    width: 360px;
    margin-right: auto;
    margin-left: auto;
}
.loginAlertIcon {
    margin-top: auto;
    margin-bottom: auto;
}
.loginAlertIconNote .inner {
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
    margin-left: 10px;
}
#networkNumberMainArea img.sp {
    max-width: 31px;
}
#displayLoginAlertModalOverlay .confirmLoginModal .scrollGuide {
    bottom: 0;
}

@media screen and (max-width: 959px) {
    .loginAlertModalArea {
        width: calc(100% - 14px);
    }
}

/* スマホサイズ */
@media screen and (max-width: 767px) {
    #displayLoginAlertModalOverlay .confirmLoginModal {
        top: 45px;
        height: calc(100% - 45px);
        max-height: 635px;
    }
    #confirmLoginCloseButton {
        position: absolute;
        right: 7px;
        top: -40px;
        display: inline-block;
        box-sizing: content-box;
        border: 1px solid #d8d8d8;
        box-shadow: inherit;
        background: #fff;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    #confirmLoginCloseButton:hover {
        opacity: 0.7;
    }
    .loginAlertTitle {
        font-size: 18px;
    }
    .loginAlertBlock {
        max-width: 400px;
    }
    .loginAlertNotice {
        width: calc(100% - 35px);
        height: 70px;
    }
    .loginAlertNotice .inner {
        font-size: 14px;
    }
    .loginAlertNoticeButton {
        width: 50%;
    }
    #confirmLoginDAccountMainArea {
        margin-left: 12.5px;
        margin-right: 2.5px;
    }
    #confirmLoginTwoStepVerificationMainArea {
        margin-left: 2.5px;
        margin-right: 12.5px;
    }
    #loginButtonArea {
        margin-top: 0;
    }
    .loginAlertIconArea {
        width: calc(100% - 53px);
        align-items: center;
    }
    .loginAlertIconNote .inner {
        font-size: 13px;
    }
    .loginAlertloginButton {
        width: calc(100% - 30px);
    }
    .loginAlertloginButton .inner .buttonText {
        font-size: 16px;
        padding: 16px 10px;
    }
    #networkNumberMainArea img.sp {
        max-width: 31px;
    }
    #networkNumberButtonArea {
        margin-top: 15px;
    }
    #networkNumberLinkArea {
        margin-top: 0;
    }
}

@media screen and (max-width: 360px) {
    #displayLoginAlertModalOverlay .confirmLoginModal {
        max-height: 600px;
    }
    #displayLoginAlertModalOverlay .confirmLoginModal.smallSize {
        max-height: 300px;
    }
    .loginAlertTitleArea {
        height: 45px;
    }
    #networkNumberNoticeArea {
        height: 85px;
    }
    #networkNumberButtonArea {
        margin-top: 10px;
    }
}

@media screen and (max-width: 320px) {
    #confirmLoginDAccountMainArea {
        margin-left: 10px;
    }
    #confirmLoginTwoStepVerificationMainArea {
        margin-right: 10px;
    }
    .loginAlertNotice {
        width: calc(100% - 30px);
    }
    .loginAlertloginButton {
        width: calc(100% - 20px);
    }
    .loginAlertloginButton .inner .buttonText {
        font-size: 14px;
    }
}

/* タブレット、PCサイズ */
@media screen and (min-width: 768px) {
    #displayLoginAlertModalOverlay .confirmLoginModal {
        width: 480px;
        height: calc(100% - 10px);
        max-width: 95%;
        max-height: 780px;
    }
    #displayLoginAlertModalOverlay .confirmLoginModal.smallSize {
        max-height: 400px;
    }
    #confirmLoginCloseButton {
        position: absolute;
        right: 7px;
        top: 10px;
        display: inline-block;
        box-sizing: content-box;
        border: 1px solid #d8d8d8;
        box-shadow: 2px 2px 3px #ccc;
        background: #fff;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    #confirmLoginCloseButton:hover {
        opacity: 0.7;
    }
    #loginButtonArea {
        margin-top: 0;
        padding-bottom: 35px;
    }
    .loginAlertIconNote {
        width: calc(100% - 30px);
    }
    #networkNumberLinkArea {
        padding-bottom: 30px;
    }
}

html.showModal,
html.showModalSp {
    overflow: hidden !important;
}
html.showModal body {
    padding-right: 17px;
}

/*-----------------------*/
/* 商品入れ替えモーダル */
/*-----------------------*/
#swapModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}
#swapModalWindow.itemSwapModal {
    position: relative;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 710px;
    min-height: 250px;
    margin: auto;
    vertical-align: middle;
    padding: 42px 0 35px;
    background: #fff;
}
#swapModalWindow.itemSwapModal #headCloseBtn {
    position: absolute;
    display: inline-block;
    background: #fff;
    box-sizing: content-box;
    border: 1px solid #d8d8d8;
    border-radius: 1px;
    cursor: pointer;
    top: 10px;
    right: 7px;
    width: 30px;
    height: 30px;
}
#swapModalWindow.itemSwapModal .closeBtn:hover {
    opacity: 0.8;
}
#swapModalWindow.itemSwapModal .closeBtn:before,
#swapModalWindow.itemSwapModal .closeBtn:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 1px;
    height: 1em;
    margin: auto;
    background: #333;
    content: '';
}
#swapModalWindow.itemSwapModal .closeBtn:before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#swapModalWindow.itemSwapModal .closeBtn:after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#swapModalWindow.itemSwapModal .swapTextArea {
    text-align: center;
}
#swapModalWindow.itemSwapModal .swapTextAreaTitle {
    position: relative;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
    transform: translateX(0.15em);
    letter-spacing: 0.2px;
}
#swapModalWindow.itemSwapModal .swapTextAreaTitleTriangle {
    width: 26px !important;
    margin-right: 8px;
    transform: translateY(-4px);
}
#swapModalWindow.itemSwapModal .swapTextAreaMsgMobile,
#swapModalWindow.itemSwapModal .swapTextAreaMsgOption {
    font-size: 16px;
    margin: 42px auto 43px;
}
#swapModalWindow.itemSwapModal .swapTextAreaMsgMobile {
    margin: 42px auto 23px;
}
#swapModalWindow.itemSwapModal .swapTextAreaMsgMobile span.orderDiv {
    font-size: 1em;
    font-weight: bold;
    display: inline;
}
#swapModalWindow.itemSwapModal .swapTextAreaMsgOption {
    margin-bottom: 67px;
}
#swapModalWindow.itemSwapModal .swapTextAreaMsg {
    display: inline-block;
    margin-bottom: 22px;
    line-height: 0.7em;
    font-size: 20px;
}
#swapModalWindow.itemSwapModal .grayBackground .swapTextAreaMsg {
    margin: 10px auto 35px;
}
#swapModalWindow.itemSwapModal .selectBtnArea {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 2em;
}
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect {
    flex-wrap: wrap;
}
#swapModalWindow.itemSwapModal .grayBackground.swapTextAreaMsgWrap,
#swapModalWindow.itemSwapModal .grayBackground.selectBtnArea {
    background: #d8d8d8;
}
#swapModalWindow.itemSwapModal .swapTextAreaMsgWrap {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
#swapModalWindow.itemSwapModal .selectBtn {
    width: 28%;
    min-height: 297px;
    border: 1px solid #d8d8d8;
    padding: 25px 15px;
    cursor: pointer;
    word-break: break-word;
    box-sizing: content-box;
}
#swapModalWindow.itemSwapModal .mobileSelect .selectBtn {
    position: relative;
    background: #fff;
    min-height: calc(100% + 3em + 2px);
    border: none;
}
#swapModalWindow.itemSwapModal .selectBtn + .selectBtn {
    margin-left: 7.5%;
}
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn {
    padding: 0;
}
#swapModalWindow.itemSwapModal .selectBtn.active,
#swapModalWindow.itemSwapModal .selectBtn:active {
    border: 2px solid #cc0033;
    padding: 24px 14px;
}
#swapModalWindow.itemSwapModal .selectBtnArea.mobileSelect:not(.orderSelect) .selectBtn.active,
#swapModalWindow.itemSwapModal .selectBtnArea.mobileSelect:not(.orderSelect) .selectBtn:active {
    padding: 23px 13px 21px;
}
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn.active,
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn:active {
    width: calc(28% - 4px);
}
#swapModalWindow.itemSwapModal .selectBtn img {
    margin-bottom: 10px;
}
#swapModalWindow.itemSwapModal .selectBtn div {
    line-height: 1.6em;
    padding: 0 10px;
}
#swapModalWindow.itemSwapModal .selectBtn div.mobileColorName {
    margin-bottom: 4.5em;
}
#swapModalWindow.itemSwapModal .selectBtn.active div.mobileColorName,
#swapModalWindow.itemSwapModal .selectBtn:active div.mobileColorName {
    margin-bottom: calc(4.5em + 2px);
}
#swapModalWindow.itemSwapModal .selectBtn div.orderDiv {
    position: absolute;
    bottom: 15px;
    width: 178px;
    padding: 1em 5px;
    margin: 0 10px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4em;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect div.orderDiv {
    position: static;
    width: 100%;
    margin: 0;
}
#swapModalWindow.itemSwapModal .selectBtnArea:not(.orderSelect) .selectBtn.active div.orderDiv,
#swapModalWindow.itemSwapModal .selectBtnArea:not(.orderSelect) .selectBtn:active div.orderDiv {
    bottom: 13px;
}
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn.active div.orderDiv,
#swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn:active div.orderDiv {
    padding: calc(1em - 1px) 4px;
    border: none;
}
#swapModalWindow.itemSwapModal .sameMobile {
    text-align: center;
    width: 80%;
}
#swapModalWindow.itemSwapModal .sameMobile img {
    max-width: 198px;
    margin: 10px 40px;
}
#swapModalWindow.itemSwapModal .sameMobile div {
    font-size: 1.6em;
    line-height: 1.6em;
}
#swapModalWindow.itemSwapModal .swapModalResponsive {
    display: none;
}

@media screen and (max-width:767px) {
    #swapModalWindow.itemSwapModal {
        position: static;
        width: 100%;
        padding: 20px 0 2em;
        box-sizing: border-box;
        transform: translateY(45px);
    }
    #swapModalWindow.itemSwapModal #headCloseBtn {
        top: -40px;
        box-shadow: inherit;
    }
    #swapModalWindow.itemSwapModal .swapTextAreaTitle {
        font-weight: normal;
        font-size: 25px;
        letter-spacing: 1px;
        transform: translateX(0.3em);
    }
    #swapModalWindow.itemSwapModal .swapTextAreaTitleTriangle {
        width: 22px !important;
        transform: translateY(-4px);
    }
    #swapModalWindow.itemSwapModal .swapTextAreaMsgMobile,
    #swapModalWindow.itemSwapModal .swapTextAreaMsgOption {
        font-size: 12px;
        margin-bottom: 30px;
        margin: 36px auto 34px;
    }
    #swapModalWindow.itemSwapModal .swapTextAreaMsgOption {
        margin-bottom: 53px;
    }
    #swapModalWindow.itemSwapModal .swapTextAreaMsg {
        font-size: 16px;
        margin-bottom: 17px;
        line-height: 1.6em;
        max-width: 95%;
    }
    #swapModalWindow.itemSwapModal .grayBackground .swapTextAreaMsg {
        margin: 10px auto 30px;
    }
    #swapModalWindow.itemSwapModal .selectBtn {
        width: 138px;
        min-height: 267px;
        padding: 25px 15px 15px;
        box-sizing: border-box;
    }
    #swapModalWindow.itemSwapModal .selectBtn + .selectBtn {
        margin-left: 4%;
    }
    #swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn {
        min-height: inherit;
    }
    #swapModalWindow.itemSwapModal .selectBtn.active,
    #swapModalWindow.itemSwapModal .selectBtn:active {
        padding: 24px 14px 14px;
    }
    #swapModalWindow.itemSwapModal .selectBtnArea.mobileSelect:not(.orderSelect) .selectBtn.active,
    #swapModalWindow.itemSwapModal .selectBtnArea.mobileSelect:not(.orderSelect) .selectBtn:active {
        padding: 23px 13px 13px;
    }
    #swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn.active,
    #swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn:active {
        width: 138px;
    }
    #swapModalWindow.itemSwapModal .selectBtn div {
        font-size: 12px;
    }
    #swapModalWindow.itemSwapModal .selectBtn div.mobileColorName,
    #swapModalWindow.itemSwapModal .selectBtn.active div.mobileColorName,
    #swapModalWindow.itemSwapModal .selectBtn:active div.mobileColorName {
        margin-bottom: 5.5em;
    }
    #swapModalWindow.itemSwapModal .selectBtn div.orderDiv {
        width: 108px;
        padding: 1em 0;
        margin: 0;
        height: 58px;
        display: flex;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }
    #swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn.active div.orderDiv,
    #swapModalWindow.itemSwapModal .selectBtnArea.orderSelect .selectBtn:active div.orderDiv {
        height: 54px;
    }
    #swapModalWindow.itemSwapModal .sameMobile img {
        max-width: 108px;
        margin: 10px 40px;
    }
    #swapModalWindow.itemSwapModal .sameMobile div {
        font-size: 1.4em;
    }
}
@media screen and (max-width: 370px) {
    #swapModalWindow.itemSwapModal .swapModalResponsive {
        display: block;
    }
}

/*-----------------*/
/* クイックモーダル */
/*-----------------*/
#quickModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}
#modalWindow.quickOrderHelpModal {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    justify-content: inherit;
    width: 710px;
    max-width: 95%;
    height: calc(100% - 10px);
    max-height: 1200px;
    margin: auto;
    padding: 20px 40px 0;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}
#modalWindow.quickOrderHelpModal #modalCloseButton {
    position: absolute;
    top: 10px;
    right: 7px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 3px #ccc;
    background: #fff;
    cursor: pointer;
    box-sizing: content-box;
}
#modalWindow.quickOrderHelpModal #modalCloseButton:hover {
    box-shadow: 2px 2px 1px #ccc;
    opacity: 0.8;
}
#modalWindow.quickOrderHelpModal #modalCloseButton:before,
#modalWindow.quickOrderHelpModal #modalCloseButton:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 44%;
    height: 1px;
    background-color: #333;
    content: '';
}
#modalWindow.quickOrderHelpModal #modalCloseButton:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#modalWindow.quickOrderHelpModal #modalCloseButton:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#modalWindow.quickOrderHelpModal #quickModalBtnArea {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    width: 100%;
    height: 141px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
#modalWindow.quickOrderHelpModal img {
    display: block;
    margin: 0 auto;
}
#modalWindow.quickOrderHelpModal img.sp {
    display: none;
}
#modalWindow.quickOrderHelpModal #quickHelpContentsTitle {
    display: block;
    width: 100%;
    margin: 0 0 25px;
}
#modalWindow.quickOrderHelpModal #quickHelpContentsTitle img {
    max-height: 40px;
}
#modalWindow.quickOrderHelpModal #quickHelpContents {
    width: 100%;
    margin-bottom: 151px;
}
#modalWindow.quickOrderHelpModal #quickHelpContents .quickHelpSubTitle,
#modalWindow.quickOrderHelpModal .quickHelpBalloon {
    margin-bottom: 15px;
    text-align: center;
}
#modalWindow.quickOrderHelpModal #quickHelpContents .quickHelpFlow {
    margin-bottom: 10px;
    text-align: center;
}
#modalWindow.quickOrderHelpModal .quickTextArea {
    text-align: left;
}
#modalWindow.quickOrderHelpModal .quickTextArea.attentionList {
    margin-bottom: 0;
    padding-top: 8px;
}
#modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul {
    margin: 0 auto 20px;
}
#modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul li {
    line-height: 1.2em;
    color: #888888;
}
#modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul li.red {
    color: #cc0033;
}
#modalWindow.quickOrderHelpModal .dotAttentionList li::before {
    content: '・';
}
#modalWindow.quickOrderHelpModal .attentionList li.noIcon {
    padding-left: 0;
}
#modalWindow.quickOrderHelpModal .attentionList li.noIcon::before {
    display: none;
}
#modalWindow.quickOrderHelpModal p {
    font-size: 14px;
}
#modalWindow.quickOrderHelpModal #scrollConteiner {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
#modalWindow.quickOrderHelpModal #quickModalScrollBox {
    width: calc(100% + 7px);
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-right: 7px;
    box-sizing: border-box;
}
#modalWindow.quickOrderHelpModal #quickModalScrollBox.scrollPlusWidth {
    width: calc(100% + 17px);
    padding-right: 0;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}
#modalWindow.quickOrderHelpModal #quickModalBtnArea .pXSmall {
    font-size: 16px;
    color: #fff;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow {
    margin-top: 10px;
    font-size: 18px;
    width: 48%;
    padding: 0.8em 1.5em;
    box-shadow: inherit;
    border-radius: 32px;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow:hover {
    box-shadow: inherit;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow::after {
    display: none;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow > span {
    display: block;
    font-size: 12px;
    margin: 0;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap #quickCartRunBtn {
    background: #cc0033;
    border-color: #cc0033;
    color: #fff;
}
#modalWindow.quickOrderHelpModal #quickModalBtnWrap #quickCartRunBtn span {
    color: #fff;
}
#modalWindow.quickOrderHelpModal #nomalCartRunBtn {
    border-color: #efefef;
}
#modalWindow.quickOrderHelpModal .scrollGuide {
    position: absolute;
    bottom: 100px;
    visibility: visible !important;
}
#modalWindow.quickOrderHelpModal .scrollGuide.hideVisible {
    visibility: hidden !important;
}
.scrollGuide .scrollGuideArrow > div {
    box-sizing: content-box;
}
@media screen and (max-width: 860px) {
    #modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #modalWindow.quickOrderHelpModal {
        top: 45px;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        padding: 20px 10px 0;
        height: calc(100% - 45px);
    }
    #modalWindow.quickOrderHelpModal #modalCloseButton {
        top: -40px;
        box-shadow: inherit;
    }
    #modalWindow.quickOrderHelpModal #modalCloseButton:hover {
        box-shadow: inherit;
    }
    #modalWindow.quickOrderHelpModal img.pc {
        display: none;
    }
    #modalWindow.quickOrderHelpModal img.sp {
        display: block;
    }
    #modalWindow.quickOrderHelpModal #quickHelpContentsTitle img {
        max-height: 55px;
    }
    #modalWindow.quickOrderHelpModal .quickTextArea.attentionList {
        padding-top: 0;
    }
    #modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul li {
        font-size: 14px;
    }
    #modalWindow.quickOrderHelpModal #quickHelpContentsTitle {
        margin: 15px 0 25px;
    }
    #modalWindow.quickOrderHelpModal #quickModalBtnWrap {
        width: 100%;
    }
    #modalWindow.quickOrderHelpModal #quickModalBtnArea .pXSmall {
        font-size: 14px;
    }
    #modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow {
        width: calc((100% - 10px) / 2);
        font-size: 16px;
        padding: 0.8em 0;
    }
    #modalWindow.quickOrderHelpModal #quickModalScrollBox {
        max-height: 100%;
    }
    #modalWindow.quickOrderHelpModal #quickModalBtnArea {
        height: 135px;
        padding: 20px 10px;
        width: 100%;
    }
    #modalWindow.quickOrderHelpModal .scrollGuide:not(.sp) {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    #modalWindow.quickOrderHelpModal .quickHelpBalloon,
    #modalWindow.quickOrderHelpModal .quickTextArea.attentionList ul {
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    #modalWindow.quickOrderHelpModal #quickModalBtnWrap .boxLinkArrow > span {
        letter-spacing: -0.1px;
        font-size: 11px;
    }
}
@media screen and (max-width: 339px) {
    #modalWindow.quickOrderHelpModal #quickModalBtnArea .pXSmall {
        letter-spacing: -0.4px;
    }
}

/*-----------------*/
/* おかP・残価モーダル */
/*-----------------*/
#okazanModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}
#modalWindow.okazanHelpModal {
    position: absolute;
    top: 10%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    vertical-align: middle;
    justify-content: inherit;
    width: 710px;
    max-width: 95%;
    height: calc(100% - 10px);
    max-height: 670px;
    margin: auto;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}
#modalWindow.okazanHelpModal #modalCloseButton {
    position: absolute;
    top: 10px;
    right: 7px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d8d8d8;
    box-shadow: 2px 2px 3px #ccc;
    background: #fff;
    cursor: pointer;
    box-sizing: content-box;
}
#modalWindow.okazanHelpModal #modalCloseButton:hover {
    box-shadow: 2px 2px 1px #ccc;
    opacity: 0.8;
}
#modalWindow.okazanHelpModal #modalCloseButton::before,
#modalWindow.okazanHelpModal #modalCloseButton::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 44%;
    height: 1px;
    background-color: #333;
    content: '';
}
#modalWindow.okazanHelpModal #modalCloseButton::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
#modalWindow.okazanHelpModal #modalCloseButton::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
#modalWindow.okazanHelpModal img {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
}
#modalWindow.okazanHelpModal img.sp {
    display: none;
}
#modalWindow.okazanHelpModal .okaeshiHelpContentsTitle,
#modalWindow.okazanHelpModal .zankaHelpContentsTitle {
    display: block;
    width: 100%;
    text-align: left;
    padding: 40px 0 20px;
}
#modalWindow.okazanHelpModal .okaeshiModalScrollBox.scrollPlusWidth .okaeshiHelpContentsTitle,
#modalWindow.okazanHelpModal .zankaModalScrollBox.scrollPlusWidth .zankaHelpContentsTitle {
    width: calc(100% - 17px);
}
#modalWindow.okazanHelpModal .okaeshiHelpContentsTitle span,
#modalWindow.okazanHelpModal .zankaHelpContentsTitle span {
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
}
#modalWindow.okazanHelpModal .okaeshiHelpContents {
    width: 90%;
    margin: 15px 5%;
    text-align: left;
}
#modalWindow.okazanHelpModal .zankaHelpContents,
#modalWindow.okazanHelpModal .zankaPlusHelpContents {
    width: 92%;
    max-width: 640px;
    margin: 15px auto;
    text-align: left;
}
#modalWindow.okazanHelpModal .okaeshiModalScrollBox.scrollPlusWidth .okaeshiHelpContents {
    width: calc(90% - 17px);
}
#modalWindow.okazanHelpModal .okaeshiHelpContents .okaeshiHelpSubTitle,
#modalWindow.okazanHelpModal .zankaHelpContents .zankaHelpSubTitle {
    margin-bottom: 15px;
}
#modalWindow.okazanHelpModal .okaeshiHelpFlow {
    margin: 0 80px;
}
#modalWindow.okazanHelpModal .zankaHelpFlow,
#modalWindow.okazanHelpModal .zankaPlusHelpFlow {
    max-width: 640px;
    margin: 0 auto 20px;
}
#modalWindow.okazanHelpModal .okaeshiTextArea,
#modalWindow.okazanHelpModal .zankaTextArea {
    margin: 0 80px;
    text-align: left;
}
#modalWindow.okazanHelpModal .okaeshiTextArea.attentionList,
#modalWindow.okazanHelpModal .zankaTextArea.attentionList {
    margin-bottom: 0;
    padding-top: 8px;
}
#modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul,
#modalWindow.okazanHelpModal .zankaTextArea.attentionList ul {
    margin: 0 auto 20px;
}
#modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul li,
#modalWindow.okazanHelpModal .zankaTextArea.attentionList ul li {
    line-height: 1.2em;
    color: #888888;
}
#modalWindow.okazanHelpModal p {
    font-size: 14px;
}
#modalWindow.okazanHelpModal #scrollContainer {
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
#modalWindow.okazanHelpModal .okaeshiModalScrollBox,
#modalWindow.okazanHelpModal .zankaModalScrollBox,
#modalWindow.okazanHelpModal .zankaPlusModalScrollBox {
    width: calc(100% + 7px);
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    padding-right: 7px;
    box-sizing: border-box;
}
#modalWindow.okazanHelpModal .okaeshiModalScrollBox.scrollPlusWidth,
#modalWindow.okazanHelpModal .zankaModalScrollBox.scrollPlusWidth,
#modalWindow.okazanHelpModal .zankaPlusModalScrollBox.scrollPlusWidth {
    width: calc(100% + 17px);
    padding-right: 0;
}
#modalWindow.okazanHelpModal .zankaPlusHelpLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 860px) {
    #modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul,
    #modalWindow.okazanHelpModal .zankaTextArea.attentionList ul {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #modalWindow.okazanHelpModal {
        top: 45px;
        max-height: 630px;
        width: 500px;
    }
    #modalWindow.okazanHelpModal #modalCloseButton {
        top: -40px;
        box-shadow: inherit;
    }
    #modalWindow.okazanHelpModal #modalCloseButton:hover {
        box-shadow: inherit;
    }
    #modalWindow.okazanHelpModal img.pc {
        display: none;
    }
    #modalWindow.okazanHelpModal img.sp {
        display: block;
    }
    #modalWindow.okazanHelpModal .zankaModalScrollBox .zankaHelpContents,
    #modalWindow.okazanHelpModal .zankaPlusModalScrollBox .zankaPlusHelpContents {
        width: 94%;
        margin: 15px auto;
    }
    #modalWindow.okazanHelpModal .okaeshiTextArea.attentionList,
    #modalWindow.okazanHelpModal .zankaTextArea.attentionList {
        padding-top: 0;
    }
    #modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul li,
    #modalWindow.okazanHelpModal .zankaTextArea.attentionList ul li {
        font-size: 14px;
    }
    #modalWindow.okazanHelpModal .okaeshiHelpContentsTitle,
    #modalWindow.okazanHelpModal .zankaHelpContentsTitle {
        padding: 20px 0;
    }
    #modalWindow.okazanHelpModal .okaeshiHelpContentsTitle img,
    #modalWindow.okazanHelpModal .zankaHelpContentsTitle img {
        padding: 0 3%;
    }
    #modalWindow.okazanHelpModal .okaeshiHelpFlow,
    #modalWindow.okazanHelpModal .okaeshiTextArea,
    #modalWindow.okazanHelpModal .zankaTextArea {
        margin: 0;
    }
    #modalWindow.okazanHelpModal .okaeshiModalScrollBox,
    #modalWindow.okazanHelpModal .zankaModalScrollBox,
    #modalWindow.okazanHelpModal .zankaPlusModalScrollBox {
        max-height: 100%;
    }
}
@media screen and (max-width: 650px) {
    #modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul,
    #modalWindow.okazanHelpModal .zankaTextArea.attentionList ul {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    #modalWindow.okazanHelpModal {
        max-height: 550px;
    }
    #modalWindow.okazanHelpModal .okaeshiHelpContents .okaeshiHelpSubTitle span,
    #modalWindow.okazanHelpModal .zankaHelpContents .zankaHelpSubTitle span {
        font-size: 12px;
    }
    #modalWindow.okazanHelpModal .okaeshiTextArea.attentionList ul li,
    #modalWindow.okazanHelpModal .zankaTextArea.attentionList ul li {
        font-size: 12px;
    }
}
@media screen and (max-width: 350px) {
    #modalWindow.okazanHelpModal {
        max-height: 520px;
    }
}

/*------------------------*/
/* パスキーアラートモーダル */
/*------------------------*/
#passkeyAlertModalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.7);
}
#passkeyAlertModalWindow {
    position: relative;
    top: 120px;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 710px;
    min-height: 250px;
    margin: auto;
    vertical-align: middle;
    padding: 42px 0 35px;
    background: #fff;
}
#passkeyAlertModalOverlay #passkeyAlertModalWindow {
    display: flex;
}
#passkeyAlertModalWindow .passkeyAlertTitle {
    position: relative;
    font-size: 29px;
    font-weight: bold;
    display: inline-block;
    transform: translateX(0.15em);
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
#passkeyAlertModalWindow .triangle {
    width: 26px !important;
    margin-right: 8px;
    transform: translateY(-4px);
}
#passkeyAlertModalWindow .messageArea {
    margin: 0 20px;
    padding: 20px 20px;
    background: #efefef;
}
#passkeyAlertModalWindow .buttonArea div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 20px auto 0px;
    padding: 17px 0;
    font-size: 16px;
    border: 1px solid #efefef;
    border-radius: 29px;
    background: #ffffff;
    box-shadow: 2px 2px 3px #ccc;
    cursor: pointer;
}
@media screen and (max-width:767px) {
    #passkeyAlertModalWindow {
        position: static;
        width: 100%;
        padding: 30px 0 2em;
        box-sizing: border-box;
        transform: translateY(45px);
    }
}