@charset "utf-8";

/* ------------------------------
   Browser Reset
------------------------------ */
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	box-sizing: border-box;
    position: relative;
}

* {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    align-items: flex-start;
    color: #002C45;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	box-sizing: border-box;
}
html{

}

body {

} */

section * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    align-items: flex-start;
    color: #002C45;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
section a {
	text-decoration: none;
    transition: all .3s;
    display: block;
}
section a:hover{
    margin-top: -5px;
	text-decoration: none;
    cursor: pointer;
}
section a.anchor{
	padding-top:300px;
	margin-top:-100px
}

/*表示非表示切替
--------------------------------------*/
.pc_disp {
	display: inherit !important;
}
.sp_disp {
	display: none !important;
}


h1 {

}

section h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 48px;
    line-height: calc(165 / 114);
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    section h2 {
        margin-bottom: 40px;
    }
}
section h3 {
    font-weight: 400;
    font-style: normal;
    line-height: calc(44 / 30);
}
h4{

}
h5{

}

section img{
	border: none;
    height: auto;
}
section p {
    font-size: 18px;
    line-height: 30px;
    word-break: break-word;
    font-style: normal;
}

li {
    list-style: none;
}

section li {
    position: relative;
    font-size: 18px;
    line-height: 36px;
    word-break: break-word;
    font-style: normal;
}

/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.pink {
	color: #f40b7b;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}
.red{
    color: #f92003;
}
.blue{
    color: #2A357C;
}
.blue2{
    color: #2261AA;
}
.red2{
    color: #E24C4B;
}
.yellow{
    color: #ffff00;
}
.l_red{
    color: #FF0041;
}
.blue3{
    color: #0080D0;
}
.red_3{
    color: #D60404;
}


/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {
    background: url(null) fixed;
}
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}  */


/*共通
--------------------------------------*/
.mgt_10{
    margin-top: 10px;
}
.mgt_20{
    margin-top: 20px;
}
.mgt_30{
    margin-top: 30px;
}
.mgt_40{
    margin-top: 40px;
}
.mgt_50{
    margin-top: 50px;
}
.mgt_60{
    margin-top: 60px;
}
.mgt_70{
    margin-top: 70px;
}
.mgt_80{
    margin-top: 80px;
}
.mgt_90{
    margin-top: 90px;
}
.mgt_100{
    margin-top: 100px;
}
.mgb_10{
    margin-bottom: 10px;
}
.mgb_20{
    margin-bottom: 20px;
}
.mgb_30{
    margin-bottom: 30px;
}
.mgb_40{
    margin-bottom: 40px;
}
.mgb_50{
    margin-bottom: 50px;
}
.mgb_60{
    margin-bottom: 60px;
}
.mgb_70{
    margin-bottom: 70px;
}
.mgb_80{
    margin-bottom: 80px;
}
.mgb_90{
    margin-bottom: 90px;
}
.mgb_100{
    margin-bottom: 100px;
}
.pdt_10{
    padding-top: 10px;
}
.pdt_20{
    padding-top: 20px;
}
.pdt_30{
    padding-top: 30px;
}
.pdt_40{
    padding-top: 40px;
}
.pdt_50{
    padding-top: 50px;
}
.pdt_60{
    padding-top: 60px;
}
.pdt_70{
    padding-top: 70px;
}
.pdt_80{
    padding-top: 80px;
}
.pdt_90{
    padding-top: 90px;
}
.pdt_100{
    padding-top: 100px;
}
.pdb_10{
    padding-bottom: 10px;
}
.pdb_20{
    padding-bottom: 20px;
}
.pdb_30{
    padding-bottom: 30px;
}
.pdb_40{
    padding-bottom: 40px;
}
.pdb_50{
    padding-bottom: 50px;
}
.pdb_60{
    padding-bottom: 60px;
}
.pdb_70{
    padding-bottom: 70px;
}
.pdb_80{
    padding-bottom: 80px;
}
.pdb_90{
    padding-bottom: 90px;
}
.pdb_100{
    padding-bottom: 100px;
}

.fsz_30{
    font-size: 30px;
}

.bg_mine{
    background-image: url(../images/tdi/bg_mine.jpg);
}

.inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .inner{
        width: 92%;
    }
}

.sec_base{
    width: 100%;
    padding: 80px 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .sec_base{
        padding: 30px 0;
    }
}

#bg{

}

/*******************************************
全ページ共通 スマホ用スタイル
*******************************************/
@media screen and (max-width: 768px) {

    /*表示非表示切替
    --------------------------------------*/
    .pc_disp {
        display: none !important;
    }
    .sp_disp {
        display: inherit !important;
    }

    section * {

        margin: 0;
        padding: 0;
    }

    section p {
        font-size: 24px;
        line-height: 42px;

    }

    .inner{
        width: 92%;
        margin: 0 auto;
    }

    dl {
        font-size: 24px;
        line-height: 42px;
    }

    dt {
        font-size: 24px;
        line-height: 42px;
    }

    dd {
        font-size: 24px;
        line-height: 42px;
    }
}


body {
    overflow-x: hidden;
}


#header{
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

#header .header_logo{
    width: 552px;
    padding-top: 5px;
}

#header a{
    padding-top: 5px;
    width: 230px;
    height: 59px;
}

#header a img{
    width: 100%;
    transition: all .3s;
}

#header a img:hover{
    margin-top: -5px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #header .header_logo_sp{
        padding-top: 0px;
    }
    #header .header_logo_sp{
        width: 40%;
    }
    #header a{
        padding-top: 0;
        width: 50%;
        height: auto;
        display: block;
    }
    #header a img{
        width: 100%;
        display: block;
    }
}


#kv{
    width: 100%;
    height: 770px;
    background-image: url(../images/tdi/kv@2x-80.jpg);
    background-size: 2000px 770px;
    background-position: center top;
    background-repeat: no-repeat;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #kv{
        background: none;
        height: auto;
    }
    #kv img{
        width: 100%;
        height: auto;
    }
}



.cv{
    background-color: #ce1300;
    padding: 30px 0;
}
.cv h2{
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    line-height: 80px;
    font-weight: bold;
    font-size: 56px;
}
.cv .inner{
    display: flex;
    /* justify-content: space-between; */
    justify-content: space-evenly;
}
.cv .content{
    width: 520px;
    text-align: center;
}
.cv_product{
    width: 236px;
}
.cv_present{
    width: 215px;
}
.cv p{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.cv .content a{
    width: 100%;
    background-color: #000;
    display: block;
    padding: 20px;
    color: #fff;
    border-radius: 100px;
    font-size: 24px;
    text-align: center;
    line-height: calc(35 / 24);
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .cv .inner{
        flex-wrap: wrap;
    }
    .cv .inner .cv_product{
        order: 1;
        width: 50%;
        display: block;
    }
    .cv .inner .content{
        order: 3;
        width: 100% !important;
        padding-top: 20px;
    }
    .cv .inner .cv_present{
        padding-top: 20px;
        order: 1;
        width: 45%;
    }
    .cv p{
        margin-bottom: 10px;
    }
    .cv h2{
        margin-bottom: 10px;
    }
}

#suggest{
    background-color: #000;
    background-image: url(../images/tdi/bg_tri_left@2x.png);
    background-position: left top;
    background-size: 475px;
    background-repeat: no-repeat;
    padding-bottom: 0;
}
#suggest .content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#suggest .content .txt{
    width: 800px;
}
#suggest .content .pic{
    width: 200px;
}
#suggest .content h2{
    width: 100%;
    margin-bottom: 20px;
}
#suggest .content h2 img{
    width: 100%;
}
.suggest_search{
    width: 540px;
    margin: 0 auto 30px;
    display: block;
}
#suggest .content .txt p{
    color: #fff;
    text-align: center;
}
#suggest .pic{
    width: 284px;
}
#suggest h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #suggest{
        background-size: 200px;
        padding-top: 60px;
    }
    #suggest .content{
        flex-direction: column;
    }
    #suggest .content .txt{
        width: 100%;
        margin-bottom: 20px;
    }
    #suggest .content .pic{
        width: 40%;
        margin: 0 auto;

    }
    .suggest_search{
        width: 100%;
    }
    #suggest .content .txt p{
        text-align: left;
    }

}
.content_suggest{
    display: flex;
    justify-content: space-between;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
}
.content_suggest p{
    width: 630px;
    color: #fff;
}
.content_suggest img{
    width: 306px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .content_suggest{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .content_suggest p{
        width: 100%;
        padding: 20px;
        margin-bottom: 20px;
    }
    .content_suggest img{
        width: 80%;
        margin: 0 auto;
    }
}
#suggest_02{
    background-color: #000;
    background-image: url(../images/tdi/bg_tri_right@2x.png);
    background-position: right bottom;
    background-size: 475px;
    background-repeat: no-repeat;
}
#suggest_02 h2{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}
#suggest_02 ul{
    width: 100%;
}
#suggest_02 ul li{
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 10px;
    padding-left: 120px;
    margin-bottom: 30px;
}
#suggest_02 ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/suggest_icon@2x.png);
    width: 78px;
    height: 78px;
    background-size: 78px 78px;
    background-repeat: no-repeat;
    left: 20px;
    top:20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #suggest_02{
        background-size: 200px;
    }
    #suggest_02 ul li{
        padding: 20px 20px 20px 100px;
        font-size: 24px;
        line-height: 42px;
    }
    #suggest_02 ul li:before{
        width: 60px;
        height: 60px;
        background-size: 60px 60px;
    }
}
#about p{
    margin-bottom: 30px;
}
#about ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#about ul li{
    width: 318px;
    background-color: #f1f1f1;
    padding: 20px 0;
    margin-bottom: 20px;
}
#about ul li h3{
    border-left: 6px solid #f92003;
    padding-left: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
#about ul li p{
    padding: 20px;
    margin-bottom: 0;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #about ul{
        flex-direction: column;
    }
    #about ul li{
        width: 100%;
    }
}
#twin p{
    margin-bottom: 30px;
}
#twin .inner > ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#twin .inner > ul > li{
    width: 48%;
    background-color: #f1f1f1;
    padding: 20px 0;
}
#twin .inner > ul > li h3{
    position: relative;
    border-left: 6px solid #f92003;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
#twin .inner > ul > li .level{
    border: 1px solid #000;
    width: 8em;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 0;
}
#twin .inner > ul > li .txt{
    padding: 20px;
    margin-bottom: 0;
}
#twin .inner > ul > li > ul{

}
#twin .inner > ul > li > ul > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-left: 40px;
    line-height: 18px;
}
#twin .inner > ul > li > ul > li:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/twin_icon@2x.png);
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    left: 20px;
    top:3px;
}
#twin .inner > ul > li:nth-child(2) h3:after{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/osusume@2x.png);
    width: 101px;
    height: 27px;
    background-size: 101px 27px;
    background-repeat: no-repeat;
    top:5px;
    margin-left: 5px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #twin .inner > ul{
        flex-direction: column;
    }
    #twin .inner > ul > li{
        width: 100%;
        margin-bottom: 30px;
    }
    #twin .inner > ul > li > ul > li{
        font-size: 24px;
        line-height: 30px;
    }
    #twin .inner > ul > li > ul > li:before{
        top:8px;
    }
}
#feature{
    background-image: url(../images/tdi/feature_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#feature h2{
    margin-bottom: 30px;
}
#feature h2 img{
    width: 243px;
}
#feature ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#feature ul li{
    width: 32%;
    border: 1px solid #fff;
    padding: 10px 5px 10px 25px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
}
#feature ul li:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/feature_tri@2x.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    left: 0;
    top:0px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #feature h2{
        margin-bottom: 10px;
    }
    #feature ul{
        flex-direction: column;
    }
    #feature ul li{
        width: 100%;
        font-size: 24px;
        padding: 20px;
        margin-bottom: 30px;
    }
}
#target{
    background-color: #000;
}
#target h2{
    color: #fff;
}
#target ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#target ul li{
    width: 32%;
    background-color: #fff;
    margin-bottom: 20px;
}
#target ul li img{
    display: block;
    width: 100%;
    margin-bottom: 0px;
}
#target ul li h3{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    height: 4em;
}
#target ul li p{
    padding: 0 10px 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #target ul{
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    #target ul li{
        width: 100%;
        margin-bottom: 40px;
    }
    #target ul li h3{
        font-size: 30px;
        margin-bottom:10px;
        height: auto;
    }
}
.caution{
    background-color: #aa0707;
    padding: 10px;
}
.caution_inner{
    border: 1px solid #fff;
    padding: 20px;
}
.caution_inner h2{
    font-size: 32px;
    margin-bottom: 24px;
}
.caution_inner h2:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/target_woman@2x.png);
    width: 114px;
    height: 139px;
    background-size: 114px 139px;
    background-repeat: no-repeat;
    margin-left: -120px;
    bottom:-10px;
}
.caution_inner p{
    color: #fff;

}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .caution{
        width: 95%;
        margin: 0 auto;
    }
    .caution_inner h2:before{
        margin-left: 0;
        left: -20px;
    }
}
#reason{
    background-image: url(../images/tdi/reason_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#reason h2 img{
    width: 500px;
}
#reason ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#reason ul li{
    background-color: rgba(255, 255, 255, .8);
    width: 48%;
    margin-bottom: 30px;
    padding: 20px;
}
#reason ul li h3{
    text-align: center;
    font-size: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    color: rgb(227, 1, 1);
}
#reason ul li p{
    color: #333;
}
#reason .last_copy{
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
#ranking h2{
    margin-bottom: 10px;
}
#ranking h2 img{
    width: 360px;
}
.sub_copy{
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #reason h2{
        margin-bottom: 10px;
    }
    #reason ul{
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    #reason ul li{
        width: 100%;
    }
    #reason .last_copy{
        font-size: 16px;
        line-height: 24px;
    }
}
#ranking .content{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
#ranking ul{
    width: 100%;
}
#ranking ul li{
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}
#ranking ul li .num{
    width: 110px;
}
#ranking ul li .num img{
    width: 97px;
}
#ranking ul li .title{
    /* width: 658px; */
    width: 630px;
}
#ranking ul li .title h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
#ranking ul li .price_box{
    /* width: 165px; */
    width: 195px;
}
#ranking ul li .price_box .price{
    font-size: 40px;
    text-align: right;
}
.yen{
    font-size: 32px;
}
#ranking ul li .price_box .tax{
    text-align: right;
    font-size: 14px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #ranking ul li .content{
        flex-wrap: wrap;
    }
    #ranking ul li .num{
        width: 25%;
    }
    #ranking ul li .title{
        width: 70%;
    }
    #ranking ul li .price_box{
        width: 100%;
    }
    #ranking ul li .title p{
        line-height: 30px;
    }
}
#ranking .ranking_a_outer{
    width: 100%;
    height: 90px;
    display: block;

    padding-top: 10px;
}
#ranking .ranking_a_outer a{
    position: relative;
    background-color: #ce1300;
    color: #fff;
    width: 400px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    border-radius: 100px;
    text-align: center;
    font-size: 22px;
    transition: all .3s;
}
#ranking .ranking_a_outer a:hover{
    margin-top: -5px;
}
#ranking .ranking_a_outer a:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/icon_cart@2x.png);
    width: 32px;
    height: 28px;
    background-size: 32px 28px;
    background-repeat: no-repeat;
    left: 40px;
    top:25px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #ranking .ranking_a_outer a{
        width: 100%;
    }
}
#camp{
    background-color: #ce1300;
    background-image: url(../images/tdi/camp_bg@2x.png);
    background-size: 2000px 677px;
    background-repeat: no-repeat;
    background-position: top center;
}
#camp h2 img{
    width: 980px;
    margin: 0 auto;
    display: block;
}
.camp_img_02{
    width: 990px;
}
#camp .p_01{
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 30px;
}
#camp .p_02{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
#camp .a_outer{
    width: 100%;
    display: block;
    height: 80px;
    padding-top: 10px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #camp {
        padding-top: 0;
    }
    #camp .inner{
        width: 100%;
    }
    #camp h2 img{
        width: 100%;
    }
    #camp img{
        width: 100%;
    }
    #camp .p_01,
    #camp .p_02{
        text-align: left;
        padding: 0 20px;
    }
    #camp .p_01{
        margin-bottom: 20px;
    }
}
#camp a{
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    width: 500px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}
#camp a:hover{
    margin-top: -5px;
}
#voice{
    background-image: url(../images/tdi/voice_bg@2x-80.jpg);
    background-position: center;
    background-size: cover;
}
#voice h2 img{
    width: 419px;

}
#voice ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#voice ul li{
    width: 32%;
    background-color: #fff;
    padding: 20px;

}
#voice ul li img{
    width: 141px;
    margin: 0 auto 20px;
    display: block;
}
#voice ul li h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    min-height: 70px;
}
#voice ul li .person{
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #voice ul{
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    #voice ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    #voice ul li h3{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
        height: auto;
        min-height: auto;
    }
}
#buy{
    background-color: #f2f2f2;
    background-position: center;
    background-size: cover;
    background-image: url(../images/tdi/bg_tri_left@2x.png);
    background-size: 200px 145px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;

}
#buy .buy_inner{
    background-image: url(../images/tdi/bg_tri_right@2x.png);
    background-size: 200px 145px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
#buy .inner{
    padding: 70px 0;
}
#buy h2{
    color: #000;
}
#buy .content{
    background-color: #fff;
    padding: 30px;
}


/* 絞り込みプログラム -------------------*/
.finder { padding: 1rem 0; font-family: var(--font-sans); }

  .step-label { font-size: 12px; color: var(--color-text-secondary); font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }

  .step-num { width: 20px; height: 20px; border-radius: 50%; background: var(--color-background-secondary); border: 0.5px solid var(--color-border-secondary); font-size: 11px; display: flex; align-items: center; justify-content: center; color: var(--color-text-secondary); flex-shrink: 0; }
  .step-num.active { background: var(--color-text-primary); color: var(--color-background-primary); border-color: var(--color-text-primary); }

  .btn-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; }

  .opt-btn {
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(0,0,0,0.2);
  }
  .opt-btn.selected {
    background: #E8251A !important;
    color: #ffffff !important;
    border-color: #E8251A !important;
    font-weight: 500;
  }

  .divider { border: none; border-top: 0.5px solid var(--color-border-tertiary); margin: 0 0 1.25rem; }

  .step-block { opacity: 0.35; pointer-events: none; }
  .step-block.ready { opacity: 1; pointer-events: auto; }

  .result-box { background: var(--color-background-secondary); border-radius: 12px; border: 0.5px solid var(--color-border-tertiary); padding: 1.25rem 1.5rem; display: none; margin-top: 1rem; }
  .result-box.show { display: block; }
  .result-title { font-size: 13px; color: var(--color-text-secondary); margin-bottom: 6px; }
  .result-detail { font-size: 15px; font-weight: 500; color: var(--color-text-primary); margin-bottom: 14px; }
  .result-link { display: inline-block; padding: 9px 20px; border-radius: 8px; border: 0.5px solid var(--color-border-secondary); background: var(--color-background-primary); color: var(--color-text-primary); font-size: 14px; text-decoration: none; }
  .reset-btn { margin-top: 12px; display: inline-block; font-size: 13px; color: var(--color-text-secondary); cursor: pointer; border: none; background: none; padding: 0; text-decoration: underline; }

  @media (max-width: 600px) {
    .step-label { font-size: 14px; }
    .opt-btn { font-size: 16px; padding: 10px 18px; }
    .result-title { font-size: 15px; }
    .result-detail { font-size: 17px; }
    .result-link { font-size: 16px; padding: 12px 24px; }
    .reset-btn { font-size: 15px; }
    .btn-grid { gap: 10px; }
  }

.result-link{
    width: 300px;
    background-color: #ce1300;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 20px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    .opt-btn{
        font-size: 28px;
    }
    .result-link{
        width: 100%;
        font-size: 24px;
    }
}
#result-link:hover{
    color: #ffffff;
    cursor: pointer;
    background-color: rgb(160, 1, 1);
}
#reset-btn{
    background-color: #fff;
    border: 1px solid #333;
    width: 250px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    border-radius: 100px;
    display: block;
    font-size: 18px;
    padding: 10px;
    transition: all .3s;
    text-decoration: none;
}


#qa{

}
#qa h2{

}
#qa ul{
    width: 100%;
}
#qa ul li{
    width: 100%;
    background-color:#f1f1f1;
    padding: 30px;
    margin-bottom: 30px;
}
#qa ul li .qa_q{
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 80px;
}
#qa ul li .qa_q:before{
    content: '';
    position: absolute;
    background-image: url(../images/tdi/qa_icon_q@2x.png);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    left: 0;
    top:-15px;
}
#qa ul li .qa_a{
    padding-left: 80px;
}

#pm{
    background-color: #000;
    padding: 30px 0;
}

#pm p{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
}
#pm img{
    width: 322px;
    margin: 0 auto 30px;
    display: block;
}
#pm dl{
    width: 400px;
    margin: 0 auto;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#pm dl dt{
    width: 30%;
    color: #fff;
    margin-bottom: 20px;
}
#pm dl dd{
    width: 70%;
    color: #fff;
}
/* スマホ用 -------------------*/
@media screen and (max-width: 768px) {
    #pm p{

    }
    #pm dl{
        width: 100%;
        flex-direction: column;
    }
    #pm dl dt{
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #pm dl dd{
        width: 100%;
        margin-bottom: 30px;
        font-weight: normal;
}

.section-header {
    background-color: #ffffff;
}

.section-contactitem {
    display: none;
    background-color: #ffffff;
}

section#header {
    @media screen and (min-width: 501px) {
        margin-top: -40px;
    }
}

/* Car-Clip カスタム: TDIページ ヒーロー左右の余白を黒に */
body.page #primary, body.page #main, body.page #content { background-color: #000; }
