@charset "UTF-8";

/*==========
Main
==========*/
main{
    background:url(/images/mv_pc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0 5%;
    overflow: hidden;
}
main .center{
    width: 100%;
    margin: 5% auto 0;
    padding: 0 0 1%;
    position: relative;
}
main .center:after{
    content: "";
    background: rgba(31, 43, 58, 0.9);
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
main .center .center_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0;
    position: relative;
    z-index: 1;
}
main .center .center_inner .inner_top{
    width: 100%;
    margin: 0 auto 2%;
}
main .center .center_inner .inner_top img{
    display: block;
    width: 82%;
    margin: 0 0 0 auto;
}
main .center .center_inner .inner_top img.sp-disp{
    display: none;
}
main .center .center_inner .inner_icon{
    width: 15%;
}
main .center .center_inner .inner_catch{
    width: 55%;
}
main .center .center_inner .inner_catch img{
    display: block;
    width: 90%;
    margin: 0 auto;
}
main .center .center_inner .inner_link{
    width: 30%;
}
main .center .center_inner .inner_link a{
    margin: 15% 0 0;
    padding: 5% 0;
}
main .bottom{
    background: rgba(31, 43, 58, 1.0);
    padding: 1% 0;
}
main .bottom .bottom_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 680px;
}
main .bottom .bottom_inner li{
    width: 30%;
    margin: 0 1% ;
}
@media screen and (min-width:980px){
    main .center .center_inner .inner_link a br{
        display: none;
    }
}
/*==========
Price
==========*/
#price {
    padding: 5% 0;
}
#price .inner{
    max-width: 1420px;
    width:95%;
    margin: 0 auto;
    margin: 0 auto 3%;
}
#price .inner .inner_title{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    width:100%;
    margin: 0 auto 0;
}
#price .inner .inner_title h2{
    background: var(--colorB);
    color: var(--colorW);
    text-align: center;
    padding:1% 2%;
    /* width:22.5% */
}
#price .inner .inner_title p.memo{
    padding: 0 0 0 2%;
}
#price .inner .inner_title p.date{
    margin: 0 0 0 auto;
}
#price .inner .inner_box{
    border: 1px solid var(--colorB);
    padding: 3% 3% 0;
}
#price .inner .inner_box .inner_box_parts{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}
#price .inner .inner_box .inner_box_parts01 h3{
    margin: 0 0 1%;
    width: 100%;
}
#price .inner .inner_box .inner_box_parts01 figure{
    margin: 0 0 2%;
    width: 20%;
    height:20%;
    overflow: hidden;
}
#price .inner .inner_box .inner_box_parts01 figure img{
    height:100%;
    object-fit: contain;
}
#price .inner .inner_box .inner_box_parts01 table{
    margin: 0 0 2% auto;
    width: 78%;
}
#price .inner .inner_box .inner_box_parts01 table th{
    border: 1px solid var(--colorL);
    background-color: var(--color04);
    color: var(--colorW);
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    padding: 0.4em;
}
#price .inner .inner_box .inner_box_parts01 table td{
    border: 1px solid var(--colorL);
    background: var(--colorW);
    line-height: 1.5em;
    text-align: center;
    padding: 0.6em;
}
#price .inner .inner_box .inner_box_parts01 table td span{
    display: block;
    font-size: 0.8em;
}
#price .inner .inner_box .inner_box_parts01 table td b{
    color:#f00;
    font-size:1.1em;
}
#price .inner .inner_box .inner_box_parts01 .optionMemo{
    width: 78%;
    margin: 0 0 3% auto;
    background: rgba(255, 255, 255, 0.3);
    padding: 1% 2%;
    line-height: 1.4em;
}
#price .inner .inner_box .inner_box_parts01 .optionMemo p{
    margin: 0 0 3px;
}
#price .inner .inner_box .inner_box_parts01 .optionMemo b{
    color: var(--color02);
    font-size:1.1em;
}
#price .inner .inner_box .inner_box_parts01 .price_market{
    background: var(--colorW);
    margin: 0 0 2% auto;
    width: 78%;
}
#price .inner .inner_box .inner_box_parts01 .price_market h3{
    border-bottom: 1px solid var(--color01);
    padding: 1% 3%;
}
#price .inner .inner_box .inner_box_parts01 .price_market p.comment{
    padding: 1% 3% 2%;
}
#price .inner .inner_box .inner_box_parts01 .inner_link a{
    margin: 0 0 0 auto;
}
#price .inner .inner_box .inner_box_parts02{
    align-items: center;
    margin: 0 auto 3%
}
#price .inner .inner_box .inner_box_parts02 ul{
    background: var(--colorW);
    border: 1px solid var(--colorL);
    margin:0 2%;
    width:26%;
}
#price .inner .inner_box .inner_box_parts02 ul li.photo{
    position: relative;
}
#price .inner .inner_box .inner_box_parts02 ul li.photo span{
    background: var(--color01);
    color: var(--colorW);
    font-size:0.8em;
    padding: 1% 3%;
    position:absolute;
    top:0;
    left:0;
}
#price .inner .inner_box .inner_box_parts02 ul li.text{
    padding:2% 15%;
}
#price .inner .inner_box .inner_box_parts02 ul li.text:not(:last-child){
    border-bottom: 1px solid var(--colorL);
}
#price .inner .inner_box .inner_box_parts02 .inner_link{
    margin:0 1%;
    width:28%;
    flex-grow: 1;
}
#price .inner .inner_box .inner_box_parts02 .inner_link p{
    line-height: 1.6em;
    text-align: center;
    margin: 0 0 6%;
}
#price .inner .inner_box .inner_box_parts02 .inner_link a{
    padding:5% 0;
}

#price .inner .inner_box .inner_box_parts03{
    background: var(--colorW);
    border: 1px solid var(--colorL);
    margin: 0 auto 3%;
    padding:2% 10%;
    position:relative;
    width:96%;
}
#price .inner .inner_box .inner_box_parts03 h3{
    background: var(--color01);
    color: var(--colorW);
    padding: 0.5% 3%;
    position:absolute;
    top:0;
    left:0;
}
#price .inner .inner_box .inner_box_parts03 ul{
    display: flex;
    flex-wrap:wrap;
    margin:2% 0 0;
}
#price .inner .inner_box .inner_box_parts03 ul li{
    background: var(--colorL);
    margin: 0 10px 0 0;
    padding: 5px 12px;
}
#price .inner .inner_box .inner_box_parts03 ul li.end{
    background: none;
}
/*==========
Area
==========*/
#area{
    background: var(--colorB);
    padding: 5% 0;
}
#area h2{
    border-bottom: 1px solid var(--colorW);
    color: var(--colorW);
    font-size: var(--font26-30);
    text-align: center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto 5%;
    padding: 0 0 2%;
}
#area h2 span{
    padding: 0 0 0 11vw;
    position: relative;
}
#area h2 span:before{
    content:"";
    background:url(/images/icon_truc.svg);
    background-size: 100%;
    background-repeat:no-repeat;
    width: 9vw;
    height: 5vw;
    position: absolute;
    top: 50%;
    left:0;
    transform: translate(0,-50%);
}
#area .area_top{
    background: var(--colorW);
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto 5%;
    padding: 3% 6%;
}
#area .area_top figure{
    width: 30%;
}
#area .area_top .area_top_right {
    padding: 0 5%;
    width: 70%;
}
#area .area_top .area_top_right h3{
    font-size: var(--font26-30);
    line-height: 1.8em;
    margin: 0 auto 5%;
}
#area .area_top .area_top_right p{
    margin: 0 auto 2%;
}
#area .area_top .area_top_right b{
    display: block;
    color: var(--color05);
    line-height: 1.6em;
}
#area .area_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1330px;
    width:95%;
    margin: 0 auto;
}
#area .area_list ul{
    background: var(--colorW);
    border-radius: 30px;
    width: 32%;
    padding: 2% 1%;
}
#area .area_list ul li{
    width: 100%;
}
#area .area_list ul li h3{
    font-size: var(--font20-24);
    font-weight: 400;
    width: fit-content;
    margin: 0 auto 4%;
    padding: 0 0 0 8%;
    position: relative;
}
#area .area_list ul li h3:before{
    content: "";
    background: url(/images/icon_pin.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width:18px;
    height: 36px;
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
}
#area .area_list ul li iframe{
    margin: 0 auto 4%;
    height: 18vw;
}
#area .area_list ul li.adress{
    border-bottom: 1px solid var(--color01);
    text-align: center;
    margin: 0 auto 4%;
    padding:1% 0 4%;
}
#area .area_list ul li.memo{
    line-height: 1.6em;
    padding:0 5%;
}
/*==========
Flow
==========*/
#flow {
    padding: 5% 0;
}
#flow .flow_title{
    border-bottom: 1px solid var(--color01);
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto 2%;
}
#flow .flow_title h2{
    background: var(--colorB);
    color: var(--colorW);
    text-align: center;
    padding:1% 0;
    width:22.5%
}
#flow .flow_top{
    border: 1px solid var(--color01);
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto 5%;
    padding: 1% 6%;
}
@media screen and (max-width:1080px){
    #flow .flow_top{
        padding: 1% 3%;
    }
}
#flow .flow_top .flow_top_left{
    width: 24%;
}
#flow .flow_top .flow_top_left p{
    font-size: var(--font20-24);
    font-weight: 600;
    margin: 0 0 10px;
}
#flow .flow_top .flow_top_left span{
    font-size: 1.0em;
}
#flow .flow_top .flow_top_right{
    width: 74%;
    position: relative;
}
/* #flow .flow_top .flow_top_right:after{
    content: "";
    background: var(--color01);
    width: 100%;
    height: 1px;
    position: absolute;
    top:58%;
    left:0;
} */
#flow .flow_top .flow_top_right li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#flow .flow_top .flow_top_right li h3{
    background: var(--color01);
    color: var(--colorW);
    text-align: center;
    width: 27%;
    padding: 1% 0;
}
#flow .flow_top .flow_top_right li figure{
    padding: 3% 5%;
    width: 73%;
}
#flow .flow_top .flow_top_right li figure img{
    width: 100%;
}
#flow .flow_top .flow_top_right li p{
    line-height: 1.6em;
    padding: 3% 5%;
    width: 73%;
}
#flow .flow_parts{
    border-bottom: 1px solid var(--color01);
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto 2%;
    padding: 0;
}
#flow .flow_parts .number{
    background: var(--color01);
    color: var(--colorW);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3%;
    margin: 0 2% 0 0;
    padding: 3.6% 0;
}
#flow .flow_parts h3{
    font-size: var(--font18-20);
    width: 30%;
}
#flow .flow_parts .flow_parts_right{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
#flow .flow_parts .flow_parts_right .link_tel{
    padding: 0 2% 0 0;
    width: 35%;
}
#flow .flow_parts .flow_parts_right .link_tel a p{
    font-size: var(--font24-36);
}
#flow .flow_parts .flow_parts_right .inner_link{
    width: 65%;
}
#flow .flow_parts .flow_parts_right .inner_link a{
    padding: 5% 0;;
}

/*==========
Market
==========*/
#market {
    background: url(/images/bg_tenbo.png);
    background: cover;
    width: 100%;
    margin: 0 auto 5%;
    padding: 5% 0 0;
}
#market .market_inner {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1330px;
    width:95%;
    margin: 0 auto;
}
#market .market_inner .inner_title{
    border-bottom: 1px solid var(--color01);
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    width:100%;
    margin: 0 auto 2%;
}
#market .market_inner .inner_title h2{
    background: var(--colorB);
    color: var(--colorW);
    text-align: center;
    padding:1% 0;
    width:22.5%;
}
#market .market_inner .inner_title p{
    color: var(--colorW);
    margin: 0 0 0 auto;
}
#market .market_inner .market_left{
    width: 46%;
    margin: 0 2% 5%;
}
#market .market_inner .market_left ul li{
    background: var(--colorW);
    margin: 0 0 2%;
    padding: 3% 5%;
    position: relative;
}
#market .market_inner .market_left ul li span.tag{
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
}
#market .market_inner .market_left ul li span.tag.low{
    background: url(/images/icon_kk1.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#market .market_inner .market_left ul li span.tag.parallel{
    background: url(/images/icon_kk2.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#market .market_inner .market_left ul li span.tag.high{
    background: url(/images/icon_kk3.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#market .market_inner .market_right{
    background: var(--colorW);
    width: 46%;
    /* height: fit-content; */
    margin: 0 2% 5%;
    padding: 0 0 3%;
}
#market .market_inner .market_right h3{
    border-bottom: 1px solid var(--color01);
    padding: 3% 5%;
}
#market .market_inner .market_right p.comment{
    line-height: 1.4em;
    padding: 3% 5%;
}
#market .market_inner .market_right a{
    display: block;
    width: 90%;
    text-align: center;
    background: var(--color04);
    color: var(--colorW);
    padding: 2% 0;
    margin: 5% auto 0;
}
#market .market_inner .market_right a:hover{
    background:  var(--color01);
}
#market .market_contact{
    background: var(--colorL);
    width: 100%;
    position: relative;
}
#market .market_contact h3{
    background: var(--colorW);
    border: 1px solid var(--color01);
    border-radius:100px;
    width: fit-content;
    padding: 1% 4%;
    position: absolute;
    top:-20%;
    left:50%;
    transform: translate(-50%,0);
}
#market .market_contact .market_contact_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 820px;
    margin: 0 auto 0;
    padding: 6% 0 0;
}
#market .market_contact .market_contact_inner .link_tel{
    width: 38%;
}
#market .market_contact .market_contact_inner .link_tel p{
    font-size: var(--font28-40);
}
#market .market_contact .market_contact_inner .link_tel a span{
    font-size: var(--font14-16);
    padding: 0 20px 0 0;
}
#market .market_contact .market_contact_inner .inner_link{
    width: 50%;
    z-index: 1;
}
#market .market_contact .market_contact_inner .inner_link a{
    padding: 5% 0;
}
@media print, screen and (min-width:769px){
}

@media print, screen and (max-width:768px){
main .center{
    margin: 0 auto 0;
    padding: 0 0 3%;
}
main .center .center_inner{
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 95%;
}
main .center .center_inner .inner_icon{
    grid-column: 1/2;
    grid-row: 2/3;
    width: 100%;
}
main .center .center_inner .inner_top{
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
}
main .center .center_inner .inner_top img{
    width: 90%;
    margin:0 auto;
}
main .center .center_inner .inner_top img.pc-disp{
    display: none;
}
main .center .center_inner .inner_top img.sp-disp{
    display: block;
}
main .center .center_inner .inner_catch{
    grid-column: 2/3;
    grid-row: 2/3;
    width: 100%;
}
main .bottom .bottom_inner{
    padding: 2% 0;
}
main .inner_link {
    margin: 5% auto 0;
}
main .inner_link a{
    padding: 5% 0;
}
#price .inner .inner_title h2{
    width: 100%;
    padding: 3% 0;
}
#price .inner .inner_title p.memo{
    border-top: 1px solid var(--color01);
    width: 100%;
    padding: 3% 0 3% 1%;
}
#price .inner .inner_title p.date{
    /* text-align: right; */
    width: 100%;
    padding: 0 0 3% 1%;
}
#price .inner .inner_box{
    border:0;
    padding: 0 2%;
}
#price .inner .inner_box .inner_box_parts01 h3{
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_box_parts01 figure{
    display: none;
}
#price .inner .inner_box .inner_box_parts01 table{
    width: 100%;
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_box_parts01 .price_market h3{
    padding: 2% 3%;
}
#price .inner .inner_box .inner_box_parts01 .price_market p.comment{
    padding: 2% 3% 4%;
}
#price .inner .inner_box .inner_box_parts01 .price_market{
    width: 100%;
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_link{
    width: 90%;
    margin: 2% auto 10%;
}
#price .inner .inner_box .inner_link a{
    padding: 5% 0;
}
#price .inner .inner_title{
    border-bottom: 1px solid var(--color01);
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_box_parts01 .optionMemo{
    width: 100%;
}
#price .inner .inner_box .inner_box_parts02 ul{
    width: 46%;
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_box_parts02 .inner_link{
    width: 80%;
    margin: 0 auto 10%;
}
#price .inner .inner_box .inner_box_parts03{
    padding: 7% 5%;
}
#price .inner .inner_box .inner_box_parts03 h3{
    padding: 2% 6%;
}
#price .inner .inner_box .inner_box_parts03 p{
    margin: 0 auto 3%;
}
#price .inner .inner_box .inner_box_parts03 ul li{
    margin: 0 5px 2%;
}
#area .area_top{
    width: 88%;
    margin: 0 auto 8%;
    padding: 3% 2% 6%;
}
#area .area_top figure{
    width: 60%;
}
#area .area_top .area_top_right{
    width: 100%;
}
#area .area_top .area_top_right h3{
    line-height: 1.4em;
    margin: 5% auto 5%;
}
#area .area_list ul{
    width: 92%;
    margin: 0 auto 5%;
    padding: 6% 4%;
}
#area .area_list ul li iframe{
    height: 52vw;
}
#flow .flow_title h2{
    padding: 3% 0;
    width: 52%;
}
#flow .flow_top{
    padding: 1% 4%;
}
#flow .flow_top .flow_top_left{
    width: 100%;
    padding: 6% 0;
}
#flow .flow_top .flow_top_right{
    width: 100%;
}
#flow .flow_top .flow_top_right li h3{
    padding: 3% 0;
    margin: 0 0 3%;
    width: 50%;
}
#flow .flow_top .flow_top_right li figure{
    margin: 0 0 2%;
    width: 100%;
}
#flow .flow_top .flow_top_right li figure img{
    width: 100%;
}
#flow .flow_top .flow_top_right li p{
    margin: 0 0 5%;
    width: 100%;
}
#flow .flow_top .flow_top_right:after{
    top: 41%;
}
#flow .flow_parts .number{
    width: 5%;
}
#flow .flow_parts{
    padding: 2% 0 4%;
}
#flow .flow_parts h3{
    width: 90%;
}
#flow .flow_parts.flow_parts_wide h3{
    width: 90%;
}
#flow .flow_parts .flow_parts_right{
    width: 100%;
    margin: 3% 0 0;
    padding: 0 2%;
}
#flow .flow_parts.flow_parts_wide .flow_parts_right{
    width: 100%;
}
#flow .flow_parts .flow_parts_right .link_tel{
    font-size: var(--font28-40);
    width: 100%;
    margin: 0 auto 3%;
}
#flow .flow_parts .flow_parts_right .link_tel a span{
    text-align: center;
}
#flow .flow_parts .flow_parts_right .inner_link{
    width: 100%;
    margin: 0 auto 3%;
}
#market .market_inner{
    padding: 0 0 10%;
}
#market .market_inner .inner_title h2{
    padding: 3% 0;
    width: 52%;
}
#market .market_inner .market_left{
    width: 90%;
    margin: 3% auto 3%;
}
#market .market_inner .market_right{
    width: 90%;
    margin: 0 auto 3%;
}
#market .market_inner .market_right p.comment{
    padding: 5% 5% 8%;
}
#market .market_contact{
    padding: 5% 0 0;
}
#market .market_contact h3{
    padding: 5% 6%;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin: 0 auto;
    width: 88%;
}
#market .market_contact .market_contact_inner .link_tel{
    width: 100%;
    margin: 0 auto 5%;
}
#market .market_contact .market_contact_inner .link_tel p{
    width: fit-content;
    margin: 0 auto 1%;
}
#market .market_contact .market_contact_inner .link_tel span{
    text-align: center;
}
#market .market_contact .market_contact_inner .inner_link{
    width: 80%;
}
}