@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* base ---------- */
#page {
    box-sizing: border-box;
    width: 100%;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
.exceptionWrap {
    max-width: 976px;
    width: 100%;
    margin: 0 auto;

}
@media screen and (max-width: 640px) {
    #page {
        min-width: auto !important;
    }
}
@media screen and (min-width: 641px) {
    .mainContents {
        max-width: 976px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media screen and (min-width: 1001px) {
    .mainContents {
        max-width: 926px;
        padding-right: 0;
        padding-left: 0;   
    }
}

#wrapContent #wrap_mainContent .contens {
    padding: 0;
}

/* common style ---------- */
@media (max-width: 640px) {
	.u-pcbr {display: none;}
}
@media (min-width: 641px) {
	.u-spbr {display: none;}
}
.align_C {text-align: center !important;}
.align_R {text-align: right !important;}
.mt-10 {margin-top: 10px !important;}


/* btn */
.c-btn {
}
.c-btn .c-btn_inner {
    position: relative;
    display: table;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: #C7AB84;
}
.c-btn .c-btn_inner:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 13px;
    height: 14px;
    background-image: url(../images/arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.c-btn .c-btn_inner > span {
    display: table-cell;
    padding: 2px 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 640px) {
    .c-btn .c-btn_inner:before {
        right: 10px;
    }
}

/* grid */
.c-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.c-grid.c-grid--2up .c-grid__item {
    width: 50%;
}
.c-grid.c-grid--2up .c-grid__item:nth-child(odd) {padding-right: 20px;}
.c-grid.c-grid--2up .c-grid__item:nth-child(even) {padding-left: 20px;}
@media screen and (max-width: 640px) {
    .c-grid.c-grid--2up .c-grid__item:nth-child(odd) {padding-right: 5px;}
    .c-grid.c-grid--2up .c-grid__item:nth-child(even) {padding-left: 5px;}
}


/* page layout ---------- */
.l-section {
}
.l-section + .l-section {
    margin-top: 60px;
}
@media (max-width: 640px) {
    .l-section + .l-section {
        margin-top: 40px;
    }
}

.l-contents {
    color: #333;
}
.l-contents * {
    box-sizing: border-box;
}

.l-contents img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
}

.text-ttl {
    margin-bottom: 20px;
    color: #666;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}
@media screen and (max-width: 640px) {
    .text-ttl {
        margin-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }
}

.text-sttl {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.46;
    text-align: center;
}
@media screen and (max-width: 640px) {
    .text-sttl {
        margin-bottom: 20px;
        font-size: 20px;
    }
}


/* メインビジュアル */
.l-mainvis {
}
.l-mainvis .l-mainvis__image {
}
.l-mainvis .text-caution {
    margin-top: 15px;
    color: #555;
    font-size: 11px;
    font-size: 700;
    text-align: right;
}
@media (max-width: 640px) {
    .l-mainvis {
        padding-right: 20px;
        padding-left: 20px;
    }
    .l-mainvis .text-caution {
        margin-top: 10px;
        font-weight: 500;
        text-align: left;
    }
}

/* リアルな声を紹介 */
.contents_voice {
}
.contents_voice .l-section__inner {
    padding: 60px 40px;
    background-color: #F8F9FB;
}
.contents_voice .l-section__inner + .l-section__inner {
    margin-top: 60px;
}
.contents_voice .img-ttl {
    text-align: center;
}
.contents_voice .img-ttl img {
    width: 100%;
    max-width: 450px;
}
.contents_voice .img-ttl p {
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}
.contents_voice .img-graph {
    margin-top: 35px;
    text-align: center;
}
.contents_voice .img-graph img {
    width: 100%;
    max-width: 350px;
}
.contents_voice .others-voice {
    width: 100%;
    max-width: 460px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
    color: #666;
    font-size: 14px;
}
.contents_voice .others-voice:after {
    content: "";
    display: block;
    clear: both;
}
.contents_voice .others-voice > p {
    float: left;
    width: 50%;
}

@media (max-width: 640px) {
    .contents_voice .l-section__inner {
        padding: 32px 5px;
    }
    .contents_voice .l-section__inner + .l-section__inner {
        margin-top: 20px;
    }
    .contents_voice .img-graph {
        margin-top: 25px;
    }
    .contents_voice .others-voice {
        max-width: 220px;
    }
    .contents_voice .others-voice > p {
        float: none;
        width: 100%;
    }
}

.list-voice {
    margin-top: 25px;
}
.list-voice > li {
    overflow: visible;
    position: relative;
    padding-top: 34px;
}
.list-voice > li + li {
    margin-top: 20px;
}
.list-voice > li:before {
    content: "";
    position: absolute;
    top: 75px;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.list-voice > li:nth-child(odd):before {
    left: 180px;
    border-right: 20px solid #fff;
    border-left: 0;
}
.list-voice > li:nth-child(even):before {
    right: 180px;
    border-right: 0;
    border-left: 20px solid #fff;
}
.list-voice > li .voice_user {
    position: absolute;
    top: 0;
}
.list-voice > li:nth-child(odd) {padding-left: 200px;}
.list-voice > li:nth-child(odd) .voice_user {
    left: 0;
}
.list-voice > li:nth-child(even) {padding-right: 200px;}
.list-voice > li:nth-child(even) .voice_user {
    right: 0;
    text-align: right;
}
.list-voice > li .voice_user img {
    width: 100%;
    max-width: 160px;
}
.list-voice > li .voice_text {
    box-sizing: border-box;
    padding: 30px 40px;
    background-color: #fff;
    box-shadow: 1px 1px 20px 15px rgba(0, 0, 0, .05);
    color: #666;
    font-size: 24px;
    line-height: 1.5;
}
.list-voice > li .voice_text b {
    color: #AA895E;
}
.list-voice > li .text_info {
    margin-top: 15px;
    color: #AA895E;
    font-size: 14px;
    font-weight: 700;
}
@media (max-width: 640px) {
    .list-voice {
        margin-top: 30px;
        padding: 0 15px;
    }
    .list-voice > li {
        padding-top: 7px;
    }
    .list-voice > li:nth-child(odd) {padding-left: 74px;}
    .list-voice > li:nth-child(even) {padding-right: 74px;}
    .list-voice > li:before {
        top: 27px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
    .list-voice > li:nth-child(odd):before {
        left: 65px;
        border-right: 10px solid #fff;
    }
    .list-voice > li:nth-child(even):before {
        right: 65px;
        border-left: 10px solid #fff;
    }
    .list-voice > li .voice_user img {
        max-width: 56px;
    }
    .list-voice > li .voice_text {
        margin-top: 7px;
        padding: 20px 25px;
        font-size: 16px;
        box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, .05);
    }
    .list-voice > li .text_info {
        margin-top: 10px;
        font-size: 11px;
    }
    .l-section__inner + p {
        padding: 0 10px;
        line-height: 1.4;
        text-align: left !important;
    }
}

/* 満足度の高いテクニクス完全ワイヤレスイヤホンはこちら */
.contents_wirelessearphones {
}
.box-products {
    box-sizing: border-box;
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 40px;
    background-color: #F8F9FB;
    color: #666;
    font-size: 14px;
}
.box-products_img {

}
.box-products_ttl {
    margin-top: 30px;
    font-size: 38px;
}
.box-products_ttl + p {
    margin-top: 20px;
}
.box-products .c-btn {
    margin-top: 30px;
}

@media (max-width: 640px) {
    .contents_wirelessearphones {
        padding-right: 20px;
        padding-left: 20px;
    }
    .box-products {
        padding: 10px 10px;
        font-size: 11px;
    }
    .box-products_ttl,
    .box-products_ttl + p {
        padding-right: 10px;
        padding-left: 10px;
    }
    .box-products_ttl {
        margin-top: 20px;
        font-size: 20px;
    }
    .box-products_ttl + p {
        margin-top: 10px;
    }
    .box-products .c-btn {
        margin-top: 20px;
    }
}