@charset "UTF-8";

/* ! CSSの構成 独自共通要素 ================================================== 

全体
- ページレイアウト
  
パーツ
- バナー_トップ
- バナー_メイン
- バナー_ボトム

メイン
- タイトル
- セクション
- 商品ページ
- リストのタイトル
- 商品リスト
  
  
メイン_下層ページ
- ページヘッド
- モデルリスト


詳細ページ
- レイアウト


サイドバー
- タイトル

-------------------------------------------------- */

/* ! 全体 ???????????????????????????????????????????????????????????? */

/* ! ページレイアウト
================================================== */
[class*='layout_page'][class*='top'] > .container,
[class*='layout_page'] {
    display: flex;
    flex-wrap: nowrap;
}
[class*='layout_page'] {
    margin-top: 12px;
}
[class*='layout_page'][class*='top'] {
    margin-top: 6px;
}
[class*='layout_page'][class*='none'] {
    margin-top: 0;
}
[class*='layout_page'][class*='top'] > .container > aside,
[class*='layout_page'] > aside {
    flex: 0 0 210px;
    border-right: 1px solid #c0a975;
    padding: 0 4px 0 0;
    margin: 0 20px 0 0;
}
[class*='layout_page'] > [class*='main_'],
[class*='layout_page'][class*='top'] > .container > [class*='main_'] {
    flex: 1 1 auto;
    min-width: 10px;
}
@media screen and (max-width: 1080px) {
    [class*='layout_page'][class*='top'] > .container > aside,
    [class*='layout_page'] > aside {
        flex: 0 0 180px;
    }
}
@media screen and (max-width: 960px) {
    [class*='layout_page'][class*='top'] > .container,
    [class*='layout_page'] {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    [class*='layout_page'][class*='top'] > .container > aside,
    [class*='layout_page'] > aside {
        display: flex;
        flex: 0 0 auto;
        border: none;
        padding: 0;
        margin: 0;
    }
    [class*='layout_page'] > [class*='main_'],
    [class*='layout_page'][class*='top'] > .container > [class*='main_'] {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    [class*='layout_page'][class*='top'] > .container > aside,
    [class*='layout_page'] > aside {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    [class*='layout_page'][class*='top'] {
        margin-top: 1px;
    }
}

/* ! パーツ　?????????????????????????????????????????????????????????????????????????????????? */

/* 画像ボックス */
.tpl_cube {
    width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.tpl_cube:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

/* 商品 */
.tpl_product {
    display: flex;
    align-items: center;
}
.tpl_product .img {
    flex: 0 0 160px;
    max-width: 160px;
    margin: 0 20px 0 0;
}
.tpl_product .text {
    flex: 1 1 auto;
    min-width: 10px;
}
.tpl_product .name {
    margin: 4px 0 0;
    font: 300 18px/1.2em 'noto sans japanese', sans-serif;
}
.tpl_product .status {
    color: #fff;
    font: 500 13px/1em 'noto sans japanese', sans-serif;
    letter-spacing: -0.02em;
    background: #bbb;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px;
    margin: 8px 0 0 !important;
}

@media screen and (max-width: 768px) {
    .tpl_product .img {
        flex: 0 0 120px;
        max-width: 120px;
        margin: 0 12px 0 0;
    }
    .tpl_product .name {
        font-size: 15px;
    }
}

/* ! バナー_トップ
================================================== */
.area_bnr_top {
    margin-top: 10px;
}
.list_bnr_top {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1px;
}
.list_bnr_top li {
    width: 25%;
    padding-left: 1px;
}
.list_bnr_top li a {
    display: block;
}
@media screen and (max-width: 840px) {
    .list_bnr_top {
        display: none;
        margin: 0;
    }
    .list_bnr_top > li {
        width: 100%;
    }
    .list_bnr_top > li + li {
        margin-top: 1px;
    }
    .list_bnr_top li a {
        background: #000;
    }
    .list_bnr_top > li img {
        display: block;
        margin: 0 auto;
        height: 56px;
    }
}
@media screen and (max-width: 480px) {
    .area_bnr_top {
        margin: 0;
    }
    .area_bnr_top .container {
        padding: 0;
    }

}

/*    .list_bnr_top > li img {
        height: 48px;
    }*/


/* ! バナーリスト_メイン
================================================== */
.area_bnr_main {
    overflow: hidden;
}
.list_bnr_main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.list_bnr_main a {
    display: block;
}
.list_bnr_main img {
    max-width: auto;
    width: 100%;
}
.list_bnr_main .li_100 {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.list_bnr_main .li_50 {
    border-left: 1px solid #fff;
}
.li_100 {
    width: 100%;
}
.li_50 {
    width: 50%;
}
@media screen and (max-width: 480px) {
    .area_bnr_main {
        margin: 0 -16px 0 -17px;
    }
}

/* ! バナー_ボトム
================================================== */
.area_bnr_bottom {
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    /*   background: #000; */
}
.area_bnr_bottom .layout {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
}
.list_bnr_bottom {
    width: 61.8%;
    /*   margin-right: 2px; */
    display: flex;
    flex-wrap: wrap;
}

.list_bnr_bottom a {
    display: block;
}
.list_bnr_bottom img {
    width: 100%;
}
.bnr_stand {
    width: 38.2%;
}
@media screen and (max-width: 600px) {
    .list_bnr_bottom {
        width: 100%;
        margin: 0;
    }
    .area_bnr_bottom > li {
        width: 50%;
    }
    .bnr_stand {
        width: 50%;
        background: #000;
    }
}
@media screen and (max-width: 380px) {
    /*
  .area_bnr_bottom .li_50 {
    width: 100%;
  }
  .bnr_stand {
    width: 100%;
  }
*/
}

/* ! 最近チェックした商品
================================================== */
[class*='area_history_bottom'] .head_main {
    margin-top: 40px;
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}
[class*='area_history_bottom'][class*='detail'] .head_main {
    border: none;
    margin-top: 20px;
}

/* リスト */
.list_item_carousel li {
    width: 200px;
}
.list_item_carousel a {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
}

/* 画像 */
.list_item_carousel .img {
    flex: 0 0 80px;
    width: 80px;
    margin: 0 8px 0 0;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.list_item_carousel .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 150%;
}

/* テキスト */
.list_item_carousel .text {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_item_carousel .status {
    color: #fff;
    font: 500 10px/1em 'noto sans japanese', sans-serif;
    letter-spacing: -0.02em;
    background: #000;
    display: inline-block;
    padding: 2px;
}
.list_item_carousel .brand {
    font: 600 12px/1.4em 'noto sans japanese', sans-serif;
    margin: 8px 0 0;
}
.list_item_carousel .brand:before {
    content: attr(data-english) '';
    font: bold 15px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: block;
}
.list_item_carousel .name {
    margin: 4px 0 0;
    font: 300 11px/1.2em 'noto sans japanese', sans-serif;
}
.list_item_carousel .price {
    color: #c50124;
    font: bold 16px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 8px 0 0;
}
.list_item_carousel .price span {
    font-size: 0.8em;
    margin: 0 2px 0 0;
}

/* ホバー */
.list_item_carousel a:hover .name {
    text-decoration: underline;
}

/* swiper 調整CSS */
.swiper-button-next,
.swiper-button-prev {
    border: 1px solid #000;
    width: 24px;
    height: 122px;
    margin: 0 0 0;
    background: rgba(255, 255, 255, 0.8);
    background-size: 12px 12px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-next {
    background-image: url(../img/ico_right_black.svg);
    right: 0;
}
.swiper-button-prev {
    background-image: url(../img/ico_left_black.svg);
    left: 0;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: all;
}

/* ! メイン
?????????????????????????????????????????????????????????????????????????????????? */

/* ! タイトル
================================================== */
.head_main {
    margin: 0 0 16px;
    display: flex;
    flex-wrap: wrap;
}
.head_main p {
    font: 400 19px/1em 'noto sans japanese', sans-serif;
}
.head_main p:before {
    content: attr(data-english) '';
    font: bold 32px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 16px 0 0;
}
@media screen and (max-width: 600px) {
    .head_main {
        align-items: center;
    }
    .head_main p {
        font-size: 22px;
        font-weight: 500;
    }
    .head_main p:before {
        display: none;
        /*
    font-size: 20px;
    margin: 0 8px 0 0;
*/
    }
}

/* データない場合 */
.head_main .data-none:before,
[class*='head_page'] .data-none:before {
    display: none !important;
}
.head_main [class*='btnarea'] {
    margin-left: auto;
    margin-right: 0;
    width: auto;
}

/* ! セクション
================================================== */
.main_top > section + section,
.main_page > section + section {
    margin: 36px 0 0;
}
.not-found {
    margin: 36px 0 0;
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
}
.main_top > section + section.space_none {
    margin: 0;
}
.main_top > section + section.space_double {
    margin: 60px 0 0;
}
.main_top > section + section.border_top {
    border-top: 1px solid #ddd;
}
.main_top .bg_black > .container {
    padding-bottom: 100px;
}
.main_top .bg_black > .container.min {
    padding-bottom: 60px;
}
.main_top .bg_black > .container.none {
    padding-bottom: 0;
}
.main_top .bg_black section.border_top {
    border-top: 1px solid #fff;
}
@media screen and (max-width: 480px) {
    .main_top > section + section,
    .main_page > section + section {
        margin: 24px 0 0;
    }
    .main_top .bg_black > .container {
        padding-bottom: 60px;
    }
    .main_top .bg_black > .container.min {
        padding-bottom: 20px;
    }
    .not-found {
        margin: 24px 0 0;
    }
}

/* ! 商品ページ
================================================== */
/* .area_item_main .list_item_main {
    margin: 16px 0;
} */

/* ! フィルター
================================================== */
.area_filter {
    background: #eee;
    padding: 20px;
    border-radius: 8px;
    margin: -10px 0 40px;
}
@media screen and (max-width: 480px) {
    .area_filter {
        padding: 12px;
    }
}

.area_filter input,
.area_filter select {
    border: none;
    border-radius: 0;
}

@media screen and (max-width: 1080px) {
    .area_filter > .input_wrap {
        flex-wrap: wrap;
    }
    .area_filter > .input_wrap > .input_wrap {
        width: 100%;
    }
    .area_filter > .input_wrap > .input_wrap ~ .input_wrap {
        margin: 8px 0 0;
    }
}
@media screen and (max-width: 560px) {
    .area_filter .input_wrap.input_600 {
        flex-wrap: wrap;
    }
    .area_filter .select_wrap ~ .select_wrap {
        margin-top: 8px;
    }
}

/* チェックボックス */
.area_filter .input_wrap.checkbox {
    margin: -10px;
    margin-top: 8px;
}
.area_filter .checkbox_wrap {
    width: auto;
    margin: 10px;
    display: flex;
    align-items: center;
}
.area_filter .checkbox_wrap:before {
    content: attr(data-ttl) '';
    font: 500 12px/1em 'noto sans japanese', sans-serif;
    margin: 0 12px 0 0;
}
.area_filter .checkbox_wrap label {
    height: auto;
}
.area_filter .checkbox_wrap label:before {
    border-color: #fff;
}
@media screen and (max-width: 480px) {
    .area_filter .checkbox_wrap:before {
        font-size: 13px;
        display: block;
        width: 100%;
        margin: 0 0 8px;
    }
}

/* ! リストのタイトル
================================================== */
.head_list {
    margin: 0 0 30px;
}
.head_list .ttl {
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
}
.head_list .ttl .english {
    font: bold 21px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    margin: 0 12px 0 0;
}
.head_list .description {
    font: 400 14px/1.6em 'noto sans japanese', sans-serif;
    padding: 12px 0 36px;
}

@media screen and (max-width: 480px) {
    .head_list {
        margin: 0 0 12px;
    }
}

/* リスト */
.head_list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}
.head_list ul > li {
    padding: 0 6px;
}
.ec-topicpath__divider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.ec-topicpath__divider:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/ico_right_gray.svg);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* 全商品文字色 */
.head_list ul > li:not(:last-of-type) a {
    color: #ccc !important;
}

/* ! リストのミドル
================================================== */
.middle_list {
    margin: 60px 0;
}
.middle_list .ttl {
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
}
.middle_list .ttl .english {
    font: bold 21px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    margin: 0 12px 0 0;
}
.middle_list .description {
    font: 400 14px/1.6em 'noto sans japanese', sans-serif;
    padding: 12px 0;
}

/* ! リストのボトム
================================================== */
.bottom_list {
    margin: 60px 0 0;
}
.bottom_list .ttl {
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
}
.bottom_list .ttl .english {
    font: bold 21px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    margin: 0 12px 0 0;
}
.bottom_list .description {
    font: 400 14px/1.6em 'noto sans japanese', sans-serif;
    padding: 12px 0;
}

/* ! 商品リスト
================================================== */
[class*='list_item_main'] {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
    margin-top: -8px;
}
[class*='list_item_main'] > li {
    width: 20%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}
[class*='list_item_main'] > li > article {
    position: relative;
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    flex-direction: column;
}
[class*='list_item_main'] > li > article > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1200px) {
    [class*='list_item_main'] > li {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    [class*='list_item_main'] > li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 560px) {
    [class*='list_item_main'] > li {
        width: 50%;
    }
    [class*='list_item_main'] > li:nth-child(2n-1) {
        padding-right: 8px;
    }
    [class*='list_item_main'] > li:nth-child(2n) {
        padding-left: 8px;
    }
}
/* @media screen and (max-width: 480px){
  [class*="list_item_main"] > li {
    width:  100%;
    padding: 16px 0;
  }
  [class*="list_item_main"] {
    margin: -16px 0;
  }
} */

/* 詳細ページの場合 */
[class*='list_item_main'][class*='detail'] > li {
    width: 16.6666%;
}
@media screen and (max-width: 1280px) {
    [class*='list_item_main'][class*='detail'] > li {
        width: 20%;
    }
}
@media screen and (max-width: 1080px) {
    [class*='list_item_main'][class*='detail'] > li {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    [class*='list_item_main'][class*='detail'] > li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 560px) {
    [class*='list_item_main'][class*='detail'] > li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    [class*='list_item_main'][class*='detail'] > li {
        width: 100%;
    }
}

/*  */
[class*='list_item_main'] > li > article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
/* @media screen and (max-width: 480px){
  [class*="list_item_main"] > li > article {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 100%;
  }
} */

/* 画像 */
[class*='list_item_main'] .img {
    width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
[class*='list_item_main'] .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 110%;
}
@media screen and (max-width: 480px) {
    [class*='list_item_main'] .img {
        flex: 0 0 120px;
    }
    [class*='list_item_main'] .img:before {
        padding-top: 140%;
    }
}
@media screen and (max-width: 374px) {
    [class*='list_item_main'] .img {
        flex: 0 0 100px;
    }
}

/* テキスト */
[class*='list_item_main'] .text {
    margin: 8px 0 0;
    width: 100%;
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    flex-direction: column;
}
[class*='list_item_main'] .text .area_name {
    flex: 1 1 auto;
    min-width: 10px;
}
/* @media screen and (max-width: 480px){
  [class*="list_item_main"] .text {
    margin: 0 0 0 16px;
    padding: 0 12px 0 0;
  }
} */

/* 商品名 */

.area_name [class*='status'] {
    color: #fff;
    font: 500 11px/1em 'noto sans japanese', sans-serif;
    letter-spacing: -0.02em;
    background: #bbb;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px;
}
.area_name [class*='status'][class*='new'] {
    color: #000;
    background: #fff;
    border-color: #000;
}
.area_name [class*='status'][class*='unuse'] {
    background: #2a4994;
}
.area_name [class*='status'][class*='used'] {
    background: #be6e31;
}
.area_name [class*='status'][class*='antique'] {
    background: #71594f;
}
.area_name [class*='status'][class*='limited'] {
    background: #f2c201;
    color: #000;
}
.area_name [class*='status'][class*='product_size'] {
    background: #868686;
}
.area_name [class*='status'][class*='product_warranty'] {
    background: #bbb;
}
.area_name [class*='status'][class*='84foi'] {
    background: rgb(42, 148, 56);
}
.area_name [class*='status'][class*='member'] {
    background: #d00;
}
.area_name .brand {
    font: 600 12px/1.4em 'noto sans japanese', sans-serif;
    margin: 6px 0 0;
}
.area_name .brand:before {
    content: attr(data-english) '';
    font: bold 16px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: block;
}

/* カテゴリの表示 */
.area_name .brand > a:nth-of-type(n + 2) {
    display: none;
}

.area_name .name {
    margin: 4px 0 0;
    font: 300 13px/1.2em 'noto sans japanese', sans-serif;
    transition: all 0.1s ease;
}
/* @media screen and (max-width: 480px){
  .area_name .status {
    font-size: 12px;
  }
  .area_name .brand {
    font-size: 15px;
  }
  .area_name .brand:before {
    display:inline-block;
    margin: 0 6px 0 0;
  }
  .area_name .name {
    font-size: 15px;
  }
} */

/* ホバー */
.list_item_main a:hover .area_name .name {
    text-decoration: underline;
}

/* 商品金額 */
.area_price {
    margin: 8px 0 0;
}
.area_price .ref {
    color: #666;
    font: lighter 13px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #ccc;
    padding: 0 0 2px;
    margin: 0 0 6px;
    word-break: break-all;
}
.area_price .ref:before {
    content: 'Ref.：';
}
.area_price .price {
    color: #c50124;
    font: bold 18px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 2px 0 0;
}
.area_price .price.regular {
    color: #666;
    font: lighter 15px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_price .price:before {
    content: attr(data-ttl) '';
    color: #000;
    font: 300 12px/1.5em 'noto sans japanese', sans-serif;
    margin-right: auto;
}
.area_price .price span {
    font-size: 0.8em;
    margin: 0 2px 0 0;
}
/* @media screen and (max-width: 480px) {
    .area_price .ref {
        font-size: 15px;
    }
    .area_price .price {
        font-size: 20px;
    }
    .area_price .price.regular {
        font-size: 18px;
    }
    .area_price .price:before {
        font-size: 14px;
    }
} */

/* ストック表記 */
.area_price .stock {
    font-weight: 500;
}
.area_price .stock.sold_out {
    color: #c50124;
    font: 600 14px/1em 'noto sans japanese', sans-serif;
}

/* プライスダウン表示 */
.area_price .price.down {
    color: #c50124;
    font-size: 15px;
    font-weight: bold;
    border-top: 3px solid #c50124;
    border-bottom: 3px solid #c50124;
    padding: 2px 8px;
    margin: 4px 0 0;
    justify-content: center;
}
.area_price .price.down:before {
    content: none !important;
}
.area_price .price.down:after {
    content: 'OFF';
    font: 600 12px/1em 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 0 0 4px;
}

/* !  商品詳細ページ  ================================================== */
/* トップ　フリーエリア */
.area_product_top .text {
    margin: 16px 0 0;
}
/* ボトム　フリーエリア */
.area_product_bottom .text {
    margin: 0 0 16px;
}

/* 小見出し */
[class*='list_item_main'] .area_product_subhead {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 6px 30px;
    margin: 50px 0 20px;
    border: 1px solid #c0a975;
    position: relative;
    transition: 0.2s;
}
[class*='list_item_main'] .area_product_subhead.space_none {
    margin: 0 0 20px;
}
[class*='list_item_main'] .area_product_subhead > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

[class*='list_item_main'] .area_product_subhead .text {
    flex: 1 1 auto;
    min-width: 10px;
    margin: 0;
}
[class*='list_item_main'] .area_product_subhead p {
    font: 600 24px/1.5em 'noto sans japanese', sans-serif;
}
[class*='list_item_main'] .area_product_subhead span {
    font: bold 28px/1.5em 'Helvetica', 'noto sans japanese', sans-serif;
}
[class*='list_item_main'] .area_product_subhead small {
    color: #000;
    font-weight: bold;
    font-size: 0.6em;
}
[class*='list_item_main'] .area_product_subhead .brand {
    font: bold 28px/1.5em 'Baskerville', 'noto sans japanese', sans-serif;
}
[class*='list_item_main'] .area_product_subhead span {
    padding: 0 3px;
}
[class*='list_item_main'] .area_product_subhead .sub_text {
    color: #c0a975;
    font: 400 13px/1.4em 'noto sans japanese', sans-serif;
    text-align: right;
    margin-left: auto;
    flex: 0 0 40px;
}
[class*='list_item_main'] .area_product_subhead:hover .sub_text {
    text-decoration: underline;
}

@media screen and (max-width: 560px) {
    [class*='list_item_main'] .area_product_subhead p {
        font-size: 20px;
    }
    [class*='list_item_main'] .area_product_subhead .brand,
    [class*='list_item_main'] .area_product_subhead span {
        font-size: 23px;
    }
    [class*='list_item_main'] .area_product_subhead .sub_text {
        font-size: 12px;
    }
}
@media screen and (max-width: 480px) {
    [class*='list_item_main'] .area_product_subhead {
        padding: 6px 10px;
    }
    [class*='list_item_main'] .area_product_subhead .brand,
    [class*='list_item_main'] .area_product_subhead span {
        font-size: 20px;
    }
    [class*='list_item_main'] .area_product_subhead p {
        font: 600 18px/1.4em 'noto sans japanese', sans-serif;
    }
}

/* ! メイン_下層ページ ?????????????????????????????????????????????????????????????????????????????????? */

/* ! ページヘッド ================================================== */
.main_top [class*='head_page'] {
    margin: 0 0 40px;
}
[class*='head_page'][class*='border'] {
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px;
}

[class*='head_page'] .ttl {
    font: 600 20px/1.4em 'noto sans japanese', sans-serif;
    margin: -6px;
    margin-bottom: 2px;
}
[class*='head_page'] .ttl.large {
    font-size: 26px;
}
[class*='head_page'] .ttl:before {
    content: attr(data-english) '';
    font: bold 22px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 6px;
}
[class*='head_page'] .ttl.large:before {
    font-size: 28px;
}
[class*='head_page'] .ttl span {
    display: inline-block;
    margin: 6px;
}
@media screen and (max-width: 960px) {
    [class*='head_page'] .ttl.large {
        text-align: center;
    }
}
@media screen and (max-width: 560px) {
    [class*='head_page'] .ttl.large {
        font-size: 22px;
    }
}

/* 画像 */
.bg_black [class*='head_page'] .img {
    margin: 40px 0 0;
}
[class*='head_page'] .img {
    width: 100%;
    height: 240px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
@media screen and (max-width: 560px) {
    [class*='head_page'] .img {
        height: 160px;
    }
}

/* 直接置く場合 */
[class*='head_page'] .img_put {
    width: 100%;
    /*   margin: 0 0 -20px; */
}
[class*='head_page'] .img_put img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
    [class*='head_page'] .img_put {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
}

/* テキスト */
[class*='head_page'] .text {
    margin: 12px 0 0;
}
[class*='head_page'] .description {
    font: 400 15px/1.7em 'noto sans japanese', sans-serif;
}

/* ! 詳細ページ_シンプルページレイアウト ???????????????????????????????????????????????????????????? */
.area_page {
    padding: 80px 0 120px;
}
.area_page .ttl_head {
    font: 400 28px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 560px) {
    .area_page {
        padding: 30px 0 60px;
    }
    .area_page .ttl_head {
        font-size: 22px;
        letter-spacing: -0.04em;
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .area_page {
        padding: 30px 0 0;
    }
}

/* 説明エリア */
.area_description {
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area_description .copy {
    font: 600 26px/1.3em 'noto sans japanese', sans-serif;
    text-align: center;
    margin: 20px 0 40px;
}
.area_description .ttl {
    font: 500 16px/1.5em 'noto sans japanese', sans-serif;
    text-align: center;
    margin: 0 0 20px;
}
.area_description .description {
    font-size: 15px;
    text-align: center;
}
.area_description small {
    text-align: center;
}
@media screen and (max-width: 560px) {
    .area_description .ttl {
        text-align: left;
    }
    .area_description .description {
        text-align: left;
    }
    .area_description small {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .area_description .copy {
        font-size: 24px;
        letter-spacing: -0.04em;
    }
    .area_description {
        margin: 40px 0 0;
    }
}

/* ! お問い合わせフォーム ============================== */
.area_form_contact {
    border: 4px solid #000;
    padding: 60px;
    margin: 60px auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .area_form_contact {
        padding: 30px 30px 50px;
    }
}
@media screen and (max-width: 560px) {
    .area_form_contact {
        padding: 20px 20px 40px;
    }
    .area_form_contact [class*='btn_'] {
        width: 100%;
    }
}

/* 確認画面 */
.area_form_contact.confirm form {
    width: 100%;
}

/* ! メールマガジンフォーム ============================== */
.area_form_mail_magazine {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    margin: 60px 0 0;
}
.area_form_mail_magazine form {
    min-width: 500px;
}
@media screen and (max-width: 560px) {
    .area_form_mail_magazine form {
        min-width: 50px;
        width: 100%;
    }
    .area_form_mail_magazine [class*='btn_'] {
        width: 100%;
        margin: 0;
    }
    .area_form_mail_magazine [class*='btn_'] + [class*='btn_'] {
        margin: 8px 0 0;
    }
    .area_form_mail_magazine [class*='btn_'][class*='gray'] {
        padding: 0.8em 3.2em;
    }
}
@media screen and (max-width: 480px) {
    .area_form_mail_magazine {
        margin: 40px 0 0;
    }
}

/* ! メールマガジン フッター ============================== */
.area_mail_magazine {
    margin: 20px 0 0;
    margin-right: auto;
}
.area_mail_magazine form {
    max-width: 420px;
    margin: 0;
}
.area_mail_magazine .input_wrap {
    border: 3px solid #b1975b;
    background: #fff;
    padding: 6px;
}
.area_mail_magazine input:not([type='checkbox']):not([type='submit']) {
    color: #000;
    border: none;
    font: 300 13px/1.5em 'noto sans japanese', sans-serif;
    height: 30px;
}
.area_mail_magazine .input_couple [class*='btn_'] {
    font: 600 12px/1em 'noto sans japanese', sans-serif;
    flex: 0 0 100px;
    height: 30px;
    border: none;
    border-radius: 0;
}
@media screen and (max-width: 768px) {
    .area_mail_magazine {
        margin: 20px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .area_mail_magazine input:not([type='checkbox']):not([type='submit']) {
        padding: 4px 8px;
    }
    .area_mail_magazine .input_couple [class*='btn_'] {
        flex: 0 0 90px;
    }
}

/*
.area_mail_magazine .input_couple{
  flex-direction: column;
}
.area_mail_magazine .input_couple [class*="btn_"]{
  flex: 0 0 100%;
  margin: 4px 0 0;
}
*/

/* ! モデルリスト
================================================== */
.area_model {
    margin: -10px 0 60px;
}

/* リスト */
.list_model > li {
    display: flex;
}
.list_model a {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 10px;
}
.list_model .img {
    width: 100%;
    background-size: contain !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}
.list_model .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 124%;
}
.list_model .text {
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 10px;
    transition: all 0.1s ease;
}
.list_model .text .ttl {
    font: 600 13px/1.4em 'noto sans japanese', sans-serif;
    padding: 6px 0;
    text-align: center;
}
.list_model a:hover .text {
    color: #fff;
    background: #c0a975;
}

/* ! 詳細ページ ???????????????????????????????????????????????????????????? */

/* ! 詳細レイアウト ============================== */

.layout_detail {
    display: flex;
    margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
    .layout_detail {
        flex-wrap: wrap;
    }
}

/* ヘッドレイアウト */
.layout_head_detail {
    display: flex;
    margin: 0 0 20px;
}
@media screen and (max-width: 1080px) {
    .layout_head_detail {
        flex-direction: column-reverse;
    }
}

/* パンクズ */
.layout_head_detail .area_bread {
    flex: 1 1 auto;
    min-width: 10px;
}

/* バナー */
.area_bnr_detail {
    flex: 0 0 640px;
}
.area_bnr_detail a {
    display: block;
    padding: 10px;
    border: 1px solid #bda673;
    background: #fff;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1080px) {
    .area_bnr_detail {
        flex: none;
        margin: 0 0 20px;
    }
}

/* ! タイトル_共通
================================================== */
[class*='ttl_detail'] {
    font: 400 19px/1.3em 'noto sans japanese', sans-serif;
    margin: 40px 0 14px;
}
[class*='ttl_detail'][class*='bar'] {
    font: 600 20px/1.3em 'noto sans japanese', sans-serif;
    color: #fff;
    background: #c0a975;
    padding: 8px 16px;
    margin: 40px 0 30px;
}
@media screen and (max-width: 480px) {
    [class*='ttl_detail'][class*='bar'] {
        font-size: 18px;
    }
}

[class*='ttl_detail'][class*='ico'] {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}
[class*='ttl_detail'][class*='ico']:before {
    content: '';
    background: #c0a975;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
[class*='ttl_detail'][class*='space_none'] {
    margin-top: 0;
}
[class*='ttl_detail'][class*='line'] {
    border-bottom: 1px solid #eee;
    padding: 0 0 12px;
}
[class*='ttl_detail'] span {
    font-size: 0.8em;
}
[class*='ttl_detail'][class*='center'] {
    text-align: center;
}
[class*='ttl_detail'][class*='large'] {
    font: 600 28px/1.3em 'noto sans japanese', sans-serif;
    margin: 80px 0 60px;
}
[class*='ttl_block'] {
    text-align: center;
    margin: 70px 0 60px;
}
[class*='ttl_block'] span {
    display: block;
}
[class*='ttl_block'][class*='eng'] {
    font: bold 40px/1.1em 'baskerville', 'noto sans japanese', sans-serif;
}
[class*='ttl_block'][class*='eng'] span {
    font: 400 14px/1.3em 'noto sans japanese', sans-serif;
}

[class*='ttl_block'][class*='ja'] {
    font: 600 28px/1.3em 'noto sans japanese', sans-serif;
}
[class*='ttl_block'][class*='ja'] span {
    color: #f7d27e;
    font: bold 24px/1.5em 'baskerville', 'noto sans japanese', sans-serif;
}

[class*='ttl_sub'] {
    font: 400 16px/1.5em 'noto sans japanese', sans-serif;
    margin: 0 0 60px;
    position: relative;
}
[class*='ttl_sub'][class*='line']:before,
[class*='ttl_sub'][class*='line']:after {
    content: '-';
    padding: 0 4px;
}

@media screen and (max-width: 600px) {
    [class*='ttl_detail'] {
        margin: 20px 0 8px;
    }
    [class*='ttl_block'][class*='ja'] {
        font-size: 24px;
    }
    [class*='ttl_block'][class*='ja'] span {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    [class*='ttl_block'][class*='eng'] {
        font: bold 32px/1.1em 'baskerville', 'noto sans japanese', sans-serif;
    }
    [class*='ttl_block'][class*='eng'] span {
        font: 400 12px/1.3em 'noto sans japanese', sans-serif;
    }
    [class*='ttl_block'][class*='ja'] {
        font-size: 20px;
    }
    [class*='ttl_block'][class*='ja'] span {
        font-size: 16px;
    }

    [class*='ttl_detail'][class*='large'] {
        font-size: 24px;
        margin: 50px 0 40px;
    }

    [class*='ttl_block'] {
        margin: 50px 0 30px;
    }
    [class*='ttl_sub'] {
        margin: 0 0 40px;
    }
}

/* ! 詳細メイン
================================================== */
.area_detail_main {
    flex: 1 1 auto;
    min-width: 10px;
    overflow: hidden;
}

/* 商品画像 */
.list_img_main > li:nth-of-type(n + 2) {
    display: none;
}
.list_img_main img {
    margin: 0 auto;
    display: block;
}
.list_img_main .img {
    width: 100%;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.list_img_main .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

/* サムネイル画像 */
.list_img_thumbnail {
    margin: -4px;
    margin-top: 4px;
}
.list_img_thumbnail > li {
    padding: 4px;
}
.list_img_thumbnail .img {
    cursor: pointer;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.list_img_thumbnail .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.sp-thumbnails .sp-thumbnail:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../img/ico_zoom_white.svg);
    background-size: 36px 36px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.1s ease;
}
.sp-thumbnails .sp-thumbnail:hover:after {
    opacity: 1;
}

/* 商品説明 */
.area_description_detail > .text p {
    font: 300 14px/1.4em 'noto sans japanese', sans-serif;
    margin: 12px 0;
}
.area_description_detail > .text p + p {
    margin: 16px 0 0;
}

/* リンク */
.area_link {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0;
}
.area_link:before {
    content: attr(data-ttl) '';
    font: bold 12px/1em 'helvetiva', 'noto sans japanese', sans-serif;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 4px 0 0;
    background: #ccc;
}
.area_link.no_ttl:before {
    content: none;
}
.area_link a {
    font: 400 14px/1.4em 'noto sans japanese', sans-serif;
    text-decoration: underline;
}

/* 商品詳細 */
/* フリーエリア */
.area_freearea {
    margin: 20px 0 0;
}

/* リスト */
.list_information_detail {
    border: 1px solid #f4f4f4;
    padding: 7px;
}
.list_information_detail + .list_information_detail {
    margin: 8px 0 0;
}
.list_information_detail > li {
    padding: 1px;
    display: flex;
}
.list_information_detail article {
    display: flex;
    flex: 1 1 auto;
    min-width: 10px;
}
.list_information_detail .ttl {
    font: 500 13px/1.3em 'noto sans japanese', sans-serif;
    background: #f4f4f4;
    flex: 0 0 110px;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    padding: 8px;
    text-align: center;
}
.list_information_detail .text {
    font: 400 14px/1.3em 'noto sans japanese', sans-serif;
    padding: 8px 0;
    min-height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width: 1080px) {
    .list_information_detail .ttl {
        font-size: 13px;
        flex: 0 0 100px;
        padding: 4px 0;
        margin: 0 10px 0 0;
    }
}
@media screen and (max-width: 600px) {
    .list_information_detail {
        padding: 0;
        border: none;
    }
    .list_information_detail .ttl {
        flex: 0 0 100px;
    }
    .list_information_detail .text {
        font-size: 13px;
        font-weight: 300;
    }
}

/* ! 詳細サイド
================================================== */
.area_detail_side {
    flex: 0 0 480px;
    margin: 0 0 0 60px;
}
@media screen and (max-width: 1200px) {
    .area_detail_side {
        flex: 0 0 400px;
        margin: 0 0 0 40px;
    }
}
@media screen and (max-width: 1080px) {
    .area_detail_side {
        flex: 0 0 360px;
    }
}
@media screen and (max-width: 960px) {
    .area_detail_side {
        flex: 0 0 320px;
        margin: 0 0 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .area_detail_side {
        flex: 0 0 100%;
        margin: 0;
    }
}

/* 商品レジ情報 */
@media screen and (max-width: 768px) {
    .area_description_detail .area_register {
        max-width: 360px;
        margin: 40px auto;
    }
}
@media screen and (max-width: 560px) {
    .area_description_detail .area_register {
        margin: 20px auto;
    }
}

/* 商品名 */
.list_tag {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
}
.list_tag > li {
    padding: 2px;
}
.area_register .status {
    color: #fff;
    font: 600 12px/1em 'noto sans japanese', sans-serif;
    display: inline-block;
    background: #bbb;
    padding: 3px 12px;
}
.area_register .brand {
    font: 600 26px/1.4em 'noto sans japanese', sans-serif;
    margin: 16px 0 0;
}
.area_register .brand:before {
    content: attr(data-english) '';
    font: bold 30px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 16px 0 0;
}
.area_register .name {
    margin: 4px 0 0;
    font: 300 28px/1.2em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 768px) {
    /*
  .area_register .status {
    font-size: 14px;
    padding: 8px 16px;
  }
*/
    .area_register .product {
        display: flex;
        flex-wrap: wrap;
        margin: 4px 0 8px;
    }
    .area_register .brand {
        font-size: 24px;
        margin: 0 12px 0 0;
    }
    .area_register .brand:before {
        font-size: 26px;
    }
    .area_register .name {
        font-size: 24px;
        margin: 2px 0 0;
    }
}
@media screen and (max-width: 560px) {
    .area_register .brand {
        font-size: 18px;
        margin: 0 12px 0 0;
    }
    .area_register .brand:before {
        font-size: 20px;
    }
    .area_register .name {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .area_register .brand {
        font-size: 16px;
    }
    .area_register .brand:before {
        font-size: 18px;
    }
    .area_register .name {
        font-size: 18px;
    }
}

/* 金額 */
.area_price_detail {
    margin: 24px 0 0;
}
.area_price_detail .price {
    color: #c50124;
    font: bold 40px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 2px 0 0;
}
.area_price_detail .price.regular {
    color: #333;
    font: normal 24px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 12px 0 0;
}
.area_price_detail .price:before {
    content: attr(data-ttl) '';
    color: #000;
    font: 300 16px/1em 'noto sans japanese', sans-serif;
}
.area_price_detail .price:not(.regular):before {
    display: block;
    width: 100%;
    margin: 0 0 12px;
}
.area_price_detail .price.regular:first-letter,
.area_price_detail .price:first-letter {
    font-size: 0.8em;
    margin: 0 2px 0 0;
}
.area_price_detail .price span.sub {
    font: 300 0.5em/1em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 768px) {
    .area_price_detail .price:not(.regular):before {
        display: inline-block;
        width: auto;
        margin-right: auto;
    }
    .area_price_detail .price {
        font-size: 32px;
    }
    .area_price_detail .price:before {
        margin-right: auto;
    }
    .area_price_detail .price.regular {
        font-size: 24px;
    }
}

/* 注意書き */
.area_attention {
    margin: 10px 0 0;
}
.area_attention small {
    color: #333;
    font: 200 13px/1.4em 'noto sans japanese', sans-serif;
    position: relative;
    padding: 0 0 0 16px;
}
.area_attention small:before {
    content: '※';
    position: absolute;
    top: 1px;
    left: 0;
}
.area_attention small + small {
    margin: 8px 0 0;
}

/* 在庫状況 */
.area_stock {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.area_stock p {
    font: 600 24px/1em 'noto sans japanese', sans-serif;
    margin-right: auto;
}
.area_stock p.sold_out {
    color: #c50124;
}
.area_stock [class*='btnarea'] {
    width: auto;
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .area_stock {
        margin: 16px 0 0;
    }
}

/* アピールエリア */
.area_appeal .copy {
    font: 600 18px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px 0;
}
@media screen and (max-width: 560px) {
    .area_appeal .copy {
        font-size: 16px;
    }
}

.area_appeal .copy .deny_returns {
    color: #c50124;
}

/* リスト */
.list_payment {
    display: flex;
}
.list_payment > li {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_payment p {
    color: #ddd;
    font: 600 14px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    padding: 10px 4px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
}
.list_payment .on p {
    color: #000;
    border-color: #000;
}

@media screen and (max-width: 359px) {
    .list_payment {
        flex-wrap: wrap;
    }
}

/* カート */
.area_button_cart {
    margin: 30px 0 0;
}
@media screen and (max-width: 560px) {
    .area_button_cart {
        margin: 10px 0 0;
    }
    .area_button_cart [class*='btn_'] {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .area_button_cart [class*='btn_'][class*='thick'] {
        font-size: 18px;
        font-weight: 400;
        padding-top: 1.3em;
        padding-bottom: 1.3em;
    }
}

/* リスト */
.list_button {
    display: flex;
    flex-wrap: wrap;
    margin: -3px;
}
.list_button > li {
    padding: 3px;
}
.list_button > li > form {
    width: 100%;
}
.list_button [class*='btn_'] {
    border-radius: 3px;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

/* ! ローンシミュレーター
================================================== */
.area_simulator {
    border: 21px solid #000;
    padding: 36px 24px;
    margin: 20px 0 0;
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.area_simulator:before {
    content: '';
    display: block;
    width: calc(100% + 19px);
    height: calc(100% + 19px);
    border: 1px solid #f7d27e;
    position: absolute;
    top: -10px;
    left: -10px;
    pointer-events: none;
}
.area_simulator .copy {
    font: 700 32px/1em 'noto sans japanese', sans-serif;
    text-align: center;
}
.area_simulator .copy strong {
    font: bold 40px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_simulator .copy span {
    font-size: 0.8em;
}
.area_simulator .value {
    font: 600 16px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    transform: translateX(0.5em);
    margin: 4px 0 0;
}
.area_simulator .value .price {
    color: #c50124;
    font: bold 28px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 8px;
}
@media screen and (max-width: 1200px) {
    .area_simulator .copy {
        font-size: 28px;
    }
}
@media screen and (max-width: 1080px) {
    .area_simulator {
        border-width: 8px;
        padding: 20px 16px;
    }
    .area_simulator:before {
        display: none;
    }
    .area_simulator .copy {
        font-size: 26px;
    }
    .area_simulator .copy strong {
        font-size: 36px;
    }
    .area_simulator .value {
        font-size: 15px;
        transform: translateX(0);
    }
    .area_simulator .value .price {
        font-size: 24px;
    }
}
@media screen and (max-width: 359px) {
    .area_simulator .copy {
        font-size: 24px;
    }
    .area_simulator .copy strong {
        font-size: 33px;
    }
}

/* 計算エリア */
.area_simulator_calc {
    margin: 40px 0 32px;
}
@media screen and (max-width: 960px) {
    .area_simulator_calc {
        margin: 24px 0;
    }
}

/* 計算フォーム */
.layout_calc {
    display: flex;
}
.layout_calc .cnt.left input {
    text-align: right;
    padding-right: 30px;
}
.layout_calc .cnt.left {
    flex: 1 1;
}
.layout_calc .cnt.right {
    flex: 0 0 140px;
    margin: 0 0 0 20px;
}
.layout_calc .cnt.right select {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.layout_calc .ttl {
    font: 600 14px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 6px;
}
.layout_calc input,
.layout_calc select {
    font: bold 24px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
}
.layout_calc [class*='unit'] {
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.input_wrap.float_left .unit {
    position: absolute;
    left: 10px;
}
.input_wrap.float_right .unit {
    position: absolute;
    right: 30px;
}
@media screen and (max-width: 960px) {
    .layout_calc input,
    .layout_calc select {
        font-size: 20px;
    }
    .layout_calc .ttl {
        font-size: 12px;
    }
    .layout_calc .cnt.right {
        flex: 0 0 120px;
        margin: 0 0 0 10px;
    }
}
@media screen and (max-width: 359px) {
    .layout_calc {
        flex-wrap: wrap;
    }
    .layout_calc .cnt.left,
    .layout_calc .cnt.right {
        flex: 0 0 100%;
        margin: 0;
    }
    .layout_calc .cnt.right {
        margin: 8px 0 0;
    }
}

/* 計算結果 */
.area_result {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area_result .ttl {
    font: 600 15px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.area_result .price {
    font: bold 36px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_result .price span {
    font: 300 16px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 0 4px;
}
.area_result .attention {
    font: 200 13px/1.4em 'noto sans japanese', sans-serif;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    position: relative;
    transform: translateX(-0.5em);
}
.area_result .attention:before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width: 960px) {
    .area_result .price {
        font-size: 32px;
    }
}

/* ! 支払い方法
================================================== */
.list_payment_how {
    border: 1px solid #f4f4f4;
    padding: 20px;
}
@media screen and (max-width: 600px) {
    .list_payment_how {
        border: none;
        padding: 0;
    }
}

/* リスト */
.list_payment_how > li + li {
    margin: 16px 0 0;
}
.list_payment_how article {
    display: flex;
}
.list_payment_how .ttl {
    flex: 0 0 140px;
    padding: 6px 0;
}
.list_payment_how .ttl p {
    font: 600 14px/1.3em 'noto sans japanese', sans-serif;
}
.list_payment_how .ttl p span {
    font: 300 12px/1em 'noto sans japanese', sans-serif;
}
.list_payment_how .cnt {
    flex: 1 1 auto;
    min-width: 10px;
}
@media screen and (max-width: 560px) {
    .list_payment_how article {
        display: block;
    }
}

/* ロゴリスト */
.list_logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.list_logo.large {
    margin: 0 -12px;
}
.list_logo > li {
    padding: 0 4px;
}
.list_logo.large > li {
    padding: 0 12px;
}
.list_logo img {
    height: 32px;
}
.list_logo .amazonpay {
    height: 21px;
    margin: 8px 0 0;
}
.list_logo.large img {
    height: 40px;
}
@media screen and (max-width: 480px) {
    .list_logo.large img {
        height: 36px;
    }
}

/* ! ご利用ガイドリスト
================================================== */
/* ガイドリスト */
.list_guide > li {
    display: flex;
}
.list_guide a {
    display: block;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #c0a975;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex: 1 1 auto;
    min-width: 10px;
}
.list_guide a:before {
    content: attr(data-text) '';
    font: 400 16px/1.2em 'noto sans japanese', sans-serif;
    color: #c0a975;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    box-sizing: border-box;
}
.list_guide a:hover:before {
    opacity: 1;
}
@media screen and (max-width: 1080px) {
    .list_guide a {
        padding: 16px;
    }
}
@media screen and (max-width: 600px) {
    .list_guide a {
        padding: 12px;
    }
}
@media screen and (max-width: 359px) {
    .list_guide a {
        padding: 6px;
    }
}

.list_guide .img {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 0 20px 0 0;
}
.list_guide .text {
    flex: 1 1 auto;
    min-width: 10px;
    padding: 8px 0;
}
.list_guide .ttl {
    font: 600 18px/1.2em 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.list_guide .description {
    font: 300 15px/1.4em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 1080px) {
    .list_guide .img {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        margin: 0 10px 0 0;
    }
    .list_guide .text {
        padding: 0;
    }
    .list_guide .ttl {
        font-size: 16px;
    }
    .list_guide .description {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    .list_guide .img {
        margin: -10px 0 0;
    }
    .list_guide .text {
        width: 100%;
    }
    .list_guide .ttl {
        font-size: 14px;
        text-align: center;
    }
}
@media screen and (max-width: 359px) {
    .list_guide .text {
        font-size: 12px;
    }
    .list_guide .ttl {
        font-size: 13px;
    }
}

/* おすすめ商品_詳細ページ */
.area_recommend_detail {
    margin: 0 0 50px;
}

/* ! カート
?????????????????????????????????????????????????????????????????????????????????? */
[class*='head_page_cart'] {
    margin: 0 0 20px;
}
[class*='head_page_cart'][class*='border'] {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}
[class*='head_page_cart'] .ttl {
    font: 400 26px/1.4em 'noto sans japanese', sans-serif;
    margin-bottom: 2px;
}
[class*='head_page_cart'][class*='center'] {
    text-align: center;
}
@media screen and (max-width: 560px) {
    [class*='head_page_cart'] {
        margin: 0 0 12px;
    }
}

/* ! カートレイアウト
================================================== */
.layout_cart {
    display: flex;
    width: 100%;
    margin: 0 0 50px;
}
.layout_cart_wrap + .layout_cart_wrap {
    margin: 60px 0 0;
    padding: 60px 0 0;
    border-top: 2px solid #2b4b9b;
}
.area_main_cart {
    flex: 1 1 auto;
    min-width: 10px;
}
.area_side_cart {
    flex: 0 0 420px;
    margin: 0 0 0 40px;
    display: flex;
    flex-direction: column;
}
.area_side_cart.guest {
    margin: 0 40px 0 0;
}
.area_side_cart > [class*='btnarea'] {
    margin-top: 20px;
}
#AmazonPayButton {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
    .area_side_cart {
        flex: 0 0 320px;
    }
}
@media screen and (max-width: 960px) {
    .layout_cart {
        flex-wrap: wrap;
        margin: 0;
    }
    .area_main_cart {
        width: 100%;
    }
    .area_side_cart,
    .area_side_cart.guest {
        margin: 20px auto;
        flex: 1 1 auto;
        min-width: 10px;
    }
}
@media screen and (max-width: 480px) {
    .layout_cart_wrap + .layout_cart_wrap {
        margin: 30px 0 0;
        padding: 30px 0 0;
    }
    .area_side_cart,
    .area_side_cart.guest {
        flex: 1 1 auto;
        min-width: 10px;
        margin: 8px 0;
        margin-left: -20px;
        margin-right: -20px;
    }
    .layout_cart [class*='head_page'] {
        margin: 0 0 20px;
    }
}

/* ステップと並ぶ場合 */
.area_step + .layout_cart {
    margin-top: 50px;
}
@media screen and (max-width: 560px) {
    .area_step + .layout_cart {
        margin-top: 20px;
    }
}

/* ボックス */
.cnt_cart {
    padding: 40px;
}
@media screen and (max-width: 1280px) {
    .cnt_cart {
        padding: 40px 30px;
    }
}
@media screen and (max-width: 560px) {
    .cnt_cart {
        padding: 40px 30px;
    }
}

/* アマゾン */

/* ! ステップ ============================== */
.list_step {
    margin: 0 0 20px;
    display: flex;
    justify-content: center;
    counter-reset: number 0;
}
.list_step > li {
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    counter-increment: number 1;
    max-width: 180px;
    position: relative;
}
.list_step p {
    font: 300 12px/1em 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.list_step p:before {
    content: counter(number) '';
    color: #fff;
    font: bold 21px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #eee;
    border-radius: 100px;
}
.list_step .current p:before {
    color: #fff;
    background: #000;
}
@media screen and (max-width: 600px) {
    .list_step {
        flex-wrap: wrap;
        margin: -20px 0 20px;
    }
    .list_step > li {
        width: 33.3333%;
        flex: 0 0 33.3333%;
        margin: 20px 0 0;
    }
}

/* ラインあり */
.list_step.line > li + li:before {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    background: #ccc;
    position: absolute;
    top: 18px;
    left: 0;
    transform: translateX(-50%);
}

/* ! ログインエリア
================================================== */
[class*='area_login'] {
    padding-top: 60px;
    padding-bottom: 60px;
}
[class*='area_login'][class*='840'] {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
[class*='area_login'] article {
    margin: 0 auto;
}
[class*='area_login'] .article_400,
[class*='area_side'] .article_400 {
    max-width: 400px;
    margin: 0 auto;
}
[class*='area_login'] .ttl {
    font: 400 19px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    margin: 0 0 40px;
}
[class*='area_login'] .ec-errorMessage {
    color: #c50124;
}
@media screen and (max-width: 480px) {
    [class*='area_login'] {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* フォーム類 */
[class*='area_login'] input,
[class*='area_login'] label:before {
    border-color: #fff;
}

/* サブボタン類 */
.area_button_sub {
    margin: 16px 0 0;
}
.area_button_sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.area_button_sub a {
    color: #3154a5;
    font: 300 13px/1em 'noto sans japanese', sans-serif;
}
/* ! ショッピングカート ============================== */
.area_shoppingcart {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
}

/* リスト */
.list_shoppingcart > li + li {
    border-top: 1px dotted #ddd;
}
.list_shoppingcart article {
    display: flex;
    align-items: center;
    position: relative;
}
.list_shoppingcart article > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.list_shoppingcart [class*='btnarea'] {
    position: relative;
    z-index: 2;
}
.list_shoppingcart .img {
    flex: 0 0 200px;
    width: 200px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 0 20px 0 0;
}
.list_shoppingcart .img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
@media screen and (max-width: 1080px) {
    .list_shoppingcart .img {
        flex: 0 0 160px;
        width: 160px;
    }
}
@media screen and (max-width: 480px) {
    .list_shoppingcart .img {
        flex: 0 0 120px;
        width: 120px;
    }
}

/* 合計金額 */
.area_shoppingcart_total {
    border-top: 1px solid #ddd;
    margin: 30px 0 0;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.area_shoppingcart_total .price {
    font: bold 24px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_shoppingcart_total .price:before {
    content: '商品合計：';
    font: 300 15px/1em 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
}
.area_shoppingcart_total .price span {
    font-size: 0.8em;
}

/* テキスト */
.list_shoppingcart .info {
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    align-items: center;
}
.list_shoppingcart .text {
    flex: 1 1 auto;
    min-width: 10px;
    margin: 0 12px 0 0;
}
.list_shoppingcart .brand {
    font: 600 18px/1.4em 'noto sans japanese', sans-serif;
}
.list_shoppingcart .brand:before {
    content: attr(data-english) '';
    font: bold 20px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 8px 0 0;
}
.list_shoppingcart .name {
    font: 300 18px/1.2em 'noto sans japanese', sans-serif;
    margin: 4px 0 0;
}
@media screen and (max-width: 560px) {
    .list_shoppingcart .info {
        flex-wrap: wrap;
    }
    .list_shoppingcart .text {
        width: 100%;
    }
    .list_shoppingcart .brand {
        font-size: 16px;
    }
    .list_shoppingcart .brand:before {
        font-size: 18px;
    }
    .list_shoppingcart .name {
        font-size: 16px;
    }
}

/* 金額 */
.list_shoppingcart .price {
    flex: 0 0 120px;
}
.list_shoppingcart .price p {
    font: normal 18px/1.2em 'helvetica', 'noto sans japanese', sans-serif;
    text-align: right;
}
.list_shoppingcart .price p span {
    font-size: 0.9em;
    margin: 0 8px 0 0;
}
@media screen and (max-width: 560px) {
    .list_shoppingcart .price {
        flex: 0 0 100%;
        margin: 16px 0 0;
    }
}

/* ! 非会員購入へ
================================================== */
.area_buy_guest {
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.area_buy_guest .ttl {
    font: 400 20px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    margin: 0 0 40px;
}

/* ! 商品金額リスト ============================== */
.list_price {
    margin: 0 0 40px;
}
.list_price > li + li {
    margin-top: 12px;
}
.list_price .text_ttl {
    font: 100 18px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_price .text_ttl:before {
    content: attr(data-ttl) '';
    font: 300 16px/1.3em 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 6px 0 0;
}

/* ! 商品合計金額 ============================== */

.area_price_cart .price {
    font: bold 32px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}
.area_price_cart.between .price span {
    margin-left: auto;
}
.area_price_cart .price:before {
    content: attr(data-ttl) '';
    font: 300 16px/1em 'noto sans japanese', sans-serif;
    margin: 0 12px 0 0;
}
.area_price_cart .price span {
    font-size: 0.8em;
}
@media screen and (max-width: 960px) {
    .area_cart_detail [class*='btnarea'][class*='top'] {
        margin-top: 20px !important;
    }
}
@media screen and (max-width: 560px) {
    .area_price_cart .price {
        font-size: 28px;
    }
}

/* ! ご注文手続き ???????????????????????????????????????????????????????????? */
/* リスト */
.list_procedure > li {
    border-top: 1px solid #eee;
}
.list_procedure > li > article {
    padding: 30px 0;
    display: flex;
}
.list_procedure > li > article + article {
    padding: 0;
}
.list_procedure .ttl {
    flex: 0 0 180px;
}
.list_procedure .ttl {
    font: 400 16px/1.3em 'noto sans japanese', sans-serif;
}
.list_procedure .cnt {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_procedure .cnt > p {
    font: 300 16px/1.4em 'noto sans japanese', sans-serif;
}
.list_procedure .form_cnt {
    flex: auto;
}
.list_procedure .buttons {
    flex: 0 0 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
@media screen and (max-width: 640px) {
    .list_procedure .ttl {
        flex: 0 0 140px;
    }
}
@media screen and (max-width: 600px) {
    .list_procedure > li > article {
        flex-wrap: wrap;
        position: relative;
    }
    .list_procedure .ttl {
        flex: 0 0 100%;
        font-size: 14px;
        font-weight: 200;
        margin: 0 0 16px;
    }
    .list_procedure .buttons {
        position: absolute;
        top: 30px;
        right: 0;
    }
    .list_procedure .form_box {
        flex-wrap: nowrap;
    }
    .list_form_change_info .form_box {
        flex-wrap: wrap;
    }
}

/* amazonPay */
.area_amazon_pay {
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #000;
}
.area_amazon_pay .ttl {
    font: 600 12px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 8px;
    display: inline-block;
    position: relative;
}
.area_amazon_pay [class*='btnarea'] {
    margin: 0;
}
.area_amazon_pay .sub {
    color: #444;
    font: 400 11px/1.3em 'noto sans japanese', sans-serif;
    margin: 8px 0 0;
}

/* クレジットカード */
#gmo_payment_gateway_credit_form,
#gmo_payment_gateway_credit_confirm_form {
    border-top: 1px solid #eee;
    padding: 30px 0;
}
#gmo_payment_gateway_credit_form .dl_table {
    margin: 30px 0 0;
}
#gmo_payment_gateway_credit_form h2,
#gmo_payment_gateway_credit_confirm_form h2 {
    font: 400 16px/1.3em 'noto sans japanese', sans-serif;
    background: none;
    padding: 0;
}
#gmo_payment_gateway_credit_confirm_form h2 {
    margin: 0 0 20px;
}
#gmo_payment_gateway_credit_form dt {
    font: 400 13px/1.3em 'noto sans japanese', sans-serif;
    padding: 0;
}
#gmo_payment_gateway_credit_form dd {
    padding: 10px;
}
#gmo_payment_gateway_credit_form .inline + .inline {
    margin: 10px 0 0;
}
#gmo_payment_gateway_credit_form select {
    font: 300 16px/1.5em 'noto sans japanese', sans-serif;
    max-width: none;
    padding: 4px 16px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    width: 100%;
    min-width: 10px;
    margin: 0 !important;
}

/* クレジットカード checkbox */
#gmo_payment_gateway_credit_form .ec-checkbox label {
    font: 400 12px/1.3em 'noto sans japanese', sans-serif;
    position: relative;
    padding: 0 0 0 22px;
    height: 32px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}
#gmo_payment_gateway_credit_form .ec-checkbox input + label:before,
#gmo_payment_gateway_credit_form .ec-checkbox input + label:after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#gmo_payment_gateway_credit_form .ec-checkbox input + label:before {
    display: block;
    background: #fff;
    border: 1px solid #999;
}
#gmo_payment_gateway_credit_form .ec-checkbox input + label:after {
    border: 1px solid #ddd;
    background: #000;
}
#gmo_payment_gateway_credit_form .ec-checkbox input + label:after {
    content: '';
    border-radius: 3px;
    width: 13px;
    height: 13px;
    background: #000 url(../img/ico_check_white.svg);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-color: #000;
    display: none;
}
#gmo_payment_gateway_credit_form input[type='checkbox']:checked + label::after {
    display: block;
}

@media screen and (max-width: 480px) {
    #gmo_payment_gateway_credit_form dl {
        display: flex !important;
        flex-direction: column;
        height: auto !important;
    }
    #gmo_payment_gateway_credit_form dl + dl {
        margin: 20px 0 0;
    }
    #gmo_payment_gateway_credit_form dt {
        font-weight: 200 !important;
        width: 100% !important;
    }
    #gmo_payment_gateway_credit_form dd {
        padding: 4px 0;
    }
    #gmo_payment_gateway_credit_form .inline,
    #gmo_payment_gateway_credit_form input {
        width: 100% !important;
    }
}

/* ! オプション ============================== */
/* リスト */
.list_option {
    margin: -20px 0;
}
.list_option > li {
    padding: 20px 0;
}
.list_option > li > article {
    display: flex;
    flex-wrap: wrap;
}
.list_option .product {
    display: flex;
    align-items: center;
    width: 100%;
}
.list_option .img {
    flex: 0 0 160px;
    width: 160px;
}
@media screen and (max-width: 640px) {
    .list_option .img {
        flex: 0 0 120px;
        width: 120px;
    }
}
@media screen and (max-width: 359px) {
    .list_option .product {
        flex-direction: column;
    }
}

/* テキスト */
.list_option .text {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_option .text .name {
    font: 300 20px/1.3em 'noto sans japanese', sans-serif;
}
.list_option .text .option {
    font: 300 15px/1.3em 'noto sans japanese', sans-serif;
    margin: 8px 0 0;
}
.list_option .text .option:before {
    content: 'オプション:';
    font: 500 14px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 6px 0 0;
    display: block;
}
@media screen and (max-width: 640px) {
    .list_option .text .name {
        font-size: 18px;
    }
}
@media screen and (max-width: 380px) {
    .list_option .text .name {
        font-size: 16px;
    }
}
@media screen and (max-width: 359px) {
    .list_option .text {
        width: 100%;
    }
}

/* チェックボックスリスト */
.list_check_option {
    display: none;
    width: 100%;
    margin: 0 0 40px;
}
.open_option + .list_check_option {
    display: block;
}
.list_check_option > li {
    padding: 20px 0;
}
.list_check_option > li > article {
    border-left: 1px solid #aaa;
    padding-left: 30px;
}
.list_check_option .checkbox_wrap {
    margin-bottom: 16px;
}
.list_check_option label {
    font: 500 16px/1em 'noto sans japanese', sans-serif;
    padding-left: 28px;
    width: 100%;
}
.list_check_option .checkbox_wrap label:before,
.list_check_option .checkbox_wrap label:after {
    width: 16px;
    height: 16px;
}
.list_check_option label .small {
    font-size: 0.8em;
    margin: 0 0 0 4px;
}
.list_check_option label .price {
    font: 300 20px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin-left: auto;
}
.list_check_option .list_dash {
    margin-top: 20px;
}
@media screen and (max-width: 560px) {
    .list_check_option {
        margin: 0 0 20px;
    }
}

/* ! サイドバー_カート ?????????????????????????????????????????????????????????????????????????????????? */
/* レイアウト */
aside > section + section {
    margin-top: 30px;
}
@media screen and (max-width: 960px) {
    aside > section {
        flex: 0 0 200px;
    }
}

/*  */
.list_bnr_aside img {
    width: 100%;
}

/* タイトル */
.ttl_aside {
    font: 400 19px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 16px;
}

/* ! スティッキーで固定 ============================== */
[class*='sticky'] {
    position: sticky;
    top: 0;
}
[class*='sticky'][class*='20'] {
    top: 20px;
    margin-top: 20px;
}

/* ! ブランド_サイドバー ================================================== */
/* リスト */
.list_nav_aside > li {
    padding: 8px 0;
}
.button_nav_aside {
    color: #666;
    font: 600 12px/1em 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    padding: 0 0 0 24px;
    position: relative;
    cursor: pointer;
    user-select: none;
    transition: all 0.1s ease;
}
.button_nav_aside:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/ico_plus.svg);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s ease;
}
.button_nav_aside:before {
    content: attr(data-english) '';
    color: #000;
    font: bold 14px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    letter-spacing: 0;
    display: block;
    transition: all 0.1s ease;
}
.button_nav_aside.current:before,
.button_nav_aside:hover,
.button_nav_aside:hover:before {
    color: #c0a975;
}

/* カレント */
.button_nav_aside.current:after {
    background: url(../img/ico_minus.svg);
}

.aside_more {
    font: 300 12px/1em 'noto sans japanese', sans-serif;
    text-align: center;
    width: 100%;
    display: block;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px dotted #eee;
    cursor: pointer;
}

/* モデルリスト */
.list_nav_aside_model {
    display: none;
    border-left: 4px solid #f4f4f4;
    margin: 12px 0 16px;
    padding: 0 0 0 8px;
    transition: all 0.1s ease;
}
.list_nav_aside_model > li {
    padding: 4px 0;
}
.list_nav_aside_model a {
    font: 600 12px/1em 'noto sans japanese', sans-serif;
    display: block;
    padding: 4px;
}
.list_nav_aside_model a:hover {
    color: #c0a975;
}
.list_nav_aside_model a span {
    color: #707070;
    font: lighter 11px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    display: inline-block;
    margin: 0 0 0 4px;
}
.list_nav_aside_model a span:before {
    content: '(';
}
.list_nav_aside_model a span:after {
    content: ')';
}

/* カレント */
.button_nav_aside.current + .list_nav_aside_model {
    display: block;
}

/* ! リンクリスト_サイドバー ================================================== */
.list_link_aside > li {
    padding: 8px 0;
}
.list_link_aside a {
    color: #666;
    font: 500 13px/1em 'noto sans japanese', sans-serif;
    display: block;
    padding: 0 0 0 24px;
    position: relative;
}
.list_link_aside a:hover {
    color: #c0a975;
}
.list_link_aside a:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(../img/ico_right.svg);
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s ease;
}

/* ! バナーリスト_サイドバー ================================================== */
.list_bnr_aside a {
    display: block;
}
.list_bnr_aside li + li {
    margin-top: 4px;
}

/* ! 新規会員登録 ???????????????????????????????????????????????????????????? */
.area_form_register {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0;
}
.area_form_register > form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.area_form_register > form > div {
    width: 100%;
}

/* ! マイページ ???????????????????????????????????????????????????????????? */
/* ! マイページ共通 ============================== */
.area_mypage {
    padding: 50px;
}
@media screen and (max-width: 1080px) {
    .area_mypage {
        padding: 30px 30px 60px;
        margin-left: -30px;
        margin-right: -30px;
    }
}
@media screen and (max-width: 840px) {
    .area_mypage {
        margin-left: -16px;
        margin-right: -16px;
    }
}
@media screen and (max-width: 600px) {
    .area_mypage {
        padding: 20px 20px 40px;
    }
}

/* ヘッド */
.area_head_mypage {
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.area_head_mypage .ttl {
    font: 400 20px/1em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 600px) {
    .area_head_mypage {
        padding: 0 0 12px;
        margin: 0 0 12px;
    }
    .area_head_mypage .ttl {
        font-size: 16px;
    }
}

/* ! サイドバー_マイページ ============================== */
.area_side_mypage {
    flex: 0 0 200px;
    margin: 0 20px 0 0;
    border-top: 1px solid #ccc;
}
@media screen and (max-width: 960px) {
    .area_side_mypage {
        flex: 0 0 100%;
        margin: 0;
        border-color: #ddd;
    }
}

/* リスト */
.list_nav_aside_mypage {
    padding: 8px 0;
}
.list_nav_aside_mypage > li {
    padding: 6px 0;
}
.list_nav_aside_mypage a {
    font: 400 16px/1.3em 'noto sans japanese', sans-serif;
    display: block;
    padding: 6px 0;
}
.list_nav_aside_mypage .current a {
    color: #c0a975;
}
@media screen and (max-width: 960px) {
    .list_nav_aside_mypage {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: -20px;
    }
    .list_nav_aside_mypage > li {
        padding: 20px;
    }
}
@media screen and (max-width: 480px) {
    .list_nav_aside_mypage {
        margin: 0 -8px;
    }
    .list_nav_aside_mypage > li {
        padding: 0 8px;
    }
    .list_nav_aside_mypage a {
        font-size: 13px;
    }
}

/* ! ご注文履歴 ?????????????????????????????? */
/* カウント */
.text_count {
    font: normal 18px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 0 12px;
}
.text_count:before,
.text_count:after {
    font: 300 14px/1em 'noto sans japanese', sans-serif;
    display: inline-block;
}
.text_count:before {
    content: attr(data-ttl) '';
    margin: 0 6px 0 0;
}
.text_count:after {
    content: attr(data-unit) '';
    margin: 0 0 0 6px;
}
@media screen and (max-width: 600px) {
    .text_count {
        font-size: 16px;
    }
    .text_count:before,
    .text_count:after {
        font-size: 13px;
    }
}

/* リスト */
.list_history_mypage > li {
    padding: 4px 0;
}
.list_history_mypage article {
    display: flex;
    background: #fff;
    border-radius: 4px;
    padding: 30px;
}
@media screen and (max-width: 768px) {
    .list_history_mypage article {
        padding: 20px;
    }
}
@media screen and (max-width: 600px) {
    .list_history_mypage article {
        flex-direction: column;
    }
}

/* 情報 */
.list_history_mypage .info {
    flex: 0 0 200px;
    margin: 0 30px 0 0;
    position: relative;
}
.list_history_mypage .date {
    font: bold 22px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 0 8px;
}
.list_history_mypage .date span {
    font-size: 0.6em;
    display: inline-block;
    padding: 0 0 0 8px;
}

@media screen and (max-width: 1080px) {
    .list_history_mypage .info {
        flex: 0 0 180px;
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .list_history_mypage .info {
        flex: 0 0 140px;
    }
}
@media screen and (min-width: 600px) and (max-width: 1080px) {
    /*  ※range */
    .list_history_mypage .date span {
        padding: 0;
    }
}
@media screen and (max-width: 600px) {
    .list_history_mypage .info {
        flex: auto;
        margin: 0 0 20px;
    }
    .list_history_mypage .info [class*='btnarea'] {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media screen and (max-width: 480px) {
    .list_history_mypage .date {
        font-size: 20px;
    }
}

/* 情報リスト */
.list_info > li {
    padding: 4px 0;
}
.list_info p {
    font: 300 13px/1em 'noto sans japanese', sans-serif;
}
.list_info p:before {
    content: attr(data-ttl) '：';
}

/* 商品 */
.list_history_mypage .product {
    flex: 1 1 auto;
    min-width: 10px;
    display: flex;
    align-items: center;
}
.list_history_mypage .product .img {
    flex: 0 0 160px;
    width: 160px;
    margin: 0 20px 0 0;
}

@media screen and (max-width: 1080px) {
    .list_history_mypage .product .img {
        flex: 0 0 120px;
        width: 120px;
        margin: 0 12px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .list_history_mypage .product .img {
        flex: 0 0 100px;
        width: 100px;
    }
}
@media screen and (max-width: 390px) {
    .list_history_mypage .product {
        flex-direction: column;
        align-items: flex-start;
    }
    .list_history_mypage .product .img {
        margin: 0 0 4px;
    }
}

/* テキスト */
.list_history_mypage .brand {
    font: 600 18px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 8px 0 0;
    display: inline-block;
}
.list_history_mypage .brand:before {
    content: attr(data-english) '';
    font: bold 20px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    display: inline-block;
    margin: 0 12px 0 0;
}
.list_history_mypage .name {
    font: 300 18px/1.4em 'noto sans japanese', sans-serif;
    display: inline-block;
}
.list_history_mypage .status {
    /*
  color: #fff;
  font: 500 11px/1em 'noto sans japanese',sans-serif;
  background: #000;
  height: 16px;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
*/

    color: #fff;
    font: 500 11px/1em 'noto sans japanese', sans-serif;
    letter-spacing: -0.02em;
    background: #bbb;
    border: 1px solid transparent;
    display: inline-block;
    padding: 2px;
}
.list_history_mypage .price {
    font: 300 16px/1em 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    margin: 8px 0 0;
}
.list_history_mypage .price span {
    font-size: 0.9em;
    display: inline-block;
    padding: 0 4px 0 0;
}
@media screen and (max-width: 600px) {
    .list_history_mypage .brand,
    .list_history_mypage .name {
        font-size: 16px;
    }
    .list_history_mypage .brand:before {
        font-size: 18px;
        margin: 0 6px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .list_history_mypage .brand:before {
        display: block;
    }
}

/* ! 会員情報 ?????????????????????????????? */
/* ! テキストエリア_完了ページなど ?????????????????????????????? */
.area_text_mypage {
    text-align: center;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.area_text_mypage .message {
    font: 600 28px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 30px;
}
.area_text_mypage .description {
    font: 300 16px/1.7em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 560px) {
    .area_text_mypage .message {
        font-size: 24px;
    }
}

/* ! カード情報編集 ?????????????????????????????? */
.area_registered_card {
    margin: 0 0 70px;
}
.area_registered_card .area_table_gray {
    overflow-x: auto;
    white-space: nowrap;
}
.area_registered_card table {
    background: #fff;
}

@media screen and (max-width: 480px) {
    .area_card_mypage [class*='btn_'][class*='wide'] {
        padding-left: 2.6em;
        padding-right: 2.6em;
    }
}
/* ! お届け先 ============================== */
/* リスト */
.list_delivery > li + li {
    border-top: 1px solid #ccc;
    margin: 30px 0 0;
    padding: 30px 0 0;
}
.list_delivery article {
    display: flex;
}
.list_delivery .text {
    flex: 1 1 auto;
    min-width: 10px;
}

/* ボタンエリア */
.list_delivery .buttons {
    flex: 0 0 80px;
}
.list_delivery .buttons [class*='btn_'] + [class*='btn_'] {
    margin-top: 6px;
}
@media screen and (max-width: 480px) {
    .list_delivery .buttons {
        flex: 0 0 60px;
    }
}

/* ! お気に入り ============================== */
/* リスト */
.list_item_main.list_favorite > li {
    position: relative;
}
.list_item_main.list_favorite article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}
.list_item_main.list_favorite [class*='btnarea_delete'] {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 480px) {
    .list_item_main.list_favorite article {
        flex-wrap: nowrap;
    }
    .list_item_main.list_favorite [class*='btnarea_delete'] a:before {
        width: 16px;
        height: 16px;
    }
}

[class*='btnarea_delete'] {
    justify-content: flex-end;
}
[class*='btnarea_delete'] a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #ccc url(../img/ico_times_white.svg);
    background-size: 8px 8px !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* ! ギフトラッピング ============================== */
.ttl_copy {
    font: 500 22px/1.4em 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    padding: 20px 0;
}
@media screen and (max-width: 480px) {
    .ttl_copy {
        font-size: 18px;
        padding: 10px 0;
    }
}

.area_wrapping .img_top img {
    vertical-align: bottom;
    /*   display: block; */
    margin: 0 0 30px;
}
.area_wrapping_type,
.area_wrapping_method {
    text-align: center;
}
@media screen and (max-width: 359px) {
    .area_wrapping_type,
    .area_wrapping_method {
        text-align: left;
    }
}

/* タイプリスト */
.list_type_wrapping {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -8px 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #ccc;
}
.list_type_wrapping > li {
    padding: 0 8px;
    width: 33.3333%;
}
.list_type_wrapping .text {
    text-align: left;
}
.list_type_wrapping img {
    width: 100%;
}
.list_type_wrapping p {
    font: 500 15px/1.5em 'noto sans japanese', sans-serif;
    margin: 12px 0 0;
}
.list_type_wrapping small {
    margin: 12px 0 0;
}
.area_wrapping_other {
    margin: 16px 0 0;
}
.area_wrapping_other img {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .list_type_wrapping {
        margin: 30px -4px 0;
    }
    .list_type_wrapping > li {
        padding: 4px;
    }
    /*
  .list_type_wrapping > li:nth-of-type(1) { width: 56.8%;}
  .list_type_wrapping > li:nth-of-type(2) { width: 43.2%;}
  .list_type_wrapping > li:nth-of-type(3) { width: 39.6%;}
  .list_type_wrapping > li:nth-of-type(4) { width: 60.4%;}
*/
    .list_type_wrapping p {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .list_type_wrapping > li {
        width: 50%;
    }
    .list_type_wrapping {
        margin: -10px -4px 0;
        margin-top: 30px;
    }
    .list_type_wrapping > li {
        padding: 10px 4px;
    }
}

/* ナンバリングリスト */
.list_number {
    counter-reset: number 0;
    margin: 30px 0;
}
.list_number > li {
    counter-increment: number 1;
    position: relative;
}
.list_number p {
    font: 500 16px/1.4em 'noto sans japanese', sans-serif;
    padding-left: 30px;
    position: relative;
}
.list_number p:before {
    content: counter(number) ' ';
    color: #fff;
    font: bold 14px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 100px;
    position: absolute;
    top: 1em;
    left: 0;
    transform: translateY(-50%);
}
.list_number > li + li {
    margin-top: 12px;
}
@media screen and (max-width: 600px) {
    .list_number p:before {
        top: 0.6em;
    }
}

/* ナンバリングリスト テキスト */
.list_number.text p {
    font: 400 14px/1.7em 'noto sans japanese', sans-serif;
    padding-left: 20px;
}
.list_number.text > li > p:before {
    content: counter(number) '.';
    color: #000;
    font: 400 16px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    background: none;
}
@media screen and (max-width: 350px) {
    .list_number.text p {
        font-size: 13px;
    }
    .list_number.text > li > p:before {
        font-size: 13px;
    }
}

/* ナンバリングリスト カッコつき */
.list_number.kakko p {
    font: 400 14px/1.7em 'noto sans japanese', sans-serif;
    padding-left: 24px;
}
.list_number.kakko > li > p:before {
    content: '(' counter(number) ')';
    color: #000;
    font: 400 16px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    background: none;
}

/* 画像リスト */
.list_option_img {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}
.list_option_img > li {
    width: 33.3333%;
    padding: 5px;
}
.list_option_img img {
    border: 2px solid #000;
}

@media screen and (max-width: 640px) {
    .list_option_img > li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .list_option_img > li {
        width: 100%;
    }
}

/* 選択方法 */
.list_wrapping_method {
    margin: 50px 0 0;
}
.list_wrapping_method > li {
    display: flex;
    align-items: center;
}
.list_wrapping_method > li + li {
    margin: 30px 0 0;
}
.list_wrapping_method .img {
    flex: 0 0 400px;
    margin: 0 0 0 20px;
    border: 1px solid #b1b1b1;
}
.list_wrapping_method .text {
    flex: 1 1 auto;
    min-width: 10px;
    text-align: left;
}
.list_wrapping_method .text p {
    font: 500 18px/1.4em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 1080px) {
    .list_wrapping_method .img {
        flex: 0 0 300px;
        margin: 0 0 0 10px;
    }
}
@media screen and (max-width: 680px) {
    .list_wrapping_method .text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .list_wrapping_method > li {
        flex-direction: column;
        align-items: flex-start;
    }
    .list_wrapping_method .img {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .list_wrapping_method {
        margin: 30px 0 0;
    }
}

/* ! 最新情報 ???????????????????????????????????????????????????????????? */
.list_news_detail {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}
.list_news_detail > li {
    padding: 20px 0;
}
.list_news_detail > li + li {
    border-top: 1px dotted #ccc;
}
.list_news_detail a {
    display: flex;
}

/* テキスト */
.list_news_detail .text {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_news_detail .head {
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list_news_detail .date {
    color: #666;
    font: lighter 16px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 16px 0 0;
}
.list_news_detail .category {
    color: #fff;
    font: 300 13px/1em 'noto sans japanese', sans-serif;
    min-width: 90px;
    padding: 2px 16px;
    border: 1px solid #000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_news_detail .ttl {
    font: 500 18px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.list_news_detail a:hover .ttl {
    text-decoration: underline;
}
.list_news_detail .description {
    font: 300 14px/1.5em 'noto sans japanese', sans-serif;
}
.list_news_detail .img {
    flex: 0 0 140px;
    width: 140px;
    margin: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
    .list_news_detail .ttl {
        font-size: 15px;
        margin: 0 0 6px;
    }
}
@media screen and (max-width: 560px) {
    .list_news_detail .date {
        font-size: 14px;
        margin: 0 16px 0 0;
    }
    .list_news_detail .ttl {
        font-size: 14px;
    }
}

/* ! ニュース詳細 ???????????????????????????????????????????????????????????? */
/* レイアウト */
.layout_news_detail {
    display: flex;
}

@media screen and (max-width: 768px) {
    .layout_news_detail {
        display: block;
    }
}

/* インフォ */
.layout_news_detail .info {
    flex: 0 0 140px;
    margin: 0 40px 0 0;
}
.layout_news_detail .date {
    color: #666;
    font: lighter 24px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.layout_news_detail .category {
    color: #fff;
    font: 400 16px/1em 'noto sans japanese', sans-serif;
    width: 100%;
    padding: 6px 20px;
    border: 1px solid #000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .layout_news_detail .info {
        display: flex;
        align-items: center;
        margin: 0 0 20px;
    }
    .layout_news_detail .date {
        font-size: 20px;
        margin: 0;
    }
    .layout_news_detail .category {
        font-size: 13px;
        width: auto;
        margin: 0 0 0 auto;
    }
}

/* コンテンツ */
.layout_news_detail .cnt {
    flex: 1 1 auto;
    min-width: 10px;
}
.layout_news_detail .ttl {
    font: 500 28px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
}
.layout_news_detail img {
    display: block;
    margin: 40px 0;
}
.layout_news_detail ul {
    margin: 20px 0;
}
.layout_news_detail ul > li {
    padding: 4px 0;
}
.layout_news_detail ul a {
    font: 500 14px/1em 'noto sans japanese', sans-serif;
    padding: 10px 12px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 4px;
}

@media screen and (max-width: 768px) {
    .layout_news_detail .ttl {
        font: 500 22px/1.3em 'noto sans japanese', sans-serif;
        margin: 0 0 20px;
    }
}

/* ! 他の記事 ============================== */
.area_news_other {
    margin: 60px 0 0;
}

/* レイアウト */
.area_news_other .layout {
    border-top: 1px solid #ccc;
    margin: 16px 0 0;
    padding: 16px 0 0;
    display: flex;
}

@media screen and (max-width: 960px) {
    .area_news_other .layout {
        display: block;
    }
}

/* インフォ */
.area_news_other .info {
    flex: 0 0 100px;
    margin: 0 30px 0 0;
}
.area_news_other .date {
    color: #666;
    font: lighter 16px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.area_news_other .category {
    color: #fff;
    font: 400 13px/1em 'noto sans japanese', sans-serif;
    width: 100%;
    padding: 4px 10px;
    border: 1px solid #000;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 960px) {
    .area_news_other .info {
        display: flex;
        margin: 0 0 10px;
    }
    .area_news_other .date {
        font-size: 14px;
        margin: 0;
    }
    .area_news_other .category {
        font-size: 12px;
        width: auto;
        margin: 0 0 0 auto;
    }
}

/* コンテンツ */
.area_news_other .cnt {
    flex: 1 1 auto;
    min-width: 10px;
}
.area_news_other .ttl {
    font: 500 15px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.area_news_other .description {
    font-weight: 200;
    /*
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
*/
}
@media screen and (max-width: 768px) {
    .area_news_other .ttl {
        font-size: 14px;
    }
}

/* ! バナー下層ページ ???????????????????????????????????????????????????????????? */

/* ページメインヘッド */
.bnr_page [class*='head_page'] .img {
    height: auto;
}
.bnr_page [class*='head_page'] img {
    width: 100%;
}
/* [class*='area_'][class*='ex'] .img {
    margin: -8px;
}
[class*='area_'][class*='ex'] img {
    padding: 8px;
} */

/* リスト */
.list_spgloan > li {
    padding: 20px;
    position: relative;
}
.list_spgloan article {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list_spgloan article p {
    font: 600 14px/1.4em 'noto sans japanese', sans-serif;
    text-align: center;
    margin: 10px 0 0;
}
.list_spgloan article p span {
    font: 400 12px/1.4em 'noto sans japanese', sans-serif;
}

@media screen and (max-width: 480px) {
    .list_spgloan > li {
        padding: 20px 5px;
    }
    .list_spgloan article p {
        font-size: 13px;
    }
}
@media screen and (max-width: 350px) {
    .list_spgloan img {
        width: 100px;
    }
}

/* フローリスト */
.list_spgloan.flow {
    counter-reset: section;
}
.list_spgloan.flow > li + li:before {
    content: '';
    background: url(../img/ico_right_blue.svg);
    background-size: contain !important;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
}
.list_spgloan.flow > li:after {
    counter-increment: section;
    content: counter(section) '.';
    font: 600 26px/1.4em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique !important;
    position: absolute;
    top: 0;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .list_spgloan.flow > li + li:before {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .list_spgloan.flow > li:after {
        font: 600 20px/1.4em 'Helvetica', 'noto sans japanese', sans-serif;
        left: 0;
    }
}

/* テーブル　narrow */
.area_table_gray.narrow tr th,
.area_table_gray.narrow tr td {
    font: 300 14px/1.2em 'Helvetica', 'noto sans japanese', sans-serif;
    padding: 10px 0;
}
.area_table_gray.narrow tr th {
    padding: 10px;
}
.area_table_gray.narrow th {
    font: 300 13px/1.2em 'noto sans japanese', sans-serif;
    width: 135px;
}

@media screen and (max-width: 640px) {
    .area_table_gray.narrow th {
        width: 200px;
    }
}

/* ! ショッピングローン無金利 ============================== */

/* ショッピングローンの分割金利 */
.area_spgloan_rate tr:first-child td:after {
    content: '回';
    font: 500 10px/1.2em 'noto sans japanese', sans-serif;
    padding: 0 0 0 2px;
}
/*
.area_spgloan_rate .table_rate tr:first-child td:nth-of-type(n + 5):after {
    display: none;
}
*/
.area_spgloan_rate tr:first-child td:nth-of-type(-n + 13) {
    font: 700 16px/1.2em 'noto sans japanese', sans-serif;
}
.area_spgloan_rate .table_rate tr th,
.area_spgloan_rate .table_no_rate tr th {
    font: 300 12px/1.2em 'noto sans japanese', sans-serif;
}
.area_spgloan_rate .table_no_rate tr:last-child td {
    color: #fff;
    font: 600 16px/1.2em 'noto sans japanese', sans-serif;
    background: #06adef;
}
.area_spgloan_rate tr:last-child td:nth-of-type(-n + 1) span {
    font: 600 30px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
    padding: 0 2px;
}
.area_spgloan_rate .table_rate tr:first-child th {
    width: 135px;
}

@media screen and (max-width: 640px) {
    .area_spgloan_rate .area_table_gray thead th {
        font: 300 12px/1.2em 'noto sans japanese', sans-serif;
    }
    .area_spgloan_rate .area_table_gray th {
        text-align: center;
    }
    .area_spgloan_rate tr:first-child td:after {
        display: none;
    }
    .area_spgloan_rate tbody th {
        background: #fff;
    }
    .area_spgloan_rate tbody th:after {
        content: '回';
        font: 500 10px/1.2em 'noto sans japanese', sans-serif;
        padding: 0 0 0 2px;
    }
    .area_spgloan_rate tr:first-child td:nth-of-type(-n + 13) {
        font: 700 14px/1.2em 'Helvetica', 'noto sans japanese', sans-serif;
    }
    .area_spgloan_rate tr:nth-of-type(-n + 13) td:last-child {
        color: #fff;
        background: #06adef;
    }
}

/* ! 3%キャッシュバック ============================== */

.area_cash_back .description {
    margin: 20px 0 0;
}
.list_cashback article img {
    max-width: 130px;
}
.list_cashback > li:before {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.list_cashback > li:nth-of-type(2):before {
    content: 'or';
    color: #edc044;
    font: 400 30px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
}
.list_cashback > li:nth-of-type(3):before {
    content: '';
    background: url(../img/ico_right_yellow.svg) repeat;
    background-size: contain !important;
    width: 40px;
    height: 20px;
}
.list_cashback > li:nth-of-type(3):after {
    content: '販売価格の';
    font: 600 15px/1.2em 'noto sans japanese', sans-serif;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    .list_cashback > li:nth-of-type(3) {
        width: 100%;
    }
    .list_cashback > li:nth-of-type(3):before {
        top: -15px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
}
@media screen and (max-width: 480px) {
    .list_cashback article img {
        max-width: 110px;
    }
}
@media screen and (max-width: 350px) {
    .list_cashback > li:nth-of-type(2):before {
        font-size: 22px;
        left: -10px;
    }
}

/* ! 買取保証 ============================== */
.area_purchase_ex .img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.area_purchase_ex .img img {
    width: 33.3333%;
}
@media screen and (max-width: 640px) {
    .area_purchase_ex .img img {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .area_purchase_ex .img img {
        width: 100%;
    }
}

/* ! 高価買取 ============================== */
.buy_method > p {
    text-align: center;
    font: 600 30px/1.4em 'noto sans japanese', sans-serif;
    margin: 70px 0 50px;
}
.list_buy_method article {
    text-align: center;
    padding: 20px 20px 30px;
    border: 1px solid #21889b;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.list_buy_method article:before {
    content: '';
    background: url(../img/ico_right_blue.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(90deg) translateX(-50%);
}
.list_buy_method article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.list_buy_method p {
    font: 400 30px/1.5em 'noto sans japanese', sans-serif;
}
.list_buy_method p:first-child {
    font: 400 14px/1.5em 'noto sans japanese', sans-serif;
}

@media screen and (max-width: 480px) {
    .list_buy_method article {
        padding: 16px 16px 24px;
    }
    .buy_method > p {
        font: 600 20px/1.4em 'noto sans japanese', sans-serif;
        margin: 50px 0 30px;
    }
    .list_buy_method p {
        font: 400 24px/1.5em 'noto sans japanese', sans-serif;
    }
    .list_buy_method p:first-child {
        font: 400 12px/1.5em 'noto sans japanese', sans-serif;
    }
}

/* 高額査定ポイント ------ */
.assessment_point {
    text-align: center;
}
.assessment_point .head {
    margin: 70px 0 50px;
}
.assessment_point .head p {
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
}
.assessment_point .head .ttl {
    font: 600 40px/1.4em 'noto sans japanese', sans-serif;
}
.list_assessment_point > li {
    padding: 30px;
}
.list_assessment_point img {
    width: 80px;
    height: 80px;
    margin: 20px 0;
}

@media screen and (max-width: 768px) {
    .list_assessment_point > li {
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    .list_assessment_point img {
        width: 60px;
        height: 60px;
    }
    .assessment_point .head p {
        font: 400 16px/1.4em 'noto sans japanese', sans-serif;
    }
    .assessment_point .head .ttl {
        font: 600 30px/1.4em 'noto sans japanese', sans-serif;
    }
    .assessment_point .head {
        margin: 50px 0 30px;
    }
}

/* テキスト */
.list_assessment_point .point {
    color: #1b92a5;
    font: 600 32px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
}
.list_assessment_point .point span {
    font: 600 56px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
    padding: 0 4px;
}
.list_assessment_point .ttl {
    font: 600 20px/1.4em 'noto sans japanese', sans-serif;
}
.list_assessment_point .description {
    text-align: left;
    font: 400 14px/1.6em 'noto sans japanese', sans-serif;
    margin: 20px 0 0;
}

@media screen and (max-width: 600px) {
    .list_assessment_point .point {
        font-size: 20px;
    }
    .list_assessment_point .point span {
        font-size: 40px;
    }
}
@media screen and (max-width: 480px) {
    .list_assessment_point .ttl {
        font-size: 18px;
    }
    .list_assessment_point .description {
        font: 400 12px/1.6em 'noto sans japanese', sans-serif;
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 390px) {
}

/* 仮査定お申込み ----- */
.list_entry > li {
    display: flex;
    flex-direction: column;
}
.list_entry article {
    text-align: center;
    padding: 16px;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.list_entry article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.list_entry .mail article {
    color: #fff;
    background: #1b92a5;
    border: 1px solid #1b92a5;
}
.list_entry .mail .ttl {
    font: 600 27px/1.6em 'noto sans japanese', sans-serif;
}
.list_entry .phone article {
    border: 1px solid #000;
}
.list_entry .phone .ttl {
    font: 600 36px/1.6em 'Helvetica', 'noto sans japanese', sans-serif;
}

@media screen and (max-width: 480px) {
    .list_entry article {
        padding: 10px;
    }
    .list_entry .mail .ttl {
        font: 600 22px/1.6em 'noto sans japanese', sans-serif;
    }
    .list_entry .phone .ttl {
        font: 600 30px/1.6em 'Helvetica', 'noto sans japanese', sans-serif;
    }
}

/* 店頭買取 ----- */
.area_buystore h3,
.area_buyonline h3 {
    font: 400 30px/1.5em 'noto sans japanese', sans-serif;
    margin: 40px 0;
}
.border_blue {
    border: 1px solid #1b92a5;
    padding: 16px;
}
.area_buystore .border_blue {
    margin: 0 0 0 20px;
}
@media screen and (max-width: 480px) {
    .area_buystore h3,
    .area_buyonline h3 {
        font-size: 26px;
    }
}

/* アクセス */
.area_buystore .area_access {
    padding: 30px 40px;
    margin: 40px 0 0;
    display: flex;
    align-items: center;
}
.area_buystore .area_access img {
    margin: 0 40px 0 0;
}
.area_buystore .area_access article {
    display: flex;
    align-items: center;
    margin: -30px;
}
.area_buystore .area_access article > div {
    padding: 30px;
    position: relative;
}
.area_buystore .area_access article .place:before {
    content: '';
    background: #b6b6b6;
    width: 1px;
    height: 100px;
    position: absolute;
    right: 0;
}
.area_buystore .area_access .ttl {
    color: #ab9357;
    font: 600 18px/1.4em 'noto sans japanese', sans-serif;
}
.area_buystore .area_phone p {
    font: bold 16px/1.4em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_buystore .area_phone .number:before {
    content: 'TEL：';
    font: bold 12px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_buystore .area_phone .time:before {
    content: 'OPEN：';
    font: bold 12px/1em 'Helvetica', 'noto sans japanese', sans-serif;
}
.area_buystore .area_phone .time span {
    font: 400 11px/1.4em 'noto sans japanese', sans-serif;
    display: block;
    text-align: right;
}
.area_buystore .map {
    font: bold 12px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    text-align: center;
    border: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 20px;
    margin: 12px 0 4px;
}

@media screen and (max-width: 1180px) {
    .area_buystore .area_access article {
        display: block;
        margin: 0;
    }
    .area_buystore .area_access article .place {
        margin: 0 0 8px;
    }
    .area_buystore .area_access article .place:before {
        display: none;
    }
    .area_buystore .area_access article > div {
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {
    .area_buystore .area_access {
        padding: 20px;
        display: block;
    }
    .area_buystore .area_access img {
        width: 100%;
        margin: 0 0 10px;
    }
    .area_buystore .area_phone .time span {
        text-align: left;
    }
}

.list_bring li {
    font: 600 13px/1.6em 'noto sans japanese', sans-serif;
    padding: 0 20px;
    position: relative;
}
.list_bring li:before {
    content: '・';
    position: absolute;
    left: 0;
}

/* 通信買取 ----- */
.area_buyonline .bg_gray {
    padding: 16px;
}
.area_buyonline ol a {
    color: #1b92a5;
    font: 600 12px/1.5em 'noto sans japanese', sans-serif;
    text-decoration: underline;
}
.area_buyonline .border_blue {
    margin: 0 0 10px;
}
.area_buyonline .list_number > li + li {
    margin: 40px 0 0;
}
.area_buyonline .list_number .description {
    font: 500 14px/1.7em 'noto sans japanese', sans-serif;
    margin: 0 0 4px;
}
.area_buyonline .list_spgloan a {
    color: #fff;
    font: 600 12px/1.5em 'noto sans japanese', sans-serif;
    text-align: center;
    background: #1b92a5;
    padding: 8px;
    width: 100%;
    margin: 10px 0 0;
}

/* よくある質問  */
.list_qanda > li {
    padding: 5px 0;
}
.list_qanda > li + li {
    border-top: 1px solid #d7d7d7;
}
.list_qanda p:before {
    color: #000;
    background: none;
    content: 'Q.';
    font: 400 14px/1.6em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
}
.list_qanda .a:before {
    content: 'A.';
}

/* ! LINE@ ============================== */

/* まずは「エバンス」を友達登録 ------*/
.list_addfriend {
    text-align: center;
}
.list_addfriend .ttl {
    font: 600 20px/1.5em 'noto sans japanese', sans-serif;
    padding: 16px;
    border: 1px solid #000;
}
.list_addfriend img {
    margin: 20px 0;
}
.list_addfriend img a {
    display: block;
}

@media screen and (max-width: 560px) {
    .list_addfriend .ttl {
        font-size: 16px;
        padding: 10px;
    }
}

/* LINE＠査定の流れ ------*/
.list_lineflow .ttl {
    font: 600 38px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
    text-align: center;
    margin: 0 0 20px;
    position: relative;
}
.list_lineflow > li + li .ttl:before {
    content: '';
    background: url(../img/ico_right_black.svg) no-repeat center center;
    background-size: contain !important;
    width: 18px;
    height: 18px;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}
.list_lineflow .ttl span {
    color: #09b900;
    font: 600 48px/1em 'noto sans japanese', sans-serif;
    padding: 0 14px;
}

@media screen and (max-width: 768px) {
    .list_lineflow .ttl {
        font-size: 34px;
    }
    .list_lineflow .ttl span {
        font-size: 40px;
    }
}
@media screen and (max-width: 600px) {
    .list_lineflow > li + li .ttl:before {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .list_lineflow .ttl {
        font-size: 30px;
    }
    .list_lineflow .ttl span {
        font-size: 36px;
    }
}

/* 写真撮影のコツ ------*/
.area_point_photo [class*='ex'] {
    padding: 24px 0;
}
.area_point_photo .ttl {
    font: 600 24px/1em 'noto sans japanese', sans-serif;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
    position: relative;
}
.area_point_photo .ttl:before {
    content: '';
    background: url(../img/ico_maru.svg) no-repeat center center;
    background-size: contain !important;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.area_point_photo .ex_bad .ttl:before {
    background: url(../img/ico_batsu.svg) no-repeat center center;
    background-size: contain !important;
}
.area_point_photo li p {
    font: 400 14px/1.3em 'noto sans japanese', sans-serif;
    margin: 5px 0 0;
}

@media screen and (max-width: 600px) {
    .area_point_photo .ttl {
        font-size: 18px;
    }
    .area_point_photo li p {
        font-size: 12px;
    }
}

/* 査定に関する注意事項 ------*/
.area_line_note {
    border: 1px solid #000;
    margin: 50px 0 0;
}
.area_line_note > p {
    color: #fff;
    font: 600 28px/1em 'noto sans japanese', sans-serif;
    background: #000;
    padding: 30px;
    text-align: center;
}
.area_line_note ul {
    padding: 40px;
}
.area_line_note ul > li {
    font: 600 16px/1.4em 'noto sans japanese', sans-serif;
    padding: 10px 0;
    padding-left: 20px;
}
.area_line_note ul > li:before {
    top: 10px;
}

@media screen and (max-width: 768px) {
    .area_line_note > p {
        font-size: 22px;
        padding: 20px;
    }
    .area_line_note ul {
        padding: 20px;
    }
    .area_line_note ul > li {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .area_line_note > p {
        font-size: 18px;
        padding: 16px;
    }
}

/* ! 梱包キット ============================== */

.buy_boxkit img {
    margin: 0 0 20px;
    width: auto !important;
}
.list_boxsize {
    margin: 30px 0 0;
}
.list_boxsize .ttl {
    text-align: center;
    font: 600 20px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
}
.list_boxsize .ttl span {
    font: 600 28px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    font-style: Oblique;
}

@media screen and (max-width: 560px) {
    .list_boxsize .ttl {
        font-size: 16px;
    }
    .list_boxsize .ttl span {
        font-size: 20px;
    }
}

/* ! エバンスについて ============================== */
.area_about_head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 350px;
    background: url(../img/img_about.jpg);
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.area_about_head:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.area_about_head .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.area_about_head p {
    color: #fff;
    font: 200 16px/1.7em 'noto sans japanese', sans-serif;
    letter-spacing: 0.04em;
    text-align: center;
}
.area_about_head .logo {
    height: 40px;
    margin: 0 0 30px;
}

/*  */
.area_about_evance .text {
    color: #666;
}
.area_about_evance .text .description + .description {
    margin: 20px 0 0;
}
.area_about_evance [class*='ttl_detail'] {
    margin: 50px 0;
}

@media screen and (max-width: 560px) {
    .area_about_evance [class*='ttl_detail'] {
        margin: 30px 0;
    }
}

/* 提供サービス */
.area_service_evance [class*='ttl_detail'] {
    margin: 50px 0 30px;
}
.area_service_evance .head {
    margin: 0 0 50px;
}
.area_service_evance {
    text-align: center;
}

.list_service_evance {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}
.list_service_evance > li {
    width: 33.3333%;
    padding: 20px;
}
.list_service_evance img {
    margin: 0 0 20px;
}
.list_service_evance .ttl {
    font: 600 20px/1.5em 'noto sans japanese', sans-serif;
    margin: 0 0 8px;
}
.list_service_evance .eng {
    color: #b1975b;
    font: Bold Oblique 16px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
}
.list_service_evance .description {
    font: 400 14px/1.5em 'noto sans japanese', sans-serif;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .list_service_evance {
        margin: -10px;
    }
    .list_service_evance > li {
        padding: 10px;
    }
    .list_service_evance .ttl {
        font: 600 16px/1.5em 'noto sans japanese', sans-serif;
    }
    .list_service_evance .eng {
        font: Bold Oblique 14px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    }
    .list_service_evance .description {
        font: 400 13px/1.5em 'noto sans japanese', sans-serif;
    }
}
@media screen and (max-width: 560px) {
    .list_service_evance > li {
        width: 100%;
    }
    .list_service_evance > li + li {
        margin: 20px 0 0;
    }
}

/* ! ロレックス解説 ============================== */

/* 共通 */
[class*='wrap_rlx'] {
    color: #fff;
    background: #000;
    padding: 0 40px 100px;
    margin-top: 0 !important;
    margin-bottom: 0 !important; /* 0 -16px !important;*/
}
[class*='wrap_rlx'] > section + section {
    margin: 80px 0 0;
}
[class*='wrap_rlx'] > section + section.border_top {
    border-top: 1px solid #fff;
}

@media screen and (max-width: 480px) {
    [class*='wrap_rlx'] {
        padding: 0 16px 40px;
    }
    [class*='wrap_rlx'] > section + section {
        margin: 50px 0 0;
    }

    /*   一覧へボタン */
    .area_rlx_productsbtn [class*='btn_'] {
        font-size: 14px;
        padding: 1.8em 10px;
    }
    .area_rlx_productsbtn [class*='btn_']:before {
        width: 14px;
        height: 14px;
    }
}

/* ロレックス解説 ------*/
#area_rolex_explanation {
    margin: 0;
}
#area_rolex_explanation .img {
    text-align: center;
    margin: 140px 0 0;
}
#area_rolex_explanation .img img {
    width: 180px;
    margin: 0 0 8px;
}
.list_rolex_explanation {
    padding: 40px 0 36px;
}
.list_rolex_explanation > li {
    position: relative;
    padding: 0 0 30px;
}
.list_rolex_explanation li p {
    font: bold 28px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    text-align: center;
}
.list_rolex_explanation li:hover p {
    color: #f7d27e;
}

.list_rolex_explanation li span {
    font: 400 14px/1.4em 'noto sans japanese', sans-serif;
    display: block;
}
.list_rolex_explanation > li:before {
    content: '';
    background: url(../img/ico_right_white.svg) no-repeat center center;
    background-size: contain !important;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 768px) {
    #area_rolex_explanation .img {
        margin: 100px 0 0;
    }
}

@media screen and (max-width: 480px) {
    #area_rolex_explanation .img {
        margin: 70px 0 0;
    }
    #area_rolex_explanation .img img {
        width: 150px;
        margin: 0 0 4px;
    }
    .list_rolex_explanation > li {
        padding: 0 0 24px;
    }
    .list_rolex_explanation li p {
        font-size: 22px;
    }
    .list_rolex_explanation li span {
        font-size: 12px;
    }
}

/* 主要モデル ------*/
.list_rolex_models {
    display: flex;
}
.list_rolex_models > li {
    width: 33.3333%;
}
.list_rolex_models > li:nth-of-type(4) {
    margin-left: 16.6666%;
}
.list_rolex_models article {
    position: relative;
}
.list_rolex_models img {
    width: 80%;
}

@media screen and (max-width: 600px) {
    .list_rolex_models > li {
        width: 50%;
    }
    .list_rolex_models > li:nth-of-type(4) {
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .list_rolex_models img {
        width: 100%;
    }
}

/* テキスト */
.list_rolex_models .type p {
    font: 400 13px/1.4em 'noto sans japanese', sans-serif;
}
.list_rolex_models .type .en {
    font: bold 22px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.list_rolex_models .description {
    font: 200 14px/1.4em 'noto sans japanese', sans-serif;
    margin: 8px 0 0;
}
/*
.list_rolex_models article:hover .type p {
    color: #f7d27e;
}
*/

@media screen and (max-width: 768px) {
    .list_rolex_models .type p {
        font-size: 12px;
    }
    .list_rolex_models .type .en {
        font-size: 18px;
    }
}

/* 特徴 ------*/

.list_rolex_features > li + li {
    margin: 50px 0 0;
}
.list_rolex_features .ttl {
    font: 400 18px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
    position: relative;
}
.list_rolex_features .ttl span {
    font: 600 22px/1.4em 'noto sans japanese', sans-serif;
}
.list_rolex_features .ttl:before {
    content: attr(data-number) '';
    font: Bold Italic 40px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    position: absolute;
    left: 0;
    top: -12px;
}
.list_rolex_features .cnt {
    display: flex;
    align-items: flex-start;
}
.list_rolex_features .img {
    flex: 0 0 200px;
    max-width: 200px;
    margin: 0 20px 0 0;
    padding: 0;
}
.list_rolex_features img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    .list_rolex_features > li > article {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list_rolex_features .cnt {
        display: block;
    }
    .list_rolex_features .cnt .img {
        margin: 0 auto 10px;
    }
    .list_rolex_features .ttl {
        font-size: 16px;
        padding: 0 0 0 40px;
    }
    .list_rolex_features .ttl span {
        font-size: 20px;
    }
    .list_rolex_features .ttl:before {
        font-size: 36px;
    }
}
@media screen and (max-width: 480px) {
    .list_rolex_features .cnt .img {
        flex: 0 0 100%;
        max-width: none;
    }
    .list_rolex_features .ttl span {
        margin: 4px 0 0;
        display: block;
    }
    .list_rolex_features .ttl:before {
        top: 14px;
    }
}

/* 歴史 ------*/
.area_rlx_history {
    display: flex;
}

/* タイムライン */
.area_rlx_history .list_timeline {
    flex: 1 1 auto;
    min-width: 10px;
}
.area_rlx_history .list_timeline > li {
    display: flex;
    align-items: flex-start;
    position: relative;
}

/* タイムライン */
.area_rlx_history .list_timeline > li:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 30px);
    background: #fff;
    position: absolute;
    left: 80px;
    top: 12px;
    transform: translate(-50%, 0);
    z-index: 1;
}
.area_rlx_history .list_timeline > li:after {
    content: '';
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    position: absolute;
    left: 80px;
    top: 12px;
    transform: translate(-50%, -50%);
}
.area_rlx_history .list_timeline > li:last-of-type:before {
    content: none;
}
.area_rlx_history .list_timeline > li + li {
    margin: 30px 0 0;
}
.area_rlx_history .list_timeline .year {
    font: Bold 24px/1em 'baskerville', 'noto sans japanese', sans-serif;
    flex: 0 0 100px;
    position: relative;
}
.area_rlx_history .list_timeline .ttl {
    font: 400 18px/1.4em 'noto sans japanese', sans-serif;
    flex: 1 1 auto;
    min-width: 10px;
}

@media screen and (max-width: 768px) {
    .area_rlx_history .list_timeline > li:before,
    .area_rlx_history .list_timeline > li:after {
        left: 64px;
    }
    .area_rlx_history .list_timeline .year {
        font-size: 21px;
        flex: 0 0 80px;
    }
    .area_rlx_history .list_timeline .ttl {
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .area_rlx_history .list_timeline > li:before,
    .area_rlx_history .list_timeline > li:after {
        top: 9px;
        left: 48px;
    }
    .area_rlx_history .list_timeline .year {
        font-size: 17px;
        flex: 0 0 60px;
    }
    .area_rlx_history .list_timeline .ttl {
        font-size: 13px;
    }
}

/* 画像 */
.area_rlx_history .list_img {
    flex: 0 0 150px;
    margin: 0 0 0 60px;
}
.area_rlx_history .list_img > li + li {
    margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
    .area_rlx_history .list_img {
        flex: 0 0 130px;
        margin: 0 0 0 30px;
    }
}
@media screen and (max-width: 600px) {
    .area_rlx_history .list_img {
        flex: 0 0 100px;
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width: 480px) {
    .area_rlx_history .list_img {
        margin: 0 0 0 10px;
    }
}

/* ! ロレックス解説　ボタンエリア ============================== */
.area_rlx_link .list_btnimg {
    display: flex;
    justify-content: center;
    margin: -20px;
}
.area_rlx_link .list_btnimg > li {
    padding: 20px;
}
.area_rlx_link .list_btnimg a {
    display: block;
}

@media screen and (max-width: 768px) {
    .area_rlx_link .list_btnimg {
        margin: -10px;
    }
    .area_rlx_link .list_btnimg > li {
        padding: 10px;
    }
}
@media screen and (max-width: 600px) {
    .area_rlx_link .list_btnimg {
        display: block;
    }
    .area_rlx_link img {
        width: 100%;
    }
}

/* ! ロレックス解説　詳細ページ ============================== */

/* ページトップ */
.area_rlx_detail_head .img {
    margin: 100px auto 0;
    width: 170px;
}
.area_rlx_detail_head .type {
    margin: 10px 0 30px;
}
.area_rlx_detail_head .type p {
    font: 400 14px/1.4em 'noto sans japanese', sans-serif;
}
.area_rlx_detail_head .type p.en {
    font: bold 40px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.area_rlx_detail_head .description + .description,
.area_rlx_detail_features .description + .description {
    margin: 20px 0 0;
}

/* 特徴 */
.area_rlx_detail_features .list_images > li + li {
    margin: 50px 0 0;
}
.area_rlx_detail_features .list_img {
    display: flex;
    margin: -10px;
    margin-bottom: 30px;
}
.area_rlx_detail_features .list_img > li {
    width: 50%;
    padding: 10px;
}
.area_rlx_detail_features .list_img img {
    width: 100%;
}

/* GMTマスターⅡ */
.list_img.gmt > li {
    flex: 2 1 0%;
}
.list_img.gmt > li:last-child {
    flex: 1 1 0%;
}
@media screen and (max-width: 600px) {
    .area_rlx_detail_features .list_img {
        margin: -5px;
        margin-bottom: 10px;
    }
    .area_rlx_detail_features .list_img > li {
        padding: 5px;
    }
    .area_rlx_detail_head .description + .description,
    .area_rlx_detail_features .description + .description {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 480px) {
    .area_rlx_detail_head .img {
        margin: 60px auto 0;
        width: 150px;
    }
    .area_rlx_detail_head .type p.en {
        font-size: 32px;
    }
    .area_rlx_detail_features .oneimg {
        display: block;
    }
    .area_rlx_detail_features .oneimg .img {
        margin: 0px auto 10px;
    }
    .area_rlx_detail_features .oneimg .text {
        width: 100%;
    }
}

/* フッターリンク */
.list_rlx_link > li {
    position: relative;
}

/* ! ロレックスをエバンスで買う3つの理由 ============================== */

.area_rlx_reason img {
    width: 180px;
    margin: 80px 0 30px;
}
.area_rlx_reason .text p {
    font: 400 19px/1.5em 'noto sans japanese', sans-serif;
}
.area_rlx_reason .text .ttl {
    font: 400 28px/1.5em 'noto sans japanese', sans-serif;
}
.area_rlx_reason .text span {
    font: bold 48px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.area_rlx_reason > .description + .description {
    margin: 20px 0 0;
}

@media screen and (max-width: 480px) {
    .area_rlx_reason img {
        width: 150px;
    }
}

/* リスト */
.list_rlx_reason {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 60px;
}
.list_rlx_reason > li {
    width: 33.3333%;
}
.list_rlx_reason .number {
    color: #f7d27e;
    font: bold 20px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.list_rlx_reason .number span {
    font: bold 40px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.list_rlx_reason .ttl {
    font: 600 30px/1.2em 'noto sans japanese', sans-serif;
    margin: 20px 0;
}
.list_rlx_reason .ttl span {
    font: 600 24px/1.2em 'noto sans japanese', sans-serif;
    margin: 0 3px;
}
.list_rlx_reason .description {
    font: 200 14px/1.4em 'noto sans japanese', sans-serif;
}

@media screen and (max-width: 768px) {
    .list_rlx_reason .ttl {
        font-size: 26px;
        margin: 10px 0;
    }
    .list_rlx_reason .ttl span {
        font-size: 22px;
    }
    .list_rlx_reason .description {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    .area_rlx_reason > .description + .description {
        margin: 10px 0 0;
    }
}
@media screen and (max-width: 560px) {
    .list_rlx_reason > li {
        width: 100%;
    }
    .list_rlx_reason > li + li {
        margin: 20px;
    }
    .list_rlx_reason {
        margin: 30px 0 50px;
    }
    .list_rlx_reason .ttl {
        font-size: 30px;
    }
    .list_rlx_reason .ttl span {
        font-size: 26px;
    }
    .list_rlx_reason .description {
        font-size: 14px;
    }
}

/* お任せくださいリスト */
.list_rely > li + li {
    margin: 50px 0 0;
}
.list_rely .ttl {
    font: 400 20px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 8px;
}
.list_rely .ttl span {
    font: 600 30px/1.2em 'noto sans japanese', sans-serif;
    padding: 0 8px;
}
.list_rely > li {
    padding: 0 0 0 50px;
    position: relative;
}
.list_rely > li:before {
    content: attr(data-number) '';
    color: #f7d27e;
    font: Bold 40px/1em 'baskerville', 'noto sans japanese', sans-serif;
    margin: 0 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 600px) {
    .list_rely > li + li {
        margin: 30px 0 0;
    }
    .list_rely .ttl {
        font-size: 18px;
    }
    .list_rely .ttl span {
        font-size: 26px;
    }
    .list_rely > li {
        padding: 0 0 0 40px;
    }
    .list_rely > li:before {
        font-size: 36px;
    }
}
@media screen and (max-width: 480px) {
    .list_rely .ttl {
        font-size: 14px;
    }
    .list_rely .ttl span {
        font-size: 22px;
    }
    .list_rely > li {
        padding: 0 0 0 36px;
    }
    .list_rely > li:before {
        font-size: 32px;
    }
}
@media screen and (max-width: 370px) {
    .list_rely .ttl span {
        display: block;
        padding: 0;
    }
}

/* ! ロレックスの凄さ ============================== */
.area_rlx_tech_head ul {
    padding: 70px 0 0;
}

/* リスト */
.list_rlx_tech > li + li {
    margin: 80px 0 0;
}
.list_rlx_tech .img {
    margin: 0 0 30px;
}
.list_rlx_tech img {
    width: 100%;
}
.list_rlx_tech .ttl {
    text-align: center;
    font: 400 24px/1.4em 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
}
.list_rlx_tech > li article > .ttl:before {
    content: attr(data-number) '';
    font: Bold Italic 40px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    margin: 0 10px 0 0;
}
.list_rlx_tech .description + .description {
    margin: 20px 0 0;
}
.list_rlx_tech .comment {
    font: 600 14px/1.7em 'noto sans japanese', sans-serif;
    border: 1px solid #fff;
    padding: 20px;
    margin: 20px 0;
}
.list_rlx_tech .comment.space_none {
    margin: 0 0 20px;
}
.list_rlx_tech small {
    margin: 8px 0 0;
}

.list_rlx_tech > .split .cnt {
    display: flex;
    margin: -10px;
}
.list_rlx_tech > .split .cnt > div {
    width: 50%;
    padding: 10px;
}

@media screen and (max-width: 600px) {
    .list_rlx_tech > li + li {
        margin: 40px 0 0;
    }
    .list_rlx_tech .img {
        margin: 0 0 20px;
    }
    .list_rlx_tech {
        margin-top: 20px;
    }
    .list_rlx_tech .ttl {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .list_rlx_tech > li article > .ttl:before {
        font-size: 34px;
    }
    .list_rlx_tech > .split .cnt {
        display: block;
    }
    .list_rlx_tech > .split .cnt > .img {
        margin: 0 auto;
    }
    .list_rlx_tech > .split .cnt > .text {
        width: 100%;
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    .list_rlx_tech .ttl {
        font-size: 20px;
    }
    .list_rlx_tech > li article > .ttl:before {
        font-size: 28px;
    }
    .list_rlx_tech .description + .description {
        margin: 10px 0 0;
    }
    .list_rlx_tech .comment {
        margin: 10px 0;
    }
}

/* 精度 */
.list_rlx_tech_innner > li .ttl {
    font: 600 24px/1.4em 'noto sans japanese', sans-serif;
    text-align: left;
    margin: 60px 0 30px;
}
.list_rlx_tech_innner > li .ttl span {
    font: 600 16px/1.4em 'noto sans japanese', sans-serif;
}
.list_rlx_tech_innner > li > article {
    display: flex;
}
.list_rlx_tech_innner > li > article > .img {
    flex: 0 0 290px;
    margin: 0 0 0 30px;
}
.list_rlx_tech_innner > li .text .ttl {
    font: 600 16px/1.4em 'noto sans japanese', sans-serif;
    margin: 30px 0 10px;
}
.list_rlx_tech_innner .list_number.text > li > p:before {
    color: #fff;
}
.list_rlx_tech_innner .list_number {
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .list_rlx_tech_innner > li > article > .img {
        flex: 0 0 200px;
        margin: 0 0 0 20px;
    }
}
@media screen and (max-width: 600px) {
    .list_rlx_tech_innner > li .ttl {
        font-size: 22px;
        margin: 40px 0 16px;
    }
    .list_rlx_tech_innner > li > article {
        display: block;
    }
    .list_rlx_tech_innner > li > article > .img {
        margin: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .list_rlx_tech_innner > li .ttl {
        font-size: 20px;
        margin: 30px 0 10px;
    }
    .list_rlx_tech_innner > li .ttl span {
        display: block;
    }
    .list_rlx_tech_innner > li .text .ttl {
        font-size: 14px;
        margin: 20px 0 8px;
    }
}

.area_foot_text p {
    font: 300 16px/1.4em 'noto sans japanese', sans-serif;
}
.area_foot_text p + p {
    margin: 10px 0 0;
}

/* ! ご利用ガイド ???????????????????????????????????????????????????????????? */
/* リスト */
.list_guide article {
    border: 1px solid #c0a975;
    padding: 30px;
}
@media screen and (max-width: 600px) {
    .list_guide a {
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* ! お支払いについて ============================== */
.area_bank .description {
    margin: 20px 0;
}

/* ! お振込先 ?????????????????????????????? */
.area_payee .area_name {
    margin: 40px 0px 0px;
}
.area_payee .ttl {
    font: 600 20px/1em 'noto sans japanese', sans-serif;
}

/* リスト */
.list_payee > li {
    padding: 4px 0;
}
.list_payee article {
    display: flex;
    align-items: center;
}
.list_payee .img {
    flex: 0 0 200px;
}
.list_payee .img img {
    height: 36px;
    vertical-align: bottom;
}
.list_payee .text {
    flex: 1 1 auto;
    min-width: 10px;
}
.list_payee .text p {
    font: 500 15px/1em 'noto sans japanese', sans-serif;
}

@media screen and (max-width: 560px) {
    .list_payee > li {
        padding: 8px 0;
    }
    .list_payee article {
        flex-wrap: wrap;
    }
    .list_payee .img {
        flex: 0 0 100%;
    }
}

/* ! 代金引換 ?????????????????????????????? */
.area_cod .description {
    margin: 20px 0 0;
}

/* ! ショッピングローン ?????????????????????????????? */
.area_loan .description {
    margin: 20px 0;
}

/* ! クレジットカード決済 ?????????????????????????????? */
/* 画像 */
.img_credit {
    margin: 12px 0;
}
.img_credit img {
    height: 36px;
}
.img_credit .amazonpay {
    height: 28px;
    margin: 0 0 0 12px;
}
@media screen and (max-width: 560px) {
    .img_credit img {
        height: 32px;
    }
    .img_credit .amazonpay {
        height: 24px;
    }
}
@media screen and (max-width: 480px) {
    .img_credit .amazonpay {
        margin: 12px 0 0 12px;
    }
}

/* セキュリティについて */
.area_security {
    padding: 40px;
    margin: 20px 0 0;
}
.area_security .ttl {
    font: 500 18px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
}
@media screen and (max-width: 560px) {
    .area_security {
        padding: 24px;
    }
}

/* お支払い回数 */
/* テーブル */
.area_payments_number .ttl_320 th {
    width: 260px;
}
@media screen and (max-width: 600px) {
    .area_payments_number tr,
    .area_payments_number th,
    .area_payments_number td {
        display: block;
        width: 100% !important;
    }
}

/* ! お届けについて ============================== */
@media screen and (max-width: 768px) {
    .area_shipping_date .area_table_gray .ttl_320 th {
        width: 240px;
    }
}
@media screen and (max-width: 560px) {
    .area_shipping_date .area_table_gray tr,
    .area_shipping_date .area_table_gray th,
    .area_shipping_date .area_table_gray td {
        display: block;
        width: 100% !important;
    }
}

/* ! 返品・交換 ============================== */
/* ! 返品・交換の条件 ?????????????????????????????? */
.area_conditions_return .description.attention {
    margin: 28px 0 8px;
}
.area_conditions_return .description.attention:before {
    content: attr(data-attention) '';
    font: 600 15px/1em 'noto sans japanese', sans-serif;
    display: inline-block;
    border: 2px solid #000;
    padding: 6px 12px;
    margin: 0 6px 0 0;
}
@media screen and (max-width: 480px) {
    .area_conditions_return .description.attention:before {
        margin-bottom: 6px;
    }
}

/* ! お手続き方法 ?????????????????????????????? */
.area_contact_return {
    border: 1px solid #000;
    max-width: 420px;
    width: 100%;
    padding: 20px;
    margin: 20px 0 0;
    display: flex;
    align-items: flex-start;
}
.area_contact_return .ttl {
    font: 600 15px/1.3em 'noto sans japanese', sans-serif;
    flex: 0 0 100px;
}
.area_contact_return .text {
    flex: 1 1 auto;
    min-width: 10px;
}
@media screen and (max-width: 480px) {
    .area_contact_return {
        flex-wrap: wrap;
    }
    .area_contact_return .ttl {
        flex: 0 0 100%;
        margin: 0 0 8px;
    }
}

/* ! 返品（返金）時の注意事項 ?????????????????????????????? */
.area_attention_return .ttl {
    font: 600 15px/1.3em 'noto sans japanese', sans-serif;
    margin: 36px 0 8px;
}
@media screen and (max-width: 350px) {
    .area_attention_return .ttl {
        margin: 26px 0 8px;
    }
}

/* ! 返品・交換 クーリングオフ　============================== */
/* トップバナー */
.area_bnr_cooling_off {
    color: #fff;
    background: #2aa471;
    padding: 20px;
    text-align: center;
}
.area_bnr_cooling_off .border {
    background: #38b080;
    border: 1px solid #fff;
    padding: 40px 40px 30px;
}
.area_bnr_cooling_off .ttl {
    font: 600 42px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 16px;
}
.area_bnr_cooling_off .ttl:before {
    display: none;
}
.area_bnr_cooling_off .ttl span {
    color: #38b080;
    font: 600 36px/1em 'noto sans japanese', sans-serif;
    background: #fff;
    padding: 4px 8px;
    margin: 0 14px 0 0;
}
.area_bnr_cooling_off .description {
    font: 600 14px/1.3em 'noto sans japanese', sans-serif;
}
.area_bnr_cooling_off .description small {
    color: #fff;
    margin: 0;
}
.area_bnr_cooling_off .description.large {
    font: 600 16px/1em 'noto sans japanese', sans-serif;
    margin: 10px 0 0;
}
@media screen and (max-width: 1030px) {
    .area_bnr_cooling_off .ttl {
        font-size: 36px;
    }
    .area_bnr_cooling_off .ttl span {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .area_bnr_cooling_off .border {
        padding: 20px;
    }
    .area_bnr_cooling_off {
        padding: 10px;
    }
    .area_bnr_cooling_off .ttl {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .area_bnr_cooling_off .ttl span {
        margin: 0 0 16px;
    }
}
@media screen and (max-width: 560px) {
    .area_bnr_cooling_off .ttl {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .area_bnr_cooling_off .ttl span {
        font-size: 20px;
        margin: 0 0 8px;
    }
}
@media screen and (max-width: 480px) {
    .area_bnr_cooling_off {
        text-align: left;
    }
    .area_bnr_cooling_off .ttl {
        align-items: flex-start;
    }
}
@media screen and (max-width: 359px) {
    .area_bnr_cooling_off .border {
        padding: 16px;
    }
    .area_bnr_cooling_off .ttl {
        font-size: 26px;
    }
    .area_bnr_cooling_off .ttl span {
        font-size: 18px;
    }
}

/*  */
.text_red {
    color: #db0007;
}
.area_head_cooling_off .ttl_sub {
    font: 600 20px/1.4em 'noto sans japanese', sans-serif;
    margin: 20px 0 0;
}

/* 注意事項 */
.area_head_cooling_off .area_notes {
    padding: 30px;
    margin: 20px 0 0;
}
.area_head_cooling_off .area_notes .ttl_sub {
    margin: 0 0 20px;
}
.area_head_cooling_off .area_notes .list_dot {
    margin: 20px 0 0;
}
@media screen and (max-width: 560px) {
    .area_head_cooling_off .area_notes {
        padding: 20px;
    }
}

/* ! クーリングオフ手順 ?????????????????????????????? */
.area_step_cooling_off [class*='ttl_detail'][class*='bar'] {
    background: #2aa471;
}

.list_step_cooling_off > li {
    border: 3px solid #2aa471;
    padding: 30px;
    position: relative;
}
.list_step_cooling_off article {
    display: flex;
}
.list_step_cooling_off .text {
    flex: 1 1 auto;
    min-width: 10px;
}
@media screen and (max-width: 560px) {
    .list_step_cooling_off > li {
        padding: 20px;
    }
}
@media screen and (max-width: 480px) {
    .list_step_cooling_off article {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* アイコン */
.list_step_cooling_off .img {
    flex: 0 0 100px;
    position: relative;
    margin: 0 0 0 10px;
}
.list_step_cooling_off .img:before {
    content: '';
    background: url(../img/ico_tel.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list_step_cooling_off > li:nth-of-type(2) .img:before {
    background: url(../img/ico_cooling_02.svg) no-repeat center center !important;
    background-size: contain !important;
}
.list_step_cooling_off > li:nth-of-type(3) .img:before {
    background: url(../img/ico_cooling_03.svg) no-repeat center center !important;
    background-size: contain !important;
}
@media screen and (max-width: 768px) {
    .list_step_cooling_off .img {
        flex: 0 0 70px;
    }
    .list_step_cooling_off .img:before {
        width: 70px;
        height: 70px;
    }
}
@media screen and (max-width: 480px) {
    .list_step_cooling_off .img {
        width: 100%;
        margin: 10px 0 0;
    }
    .list_step_cooling_off .img:before {
        right: 50%;
        transform: translateX(50%);
        top: 0;
    }
}

/*  */
.list_step_cooling_off > li + li {
    margin: 60px 0 0;
}
.list_step_cooling_off > li + li:before {
    content: '';
    background: url(../img/ico_down_green.svg) no-repeat center center !important;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.list_step_cooling_off > li .ttl {
    color: #2aa471;
    font: 700 18px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 12px;
}
.list_step_cooling_off > li .ttl span {
    color: #fff;
    font: 600 18px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    background: #2aa471;
    padding: 2px 14px;
    margin: 0 10px 0 0;
}

@media screen and (max-width: 580px) {
    .list_step_cooling_off > li .ttl {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .list_step_cooling_off > li .ttl span {
        margin: 0 0 10px;
    }
    .list_step_cooling_off > li + li {
        margin: 40px 0 0;
    }
    .list_step_cooling_off > li + li:before {
        width: 16px;
        height: 16px;
        top: -30px;
    }
}

/* 返金対応 */
.list_step_cooling_off_pay {
    margin: 20px 0 0;
}
.list_step_cooling_off_pay > li {
    color: #db0007;
    border: 3px solid #db0007;
    padding: 20px;
}
.list_step_cooling_off_pay > li + li {
    margin: 16px 0 0;
}
.list_step_cooling_off_pay > li .ttl {
    color: #db0007;
}
@media screen and (max-width: 560px) {
    .list_step_cooling_off_pay > li {
        padding: 16px;
    }
}

/* ! 保証について ============================== */
/* ! 保証規定 ?????????????????????????????? */
.area_terms_guarantee {
    border: 1px solid #ddd;
    padding: 40px;
    margin: 40px 0 0;
}
.area_terms_guarantee .ttl {
    font: 500 20px/1em 'noto sans japanese', sans-serif;
    margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
    .area_terms_guarantee {
        padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .area_terms_guarantee {
        padding: 20px;
    }
    .area_terms_guarantee .ttl {
        font-size: 18px;
        margin: 0 0 12px;
    }
}

/* ドットリスト */
.list_dot > li {
    position: relative;
    padding: 6px 0;
    padding-left: 20px;
}
.list_dot > li:before {
    content: '・';
    position: absolute;
    top: 4px;
    left: 0;
}
.list_dot > li > p {
    font: 400 15px/1.5em 'noto sans japanese', sans-serif;
}
.list_dot.semi_bold > li > p {
    font: 500 16px/1.5em 'noto sans japanese', sans-serif;
}
.list_dot.bold > li > p {
    font: 600 16px/1.5em 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 560px) {
    .list_dot.bold > li > p {
        font-size: 14px;
    }
}

/* ダッシュリスト */
.list_dash > li {
    position: relative;
    padding: 4px 0;
    padding-left: 20px;
}
.list_dash > li:before {
    content: '-';
    position: absolute;
    top: 4px;
    left: 0;
    transform: scale(0.8);
    transform-origin: center center;
}
.list_dash > li > p {
    color: #444;
    letter-spacing: 0.04em;
}
.list_dot .list_dash {
    margin: 12px 0;
}

/* ! ロレックス刻印 ============================== */
.area_carved .text {
    min-height: 300px;
    background: url(../img/bg_carved.png);
    background-size: 320px 208px !important;
    background-position: top 50px right !important;
    background-repeat: no-repeat !important;
}
@media screen and (max-width: 1080px) {
    .area_carved .text {
        background-size: 240px 156px !important;
    }
}
@media screen and (max-width: 720px) {
    .area_carved .text {
        background-size: 200px 130px !important;
        background-position: top 60px center !important;
        padding-right: 0;
    }
    .area_carved .text .description {
        padding: 130px 0 0;
    }
}

/* リスト */
.list_flow_carved {
    counter-reset: number 0;
    margin-top: 20px;
}
.list_flow_carved > li {
    counter-increment: number 1;
    padding: 40px 0;
}
.list_flow_carved .ttl {
    font: 600 16px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 16px;
}
.list_flow_carved .ttl:before {
    content: counter(number) '. ';
}
@media screen and (max-width: 600px) {
    .list_flow_carved > li {
        padding: 20px 0;
    }
}

/* 画像リスト */
.list_img_carved {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    margin-top: 20px;
}
.list_img_carved > li {
    padding: 10px;
}
@media screen and (max-width: 600px) {
    .list_img_carved {
        margin: -5px;
        margin-top: 12px;
        justify-content: center;
    }
    .list_img_carved.carved_02 > li,
    .list_img_carved.carved_04 > li {
        width: 34%;
    }
    .list_img_carved.carved_03 > li {
        padding: 5px;
        max-width: 33.3333%;
    }
}

/* ! メッセージ例文 ============================== */

/* リスト */
.list_example {
    border: 1px solid #666;
    padding: 50px;
    margin: 30px 0 0;
}
.list_example li + li {
    margin: 40px 0 0;
}
.list_example .ttl {
    font: 600 16px/1.3em 'noto sans japanese', sans-serif;
    margin: 0 0 16px;
}
.list_example .description {
    font: 300 15px/2em 'Helvetica', 'noto sans japanese', sans-serif;
}
@media screen and (max-width: 560px) {
    .list_example {
        padding: 24px;
    }
    .list_example li + li {
        margin: 24px 0 0;
    }
    .list_example .ttl {
        margin: 0 0 8px;
    }
    .list_example .description {
        font-size: 13px;
        line-height: 1.5em;
    }
}

/* ! よくあるご質問 ============================== */
.list_faq > li:first-child {
    padding: 0 0 40px;
}
.list_faq > li {
    border-bottom: 1px solid #ccc;
}
.list_faq > li + li {
    padding: 40px 0;
}
.list_faq > li > div {
    position: relative;
    padding: 0 0 0 50px;
}
.list_faq > li > div:before {
    content: attr(data-english) '';
    font: Bold 33px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: -10px;
}
.list_faq > li > div.q {
    margin: 0 0 30px;
}
.list_faq > li > div.a:before {
    color: #aaa;
    font: Bold 36px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.list_faq .q .ttl {
    font: 600 20px/1.3em 'noto sans japanese', sans-serif;
}
.list_faq table {
    margin: 20px 0 0;
}
.list_faq tbody td:first-child {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .list_faq table td {
        font-size: 12px;
    }
    .list_faq tbody td:first-child {
        width: 240px;
    }
}

@media screen and (max-width: 600px) {
    .list_faq .q .ttl {
        font-size: 17px;
    }
    .list_faq > li > div:before {
        font-size: 26px;
        top: -5px;
    }
    .list_faq > li > div.a:before {
        font-size: 28px;
    }
    .list_faq > li > div {
        padding: 0 0 0 40px;
    }

    /*   テーブル */
    .list_faq table thead {
        display: none;
    }
    .list_faq table tbody {
        border-top: 1px solid #000;
    }
    .list_faq table tr {
        width: 100%;
    }
    .list_faq table td {
        display: flex;
        text-align: left;
        width: 100%;
        padding: 14px 0;
    }
    .list_faq table td:before {
        content: attr(data-label);
        font-weight: 600;
        margin-right: 10px;
        flex: 0 0 70px;
        text-align: left;
    }
    .list_faq tbody td:first-child {
        width: 100%;
    }
}

/* ! プライバシーポリシー等 ============================== */
.list_policy p {
    font: 400 13px/1.6em 'noto sans japanese', sans-serif !important;
}
.list_policy .ttl {
    font: 600 13px/1em 'noto sans japanese', sans-serif !important;
    margin: 0 0 6px;
}
.list_policy p a {
    text-decoration: underline;
    padding: 0 3px;
}
.list_policy > li + li {
    margin: 40px 0 0;
}
.list_policy h3 {
    margin: 0 0 8px;
}
.list_policy h3 span {
    font: Bold 20px/1.2em 'baskerville', 'noto sans japanese', sans-serif;
}
.list_policy .list_number {
    margin: 20px 0;
}
.list_policy .list_number p:before {
    top: 0.7em;
}
.list_policy .list_number li + li {
    margin: 5px 0 0;
}
.list_policy .bg_gray {
    padding: 20px;
    margin: 20px 0;
}
.list_policy .list_blick {
    margin: 10px 0 0;
}
.list_policy .list_blick > li + li {
    margin: 10px 0 0;
}

/* ! ブランド一覧 ============================== */
.list_brands {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -12px;
}
.list_brands > li {
    width: 25%;
    padding: 8px 12px;
    position: relative;
}
.list_brands article {
    display: flex;
    align-items: center;
}
.list_brands .img {
    flex: 0 0 40px;
    margin: 0 10px 0 0;
}
.list_brands.main .img {
    flex: 0 0 100px;
    margin: 0;
}
.list_brands .text {
    margin: 0 0 0 -8px;
}
/* もっと見る */
.add_brand {
    margin: 40px 0 0;
}
.area_ .list_brand.more {
    display: none;
}
.area_.view .list_brands.more {
    display: flex !important;
    margin-top: 30px;
}

@media screen and (max-width: 840px) {
    .list_brands > li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 600px) {
    .list_brands > li {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .list_brands {
        margin: -8px;
    }
    .list_brands > li {
        padding: 8px;
    }
    .list_brands.main .img {
        flex: 0 0 60px;
    }
    .list_brands .text {
        margin: 0 0 0 -6px;
    }
}

/* テキスト */
.list_brands p {
    color: #666;
    font: 500 12px/1.1em 'noto sans japanese', sans-serif;
    transition: all 0.1s ease;
}
.list_brands .eng {
    color: #000;
    font: bold 14px/1em 'Baskerville', 'noto sans japanese', sans-serif;
    margin: 0 0 2px;
}
.list_brands article:hover p {
    color: #c0a975;
}
@media screen and (max-width: 560px) {
    .list_brands .eng {
        font-size: 15px;
    }
}
@media screen and (max-width: 374px) {
    .list_brands p {
        font-size: 11px;
    }
    .list_brands .eng {
        font-size: 12px;
    }
}

/* ! EC-CUBE 打ち消し ???????????????????????????????????????????????????????????? */
/* フォーム必須表記 */
.ec-required {
    display: none;
}

/* エラーメッセージ */
.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
    position: absolute;
    top: 1px;
    right: 1px;
    margin: 0;
    font-size: 10px;
}

/* セレクト */
.error.ec-input input,
.error.ec-halfInput input,
.error.ec-numberInput input,
.error.ec-zipInput input,
.error.ec-telInput input,
.error.ec-select input,
.error.ec-birth input,
.error.ec-input select,
.error.ec-halfInput select,
.error.ec-numberInput select,
.error.ec-zipInput select,
.error.ec-telInput select,
.error.ec-select select,
.error.ec-birth select {
    margin: 0;
}
.ec-select,
.ec-birth select,
.ec-birth span {
    margin: 0 !important;
}

/* ステップ・フロー */
.ec-progress .ec-progress__number {
    color: #fff;
    font: bold 21px/1em 'Helvetica', 'noto sans japanese', sans-serif;
    margin: 0 auto 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #eee;
    border-radius: 100px;
}
.ec-progress .ec-progress__item:after {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    background: #ccc;
    position: absolute;
    top: 18px;
    left: 0;
    transform: translateX(150%);
}
.ec-progress .is-complete .ec-progress__number {
    background: #000;
}
.ec-progress .is-complete .ec-progress__label {
    color: #000;
}

/* エラーメッセージ */
.ec-alert-warning {
    background: #2b4b9b;
}

/* フォームエラー */
.error.ec-input textarea {
    border-color: #cf3f34;
    background: #fdf1f0;
}
@media screen and (max-width: 840px) {
    div.header_main {
        height: 117px;
    }
}
.imgbox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}