﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body,.hannari{font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;font-weight: 400;}
.font_bold{font-weight: 700;}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.tire,#intro h3,#contents1 h3,#contents1 ul li,#contents2 h3,#contents3 h3{position: relative;}
/*リピートなし*/
.obj,.tire:before,#intro h3:after,#contents1 h3:after,#contents1 ul li:before,#contents2 h3:after,#contents3 h3:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.obj{
background-image: url(./Dup/img/main.png);
background-size: 100%;
width: 400px;
height: 100%;
top: 0;
}
.obj1{left: 0;}
.obj2{right: 0;transform: scale(-1, -1);}

.tire:before{
background-image: url(./Dup/img/tire.png);
width: 400px;
height: 400px;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
z-index: -1;
}
@keyframes rotate {
from{
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%) rotate(0deg);
-webkit-transform: translate(-50%,-50%) rotate(0deg);
transform: translate(-50%,-50%) rotate(0deg);
}
to{
top: 50%;
left: 50%;
-ms-transform: translate(-50%,-50%) rotate(360deg);
-webkit-transform: translate(-50%,-50%) rotate(360deg);
transform: translate(-50%,-50%) rotate(360deg);
}
}

#intro h3:after,#contents3 h3:after{
width: 100px;
height: 20px;
top: -35px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents1 h3:after,#contents2 h3:after{
width: 100px;
height: 20px;
top: -35px;
left: -12px;
}
#intro h3:after{background-image: url(./Dup/img/txt1.png);}
#contents1 h3:after{background-image: url(./Dup/img/txt2.png);}
#contents2 h3:after{background-image: url(./Dup/img/txt3.png);}
#contents3 h3:after{background-image: url(./Dup/img/txt4.png);}

#contents1 ul li:before{
width: 30px;
height: 30px;
top: -6px;
left: 0;
}
#contents1 ul li:nth-of-type(1):before{background-image: url(./Dup/img/icon1.png);}
#contents1 ul li:nth-of-type(2):before{background-image: url(./Dup/img/icon2.png);}
#contents1 ul li:nth-of-type(3):before{background-image: url(./Dup/img/icon3.png);}
#contents1 ul li:nth-of-type(4):before{background-image: url(./Dup/img/icon4.png);}
/*--------------------------------
全体
--------------------------------*/
body{background-color: #fcfaf5;}
.button_container{background-color: #bea05f;}
#pc_nav li, #top_pc_nav li, #footer_nav li,#overlay .left li{max-width: none;}
#main_img:before,#info_contact .con_img:before,#page_title:before{background-color: rgb(190,160,95,0.4);}

.fix_banner{
width: 170px;
position: fixed;
bottom: 25px;
right: 60px;
z-index: 4;
}

/*--------------------------------
TOP
--------------------------------*/
.top #logo{opacity: 0;pointer-events: none;}
.top .scr_header #logo{opacity: 1;pointer-events: auto;}
#contents1 ul{border-radius: 30px;}
#contents1 ul li{
padding-left: 35px;
margin-bottom: 10px;
}
#contents1 ul li:last-of-type{margin-bottom: 0;}

#top_cms.back1:before{z-index: -1;}

/* TOPお知らせ */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*--------------------------------
下層
--------------------------------*/
/* 買取についてページ */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
/*.flow_type3 .box_item{padding-top: 60px;}*/
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}
/* お客様の声ページ */
.v_type3 .cate_box{border: 1px solid #f5d7af;}
.v_type3 .box_title1{color: #a5b996;}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

.fix_banner{
width: 150px;
bottom: 25px;
right: 45px;
}

.obj{width: 175px;}
.tire:before{
width: 250px;
height: 250px;
}

/* ページタイトル　幅 */
#page_title .page_title_box{width: 50%;}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

.fix_banner{
width: 100px;
bottom: 25px;
right: 25px;
}
.obj{
background-image: url(./Dup/img/main.png);
background-size: 100%;
width: 40vw;
height: 100%;
top: -40vh;
}
.obj1{
left: 0;
transform: rotate(90deg);
}
.obj2{
top: auto;
bottom: -40vh;
right: 0;
transform: rotate(90deg) scale(-1, -1);
}
#intro_wrap{padding-top: 20%;}

/* TOP　コンテンツ1・2　スマホサイズ時タイトル下の線を中央に */
#contents1 .line:before, #contents2 .line:before,
#contents1 h3:after, #contents2 h3:after{
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
#contents1 .con_img,#contents2 .con_img{margin-bottom: 50px;}
#contents1 ul{
border-radius: 15px;
padding: 25px;
}
#contents1 ul li{padding-left: 27px;}
#contents1 ul li:before{left: -10px;}

#contents3 .con_box{padding-top: 15%;}

/* ページタイトル　幅 */
#page_title .page_title_box{width: 72%;}

}

/*IE*/
@media all and (-ms-high-contrast: none) {}




/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #bea05f; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #bea05f;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #bea05f;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #bea05f;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #bea05f;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #FCFAF5;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #A5B996;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #F5D7AF;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #bea05f;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #FCFAF5;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #A5B996;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #F5D7AF;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #bea05f;}
.border_color2,.hvr_border_color2:hover{border-color: #FCFAF5;}
.border_color3,.hvr_border_color3:hover{border-color: #A5B996;}
.border_color4,.hvr_border_color4:hover{border-color: #F5D7AF;}

/*--------------------------------
■2px大きく
--------------------------------*/
html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

@media  screen and (max-width: 768px){
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
}


@media  screen and (max-width: 667px){
html{font-size: 15px;}
body{-webkit-text-size-adjust: 110%;font-size: 15px;}

.font_12_sp{font-size: 13px;}
.font_14_sp{font-size: 15px;}
.font_16_sp{font-size: 17px;}
.font_18_sp{font-size: 19px;}
.font_20_sp{font-size: 21px;}
.font_22_sp{font-size: 23px;}
.font_24_sp{font-size: 25px;}
.font_26_sp{font-size: 27px;}
.font_28_sp{font-size: 29px;}
.font_30_sp{font-size: 31px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 1px);
font-size: calc(1rem + 1px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 3px);
font-size: calc(1rem + 3px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 5px);
font-size: calc(1rem + 5px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 7px);
font-size: calc(1rem + 7px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 9px);
font-size: calc(1rem + 9px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 11px);
font-size: calc(1rem + 11px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem - 1px);
font-size: calc(1rem - 1px);
}
}

.button_container span:nth-of-type(1).font_12{font-size: 12px;}
#page_title h2.font_24_sp{font-size: 20px;}