@charset "utf-8";




/*========= PC ===============*/
@media only screen and  (min-width : 481px) {

  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .pc { display: block !important; }
  .sp { display: none !important; }

    /* パソコンで見たときのみ改行 */
  .br-sp {display: none; }

/* ヘッダー */
/*------------------------------------
汎用 ↓
------------------------------------*/
a {
  text-decoration: none; 
  pointer-events: auto;
}

li {
  list-style-type: none;
}

.flex02 {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 1100; /* 追加: 最前面に表示させるために z-index を指定 */
}

.flex02 li {
  z-index: 101;
}

.aic {
  align-items: center;
}

.jcb {
  justify-content: space-between;
}

/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

header ul li img {
  margin-top: -25px;
  width: 70%;
}

/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header a {
  color: #333;
}

header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 40px;
}

header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}

.nav_open .overlay {
  z-index: 999; /* メニュー背景を後ろに移動 */
}

header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}

/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: left;
}

/* サイドメニューの z-index を調整 */
.sidemenu {
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: -30%; /* メニュー幅 */
  top: 0;
  z-index: 1101; /* サイドメニューが他の要素より前に表示されるように */
  transition: all 0.6s;
  width: 30%; /* メニュー幅 */
  background-color: rgba(255, 255, 255, 0.9);
}

.sidemenu nav ul li {
  padding: 20px;
}

.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 60px;
  z-index: 1101; /* 追加: 最前面に表示させるために z-index を指定 */
}

.hamburger span {
  background-color: #333;
  height: 3px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}

.hamburger_linetop {
  top: 20px;
}

.hamburger_linecenter {
  top: 29px;
}

.hamburger_linebottom {
  top: 38px;
}

/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  left: 0;
}

.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
}

.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}

.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}

.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
/* オーバーレイの z-index を調整 */
.overlay {
  cursor: pointer;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 999; /* オーバーレイが flex02 の下に来るように調整 */
}

/*------------------------------------
ヘッダー ↓
------------------------------------*/
header {
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 12%;
  background-color: #ffffff;
  z-index: 100;
}

.pc_no {
  display: none;
}

/* ヘッダー */


  /* TOP画像 */
  #top{
    margin: 5% auto 0 auto;
      text-align: center;
  }

  #top img{
  width: 45%;
  }

  /* TOP画像 */


/* 冒頭説明文 */
#冒頭説明文{
    font-family: "Noto Sans JP", sans-serif;
   color: #3e3a39;
}


  h2{
   text-align: center;
    font-size: 30px;
  }

  #setsumei{
    font-family: "Noto Sans JP", sans-serif;
   margin: 50px auto ;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
  }

  #chushaku{
     text-align: center;
     font-size: 15px;
  }
  
 /* 冒頭説明文 */

  #logo {
    position: fixed;
    top: -10px;
    left: 30px;
    z-index: 200;
  }
  
  
  #logo img{
    width: 26%;
  }





/* 各タイトル */
 
.scroll-space{
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  text-align: center;
 color: #3e3a39;
  overflow: hidden;
  font-size: 30px;
  margin: 0px 0 20px 0;
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}

.fadein-bottom {
    transform: translate(0,30px);
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


/* 各タイトル */

/* 買取品目 */
#買取品目{
  padding: 50px 0;
   color: #3e3a39;
}




 
 
/* 買取参考価格 */

.参考買取価格 ul{
   
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  max-width: 50%;
}

.参考買取価格 ul li{
  max-width: 15%;
  margin: 0 20px 20px 20px;
}



#setsumei01{
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3a39;
  text-align: center;
  font-size: 15px;
  margin: 5px auto;
}

#setsumei02{
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size:20px;
  color: #ff4c4c;
  font-weight: bold;
  margin: 5px 0px 20px 0;
}

.参考買取価格 ul li img{
  width: 100%;
}


/* 買取参考価格 */




/* 買取品目画像 */

.買取品目画像 ul{
   
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px auto 0px auto;
  max-width: 50%;
}

.買取品目画像 ul li{
  max-width: 20%;
  margin: 5px;
}

.買取品目画像 ul li p{
  text-align: center;
  font-size: 15px;
  margin: 5px auto 30px auto;
}



.買取品目画像 ul li img{
  width: 100%;
}


/* 買取品目画像 */



  #状態悪{
    margin: 100px 0;
  }

/* 買取品目 */





/* 会社概要 */

#会社概要{
  margin-top: 100px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 20px 0;
  color: #3e3a39;
}


#会社概要 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

#会社概要 p a{
  color: #3e3a39;
}

/* 会社概要 */


/* スライダー */
h5{
  border-bottom: solid 2px #3e3a39;
  max-width: 10%;
   padding-bottom: 5px;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  text-align: center;
  color: #5fc70f;
}


.wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-block: 50px;
}


img {
  max-width: 100%;
  height: auto;
}

.test-area {
    position: relative;
    width: min(90%, 500px);
    margin-inline: auto;
}

.swiper-button-prev {
     --swiper-pagination-left: -40px; 
    --swiper-navigation-color: #3e3a39; 
}
.swiper-button-next {
     --swiper-pagination-right: -40px; 
      --swiper-navigation-color: #3e3a39; 
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
     --swiper-pagination-bottom: -30px; 

}


/* スライダー */



/* ボタン */

.button-2 {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:100px auto 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 50px;
    background-color: #109560;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.button-2:hover {
    background-color: #109560;
}

/* ボタン */


/* 金相場 */
#金相場{
  margin: 100px 0 0 0 ;
}

/* 金相場 */



/* 選ばれる理由 */
#riyu{
  margin: 0 auto;
  max-width: 50%;
}

#riyu ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}


#riyu ul li{
  margin: 10px;
  max-width: 40%;
}


/* 選ばれる理由 */




/*TOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 100px;
}
.pagetop a {
  display: block;
  background-color: #3e3a39;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 20px;
 border-radius: 30%;
}
/*TOPへ戻る */

/*金相場 */
table{
    font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: 60%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 10px 0;
  text-align: center;
}

table th,table td{
  font-size: 18px;
}

#td02{
  font-weight: bold;
  color: #ff4c4c;
}

table tr:nth-child(odd){
  background-color: #eee
}
/*金相場 */

  }










/*========= スマホ ===============*/
@media only screen and  (max-width : 481px) {

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
  .pc { display: none !important; }
  .sp { display: block !important; }

    /* パソコンで見たときのみ改行 */
    .br-pc {display: none; }

/*ハンバーガーメニュー*/
a {
  text-decoration: none; 
	pointer-events: auto;
}
li {list-style-type: none;}
/*------------------------------------
汎用 ↓
------------------------------------*/
.flex02 {
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  position: fixed;
  right: 150px;
  top: 20px;
}



.aic {align-items: center;}
.jcb {justify-content: space-between;}


/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header {
  font-size: 20px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  background-color: #ffffff;
  z-index: 100;
}


header a{
  color: #333;
}


header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 40px;
}
header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}
header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: left;
}

.sidemenu {
   font-family: "Noto Sans JP", sans-serif;
  height: 100%;
  padding-top: 100px;
  position: fixed;
  left: -30%; /*メニュー幅*/
  top: 0;
  z-index: 0;
  transition: all 0.6s;
  width: 30%; /*メニュー幅*/
  background-color: rgba(255, 255, 255, 0.9);
}

.sidemenu nav ul li {
  padding: 20px;
}


.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 10px;
  width: 60px;
  z-index: 100;
}
.hamburger span {
  background-color: #333;
  height: 3px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger_linetop {
  top: 20px;
}
.hamburger_linecenter {
  top: 29px;
}
.hamburger_linebottom {
  top: 38px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  left: 0;
}
.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  cursor: pointer;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;

}


  .sp_no {
    display: none;
  }
  .sidemenu {
     font-family: "Noto Sans JP", sans-serif;
    padding-top: 100px;
    position: fixed;
    transition: all 0.6s;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    font-size: 18px;
    top: 0;
    bottom: 0;
    left: -80%; /*メニュー幅*/
    width: 80%; /*メニュー幅*/
  }




  /* TOP画像 */
  #top{
    margin: 25% auto 0 auto;
      text-align: center;
  }

  #top img{
  width: 100%;
  }

    /* TOP画像 */
    

/* 冒頭説明文 */
#冒頭説明文{
    font-family: "Noto Sans JP", sans-serif;
  margin: 80px auto 100px auto;
   color: #3e3a39;
}

  h2{
   text-align: center;
    font-size: 25px;
    line-height: 50px;
  }

  #setsumei{
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
   font-size:17px;
   line-height: 35px;
   margin-bottom: 50px;
  }

    #chushaku{
     text-align: center;
     font-size: 15px;
  }
  
 /* 冒頭説明文 */




    #logo {
      position: fixed;
      top: -10px;
      left: 30px;
      z-index: 200;
    }
    
    #logo img{
      width: 40%;
    }




/* 各タイトル */
 
.scroll-space{
  font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
  text-align: center;
  color: #3e3a39;
  overflow: hidden;
  font-size: 25px;
  margin: 0px 0 40px 0;
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}

.fadein-bottom {
    transform: translate(0,30px);
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


/* 各タイトル */


/* 買取品目 */
#買取品目{
  padding: 50px 0;
}



/* 買取参考価格 */

.参考買取価格 ul{
   
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  max-width: 100%;
}

.参考買取価格 ul li{
  max-width: 28%;
  margin: 0 10px 20px 10px;
}


#setsumei01{
  font-family: "Noto Sans JP", sans-serif;
  color: #3e3a39;
  text-align: center;
  font-size: 12px;
  margin: 5px auto;
}

#setsumei02{
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size:18px;
  color: #ff4c4c;
  font-weight: bold;
  margin: 5px 0px 20px 0;
}

.参考買取価格 ul li img{
  width: 100%;
}


/* 買取参考価格 */




/* 買取品目画像 */


.買取品目画像 ul{
   
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0 auto;
  max-width: 100%;
}

.買取品目画像 ul li{
  max-width: 30%;
  margin: 5px;
}



.買取品目画像 ul li img{
  width: 100%;
}


/* 買取品目画像 */


  #状態悪{
    margin: 100px 0;
  }

/* 買取品目 */


/* 会社概要 */

#会社概要{
  margin-top: 50px;
  margin-bottom: 100px;
  background-color: #e8e8e8;
  text-align: center;
  padding: 50px 0;
}

#会社概要 p{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

#会社概要 p a{
  color: #3e3a39;
}

/* 会社概要 */




/* スライダー */
h5{
  border-bottom: solid 2px #3e3a39;
  max-width: 80%;
  padding-bottom: 5px;
  margin: 0 auto 50px auto;
  font-family: "Zen Maru Gothic", serif;
  font-size: 25px;
  text-align: center;
  color: #5fc70f;
}

.wrapper {
   margin-top: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
 
}


img {
  max-width: 100%;
  height: auto;
}

.test-area {
    position: relative;
    margin-inline: auto;
}

.swiper-button-prev {
    left: -30px;
       --swiper-navigation-color: #3e3a39; 
}
.swiper-button-next {
    right: -30px;
       --swiper-navigation-color: #3e3a39; 
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
    --swiper-pagination-bottom: -30px; 
}


/* スライダー */



/* ボタン */

.button-2 {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:50px auto 0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 50px;
    background-color: #109560;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.button-2:hover {
    background-color: #109560;
}

/* ボタン */


/* 金相場 */
#金相場{
  margin: 100px 0 0 0 ;
}

/* 金相場 */



/* 選ばれる理由 */
#riyu{
  margin: 0 auto;
  max-width: 100%;
}

#riyu ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}


#riyu ul li{
  margin:  5px;
  max-width: 45%;
}


/* 選ばれる理由 */



/*TOPへ戻る */
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 50;
}
.pagetop a {
  display: block;
  background-color: #3e3a39;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 10px 20px;
 border-radius: 30%;
}
/*TOPへ戻る */



/*番号 */
#bangou{
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  height: 100px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 200;
}

#bangou img{
  padding: 10px ;
  width: 65%;
}
/*番号 */



/*金相場 */
table{
    font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,table td{
  padding: 30px 0;
  text-align: center;
}

table th,table td{
  font-size: 15px;
}

#td02{
  font-weight: bold;
  color: #ff4c4c;
}

table tr:nth-child(odd){
  background-color: #eee
}
/*金相場 */

  }
