/*  -------------------------------------------------------
Theme Name:買取専門店パイプ堂
Theme URL:https://
Description: 買取専門店パイプ堂のテーマ
Author:Riho Isobe
Version:1.0.0
SP版
----------------------------------------------------------- */
.shippori-mincho-regular {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
      background-color: #A58F86; 
  }
  
  body, h1, h2, h3, h4, h5, a, p, label, select, option, button, span, textarea, input {
      font-family: "Shippori Mincho", serif;
      margin: 0;
      padding: 0;
      color: black;
      text-decoration: none;
  }
  
  section {
  /* 	width: 94vw;
      padding-left: 3vw;
      padding-right: 3vw;
      margin-top: 4vw; */
      z-index: 0;
  }
  
  h1 { font-size: 7vw; }
  h2 { font-size: 6vw; }
  h3 { font-size: 5vw; }
  h4 { font-size: 4.5vw; }
  h5 { font-size: 4vw; }
  p, a, label, span, input, textarea, select, option, button { font-size: 3.4vw; }
  
  .underline {
      position: relative;
      padding-bottom: 1vw;
      margin-bottom: 4vw;
      border-bottom: 3px solid black;
  }
  .underline::before{
        content: '';
       position: absolute;
        position: absolute;
      width: 50%;
      left: 0%;
      bottom: -3px;
      height: 3px;
      background-color: orange;
  }
  
  /*  
   *---------------------------------- HEADER 
  */
  
  /*  
   *---------------------------------- TOP SECTION
  */
  .top_sec, #top_sec_id {
      text-align: center;
      top: 0;
      left: 0;
      position: fixed;
      padding: 1.4vw 15vw 0 15vw;
      height: 6vh;
      background-color: white;
      width: 70vw;
      z-index: 100;
  }
  #top_sec_h1 {
      position: sticky;
      top: 0;
      padding-top: 1vw;
      font-size: 5vw;
      color: black;
      background-color: white;
  }
  .top_sec > img {
      position: fixed;
      top: -5vh;
      height: 120vh;
      width: 10vw;
  }
  .top_sec > img:nth-of-type(1) {
      right: 0;
  }
  .top_sec > img:nth-of-type(2) {
      left: 0;
  }
  /*  
   *---------------------------------- TOP SECTION
  */
  .top_img_sec {
      width: 90vw;
      height: 27vh;
      padding: 0 5vw;
      text-align: center;
      background-color: #4D1A06;
      padding-bottom: 10vw;
      background-image: url("http://pipekaitori.com/wp-content/uploads/2025/06/quitting-time-1096409_1280.jpg");
      background-size: 100vw 38vh;
  }
  .top_img_sec > a {
      font-size: 18vw;
      padding-top: 8vh;
      display: block;
      color: white;
      text-shadow: 0 0 4px black,0 0 4px black;
  }
  #top_img_sp_id {
      width: 100vw;
      height: 0;
  }
  .top_img_sec > h2 {
      font-size: 4vw;
      width: 80%;
      margin-left: 10%;
      color: white;
      text-shadow: 0 0 4px black,0 0 4px black;
  }
  /*  
   *---------------------------------- ONE NEWS SECTION
  */
  .one_news_sec {
      padding: 2vw 10vw;
      width: 80vw;
      background-color: #A58F86;
  }
  /*  
   *---------------------------------- PRICE SECTION
  */
  .price_sec {
      padding: 2vw 10vw;
      width: 80vw;
      background-color: yellow;
      text-align: center;
  }
  .price_sec > h3 {
      width: 60%;
      margin-left: 20%;
      margin-top: 5vw;
  }
  .price_sec > div {
      width: 94%;
      margin: 2vw 0 2vw 3%;
      height: 20vh;
      border: 1px solid black;
  }
  
  /*  
   *---------------------------------- NAGARE SECTION
  */
  .nagare_sec {
      padding: 6vw 14vw;
      width: 72vw;
      text-align: center;
  }
  .nagare_sec > h3 {
      width: 100%;
      margin-top: 5vw;
  }