/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
    {
    % include "hubspot/styles/responsive/modules.css"%
}

    {
    % include "hubspot/styles/patches/recommended.css"%
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.75;
}

.res_pc {
    display: none;
}

.res_sp {
    text-align: center;
}

.wrapper {
    max-width: 766px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    color: #000000;
    margin-bottom: 6px;
}

body {
    font-family: "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    color: #000000;
    font-size: 12px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

.text_bold {
    font-weight: bold;
}

.text_center {
    text-align: center;
}

.red_text {
    color: #F90909;
}

.text_right {
    text-align: right;
}

.white_text {
    color: #fff;
}

.section_padding1 {
    padding-left: 1px;
}

.section_padding8 {
    padding: 0 8px;
}

.section_padding3 {
    padding: 0px 3px 0 2px;
}

.section_padding5 {
    padding: 0px 5px;
}

.section_padding12 {
    padding: 0px 12px;
}

.section_padding10 {
    padding: 0px 10px;
}

.section_padding6 {
    padding: 0px 6px;
}

.section_padding01 {
    padding-right: 1px;
}

.section_padding20 {
    padding: 0 20px;
}

.section_padding15 {
    padding: 0 15px;
}

.section_padding3_7 {
    padding: 0 7px 0 3px;
}

.section_padding4_5 {
    padding: 0 5px 0 4px;
}

.section_padding6_10 {
    padding: 0 10px 0 6px;
}

.section_padding7_9 {
    padding: 0 9px 0 7px;
}

.section_padding11_15 {
    padding: 0 15px 0 11px;

}

.section_padding2_5 {
    padding: 0 5px 0 2px;
}

.section_padding11_14 {
    padding: 0 14px 0 11px;
}

.section_padding18_15 {
    padding: 0 15px 0 18px;
}

.section_padding14_12 {
    padding: 0 12px 0 14px;
}

.section_padding3_14 {
    padding: 0px 14px 0 3px;
}

.section_padding4_3 {
    padding: 0px 3px 0 4px;
}

.section_padding16_19 {
    padding: 0 19px 0 16px;
}

.section_padding7_10 {
    padding: 0 10px 0 7px;
}

.section_padding6_4 {
    padding: 0 4px 0 6px;
}

.section_padding15_12 {
    padding: 0 12px 0 15px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.center_item {
    display: flex;
    justify-content: center;
}

.gray_title {
    background: #D1D1D1;
    border: 0.25px solid #5B5A5A;
    padding: 8px;
    line-height: 1.4;
    margin-bottom: 13px;
}

.bold_title {
    font-weight: bold;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 9px;
}

.mic_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F2F2;
    border: 0.25px solid #BDBDBD;
    padding: 11px 15px 10px 8px;
    margin-bottom: 21px;
}

.square_title>p {
    padding: 0 14px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.square_title>p span {
    font-size: 29px;
    position: relative;
    bottom: 2px;
}

.mic_title div {
    width: 9%;
    padding: 2px 6px;
}

.dark_gray-button {
    display: flex;
    justify-content: center;
    margin: 8px 0 13px;
}

.dark_gray-button a {
    align-items: center;
    text-align: center;
    color: #F2F2F2;
    background: #828282;
    padding: 13px 95px 10px;
}

.banner {
    background-image: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/mainvisual.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    height: 135px;
}

.banner span:nth-child(1) {
    font-size: 12px;
    margin-bottom: 34px;
    position: absolute;
    top: 10%;
    left: 6%;
}

.banner span:nth-child(2) {
    font-size: 16px;
    position: absolute;
    line-height: 1.5;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    text-align: center;
}

/* for image with white text */
.image_textcenter {
    position: relative;
    display: flex;
    justify-content: center;
}

.image_textcenter span {
    color: #F2F2F2;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    width: 100%;
}

/* for list of images with text */

.image_textcenter.page3 {
    margin-bottom: 9px;
}

.banner.page3 {
    margin-bottom: 47px;
}

.section_padding5.page3 {
    margin-bottom: 16px;
}

.center_button-dark {
    display: flex;
    justify-content: center;
}

.center_button-dark a {
    background: #828282;
    padding: 10.5px 0;
    width: 70%;
    text-align: center;
}

.images_list .section_padding6 {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 4px;
}

.images_list .image_textcenter {
    margin-bottom: 10px;
}

.center_button-dark a span {
    color: #F2F2F2;
}

.category_options {
    font-size: 9px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
}

.category_options li {
    border: 1px solid #828282;
    border-radius: 5px;
    width: 48.5%;
    margin-bottom: 4px;
}

.category_options li a {
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category_options.second {
    margin-bottom: 8px;
    font-size: 12px;
}

.category_options.second li {
    border-radius: 0;
    background: #F2F2F2;
    width: 49.5%;
    max-height: 37px;
    padding: 12px 30px;
    justify-content: space-between;
}

.sale_section {
    display: flex;
    justify-content: center;
    padding: 0 5px 0 3px;
    margin-bottom: 12px;
}

.sale_section>div {
    color: #FFFFFF;
    background: #BCB3B3;
    display: flex;
    justify-content: space-between;
    padding: 11px 10px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sale_section div p {
    font-size: 13px;
    width: 57%;
}

.sale_section .white_underline {
    font-size: 17px;
    text-decoration: underline;
}

.sale_section .image_textcenter {
    width: 38%;
}

.sale_items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sale_items ul.sale_items-list li {
    border: 0.5px solid #888888;
    width: 49%;
    padding: 6px 4px;
    margin-bottom: 8px;
}

.sale_items ul li .sale_items-box {
    position: relative;
    color: #F2F2F2;
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
    text-align: center;
}

.sale_items ul li .sale_items-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sale_items ul li .sale_items-title {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-bottom: 8px;
}

.sale_items ul li>p.sale_items-text {
    line-height: 1.6;
    font-size: 9px;
}

.sale_items ul li>p.sale_items-text span {
    display: block;
    margin-bottom: 23px;
    text-decoration-line: underline;
    font-size: 13px;
}

.sale_items.no_border ul li {
    border: none;
    width: 48.5%;
    margin-bottom: 8px;
}

.sale_items.no_border ul li .sale_items-title {
    font-size: 14px;
    text-align: left;
}

.sale_items.no_border ul li .sale_items-title p {
    font-size: 8px;
    color: #F2F2F2;
    display: flex;
    margin-top: 8px;
}

.sale_items.no_border ul li .sale_items-title p span {
    text-decoration-line: underline;
    padding: 5px 1px;
    width: 30%;
}

.sale_items.no_border ul li .sale_items-title p span:nth-child(1) {
    background: #828282;
    margin-right: 2px;
}

.sale_items.no_border ul li .sale_items-title p span:nth-child(2) {
    background: #A7A4A4;
}

.sale_items-pagination {
    flex-direction: row;
    width: 55%;
    margin: 19px auto 13px;
    display: flex;
    justify-content: space-around;
}

.sale_items-pagination ul {
    display: flex;
    justify-content: space-around;
    width: 72%;
    position: relative;
    top: -2px;
}

.stacked_boxes {
    margin-bottom: 16px;
}

.stacked_boxes ul {
    display: flex;
    text-align: center;
}

.stacked_boxes .stacked_boxes-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

.stacked_boxes .stacked_boxes-wrap li {
    width: 49.5%;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}

.stacked_boxes .stacked_boxes-line {
    flex-direction: row;
    font-size: 9px;
    justify-content: space-between;
}

.stacked_boxes .stacked_boxes-line li {
    width: 24%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stacked_boxes ul li {
    background: #F2F2F2;
    border: 0.25px solid #BDBDBD;
}

.stacked_boxes .stacked_boxes-line.padding6 li {
    padding: 7px 0;
}

.purchase_section {
    margin-bottom: 28px;
}

.white_title {
    background: #F4F4F4;
    border: 1px solid #484848;
    box-sizing: border-box;
    font-weight: bold;
    padding: 9px;
}

.purchase_section-desc {
    padding: 12px 24px 0 15px;
    line-height: 1.45;
}

.price_section {
    margin-bottom: 20px;
}

.price_section ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 13px;
    color: #F2F2F2;
}

.price_section ul li {
    background: #828282;
    width: 100%;
    margin-bottom: 4px;
    padding: 25px 0;
}

.brand_section,
.jewel_section {
    padding: 0 11px;
}

.model_price {
    background: rgba(196, 196, 196, 0.39);
    padding: 7px 0 11px;
    margin-bottom: 67px;
}

.model_price .dark-box {
    background: #828282;
    text-align: center;
    color: #F2F2F2;
    padding: 42.5px 0;
    width: 37%;
}

.model_price .top {
    display: flex;
    justify-content: space-between;
    padding: 17px 11px 0 10px;
    align-items: center;
}

.model_price .top ul {
    font-weight: bold;
    font-size: 18px;
}

.model_price .top ul li:nth-child(1) {
    margin-bottom: 15px;
}

.model_price .top ul li span {
    color: #FF2E00;
}

.model_price .mid ul::before {
    content: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/images/arrow_up.png);
    position: absolute;
    top: -11px;
    left: calc(50% - 11.5px);
    z-index: -1;
}

.model_price .mid ul {
    background: #C4C4C4;
    display: flex;
    flex-direction: row;
    font-size: 9px;
    padding: 13px 2px 13px 1px;
    justify-content: space-between;
    position: relative;
}

.model_price .mid ul li {
    background: #FFFFFF;
    border: 0.25px solid #828282;
    border-radius: 5px;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
}

.model_price .bottom {
    padding: 10px 18px 0 8px;
    line-height: 1.3;
}

.model_price .bottom .two_buttons {
    display: flex;
    justify-content: center;
    text-align: center;
}

.model_price .bottom .two_buttons li {
    background: #828282;
    color: #F2F2F2;
    width: 39.5%;
    padding: 11px 0;
}

.model_price .bottom .two_buttons li:nth-child(1) {
    margin-right: 7px;
}

.model_price .bottom .two_buttons li a {
    color: #F2F2F2;
}

.model_price .bottom>p {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    padding: 13px 0 15px;
}

.model_price .bottom ul:nth-child(3) {
    position: relative;
    left: 20px;
    margin-bottom: 22px;
}

.model_price .bottom ul:nth-child(3) li {
    list-style: disc;
}

.brand_quotation {
    padding: 0 15px;
}

/* -----------------gray-box decreasing height----------------- */
.brand_quotation li {
    position: relative;
    margin-bottom: 5px;
}

.brand_quotation li img {
    width: 100%;
}


.brand_quotation li:nth-last-child(4) img {
    height: 86px;
}

.brand_quotation li:nth-last-child(3) img {
    height: 64px;
}

.brand_quotation li:nth-last-child(1) img,
.brand_quotation li:nth-last-child(2) img {
    height: 63px;
}

.brand_quotation.second li:nth-last-child(4) img {
    height: 74px;
}

.brand_quotation.second li:nth-last-child(3) img {
    height: 55px;
}

.brand_quotation.second li:nth-last-child(1) img,
.brand_quotation.second li:nth-last-child(2) img {
    height: 54px;
}

.brand_quotation li span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* -----------------gray-box decreasing height----------------- */

.brand_details {
    font-size: 14px;
    margin-bottom: 18px;
}

.brand_details li {
    border: 2px solid #BDBDBD;
    padding: 4px 23px 3px 11px;
    margin-bottom: 3px;
}

.brand_details li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    background: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/images/right-arrow.png) no-repeat right;
}

.brand_details li a span:nth-child(1) {
    height: auto;
    width: 48px;
    margin-right: 13px;
}

.brand_details li a span:nth-child(2) {
    width: 77%;
}

.purchase_eval_watch {
    text-align: center;
}

.purchase_eval_watch>div {
    line-height: 1.42;
    margin-bottom: 29px;
}

.purchase_eval_watch ul li {
    margin-bottom: 33px;
}

.purchase_eval_watch ul li div {
    background: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/images/large_rec.png) no-repeat center;
    padding: 72.5px 0;
    color: #F2F2F2;
}

.purchase_eval_watch ul li p:nth-child(2) {
    font-weight: bold;
    font-size: 16px;
    padding: 12px 0 20px;
}

.category_options.jewel li {
    background: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/images/down-arrow.png) no-repeat left 19px center;
}

.purchase_eval_jewel {
    margin-bottom: 34px;
}

.purchase_eval_jewel-content ul {
    padding: 34px 0 42px;
}

.purchase_eval_jewel-content li div {
    width: 62.7%;
    margin: 0 auto;
}

.block14_title {
    padding: 14px 0;
}

.block14_image {
    width: 83.5%;
    margin: 0 auto;
}

.block_14_jewelrylist li {
    margin-bottom: 24px;
}

.block14_grayborder {
    border: 1px solid #BDBDBD;
    padding: 20px 5px;
    margin-bottom: 8px;
}

.block14_grayborder p {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
}

.block14_grayborder ul li {
    list-style: disc;
    position: relative;
    left: 19px;
}

.block15 {
    margin-bottom: 8px;
}

/* block 16 */
.table_title {
    background: #DCDCDC;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
}

/* block 17 */

.block17 {
    margin-bottom: 17px;
}

.block17_border {
    text-align: center;
    line-height: 1.43;
    padding: 15px 0;
    border-top: 0.25px solid #828282;
    border-bottom: 0.25px solid #828282;
    margin-bottom: 12px;
}

.block17_title {
    font-weight: bold;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}

.block17_content a {
    text-decoration-line: underline;
    color: #2D9CDB;
}

/* block 18 */

/* block 19 */
.block19_bg {
    background: url(https://6706445.fs1.hubspotusercontent-na1.net/hubfs/6706445/images/sample_img.png) no-repeat;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    background-size: cover;
}

.block19_bg.one {
    padding: 99px 0;
    margin-bottom: 30px;
}

.block19_bg.one~ul {
    margin-bottom: 22px;
}

.block19_bg.two {
    padding: 81px 0;
    margin-bottom: 27px;
}

.block19 .red_text {
    padding: 8px 0 15px;
}

/* block 21 */
.block21_list li div {
    width: 58.5%;
    margin: 14px auto 7px;
    display: flex;
    justify-content: center;
}

.block21_list.one {
    margin-bottom: 49px;
}

.block21_list.two {
    margin: 21px 0 44px;
}

.block21_list.two li {
    margin-bottom: 24px;
}

.block21_list li p:nth-child(2) {
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px;
}

/* block27 */
.block27 {
    margin-bottom: 35px;
}

.block27 ul {
    margin-bottom: 10px;
}

.block27_bgimage div {
    position: relative;
    color: #F2F2F2;
    font-size: 14px;
    max-width: 767px;
    margin: 0 auto;
}

.block27_bgimage span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* mobile */
/* @media screen and (max-width: 320px){ */
@media screen and (max-width: 1139px) {
    .sale_items.no_border ul li .sale_items-title p {
        font-size: 7px;
    }

    .block79 .category_options.second li a {
        font-size: 10px;
    }
}

/* pc */
/* @media screen and (min-width: 768px){ */
@media screen and (min-width: 1140px) {
    body {
        font-size: 16px;
    }

    .category_options li {
        margin-bottom: 14px;
    }

    .category_options li a {
        font-size: 19px;
        flex-direction: row;
        justify-content: flex-start;
    }
}


@media (min-width: 768px) {
    #infoarea a {
        color: black;
    }

    .wanted_info {
        display: -ms-grid;
        display: grid;
        max-width: 60%;
        padding: 5px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: solid 1px black;
        background-color: #eaeaea;
    }

    .info_text {
        text-align: center;
    }

    .info_text p {
        color: #855258;
        font-weight: bold;
    }

    .info_mail {
        text-align: center;
    }

    .info_tel {
        text-align: center;
    }

    .res_sp {
        display: none;
    }
}

#assessment-point {
    padding: 60px 0;
}

#assessment-point-movie {
    margin: 50px auto 0;
    width: 750px;
    text-align: center;
    max-width: 100%;
}

@media screen and (max-width:1139px) {
    #assessment-point {
        padding: 20px 15px 0;
    }
    #assessment-point-movie {
        margin: 20px 0 0;
    }
}


.youtube {
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}