@charset "Shift-JIS";

/*--------------------------------------
  PCスマホ画像切り替え/
--------------------------------------*/
@media only screen and (max-width: 767px) {
    .sp_none {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .pc_none {
        display: none !important;
    }
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}
.alignright {
    float: right;
    margin: 0 0 24px 24px;
}
.alignleft {
    float: left;
    margin: 0 24px 24px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
img.float-left {
    float: left;
    margin: 0 24px 24px 0;
}

/*--------------------------------------
  色
---------------------------------------*/

.black {
    color: #000 !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 auto 24px 0;
    text-align: center;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------
  サイト全体
--------------------------------------*/
body,
p,
button {
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto,
        "游ゴシック", YuGothic, "Yu Gothic", Arial, "メイリオ", Meiryo, sans-serif;
}

p {
    font-size: 13px;
    line-height: 1.2;
}

input[type="radio"] {
    transform: scale(1.3);
}

input[type="checkbox"] {
    display: none;
}

label {
    display: block;
    margin-bottom: 0;
}

label span {
    display: block;
    /*background-color:#01b6ed;
    color:#fff;*/
    max-width: 600px;
    /*line-height:40px;
    border-radius:4px;
    text-align:center;*/
}
label span:hover {
    cursor: pointer;
}

/*--------------------------------------
  リンク
--------------------------------------*/

.ec-link {
    color: #ed1e79;
}

/*--------------------------------------
  入力部品
--------------------------------------*/

.ec-numberInput {
    display: none;
}

.ec-halfInput {
    display: flex;
    flex-wrap: nowrap;
}

.ec-halfInput input[type="text"] {
    width: 50%;
}

.ec-halfInput input[type="text"],
.ec-zipInput input,
.ec-input input,
.ec-telInput input {
    background: #ebf1f7;
    border: none;
    border-radius: 0;
    height: 60px;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .ec-halfInput input[type="text"],
    .ec-zipInput input,
    .ec-input input,
    .ec-telInput input {
        padding: 10px 0 10px 10px;
        height: 40px;
        font-size: 10px;
        font-weight: normal;
    }
}
@media only screen and (min-width: 768px) {
    .ec-halfInput input[type="text"] {
        margin-left: 15px;
        width: 50%;
    }
}

.ec-zipInput {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ec-zipInput input {
    max-width: 12em;
}

.ec-zipInput > span {
    font-size: 18px;
    margin-left: 0;
    margin-right: 15px;
}
@media only screen and (max-width: 767px) {
    .ec-zipInput > span {
        font-size: 11px;
        margin-left: 0;
        margin-right: 8px;
        padding-left: 0;
    }
}

.ec-zipInputHelp {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 25px;
}
@media only screen and (max-width: 767px) {
    .ec-zipInputHelp {
        margin-left: 13px;
    }
}

.ec-zipInputHelp span {
    color: #222;
    font-size: 14px;
    margin: 0 0 0 10px;
    line-height: initial;
}
@media only screen and (max-width: 767px) {
    .ec-zipInputHelp span {
        font-size: 10px;
        margin-left: 0;
    }
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
    position: initial;
    margin: 0;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .ec-zipInputHelp .ec-zipInputHelp__icon img {
        width: 18px;
        height: 18px;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .ec-zipInputHelp .ec-zipInputHelp__icon {
        transform: scale(2);
    }
}

.ec-telInput input {
    max-width: 16em;
}

.ec-select,
.ec-birth {
    margin-bottom: 0;
}

.ec-select select,
.ec-birth select {
    -webkit-appearance: button;
    appearance: button;
    background: #fff;
    border: solid 2px #222;
    border-radius: 0;
    height: 50px;
    min-width: 100px;
    margin-bottom: 0;
}
.ec-birth select {
    padding: 6px 8px;
}

@media only screen and (max-width: 767px) {
    .ec-select select,
    .ec-birth select {
        height: 30px;
        min-width: 70px;
        font-size: 10px;
    }
    .ec-select {
        width: fit-content;
    }
    .ec-birth span {
        font-size: 12px;
    }
}

.error.ec-checkbox input,
.error.ec-checkbox label {
    display: initial;
}

.ec-radio label {
    margin-right: 50px;
}

.ec-radio label span {
    font-weight: bold;
}

.ec-required {
    background: #ed1e79;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
    padding: 1px 10px;
}
@media only screen and (max-width: 767px) {
    .ec-required {
        font-size: 10px;
        padding: 2px 6px 1px;
        transform: scale(0.8, 0.75) translateY(2px);
        margin-left: 4px;
    }
}

/*--------------------------------------
  ボタン
--------------------------------------*/

.ec-blockBtn--action,
.ec-inlineBtn--action {
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%);
}

.ec-blockBtn--cancel,
.ec-inlineBtn--cancel {
    border-color: transparent;
    background: linear-gradient(180deg, #383838 0%, #383838 50%, #222222 50%, #222222 100%);
}

/*--------------------------------------
  サイトの幅 元は1130px
--------------------------------------*/
.ec-role,
.ec-cartRole {
    padding: 0 10px;
    margin-bottom: -10px;
}

@media only screen and (min-width: 768px) {
    .ec-role,
    .ec-cartRole,
    .ec-orderRole,
    .ec-registerRole,
    .ec-forgetCompleteRole,
    .ec-mypageRole,
    .ec-customerRole,
    .ec-contactRole,
    .maker_table_wrap,
    .review_wrap {
        max-width: 1125px;
        /*	margin:20px auto 0; masa*/
        margin: 0 auto 0; /* masa */
        padding: 0 10px;
        margin-bottom: 0;
    }
    .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*--------------------------------------
  レイアウト部品
--------------------------------------*/

/* 見出し */

.ec-reportHeading {
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    .ec-reportHeading {
        font-size: 10px;
    }    
}

.ec-reportHeading h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #222;
}
@media only screen and (max-width: 767px) {
    .ec-reportHeading h2 {
        font-size: 10px;
    }    
}

/* 本文 */

.ec-reportDescription {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #222;
}
@media only screen and (max-width: 767px) {
    .ec-reportDescription {
        font-size: 10px;
    }    
}

/* 線区切りリスト */

.ec-borderedDefs {
    font-weight: bold;
    border-top: none;
}

.ec-borderedDefs dl {
    border-bottom: solid #222 2px;
    padding-left: 15px;
}
@media only screen and (max-width: 767px) {
    .ec-borderedDefs dl {
        padding-left: 0;
    }
}

.ec-borderedDefs dt {
    padding-top: 0;
}

.ec-borderedDefs dd {
    padding-top: 0;
}

@media only screen and (min-width: 768px) {
    .ec-borderedDefs dl {
        padding: 8px 0;
    }
    .ec-borderedDefs dd {
        width: 80%;
        margin-left: 10px;
    }
    .ec-borderedDefs.confirm dl {
        padding: 23px 0 23px; /* yabe */
    }
    .ec-borderedDefs.confirm dd {
        font-size: 18px;
    }
}

/*--------------------------------------
  入力画面レイアウト
--------------------------------------*/

@media only screen and (max-width: 767px) {
    .ec-registerRole {
        padding-left: 0;
        padding-right: 0;
    }
}

/* 入力レイアウトの線区切りリスト */

@media only screen and (max-width: 767px) {
    .ec-registerRole .ec-borderedDefs {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.ec-registerRole .ec-borderedDefs dl {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .ec-registerRole .ec-borderedDefs dl {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

/** コンテンツを上詰めする **/
.ec-registerRole .ec-borderedDefs dl.align-top {
    align-items: baseline;
}

/** コンテンツの上下の間隔を詰める **/
.ec-registerRole .ec-borderedDefs dl.closely {
    padding-bottom: 0;
    border-bottom: none;
}

.ec-registerRole dt {
    width: 22%;
}
@media only screen and (max-width: 767px) {
    .ec-registerRole dt {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .ec-registerRole dt {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-registerRole dd > div:not(:first-child) {
        padding-top: 8px;
    }
    .ec-registerRole dd > div:not(:last-child) {
        padding-bottom: 8px;
    }
}
@media only screen and (min-width: 768px) {
    .ec-registerRole dd > div:not(:first-child) {
        padding-top: 15px;
    }
    .ec-registerRole dd > div:not(:last-child) {
        padding-bottom: 15px;
    }
}

.ec-registerRole label {
    color: #222;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .ec-registerRole label {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-registerRole input[type="checkbox"],
    .ec-registerRole input[type="radio"] {
        margin: 5px 2px 0 0;
        transform: scale(1.2);
    }
}
@media only screen and (min-width: 768px) {
    .ec-registerRole input[type="checkbox"],
    .ec-registerRole input[type="radio"] {
        margin: 3px 15px 0 0;
        transform: scale(2);
    }
}

/* 入力レイアウト　ボタンなど */

.ec-registerRole .ec-registerRole__actions {
    padding-top: 40px;
}
@media only screen and (max-width: 767px) {
    .ec-registerRole .ec-registerRole__actions {
        width: 100%;
        padding-top: 0;
        padding-left: 17px;
        padding-right: 17px;
    }
}

.action-buttons,
.ec-registerRole .ec-registerRole__actions .ec-registerRole__box {
    width: 475px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .action-buttons,
    .ec-registerRole .ec-registerRole__actions .ec-registerRole__box {
        width: 100%;
    }
}

.ec-registerRole .ec-registerRole__actions .ec-registerRole__agreement {
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .ec-registerRole .ec-registerRole__actions .ec-registerRole__agreement {
        margin-bottom: 20px;
    }
}

.action-buttons .ec-blockBtn--action,
.action-buttons .ec-blockBtn--cancel,
.ec-registerRole .ec-blockBtn--action,
.ec-registerRole .ec-blockBtn--cancel {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .action-buttons .ec-blockBtn--action,
    .action-buttons .ec-blockBtn--cancel,    
    .ec-registerRole .ec-blockBtn--action,
    .ec-registerRole .ec-blockBtn--cancel {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
}

.action-buttons .ec-blockBtn--action,
.ec-registerRole .ec-blockBtn--action {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .action-buttons .ec-blockBtn--action,
    .ec-registerRole .ec-blockBtn--action {
        margin-bottom: 10px;
    }
}

/*--------------------------------------
  ページネーション
--------------------------------------*/

.ec-pager .ec-pager__item--active {
    background: #ebf1f7; /* yabe */
}
@media only screen and (max-width:767px) {
	.ec-pager .ec-pager__item a,
	.ec-pager .ec-pager__item--active a {
		padding-left: 0;
		padding-right: 0;
		font-size: 10px;
	}
	.ec-pager .ec-pager__item,
	.ec-pager .ec-pager__item--active {
		min-width: 27px;
	}
}

.ec-pager .ec-pager__item--active a,
.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a:hover,
.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__prev img,
.ec-pager .ec-pager__prev img:hover,
.ec-pager .ec-pager__next img,
.ec-pager .ec-pager__next img:hover {
    font-weight: bold; /* yabe */
    color: #101010; /* yabe */
}
.ec-pager .ec-pager__item--active a:hover,
.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__prev img:hover,
.ec-pager .ec-pager__next img:hover {
    background: #ebf1f7; /* yabe */
}
.ec-pager .ec-pager__prev img,
.ec-pager .ec-pager__next img {
    height: 1em; /* yabe */
    width: 1em; /* yabe */
}
.ec-pager .ec-pager__first,
.ec-pager .ec-pager__last {
    display: none; /* yabe */
}


/*--------------------------------------
  ヘッダ
--------------------------------------*/

@media only screen and (max-width: 767px) {
    .ec-layoutRole__header {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 20000;
        background-color: #fff;
    }
    .ec-layoutRole__header > .ec-role {
        margin-bottom: 0;
        padding-top: 10px;
    }
    .ec-layoutRole__header > .ec-role:last-child {
        padding-top: 0 !important;
    }
}

/*========headerピンクエリア========*/
.ec-headerNaviRole {
    background-color: #ed1e79;
    border-bottom: solid 2px #000;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
    color: #fff;
    font-size: 0.85em;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .ec-headerNaviRole {
        height: 4px;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__left {
    width: calc(100% / 1);
    margin-left: 80px;
}

.ec-headerNaviRole .ec-headerNaviRole__left > p {
    display: none;
}
@media only screen and (min-width: 768px) {
    .ec-headerNaviRole .ec-headerNaviRole__left > p {
        display: block;
        font-size: 12px;
    }
}

.ec-headerNaviRole .ec-headerNaviRole__right {
    margin-right: 80px;
    font-size: 12px;
}

.ec-headerNav .ec-headerNav__itemLink {
    color: #fff;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .ec-headerNav .ec-headerNav__itemLink {
        font-weight: bold;
    }
}

/*========headerロゴエリア========*/

.logo-wrap {
    /*新規クラス*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*max-width: 1120px;*/
    margin: auto;
    padding: 10px 0 10px;
}
@media only screen and (max-width: 767px) {
    .logo-wrap {
        /*新規クラス*/
        padding: 2px;
    }
}

.logo-wrap .ec-headerlogo_left {
    /*新規クラス*/
    /*width: calc(100%  * 1 / 3);*/
}

.logo-wrap .ec-headerlogo_right {
    /*新規クラス*/
    /*width: calc(50%);*/
}

.ec-headerTitle img {
    max-width: initial;
    width: initial;
    height: 45px;
}
@media only screen and (max-width: 767px) {
    .ec-headerTitle img {
        max-width: initial;
        width: initial;
        margin-top: -20px;
        height: 32px;
    }
}

.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 0px;
}

.ec-headerRole .ec-headerRole__title {
    height: 50px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 767px) {
    .ec-headerRole .ec-headerRole__title {
        margin-bottom: 0;
    }
}

/*hederTel受け継時間エリア*/
.description2 {
    display: block;
    background: #222;
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 1px auto;
}

.headerTel {
    float: left;
    font-family: arial black;
    color: #ed1e79;
    font-size: 1.8em;
    margin-right: 10px;
}
.jikanCard-wrap {
    display: flex;
    flex-direction: column;
}

.headerJikan {
    font-size: 12px;
    font-weight: bold;
    padding-top: 4px;
    margin-bottom: 0;
    color: #000;
}
.headerPaymentMethod {
    display: flex;
    align-items: center;
    margin-top: -3px;
}
.headerPaymentMethod img {
    height: 25px;
    width: auto;
}
.shiharaihouhou {
    display: flex;
    font-size: 10px;
}
.shiharaihouhou > span {
    display: inline-block;
    text-align: center;
    /*	background:#006888; */
    background: #527a8f;
    border-radius: 2px;
    transform: scale(0.9);
}
.shiharaihouhou > span > span {
    display: inline-block;
    font-weight: bold;
    color: white;
    transform: scale(0.8);
    vertical-align: middle;
}

/*--------------------------------------
  スマホメニュー
--------------------------------------*/

/*ハンバーガー*/
.ec-headerNavSP {
    left: none;
    right: 10px;
    position: absolute;
    size: 26px;
    width: 50px;
    height: 71px;
    padding: 7px 10px 0;
}

.ec-drawerRole {
    background-color: #ed1e79;
    width: 100%;
    height: initial;
    transform: translateX(-100vw); /*左へ隠れる幅*/
}

.ec-drawerRole .ec-headerLinkArea {
    background: #ed1e79;
}

.ec-drawerRoleClose {
    left: auto;
    right: 20px;
    color: white;
    background: transparent;
    font-size: 30px;
    z-index: 100999; /*.ec-drawerRole.is_activeが100000なのでそれより高く*/
    left: auto;
    right: 10px;
    top: 20px;
}

.sp_kaihei_logo img {
    display: block;
    width: 120px;
    margin: 15px auto;
}

/*スマホカテゴリサーチとキーワードサーチ横並び*/
@media only screen and (max-width: 767px) {
    .ec-drawerRole .ec-headerSearch {
        background: #ed1e79;
        margin: 26px 28px 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ec-drawerRole .ec-headerSearch form {
        background-color: white;
    }

    .ec-headerSearch .ec-headerSearch__category {
        width: 35%;
        display: inline-block;
        float: left;
    }
    .ec-headerSearch .ec-headerSearch__keyword {
        display: inline-block;
        width: 65%;
        border-top: 1.5px solid #000;
        background: #fff;
        border-left: none;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        font-size: 12px;
    }
    .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        font-size: 12px;
        height: 33px;
    }
}
/*メニュー項目*/
@media only screen and (max-width: 767px) {
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
        border-top: none;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        font-size: 12px;
        border-bottom: 1px solid #222;
        margin: 0 28px;
        padding-left: 0;
        padding-right: 0;
    }
    .ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
        background: url(../img/top/arrow_migi_white.png) no-repeat;
        background-position: right center;
        background-size: 7px;
    }
}

/*--------------------------------------
  検索とカート
--------------------------------------*/

.search_wrap {
    display: flex;
    flex-direction: row;
    /*	max-width: 1060px;*/
    margin: auto;
    /*	padding: 10px 0; */
    padding: 0 0;
}
.leftgawa {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.rightgawa {
    width: calc(100% * 1 / 6);
}
@media only screen and (min-width: 768px) {
    .leftgawa {
        width: calc(100% * 2 / 3);
        margin-right: 10px;
    }
    .rightgawa {
        width: calc(100% * 1 / 3);
    }
}
/*サーチのカテゴリー側*/
@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category {
        width: 30%;
    }
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #fff;
    border: 1.5px solid #000;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    height: 100%;
    color: #000;
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category .ec-select select {
        max-width: initial;
        height: 34px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-width: 2px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__keyword {
        width: 70%;
        background-color: transparent;
    }
}

/*下向き矢印*/
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    position: absolute;
    top: 0.3em;
    right: 2em;
    content: "";
    content: url(../img/top/arrow-8-down.png); /*アップロードした*/
}

/*サーチのキーワード側*/

.ec-headerSearch .ec-headerSearch__keyword {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1.5px solid #000;
    border-bottom: 1.5px solid #000;
    border-left: 0 solid #000;
    border-right: 1.5px solid #000;
}

@media only screen and (min-width: 768px) {
    .ec-headerSearch .ec-headerSearch__keyword {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        border-left: 0 solid #000;
        border-right: 2px solid #000;
    }
}

.ec-cartNavi {
    position: absolute;
    right: 60px;
}

@media only screen and (max-width: 767px) {
    .ec-cartNavi {
        margin-top: -7px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-cartNaviWrap {
        border: solid 2px #000;
    }
    .ec-cartNavi {
        position: relative;
        right: 0;
        padding: 5px 17px 10px;
        height: 34px;
        border-radius: 0;
    }
    .ec-cartNavi .ec-cartNavi__price {
        font-size: 18px;
        font-weight: bold;
    }
}

/*カートアイコン*/
.fa-shopping-cart:before {
    content: url(../img/top/buy.svg); /*アップロードした*/
}

/*赤丸で囲まれた値段*/
.ec-cartNavi .ec-cartNavi__badge {
    margin-top: 2px;
}

/*--------------------------------------
  フッタ
--------------------------------------*/

.ec-footerRole {
    background-color: #ed1e79;
    border-top: none;
    padding-top: 20px;
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .ec-footerTitle__logo img {
        width: 120px;
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .ec-footerNavi .ec-footerNavi__link {
        display: block;
    }
}
.ec-footerNavi {
    padding: 25px 25px 0;
}

.ec-footerRole .ec-footerRole__inner {
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .ec-footerRole .ec-footerRole__inner {
        font-size: 11px;
    }
}

.ec-footerRole .ec-footerRole__inner:after {
    content: none;
}

.ec-footerNavi .footer_midashi {
    margin: 10px 0;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.ec-footerNavi .ec-footerNavi__link {
    margin: 0 15px 0;
}

.ec-footerRole__inner {
    line-height: 1;
}

.ec-footerNavi .ec-footerNavi__link a {
    border-bottom: none;
    line-height: 1;
    padding: 10px 0;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
}
@media only screen and (max-width: 767px) {
    .ec-footerNavi .ec-footerNavi__link a {
        font-size: 11px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-footerNavi {
        padding: 0px 25px 0;
    }
    .ec-footerNavi .footer_midashi {
        padding: 20px 0 0 0;
    }

    .ec-footerNavi .footer_midashi {
        margin-bottom: 22px;
    }

    .ec-footerNavi .ec-footerNavi__link a {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-footerNavi .ec-footerNavi__link {
        padding: 10px 0;
        padding: 0;
        margin: 0;
    }
}

.footer_kuroobi {
    background: #131313;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 3.5;
}
@media only screen and (max-width: 767px) {
    .footer_kuroobi {
        height: 46px;
        line-height: 3.2;
    }
    .footer_kuroobi small {
        font-size: 10px;
    }
}

.footer_kuroobi > .ec-footerTitle__copyright {
    font-size: 12px;
    line-height: 4;
}
@media only screen and (min-width: 768px) {
    .footer_kuroobi > .ec-footerTitle__copyright {
        font-size: 10px;
    }
}

.ec-footerTitle {
    padding: 25px 0;
}
@media only screen and (max-width: 767px) {
    .ec-footerTitle {
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.ec-footerTitle .ec-footerTitle__copyright {
    margin: 15px;
}
@media only screen and (min-width: 768px) {
    .ec-footerTitle .ec-footerTitle__copyright {
        margin-top: 24px;
        margin-bottom: 0;
    }
}

/*--------------------------------------
  見出し
--------------------------------------*/

.ec-pageHeader,
.aoobi {
    position: relative;
    height: 74px;
    background: url(../img/top/bar.png) no-repeat;
    /* background-size: 96% 90%; */ /* yabe */
    background-size: 100% 90%; /* yabe */
    margin-left: -10px;
    margin-bottom: -4px;
}
.ec-pageHeader {
    margin-top: 0;
}
.aoobi {
    margin-top: 35px;
}
@media only screen and (max-width: 420px) {
    .ec-pageHeader,
    .aoobi {
        height: initial;
        margin-top: 15px;
        background: url(../img/top/bar_sp.png) no-repeat;
        /* background-size: 90% 43px; */ /* yabe */
        background-size: 100% 43px; /* yabe */
        /* background-position-x: -6px; */ /* yabe */
    }
}

.ec-pageHeader h1,
.aoobi h2 {
    padding: 3px 0 12px 28px;
    color: white;
    font-size: 22px;
    font-weight: bold;
    line-height: 2.1;
}
.ec-pageHeader h1 {
    margin: 10px 0 0 0;
    border: none;
}
.aoobi h2 {
    margin: 20px 0 10px;
}
@media only screen and (max-width: 420px) {
    .ec-pageHeader h1,
    .aoobi h2 {
        padding: 5px 0 10px 14px;
        font-size: 14px;
    }
    .ec-pageHeader h1 {
        padding-left: 25px;
    }
    .aoobi h2 {
        margin-top: 15px;
    }
}

/*--------------------------------------
  モーダル
--------------------------------------*/

.ec-modal .ec-modal-wrap {
    width: 90%;
    max-width: 1000px;
    padding: 8% 7% 3%;
}
@media only screen and (max-width: 767px) {
    .ec-modal .ec-modal-wrap {
        width: 95%;
    }    
}

#ec-modal-header {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #ec-modal-header {
        font-size: 15px;
    }    
}

@media only screen and (max-width: 767px) {
    .ec-modal-box {
        margin-bottom: 20px;
    }
}

.ec-modal-box .ec-role {
    padding: 0;
}

.ec-modal-box .ec-inlineBtn--action,
.ec-modal-box .ec-inlineBtn--cancel {
    width: 44%;
    min-width: 145px;
    height: 80px;
    line-height: 60px;
    font-size: 22px;
    margin: 20px;
}
@media only screen and (max-width: 767px) {
    .ec-modal-box .ec-inlineBtn--action,
    .ec-modal-box .ec-inlineBtn--cancel {
        width: 100%;
        height: 50px;
        line-height: 30px;
        font-size: 14px;
        margin: 10px 0;
    }
}


/*--------------------------------------
  トップページ
--------------------------------------*/

.ec-layoutRole .ec-layoutRole__main {
    margin-bottom: 30px;
} /*新規ページのボトム*/

#page_homepage .ec-layoutRole__main {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    #page_homepage .ec-layoutRole__mainBottom {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-layoutRole .ec-layoutRole__main.login {
        margin-bottom: 50px;
    }

    .ec-layoutRole__contentTop .ec-sliderRole {
        margin-top: 0;
    }

    #page_homepage .ec-role {
        padding-top: 10px;
    }
}

/*===カテゴリーから探す メーカーから探す====*/

.cate_kensaku,
.maker_kensaku {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) {
    .cate_kensaku,
    .maker_kensaku {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .cate_kensaku {
        display: flex;
        flex-wrap: wrap;
    }
    .cate_kensaku > a {
        width: 50%;
    }
}

/*バナーエリア*/
.bana_area_wrap {
    margin-top: -12px;
    background-color: #1063b7;
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media only screen and (min-width: 768px) {
    .bana_area_wrap {
        margin-top: 0;
        padding-bottom: 15px;
        padding-top: 42px;
        background-image: url(../img/top/banner_background.jpg);
        background-size: contain;
    }
    #page_homepage .bana_area_wrap + .ec-role {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .bana_area_wrap {
        padding-top: 30px;
        padding-bottom: 1px;
        background-image: url(../img/top/banner_background_sp.jpg);
        background-position: bottom right;
        background-size: 52%;
    }
}

.bana_area {
    /*	padding: 2px 10px 30px; masa*/
    padding: 2px 10px 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin: 10px;
}
.bana_area img {
    width: 100%;
    object-fit: scale-down;
}
.bana_area .box_item.banner2,
.bana_area .box_item.banner3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .bana_area {
        padding: 2px 12px 15px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0px 10px;
        margin: 7px 3px;
    }
    .bana_area .box_item.banner3,
    .bana_area .box_item.banner4 {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .bana_area {
        max-width: 1125px;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
}

/*スライダー*/

.ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
    background: #1063b7;
    max-width: none;
}

#page_homepage .main_visual.slick-initialized.slick-slider.slick-dotted {
    padding-bottom: 0px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ec-sliderRole ul.slick-dots {
        bottom: -50px;
    }
}
@media only screen and (min-width: 768px) {
    .ec-sliderRole ul.slick-dots {
        bottom: -55px;
    }
}

.custom_arrow_next {
    position: absolute;
    right: 17%;
    z-index: 10000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px !important;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.custom_arrow_prev {
    position: absolute;
    left: 17%;
    z-index: 10000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px !important;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*ブルーエリア*/

.ec-layoutRole .ec-layoutRole__contents {
    max-width: none;
}
@media only screen and (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        margin-top: 2em;
    }
}

.area_blue_wrap {
    background: #1063b7;
}
.area_blue_wrap img {
    width: 100%;
}
.origin_button_wrap {
    text-align: center;
    padding-bottom: 30px;
}
.btn_nagare_sentaku {
    display: inline-block;
    width: 300px;
    color: #fff;
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%);
    padding: 5px 60px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 80px;
    line-height: 40px;
    margin: 10px;
}

/*グレーエリア*/
.area_gray_wrap {
    text-align: center;
    background: #ebf1f7;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 767px) {
    #page_homepage .area_gray_wrap {
        margin-top: 20px;
    }
    .area_gray_wrap img {
        padding: 19px 13px;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    #page_homepage .area_gray_wrap {
        margin-top: 10px;
        padding: 15px 0;
    }
    .area_gray_wrap img {
        width: auto;
        margin: 0;
        padding: 15px 5px;
    }
}

#page_homepage .area_gray_wrap .ec-role {
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    #page_homepage .area_gray_wrap .ec-role {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
}

/* カーケアアイテム */

@media only screen and (max-width: 767px) {
    #page_homepage .care-img img {
        padding-top: 0;
    }    
}

/* 中段スライド */
/* #page_homepage .area_gray_wrap .nav-slides-wrap {
    width: calc(100% - 220px);
    position: relative;
}
#page_homepage .area_gray_wrap .nav-slides-wrap::before {
    content: "";
    display: block;
    height: 48%;
}
#page_homepage .area_gray_wrap .nav-slides-wrap .nav-slides {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#page_homepage .area_gray_wrap .nav-slides__item {
    width: 100%;
    height: 0;
    padding-top: 22.2%;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;    
}
#page_homepage .area_gray_wrap .slick-dots {
    text-align: left;
    margin-top: 13px;
    width: 100%;
    height: 100px;
}
#page_homepage .area_gray_wrap .slick-dots li {
    width: 25%;
    height: 100%;
    margin: 0;
    display: inline-block;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}
#page_homepage .area_gray_wrap .slick-dots li.slick-active {
    opacity: .6;
}
#page_homepage .area_gray_wrap .slick-dots li:not(:first-child) {
}
#page_homepage .area_gray_wrap .slick-dots li p {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
} */


/*店長オススメお買い得セット*/

/* masa */
#page_homepage .ec-shelfRole {
    padding: 0;
}
.ec-shelfRole {
    word-break: break-all;
}

.top-osusume-ul {
    list-style: none;
    padding: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.top-osusume-li {
    width: 25%;
    padding: 10px 20px 20px 20px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .top-osusume-li {
        width: 50%;
    }
}

.top-osusume-li .item_price {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    #page_homepage .top-osusume-li .item_price {
        font-size: 24px;
    }
}

#page_homepage .ec-shelfRole .top-osusume-li p {
    height: 35px;
}

#page_homepage .ec-shelfRole .top-osusume-li .item_name {
    color: #000;
}

@media only screen and (max-width: 767px) {
    #page_homepage .ec-shelfRole .top-osusume-li p {
        display: grid;
        place-items: center;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    #page_homepage .ec-shelfRole .top-osusume-li .item_name {
        margin-top: 5px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    #page_homepage .ec-shelfRole .top-osusume-li p {
        display: grid;
        place-items: center;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
         margin-bottom: 10px;
         border-radius: 20px;
    }
    #page_homepage .ec-shelfRole .top-osusume-li .item_name {
        margin-top: 10px;
        font-size: 15px;
        color: #000;
    }
}

.yellow_obi {
    background: yellow;
    text-align: center;
    margin: 5px auto;
    padding: 3px 5px;
    border-radius: 15px;
    font-size: 13px;
    width: 100%;
    font-weight: bold;
}

.top-osusume-li .yellow_obi {
    margin-bottom: 15px;
    color: #141313;
}

/*NEWS*/

.ec-newsRole {
    background-color: #ebf1f7;
    /*	margin-bottom:-80px;*/ /*.ec-layoutRole .ec-layoutRole__main {	margin-bottom:50px;}/*新規ページのボトムと重なる為*/
}
@media only screen and (min-width: 768px) {
    /*元style.css打ち消し*/
    .ec-newsRole {
        padding: 40px 0 60px;
    }
    #page_homepage .ec-newsRole {
        padding-bottom: 0;
    }
}

.ec-newsRole .ec-secHeading .ec-secHeading__en {
    /*タイトル*/
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #ed1e79;
}
@media only screen and (max-width: 767px) {
    .ec-newsRole .ec-secHeading .ec-secHeading__en {
        font-size: 18px;
    }
}

.ec-newsRole .ec-newsRole__news {
    border: none;
    max-width: 1125px;
    margin: auto;
    padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
    #page_homepage .ec-newsRole .ec-newsRole__news {
        padding: 10px 25px 30px;
    }
}

#page_homepage .ec-newsRole .ec-newsRole__newsItem {
    border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
    #page_homepage .ec-newsRole .ec-newsRole__newsItem {
        padding-left: 0;
        padding-right: 0;
        border-bottom-width: 1px;
    }
}
@media only screen and (min-width: 768px) {
    #page_homepage .ec-newsRole .ec-newsRole__newsItem {
        padding-top: 0;
    }
    #page_homepage .ec-newsRole .ec-newsRole__newsHeading {
        flex-flow: column;
    }
    #page_homepage .ec-newsRole__newsHeading ~ div {
        margin-left: 10px;
    }
}

.ec-newsRole .ec-newsRole__newsTitle {
    display: flex;
}
@media only screen and (max-width: 767px) {
    .ec-newsRole .ec-newsRole__newsTitle {
        margin-bottom: 5px;
    }
}

#page_homepage .ec-newsRole__newsTitle p {
    min-width: 8em;
    color: #161616;
}
@media only screen and (max-width: 767px) {
    #page_homepage .ec-newsRole__newsTitle p {
        font-size: 12px;
    }
}
@media only screen and (min-width: 768px) {
    #page_homepage .ec-newsRole__newsTitle p {
        font-size: 14px;
        margin-left: 10px;
    }
    #page_homepage .ec-newsRole__newsTitle p + p {
        margin-left: 60px;
    }
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: none; /*黒丸背景打ち消し*/
}

.ec-newsRole .ec-newsRole__newsCloseBtn img {
    /*矢印*/
    width: 15px;
}
#page_homepage .ec-newsRole .ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn img {
    transform: rotate(180deg);
}

/* ???? */

.ec-newItemRole {
    padding: 20px 0;
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
    font-size: 13px;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    text-align: right;
    font-size: 16px;
    color: #ed1e79;
    font-weight: bold;
}

/*--------------------------------------
  カート
--------------------------------------*/

@media only screen and (max-width: 767px) {
    #page_cart .ec-cartRole {
        margin-top: 11px;
        padding : 0 15px;
    }
    #page_cart .ec-layoutRole__main .ec-role {
        padding: 0;
    }
}

.ec-cartRole .ec-cartRole__progress {
    /*ステップ上下のマージン*/
    margin-top: 20px;
    margin-bottom: 50px;
}

ul.ec-cartRow:first-child {
    border-top: solid 2px #222;
}

.ec-cartRow {
    display: block;
    padding-left: 0;
    border-bottom: solid 2px #222; /* masa */
    padding: 10px 0;
}

.ec-cartRow .ec-cartRow__amountColumn {
    border-bottom: none;
}

.ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: none;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
    border-bottom: none;
}

.ec-cartRow .ec-cartRow__delColumn {
    border-bottom: none;
}

@media only screen and (max-width: 767px) {
    .ec-cartRole .ec-cartRole__progress {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .ec-cartRow .ec-cartRow__summary {
        padding-left: 10px;
    }
    .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
        font-size: 10px;
    }
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
        float: left;
        margin-left: 130px;
    }
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
        display: inline-block;
    }
    .ec-cartRole .ec-cartRole__totalAmount {
        font-size: 16px;
    }
}

#page_cart .ec-cartTable {
    border-top: none;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    font-weight: bold;
    font-size: 18px;
    padding: 15px 0;
    border-top: solid 1px #dcdcdc;
}

.ec-cartRole .ec-cartRole__total {
    border-bottom-style: solid;
    border-bottom-color: rgb(34, 34, 34);
    width: fit-content;
    margin: 0 0 30px auto;
}

.ec-cartRow .ec-cartRow__delColumn {
    font-weight: bold;
}

.ec-cartRow__delColumn a {
    background: #ebf1f7;
    font-size: 12px;
    color: #222;
    padding: 6px 10px;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
    /* color:#333; */ /* masa */
    color: #222; /* masa */
}

@media only screen and (min-width: 768px) {
    /*幅調整*/
    .ec-cartRole .ec-cartRole__cart {
        margin: 0;
    }

    .ec-cartRow .ec-cartRow__summary {
        min-width: 400px;
    }

    .ec-cartRow .ec-cartRow__subtotalColumn {
        font-weight: bold;
        font-size: 21px;
    }
    /* masa */
    .ec-cartRole .ec-cartRole__total {
        padding: 50px 85px 50px 33px;
        font-size: 20px;
    }
    /* masa */
    .ec-cartRole .ec-cartRole__totalAmount {
        font-size: 30px;
        margin-left: 70px;
    }
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: inline;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: inline;
}

.ec-cartRow__delColumn a {
    /*削除ボタン*/
    background: #ebf1f7;
    font-size: 12px;
    color: #222;
    padding: 6px 10px;
}

.ec-cartRole .ec-cartRole__totalAmount {
    color: #222;
}
@media only screen and (max-width: 767px) {
    .ec-cartRole .ec-cartRole__totalAmount {
        margin-left: 50px;
    }
    #page_cart .ec-cartRole .ec-cartRole__totalAmount {
        margin-left: 70px;
    }
}

@media only screen and (min-width: 768px) {
    /*合計値エリアの右マージンをとる*/
    .ec-cartRole .ec-cartRole__actions {
        margin-right: 0;
        width: 100%;
        margin-bottom: 60px;
    }
    /* masa */
    .ec-cartRole .ec-cartRole__actions .ec-cartRole__btn .ec-blockBtn--action,
    .ec-cartRole .ec-cartRole__actions .ec-cartRole__btn .ec-blockBtn--cancel {
        height: 70px;
        padding-top: 8px;
        font-size: 22px;
    }

    .ec-cartRole .ec-cartRole__actions .ec-cartRole__total {
        width: fit-content;
        margin: 0 0 70px auto;
    }

    .ec-cartRole .ec-cartRole__actions .ec-cartRole__btn {
        margin-top: 32px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox; /* masa */
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .ec-cartRole .ec-cartRole__actions .ec-cartRole__btn .ec-blockBtn--action {
        width: calc(50% - 64px);
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .ec-cartRole .ec-cartRole__actions .ec-cartRole__btn .ec-blockBtn--cancel {
        width: calc(50% - 64px);
        margin: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 768px) {
	#page_cart .ec-blockBtn--action ,
	#page_cart .ec-blockBtn--cancel {
		height: 80px;
		padding-top: 13px;
	}
}

/*角張追加 カート一覧*/
@media only screen and (min-width: 769px) {
    .ec-cartRow .ec-cartRow__contentColumn {
        display: table;
        padding: 20px 0;
        border-bottom: black 2px solid;
        width: 100%;
    }

    .ec-cartRow .ec-cartRow__contentColumn:last-child {
        border-bottom: none;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__img {
        display: contents; /* masa */
        width: 100px;
    }
    .ec-cartRole img {
        /* width: 100%; */
    }

    .ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
        color: #161616;
        font-size: 12px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary {
        /* width: 100%; */ /* masa*/
        width: 84%; /* masa */
        height: 100%;
        display: table-cell;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__name {
        width: 54%;
        padding-left: 36px;
        display: table-cell;
        vertical-align: middle;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount {
        width: 18%;
        display: table-cell;
        vertical-align: middle;
        text-align: end;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountTable {
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 0 0 0 auto;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountTable
        .cartRow__amountCover {
        min-width: 10%;
        text-align: center;
        padding: 0 8px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown {
        width: 30%;
        display: inline-block;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amount {
        width: 30px;
        min-width: 10%;
        text-align: center;
        display: inline-block;
        color: #222222;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown {
        width: 32px;
        height: 32px;
        display: inline-block;
        background-color: #1063b7;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown a:hover {
        text-decoration: none;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown span {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountUpDown
        .ec-cartRow__amountDownButtonDisabled {
        width: 100%;
        height: 100%;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountUpDown
        .ec-cartRow__amountDownButtonDisabled
        span {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #9c9c9c;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown span img {
        width: 30px;
        height: 30px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__sutbtotal {
        width: 18%;
        display: table-cell;
        vertical-align: middle;
        text-align: end;
        padding-right: 40px;
        color: #222222;
        font-size: 24px; /* masa */
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__delete {
        width: 10%;
        display: table-cell;
        vertical-align: middle;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__delete a .ec-cartRow__deleteBtn {
        height: 32px;
        width: 100%;
        max-width: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ebf1f7;
        color: #222222;
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
        color: #161616;
    }

    .ec-cartRow .ec-cartRow__contentColumn {
        border-bottom: black 2px solid;
        width: 100%;
        padding-bottom: 20px;
        padding-top: 16px;
    }

    .ec-cartRow .ec-cartRow__contentColumn:last-child {
        border-bottom: none;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountTable {
        display: flex;
        align-items: center;
        width: fit-content;
        margin: 12px 0;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountTable
        .cartRow__amountCover {
        min-width: 10%;
        text-align: center;
        padding: 0 16px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown {
        width: 30%;
        display: inline-block;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amount {
        width: initial;
        min-width: 10%;
        text-align: center;
        display: inline-block;
        color: #222222;
        font-size: 12px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown {
        width: 23px;
        height: 23px;
        display: inline-block;
        background-color: #1063b7;
        font-size: 12px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown a:hover {
        text-decoration: none;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__amount .ec-cartRow__amountUpDown span {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountUpDown
        .ec-cartRow__amountDownButtonDisabled {
        width: 100%;
        height: 100%;
    }

    .ec-cartRow
        .ec-cartRow__contentColumn
        .ec-cartRow__summary
        .ec-cartRow__amount
        .ec-cartRow__amountUpDown
        .ec-cartRow__amountDownButtonDisabled
        span {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #9c9c9c;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__sutbtotal {
        font-size: 14px;
        font-weight: bold;
        color: #222222;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__delete {
        width: 100%;
        display: block;
        margin-top: 12px;
    }

    .ec-cartRow .ec-cartRow__contentColumn .ec-cartRow__summary .ec-cartRow__delete a .ec-cartRow__deleteBtn {
        height: 28px;
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #ebf1f7;
        color: #222222;
        /*  font-weight: 600; */
        font-size: 10px;
    }

    .ec-cartRole .ec-cartRole__total {
        margin: 15px 0 30px auto;
        font-size: 11px;
    }

    .ec-cartRole .ec-cartRole__btn {
        margin-bottom: 30px;
    }
}

/*--------------------------------------
  商品購入画面
--------------------------------------*/

#shopping_order_message {
    background: #ebf1f7;
    border: none;
}

/*--------------------------------------
  ご注文手続き
--------------------------------------*/

.ec-orderRole {
    padding-left: 0x;
    padding-right: 0x;
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-layoutRole__main .ec-role {
        padding: 0;
    }
}

#page_shopping .ec-rectHeading h2 {
    background-color: initial;
    margin-top: 0;
    padding-left: 0;
    font-size: 22px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-rectHeading h2 {
        font-size: 14px;
    }
    #page_shopping .ec-cartRole {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 11px;

    }
    #page_shopping .ec-orderAccount {
        margin-bottom: 0;
    }
}

#page_shopping #gmo_payment_gateway_credit_form .ec-rectHeading h2 {
    display: flex;
}
#page_shopping #gmo_payment_gateway_credit_form .ec-rectHeading h2 label {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    #page_shopping #shopping_order_security_code,
    #page_shopping #shopping_order_card_no {
        margin-left: 30px;
        width: 200px;
    }

    #page_shopping #shopping_order_payment_type_0_body dt {
        width: 33%;
    }

    #page_shopping #shopping_order_payment_type_0_body .ec-select {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderRole__summary {
        position: fixed;
        left: 0;
        bottom: 0;
        filter: drop-shadow(0 0 4px #bbb);
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderRole__detail {
        padding-left: 0;
        padding-right: 40px;
        width: 55%;
    }
    #page_shopping .ec-orderRole__summary {
        padding-right: 0;
        width: 45%;
    }
}

#page_shopping .ec-orderRole__detail > [class^="ec-order"]:not(:first-child):not(.pc_none) {
    border-top: solid 2px #222;
    margin-bottom: 30px;
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderRole__detail > [class^="ec-order"]:not(:first-child):not(.ec-orderConfirm) {
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }
    #page_shopping .ec-orderRole__detail .ec-orderConfirm {
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
}
#page_shopping .ec-orderRole__detail .ec-orderConfirm__btn > *:not(:first-child) {
    margin-top: 8px;
}

#page_shopping .ec-orderAccount__account.non-customer-display > dl,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl,
#page_shopping .ec-orderDelivery__address dl {
    display: block;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderAccount__account.non-customer-display > dl,
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl,
    #page_shopping .ec-orderDelivery__address dl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 30px;
    }
}
#page_shopping .ec-orderAccount__account.non-customer-display > dl.continuous,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl.continuous,
#page_shopping .ec-orderDelivery__address dl.continuous {
    margin-bottom: 10px;
}
#page_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
#page_shopping .ec-orderDelivery__address > dl > dt {
    font-weight: normal;
    font-size: 16px;
}

#page_shopping .ec-select__delivery_time {
    display: flex;
}
#page_shopping .ec-select__delivery_time > * {
    flex-grow: 1;
}
#page_shopping .ec-select__delivery_time > * > select {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_shopping .ec-orderDelivery__address > dl > dt {
        font-size: 10px;
    }    
    #page_shopping .ec-orderRole__detail .ec-orderDelivery {
        padding-top: 10px !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_shopping .ec-orderDelivery__address > dl > dt {
        width: 10rem;
        text-align: center;
    }
}

#page_shopping .ec-orderAccount__account.non-customer-display > dl > dd,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_shopping .ec-orderDelivery__address > dl > dd {
    background-color: #ebf1f7;
    width: 100%;
    padding: 10px;
}
#page_shopping .ec-orderAccount__account.non-customer-display > dl > dd,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_shopping .ec-orderDelivery__address > dl > dd {
    font-size: 16px;
}
#page_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
#page_shopping .ec-orderDelivery__address > dl > dd p {
    font-size: 16px;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
    #page_shopping .ec-orderDelivery__address > dl > dd p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
    #page_shopping .ec-orderDelivery__address > dl > dd p,
    #page_shopping .ec-zipInput > span {
        font-size: 14px;
    }
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__display {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderDelivery .ec-orderDelivery__display {
        display: block;
        margin-bottom: 75px;
    }
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__display > dl {
    flex: 1;
    width: 100%;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__change {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderDelivery .ec-orderDelivery__change {
        float: right;
    }
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtn {
    background-color: #1063b7;
    color: #fff;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item {
    color: #161616;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList {
    border-top: none;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid {
    padding-top: 15px;
    padding-bottom: 15px;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid:first-child {
    border-top: none;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList li {
    border-bottom: solid 2px #ebf1f7;
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
    margin-top: 20px;
    font-size: 14px;
    color: #222;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
        font-size: 18px;
        font-weight: bold;
    }
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    width: 2em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
        margin-right: 30px;
    }
}
#page_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__total-price {
    display: inline-block;
    width: 5em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
#page_shopping .ec-orderDelivery__actions .ec-selects {
    border-bottom: none;
}
#page_shopping .ec-orderDelivery__actions .ec-select:first-child {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderDelivery__actions .ec-selects {
        display: block;
        margin-bottom: 5px;
    }
    #page_shopping .ec-orderDelivery__actions .ec-select:first-child {
        margin-bottom: 15px;
    }
    #page_shopping .ec-orderDelivery__actions .ec-select {
        width: initial;
        float: initial;
        max-width: 100%;
    }
    #page_shopping .ec-orderDelivery__actions .ec-select:nth-child(n + 2) {
        display: inline-block;
    }    
    #page_shopping .ec-orderDelivery__actions .ec-select label {
        font-size: 10px;
    }
    #page_shopping .ec-orderDelivery__actions .ec-select select {
        max-width: 100%;
    }
}

#page_shopping #gmo_payment_gateway_credit_form .dl_table {
    border-collapse: separate;
    border-spacing: 0 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping #gmo_payment_gateway_credit_form .dl_table {
        border-spacing: 0 10px;
    }
    #page_shopping #gmo_payment_gateway_credit_form .dl_table dt {
        width: 33%;
    }    
    #page_shopping #gmo_payment_gateway_credit_form .dl_table dl {
        height: initial !important;
    }    
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderPayment .ec-radio input[type="radio"] {
        margin-top: 0;
        transform: scale(1);
        margin-right: 5px;
    }
    #page_shopping .ec-orderPayment .ec-radio label {
        font-size: 10px;
        font-weight: normal;
    }    
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderCoupon,
    #page_shopping .ec-orderPayment {
        font-size: 10px;
    }

    #page_shopping #customer_detail_box p {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #page_shopping .ec-orderPayment .ec-radio p {
        font-size: 10px;
        margin-bottom: 15px !important;        
    }
}

#page_shopping .ec-orderConfirm textarea{
    height: 200px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-orderConfirm textarea{
        font-size: 10px;
        height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox-collapse::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #222;
        border-right: 3px solid #222;
        transform: rotate(135deg);
        z-index: 200;
    }
    #page_shopping .ec-totalBox-collapse.expand::before {
        top: 30px;
        transform: rotate(-45deg);
    }
    #page_shopping .ec-totalBox-collapse:not(.expand) + .ec-totalBox {
        padding-top: 30px;
    }
    #page_shopping .ec-totalBox-collapse.expand + .ec-totalBox dl:nth-child(-n + 5) {
        display: none;
    }
}

#page_shopping .ec-totalBox {
    border: solid 2px #222;
    background: #fff;
    padding: 30px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox {
        border: none;
        margin-bottom: 0;
        padding: 10px;
    }
    #page_shopping .ec-totalBox > *:not(.ec-totalBox__btn) {
        margin-left: 30px;
        margin-right: 30px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__spec,
#page_shopping .ec-totalBox .ec-totalBox__taxRate {
    border-bottom: solid 2px #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__spec,
    #page_shopping .ec-totalBox .ec-totalBox__taxRate {
        padding: 10px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__spec dt {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__spec dt {
        font-size: 10px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__spec dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__spec dd {
        font-size: 14px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__taxRate {
    display: flex;
    align-items: flex-end;
}
#page_shopping .ec-totalBox .ec-totalBox__taxRate dt {
    font-size: 16px;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__taxRate dt {
        font-size: 10px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__taxRate dt:before {
    content: none;
}
#page_shopping .ec-totalBox .ec-totalBox__taxRate dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__taxRate dd {
        font-size: 14px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__taxRate dd:after {
    content: none;
}
#page_shopping .ec-totalBox .ec-totalBox__paymentTotal {
    align-items: center;
    border-bottom: none;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__paymentTotal {
        margin-bottom: 5px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__paymentTotal dt {
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__paymentTotal dt {
        font-size: 12px;
    }
}
#page_shopping .ec-totalBox .ec-totalBox__paymentTotal dd {
    font-weight: bold;
    font-size: 26px;
}
@media only screen and (max-width: 767px) {
    #page_shopping .ec-totalBox .ec-totalBox__paymentTotal dd {
        font-size: 18px;
    }
    #page_shopping .ec-totalBox .ec-totalBox__btn {
        display: flex;
        justify-content: space-between;
    }
    #page_shopping .ec-totalBox .ec-totalBox__btn > * {
        width: 49%;
        margin: 0;
    }
    #page_shopping .ec-totalBox .ec-totalBox__btn > *:first-child {
        order: 2;
    }
    #page_shopping .ec-totalBox .ec-totalBox__btn > *:last-child {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    #page_shopping .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    #page_shopping .action-buttons .ec-blockBtn--action, .action-buttons .ec-blockBtn--cancel, .ec-registerRole .ec-blockBtn--action, .ec-registerRole .ec-blockBtn--cancel {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

/*--------------------------------------
  注文確認
--------------------------------------*/

@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-layoutRole__main .ec-role {
        padding: 0;
    }
}

#page_shopping_confirm .ec-rectHeading h2 {
    background-color: initial;
    margin-top: 0;
    padding-left: 0;
    font-size: 22px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-rectHeading h2 {
        font-size: 14px;
    }
    #page_shopping_confirm .ec-cartRole {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 11px;
    }
}

#page_shopping_confirm #gmo_payment_gateway_credit_form .ec-rectHeading h2 {
    display: flex;
}
#page_shopping_confirm #gmo_payment_gateway_credit_form .ec-rectHeading h2 label {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    #page_shopping_confirm #shopping_order_security_code,
    #page_shopping_confirm #shopping_order_card_no {
        margin-left: 30px;
        width: 200px;
    }

    #page_shopping_confirm #shopping_order_payment_type_0_body dt {
        width: 33%;
    }

    #page_shopping_confirm #shopping_order_payment_type_0_body .ec-select {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderRole__summary {
        position: fixed;
        left: 0;
        bottom: 0;
        filter: drop-shadow(0 0 4px #bbb);
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderRole__detail {
        padding-left: 0;
        padding-right: 40px;
        width: 55%;
    }
    #page_shopping_confirm .ec-orderRole__summary {
        padding-right: 0;
        width: 45%;
    }
}

#page_shopping_confirm .ec-orderRole__detail > [class^="ec-order"]:not(:first-child):not(.pc_none) {
    margin-bottom: 30px;
    padding-top: 30px;
}
#page_shopping_confirm .ec-orderRole__detail .ec-orderConfirm__btn > *:not(:first-child) {
    margin-top: 8px;
}
#page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl,
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl,
#page_shopping_confirm .ec-orderDelivery__address dl {
    display: block;
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl,
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl,
    #page_shopping_confirm .ec-orderDelivery__address dl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
}

#page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dt,
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
#page_shopping_confirm .ec-orderDelivery__address > dl > dt {
    font-weight: normal;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_shopping_confirm .ec-orderDelivery__address > dl > dt {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_shopping_confirm .ec-orderDelivery__address > dl > dt {
        width: 10rem;
        text-align: center;
    }
}
#page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dd,
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_shopping_confirm .ec-orderDelivery__address > dl > dd {
    border-bottom: solid 2px #222;
    width: 100%;
    padding: 10px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dd,
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
    #page_shopping_confirm .ec-orderDelivery__address > dl > dd {
        padding-left: 0;
    }
}

#page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dd,
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_shopping_confirm .ec-orderDelivery__address > dl > dd {
    font-size: 16px;
}
#page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dd p,
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
#page_shopping_confirm .ec-orderDelivery__address > dl > dd p {
    font-size: 16px;
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderAccount__account.non-customer-display > dl > dd p,
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
    #page_shopping_confirm .ec-orderDelivery__address > dl > dd p {
        font-size: 12px;
    }    
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display {
        display: block;
        margin-bottom: 75px;
    }
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__display > dl {
    flex: 1;
    width: 100%;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__change {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__change {
        float: right;
    }
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtn {
    background-color: #1063b7;
    color: #fff;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item {
    color: #161616;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList {
    border-top: none;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid {
    padding-top: 15px;
    padding-bottom: 15px;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid:first-child {
    border-top: none;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid__content p:first-child {
    font-size: 12px;    
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid__content p:first-child {
        font-size: 10px;    
    }
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList li {
    border-bottom: solid 2px #ebf1f7;
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
    margin-top: 20px;
    font-size: 14px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
        font-size: 10px;
    }
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
        font-size: 18px;
        font-weight: bold;
    }
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    width: 2em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
        margin-right: 30px;
    }
}
#page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__total-price {
    display: inline-block;
    width: 5em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__total-price {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping_confirm #coupon dd {
        font-size: 12px;
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox-collapse::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #222;
        border-right: 3px solid #222;
        transform: rotate(135deg);
        z-index: 200;
    }
    #page_shopping_confirm .ec-totalBox-collapse.expand::before {
        top: 30px;
        transform: rotate(-45deg);
    }
    #page_shopping_confirm .ec-totalBox-collapse:not(.expand) + .ec-totalBox {
        padding-top: 30px;
    }
    #page_shopping_confirm .ec-totalBox-collapse.expand + .ec-totalBox dl:nth-child(-n + 5) {
        display: none;
    }
}

#page_shopping_confirm .ec-totalBox {
    border: solid 2px #222;
    background: #fff;
    padding: 30px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox {
        border: none;
        margin-bottom: 0;
        padding: 10px;
    }
    #page_shopping_confirm .ec-totalBox > *:not(.ec-totalBox__btn) {
        margin-left: 30px;
        margin-right: 30px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__spec,
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate {
    border-bottom: solid 2px #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__spec,
    #page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate {
        padding: 10px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__spec dt {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__spec dt {
        font-size: 10px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__spec dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__spec dd {
        font-size: 14px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__total {
    border-top: none;
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate {
    display: flex;
    align-items: flex-end;
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dt {
    font-size: 16px;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dt {
        font-size: 10px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dt:before {
    content: none;
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dd {
        font-size: 14px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__taxRate dd:after {
    content: none;
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal {
    align-items: center;
    border-bottom: none;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal {
        margin-bottom: 5px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal dt {
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal dt {
        font-size: 12px;
    }
}
#page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal dd {
    font-weight: bold;
    font-size: 26px;
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__paymentTotal dd {
        font-size: 18px;
    }
    #page_shopping_confirm .ec-totalBox .ec-totalBox__btn {
        display: flex;
        justify-content: space-between;
    }
    #page_shopping_confirm .ec-totalBox .ec-totalBox__btn > * {
        width: 49%;
        margin: 0;
    }
    #page_shopping_confirm .ec-totalBox .ec-totalBox__btn > *:first-child {
        order: 2;
    }
    #page_shopping_confirm .ec-totalBox .ec-totalBox__btn > *:last-child {
        order: 1;
        padding-left: 6px;
        padding-right: 6px;
    }
}

.ec-totalBox {
    /*会計ボックス*/
    border: solid 1px #000;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    #page_shopping_confirm .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    #page_shopping_confirm .ec-orderAccount {
        margin-bottom: 0;
    }
    #page_shopping_confirm .ec-orderRole__detail > .ec-orderDelivery {
        padding-top: 0 !important;
    }
    #page_shopping_confirm .action-buttons .ec-blockBtn--action, .action-buttons .ec-blockBtn--cancel, .ec-registerRole .ec-blockBtn--action, .ec-registerRole .ec-blockBtn--cancel {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}


/*--------------------------------------
  商品購入完了
--------------------------------------*/

@media only screen and (min-width: 768px) {
    #page_shopping_complete .ec-off3Grid .ec-off3Grid__cell {
        padding-left: 0;
    }
    #page_shopping_complete .compleat_orderno {
        font-size: 20px;
        text-align: center;
        border: solid 2px #333;
        padding: 80px 10px;
        margin-bottom: 40px;
    }
    #page_shopping_complete .action-buttons {
        margin-bottom: 70px;
    }
    
}
@media only screen and (max-width: 767px) {
    #page_shopping_complete .ec-layoutRole__main .ec-role {
        padding: 0;
    }
    #page_shopping_complete .ec-off3Grid__cell {
        font-size: 10px;
    }
    #page_shopping_complete .compleat_orderno {
        font-size: 13px;
        text-align: center;
        border: solid 2px #333;
        padding: 60px 10px;
        margin-bottom: 40px;
    }
    #page_shopping_complete .compleat_orderno {
        
    }
}

@media only screen and (max-width: 767px) {
    #page_shopping_complete .ec-cartRole {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 11px;
    }
}

.compleat_orderno {
    border: solid 1px #333;
    padding: 40px 10px;
    margin-bottom: 40px;
}

/*--------------------------------------
  新規会員登録・ゲスト購入
--------------------------------------*/

#page_shopping_nonmember .ec-cartRole__progress {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    #page_entry .ec-registerRole__actions .ec-registerRole__agreement {
        margin-bottom: 40px;
    }
    #page_entry .ec-registerRole .ec-registerRole__actions,
    #page_shopping_nonmember .ec-registerRole .ec-registerRole__actions {
        text-align: left;
        margin-bottom: 40px;
    }
    #page_entry #entry_company_name {
        width: 82%;
    }
}

#entry_sex {
    display: flex;
    padding-bottom: 5px;
    padding-left: 8px;
}

#entry_sex_1 {
    margin: auto 12px auto 0;
}

#entry_sex_2 {
    margin: auto 12px auto 0;
}

#entry_sex label {
    margin-bottom: initial;
}

input#entry_phone_number {
    /*電話番号*/
    border: none;
    background: #ebf1f7;
}

/*--------------------------------------
  新規会員登録確認
--------------------------------------*/

@media only screen and (max-width: 767px) {
    #page_entry .ec-borderedDefs.confirm dl dd {
        font-size: 11px; /* yabe */
        border-bottom: solid 2px #ebf1f7; /* yabe */
        margin-bottom: 15px; /* yabe */
    }
}
@media only screen and (min-width: 768px) {
    #page_entry .ec-borderedDefs.confirm dl dd {
        padding-top: 0; /* yabe */
    }
}

#page_entry .ec-borderedDefs.confirm dl.onamae {
    border-bottom: none;
}

#page_entry .ec-borderedDefs.confirm dl.furigana {
    border-bottom: none;
}

#page_entry .ec-borderedDefs.confirm dd.onamae_child,
#page_entry .ec-borderedDefs.confirm dd.furigana_child,
#page_entry .ec-borderedDefs.confirm .yuubinbangou {
    border-bottom: solid 2px #ebf1f7;
}

#page_entry .ec-borderedDefs.confirm .juusho1 {
    display: none;
}

/*--------------------------------------
  新規会員登録完了・アクティベート
--------------------------------------*/

@media only screen and (max-width: 767px) {
    #page_entry_complete .ec-layoutRole__main .ec-role,
    #page_entry_activate .ec-layoutRole__main .ec-role {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) {
    #page_entry_complete .ec-registerCompleteRole .ec-off3Grid__cell,
    #page_entry_activate .ec-registerCompleteRole .ec-off3Grid__cell {
        margin: 0 0 0 15px; /* yabe */
    }
}

#page_entry_complete .ec-registerCompleteRole,
#page_entry_activate .ec-registerCompleteRole {
    margin-top: 80px;
}
@media only screen and (max-width: 767px) {
    #page_entry_complete .ec-registerCompleteRole,
    #page_entry_activate .ec-registerCompleteRole {
        margin-top: 40px;
    }
}

#page_entry_complete .ec-reportDescription,
#page_entry_activate .ec-reportDescription {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    #page_entry_complete .ec-reportDescription,
    #page_entry_activate .ec-reportDescription {
        margin-bottom: 40px;
    }
}

#page_entry_complete .action-buttons,
#page_entry_activate .action-buttons {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    #page_entry_complete .action-buttons,
    #page_entry_activate .action-buttons {
        margin-bottom: 10px;
    }
}

/*--------------------------------------
  ログイン
--------------------------------------*/

.ec-login {
    width: 80%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .ec-login {
        width: 100%;
        padding: 0 8px 0;
        margin-bottom: 10px;
    }
    #page_shopping_login .ec-login {
        margin-bottom: 30px;
    }
}

.ec-login .ec-icon {    
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .ec-login__icon {
        padding: 30px 13% 0;
    }
}

.ec-login .ec-icon img {
    width: 350px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#login_email {
    margin-bottom: 26px;
}
@media only screen and (max-width: 767px) {
    #login_email {
        margin-bottom: 16px;
    }
}

.ec-login .ec-login__input {
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .ec-login .ec-login__input {
        margin-bottom: 30px;
    }

    .ec-login .ec-login-button {
        margin: 0;
    }
}

.ec-login .ec-errorMessage {
    margin-top: 20px;
}


.ec-login .ec-login__link {
    margin-right: 25px;
}
@media only screen and (max-width: 767px) {
    .ec-login .ec-login__link {
        display: block;
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

.ec-login .ec-login-alert {
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .ec-login .ec-login-alert {
        font-size: 10px; /* masa */
    }    
}

#page_shopping_login .ec-role .ec-guest-wrapper {
    /* margin-left: 16px;
    margin-right: 16px;
    padding: 0 13%; */
    border-top: 2px solid black;
    padding-top: 30px;
}

#page_shopping_login .ec-role .ec-guest {
    background: none;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 12% 10px;
}

@media only screen and (max-width: 767px) {
    #page_shopping_login .ec-role .ec-guest-wrapper {
        padding-top: 0;
    }
    #page_shopping_login .ec-role .ec-guest {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #page_shopping_login .ec-guest__inner p {
        font-size: 10px;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) {
    /* #page_shopping_login .ec-role .ec-guest {
        padding-top: 50px;
    } */

    #page_shopping_login .ec-guest .ec-guest__inner p {
        margin-bottom: 50px;
    }
}

/*--------------------------------------
  タイヤの選び方
--------------------------------------*/

.frame_blue {
    position: relative;
    margin: 22px 0;
    padding: 20px;
    border: solid 3px #175eaa; /* yabe */
    /*border-top: solid 2px #175eaa;*/ /* yabe */
    /*border-bottom: solid 2px #175eaa;*/ /* yabe */
    /*border-right: solid 2px #175eaa;*/ /* yabe */
    /*border-left: solid 6px #175eaa;*/ /* yabe */
}

@media only screen and (min-width: 768px) {
    .frame_blue {
        padding: 45px;
    }
}

.frame_blue .migiue_sankaku > img {
    /*枠線右上斜め*/
    background: url(../img/line_naname.svg) no-repeat;
    position: absolute;
    top: -4px;
    right: -4px;
    width: 60px;
    height: auto;
    display: none; /* yabe */
}

@media only screen and (min-width: 768px) {
    .frame_blue .migiue_sankaku > img {
        width: 90px;
        display: none; /* yabe */
    }
}

/* yabe */
.frame_blue:before {
    height: 0;
    display: block;
    position: absolute;
    right: -4px;
    content: "";
    border-top: solid 60px #fff;
    border-left: solid 60px transparent;
    top: -4px;
    z-index: 2;
}

/* yabe */
.frame_blue:after {
    height: 0;
    display: block;
    position: absolute;
    right: -2px;
    content: "";
    border-top: solid 60px #175eaa;
    border-left: solid 60px transparent;
    top: -2px;
}

/* yabe */
@media only screen and (min-width: 768px) {
    .frame_blue:before {
        border-top: solid 90px #fff;
        border-left: solid 90px transparent;
    }
    .frame_blue:after {
        border-top: solid 90px #175eaa;
        border-left: solid 90px transparent;
    }
}

.frame_blue h2 {
    font-weight: bold;
    font-size: 18px;
    margin-right: 30px;
}

@media only screen and (min-width: 768px) {
    .frame_blue h2 {
        font-size: 28px;
    }
}

.kasou_midashi_underbar {
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(left, #ed1e79 10%, #ebf1f7 10%, #ebf1f7 100%);
    background-image: -moz-linear-gradien(left, #ed1e79 10%, #ebf1f7 10%, #ebf1f7 100%);
    background-image: linear-gradient(to right, #ed1e79 10%, #ebf1f7 10%, #ebf1f7 100%);
    margin: 0 auto;
}
/*左右分け*/
.erabikata_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; /*折り返す*/
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    align-items: flex-start;
}

.erabikata_left {
    width: 100%;
}
.erabikata_right {
    margin: auto;
    padding: 8px;
}
@media only screen and (min-width: 768px) {
    .erabikata_left {
        width: 67%;
    }
}

/*=======追加ページの基本文章デザイン(タイヤの選び方）======*/

.origin_honbun {
    margin: 20px 0;
}

.origin_honbun p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 1.6;
}

.erabikata_no {
    font-family: OpenSans;
    padding: 0 5px;
    color: #ed1e79;
    font-size: 36px !important;
}

/*--------------------------------------
  マイページ
--------------------------------------*/

/*====マイページナビ====*/
.ec-withdrawRole .ec-icon img,
.ec-withdrawConfirmRole .ec-icon img {
    display: none !important; /*退会注意ビックリマーク非表示　404ページ*/
}

.ec-404Role__icon .ec-icon img {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ec-mypageRole {
        padding: initial;
    }

    .ec-mypageRole .ec-navlistRole {
        margin-top: 16px;
        padding: 0 16px;
    }

    .ec-mypageRole.ec-body {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media only screen and (min-width: 768px) {
    .ec-mypageRole .ec-pageHeader h1 {
        padding: 3px 0 12px 28px;
    }
}

.ec-navlistRole .ec-navlistRole__item {
    border-color: transparent;
    align-items: center;
    justify-content: center;
    display: flex;
}
.ec-navlistRole .ec-navlistRole__navlist {
    border-top: solid;
    border-bottom: solid;
    border-left: transparent;
    flex-wrap: nowrap;
}

.ec-navlistRole .ec-navlistRole__navlist {
}

/*===767pxまで===*/
@media only screen and (max-width: 767px) {
    .ec-navlistRole .ec-navlistRole__item a {
        padding: 16px 1px;
    }
}

@media only screen and (max-width: 767px) {
    #page_mypage .mypage-block {
        padding: 0 15px;
    }
    #page_mypage .ec-historyRole__contents {
        border-top: none;
    }
    #page_mypage .ec-historyRole__contents .ec-historyListHeader dl {
        padding: 4px 0 10px;
        border-bottom: solid #222 2px;
    }
    #page_mypage .ec-historyRole__contents .ec-historyListHeader dl dt {
        margin-right: 20px;
        color: #1063b7;
        font-weight: normal;
        font-size: 10px;
    }
    #page_mypage .ec-historyRole__contents .ec-historyListHeader dl dd {
        font-size: 10px;
    }
    #page_mypage .ec-historyRole__contents {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ec-historyListHeader .ec-historyListHeader__action a {
        /*詳細を見るボタン中央寄せ*/
        display: block;
        margin: auto 50px;
    }

    #page_mypage .ec-historyListHeader .ec-historyListHeader__action a {
        /*詳細を見るボタン中央寄せ*/
        display: block;
        margin: auto 0px;
    }

    .ec-navlistRole .ec-navlistRole__navlist a {
        font-size: 12px;
    }
    .ec-historyListHeader .ec-historyListHeader__action a {
        /*詳細を見るボタン中央寄せ*/
        display: block;
        margin: auto 90px;
    }
    .ec-historyRole .ec-historyRole__detail {
        /*履歴　画像と値段非表示*/
        display: none;
    }
}
/*===767pxまで===*/

#page_mypage_change .ec-RegisterRole__actions .ec-blockBtn--cancel,
#page_mypage_delivery_new .ec-RegisterRole__actions .ec-blockBtn--cancel {
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%) !important;
}

#page_mypage_delivery_edit .ec-RegisterRole__actions .ec-blockBtn--cancel {
    /*マイページ　住所変更登録*/
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%) !important;
}

li.ec-navlistRole__item.active {
    position: relative;
    background: #1063b7;
}

.ec-navlistRole .active a {
    color: #fff;
}

li.ec-navlistRole__item.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 10px);
    bottom: -10px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-right: 10px solid transparent;
    border-top: 10px solid #1063b7;
    border-left: 10px solid transparent;
}

.ec-welcomeMsg {
    /*ようこそ〇〇さん　ポイント*/
    display: none;
    border-bottom: none;
}

/*ボタン 詳細を見る*/
.ec-historyListHeader .ec-historyListHeader__action a {
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%);
    color: #fff;
    padding: 10px 50px;
}

.ec-addressRole__actions .ec-inlineBtn {
    padding: 10px 50px;
}

/*退会ボタン*/
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel {
    /*いいえ退会しません*/
    border-color: transparent;
    background: linear-gradient(180deg, #ed1e79 0%, #ed1e79 50%, #de0263 50%, #de0263 100%);
    color: #fff;
}
.ec-withdrawConfirmRole .ec-blockBtn {
    /*はい退会します*/
    border-color: transparent;
    background: linear-gradient(180deg, #383838 0%, #383838 50%, #222222 50%, #222222 100%);
    color: #fff;
}

/*===767pxまで===*/

/*退会*/

.ec-withdrawRole .ec-withdrawRole__title {
    font-size: 16px;
    text-align: left;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
    font-size: 16px;
    text-align: left;
}
.ec-withdrawRole .ec-withdrawRole__description {
    text-align: left;
}

/*マイページ　お気に入り*/

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
    position: absolute;
    right: 0;
    top: -10px;
}

.ec-closeBtn--circle {
    background-color: #ebf1f7;
    box-shadow: 1px 3px 5px 0px rgba(145, 145, 145, 0.51);
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    line-height: 35px;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle .ec-icon img {
    width: 0.8em;
    height: 0.8em;
    padding-left: 4px;
    padding-top: 4px;
}

@media only screen and (min-width: 768px) {
	
	#page_mypage_favorite .ec-blockBtn--action {
	    height: 56px;
	    font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	#page_mypage_favorite .ec-blockBtn--action {
	    height: 52px;
	    line-height: 1;
	    font-size: 16px;
	}
    #page_mypage_favorite .ec-blockBtn--action {
        height: 40px;
        font-size: 12px;
    }    
}

/*マイページお届け先一覧*/
#page_mypage_delivery .ec-addressRole .ec-addressRole__actions {
    margin-top: 0;
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .ec-addressRole__actions .ec-inlineBtn {
        display: block;
        width: 100%;
        margin: auto;
    }
}

/*お届け先追加*/

#page_mypage_delivery .ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin: 0;
}

.ec-addressList {
    font-weight: bold;
}

.ec-addressList .ec-addressList__item {
    display: flex;
    align-items: center;
    border-bottom: solid #222 2px;
}
@media only screen and (max-width: 767px) {
    .ec-addressList .ec-addressList__item {
        flex-direction: column;
    }
}
@media only screen and (min-width: 768px) {
    .ec-addressList .ec-addressList__item {
    }
}

.ec-addressList .ec-addressList__address {
    line-height: 2.2;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .ec-addressList .ec-addressList__address {
        display: block;
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .ec-addressList .ec-addressList__address {
        width: initial;
        padding-left: 0;
        padding-bottom: 50px;
        flex-grow: 1;
    }
}

.kugirikasen {
    border-bottom: solid 1px #ebf1f7;
}

.tuikaAd_subject {
    display: inline-block;
    width: 100px;
    color: #1063b7;
}

.ec-addressList .tow_button_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .ec-addressList .tow_button_wrap {
        margin-left: 30px;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media only screen and (max-width: 767px) {
    .ec-addressList .tow_button_wrap {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.ec-addressList .ec-addressList__action,
.ec-addressList .ec-addressList__remove {
    position: initial;
    vertical-align: initial;
    text-align: initial;
    top: initial;
    padding: 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .ec-addressList .ec-addressList__action,
    .ec-addressList .ec-addressList__remove {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ec-addressList .ec-addressList__action .ec-inlineBtn,
.ec-addressList .ec-addressList__remove .ec-inlineBtn {
    display: inline-block;
    border: none;
    margin: 10px 0;
    width: 140px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .ec-addressList .ec-addressList__action .ec-inlineBtn,
    .ec-addressList .ec-addressList__remove .ec-inlineBtn {
        width: 130px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

.ec-addressList .ec-addressList__action .ec-inlineBtn {
    /*変更ボタン*/
    background-color: #1063b7;
    color: #fff;
}
.ec-addressList .ec-addressList__remove .ec-inlineBtn {
    /*削除ボタン*/
    background-color: #ebf1f7;
    color: #222;
}

.sentou_koumoku {
    display: inline-block;
    color: #1063b7;
    padding-right: 20px;
    width: 70px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .sentou_koumoku {
        padding-right: 20px;
        width: 100px;
        font-size: 14px;
    }
}

/*--------------------------------------
  会社概要
--------------------------------------*/

/*会社概要　プライバシーポリシー　お買物ガイド　規約ページの本文*/
@media only screen and (min-width: 768px) {
    #page_help_about .ec-off1Grid .ec-off1Grid__cell {
        width: 100%;
        margin: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    #page_help_about .ec-off1Grid .ec-off1Grid__cell {
        /*		width:100%; */
        margin: 0 10px;
    }
}

/* 会社概要 */
#page_help_about .ec-pageHeader {
    margin-bottom: 10px;
}

#page_help_about .ec-borderedDefs a:link,
#page_help_about .ec-borderedDefs a:visited {
    color: #525263;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    #page_help_about .ec-off1Grid .ec-off1Grid__cell {
        margin: 0;
    }

    #page_help_about .ec-borderedDefs dl {
        padding: 30px 0;
        font-size: 16px;
    }
    #page_help_about dt {
        display: flex;
        align-items: center;
        width: 20%;
        padding-left: 20px;
        padding-top: 0;
    }
    #page_help_about dd {
        line-height: initial;
    }
    #page_help_about .ec-layoutRole__main {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    #page_help_about dl {
        flex-wrap: nowrap;
        align-items: center;
        padding: 20px 0;
        font-size: 11px;
    }
    #page_help_about dt {
        width: 40%;
    }
    #page_help_about dt .ec-label {
        margin-bottom: 0;
    }
    #page_help_about dd {
        line-height: 1.5;
    }
}

/*--------------------------------------
  ご利用ガイド
--------------------------------------*/

/*ご利用ガイド（決済・配送・返品）*/
.kaimonoguide {
}
.kaimonoguide img {
    display: block;
    margin: auto;
}
.kaimonoguide h2 {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    color: #222222;
    font-size: 18px;
    line-height: 1.2;
    padding: 20px 10px;
}
.kaimonoguide h3 {
    display: block;
    background-color: #ebf1f7;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 10px;
}
.kaimonoguide h4 {
    margin-top: 20px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    color: #222222;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    
}
.kaimonoguide p {
    margin: 10px;
    line-height: 1.6;
}

.kaimonoguide .kouza_wrap {
    display: grid;
    grid-template-columns: 1fr 6fr;
    padding: 15px;
    border: solid 1px #dcdcdc;
}
.kaimonoguide .kouza_item {
    height: 70px;
    margin-left: 5px;
    align-content: center; /*縦方向位置*/
    align-content: center;
    font-weight: bold;
    padding-top: 20px;
    font-size: 12px;
}
.kaimonoguide .jikan_wrap img {
    width: 80px;
}

.jikan_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
    width: 100%;
}

.jikan_wrap .jikan_text {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
#page_help_guide .kaimonoguide h2 ,
#page_help_guide .kaimonoguide h3 ,
#page_help_guide .kaimonoguide p ,
kouza_item .kouza_item {
    color: #222;
}
#page_help_guide .company_name {
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    .kaimonoguide .kouza_item {
        margin-left: 45px;
        font-size: 18px;
        height: 80px;
    }
    .kaimonoguide p {
        margin: 30px 30px 30px 10px;
        font-size: 14px;
    }
    .jikan_wrap {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        padding: 10px 0;
        width: 80%;
        margin: auto;
    }
    
    #page_help_guide .kaimonoguide h2 {
        font-size: 22px;
        padding: 30px 15px;
        border-top: solid 2px #222;
        border-bottom: solid 2px #222;
        line-height: 30px;
    }
    #page_help_guide .kaimonoguide h3 {
        font-size: 18px;
        padding: 20px 0 20px 15px;
        margin-top: 40px;
    }
    #page_help_guide .ec-layoutRole__main {
        margin-bottom: 50px;
    }
    #page_help_guide .creditcard-label {
        margin-bottom: 0;
    }
    #page_help_guide .creditcard-img {
        width: 60%;
    }
}
@media only screen and (max-width: 767px) {
    .kaimonoguide h2 {
        font-size: 12px;
    }
    .kaimonoguide h3 {
        font-size: 11px;
    }
    .kaimonoguide h4 {
        font-size: 11px;
    }

    .kaimonoguide p {
        font-size: 10px;
    }

    .kaimonoguide .kouza_item {
        font-size: 11px;
    }
    .kaimonoguide .kouza_wrap {
	    display: grid;
	    grid-template-columns: 1fr 3fr;
	    padding: 15px;
	    border: solid 1px #dcdcdc;
	}
	.kaimonoguide .kouza_item {
	    height: 70px;
	    margin-left: 15px;
	    align-content: center; /*縦方向位置*/
	    align-content: center;
	    font-weight: bold;
	    padding-top: 20px;
	    font-size: 10px;
	}
    #page_help_guide .kaimonoguide h2 {
        border-top: solid 2px #222;
        border-bottom: solid 2px #222;
        line-height: 10px;
    }
}

/*--------------------------------------
  特定商取引
--------------------------------------*/

dd.ddsemai {
    line-height: 1.2;
}
#page_help_tradelaw .ec-borderedDefs dl {
    align-items: baseline;
    padding: 30px 0;
}
#page_help_tradelaw .ec-borderedDefs dt,
#page_help_tradelaw .ec-borderedDefs dd {
    line-height: 1.6;
}
#page_help_tradelaw .ec-borderedDefs dt .ec-label,
#page_help_tradelaw .ec-borderedDefs dd {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
}

#page_help_tradelaw .ec-borderedDefs .credit-card-img {
    max-width: 500px;
}

#page_help_tradelaw .ec-borderedDefs dd table {
    margin-top: 1em;
}

#page_help_tradelaw .ec-borderedDefs dd table td,
#page_help_tradelaw .ec-borderedDefs dd table th {
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #000;
    padding: .25em .5em;
}
#page_help_tradelaw .ec-borderedDefs dd table th {
    background-color: #ddd;
}
#page_help_tradelaw .ec-borderedDefs dd table thead th {
    text-align: center;
}
#page_help_tradelaw .ec-borderedDefs dd table tbody th {
    text-align: center;
}
#page_help_tradelaw .ec-borderedDefs dd table tbody td {
    text-align: right;
}
#page_help_tradelaw .help-tradelaw-amount {
    display: inline-block;
    width: 6em;
    text-align: right;
}
#page_help_tradelaw .help-tradelaw-amount-tilde {
    margin-left: 1em;
}

@media only screen and (min-width: 768px) {
	#page_help_tradelaw .ec-borderedDefs dt {
		padding: 0;
	    padding-left: 22px;
	}
}
@media only screen and (max-width: 767px) {
    #page_help_tradelaw .ec-borderedDefs dl {
        padding: 20px 0;
    }   
    #page_help_tradelaw .ec-borderedDefs dt .ec-label,
    #page_help_tradelaw .ec-borderedDefs dd {
        font-size: 10px;
    }
    #page_help_tradelaw .ec-borderedDefs dt {
        margin-bottom: .5em;
    }    

    #page_help_tradelaw .ec-borderedDefs dd table {
        width: 100%;
    }    
    #page_help_tradelaw .ec-borderedDefs dd table td,
    #page_help_tradelaw .ec-borderedDefs dd table th {
        font-size: 10px;
    }
}

/*--------------------------------------
  利用規約
--------------------------------------*/
#page_help_agreement h2,
#page_help_agreement h3,
#page_help_agreement p {
    color: #222222;
}

@media only screen and (min-width: 768px) {
    #page_help_agreement .ec-off1Grid .ec-off1Grid__cell {
        padding: 0 20px;
    }

    #page_help_agreement h2 ,
    #page_help_agreement h3 ,
    #page_help_agreement p {
        font-size: 16px;
        line-height: 24px;
    }
    #page_help_agreement p {
        font-size: 14px;
        line-height: 24px;
    }
    #page_help_agreement h2 {
        margin-bottom: 20px;
    }
    
    #page_help_agreement h2 {
        font-weight: bold;
    }
    #page_help_agreement h3 {
        margin-bottom: 0;
    }
    #page_help_agreement .ec-layoutRole .ec-layoutRole__contents {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    #page_help_agreement h2 ,
    #page_help_agreement h3 ,
    #page_help_agreement p {
        font-size: 10px;
        line-height: 15px;
    }
    #page_help_agreement h2 {
        font-weight: bold;
    }
    #page_help_agreement h3 {
        margin-bottom: 0;
    }
    #page_help_agreement .ec-layoutRole__main .ec-role {
        padding-left: 0;
        padding-right: 0;
    }
    #page_help_agreement .ec-off1Grid .ec-off1Grid__cell {
        padding: 0 20px;
    }
    #page_help_agreement .ec-layoutRole .ec-layoutRole__contents {
        margin-bottom: 30px;
    }
}

/*--------------------------------------
  メーカーリスト
--------------------------------------*/

.maker_table_wrap {
    margin: 30px auto;
    padding: 10px;
}

@media only screen and (min-width: 768px) {
    .maker_table_wrap {
        padding: 0;
    }
}

.maker_table_wrap table {
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    font-size: 11px;
    margin: 30px auto;
    display: block; /*元のtableのdisplay:tableを打ち消す（スクロールの為)*/
    overflow: auto;
    /*white-space: nowrap ;0914*/
}

/*0914*/
.maker_table_wrap table {
    font-size: 12px;
}

/*.maker_table_wrap thread { スレッド固定
	display:block;
}

.maker_table_wrap tbody {
	display: block;
  overflow-y: scroll;
  height: 800px;
}*/

/*th:first-child {
	-moz-border-radius: 6px 0 0 0;
	-webkit-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}*/

/*.maker_table_wrap table  th:last-child {
	moz-border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}*/

/*.maker_table_wrap tbody {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}*/

.maker_table_wrap table td {
    /*border: solid 1px #A7A7A7;0914*/
    border-bottom: solid 1px #222;
    color: #162a49;
    padding: 5px 4px;
    vertical-align: middle;
    min-width: 60px !important; /*0914*/
}

@media only screen and (min-width: 768px) {
    /*0914*/
    .maker_table_wrap table td {
        padding: 5px 8px;
    }
}
.maker_table_wrap table thead th {
    color: #1063b7;
    font-weight: bold;
    /*background-color: #ED1E79;*/
    vertical-align: middle;
    padding: 5px;
    border-bottom: solid 1.5px #222;
}
.maker_table_wrap table tr:hover {
    background: #d6edfd;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.maker_table_wrap table .highlight {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/*サマータイヤから探すスタッドレスタイヤから探す*/
table.tire_snow,
table.tire_summer {
    width: 780px;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
    height: 520px;
    padding: 30px 9px 0px 0px;
    background: url(../img/top/tire_2.png) no-repeat;
    background-position: 0px 10px;
}
table.tire_snow th,
table.tire_summer th {
    background: #f9bb00 url(../img/top/tire_2.png) no-repeat bottom left;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
}

table.tire_snow td,
table.tire_summer td {
    background: #f8f8f8;
    width: 80px;
    padding-left: 20px;
    text-align: center;
    line-height: 22px;
}

table.tire_snow th,
table.tire_snow td,
table.tire_summer th,
table.tire_summer td {
    padding: 10px;
}

table.tire_snow th:after,
table.tire_summer th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #f9bb00;
    border-width: 10px;
    margin-top: -10px;
}

table.tire_snow td a,
table.tire_summer td a {
    text-decoration: none;
    display: block;
    background-color: #ed1e79;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px;
    margin-bottom: 5px;
    transition: 0.3s all ease;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*--------------------------------------
  商品検索
--------------------------------------*/

.ec-topicpath {
    color: #222;
    font-size: 18px;
}

.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__divider,
.ec-topicpath .ec-topicpath__item--active {
    display: contents;
}

.ec-searchnavRole {
    /*border-top: solid 1px #222;*/ /* yabe */
    border-top: solid 2px #222; /* yabe */
}

.ec-searchnavRole .ec-searchnavRole__infos {
    /*border-top:solid 1px #222;*/ /* yabe */
    border-top: solid 2px #222; /* yabe */
}

@media only screen and (max-width: 767px) {
    .ec-searchnavRole__infos .container-fluid a {
        font-size: 12px;
    }

    .ec-searchnavRole .ec-searchnavRole__infos {
        padding-left: initial;
        padding-right: initial;
        display: block;
    }

    .ec-searchnavRole__infos {
        display: block;
    }
}

.ec-searchnavRole__topicpath.ec-topicpath {
    border-top: none;
    border-bottom: none;
}

.ec-searchnavRole__counter .totalItemCount {
    color: #ed1e79; /* yabe */
    font-size: 18px; /* yabe */
}


#page_product_list .ec-productRole__actions .ec-select {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
}

#page_product_list .ec-productRole__actions .ec-select select {
	width: 100%;
}

    
@media only screen and (min-width: 768px) {
    .ec-topicpath {
        font-size: 24px;
        padding: 20px 0;
        font-weight: bold; /* yabe */
    }
    #page_product_list .ec-shelfGrid {
    	align-items: stretch;
    }
    .ec-shelfRole .ec-shelfGrid a {
        min-height: 400px; /*数量入力エリアをカートに入れるの上揃え*/
    }
}
@media only screen and (max-width: 767px) {
    .ec-topicpath a {
        font-size: 10px; /* yabe */
    }
    .ec-topicpath .ec-topicpath__item--active a {
        font-size: 16px; /* yabe */
    }
    .ec-topicpath .ec-topicpath__item:last-of-type a {
        font-weight: bold; /* yabe */
        font-size: 16px; /* yabe */
    }
    .ec-shelfGrid-product-detail a,
    .ec-shelfGrid-product-detail p {
        font-size: 10px; /* yabe */
        min-height: 65px; /* yabe */
    }
    .ec-searchnavRole__counter {
        font-size: 10px; /* yabe */
    }
    .ec-searchnavRole__counter .totalItemCount {
        font-size: 13px; /* yabe */
    }
    #page_product_list .ec-productRole__btn .ec-blockBtn--action {
        font-size: 13px; /* yabe */
        height: 45px; /* yabe */
        line-height: 45px; /* yabe */
    }
    #page_product_list .ec-shelfGrid .ec-shelfGrid__item {
        padding-left: 0; /* yabe */
        padding-right: 0; /* yabe */
    }

    .ec-shelfGrid li.ec-shelfGrid__item {
        display: block;
        border-bottom: #ebf1f7 2px solid;
    }

    .ec-shelfGrid li.ec-shelfGrid__item:last-child {
        border-bottom: none;
    }

    .ec-shelfGrid a {
        width: 50%;
        float: left;
    }

    .ec-shelfGrid li.ec-shelfGrid__item .ec-shelfGrid-product {
        width: 50%;
        float: left;
    }

    .ec-shelfGrid li.ec-shelfGrid__item .ec-shelfGrid-product .ec-shelfGrid-product-detail a {
        float: initial;
    }

    .ec-searchnavRole .ec-searchnavRole__counter {
        width: fit-content;
        float: left;
        margin-top: 15px; /* yabe */
    }

    .ec-searchnavRole .ec-searchnavRole__actions {
        width: fit-content;
        float: right;
    }

    .ec-searchnavRole__actions .ec-select select {
        /*font-size: small;*/ /* yabe */
        font-size: 10px; /* yabe */
    }
}

@media only screen and (min-width: 768px) {
    .ec-shelfRole .ec-shelfGrid a {
        min-height: initial;
        /* masa */
        margin-left: auto;
        margin-right: auto;
    }

    .ec-shelfGrid .ec-shelfGrid__item-image {
        /*height: 150px;*/ /* yabe */
        height: 210px; /* yabe */
        margin-right: 0; /* yabe */
    }

    .ec-shelfRole .ec-shelfGrid a {
        margin-left: 0; /* yabe */
        margin-right: 0; /* yabe */
    }

    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 30px; /* yabe */
    }

    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 30px; /* yabe */
    }

    .ec-shelfGrid li.ec-shelfGrid__item {
        position: relative;
    }

    .ec-shelfGrid li.ec-shelfGrid__item .ec-shelfGrid-product {
        height: 100%;
        display: flex;
	    flex-direction: column;
	    justify-content: stretch;
    }

    .ec-shelfGrid li.ec-shelfGrid__item .ec-shelfGrid-product .ec-shelfGrid-product-detail {
    	flex-grow: 1;
    }

    .ec-shelfGrid li.ec-shelfGrid__item .ec-shelfGrid-product .ec-shelfGrid-product-detail .ec-shelfGrid-price-form {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .ec-shelfGrid li.ec-shelfGrid__item p.price02-default {
    }

    .ec-shelfGrid li.ec-shelfGrid__item div.ec-productRole__btn {
        /* position: absolute;
    bottom: 0;
    width: calc(100% - 32px); */

        /* masa */
        margin-top: 5px;
    }
}

p.price02-default {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    p.price02-default {
        text-align: left;
        color: #ed1e79;
        padding: 8px 0;
        font-size: 16px; /* yabe */
    }
}

/*--------------------------------------
  商品詳細
--------------------------------------*/

.ec-productRole {
    margin: 30px auto;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px; /* yabe */
    font-weight: bold;
    color: #222;
    line-height: 1.4;
}

.ec-price .ec-price__price {
    color: #ed1e79; /* yabe */
    font-size: 32px; /* yabe */
}

.ec-price .ec-price__tax {
    color: #ed1e79; /* yabe */
    font-size: 20px; /* yabe */
}

.ec-productRole .ec-productRole__tags,
.ec-productRole .ec-productRole__price,
.ec-productRole .ec-productRole__code,
.ec-productRole .ec-productRole__category {
    border: 0; /* yabe */
}

#page_product_detail .ec-productRole .ec-productRole__tag {
    margin-bottom: 2px;
}
@media only screen and (min-width: 768px) {
	#page_product_detail .ec-productRole .ec-blockBtn--action, .ec-productRole .ec-blockBtn--cancel {
		height: 80px;
	}
	#page_product_detail #ec-modal-header {
		margin-left: 30px;
		padding-bottom: 30px;
	}
	#page_product_detail .ec-modal .ec-modal-wrap {
		padding: 6% 3% 3%;
	}
}

.ec-productRole .ec-productRole__btn {
    width: 100%; /* yabe */
}

.ec-sliderItemRole .item_nav {
    margin-bottom: 15px; /* yabe */
}

.ec-productRole__code {
    display: none; /* yabe */
}

.ec-productRole .ec-blockBtn--action,
.ec-productRole .ec-blockBtn--cancel {
    font-size: 24px; /* yabe */
}

@media only screen and (max-width: 767px) {
    .ec-productRole .ec-productRole__title .ec-headingTitle,
    .ec-productRole .ec-productRole__tag {
        font-size: 12px; /* yabe */
    }
    .ec-price .ec-price__price {
        font-size: 24px; /* yabe */
    }
    .ec-price .ec-price__tax {
        font-size: 12px; /* yabe */
    }
    .ec-productRole .ec-blockBtn--action,
    .ec-productRole .ec-blockBtn--cancel {
        font-size: 14px; /* yabe */
    }

    .ec-productRole .ec-productRole__description {
        font-size: 11px;
    }
}

.five_blue_bana {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .five_blue_bana {
        gap: 15px;
    }
}

.ec-productRole .ec-productRole__description.freearea {
    font-size: 14px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    .ec-productRole .ec-productRole__description.freearea {
        font-size: 10px;
    }
}
.ec-productRole .ec-productRole__description.freearea h4 {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .ec-productRole .ec-productRole__description.freearea h4 {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {
    /*本文中央から右寄せの為*/
    .ec-off3Grid .ec-off3Grid__cell {
        width: 100%; /*50%*/
    }
}
@media only screen and (min-width: 768px) {
    /*本文中央から右寄せの為*/
    .ec-off3Grid .ec-off3Grid__cell {
        margin-left: 5%; /*25%*/
    }
    .ec-off3Grid.ec-text-ac.passreset .ec-off3Grid__cell {
        margin-left: 2%;
        margin-top: 3%;
        margin-bottom: 55px; /* yabe */
    }
}

/*--------------------------------------
  パスワードの再発行
--------------------------------------*/

/*パスワードの再発行05*/

.pw_saisettei {
    border-bottom: none !important;
}
.ec-borderedDefs .pw_saisettei:first-child {
    margin-top: 30px;
}
.ec-forgotRole .ec-forgotRole__intro {
    /*padding:50px 0 0;*/
    font-weight: bold;
    padding: 45px 0 0;
}
.ec-forgotRole .ec-forgotRole__intro .ec-para-normal {
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    #page_forgot #login_email {
        margin-top: 0; /* yabe */
    }
    .ec-forgotRole .ec-forgotRole__intro {
        font-weight: bold;
        padding: 45px 15px 0;
    }
    .ec-forgotRole .ec-forgotRole__intro .ec-para-normal {
        font-size: 14px;
    }
    #page_forgot .ec-forgotRole .ec-forgotRole__intro .ec-para-normal {
        font-size: 18px; /* yabe */
    }
    .ec-forgotRole .ec-forgotRole__intro {
        padding: 50px 0 50px;
    }
    .pw_saisettei input {
        font-size: 14px !important; /* yabe */
        margin-bottom: 16px !important; /* yabe */
        margin-left: 20%; /* yabe */
        height: 4.5em !important; /* yabe */
        width: 80%; /* yabe */
    }
    #page_forgot .action-buttons {
    	margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .pw_saisettei {
        padding: 0 !important; /* yabe */
    }
    .pw_saisettei input {
        font-size: 10px !important; /* yabe */
        margin-bottom: 16px !important; /* yabe */
        margin-left: 0; /* yabe */
    }
    #page_forgot_reset .ec-off1Grid__cell {
        margin: 0; /* yabe  */
    }
    #page_forgot .ec-off1Grid__cell {
        margin: 0; /* yabe  */
    }
    #page_forgot .ec-forgotRole .ec-forgotRole__intro .ec-para-normal {
        font-size: 10px; /* yabe */
    }
    #page_forgot .ec-blockBtn--action,
    #page_forgot .ec-blockBtn--cancel,
    #page_forgot_reset .ec-blockBtn--action,
    #page_forgot_reset .ec-blockBtn--cancel {
        font-size: 13px;
    }
}

.ec-off1Grid__cell .ec-forgotRole__form .ec-input #login_email {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .ec-off1Grid__cell .ec-forgotRole__form .ec-input #login_email {
        width: 60%;
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/*--------------------------------------
  パスワード再発行（メール送信)
--------------------------------------*/
@media only screen and (min-width: 768px) {
	#page_forgot_complete .ec-reportDescription.passreset {
		font-size:18px;
	}
}

@media only screen and (max-width: 767px) {
	#page_forgot_complete .ec-pageHeader h1 {
		padding-left: 15px;
	}

	#page_forgot_complete .ec-off3Grid.ec-text-ac.passreset {
		padding-top: 35px;
	}
	
	#page_forgot_complete .ec-reportDescription {
		margin-bottom: 20px;
		line-height: 20px;
	}
}
/*--------------------------------------
  パスワード再発行（再設定)
--------------------------------------*/
@media only screen and (min-width: 767px) {
	#page_forgot_reset .ec-registerRole .ec-borderedDefs dl {
		padding: 8px;
	}
	#page_forgot_reset .ec-registerRole__actions {
		padding-bottom: 40px;
	}
}

/*--------------------------------------
  パスワード？？？
--------------------------------------*/

@media only screen and (max-width: 767px) {
    /* masa */
    .ec-off3Grid.ec-text-ac.passreset {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px; /* yabe */
    }
    .ec-reportHeading.passreset h2,
    .ec-reportDescription.passreset {
        font-size: 14px;
        font-weight: nomal;
    }

    .ec-forgetCompleteRole .ec-reportHeading.passreset h2,
    .ec-forgetCompleteRole .ec-reportDescription.passreset {
        /*font-size: 12px;*/ /* yabe */
        font-size: 10px; /* yabe */
        font-weight: nomal;
    }
}

/*--------------------------------------
  お問い合わせ
--------------------------------------*/

#page_contact .ec-borderedDefs dl:nth-child(-n + 2) {
    border-bottom: none;
}

#page_contact .ec-input textarea {
    background: #ebf1f7 !important;
    border: none !important;
    border-radius: 0;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    #page_contact .ec-input textarea {
        height: 150px;
    }
    #page_contact .conatct_content {
        font-size: 10px;
        margin-top: 2px;
        margin-bottom: 0;
    }
    #page_contact .ec-registerRole__actions {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    #contact_company_name {
        width: 70% !important;
    }
    #page_contact .conatct_content {
        margin-top: 0;
        font-size: 16px;
    }
    #page_contact .ec-registerRole__actions {
        margin-bottom: 50px;
    }
}

input#entry_phone_number {
    /*電話番号*/
    border: none;
    background: #ebf1f7;
}

#page_contact .ec-off4Grid__cell .ec-blockBtn--action {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #page_contact_complete .ec-reportHeading h2 {
        font-size: 15px;
    }
}

/*--------------------------------------
  ポップアップ
--------------------------------------*/

/**=====popup表示させたいコンテンツのレイアウトと位置*=====*/
#popup {
    width: 30%;
    line-height: 100px;
    background: #000;
    padding: 0 4%;
    box-sizing: border-box;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999999;
}
#popup img {
    width: 100%;
}

/* yabe */
@media only screen and (max-width: 767px) {
    #popup {
        width: 80%;
    }
}

#entry_user_policy_check {
    display: initial;
}

/*checkboxがcheckの状態になったらpopupを表示させる*/
input[type="checkbox"]:checked + #popup {
    display: block;
}

/*--------------------------------------
  おすすめ商品（プラグイン）
--------------------------------------*/

.item_price {
    text-align: right !important;
    color: #ed1e79;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    #page_homepage .item_price {
        font-size: 17px;
    }
}

/*--------------------------------------
    レビュー（プラグイン）
--------------------------------------*/

.reviewlistblock {
    border-bottom: solid 1px #333;
    padding: 10px 20px;
}

.reviewlistimg img {
    max-width: 100px !important;
}

#reviewContent {
    margin-bottom: 15px;
}

/*--------------------------------------
  クーポン（プラグイン）
--------------------------------------*/

@media only screen and (min-width: 421px) {
    #page_plugin_coupon_shopping .ec-pageHeader {
        margin-top: 20px;
    }
}
#page_plugin_coupon_shopping #coupon_use_coupon_use .form-check {
    display: flex;
    align-items: baseline;
}

#page_plugin_coupon_shopping #coupon_use_coupon_use .form-check-label {
    margin-left: 13px;
}


/*--------------------------------------
  Amazonpay（プラグイン）
--------------------------------------*/
@media only screen and (min-width: 768px) {
    #page_cart .AmazonPayButton {
        display: inline-block;
        margin-top: 30px;
        margin-right: 42px;
        width: calc(50% - 64px) !important;
    }

    #page_amazon_pay_shopping #amazon_pay__payment_descriptor img {
        width: 15%;
    }
}


@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping #amazon_pay__payment_descriptor img {
        width: 20%;
    }
}


@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-layoutRole__main .ec-role {
        padding: 0;
    }
}

#page_amazon_pay_shopping .ec-rectHeading h2 {
    background-color: initial;
    margin-top: 0;
    padding-left: 0;
    font-size: 22px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-rectHeading h2 {
        font-size: 14px;
    }
    #page_amazon_pay_shopping .ec-cartRole {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 11px;

    }
    #page_amazon_pay_shopping .ec-orderAccount {
        margin-bottom: 0;
    }
}

#page_amazon_pay_shopping #gmo_payment_gateway_credit_form .ec-rectHeading h2 {
    display: flex;
}
#page_amazon_pay_shopping #gmo_payment_gateway_credit_form .ec-rectHeading h2 label {
    margin-left: 10px;
}

@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping #shopping_order_security_code,
    #page_amazon_pay_shopping #shopping_order_card_no {
        margin-left: 30px;
        width: 200px;
    }

    #page_amazon_pay_shopping #shopping_order_payment_type_0_body dt {
        width: 33%;
    }

    #page_amazon_pay_shopping #shopping_order_payment_type_0_body .ec-select {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderRole__summary {
        position: fixed;
        left: 0;
        bottom: 0;
        filter: drop-shadow(0 0 4px #bbb);
        z-index: 100;
    }
}

@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderRole__detail {
        padding-left: 0;
        padding-right: 40px;
        width: 55%;
    }
    #page_amazon_pay_shopping .ec-orderRole__summary {
        padding-right: 0;
        width: 45%;
    }
}

#page_amazon_pay_shopping .ec-orderRole__detail > [class^="ec-order"]:not(:first-child):not(.pc_none) {
    border-top: solid 2px #222;
    margin-bottom: 30px;
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderRole__detail > [class^="ec-order"]:not(:first-child):not(.ec-orderConfirm) {
        margin-bottom: 10px !important;
        padding-top: 10px !important;
    }
    #page_amazon_pay_shopping .ec-orderRole__detail .ec-orderConfirm {
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
}
#page_amazon_pay_shopping .ec-orderRole__detail .ec-orderConfirm__btn > *:not(:first-child) {
    margin-top: 8px;
}

#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl,
#page_amazon_pay_shopping .ec-orderDelivery__address dl {
    display: block;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl,
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl,
    #page_amazon_pay_shopping .ec-orderDelivery__address dl {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 30px;
    }
}
#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl.continuous,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl.continuous,
#page_amazon_pay_shopping .ec-orderDelivery__address dl.continuous {
    margin-bottom: 10px;
}
#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
#page_amazon_pay_shopping .ec-orderDelivery__address > dl > dt {
    font-weight: normal;
    font-size: 16px;
}

#page_amazon_pay_shopping .ec-select__delivery_time {
    display: flex;
}
#page_amazon_pay_shopping .ec-select__delivery_time > * {
    flex-grow: 1;
}
#page_amazon_pay_shopping .ec-select__delivery_time > * > select {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_amazon_pay_shopping .ec-orderDelivery__address > dl > dt {
        font-size: 10px;
    }    
    #page_amazon_pay_shopping .ec-orderRole__detail .ec-orderDelivery {
        padding-top: 10px !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dt,
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dt,
    #page_amazon_pay_shopping .ec-orderDelivery__address > dl > dt {
        width: 10rem;
        text-align: center;
    }
}

#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dd,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_amazon_pay_shopping .ec-orderDelivery__address > dl > dd {
    background-color: #ebf1f7;
    width: 100%;
    padding: 10px;
}
#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dd,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd,
#page_amazon_pay_shopping .ec-orderDelivery__address > dl > dd {
    font-size: 16px;
}
#page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
#page_amazon_pay_shopping .ec-orderDelivery__address > dl > dd p {
    font-size: 16px;
    line-height: 1.4;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
    #page_amazon_pay_shopping .ec-orderDelivery__address > dl > dd p {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderAccount__account.non-customer-display > dl > dd p,
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl > dd p,
    #page_amazon_pay_shopping .ec-orderDelivery__address > dl > dd p,
    #page_amazon_pay_shopping .ec-zipInput > span {
        font-size: 14px;
    }
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display {
        display: block;
        margin-bottom: 75px;
    }
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__display > dl {
    flex: 1;
    width: 100%;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__change {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__change {
        float: right;
    }
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtn {
    background-color: #1063b7;
    color: #fff;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item {
    color: #161616;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList {
    border-top: none;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid {
    padding-top: 15px;
    padding-bottom: 15px;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList .ec-imageGrid:first-child {
    border-top: none;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-borderedList li {
    border-bottom: solid 2px #ebf1f7;
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
    margin-top: 20px;
    font-size: 14px;
    color: #222;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__amount {
        font-size: 18px;
        font-weight: bold;
    }
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
    width: 2em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__quantity {
        margin-right: 30px;
    }
}
#page_amazon_pay_shopping .ec-orderDelivery .ec-orderDelivery__item .ec-orderDelivery__total-price {
    display: inline-block;
    width: 5em;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
#page_amazon_pay_shopping .ec-orderDelivery__actions .ec-selects {
    border-bottom: none;
}
#page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select:first-child {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-selects {
        display: block;
        margin-bottom: 5px;
    }
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select:first-child {
        margin-bottom: 15px;
    }
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select {
        width: initial;
        float: initial;
        max-width: 100%;
    }
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select:nth-child(n + 2) {
        display: inline-block;
    }    
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select label {
        font-size: 10px;
    }
    #page_amazon_pay_shopping .ec-orderDelivery__actions .ec-select select {
        max-width: 100%;
    }
}

#page_amazon_pay_shopping #gmo_payment_gateway_credit_form .dl_table {
    border-collapse: separate;
    border-spacing: 0 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping #gmo_payment_gateway_credit_form .dl_table {
        border-spacing: 0 10px;
    }
    #page_amazon_pay_shopping #gmo_payment_gateway_credit_form .dl_table dt {
        width: 33%;
    }    
    #page_amazon_pay_shopping #gmo_payment_gateway_credit_form .dl_table dl {
        height: initial !important;
    }    
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderPayment .ec-radio input[type="radio"] {
        margin-top: 0;
        transform: scale(1);
        margin-right: 5px;
    }
    #page_amazon_pay_shopping .ec-orderPayment .ec-radio label {
        font-size: 10px;
        font-weight: normal;
    }    
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderCoupon,
    #page_amazon_pay_shopping .ec-orderPayment {
        font-size: 10px;
    }

    #page_amazon_pay_shopping #customer_detail_box p {
        margin-top: 15px;
        margin-bottom: 20px;
    }

    #page_amazon_pay_shopping .ec-orderPayment .ec-radio p {
        font-size: 10px;
        margin-bottom: 15px !important;        
    }
}

#page_amazon_pay_shopping .ec-orderConfirm textarea{
    height: 200px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-orderConfirm textarea{
        font-size: 10px;
        height: 130px;
    }
}

@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox-collapse::before {
        content: "";
        position: absolute;
        top: 18px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-top: 3px solid #222;
        border-right: 3px solid #222;
        transform: rotate(135deg);
        z-index: 200;
    }
    #page_amazon_pay_shopping .ec-totalBox-collapse.expand::before {
        top: 30px;
        transform: rotate(-45deg);
    }
    #page_amazon_pay_shopping .ec-totalBox-collapse:not(.expand) + .ec-totalBox {
        padding-top: 30px;
    }
    #page_amazon_pay_shopping .ec-totalBox-collapse.expand + .ec-totalBox dl:nth-child(-n + 5) {
        display: none;
    }
}

#page_amazon_pay_shopping .ec-totalBox {
    border: solid 2px #222;
    background: #fff;
    padding: 30px;
    color: #222;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox {
        border: none;
        margin-bottom: 0;
        padding: 10px;
    }
    #page_amazon_pay_shopping .ec-totalBox > *:not(.ec-totalBox__btn) {
        margin-left: 30px;
        margin-right: 30px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec,
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate {
    border-bottom: solid 2px #222;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec,
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate {
        padding: 10px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec dt {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec dt {
        font-size: 10px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__spec dd {
        font-size: 14px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate {
    display: flex;
    align-items: flex-end;
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dt {
    font-size: 16px;
    margin-right: 30px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dt {
        font-size: 10px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dt:before {
    content: none;
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dd {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dd {
        font-size: 14px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__taxRate dd:after {
    content: none;
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal {
    align-items: center;
    border-bottom: none;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal {
        margin-bottom: 5px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal dt {
    font-weight: bold;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal dt {
        font-size: 12px;
    }
}
#page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal dd {
    font-weight: bold;
    font-size: 26px;
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__paymentTotal dd {
        font-size: 18px;
    }
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__btn {
        display: flex;
        justify-content: space-between;
    }
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__btn > * {
        width: 49%;
        margin: 0;
    }
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__btn > *:first-child {
        order: 2;
    }
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__btn > *:last-child {
        order: 1;
    }
}
@media only screen and (min-width: 768px) {
    #page_amazon_pay_shopping .ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    #page_amazon_pay_shopping .action-buttons .ec-blockBtn--action, .action-buttons .ec-blockBtn--cancel, .ec-registerRole .ec-blockBtn--action, .ec-registerRole .ec-blockBtn--cancel {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

/* yabe */
@media only screen and (max-width: 767px) {
    .AmazonPayButton {
        margin-bottom: 10px;
    }
}

/* yabe */
@media only screen and (max-width: 767px) {
    #tenchouosusume, #erabikata, #size, #wheel, #erabareru, #tokuchou {
        padding-top: 50px;
        margin-top: -50px;
    }
}

/* yabe */
.ec-productRole__btn .show_detail {
    width: 100%;
    color: #ffffff;
