﻿@charset "utf-8";
/* CSS Document */

p{
margin:0 !important;
}

#wContents {
  padding:20px 0;
  margin: 0 auto;
}

body{   
 background: #F5F5F5;
}

/*柳下追記*/
.wrap__youtube {
    background-color: #fff;
    padding: 0 10em 5em;
    text-align: center;
    margin-top: 50px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube_ttl_box{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.title__h2-header01 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
margin-bottom: 0;
    margin-left: 10px;
}

.text__center {
    text-align: center;
}

.text__center.margin__mb-1 {
    margin-bottom: 1em;
}

.width__50px {
    width: 50px;
}
/*柳下追記ここまで*/

section{
margin-bottom:50px;
}

section h3{
    text-align: center;
        font-size: 28px;
    margin-bottom: 30px;
    color: #333333;
    position: relative;
    z-index: 2;
}

.h3_box{
    position: relative;
}


.sm{
display:none;
}

.md{
display:block;
}

p#txt{
margin:0 auto !important;
}

.sec_ttl{
    position: relative;
    margin: 80px 0;
}

.sec_ttl h2{
text-align: center;
    font-size: 48px;
    margin-bottom: 0px;
    color: #333333;
    position: relative;
    z-index: 2;
}

p.h2_bg{
width: 100%;
    line-height: .9;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px !important;
    font-weight: bold;
        color: #e9e9e9;
    letter-spacing: -5px;
}



/**************************mv*************************************/
.mv{
margin-top:50px;
margin-bottom:50px;
}

.mv h1{
margin-bottom:0;
padding-bottom:0;
}

.sokyu_box{
    display: flex;
    justify-content:center;
    align-items: center;
padding: 40px;
    background: #C30000;
    border-radius: 10px;
}

.sokyu_box_inner{
width:50%;
}

.btn_content{
width:50%;
}

.sokyu_box .ttl{
    display: flex;
    align-items: center;
}

.sokyu_box .ttl p{
    font-size: 36px;
font-weight:bold;
margin-right:10px !important;
}

.sokyu_box .ttl p.h2_item{
    font-size: 48px;
}

.sokyu_box p{
font-size: 16px;
    color: #fff;
}


.sokyu_box .btn_content p{
    text-align: center;
    font-size: 24px;
}

.sokyu_box a{
      line-height: 1.2;
    font-size: 32px;
    text-align: center;
width: 80%;
    margin: auto;
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 0 #B9B9B9;
 transition: .3s;
}

.sokyu_box a.shop_research{
    font-size: 24px;
    padding: 20px 30px 15px 30px;
    color: #333333;
}

.sokyu_box a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #B9B9B9;
}

.sokyu_box a:before{
content: '';
    display: inline-block;
    width: 42px;
    height: 26px;
    background-image: url(https://www.kitamura.jp/used/images/free.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.sokyu_box a.shop_research:before{
content: '';
    display: inline-block;
    width: 34px;
    height: 42px;
    background-image: url(https://www.kitamura.jp/used/images/house.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}


.sokyu_box a span{
font-size: 12px;
    display: block;
}


/**************************アンカーリンク*************************************/

.anchor{
display:flex;
justify-content:space-between;
    margin-bottom: 50px;
}

.anchor a {
font-weight: bold;
    display: block;
    width: 25%;
    padding: 20px 20px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #C30000;
    background: #fff;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border:1px solid #C30000;
    box-shadow: 0 4px 0 #B10000;
 transition: .3s;
}

.anchor a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #B10000;
}

.anchor a.trip_anchor::before{
    content: '\f70c';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    margin-right: 15px;
}


.anchor a.shop_anchor::before{
    content: '\f54f';
    font-family: "Font Awesome 5 Pro";
     font-size: 18px;
    margin-right: 15px;
}


.anchor a.direct_anchor::before{
    content: '\f0d1';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    margin-right: 15px;
}

.anchor a::after{
content: '\f2ec';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    margin-left: 15px;
    transform: scale(1, -1);
}

/**************************target*************************************/

.taget_wrap{
    display: flex;
    flex-wrap: wrap;
justify-content: space-between;
}

.taget_box{
    width: calc(50% - 70px );
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
}



.taget_box h4{
font-size: 24px;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 5px solid #C30000;
    line-height: 1;
color:#333333;
}

/* 240930 テキスト高さ調整（鈴木）*/
/* .taget_box_inner{
    display: flex;
height: 200px;
}*/

.taget_box_inner{
    display: flex;
}

.taget_box_inner img{
   max-width: 100%;
    height: 200px;
}
/* 240930 調整ここまで */

.taget_box_inner p{
    padding-left: 10px;
    font-size: 15px;
    position: relative;
width:100%;
    line-height: 1.5;
}

.taget_box_inner p strong{
    line-height: 1.4;
display: block;
    font-size: 12px;
margin-top:0px;
color:#C30000;
}

.taget_box_inner span{
bottom: 0;
    right: 0;
    display: block;
    position: absolute;
}

.taget_box_inner span a{
text-decoration: none;
    font-weight: bold;
    color: #C30000;
}

.taget_box_inner span a:hover{
border-bottom:2px solid #C30000;
}

/**************************trip*************************************/


.trip p{
  font-size: 16px;
}

.trip_box{
display: flex;
align-items: center;
padding: 5px 0; 
border-bottom: 1px solid #641741;
}

.trip_box  .trip_box_inner_1{
padding: 5px;
    border: 1px solid #333333;
    color: #333333;
background:#fff;
    font-weight: bold;
    width: 15%;
    text-align: center;
}

.trip_box  .trip_box_inner_2{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
  width: 85%;
    margin-left: 10px !important;
}

.trip_box:last-of-type{
margin-bottom:30px;
}

/**************************店舗買取btn*************************************/

.t_kaitori_btn_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.t_kaitori_btn_box ul::after {
content:"";
display:block;
width:32%;
}

.t_kaitori_btn_box ul li {
    width: 32%;
    margin-bottom: 30px;
    position: relative;
}

.t_kaitori_btn_box ul li a {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #C30000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 0 #C30000;
    transition: .3s;
    border: 1px solid #C30000;
}

.t_kaitori_btn_box ul li a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #C30000;
}

.t_kaitori_btn_box ul li a img {
    width: 10%;
}



/**************************shop*************************************/


section.shop h3.first{
    margin-bottom: 10px;
font-size: 24px;
}

section.shop h3.second{
    background: #b92577;
}

section.shop h3.second{
    background: none;
    color: #641741;
}

.shop p{
font-size:16px;
margin-bottom:50px !important;
}

.shop ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shop ul::after{
  content:"";
  display: block;
  width:32%;
}

.shop ul li{
    width: 32%;
    text-align: center;
    margin-bottom: 15px;
}

.shop ul li a{
border-radius: 10px;
    padding: 20px 0;
font-size:16px;
    width: 100%;
    display: inline-block;
    color: #C30000;
    text-decoration: none;
    background: #fff;
   box-shadow: 0 4px 0 #C30000;
 transition: .3s;
border:1px solid #C30000;
}

.shop ul li a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #C30000;
}

.shop p.day{
text-align:right;
margin-bottom:0 !important;
}

/**************************direct_banner*************************************/

.direct_banner{
    padding: 20px 50px;
    background: #C30000;
    border-radius: 10px;
margin-bottom:80px !important:
}

.direct_banner .ttl{
    display: flex;
    align-items: center;
    justify-content: center;
}

.direct_banner .ttl p{
    font-size: 48px;
color:#fff;
margin-right:10px !important;
}

.direct_banner p.fs_36{
    font-size: 32px;
color:#fff;
}

.direct_banner p {
    color: #fff;
    font-size: 20px;
    text-align: center;
font-weight:bold;
}

.direct_banner_box{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.direct_banner_box_inner{
    padding: 0 10px;
    text-align: center;
}



/**************************direct*************************************/


section.direct h3.first{
margin-bottom: 10px;
    font-size: 24px;
}

section.direct h3.second{
background: #b92577;
}

.direct p{
font-size:16px;
    margin-bottom: 50px !important;
}

.direct_box ul{
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
    justify-content: space-between;
}

.direct_box ul li {
margin-bottom:10px;
    width: 25%;
    text-align: center;
}

.direct_box ul li a{
    text-decoration:underline;
    color: #333333;
}

.direct_box ul li a:hover{
    color: #C30000;
    text-decoration:underline;
}

.direct_box ul li p{
margin-bottom:0 !important;
text-align:center;
font-weight:bold;
}

.direct_box ul li img{
margin-bottom:5px;
}


/**************************kitamura*************************************/


section.kitamura{
    margin-top: 150px;
}

.tltile_box{
    position: relative;
    padding: 100px 0;
    margin-bottom: 50px;
    height: 100px;
}

.tltile_box.camera{
    background:#fff;
}

.tltile_box.sma{
    background:#fff;
}

.tltile_box.watch{
    background:#fff;
}

.tltile_box.brand{
    background:#fff;
}

.tltile_box.gold{
    background:#fff;
}

.tltile_box h2{
    font-size: 48px;
background: #C30000;
    padding: 10px 0 10px 30px;
    color: #fff;
}

.tltile_box img{
position: absolute;
    top: -15%;
    right: 3%;
}

.kitamura p{
font-size:16px;
margin-bottom:50px !important;
}

.kitamura ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kitamura ul li{
    width: 32%;
margin-bottom:50px;
position: relative;
}

.kitamura ul li a{
width: 100%;
    padding: 25px 0;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #C30000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 0 #C30000;
    transition: .3s;
    border: 1px solid #C30000;
}

.kitamura ul li a img{
width:15%;
}

.kitamura ul li a:hover{
  transform: translateY(4px);
  box-shadow: 0 0 0 #C30000;
}

.btn_box{
line-height: 1.3;
}

.btn_item_1{
font-size: 20px;
    font-weight: bold;
}

.btn_item_2{
display: block;
}

.btn_item_2.not_block{
display: inline-block;
}

.btn_item_3{
    display: block;
    width: 100%;
    text-align: center;
    color: #C30000;
position: absolute;
    bottom: -35%;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



.kitamura ul::after{
  content:"";
  display: block;
  width:32%;
}


/**************************レスポンシブ*************************************/

@media screen and (max-width: 767px){
.titleSub span{
top: 60px;
    right: 15px;
}

.md{
display:none;
}

.sm{
display:block;
}

section{
padding:0 10px;
    margin-bottom: 30px;
}

.mv{
margin-top:0;
}

.mv h1{
padding:0;
    margin: 0;
}

.sokyu_box{
display: block;
    text-align: center;
padding: 40px 15px 40px 15px;
    border-radius: 0px;
}


.sokyu_box_inner{
    width: 100%;
}

.sokyu_box h2{
background: none;
    width: 50%;
margin:0 !important;
}

.sokyu_box p.under_h2{
padding: 20px 0;
    line-height: 1.5;
}

.sokyu_box .btn_content p{
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
margin-bottom:5px !important;
}

.sokyu_box .ttl p{
font-size: 24px;
margin-right:0 !important;
}

.sokyu_box .ttl p.h2_item {
    font-size: 32px;
}

.btn_content{
    width: 100%;
}

.sokyu_box a {
font-size: 28px;
    padding: 10px;
    width: 100%;
}

.sokyu_box a.shop_research{
font-size: 24px;
    padding: 15px 10px 10px 10px;
    width: 100%;
}


.sokyu_box .ttl{
    justify-content: center;
}

.sokyu_box p span{
font-size:12px;
}

.anchor{
    padding: 0 10px;
display:block;
}

.anchor a{
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
padding: 10px 5px;
}

.anchor a.trip_anchor::before{
    font-size: 18px;
    margin-right:10px;
}

.anchor a.shop_anchor::before{
    font-size: 18px;
    margin-right:10px;
}

.anchor a.direct_anchor::before{
    font-size: 18px;
    margin-right:10px;
}

.anchor a:after{
    font-size: 12px;
    margin-left: 10px;
}


.taget_wrap{
display:block;
}

.taget_box h4{
    font-size: 18px;
}

.taget_box{
width:100%;
    margin-bottom: 30px;
}

.taget_box_inner{
    height: auto;
    display: block;
}

.taget_box_inner img{
width:100%;
height: auto;
}

.taget_box_inner p{
    position: static;
    margin-top: 10px !important;
padding-left:0;
}

.taget_box_inner span{
       position: static;
    margin-top: 10px;
    text-align: right;
}

.trip_box{
display:block;
border-bottom:none;
}

.trip_box .trip_box_inner_1{
width: 100%;
}

.trip_box .trip_box_inner_2{
width: 100%;
    margin-left: 0 !important;
margin-top: 10px !important;
}

.t_kaitori_btn_box ul{
    display: block;
    margin-bottom: 30px;
}

.t_kaitori_btn_box ul li {
    width: 100%;
    margin-bottom: 20px;
}

.shop ul{
    display: block;
}

.shop ul li{
    width: 100%;
}

.direct_banner{
    padding: 30px 15px;
border-radius: 0px;
}

.direct_banner .ttl{
display:block;
}

.direct_banner h2{
background: none;
margin:auto;
    width: 50%;
}

.direct_banner p.fs_36{
font-size: 24px;
    padding: 20px 0;
    line-height: 1.2;
}

.direct_banner_box{
    display: block;
margin-top:0;
}

.direct_banner .ttl p{
font-size: 24px;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}

.direct_banner p{
font-size:16px;
}


.direct_banner_box_inner{
margin-bottom:20px;
}

.direct_box ul{
    width: 100%;
}

.direct_box ul li{
width: 49%;
}


section.kitamura{
    margin-top: 70px;
}

.kitamura p{
margin-bottom: 30px !important;
}

.tltile_box{
height:auto;
    position: static;
padding:0 0 20px 0;
text-align: center;
margin-bottom: 30px;
}

.tltile_box img{
    position: static;
}

.tltile_box h2{
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
}

.kitamura ul{
    display: block;
}

.kitamura ul li{
width:100%;
margin-bottom:40px;
}

.btn_item_3 {
    font-size: 12px;
    bottom: -33%;
}

.kitamura ul li a{
padding: 15px 0;
}

#wShare .share:before{
right: 5px !important;
}

.youtube_ttl_box{
padding: 30px 10px;
display: block;
}


p.h2_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px !important;
    font-weight: bold;
    color: #e9e9e9;
    letter-spacing: -2px;
    line-height: .8;
}


.sec_ttl h2{
        line-height: 1.2;
    font-size: 32px;
    background: none;
}

.section h3{
    font-size: 24px;
margin-bottom: 15px;
}

section.shop h3.first{
    font-size: 20px;
}

section.direct h3.first {
    font-size: 20px;
}

.sec_ttl{
    margin: 60px 0;
}

.shop p,.direct p{
    margin-bottom: 30px !important;
}


}




/*柳下追記*/
@media screen and (max-width: 767px) {
.wrap__youtube {
margin-top: 30px;
    padding: 0px;
    border-radius: 0;
padding-bottom: 30px;
    margin-bottom: 30px;
}
.title__h2-header01 {
    background: none;
    color: #333333;
font-size:18px;
}
}
/*柳下追記ここまで*/

@media screen and (min-width:389px) and (max-width:415px){
.titleSub h1{
    padding-bottom: 30px !important;
}

}

/*2025.07.03 Tei*/
a.sokyu-link {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
a.sokyu-link:before{
    content:none;
}
a.sokyu-link:hover{
    background:rgba(255,255,255,.15);
}
.direct_banner,
.sokyu_box {
    position: relative;
}
