@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@400;500;600;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;800;900&family=New+Tegomin&family=Yuji+Syuku&family=Yusei&family=Yomogi+Magic&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
* {
    margin: 0;
    padding: 0;
    /* font-family: 'Zen Maru Gothic', sans-serif; */
    font-family: "Yomogi", cursive;
    font-family: mizolet, sans-serif;
    font-family: "kinuta-shin-enpitsu-it-stdn", sans-serif;
    /* font-family: a-otf-ryumin-pr6n, serif; */
    box-sizing: border-box;
    transition: all 0.2s ease;
    font-weight: bold;
}

h2 {
    font-weight: 700;
}

/* nav menu */

.header-menu .ham-menu {
    margin-top: 0;
    position: fixed;
    display: flex;
    width: 87%;
    top: 3%;
    left: 11%;
    z-index: 100000;
    justify-content: space-around;
}

.header .ham-menu li a {
    font-family: "Yomogi", cursive;
    color: rgb(12, 11, 11);
    font-size: 1.2rem;
    justify-content: space-evenly;
    border: 2px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 4px 4px 0 rgb(96, 93, 93);
}

.header .ham-menu li a:hover {
    color: rgb(2, 101, 45);
    font-weight: bold;
    box-shadow: 0px 0px 0 rgb(96, 93, 93);
}

/* top画像 */

.header-logo {
    width: 9%;
    height: 5.5%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    box-shadow: 4px 4px 0 rgb(96, 93, 93);
    position: relative;
    top: 4.2%;
    left: 1.5%;
}

.top-img {
    background-color: #333;
    top: -6%;
    left: 0;
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 100;
}

.top-img .header-logo img {
    position: absolute;
    width: 90%;
    height: 100%;
    top: -5%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.top-img img {
    position: absolute;
    top: -5%;
    left: 0;
    width: 85%;
    height: auto;
    z-index: 100;
    max-width: 800px;
}

.top-img::before {
    content: "";
    position: absolute;
    background-color: rgba(11, 11, 11, 0.7);
    width: 100%;
    height: 700px;
    top: 0%;
    left: 0%;
    box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
}

.top-logo {
    position: relative;
    z-index: 10;
    padding: 2rem 5rem;
    top: 25%;
    left: 55%;
    width: 33%;
    height: 40%;
    border: 1px solid rgb(105, 105, 105);
    font-size: 0;
    padding: 0;
}

/* .top-logo:before {
    z-index: 10;
    top: 5%;
    left: 2.5%;
    padding: 0;
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    content: "";
    border: 2px solid rgb(105, 105, 105);
} */

.top-logo h1 {
    font-family: "Yomogi", cursive;
    color: whitesmoke;
    font-size: 1.8rem;
    margin-top: 60px;
    text-align: center;
}

.top-logo h2 {
    font-family: "Yomogi", cursive;
    padding: 20px 0;
    text-align: center;
    color: whitesmoke;
    font-size: 3.5rem;
}

.header.scroll-nav {
    background: rgb(11, 11, 11);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 当社について */

.our-infomation {
    position: relative;
    width: 100%;
    height: 1400px;
    margin-bottom: 80px;
    /* top: 160px; */
    background: linear-gradient(
        to bottom,
        rgb(0, 159, 162),
        rgb(105, 187, 189)
    );
}

.our-infomation h2 {
    font-family: "Yomogi", cursive;
    font-size: 2.5rem;
    text-align: center;
    padding-top: 160px;
    position: relative;
}

.infomation-title span {
    position: relative;
    z-index: 2;
}

.infomation-title::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 1%;
    margin-top: 1.5%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 0.4rem;
}

.our-info {
    width: 100%;
    height: 800px;
    margin-top: 50px;
}

.our-infoexample {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.our-info-1 {
    width: 100%;
    height: 50%;
}

.our-info-2 {
    width: 100%;
    height: 60%;
}

.circle {
    position: relative;
    margin-left: 12px;
    width: 45%;
    height: 97%;
    background-color: rgb(244, 241, 244);
}

.circle3,
.circle4,
.circle5 {
    position: relative;
    width: 32%;
    margin-left: 5px;
}

/* .circle1 {
    border-top-right-radius: 160px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 160px;
} */

/* .circle2 {
    border-top-left-radius: 160px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 0px;
} */

/* .circle3 {
    border-top-left-radius: 160px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 160px;
    border-bottom-left-radius: 0px;
} */

/* .circle4 {
    border-top-left-radius: 0px;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 160px;
} */

.our-info h4 {
    height: 30%;
    padding: 20px 0 0 10px;
    font-size: 3rem;
    color: rgb(225, 129, 3);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.our-info p {
    font-size: 1.8rem;
    line-height: 2.8rem;
    height: 70%;
    width: 100%;
    display: flex;
    padding: 10px 25px 10px 60px;
    justify-content: center;
}

/* 買取詳細情報 */

.sale {
    width: 100%;
    height: 1450px;
    background-color: rgb(225, 164, 84);
    position: relative;
    z-index: 100;
    margin-top: -100px;
}

.sale::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 15px 15px #fff;
}

.purchase-sale h2 {
    font-size: 2.5rem;
    padding-top: 100px;
    text-align: center;
    color: black;
    z-index: 100;
    position: relative;
}

.purchase-sale h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    width: 80%;
    border-bottom: solid 1px #333;
    transform: translateX(-50%);
    animation: border_anim 2s linear forwards;
}

.purchase-list {
    width: 100%;
    height: 800px;
    top: 0;
    left: 0;
    position: relative;
    /* background-attachment: fixed; */
}

.purchase-list .pur-img1 {
    position: absolute;
    width: 550px;
    left: 50%;
    top: 25%;
}

.pur-text {
    /* position: relative; */
    position: absolute;
    width: 30%;
    font-size: 1.6rem;
    top: 6%;
    line-height: 2rem;
    margin-left: 60%;
}

.purchase-list p {
    width: 100%;
}

.purchase-list .pur-img2 {
    width: 600px;
    height: 30%;
    position: absolute;
    top: -2%;
    left: 55%;
    z-index: -10;
}

.purchase-list ul {
    display: flex;
    text-align: center;
}

.purchase-list li {
    position: absolute;
    top: 10%;
    left: 38%;
    transform: translateX(-180%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    font-size: 2rem;
    background-color: rgb(59, 114, 63);
    list-style: none;
    font-size: 2.2rem;
    color: white;
    padding-top: 4%;
}

.purchase-list ul li:nth-child(2) {
    margin-left: 200px;
}

.purchase-list ul li:nth-child(3) {
    margin-left: 200px;
}

.purchase-list ul li:nth-child(4) {
    margin-left: 400px;
}

.purchase-list ul li:nth-child(5) {
    margin-left: 400px;
}

.purchase-list ul li:nth-child(6) {
    /* margin-left: 33%; */
}

.purchase-list ul li:nth-child(even) {
    margin-top: 200px;
}

.purchase-sale {
    margin: 70px 20px;
}

.sales {
    display: flex;
    justify-content: space-evenly;
    margin: 60px 10px 0 10px;
}

/* .pur-border {
    position: relative;
    text-align: center;
    font-size: 18px;
} */

@keyframes border_anim {
    0% {
        width: 100%;
    }
    100% {
        width: 400px;
    }
}

.sale-card {
    max-width: 32%;
    max-height: 420px;
    border: 2px solid black;
    background-color: rgb(204, 201, 201);
    margin-top: -12%;
}

.sale-card img {
    max-width: 50%;
    height: 25%;
    margin-left: 50%;
    transform: translateX(-50%);
}

.sale-text {
    margin-left: 5%;
}

.sale-card h5 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    margin-bottom: 18px;
    color: rgb(86, 148, 109);
}

.sale-card p {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-bottom: 30px;
}

/* ************ */

/* ************ */

/* ************ */

/*買取り項目画像スライド */

/* ************ */

/* ************ */

/* ************ */

.purchase {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.iPhone .purchase {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -100px;
}

.slide-purchase h2 {
    font-size: 2.5rem;
    text-align: center;
    position: relative;
    z-index: 10;
    margin-top: -80px;
}

.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 380px;
    position: relative;
    margin-top: 180px;
    margin-bottom: 240px;
}

.slide-purchase {
    margin: 100px 20px;
    flex-wrap: wrap;
}

.purchase-slide {
    top: 80px;
}

.purchase-slide:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 80%;
    border-bottom: solid 1px #333;
    transform: translateX(-50%);
    animation: border_anim 2s linear forwards;
}

.slideshow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
    align-items: center;
    z-index: 10;
    width: 98%;
    gap: 20px;
}

.img-contents {
    position: relative;
    border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
    border: solid 3px rgb(15, 16, 16);
    width: 100%;
    height: 500px;
    background-color: rgb(253, 191, 75);
    list-style: none;
    margin-top: 100px;
}

.img-contents figcaption {
    position: absolute;
    width: 100%;
    height: 20%;
    margin-top: 5%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: start;
    padding-left: 15px;
    line-height: 2.5rem;
}

.content-hover:hover {
    transform: translateY(-5px);
    border-radius: 10%;
    box-shadow: 0 15px 25px 2px rgba(51, 51, 51, 0.7);
    opacity: 1;
}

.content-hover {
    transition: all 0.2s;
}

/*問い合わせから成約までの流れ */

.store-method {
    padding: 60px 60px;
    background-color: rgba(134, 132, 129, 0.2);
}

.method-feature {
    display: flex;
    list-style: none;
}

.feature {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
}

.feature span {
    box-shadow: 0px -6px 5px -5px rgb(224, 165, 87) inset,
        0px 8px 4px -8px #f5072f;
}

.method-item {
    margin-left: 20px;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    box-shadow: 8px 8px 0 rgb(96, 93, 93);
    border-radius: 20px;
}

.method-headline {
    text-align: center;
    font-size: 2.5rem;
    margin: 40px 0 50px;
    position: relative;
}

.method-headline br {
    display: none;
}

.method-headline span {
    position: relative;
    z-index: 2;
}

.method-headline::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-1deg);
    justify-content: center;
    align-items: center;
    margin-left: 3%;
    margin-top: 2.5%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 1rem;
}

.feature .feature-headline {
    padding-top: 15px;
    font-size: 1.8rem;
    color: rgb(37, 66, 3);
    margin-left: 20px;
}

.feature-description {
    line-height: 2rem;
    font-size: 1.2rem;
    padding: 15px 20px;
}

/* 会社情報 */

.company {
    background: url(./img/zac-gudakov-6hiu1mRLLdI-unsplash.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 120px;
}

.iPhone .company {
    background: url(./img/zac-gudakov-6hiu1mRLLdI-unsplash.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: local;
    position: relative;
    width: 100%;
    height: auto;
}

.company::after {
    content: "";
    position: absolute;
    background-color: rgba(2, 2, 2, 0.8);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: inset 0 0 10px 15px #fff;
}

.company-info {
    z-index: 100;
    margin-top: 40px;
    color: white;
}

.company-info strong {
    color: rgb(14, 255, 243);
}

.company h3 {
    font-size: 3.5rem;
    padding: 30px;
    text-align: center;
}

.company h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.9rem;
    padding: 30px;
    text-align: center;
    color: rgb(253, 191, 75);
}

.company-info p {
    width: 100%;
    font-size: 2.2rem;
    line-height: 2.5rem;
    padding: 20px 0;
    color: rgb(250, 251, 251);
    text-align: center;
}

.company-text-last {
    position: absolute;
    top: 70%;
    left: 7%;
}

.company-description p {
    font-size: 2rem;
    line-height: 4rem;
    position: relative;
    margin: 0 auto;
    text-align: start;
    padding: 40px 50px 0;
}

/* 店舗情報 */

.stores {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    /* margin-bottom: 80px; */
    background-color: rgba(103, 102, 100, 0.4);
}

.purchase-store {
    font-size: 3rem;
    padding-top: 80px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.purchase-store span {
    position: relative;
    z-index: 2;
}

.purchase-store::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 3%;
    margin-top: 3%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.8rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 0.8rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

.store-cards {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.store-cards iframe {
    width: 100%;
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    margin-bottom: 10px;
}

.stores-info {
    width: 100%;
    top: 0;
    padding: 0 1px;
    margin-bottom: 40px;
}

.store-card {
    height: 100%;
    text-align: center;
    padding-top: 15px;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
}

.store-card p {
    font-size: 1.4rem;
    line-height: 2.2rem;
}

.store-card h5 {
    font-size: 1.7rem;
    /* margin: 2px 0; */
    font-weight: bold;
    color: #82a05d;
}

.branch .co-name {
    font-size: 1rem;
    color: #82a05d;
}

.co-post {
    width: 98%;
    margin: 0 auto;
}

.branch .post-code {
    font-size: 1rem;
}

.branch .post-name {
    font-size: 1.5rem;
    margin-top: -5px;
}

/* ブログ */

.blogs {
    width: 100%;
    height: 540px;
    background-color: #00838f;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    justify-content: center;
    align-items: center;
}

.blog-title h2 {
    text-align: center;
    font-size: 2.8rem;
    padding-top: 50px;
    position: relative;
}

.blog-headline span {
    position: relative;
    z-index: 2;
}

.blog-headline::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 1.5%;
    margin-top: 2%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 0.8rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

.blog {
    display: flex;
    justify-content: space-around;
    padding: 40px 20px 40px 40px;
}

.hover {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.hover .hover-img {
    width: 95%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.hover-img img {
    width: 95%;
    height: 100%;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
}

/* 12 */

.btn-12 {
    position: absolute;
    left: 34%;
    top: 82%;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    color: rgb(45, 42, 42);
    font-weight: bold;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    z-index: 1000;
}

.btn-12 span {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, #111111 0%, rgb(4, 62, 120) 100%);
    display: block;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-12 span:nth-child(1) {
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px rgb(255, 255, 255),
        7px 7px 20px 0px rgba(131, 127, 127, 0.133),
        4px 4px 5px 0px rgba(245, 238, 238, 0.067);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12 span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.btn-12:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 254, 254, 0.458),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.btn-12:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgb(255, 255, 255),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.hover .hover-text {
    position: absolute;
    width: 90%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.65);
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    /*要素の大きさを0にしt表示させない*/
    transform: scale(0);
    /*ホバーの動き方*/
    transition: 0.35s ease-in-out;
    text-align: center;
}

.hover .hover-text .text1 {
    font-size: 1.5rem;
    padding-top: 20px;
}

.hover .hover-text .text2 {
    font-size: 1.5rem;
    padding-top: 20px;
}

.hover .hover-text .text3 {
    font-size: 1.2rem;
    padding: 20px;
    line-height: 1.8rem;
}

/*ホバーエフェクト*/

.hover:hover .hover-text {
    /*要素の大きさを1にして表示*/
    transform: scale(1);
    cursor: pointer;
}

.section-button {
    text-align: center;
    font-size: 2rem;
    padding-bottom: 40px;
}

.section-button a {
    color: rgb(13, 13, 12);
    text-decoration: none;
    font-weight: 500;
}

.section-button a:hover {
    color: rgb(230, 133, 15);
    font-weight: 800;
}

/* 買取実績 */

.achived {
    width: 100%;
    height: 600px;
    background-color: rgba(103, 102, 100, 0.4);
}

.achive-title h2 {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 80px;
    position: relative;
}

.news span {
    position: relative;
    z-index: 10;
}

.news::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 2.8%;
    margin-top: 2.5%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 0.8rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

.swiper {
    max-width: 100%;
    height: 250px;
    margin-top: 100px;
    cursor: grab;
    position: relative;
}

.swiper-slide img {
    position: absolute;
    border: 4px solid rgb(17, 16, 16);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    width: 100%;
    height: 250px;
    top: 0;
    left: 5%;
}

.mask {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    max-width: 100%;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(5px, 5px) rotate(100deg);
    transition: all 0.4s ease-in-out;
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
}

.view {
    max-width: 100%;
    position: relative;
    width: 95%;
    height: 550px;
    top: 0;
    left: 0;
}

.content {
    position: absolute;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 8%;
    left: 50%;
    transform: translateX(-38%);
    color: #fff;
}

.content h2 {
    font-size: 2rem;
    border-bottom: 2px solid rgba(246, 241, 241, 0.5);
    background: transparent;
    transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
}

.content p {
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 30px;
    transform: translate(-250px, 250px);
    transition: all 0.3s ease-in-out;
}

.view:hover .mask {
    opacity: 1;
    transform: translate(5%);
}

.view:hover h2 {
    transform: translate(0px, 0px);
    transition-delay: 0.3s;
}

.view:hover p {
    transform: translate(0px, 0px);
    transition-delay: 0.4s;
}

/* 12 */

.custom-btn {
    position: absolute;
    margin-left: 30%;
    top: 82%;
    border: none;
    box-shadow: none;
    font-size: 1rem;
    color: rgb(45, 42, 42);
    font-weight: bold;
    line-height: 42px;
    -webkit-perspective: 230px;
    perspective: 230px;
    z-index: 1000;
}

.custom-btn span {
    background: rgb(0, 172, 238);
    background: linear-gradient(0deg, #111111 0%, rgb(4, 62, 120) 100%);
    display: block;
    color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 130px;
    height: 40px;
    box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-btn span:nth-child(1) {
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px rgb(255, 255, 255),
        7px 7px 20px 0px rgba(131, 127, 127, 0.133),
        4px 4px 5px 0px rgba(245, 238, 238, 0.067);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.custom-btn span:nth-child(2) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -20px;
    -moz-transform-origin: 50% 50% -20px;
    transform-origin: 50% 50% -20px;
}

.custom-btn:hover span:nth-child(1) {
    box-shadow: inset 2px 2px 2px 0px rgba(255, 254, 254, 0.458),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.custom-btn:hover span:nth-child(2) {
    box-shadow: inset 2px 2px 2px 0px rgb(255, 255, 255),
        7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    color: transparent;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

/* Q&A */

.q-a {
    width: 96%;
    height: auto;
    background-color: rgba(249, 247, 244, 0.4);
    /* margin-bottom: 80px; */
    margin-left: 2%;
}

.q-title h2 {
    font-size: 2.5rem;
    text-align: center;
    padding: 80px 0;
    position: relative;
}

.question span {
    position: relative;
    z-index: 10;
}

.question::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 6%;
    margin-top: 2.5%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 1.2rem;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}

.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}

/* 質問 */

.cp_qa .cp_actab label {
    font-size: 1.1rem;
    /* font-weight: bold; */
    line-height: 1.6em;
    position: relative;
    display: block;
    margin-left: 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.3em;
    background: rgba(14, 14, 14, 0.1);
    font-family: "Zen Maru Gothic", sans-serif;
}

.cp_qa .cp_actab label::before {
    font-family: serif;
    font-size: 2em;
    margin-left: 0;
    padding-right: 0.5em;
    content: "Q";
}

.cp_qa .cp_actab label:hover {
    transition: all 0.3s;
    color: #00838f;
}

/* 質問のanswer */

.cp_qa .cp_actab label::after {
    font-family: "Yomogi", cursive;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    content: "Answer";
    display: inline-block;
    width: 10%;
    height: 2em;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    z-index: 10000;
}

/* 答え */

.cp_qa .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 30px 18px 0;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    border-radius: 0 0 0.5em 0.5em;
    line-height: 2rem;
    font-size: 1.4rem;
    font-weight: 200;
}

.cp_qa .cp_actab .cp_actab-content::before {
    font-family: serif;
    font-size: 5.5rem;
    position: absolute;
    margin: 40px 0 25px 70px;
    content: "A";
    color: rgba(203, 2, 156, 0.2);
}

.cp_qa .cp_actab .cp_actab-content p {
    margin: 20px 0 20px 100px;
    font-family: "Zen Maru Gothic", sans-serif;
}

/* 質問を開いた時*/

/* 答えの高さ */

.cp_qa .cp_actab input:checked ~ .cp_actab-content {
    max-height: 20rem;
    border: 8px solid #00838f;
}

/* 質問をクリックした時のアイコンの動き */

.cp_qa .cp_actab input:checked ~ label {
    color: #00838f;
    border-radius: 0.5em;
}

/* 質問をクリックした時のanswer */

.cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
    -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/* メール問い合わせ */

.contact {
    width: 100%;
    height: 1350px;
    background: url(./img/paper-314816_1280.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact::after {
    content: "";
    position: absolute;
    background-color: rgba(58, 58, 58, 0.6);
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    z-index: 0;
}

.contacts {
    color: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}

.contact-title {
    text-align: center;
    padding: 80px 0 40px 0;
    font-size: 2.5rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-left: 10px;
    position: relative;
}

.contact-title p {
    margin-top: 20px;
    font-size: 1.2rem;
}

.contact-title p span {
    color: #8ff0f8;
}

.contact-tit span {
    position: relative;
    z-index: 2;
}

.contact-tit::before {
    content: attr(data-en);
    position: absolute;
    transform: rotate(-4deg);
    justify-content: center;
    align-items: center;
    margin-left: 1.5%;
    margin-top: 2%;
    color: rgba(224, 165, 87, 0.8);
    font-size: 1.5rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing: 0.8rem;
    font-weight: 200;
    font-family: luxus-brut, cursive;
    font-style: italic;
}

form {
    width: 98%;
}

.contact-lavel {
    margin-left: 50%;
    transform: translateX(-48%);
    width: 90%;
    padding: 70px 0;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
}

.contact-lavel .labels {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 12%;
    width: 30%;
    border-left: 3px solid rgb(3, 113, 123);
    padding: 20px;
    cursor: pointer;
}

.con-name,
.con-nameJ,
.con-mail,
.con-phone {
    position: relative;
    display: flex;
}

.con-name p,
.con-nameJ p,
.con-mail p,
.con-phone p {
    position: absolute;
    margin: 25px 0 0 84%;
    color: rgba(224, 165, 87, 0.8);
    font-weight: bold;
}

.con-time {
    display: flex;
}

.radio-item {
    margin: 20px 0;
}

.radio-items label {
    font-size: 1.5rem;
}

.contact-item input {
    width: 400px;
    margin-bottom: 20px;
    font-size: 1.4rem;
    cursor: pointer;
    border-radius: 5px;
}

input[type="radio"] {
    padding: 5px;
    width: 60px;
}

.con-time input {
    padding: 0;
    font-size: 1.8rem;
    cursor: pointer;
}

.contact input:focus {
    background-color: rgba(238, 234, 231, 0.5);
    border: 3px solid rgba(5, 5, 5, 0.6);
    outline: 0;
}

input .date {
    cursor: pointer;
}

.con-text {
    display: flex;
}

.con-time {
    position: relative;
}

.con-time p {
    position: absolute;
    top: 25%;
    margin-left: 5px;
}

.textarea {
    width: 400px;
    min-height: 150px;
    max-height: 300px;
    border-radius: 5px;
    cursor: pointer;
}

.form-button {
    width: 20%;
    margin-left: 50%;
    transform: translateX(-20%);
}

.form-button .button-shadow {
    width: 100%;
    text-align: center;
    display: block;
    margin: 50px 0;
    padding: 10px 5px;
    background: #2d6837;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 5px 10px 5px rgb(46, 46, 46);
    transition: box-shadow 0.5s;
}

.button-shadow:hover {
    box-shadow: 0px 0px 0;
    background: #35c2a1;
    color: black;
    font-weight: bold;
}

.button-shadow:active,
.button-shadow:focus {
    background: #1ba833;
    margin-top: 30px;
}

input[type="submit"] {
    width: 300px;
    padding: 15px 0;
}

.privacy {
    width: 90%;
    height: auto;
}

.pri-title {
    margin-left: 50%;
    transform: translateX(-9%);
    font-size: 1.2rem;
    padding: 30px 0 10px 0;
}

.privacy-descript {
    margin-left: 12%;
}

.privacy-descript h4 {
    line-height: 1.5rem;
    margin-bottom: 10px;
}

.privacy-description {
    overflow: auto;
    width: 100%;
    height: 100px;
    padding: 0 50px;
    border: 2px dotted #040404;
    color: #0f0f0f;
    background-color: #9cd6eb;
    line-height: 1.8rem;
}

.privacy-description ul {
    margin-left: 40px;
}

/* 電話問い合わせ */

.top-icon {
    position: fixed;
    font-size: 2rem;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 5px;
    right: 1.5%;
    bottom: 35%;
    opacity: 0.6;
    border-radius: 50%;
    color: rgb(249, 240, 243);
    background-color: rgb(255, 65, 122);
    cursor: pointer;
    z-index: 100000;
}

.top-icon::after {
    content: "PAGE TOP";
    font-size: 0.6rem;
    color: rgb(247, 241, 243);
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
}

.phone-info {
    position: fixed;
    margin-left: 74%;
    bottom: 1.5%;
    width: 25%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100000;
    border: 4px solid rgb(4, 4, 4);
    border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    padding-bottom: calc(env(safe-area-inset-bottom) + 30px);
}

.infomation {
    margin: 5px 0;
}

.infomation h2 {
    font-size: 1.4rem;
    font-weight: bold;
    color: whitesmoke;
}

.phone-num a {
    font-weight: bold;
    font-size: 2rem;
    color: rgb(247, 73, 9);
    cursor: pointer;
    text-decoration: none;
}

.hours {
    line-height: 25px;
    color: whitesmoke;
}

/* .mail-info{
    
  } */

.mail-info a {
    text-decoration: none;
    cursor: pointer;
    color: whitesmoke;
}

.mail-info .mail-icon {
    color: #00838f;
}

.mail-info a:hover {
    cursor: pointer;
    font-weight: bold;
    color: #00838f;
}

.mail-info .mail-line {
}

.line-icon {
    display: flex;
    position: relative;
    gap: 15px;
    justify-content: center;
    width: 100%;
    padding: 10px;
    align-items: center;
}

.holiday .week-d {
    display: block;
    justify-content: center;
    text-align: center;
    font-size: 0.8rem;
    padding-left: 10%;
}

/* footer */

footer {
    width: 100%;
    height: auto;
    background-color: #171717;
}

footer .container {
    display: flex;
    /* position:sticky;   */
}

footer .discription,
footer .more {
    padding: 10px;
    /* margin-left: 10px; */
    width: 27%;
    line-height: 35px;
}

footer a {
    text-decoration: none;
    color: #bbb;
    padding-left: 10px;
    font-size: 1rem;
}

footer a:hover {
    border-bottom: 1px solid rgb(81, 177, 236);
}

.footer-copy {
    display: block;
    text-align: center;
    padding: 10px 0 30px 0;
    color: white;
    font-size: 1.2rem;
    padding-bottom: calc(env(safe-area-inset-bottom) + 30px);
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* レスポンシブ */

/* スマホで開いた時だけ電話番号から発信 */

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* CSS変数をサポートしていないブラウザ用のフォールバック */

/* .my-element {
    height: 100vh; 
    height: calc(var(--vh, 1vh) * 100);
  } */

/* ************************************************************* */

/* ************************************************************* *
/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 1281px) and (max-width: 1920px) {
}

/* ************************************************************* */

/* ************************************************************* *
/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 960px) and (max-width: 1280px) {
    /* nav menu */
    .header-menu .ham-menu {
        width: 84%;
        left: 13%;
        top: 2%;
    }
    .header .ham-menu li a {
        font-size: 0.8rem;
    }
    /* top画像 */
    .header-logo {
        height: 2.5rem;
        width: 100px;
        top: 4%;
        left: 2%;
    }
    .top-img .header-logo img {
        width: 85%;
        height: 80%;
        top: 4%;
    }
    .top-img {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .blog-title {
        font-size: 2.5rem;
        text-align: center;
        padding: 80px;
    }
    .top-img {
        height: 540px;
    }
    .top-img img {
        /* margin-top: -1%; */
        width: 65%;
        height: auto;
    }
    .top-img::before {
        height: 540px;
    }
    .top-logo {
        top: 13%;
        left: 55%;
        width: 42%;
        height: 41%;
    }
    .top-logo::before {
        top: 6%;
        left: 3%;
    }
    .top-logo h1 {
        font-size: 1.5rem;
        margin-top: 10%;
    }
    .top-logo h2 {
        padding: 20px 0;
        font-size: 2.8rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* ************ */
    /* 当社について */
    /* ************ */
    /* .our-infomation {
        position: relative;
        width: 100%;
        height: 1280px;
    } */
    .our-infomation h2 {
        font-family: "Yomogi", cursive;
        font-size: 2.5rem;
        text-align: center;
        padding-top: 100px;
        position: relative;
    }
    .infomation-title span {
        position: relative;
        z-index: 2;
    }
    .infomation-title::before {
        content: attr(data-en);
        position: absolute;
        transform: rotate(-4deg);
        justify-content: center;
        align-items: center;
        margin-left: 1%;
        margin-top: 1.5%;
        color: rgba(224, 165, 87, 0.8);
        font-size: 1.5rem;
        font-weight: 200;
        font-family: luxus-brut, cursive;
        font-style: italic;
        letter-spacing: 0.4rem;
    }
    .our-info {
        width: 100%;
        height: 800px;
        margin-top: 50px;
    }
    .our-infomation h2 {
        font-size: 2.5rem;
        padding-top: 60px;
    }
    .infomation-title span {
        position: relative;
        z-index: 2;
    }
    .infomation-title::before {
        transform: rotate(-1deg);
        margin-left: 2%;
        margin-top: 2.5%;
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
    }
    .our-infomation {
        height: 1100px;
        padding-top: 160px;
        margin-bottom: 0;
    }
    .our-info {
        height: 580px;
    }
    .our-info-1 p {
        position: relative;
        align-items: start;
    }
    .our-info h4 {
        width: 90%;
        height: 30%;
        padding: 40px 0 0 12px;
        font-size: 2.1rem;
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        /* height: 70%; */
        /* width: 100%; */
        padding: 25px 25px 10px 60px;
    }
    /* 買取詳細情報 */
    .sale {
        height: 1300px;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        width: 500px;
        left: 50%;
        top: 18%;
    }
    .pur-text {
        /* position: relative; */
        position: absolute;
        width: 30%;
        font-size: 1.6rem;
        top: -4%;
        line-height: 2rem;
        margin-left: 65%;
    }
    .purchase-list p {
        width: 100%;
    }
    .purchase-list .pur-img2 {
        max-width: 40%;
        height: 30%;
        position: absolute;
        top: -10%;
        left: 60%;
    }
    .pur-border {
        font-size: 18px;
    }
    .pur-border:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100%;
        border-bottom: solid 2px #000;
        transform: translateX(-50%);
        animation: border_anim 2s linear forwards;
    }
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 400px;
        }
    }
    .purchase-list {
        height: 650px;
    }
    .purchase-list li {
        /* left: 38%; */
        /* transform: translateX(-180%); */
        width: 180px;
        height: 180px;
        font-size: 2rem;
        padding-top: 6%;
    }
    .purchase-sale {
        margin: 80px 20px;
    }
    .sales {
        margin: 60px 10px 0 10px;
    }
    .sale-card {
        margin-top: -15%;
        max-width: 32%;
        max-height: 400px;
    }
    .sale-card h5 {
        font-size: 1.75rem;
    }
    .sale-card p {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
    /* ************ */
    /* ************ */
    /*買取り項目画像スライド */
    /* ************ */
    /* ************ */
    .wrap {
        height: 520px;
        margin-top: 80px;
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 10px;
    }
    .img-contents {
        height: 520px;
        margin-top: 100px;
    }
    .img-contents figcaption {
        margin-top: 5%;
        font-size: 1.6rem;
        padding-left: 20px;
    }
    /* ************ */
    /* 
問い合わせから成約までの流れ 
*/
    .store-method {
        height: 620px;
        margin-top: -10%;
        padding: 30px 20px;
    }
    .method-feature {
        display: flex;
        list-style: none;
    }
    .method-item {
        margin-left: 10px;
        box-shadow: 4px 4px 0 rgb(96, 93, 93);
        border-radius: 20px;
    }
    .method-headline {
        font-size: 2.4rem;
    }
    .method-headline::before {
        margin-left: 2%;
        margin-top: 2.8%;
    }
    .feature .feature-headline {
        padding: 25px 1px 10px 0;
        font-size: 1.4rem;
    }
    .feature-description {
        line-height: 1.5rem;
        font-size: 1.1rem;
        padding: 20px 5px;
    }
    /* ************ */
    /* 会社情報 */
    .company-info {
        z-index: 100;
        margin-top: 40px;
        color: white;
    }
    .company-info strong {
        color: #f18799;
    }
    .company h3 {
        font-size: 2.8rem;
        padding: 30px;
    }
    .company h2 {
        font-weight: bold;
        font-size: 2.45rem;
        line-height: 3rem;
        padding: 30px;
    }
    .company-info p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .company-description p {
        margin-bottom: 100px;
        font-size: 1.5rem;
        line-height: 3rem;
    }
    /* ************ */
    /* 店舗情報 */
    .stores {
        width: 100%;
        height: auto;
    }
    .purchase h2 {
        font-size: 2.2rem;
    }
    .purchase::before {
        top: 45%;
        left: 45%;
        font-size: 3rem;
    }
    .store-cards {
        width: 85%;
        height: auto;
        display: flex;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 80%;
        height: 300px;
        margin-bottom: 10px;
    }
    .stores-info {
    }
    .store-card {
        padding-bottom: 20px;
        height: auto;
    }
    .store-card h5 {
        font-size: 1.7rem;
        margin: 2px 0;
    }
    .branch .co-name {
        font-size: 1.5rem;
        color: #82a05d;
    }
    .branch .post-code {
        font-size: 1rem;
        text-align: center;
    }
    .branch .post-name {
        font-size: 1.5rem;
        text-align: center;
    }
    /* ************ */
    /* ブログ */
    .blogs {
        height: 580px;
    }
    .blog-title h2 {
        margin-top: -8%;
    }
    .blog-headline::before {
        margin-left: 1.5%;
        margin-top: 3%;
        transform: rotate(-4rem);
    }
    .blog {
        display: flex;
        justify-content: space-around;
        margin-top: -2%;
        padding: 2px 20px 20px 40px;
    }
    .hover {
        position: relative;
        width: 95%;
        height: 280px;
        overflow: hidden;
    }
    .hover .hover-img {
        width: 95%;
        height: 100%;
        margin: 0;
        padding: 0;
        position: relative;
    }
    .hover-img img {
        width: 95%;
        height: 100%;
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.65);
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
        text-align: center;
    }
    .hover .hover-text .text1 {
        font-size: 1.5rem;
        padding: 20px 0;
    }
    .hover .hover-text .text2 {
        font-size: 1.5rem;
        padding: 5px 0;
    }
    .hover .hover-text .text3 {
        font-size: 1.2rem;
        padding: 20px;
        line-height: 1.8rem;
    }
    /*ホバーエフェクト*/
    .hover:hover .hover-text {
        /*要素の大きさを1にして表示*/
        transform: scale(1);
        cursor: pointer;
    }
    .section-button {
        text-align: center;
        font-size: 2rem;
        padding-top: 20px;
    }
    .section-button a {
        color: rgb(13, 13, 12);
        text-decoration: none;
        font-weight: 500;
    }
    .section-button a:hover {
        color: rgb(230, 133, 15);
        font-weight: 800;
    }
    /* ************ */
    /* 
ブログへボタン
*/
    .btn-12 {
        left: 25%;
    }
    /* ************ */
    /* 
買取実績
 */
    .achived {
        height: 500px;
    }
    .achive-title h2 {
        font-size: 2.5rem;
    }
    .news::before {
        margin-left: 2.6%;
        margin-top: 2.8%;
        transform: rotate(-4.5rem);
    }
    .swiper {
        height: 220px;
        margin-top: 50px;
    }
    .swiper-slide img {
        height: 220px;
    }
    .mask {
        height: 220px;
    }
    .view {
        width: 97%;
        height: 220px;
    }
    .content {
    }
    .content h2 {
        margin-top: 20px;
        margin-left: 8px;
        font-size: 1.5rem;
    }
    .content p {
        position: absolute;
        font-size: 1rem;
        line-height: 18px;
        margin-right: 15px;
        padding: 0;
        margin-top: 20px;
    }
    /* ************ */
    /* Q&A */
    .q-title h2 {
        font-size: 2.2rem;
    }
    .question span {
        z-index: 10;
    }
    .question::before {
        margin-left: 6.5%;
        margin-top: 2.5%;
        transform: rotate(-3rem);
    }
    .cp_qa .cp_actab {
        width: 98%;
        margin: 0 0 20px 10px;
    }
    .cp_qa .cp_actab label::before {
        font-size: 2em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 1.5em;
        margin-right: 2%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 1.1rem;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 20px 20px 20px 60px;
    }
    /* 質問をクリックした時のanswer */
    .cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    /* ************ */
    /* メール問い合わせ */
    .contact {
        width: 100%;
        height: 1350px;
        background: url(./img/paper-314816_1280.jpg);
    }
    .contact-title {
        text-align: center;
        padding: 80px 0 40px 0;
        font-size: 2.2rem;
    }
    .contact-tit span {
        position: relative;
        z-index: 2;
    }
    .contact-tit::before {
        margin-left: 2%;
        margin-top: 2%;
        transform: rotate(-4rem);
    }
    form {
        width: 98%;
    }
    .contact-lavel {
        margin-left: 50%;
        transform: translateX(-50%);
        border-radius: 5px;
    }
    .contact-lavel .labels {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: 10%;
        width: 30%;
        padding: 20px;
    }
    .radio-item .radio-items {
        cursor: pointer;
    }
    .con-name {
        position: relative;
        display: flex;
    }
    .con-name p,
    .con-nameJ p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        position: absolute;
        margin: 25px 0 0 24%;
        font-weight: bold;
    }
    .con-name p,
    .con-nameJ p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 2.5% 0 0 33%;
    }
    .button-shadow:hover {
        box-shadow: 0px 0px 0;
        background: #35c2a1;
        color: black;
        font-weight: bold;
    }
    .button-shadow:active,
    .button-shadow:focus {
        background: #1ba833;
        margin-top: 30px;
    }
    /* footer */
    footer .discription,
    footer .more {
        padding: 10px;
        margin-left: 25px;
        width: 20%;
        line-height: 30px;
    }
    .con-time p {
        position: absolute;
    }
    footer a {
        font-size: 1.2rem;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 31%;
    }
    .phone-info {
        bottom: 1.5%;
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 1.2rem;
        font-weight: bold;
        color: whitesmoke;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 2rem;
        color: rgb(247, 73, 9);
        cursor: pointer;
        text-decoration: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .mail-info p {
        font-size: 0.9rem;
    }
    .line-icon {
        display: flex;
        position: relative;
        gap: 15px;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 10px;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 769px) and (max-width: 959px) {
    /* nav menu */
    /* html{
    height: -webkit-fill-available;
  }
  body{
    min-height: 100vh;
    min-height: -webkit-fill-available;
  } */
    .header-menu .ham-menu {
        width: 83%;
        top: 2%;
        left: 13%;
    }
    .header .ham-menu li a {
        font-size: 0.7rem;
        padding: 10px 8px;
    }
    /* top画像 */
    .header-logo {
        width: 11%;
        height: 6.5%;
        top: 5%;
        left: 2%;
    }
    .top-img {
        top: -6%;
        left: 0;
        width: 100%;
        height: 500px;
        z-index: 100;
    }
    .top-img .header-logo img {
        top: -2%;
    }
    .top-img img {
        top: -10%;
        left: 0;
        width: 68%;
        /* height: 140%; */
    }
    .top-img::before {
        height: 500px;
    }
    .top-logo {
        top: 20%;
        left: 51%;
        width: 44%;
        height: 40%;
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 1.2rem;
    }
    .top-logo h2 {
        padding: 20px 0;
        font-size: 1.8rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    /* .our-infomation {
        position: relative;
        width: 100%;
        height: 1800px;
        margin-bottom: 180px;
    } */
    .our-infomation h2 {
        font-size: 2.5rem;
        padding-top: 80px;
    }
    .infomation-title span {
        position: relative;
        z-index: 2;
    }
    .infomation-title::before {
        transform: rotate(-1deg);
        margin-left: 2%;
        margin-top: 2.5%;
        font-size: 1.5rem;
        letter-spacing: 0.5rem;
    }
    .our-infomation {
        height: 850px;
        padding-bottom: 100px;
    }
    .our-infomation h2 {
        padding-top: 80px;
    }
    .our-info {
        height: 500px;
    }
    .our-info-1 {
        width: 100%;
        height: 50%;
    }
    .our-info-2 {
        width: 100%;
        height: 70%;
    }
    .our-info h4 {
        width: 90%;
        height: 30%;
        padding: 30px 0 0 12px;
        font-size: 1.6rem;
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 5px 25px 10px 40px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 1350px;
    }
    .purchase-sale h3 {
        font-size: 2.2rem;
    }
    .purchase-list {
        width: 100%;
        height: 800px;
        top: 0;
        left: 0;
        position: relative;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        width: 400px;
        margin-top: 20%;
    }
    .pur-text {
        position: absolute;
        width: 30%;
        font-size: 1.5rem;
        top: 25%;
        line-height: 2rem;
        margin-left: 57%;
    }
    .purchase-list p {
        width: 100%;
    }
    .purchase-list .pur-img2 {
        max-width: 40%;
        height: 30%;
        position: absolute;
        top: 20%;
        left: 52%;
    }
    .purchase-list li {
        left: 40%;
        font-size: 2.2rem;
        padding-top: 7%;
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 60px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 260px;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 260px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 260px;
        top: 280px;
    }
    .purchase-list ul li:nth-child(5) {
        margin-left: 60px;
        margin-top: 400px;
    }
    .purchase-list ul li:nth-child(6) {
        margin-left: 60px;
    }
    .purchase-sale {
        margin: 80px 20px;
    }
    .sales {
        margin: -15% 10px 0 10px;
    }
    .pur-border {
        position: relative;
        text-align: center;
        font-size: 18px;
    }
    .pur-border:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100%;
        border-bottom: solid 2px #000;
        transform: translateX(-50%);
        animation: border_anim 2s linear forwards;
    }
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 400px;
        }
    }
    .sale-card {
        max-width: 32%;
        max-height: 500px;
        margin-top: 5%;
    }
    .sale-card img {
        max-width: 40%;
        height: 20%;
    }
    /* .sale-text{
    margin-left: 5%;
} */
    .sale-card h5 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    .sale-card p {
        font-size: 1.3rem;
        line-height: 2rem;
        padding-bottom: 10px;
    }
    /* 
/*     
     */
    /*買取り項目画像スライド */
    /*  */
    /*  */
    /*  */
    .slide-purchase h2 {
        font-size: 2rem;
    }
    .wrap {
        height: 520px;
        margin-top: 40px;
        /* background-color: #00838f; */
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 10px;
    }
    .img-contents {
        height: 520px;
        margin-top: 100px;
        /* background-color: #f18799; */
    }
    .img-contents figcaption {
        margin-top: 5%;
        font-size: 1.2rem;
        padding-left: 10px;
        line-height: 2.5rem;
    }
    /* 問い合わせから成約までの流れ */
    .store-method {
        margin-top: -10%;
        padding-right: 0;
    }
    .method-feature {
        width: 100%;
        margin-left: -4%;
        display: flex;
        list-style: none;
    }
    .method-item {
        border: 2px solid black;
        margin: 3px;
        box-shadow: 4px 4px 0 rgb(140, 139, 139);
        border-radius: 20px;
    }
    .method-headline {
        padding-top: 40px;
        font-size: 2.2rem;
    }
    .method-headline::before {
        margin-left: 2%;
        margin-top: 3.5%;
    }
    .feature {
        width: 100%;
    }
    .feature .feature-headline {
        margin-left: 5px;
        padding: 25px 5px 10px 0;
        font-size: 1.4em;
    }
    .feature-description {
        line-height: 1.5rem;
        font-size: 1.1rem;
        padding: 20px 5px;
        margin-left: 5px;
    }
    /* 会社情報 */
    .company {
        background-position: 30% -10%;
    }
    .company-info {
        z-index: 100;
        margin-top: 40px;
        color: white;
    }
    .company-info strong {
        color: #f18799;
    }
    .company h3 {
        font-size: 2.8rem;
        padding: 30px;
    }
    .company h2 {
        font-weight: bold;
        font-size: 2.45rem;
        line-height: 3rem;
        padding: 30px;
    }
    .company-info p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .company-description p {
        margin-bottom: 80px;
        font-size: 1.5rem;
        line-height: 3rem;
    }
    /* 店舗情報 */
    .stores {
        height: auto;
    }
    .purchase-store .purchase-store {
        font-size: 2.3rem;
        padding: 10px 0;
    }
    .purchase-store::before {
        margin-left: 2%;
        margin-top: 3.5%;
        font-size: 1.5rem;
    }
    .stores-info {
        width: 95%;
        top: 0;
        /* padding: 0 2px; */
        padding-bottom: 25px;
    }
    .store-cards {
        width: 100%;
        /* margin-left: 12px; */
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding-top: 15px;
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card h5 {
        font-size: 1.7rem;
        margin: 0;
        padding: 0;
    }
    .store-card p {
        font-size: 1rem;
    }
    .branch .co-name {
        font-size: 1.5rem;
        color: #82a05d;
        margin: 0;
        padding: 0;
    }
    .branch .co-post {
        margin-top: 18px;
        margin-bottom: 15px;
    }
    .branch .post-code {
        text-align: center;
        font-size: 1rem;
    }
    .branch .post-name {
        text-align: center;
        font-size: 1.2rem;
        padding-bottom: 15px;
    }
    /* ************ */
    /* ブログ */
    .blog-title h2 {
        font-size: 2.6rem;
    }
    .blog-headline::before {
        margin-left: 1.5%;
        margin-top: 3.5%;
    }
    .blog {
        margin-left: 3%;
        padding: 40px 5px;
    }
    /* 12 */
    .btn-12 {
        left: 30%;
        font-size: 0.7rem;
    }
    .btn-12 span {
        display: block;
        position: absolute;
        width: 100px;
        height: 40px;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.65);
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
        text-align: center;
    }
    .hover .hover-text .text1 {
        font-size: 1.4rem;
        padding: 20px 0;
    }
    .hover .hover-text .text2 {
        font-size: 1.4rem;
        padding: 5px 0;
    }
    .hover .hover-text .text3 {
        font-size: 1rem;
        padding: 10px;
    }
    /*ホバーエフェクト*/
    .hover:hover .hover-text {
        /*要素の大きさを1にして表示*/
        transform: scale(1);
        cursor: pointer;
    }
    /* ************ */
    /* 買取実績 */
    .achived {
        height: 500px;
    }
    .achive-title h2 {
        font-size: 2.5rem;
    }
    .news::before {
        margin-left: 2.8%;
        margin-top: 4%;
        transform: rotate(-4rem);
    }
    .swiper {
        height: 200px;
        margin-top: 50px;
    }
    .swiper-slide img {
        width: 95%;
        height: auto;
    }
    .mask {
        height: 220px;
    }
    .view {
        width: 97%;
        height: 220px;
    }
    .content {
    }
    .content h2 {
        margin-top: 20px;
        margin-left: 2px;
        font-size: 1.1rem;
    }
    .content p {
        position: absolute;
        font-size: 0.8rem;
        padding: 0;
        margin-top: 5px;
    }
    .custom-btn {
        position: absolute;
        margin-left: 15%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
        /* color: rgb(45, 42, 42); */
        font-weight: bold;
        line-height: 35px;
        -webkit-perspective: 230px;
        perspective: 230px;
        z-index: 1000;
    }
    .custom-btn span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(4, 62, 120) 100%);
        display: block;
        color: rgba(255, 255, 255, 0.8);
        position: absolute;
        width: 110px;
        height: 35px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /* ************ */
    /* Q&A */
    .q-a {
        width: 100%;
        height: auto;
        background-color: rgba(249, 247, 244, 0.4);
    }
    .q-title h2 {
        font-size: 2.2rem;
    }
    .question span {
        z-index: 10;
    }
    .question::before {
        margin-left: 7.5%;
        margin-top: 3.5%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 98%;
        margin: 0 0 20px 10px;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        line-height: 1em;
        margin: 0 0 0 0;
        padding: 1em 2em 1em 2em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-size: 2em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 1.5em;
        width: 15%;
        height: 2em;
        margin: 0;
        padding: 0;
    }
    /* .cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.8em;
    margin-left: 5px;
	padding-right: 1px;
	margin: 15px 0 15px 20px;
	padding: 0;
	content: 'A';
} */
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        width: 100%;
        height: 100%;
        padding: 0 0 0 0;
        font-size: 1.1rem;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 20px 20px 20px 60px;
    }
    /* 質問をクリックした時のanswer */
    .cp_qa .cp_actab input[type="checkbox"]:checked + label::after {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    /* ************ */
    /* メール問い合わせ */
    .contact {
        width: 100%;
        height: 1500px;
        background: url(./img/paper-314816_1280.jpg);
    }
    .contact-title {
        font-size: 2.2rem;
        text-align: center;
        padding: 80px 0 40px 0;
    }
    .contact-tit::before {
        margin-left: 2.5%;
        margin-top: 3%;
        transform: rotate(-4rem);
    }
    form {
        width: 98%;
    }
    .contact-lavel {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .contact-lavel .labels {
        font-size: 1.2rem;
        margin-bottom: 5px;
        margin-left: 7%;
        width: 30%;
        padding: 20px;
    }
    .con-time .labels {
        font-size: 1.1rem;
        cursor: pointer;
        margin-right: 10px;
    }
    .con-time .radio-item {
        margin-left: -5%;
    }
    .contact-item input {
        width: 350px;
        padding: 3px;
        font-size: 1.6rem;
        cursor: pointer;
        border-radius: 5px;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 16px 0 0 30.5%;
    }
    .textarea {
        margin-left: 10px;
        width: 350px;
    }
    .form-button {
        width: 20%;
    }
    .form-button .button-shadow {
        margin-left: -10%;
        width: 100%;
        height: 50px;
        font-size: 1.2rem;
    }
    /* footer */
    footer .discription,
    footer .more {
        padding: 10px;
        margin-left: 5px;
        width: 40%;
        line-height: 30px;
    }
    footer a {
        font-size: 0.8rem;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 28%;
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.9rem;
    }
    .phone-num a {
        font-weight: bold;
        font-size: 1.5rem;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        font-size: 0.8rem;
    }
    .mail-info p {
        font-size: 0.9rem;
    }
    .mail-info .mail-line {
        /* display: none; */
    }
    .line-icon {
        align-items: center;
        gap: 15px;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 600px) and (max-width: 768px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 45%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 10%;
        padding: 15px;
        font-size: 1.1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 8px;
        right: 4%;
        width: 40px;
        height: 40px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 8px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 16px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 13px;
        left: 4.5px;
        color: rgb(2, 1, 1);
        font-size: 0.4rem;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(15px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-15px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 16px;
        left: 20px;
        color: rgb(246, 240, 240);
        font-size: 0.9rem;
    }
    /* top画像 */
    .header-logo {
        width: 14%;
        height: 6%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -22%;
        left: 40%;
    }
    .top-img {
        margin-top: 8%;
        height: 350px;
    }
    .top-img .header-logo img {
        position: absolute;
        top: 30px;
        width: 220px;
        height: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img img {
        top: -25%;
        left: 0;
        width: 75%;
        height: auto;
        z-index: 100;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 350px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
    }
    .top-logo {
        top: 5%;
        left: 50%;
        width: 44%;
        height: 40%;
        /* display: none; */
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 0.5rem;
        margin-top: 14%;
        padding: 0;
    }
    .top-logo h2 {
        padding: 10px 0;
        font-size: 1.8rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    .infomation-title::before {
        transform: rotate(-1deg);
        margin-left: 3%;
        margin-top: 3%;
        /* color: rgba(224, 165, 87, 0.8); */
        /* font-size: 1.5rem; */
        /* font-weight: 200; */
        /* font-family: luxus-brut, cursive;
    font-style: italic;
    letter-spacing:  */
    }
    .our-infomation {
        height: 850px;
    }
    .our-info {
        height: 500px;
    }
    /* .circle1 {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    }
    .circle2 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .circle3 {
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
    }
    .circle4 {
        border-top-right-radius: 100px;
        border-bottom-left-radius: 100px;
    } */
    .our-info h4 {
        padding: 20px 0 0 12px;
        font-size: 1.5rem;
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 5px 5px 10px 20px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 1900px;
    }
    .sale h3 {
        font-size: 2.2rem;
    }
    .purchase-list {
        width: 100%;
        height: 850px;
        top: -5%;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        top: 40%;
        width: 500px;
        left: 15%;
    }
    .pur-text {
        position: absolute;
        width: 40%;
        font-size: 1.6rem;
        top: 18%;
        line-height: 2rem;
        margin-left: 40%;
    }
    .purchase-list p {
        width: 100%;
    }
    .purchase-list .pur-img2 {
        max-width: 60%;
        max-height: 30%;
        top: 12%;
        left: 30%;
    }
    .purchase-list li {
        width: 140px;
        height: 140px;
        left: 22%;
        margin-bottom: 0px;
        font-size: 1.5rem;
        padding-top: 7%;
        border: 1px solid whitesmoke;
        background-color: rgb(41, 82, 44);
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 160px;
        top: 785px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 160px;
        margin-top: 140px;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 160px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 160px;
        margin-top: 280px;
    }
    /* 耕運機 */
    .purchase-list ul li:nth-child(5) {
        margin-left: 160px;
        margin-top: 420px;
    }
    /* 草刈機 */
    .purchase-list ul li:nth-child(6) {
        margin-left: 160px;
        top: 445px;
    }
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 400px;
        }
    }
    .sales {
        display: block;
        height: 100px;
        margin: 0 10px 0 10px;
    }
    .sale-card {
        max-width: 75%;
        max-height: 600px;
        margin-top: 10px;
        margin-left: 10%;
    }
    .sale-card img {
        width: 18%;
        height: 1%;
    }
    .sale-card h5 {
        font-size: 1.8rem;
        margin: 0px;
    }
    .sale-card p {
        font-size: 1.3rem;
        line-height: 2rem;
        padding-bottom: 10px;
    }
    /*買い取り可能品目 */
    .slide-purchase h2 {
        font-size: 2rem;
    }
    .wrap {
        height: 540px;
        margin-top: 40px;
        margin-bottom: 10px;
        /* background-color: #00838f; */
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        gap: 5px;
    }
    .img-contents {
        height: 440px;
        margin-top: -40px;
        /* background-color: #f18799; */
    }
    .img-contents figcaption {
        margin-top: 5%;
        font-size: 1rem;
        padding-left: 10px;
        line-height: 2.2rem;
    }
    /* 
問い合わせから成約までの流れ 
*/
    .store-method {
        padding: 10px 30px;
    }
    .store-method .method-headline {
        margin-top: 10%;
    }
    .method-feature {
        display: inline-block;
    }
    .method-item {
        margin-bottom: 40px;
    }
    .method-headline {
        font-size: 2rem;
        margin: 100px 0 40px;
        position: relative;
    }
    .method-headline::before {
        margin-left: 1.5%;
        margin-top: 4.5%;
    }
    .feature .feature-headline {
        font-size: 1.5rem;
        text-align: center;
        transform: translateX(-5%);
    }
    .feature-description {
        margin-left: 5%;
        line-height: 2rem;
        font-size: 1rem;
    }
    /* 会社情報 */
    .company {
        height: 900px;
        background-position: 34% 20%;
    }
    .company h3 {
        font-size: 2.2rem;
        padding-top: 25px;
    }
    .company h2 {
        font-size: 1.9rem;
        padding-top: 10px;
        line-height: 2.6rem;
    }
    .company-info p {
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding: 15px;
        text-align: center;
    }
    .company-description p {
        font-size: 1.1rem;
        line-height: 2.7rem;
        text-align: center;
    }
    /* 店舗情報 */
    /* .stores {
        height: 2320px;
    } */
    .purchase-store .purchase-store {
        font-size: 2.3rem;
        padding: 50px 0;
        margin-bottom: 20px;
    }
    .purchase-store::before {
        margin-left: 2%;
        margin-top: 4.5%;
        font-size: 1.5rem;
    }
    .stores-info {
        width: 100%;
        top: 0;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .store-cards {
        width: 95%;
        margin-left: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding: 15px 0;
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card h5 {
        font-size: 1.7rem;
        margin: 0;
        padding-bottom: 10px;
    }
    .branch .co-name {
        font-size: 1.5rem;
        color: #82a05d;
        /* line-height: 1.5rem; */
    }
    .branch .post-code {
        font-size: 1rem;
        padding-bottom: 8px;
    }
    .branch .post-name {
        font-size: 1.5rem;
    }
    /* ブログ */
    .blogs {
        width: 98%;
        height: auto;
        margin-left: 1%;
    }
    .blog-title h2 {
        font-size: 2.3rem;
    }
    .blog-headline::before {
        margin-left: 2%;
        margin-top: 3.8%;
        font-size: 1.2rem;
    }
    .blog {
        display: block;
        margin-left: 5%;
    }
    .hover {
        width: 100%;
        height: 280px;
        margin-bottom: 20px;
        /* margin-left: 10px; */
    }
    .hover-img img {
        width: 90%;
        margin-left: 6%;
    }
    .hover .hover-text {
        position: absolute;
        width: 85%;
        margin-left: 6%;
        background-color: rgba(0, 0, 0, 0.65);
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
    }
    .hover .hover-text .text2 {
        padding-bottom: 0;
    }
    .hover .hover-text .text3 {
        font-size: 16px;
        padding: 20px 20px;
        line-height: 1.8rem;
    }
    .btn-12 {
        left: 39%;
        font-size: 1rem;
    }
    .btn-12 span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(34, 99, 165) 100%);
        display: block;
        color: rgba(248, 244, 244, 0.8);
        position: absolute;
        width: 130px;
        height: 40px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*ホバーエフェクト*/
    .section-button {
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 40px;
    }
    /* 買取実績 */
    .achived {
        height: 550px;
    }
    .achive-title h2 {
        font-size: 2.2rem;
        padding-top: 80px;
    }
    .achive-title h2::before {
        top: 50%;
        font-size: 2.6rem;
    }
    .news::before {
        margin-left: 2%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
        font-size: 8rem;
    }
    .swiper {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 98%;
        margin-top: 8%;
    }
    .view {
        max-width: 60%;
        height: auto;
    }
    .view .content {
        position: absolute;
        margin-left: 30%;
        top: -2%;
    }
    .view img {
        position: relative;
        width: 100%;
        left: 34%;
        height: 250px;
    }
    .view h2 {
        font-size: 1.9rem;
        margin: 30px 30px 0px 15px;
    }
    .view p {
        font-size: 1.2rem;
        line-height: 30px;
        padding: 10px 10px 10px 5px;
    }
    .view .mask {
        width: 98%;
        height: 250px;
        left: 30%;
    }
    /* ページネーションの余白 */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 20px 20px;
    }
    .swiper-pagination-bullet {
        /* background-color: red; */
        height: 80px;
        width: 80px;
    }
    .custom-btn {
        position: absolute;
        margin-left: 42%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
    }
    .custom-btn span {
        width: 110px;
        height: 35px;
    }
    /* 
よくある質問
*/
    .q-a {
        width: 98%;
        height: auto;
        margin-bottom: 100px;
    }
    .q-title h2 {
        font-size: 2rem;
        padding: 60px 0;
    }
    .question::before {
        margin-left: 7.5%;
        margin-top: 4%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 98%;
        margin: 0 0 10px 0;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        font-weight: bold;
        line-height: 1.1em;
        font-size: 0.8rem;
        padding: 1em 2em 1em 0.5em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-family: serif;
        font-size: 1.5em;
        padding-right: 0.3em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 1.6em;
        right: 8%;
        width: 8%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 1rem;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        font-size: 5em;
        margin: 40px 0 15px 10px;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 20px 0 20px 40px;
        line-height: 20px;
    }
    /*
 メール問い合わせ
  */
    .contact {
        margin-top: -10%;
        height: 1700px;
        background: url(./img/paper-314816_1280.jpg);
    }
    .contact::after {
        width: 100%;
        height: 100%;
    }
    .contact-title {
        padding: 60px 0 20px 0;
        font-size: 2.2rem;
        margin-left: 10px;
    }
    .contact-tit::before {
        margin-left: 2%;
        margin-top: 3.5%;
        transform: rotate(-4rem);
    }
    .contact-lavel {
        margin-left: 5.5%;
        transform: translateX(0);
        width: 90%;
        padding: 30px 0;
    }
    .contact-lavel .labels {
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 5px;
        margin-left: 2%;
        width: 100%;
        border-left: 0px solid rgb(3, 113, 123);
    }
    .contact-item {
        display: block;
    }
    .contact-item input {
        margin-left: 51%;
        transform: translateX(-48%);
        width: 300px;
        height: 40px;
        padding: 0;
        font-size: 1.2rem;
    }
    .con-time {
        display: block;
    }
    .radio-items {
        display: flex;
        margin-left: 25%;
        width: 65%;
    }
    .radio-items .radio-item {
        margin: 0;
    }
    .con-time label {
        width: 100%;
        margin-left: 4%;
        font-size: 1.1rem;
    }
    .contact input:focus {
        background-color: rgba(238, 234, 231, 0.5);
        border: 3px solid rgba(5, 5, 5, 0.6);
        outline: 0;
    }
    .con-text {
        display: flex;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 17% 0 0 30%;
        font-weight: bold;
    }
    .con-text {
        display: block;
    }
    .textarea {
        width: 300px;
        margin-left: 50%;
        transform: translateX(-48%);
        min-height: 100px;
        max-height: 250px;
        border-radius: 5px;
    }
    .form-button {
        width: 30%;
        transform: translateX(-5%);
    }
    .form-button .button-shadow {
        margin-left: 10%;
        width: 100%;
        height: 50px;
        font-size: 1.2rem;
    }
    /* プライバシーポリシー */
    .privacy {
        width: 98%;
        height: auto;
    }
    .pri-title {
        margin-left: 20%;
        text-align: center;
        transform: translateX(-9%);
        font-size: 1rem;
        padding: 30px 0 10px 0;
    }
    .privacy-descript {
        margin-left: 5%;
    }
    .privacy-descript h4 {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .privacy-description {
        font-size: 0.8rem;
        overflow: auto;
        width: 100%;
        height: 80px;
        padding: 0 10px 15px 20px;
        line-height: 1.5rem;
    }
    .privacy-description ul {
        margin-left: 40px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 32%;
    }
    .phone-info {
        position: fixed;
        margin-left: 70%;
        bottom: 0;
        width: 30%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.8rem;
    }
    .phone-num .p-number {
        /* display: none; */
        font-size: 1.5rem;
    }
    .phone-num i {
        font-size: 1.5rem;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    /* .week-day, */
    .holiday .week-d {
        display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem;
    }
    .mail-info p {
        display: none;
    }
    .line-icon {
        gap: 10px;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    footer .discription,
    footer .more {
        /* padding: 5px;
    width: 25%;
    line-height: 10px; */
    }
    footer a {
        line-height: 1px;
        font-size: 0.5rem;
    }
    .footer-copy {
        margin-left: -30%;
        font-size: 1rem;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 481px) and (max-width: 599px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 10%;
        padding: 15px;
        font-size: 1.1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 10px;
        right: 3%;
        width: 40px;
        height: 40px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 8px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 16px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 13px;
        left: 4.5px;
        color: rgb(2, 1, 1);
        font-size: 0.6rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(16px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-14px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 18px;
        left: 22px;
        color: rgb(246, 240, 240);
        font-size: 0.9rem;
    }
    /* 
top画像
 */
    .header-logo {
        width: 13%;
        height: 9%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -20%;
        left: 40%;
    }
    .top-img {
        margin-top: 15%;
        height: 350px;
    }
    .top-img .header-logo img {
        position: absolute;
        width: 200px;
        height: 60px;
        margin-top: 0;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img img {
        top: 0;
        left: 0;
        width: 75%;
    }
    .top-img::before {
        content: "";
        position: absolute;
        background-color: rgba(11, 11, 11, 0.7);
        width: 100%;
        height: 350px;
        top: 0%;
        left: 0%;
        box-shadow: inset 0 0 10px 15px rgb(255, 255, 255);
        transition: all 0.1s;
    }
    .top-logo {
        top: 0%;
        left: 50%;
        width: 44%;
        height: 40%;
        padding: 0;
        margin: 0;
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 0.4rem;
        margin-top: 20%;
    }
    .top-logo h2 {
        width: 100%;
        padding: 10px 0;
        font-size: 0.92rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    .our-infomation {
        height: 1880px;
        margin-bottom: 0px;
    }
    .our-infomation h2 {
        font-size: 2.2rem;
        padding-top: 120px;
    }
    .infomation-title::before {
        margin-left: 1%;
        margin-top: 4.5%;
        font-size: 1.5rem;
    }
    .our-info {
        width: 100%;
        height: 1500px;
        margin-top: 50px;
    }
    .our-infoexample {
        display: block;
        width: 100%;
        height: 100%;
    }
    .our-info-1 {
        width: 100%;
        height: 40%;
        margin-bottom: 30px;
    }
    .our-info-2 {
        width: 100%;
        height: 40%;
    }
    .circle {
        margin: 0 auto;
        width: 90%;
        height: 50%;
        margin-bottom: 15px;
    }
    .circle1 {
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px;
        /* margin-bottom: 15px; */
    }
    .circle2 {
        border-top-left-radius: 200px;
        border-bottom-right-radius: 200px;
    }
    .circle3 {
        border-top-left-radius: 0px;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 200px;
    }
    .circle4 {
        border-top-left-radius: 200px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 200px;
        border-bottom-left-radius: 0px;
    }
    .circle5 {
        border-top-left-radius: 0px;
        border-top-right-radius: 200px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 200px;
    }
    .our-info h4 {
        display: flex;
        width: 80%;
        font-size: 2.4rem;
        padding: 40px 45px 0 5px;
        text-align: center;
        word-break: break-all;
        margin: 0 auto;
    }
    .our-info p {
        font-size: 1.5rem;
        line-height: 2rem;
        padding: 25px 25px 10px 60px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 2000px;
    }
    .purchase-sale .pur-border {
        font-size: 2rem;
    }
    .purchase-list {
        width: 100%;
        height: 750px;
        top: -5%;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        top: 40%;
        width: 450px;
        left: 5%;
    }
    .pur-text {
        /* position: relative; */
        position: absolute;
        width: 45%;
        font-size: 1.4rem;
        top: 16%;
        line-height: 2rem;
        margin-left: 40%;
    }
    .purchase-list p {
        width: 100%;
    }
    .purchase-list .pur-img2 {
        max-width: 65%;
        max-height: 30%;
        top: 12%;
        left: 30%;
    }
    .purchase-list li {
        left: 12%;
        width: 100px;
        height: 100px;
        margin-bottom: 0px;
        font-size: 1.2rem;
        padding-top: 7%;
        border: 1px solid whitesmoke;
        background-color: rgb(41, 82, 44);
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 160px;
        top: 585px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 160px;
        margin-top: 100px;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 160px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 160px;
        margin-top: 200px;
    }
    /* 耕運機 */
    .purchase-list ul li:nth-child(5) {
        margin-left: 160px;
        margin-top: 300px;
    }
    /* 草刈機 */
    .purchase-list ul li:nth-child(6) {
        margin-left: 160px;
        top: 285px;
    }
    /* .purchase-sale{
    margin: 180px 20px;
} */
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 400px;
        }
    }
    .sales {
        display: inline-block;
        height: 1800;
        /* margin: 0 10px 0 10px; */
        margin-top: -15%;
    }
    .sale-card {
        max-width: 90%;
        max-height: 350px;
        margin-left: 5%;
        margin-bottom: 80px;
    }
    .sale-text {
        width: 95%;
        height: 800px;
    }
    .sale-card img {
        width: 18%;
        height: 1%;
    }
    .sale-card h5 {
        font-size: 1.8rem;
        margin: 10px;
    }
    .sale-card p {
        font-size: 1.3rem;
        line-height: 3rem;
    }
    /*買い取り可能品目 */
    .slide-purchase h2 {
        font-size: 2rem;
    }
    .wrap {
        width: 80%;
        left: 50%;
        transform: translateX(-50%);
        height: 2020px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 10px;
    }
    .img-contents {
        height: 480px;
        margin-top: 10px;
    }
    .img-contents figcaption {
        padding-top: 3%;
        font-size: 1.8rem;
        left: 5%;
        line-height: 2.3rem;
        display: block;
        margin: 0 auto;
    }
    /*
問い合わせから成約までの流れ 
*/
    .store-method {
        padding: 10px 30px;
    }
    .store-method .method-headline {
        font-size: 1.8rem;
        margin-top: 10%;
    }
    .method-feature {
        margin-left: -5%;
        display: inline-block;
    }
    .method-item {
        margin-bottom: 20px;
    }
    .method-headline {
        font-size: 2rem;
        margin: 100px 0 40px;
        position: relative;
    }
    .method-headline::before {
        font-size: 1.2rem;
        margin-left: 2%;
        margin-top: 4%;
    }
    .feature .feature-headline {
        font-size: 1.5rem;
        text-align: center;
        transform: translateX(-5%);
    }
    .feature-description {
        line-height: 2rem;
        font-size: 1rem;
    }
    /* 会社情報 */
    .company {
        height: 800px;
        background-position: 40% 10%;
    }
    .company h3 {
        font-size: 2rem;
        padding: 5px;
    }
    .company h2 {
        font-size: 2rem;
        padding: 60px 0 20px 0;
        line-height: 2rem;
    }
    .company-info p {
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding: 15px;
        text-align: center;
    }
    .company-description p {
        font-size: 1.1rem;
        line-height: 2.7rem;
        text-align: center;
    }
    /* 店舗情報 */
    /* .stores {
        height: auto;
    } */
    .purchase-store .purchase-store {
        font-size: 2rem;
        padding: 60px 0;
        margin-bottom: 20px;
    }
    .purchase-store::before {
        margin-left: 2.5%;
        margin-top: 5%;
        font-size: 1.2rem;
    }
    .stores-info {
        width: 100%;
        top: 0;
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .store-cards {
        width: 95%;
        margin-left: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding: 15px 0;
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card h5 {
        font-size: 1.5rem;
        margin: 0;
        padding-bottom: 10px;
    }
    .branch .co-name {
        font-size: 1.2rem;
        color: #82a05d;
    }
    .branch .post-code {
        font-size: 0.8rem;
        /* padding-bottom: 5px; */
    }
    .branch .post-name {
        font-size: 1.2rem;
    }
    /* ブログ */
    .blogs {
        height: auto;
    }
    .blog-title h2 {
        font-size: 2.2rem;
    }
    .blog-headline::before {
        margin-left: 2%;
        margin-top: 3.8%;
        font-size: 1.2rem;
    }
    .blog {
        display: block;
        margin-left: 5%;
    }
    .hover {
        width: 100%;
        height: 280px;
        margin-bottom: 20px;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        background-color: rgba(0, 0, 0, 0.65);
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
    }
    .hover .hover-text .text1 {
        margin-left: 40px;
        font-size: 1.5rem;
        padding-top: 30px;
    }
    .hover .hover-text .text2 {
        font-size: 1.2rem;
        padding: 5px 30px;
    }
    .hover .hover-text .text3 {
        font-size: 16px;
        padding: 10px 20px;
        line-height: 1.8rem;
    }
    .btn-12 {
        left: 33%;
        font-size: 1rem;
    }
    .btn-12 span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(34, 99, 165) 100%);
        display: block;
        color: rgba(248, 244, 244, 0.8);
        position: absolute;
        width: 130px;
        height: 40px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*ホバーエフェクト*/
    .section-button {
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 40px;
    }
    /* 買取実績 */
    .achived {
        height: 550px;
    }
    .achive-title h2 {
        font-size: 2rem;
        padding-top: 80px;
    }
    .news::before {
        margin-left: 1.5%;
        margin-top: 4%;
        transform: rotate(-4rem);
        /* font-size: 1.2rem; */
    }
    .swiper {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
        position: relative;
    }
    .view {
        max-width: 500px;
        height: auto;
    }
    .view .content {
        position: absolute;
    }
    .view img {
        width: 90%;
        left: 8%;
        height: 250px;
    }
    .view h2 {
        font-size: 1.9rem;
        margin: 30px 30px 0px 15px;
    }
    .view p {
        font-size: 1.3rem;
        line-height: 30px;
        padding: 10px 10px 10px 5px;
    }
    .view .mask {
        width: 90%;
        height: 250px;
        left: 4%;
    }
    .swiper-pagination {
        /* bottom: -25px; */
    }
    /* ページネーションの余白 */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 20px 20px;
    }
    .swiper-pagination-bullet {
        background-color: red;
        height: 30px;
        width: 30px;
    }
    .custom-btn {
        position: absolute;
        margin-left: 40%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
    }
    .custom-btn span {
        width: 110px;
        height: 35px;
    }
    /* 
よくある質問
*/
    .q-a {
        width: 99%;
        height: auto;
        margin-bottom: 100px;
    }
    .q-title .question {
        font-size: 2rem;
        padding: 60px 0;
    }
    .question::before {
        margin-left: 9.5%;
        margin-top: 4.2%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 98%;
        margin: 0 0 10px 0;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        font-weight: bold;
        line-height: 1.1em;
        font-size: 0.8rem;
        padding: 1em 2em 1em 0.5em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-family: serif;
        font-size: 1.5em;
        padding-right: 0.3em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 1.6em;
        right: 8%;
        width: 8%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 1rem;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        font-size: 5em;
        margin: 40px 0 15px 10px;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 20px 0 20px 40px;
        line-height: 20px;
    }
    /* 
メール問い合わせ
 */
    .contact {
        height: 1650px;
        background: url(./img/paper-314816_1280.jpg);
    }
    .contact::after {
        width: 100%;
        height: 100%;
    }
    .contact-title .contact-tit {
        padding: 10px 0 20px 0;
        font-size: 2rem;
    }
    .contact-tit::before {
        margin-left: 1.5%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
    }
    .contact-lavel {
        margin-left: 5.5%;
        transform: translateX(0);
        width: 90%;
        padding: 10px 0;
    }
    .contact-lavel .labels {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-left: 2%;
        width: 100%;
        border-left: 0px solid rgb(3, 113, 123);
    }
    .contact-item {
        display: block;
    }
    .contact-item p {
        font-size: 0.8rem;
        left: -5%;
    }
    .contact-item input {
        margin-left: 50%;
        transform: translateX(-48%);
        width: 250px;
        padding: 0;
        font-size: 1.2rem;
    }
    .radio-items {
        display: flex;
        /* text-align: center; */
        margin-left: 20%;
        width: 70%;
    }
    .radio-items .radio-item {
        margin: 0;
    }
    .radio-items .radio-title {
        margin-right: 20px;
        font-size: 1rem;
    }
    .con-time {
        display: block;
    }
    .radio-items {
        display: flex;
        text-align: center;
        align-items: center;
    }
    .con-time label {
        width: 100%;
        margin-left: 4%;
        font-size: 1.1rem;
    }
    .contact input:focus {
        background-color: rgba(238, 234, 231, 0.5);
        border: 3px solid rgba(5, 5, 5, 0.6);
        outline: 0;
    }
    .con-text {
        display: flex;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 70px 0 0 88%;
        font-weight: bold;
    }
    .con-text {
        display: block;
    }
    .textarea {
        width: 90%;
        /* margin-left: 50%;
        transform: translateX(-50%); */
        min-height: 100px;
        max-height: 260px;
        border-radius: 5px;
        display: flex;
        margin: 0 auto;
        /* background-color: crimson; */
    }
    .form-button {
        width: 30%;
        transform: translateX(-5%);
    }
    .form-button .button-shadow {
        margin-left: 10%;
        width: 100%;
        height: 50px;
        font-size: 1.2rem;
    }
    .radio-items input {
        height: 30px;
    }
    /* プライバシーポリシー */
    .privacy {
        width: 98%;
        height: auto;
    }
    .pri-title {
        margin-left: 20%;
        text-align: center;
        transform: translateX(-9%);
        font-size: 1rem;
        padding: 30px 0 10px 0;
    }
    .privacy-descript {
        margin-left: 3%;
    }
    .privacy-descript h4 {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .privacy-description {
        font-size: 0.8rem;
        overflow: auto;
        width: 100%;
        height: 80px;
        padding: 0 10px 15px 20px;
        line-height: 1.5rem;
    }
    .privacy-description ul {
        margin-left: 40px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 32%;
    }
    .phone-info {
        position: fixed;
        margin-left: 57%;
        bottom: 0;
        width: 40%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.8rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    /* .week-day, */
    .holiday .week-d {
        /* display: block;
        justify-content: center;
        text-align: center; */
        font-size: 0.8rem;
        margin-left: 4%;
    }
    .mail-info p {
        display: none;
    }
    .line-icon .mail-line {
        display: none;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    footer a {
        line-height: 1px;
        font-size: 0.5rem;
    }
    .footer-copy {
        position: relative;
        font-size: 0.8rem;
        left: -20%;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 370px) and (max-width: 480px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 10%;
        padding: 15px;
        font-size: 1.1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 15px;
        right: 5%;
        width: 30px;
        height: 30px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 6px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 12px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 11px;
        color: rgb(2, 1, 1);
        font-size: 0.45rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(12px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-10px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(51, 51, 51, 0.8);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 15px;
        left: 16px;
        color: rgb(246, 240, 240);
        font-size: 0.5rem;
    }
    /* 
top画像
 */
    .header-logo {
        width: 13%;
        height: 8%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -16%;
        left: 40%;
    }
    .top-img {
        margin-top: 15%;
        height: 300px;
    }
    .top-img .header-logo img {
        position: absolute;
        width: 180px;
        height: auto;
        margin-top: 2%;
        margin-left: 50%;
        transform: translateX(-50%);
        z-index: 100;
    }
    .top-img img {
        top: -2%;
        left: 0;
        width: 90%;
        height: auto;
        z-index: 100;
    }
    .top-img::before {
        content: "";
        position: absolute;
        /* background-color: rgba(11, 11, 11, 0.7); */
        width: 100%;
        height: 300px;
        top: 0%;
        left: 0%;
        /* box-shadow: inset 0 0 10px 15px rgb(255, 255, 255); */
        transition: all 0.1s;
    }
    .top-logo {
        top: 5%;
        left: 50%;
        width: 44%;
        height: 40%;
        padding: 0;
        margin: 0;
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 0.4rem;
        margin-top: 20%;
    }
    .top-logo h2 {
        width: 100%;
        padding: 10px 0;
        font-size: 0.92rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    .our-infomation {
        width: 100%;
        height: 1840px;
        margin-bottom: 0px;
    }
    .our-infomation h2 {
        font-size: 1.8rem;
        padding-top: 30%;
    }
    .infomation-title::before {
        margin-left: 1%;
        margin-top: 4.5%;
        font-size: 1.5rem;
    }
    .our-info {
        width: 100%;
        height: 1500px;
        margin-top: 50px;
    }
    .our-infoexample {
        display: block;
        width: 100%;
        height: 100%;
    }
    .our-info-1 {
        width: 100%;
        height: 40%;
        margin-bottom: 15px;
    }
    .our-info-2 {
        width: 100%;
        height: 40%;
    }
    .circle {
        margin: 0 auto;
        width: 90%;
        height: 50%;
        margin-bottom: 8px;
    }
    .circle1 {
        border-top-right-radius: 140px;
        border-bottom-left-radius: 140px;
        /* margin-bottom: 15px; */
    }
    .circle2 {
        border-top-left-radius: 140px;
        border-bottom-right-radius: 140px;
    }
    .circle3 {
        border-top-left-radius: 0px;
        border-top-right-radius: 140px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 140px;
    }
    .circle4 {
        border-top-left-radius: 140px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 140px;
        border-bottom-left-radius: 0px;
    }
    .circle5 {
        border-top-left-radius: 0px;
        border-top-right-radius: 140px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 140px;
    }
    .our-info h4 {
        display: flex;
        width: 75%;
        font-size: 2rem;
        padding: 30px 5px 0px 16px;
        text-align: center;
        word-break: break-all;
        margin: 0 auto;
        /* background-color: brown; */
    }
    .circle2 h4 {
        width: 62%;
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 25px 10px 10px 25px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 2050px;
    }
    .purchase-sale .pur-border {
        font-size: 2rem;
    }
    .purchase-list {
        width: 100%;
        height: 750px;
        top: -5%;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        top: 55%;
        width: 350px;
        left: 5%;
    }
    .pur-text {
        /* position: relative; */
        position: absolute;
        width: 45%;
        font-size: 1.4rem;
        top: 16%;
        line-height: 2rem;
        margin-left: 40%;
    }
    .purchase-list p {
        position: absolute;
        margin-top: 30%;
        left: 7%;
        width: 100%;
        font-size: 1.1rem;
    }
    .purchase-list .pur-img2 {
        max-width: 50%;
        height: 45%;
        top: 12%;
        left: 40%;
    }
    .purchase-list li {
        left: 12%;
        width: 100px;
        height: 100px;
        margin-bottom: 0px;
        font-size: 1.2rem;
        padding-top: 7%;
        border: 1px solid whitesmoke;
        background-color: rgb(41, 82, 44);
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 160px;
        top: 585px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 160px;
        margin-top: 100px;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 160px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 160px;
        margin-top: 200px;
    }
    /* 耕運機 */
    .purchase-list ul li:nth-child(5) {
        margin-left: 160px;
        margin-top: 300px;
    }
    /* 草刈機 */
    .purchase-list ul li:nth-child(6) {
        margin-left: 160px;
        top: 285px;
    }
    /* .purchase-sale{
    margin: 180px 20px;
} */
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 250px;
        }
    }
    .sales {
        display: inline-block;
        height: 1800;
        /* margin: 0 10px 0 10px; */
        margin-top: -15%;
    }
    .sale-card {
        max-width: 90%;
        max-height: 350px;
        margin-left: 5%;
        margin-bottom: 60px;
    }
    .sale-text {
        width: 95%;
        height: 600px;
    }
    .sale-card img {
        width: 18%;
        height: 1%;
    }
    .sale-card h5 {
        font-size: 1.6rem;
        margin: 10px;
    }
    .sale-card p {
        font-size: 1.2rem;
        line-height: 3rem;
    }
    /*  */
    /*  */
    /*  */
    /*買い取り可能品目 */
    /*  */
    /*  */
    /*  */
    .purchase {
        margin-top: -140px;
    }
    .iPhone .purchase {
        margin-top: -140px;
    }
    .slide-purchase h2 {
        font-size: 1.7rem;
    }
    .purchase-slide:before {
        bottom: -2px;
        width: 80%;
        border-bottom: solid 1px #333;
        animation: border_anim 1.5s linear forwards;
    }
    .wrap {
        height: 1420px;
        padding: 20px 0 60px 0;
        margin: 0 auto;
        width: 90%;
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .img-contents {
        position: relative;
        height: 320px;
        margin: 0 auto;
        width: 60%;
    }
    .slideshow img {
        bottom: 2px;
    }
    .img-contents figcaption {
        position: absolute;
        margin-top: 7%;
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding-left: 10%;
    }
    .content-hover:hover {
        transform: translateY(-5px);
        border-radius: 10%;
        box-shadow: 0 3px 25px 2px rgba(51, 51, 51, 0.7);
    }
    /*
問い合わせから成約までの流れ 
*/
    .store-method {
        padding: 10px 30px;
    }
    .method-feature {
        margin-left: -5%;
        display: inline-block;
    }
    .method-item {
        margin-bottom: 20px;
    }
    .method-headline {
        font-size: 1.9rem;
        margin: 50px 0 40px 0;
        position: relative;
    }
    .method-headline br {
        display: block;
    }
    .method-headline::before {
        margin-left: 2%;
        margin-top: 6%;
        transform: rotate(-2deg);
    }
    .feature .feature-headline {
        font-size: 1.2rem;
        text-align: center;
        transform: translateX(-5%);
    }
    .feature-description {
        line-height: 2rem;
        font-size: 1rem;
    }
    /* 会社情報 */
    .company {
        height: 980px;
        background-position: 30%;
    }
    .company h3 {
        font-size: 2rem;
        padding: 5px;
    }
    .company h2 {
        font-size: 1.7rem;
        padding: 10px;
        line-height: 2.5rem;
    }
    .company-info p {
        font-size: 1.3rem;
        line-height: 1.9rem;
        padding: 15px;
        text-align: center;
    }
    .company-description p {
        font-size: 1.1rem;
        line-height: 2.7rem;
        text-align: center;
    }
    /* 店舗情報 */
    /* .stores {
        height: auto;
    } */
    .purchase-store .purchase-store {
        font-size: 2rem;
        padding: 60px 0;
        margin-bottom: 10px;
    }
    .purchase-store::before {
        margin-left: 3%;
        margin-top: 6%;
        font-size: 1.2rem;
    }
    .stores-info {
        width: 100%;
        top: 0;
        /* padding-bottom: 25px; */
    }
    .store-cards {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding-top: 15px;
    }
    .store-card h5 {
        /* margin-top: -1%; */
        font-size: 1.5rem;
    }
    .branch .co-name {
        font-size: 1.2rem;
        color: #82a05d;
    }
    .branch .co-post {
        margin-top: 15px;
    }
    .branch .post-code {
        font-size: 0.8rem;
    }
    .branch .post-name {
        font-size: 1.2rem;
        margin-top: -5px;
        padding-bottom: 25px;
    }
    /* ブログ */
    .blogs {
        height: auto;
    }
    .blog-title h2 {
        font-size: 2.2rem;
    }
    .blog-headline::before {
        margin-left: 2%;
        margin-top: 4.2%;
        font-size: 1.2rem;
    }
    .blog {
        display: block;
        margin-left: -3%;
    }
    .hover {
        width: 100%;
        height: 280px;
        margin-bottom: 20px;
        margin-left: 5%;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        background-color: rgba(0, 0, 0, 0.65);
        border: 4px solid rgb(17, 16, 16);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
    }
    .hover .hover-text .text1 {
        margin-left: 40px;
        font-size: 1.5rem;
        padding-top: 30px;
    }
    .hover .hover-text .text2 {
        font-size: 1.5rem;
        padding: 15px 30px;
    }
    .hover .hover-text .text3 {
        font-size: 16px;
        padding: 5px 20px;
        line-height: 1.5rem;
    }
    .btn-12 {
        position: absolute;
        width: 100%;
        font-size: 0.8rem;
        margin-left: -2%;
    }
    .btn-12 span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(34, 99, 165) 100%);
        display: block;
        color: rgba(248, 244, 244, 0.8);
        position: absolute;
        width: 110px;
        height: 35px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*ホバーエフェクト*/
    .section-button {
        text-align: center;
        font-size: 1.6rem;
        padding-bottom: 40px;
    }
    /* 買取実績 */
    .achived {
        height: 550px;
    }
    .achive-title h2 {
        font-size: 2rem;
        padding-top: 80px;
    }
    .news::before {
        margin-left: 7.5%;
        margin-top: 6.5%;
        transform: rotate(-4rem);
    }
    .swiper {
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        max-width: 500px;
    }
    .view {
        max-width: 500px;
        height: auto;
    }
    .view .content {
        position: absolute;
    }
    .view img {
        width: 90%;
        left: 8%;
        height: 250px;
    }
    .view h2 {
        font-size: 1.9rem;
        margin: 30px 30px 0px 15px;
    }
    .view p {
        font-size: 1.3rem;
        line-height: 30px;
        padding: 10px 10px 10px 5px;
    }
    .view .mask {
        width: 90%;
        height: 250px;
        left: 4%;
    }
    .swiper-slide .custom-btn {
    }
    .custom-btn {
        position: absolute;
        margin-left: 38%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
    }
    .custom-btn span {
        width: 110px;
        height: 35px;
    }
    /* ページネーションの余白 */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 20px 20px;
    }
    .swiper-pagination-bullet {
        background-color: red;
        height: 30px;
        width: 30px;
    }
    /* 
よくある質問 
*/
    .q-a {
        width: 99%;
        height: auto;
        margin-bottom: 100px;
    }
    .q-title .question {
        font-size: 1.8rem;
        padding: 60px 0;
    }
    .question::before {
        margin-left: 6.5%;
        margin-top: 2.5%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 98%;
        margin: 0 0 10px 0;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        font-weight: bold;
        line-height: 1rem;
        font-size: 0.76rem;
        padding: 1em 2em 1em 0.5em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-family: serif;
        font-size: 1.5em;
        padding-right: 0.3em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 0.5rem;
        right: 5%;
        top: 30%;
        width: 4%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 1rem;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        font-size: 5em;
        margin: 40px 0 15px 10px;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 20px 0 20px 40px;
        line-height: 20px;
    }
    /* 
メール問い合わせ
 */
    .contact {
        height: 1750px;
    }
    .iPhone .contact {
        width: 100%;
        height: 1750px;
        background: url(./img/paper-314816_1280.jpg);
        background-size: cover;
        background-attachment: local;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .contact::after {
        width: 100%;
        height: 100%;
    }
    .contact-title .contact-tit {
        padding: 10px 0 20px 0;
        font-size: 1.8rem;
    }
    .contact-tit::before {
        margin-left: 1.5%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
        letter-spacing: 0.6rem;
    }
    .contact-lavel {
        /* margin-left:10%;
    transform: translateX(0); */
        width: 80%;
        padding: 10px 0;
    }
    .contact-lavel .labels {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-left: 1%;
        width: 100%;
        border-left: 0px solid rgb(3, 113, 123);
    }
    .contact-item {
        display: block;
    }
    .contact-item p {
        font-size: 0.6rem;
        left: 0;
    }
    .contact-item input {
        margin-left: 35%;
        transform: translateX(-28%);
        width: 220px;
        height: 35px;
        padding: 0;
        font-size: 1.2rem;
    }
    .radio-items {
        display: flex;
        /* text-align: center; */
        margin-left: 15%;
        width: 75%;
        margin-bottom: 20px;
        width: 80%;
    }
    .radio-items .radio-title {
        margin-right: 15px;
        font-size: 0.9rem;
    }
    .radio-items .radio-item {
        margin: 0;
    }
    .radio-items .radio-title {
        font-size: 0.8rem;
    }
    .con-time {
        display: block;
    }
    .radio-items {
        display: flex;
        text-align: center;
    }
    .con-time label {
        width: 100%;
        margin-left: 4%;
        font-size: 1.1rem;
    }
    .contact input:focus {
        background-color: rgba(238, 234, 231, 0.5);
        border: 3px solid rgba(5, 5, 5, 0.6);
        outline: 0;
    }
    .con-text {
        display: flex;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 100px 0 0 20%;
        font-weight: bold;
    }
    .con-text {
        display: block;
    }
    .textarea {
        width: 75%;
        margin-left: 13%;
        min-height: 100px;
        max-height: 250px;
        border-radius: 5px;
    }
    input[type="submit"] {
        width: 150px;
        padding: 12px 0;
    }
    .form-button {
        width: 30%;
        transform: translateX(-5%);
    }
    .form-button .button-shadow {
        margin-left: -10%;
        width: 100%;
        height: 50px;
        font-size: 1.2rem;
    }
    /* プライバシーポリシー */
    .privacy {
        width: 98%;
        height: auto;
    }
    .pri-title {
        margin-left: 20%;
        text-align: center;
        transform: translateX(-9%);
        font-size: 1rem;
        padding: 30px 0 10px 0;
    }
    .privacy-descript {
        margin-left: 5%;
    }
    .privacy-descript h4 {
        font-size: 0.8rem;
        margin-bottom: 10px;
    }
    .privacy-description {
        font-size: 0.8rem;
        overflow: auto;
        width: 100%;
        height: 80px;
        padding: 0 10px 15px 20px;
        line-height: 1.5rem;
    }
    .privacy-description ul {
        margin-left: 40px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 34.5%;
    }
    .phone-info {
        position: fixed;
        margin-left: 57%;
        bottom: 2%;
        width: 40%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.7rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .phone-num i {
        font-size: 1.6rem;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        /* display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem; */
        margin-left: 8%;
    }
    .mail-info p {
        display: none;
    }
    .line-icon .mail-line {
        display: none;
    }
    /* footer */
    footer {
        display: block;
        padding: 1px;
        width: 100%;
        height: 330px;
    }
    .container {
        width: 100%;
    }
    .discription {
        width: 50%;
    }
    .more {
        margin-left: 0;
        width: 20%;
    }
    footer a {
        line-height: 0;
        font-size: 0.5rem;
    }
    .footer-copy {
        position: relative;
        font-size: 0.7rem;
        left: -20%;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (min-width: 300px) and (max-width: 369px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 10%;
        padding: 15px;
        font-size: 1.1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(56, 55, 54, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(255, 253, 253, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 10px;
        right: 3%;
        width: 30px;
        height: 30px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 30px;
        height: 6px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 12px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 1px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 10px;
        left: 3px;
        color: rgb(2, 1, 1);
        font-size: 0.45rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(12px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-10px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 12px;
        left: 14px;
        color: rgb(246, 240, 240);
        font-size: 0.7rem;
    }
    /* 
top画像
 */
    .header-logo {
        width: 12%;
        height: 8%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -17%;
        left: 40%;
    }
    .top-img {
        margin-top: 15%;
        height: 350px;
    }
    .top-img .header-logo img {
        position: absolute;
        width: 150px;
        height: 40px;
        margin-top: 40%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img img {
        top: 0;
        left: 0;
        width: 95%;
        height: auto;
        z-index: 1000;
    }
    .top-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 350px;
        top: 0%;
        left: 0%;
        transition: all 0.1s;
    }
    .top-logo {
        top: 0%;
        left: 50%;
        width: 44%;
        height: 30%;
        padding: 0;
        margin: 0;
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 0.4rem;
        margin-top: 20%;
    }
    .top-logo h2 {
        width: 100%;
        padding: 10px 0;
        font-size: 0.92rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    .our-infomation {
        width: 100%;
        height: 1780px;
        margin-bottom: 0px;
    }
    .our-infomation h2 {
        font-size: 2rem;
        padding-top: 80px;
    }
    .infomation-title::before {
        margin-left: 5%;
        margin-top: 6%;
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
    }
    .our-info {
        width: 100%;
        height: 1500px;
        margin-top: 50px;
    }
    .our-infoexample {
        display: block;
        width: 100%;
        height: 100%;
    }
    .our-info-1 {
        width: 100%;
        height: 40%;
        margin-bottom: 15px;
    }
    .our-info-2 {
        width: 100%;
        height: 40%;
    }
    .circle {
        margin: 0 auto;
        width: 90%;
        height: 50%;
        margin-bottom: 8px;
    }
    .circle1 {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
        /* margin-bottom: 15px; */
    }
    .circle2 {
        border-top-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }
    .circle3 {
        border-top-left-radius: 0px;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 120px;
    }
    .circle4 {
        border-top-left-radius: 140px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 140px;
        border-bottom-left-radius: 0px;
    }
    .circle5 {
        border-top-left-radius: 0px;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 120px;
    }
    .our-info h4 {
        display: flex;
        width: 90%;
        font-size: 2rem;
        padding: 30px 15px 0 0;
        text-align: center;
        word-break: break-all;
        margin: 0 auto;
        /* background-color: crimson; */
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        padding: 25px 15px 10px 25px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 1600px;
    }
    .purchase-sale .pur-border {
        font-size: 1.8rem;
    }
    .purchase-list {
        width: 100%;
        height: 780px;
        top: -5%;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        top: 50%;
        width: 240px;
        left: 16%;
    }
    .pur-text {
        /* position: relative; */
        position: absolute;
        width: 45%;
        font-size: 1rem;
        top: 16%;
        line-height: 2rem;
        margin-left: 40%;
    }
    .purchase-list p {
        position: absolute;
        margin-top: 10%;
        left: 15%;
        width: 80%;
        font-size: 1rem;
    }
    .purchase-list .pur-img2 {
        max-width: 50%;
        height: 40%;
        top: 12%;
        left: 40%;
    }
    .purchase-list li {
        left: 10%;
        width: 90px;
        height: 90px;
        margin-bottom: 0px;
        font-size: 1rem;
        padding-top: 7%;
        border: 1px solid whitesmoke;
        background-color: rgb(41, 82, 44);
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 160px;
        top: 585px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 160px;
        margin-top: 100px;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 160px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 160px;
        margin-top: 200px;
    }
    /* 耕運機 */
    .purchase-list ul li:nth-child(5) {
        margin-left: 160px;
        margin-top: 300px;
    }
    /* 草刈機 */
    .purchase-list ul li:nth-child(6) {
        margin-left: 160px;
        top: 285px;
    }
    /* .purchase-sale{
    margin: 180px 20px;
} */
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 250px;
        }
    }
    .sales {
        display: inline-block;
        height: 1800;
        /* margin: 0 10px 0 10px; */
        margin-top: -40%;
    }
    .sale-card {
        max-width: 90%;
        max-height: 240px;
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .sale-text {
        width: 95%;
        height: 600px;
    }
    .sale-card img {
        width: 18%;
        height: 1%;
    }
    .sale-card h5 {
        font-size: 1.2rem;
        margin: 5px;
    }
    .sale-card p {
        font-size: 1rem;
        line-height: 2rem;
    }
    /*買い取り可能品目 */
    .purchase {
        margin-top: -140px;
    }
    .iPhone .purchase {
        margin-top: -140px;
    }
    .slide-purchase h2 {
        font-size: 1.7rem;
    }
    .purchase-slide:before {
        bottom: -2px;
        width: 80%;
        border-bottom: solid 1px #333;
        animation: border_anim 1.5s linear forwards;
    }
    .wrap {
        height: 1420px;
        padding: 20px 0 60px 0;
        margin: 0 auto;
        width: 90%;
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .img-contents {
        position: relative;
        height: 320px;
        margin: 0 auto;
        width: 70%;
        padding-left: 5%;
    }
    .slideshow img {
        bottom: 2px;
    }
    .img-contents figcaption {
        position: absolute;
        margin-top: 7%;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .content-hover:hover {
        transform: translateY(-5px);
        border-radius: 10%;
        box-shadow: 0 3px 25px 2px rgba(51, 51, 51, 0.7);
    }
    /* 
問い合わせから成約までの流れ 
*/
    .store-method {
        height: 1480px;
        padding: 10px 30px;
    }
    .store-method .method-headline {
        font-size: 1.6rem;
        margin-top: 15%;
    }
    .method-feature {
        margin-left: -5%;
        display: inline-block;
    }
    .method-item {
        margin-bottom: 20px;
    }
    .method-headline {
        font-size: 1.8rem;
        margin: 100px 0 40px;
        position: relative;
    }
    .method-headline::before {
        font-size: 1.2rem;
        margin-left: 2%;
        margin-top: 5%;
    }
    .feature .feature-headline {
        font-size: 1.4rem;
        text-align: center;
        transform: translateX(-5%);
    }
    .feature-description {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    /* 会社情報 */
    .company {
        height: 1200px;
    }
    .company h3 {
        font-size: 2rem;
        padding: 10px 0;
    }
    .company h2 {
        line-height: 2rem;
        font-size: 1.4rem;
        padding: 25px 0;
    }
    .company-info p {
        font-size: 1rem;
        line-height: 2rem;
        padding: 20px;
        text-align: center;
    }
    .company-description p {
        font-size: 1.1rem;
        line-height: 2.7rem;
        text-align: start;
        margin-left: 5px;
    }
    /* 店舗情報 */
    /* .stores {
        height: 1750px;
    } */
    .purchase-store .purchase-store {
        font-size: 2rem;
        padding: 60px 0;
        margin-bottom: 10px;
    }
    .purchase-store::before {
        margin-left: 4%;
        margin-top: 8%;
        font-size: 1.2rem;
    }
    .stores-info {
        width: 100%;
        top: 0;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .store-cards {
        width: 95%;
        margin-top: -10%;
        margin-left: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding-top: 15px;
    }
    .store-card h5 {
        margin-top: -2%;
        font-size: 1.2rem;
    }
    .store-card p {
        font-size: 1rem;
        line-height: 1.2rem;
        padding-bottom: 5px;
    }
    .branch .co-name {
        font-size: 1rem;
        color: #82a05d;
        /* line-height: 1.5rem; */
        margin-bottom: 8px;
    }
    .branch .co-post {
        margin-top: 15px;
    }
    .branch .post-code {
        font-size: 0.8rem;
        padding-bottom: 10px;
    }
    .branch .post-name {
        font-size: 1rem;
        padding-bottom: 15px;
        line-height: 1.5rem;
    }
    /* ブログ */
    .blogs {
        margin-top: 10%;
        height: auto;
    }
    .blog-title h2 {
        font-size: 2rem;
    }
    .blog-headline::before {
        margin-left: 2%;
        margin-top: 4.2%;
        font-size: 1.2rem;
    }
    .blog {
        display: block;
        margin-left: -5%;
    }
    .hover {
        width: 300px;
        height: 200px;
        margin-bottom: 15px;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
        text-align: center;
    }
    .hover .hover-text .text1 {
        /* margin-left: 30px; */
        font-size: 1rem;
        padding-top: 10px;
    }
    .hover .hover-text .text2 {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
    .hover .hover-text .text3 {
        text-align: center;
        margin-left: 5%;
        font-size: 1rem;
        padding: 5px 5px;
        line-height: 1.5rem;
    }
    .btn-12 {
        position: absolute;
        width: 100%;
        left: 32%;
        font-size: 0.7rem;
        top: 76%;
    }
    .btn-12 span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(34, 99, 165) 100%);
        display: block;
        color: rgba(248, 244, 244, 0.8);
        position: absolute;
        width: 100px;
        height: 40px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*ホバーエフェクト*/
    .section-button {
        text-align: center;
        font-size: 1.4rem;
        padding-bottom: 40px;
    }
    /*  */
    /*  */
    /* 買取実績 */
    /*  */
    /*  */
    .achived {
        height: 500px;
    }
    .achive-title h2 {
        font-size: 1.8rem;
        padding-top: 80px;
    }
    .news::before {
        margin-left: 4%;
        margin-top: 5%;
        transform: rotate(-4rem);
        /* font-size: 1.8rem; */
    }
    .swiper {
        margin-top: 10%;
        /* margin-left: auto;
    margin-right: auto; */
        max-width: 90%;
    }
    .view {
        position: relative;
        max-width: 300px;
        height: auto;
        margin-left: 1%;
    }
    .view .content {
        position: absolute;
        text-align: center;
        margin-left: -5%;
    }
    .view img {
        width: 100%;
        left: 1%;
        height: 250px;
    }
    .view h2 {
        font-size: 1.1rem;
        margin: 30px 5px 0px 5px;
    }
    .view p {
        font-size: 1.1rem;
        line-height: 30px;
        padding: 15px 0;
    }
    .view .mask {
        width: 100%;
        height: 250px;
        left: -5%;
    }
    .swiper-pagination {
        /* bottom: -25px; */
    }
    .custom-btn {
        position: absolute;
        margin-left: 30%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
    }
    .custom-btn span {
        width: 110px;
        height: 35px;
    }
    /* ページネーションの余白 */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 20px 20px;
    }
    .swiper-pagination-bullet {
        background-color: red;
        height: 30px;
        width: 30px;
    }
    /* 
Q&A 
*/
    .q-a {
        width: 97%;
        height: auto;
        margin-left: 2%;
        margin-bottom: 100px;
    }
    .q-title .question {
        font-size: 1.8rem;
        padding: 60px 0;
    }
    .question::before {
        margin-left: 8.5%;
        margin-top: 2.5%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 100%;
        margin: 0 0 2px 0;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        font-weight: bold;
        line-height: 2em;
        font-size: 0.4rem;
        padding: 1em 1em 1em 0.5em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-family: serif;
        font-size: 2em;
        padding-right: 0.3em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        font-size: 0.4rem;
        right: 3%;
        width: 8%;
        margin-top: 1%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 0.7rem;
        width: 100%;
        padding: 5px 0;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        font-size: 7rem;
        margin: 45px 0 15px 0;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 5px 0 20px 10px;
        line-height: 25px;
    }
    /* 
メール問い合わせ
 */
    .contact {
        margin-top: -20%;
        height: 1600px;
    }
    .iPhone .contact {
        width: 100%;
        margin-top: -20%;
        height: 1700px;
        background: url(./img/paper-314816_1280.jpg);
        background-size: cover;
        background-attachment: local;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .contact::after {
        width: 100%;
        height: 100%;
    }
    .contact-title .contact-tit {
        padding: -5% 0 10px 0;
        font-size: 1.8rem;
    }
    .contact-tit::before {
        margin-left: 1.5%;
        margin-top: 5%;
        transform: rotate(-4rem);
        letter-spacing: 0.6rem;
    }
    .contact-lavel {
        margin-left: 8%;
        transform: translateX(0);
        width: 85%;
        padding: 15px 0;
    }
    .contact-lavel .labels {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 0;
        margin-left: 1%;
        width: 100%;
        border-left: 0px solid rgb(3, 113, 123);
    }
    .contact-item {
        display: block;
    }
    .contact-item p {
        font-size: 0.6rem;
    }
    .contact-item input {
        margin-left: 37%;
        transform: translateX(-27%);
        width: 160px;
        height: 35px;
        padding: 0;
        font-size: 1.2rem;
    }
    .radio-items {
        display: flex;
        /* text-align: center; */
        margin-left: 10%;
        width: 90%;
        margin-bottom: 20px;
    }
    .radio-items .radio-title {
        font-size: 0.9rem;
        margin-right: 15px;
    }
    .radio-items .radio-item {
        margin: 0;
        width: 20px;
        height: 20px;
    }
    .con-time {
        display: block;
    }
    .radio-items {
        display: flex;
    }
    .radio-items {
        text-align: center;
    }
    .con-time label {
        width: 100%;
        margin-left: 4%;
        font-size: 1.1rem;
    }
    .contact input:focus {
        background-color: rgba(238, 234, 231, 0.5);
        border: 3px solid rgba(5, 5, 5, 0.6);
        outline: 0;
    }
    .con-text {
        display: flex;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 32% 0 0 25%;
        font-weight: bold;
    }
    .con-text {
        display: block;
    }
    .textarea {
        width: 75%;
        margin-left: 14%;
        min-height: 100px;
        max-height: 250px;
        border-radius: 5px;
    }
    .form-button {
        width: 30%;
        transform: translateX(-5%);
    }
    .form-button .button-shadow {
        /* margin-left: 5%; */
        width: 100%;
        height: 40px;
        font-size: 1rem;
    }
    .radio-items input {
        width: 80%;
        height: 30px;
    }
    /* プライバシーポリシー */
    .privacy {
        width: 98%;
        height: auto;
    }
    .pri-title {
        margin-left: 20%;
        text-align: center;
        transform: translateX(-9%);
        font-size: 1rem;
        padding: 30px 0 10px 0;
    }
    .privacy-descript {
        margin-left: 5%;
    }
    .privacy-descript h4 {
        font-size: 0.8px;
        margin-bottom: 10px;
    }
    .privacy-description {
        font-size: 1px;
        overflow: auto;
        width: 100%;
        height: 80px;
        padding: 0 10px 15px 20px;
        line-height: 1.2rem;
    }
    .privacy-description ul {
        margin-left: 40px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 32%;
    }
    .phone-info {
        position: fixed;
        margin-left: 52%;
        bottom: 0;
        width: 45%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.7rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .hours {
        line-height: 25px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        /* display: block;
        justify-content: center;
        text-align: center;
        font-size: 0.8rem; */
        margin-left: 8%;
    }
    .mail-info p {
        display: none;
    }
    .line-icon .mail-line {
        display: none;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container .discription,
    .container .more {
        width: 35%;
    }
    footer a {
        margin-left: -20%;
        line-height: 0.8rem;
        font-size: 0.6rem;
    }
    .footer-copy {
        position: relative;
        font-size: 0.6rem;
        left: -20%;
    }
}

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

/* ************************************************************* */

@media screen and (max-width: 299px) {
    /* ナビ */
    .header .ham-menu {
        text-align: center;
        display: block;
        width: 50%;
        height: 100%;
        top: 0;
        background-color: rgba(1, 1, 1, 0.99);
        z-index: 1000000;
        left: -675px;
        opacity: 0;
        transition: all 0.8s;
    }
    .header .ham-menu li a {
        position: relative;
        top: 0;
        margin-top: 10%;
        padding: 10px;
        font-size: 1rem;
        color: #f4f4f4f4;
        font-weight: 0;
        border: 0px solid rgb(17, 16, 16);
        background-color: rgba(51, 51, 51, 0);
        box-shadow: 0px 0px 0 rgba(96, 93, 93, 0);
    }
    .header .ham-menu li a::after {
        position: absolute;
        bottom: 4px;
        left: 11%;
        content: "";
        width: 77%;
        height: 2px;
        background: rgba(51, 51, 51, 0.5);
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.5s;
    }
    .header .ham-menu li a:hover::after {
        transform: scale(1, 1);
    }
    .toggle-btn {
        display: block;
        position: fixed;
        top: 7px;
        right: 3%;
        width: 25px;
        height: 25px;
        z-index: 1000000;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 4px;
    }
    .toggle-btn span {
        position: absolute;
        display: block;
        left: 0;
        width: 25px;
        height: 6px;
        z-index: 1000000;
        background-color: #333;
        transition: all 0.5s;
        border-radius: 4px;
    }
    .toggle-btn span:nth-child(1) {
        top: 1px;
    }
    .toggle-btn span:nth-child(2) {
        top: 9.4999px;
    }
    .toggle-btn span:nth-child(3) {
        bottom: 2px;
    }
    .toggle-btn span:nth-child(3)::after {
        content: "Menu";
        position: absolute;
        top: 10px;
        left: 2px;
        color: rgb(2, 1, 1);
        font-size: 0.4rem;
        text-transform: uppercase;
    }
    #mask {
        display: none;
        transition: all 1s;
    }
    .open .toggle-btn span:nth-child(1) {
        transform: translateY(8.5px) rotate(315deg);
    }
    .open .toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open .toggle-btn span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-315deg);
    }
    .open .toggle-btn span {
        background-color: rgb(254, 248, 248);
    }
    .open .ham-menu {
        left: 0;
        opacity: 1;
        transition: all 0.9s;
    }
    .open #mask {
        z-index: 100000;
        display: block;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        cursor: pointer;
        transition: all 0.6s;
    }
    .open .toggle-btn span:nth-child(3)::after {
        content: "Close";
        transform: translateY(0) rotate(-45deg);
        top: 10px;
        left: 14px;
        color: rgb(246, 240, 240);
        font-size: 0.5rem;
    }
    /* 
top画像
 */
    .header-logo {
        width: 12%;
        height: 8%;
        border: 0px solid rgb(17, 16, 16);
        box-shadow: 0px 0px 0 rgb(96, 93, 93);
        top: -15%;
        left: 40%;
    }
    .top-img {
        margin-top: 15%;
        height: 250px;
    }
    .top-img .header-logo img {
        position: absolute;
        width: 120px;
        height: 30px;
        margin-top: 10%;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .top-img img {
        top: 10%;
        left: 0;
        width: 90%;
    }
    .top-img::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 250px;
        top: 0%;
        left: 0%;
        transition: all 0.1s;
    }
    .top-logo {
        top: 10%;
        left: 45%;
        width: 44%;
        height: 30%;
        padding: 0;
        margin: 0;
    }
    .top-logo:before {
        display: none;
    }
    .top-logo h1 {
        font-size: 0.4rem;
        margin-top: 15%;
    }
    .top-logo h2 {
        width: 100%;
        padding: 10px 0;
        font-size: 0.92rem;
    }
    .header.scroll-nav {
        background: rgb(11, 11, 11);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    }
    /* 当社について */
    .our-infomation {
        width: 100%;
        height: 1780px;
        margin-bottom: 0px;
    }
    .our-infomation h2 {
        font-size: 1.6rem;
        padding-top: 60px;
    }
    .infomation-title::before {
        margin-left: 1%;
        margin-top: 5.5%;
        font-size: 1rem;
    }
    .our-info {
        width: 100%;
        height: 1500px;
        margin-top: 50px;
    }
    .our-infoexample {
        display: block;
        width: 100%;
        height: 100%;
    }
    .our-info-1 {
        width: 100%;
        height: 40%;
        margin-bottom: 15px;
    }
    .our-info-2 {
        width: 100%;
        height: 40%;
    }
    .circle {
        margin: 0 auto;
        width: 90%;
        height: 50%;
        margin-bottom: 8px;
    }
    .circle1 {
        border-top-right-radius: 120px;
        border-bottom-left-radius: 120px;
        /* margin-bottom: 15px; */
    }
    .circle2 {
        border-top-left-radius: 120px;
        border-bottom-right-radius: 120px;
    }
    .circle3 {
        border-top-left-radius: 0px;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 120px;
    }
    .circle4 {
        border-top-left-radius: 140px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 140px;
        border-bottom-left-radius: 0px;
    }
    .our-info h4 {
        display: flex;
        width: 80%;
        font-size: 1.7rem;
        padding: 30px 15px 0 0;
        text-align: center;
        word-break: break-all;
        margin: 0 auto;
    }
    .circle5 {
        border-top-left-radius: 0px;
        border-top-right-radius: 120px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 120px;
    }
    .our-info p {
        font-size: 1.2rem;
        line-height: 1.5rem;
        padding: 18px 15px 10px 25px;
    }
    /* 買取詳細情報 */
    .sale {
        width: 100%;
        height: 1750px;
    }
    .purchase-sale .pur-border {
        font-size: 1.4rem;
    }
    .purchase-list {
        width: 100%;
        height: 780px;
        top: -5%;
    }
    .purchase-list .pur-img1 {
        position: absolute;
        top: 65%;
        width: 300px;
        left: -25%;
    }
    .pur-text {
        /* position: relative; */
        position: absolute;
        width: 45%;
        font-size: 1rem;
        top: 16%;
        line-height: 2rem;
        margin-left: 40%;
    }
    .purchase-list p {
        position: relative;
        margin-top: 220%;
        left: -45%;
        width: 100%;
        font-size: 0.8rem;
        line-height: 1rem;
    }
    .purchase-list .pur-img2 {
        position: relative;
        max-width: 80%;
        height: 20%;
        top: 48%;
        left: 5%;
    }
    .purchase-list li {
        left: 10%;
        width: 90px;
        height: 90px;
        margin-bottom: 0px;
        font-size: 1rem;
        padding-top: 7%;
        border: 1px solid whitesmoke;
        background-color: rgb(41, 82, 44);
    }
    /* トラクター */
    .purchase-list ul li:nth-child(1) {
        margin-left: 260px;
        top: 275px;
    }
    /* コンバイン */
    .purchase-list ul li:nth-child(2) {
        margin-left: 260px;
        margin-top: 0;
    }
    /* 田植え機 */
    .purchase-list ul li:nth-child(3) {
        margin-left: 170px;
    }
    /* 管理機 */
    .purchase-list ul li:nth-child(4) {
        margin-left: 260px;
        margin-top: 100px;
    }
    /* 耕運機 */
    .purchase-list ul li:nth-child(5) {
        margin-left: 170px;
        margin-top: 100px;
    }
    /* 草刈機 */
    .purchase-list ul li:nth-child(6) {
        margin-left: 170px;
        top: 75px;
    }
    @keyframes border_anim {
        0% {
            width: 100%;
        }
        100% {
            width: 180px;
        }
    }
    .sales {
        display: inline-block;
        height: 1800;
        /* margin: 0 10px 0 10px; */
        margin-top: -40%;
    }
    .sale-card {
        max-width: 90%;
        max-height: 260px;
        margin-left: 5%;
        margin-bottom: 50px;
    }
    .sale-text {
        width: 95%;
        height: 600px;
    }
    .sale-card img {
        width: 18%;
        height: 1%;
    }
    .sale-card h5 {
        font-size: 1.2rem;
        margin: 5px;
    }
    .sale-card p {
        font-size: 1rem;
        line-height: 2rem;
    }
    /*買い取り可能品目 */
    .purchase {
        margin-top: -140px;
    }
    .iPhone .purchase {
        margin-top: -140px;
    }
    .slide-purchase h2 {
        font-size: 1.4rem;
    }
    .purchase-slide:before {
        bottom: -10px;
        width: 100%;
        border-bottom: solid 1px #333;
        animation: border_anim 1.5s linear forwards;
    }
    .wrap {
        height: 1420px;
        padding: 20px 0 60px 0;
        margin: 0 auto;
        width: 90%;
    }
    .slideshow {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
    .img-contents {
        position: relative;
        height: 320px;
        margin: 0 auto;
        width: 80%;
    }
    .slideshow img {
        bottom: 2px;
    }
    .img-contents figcaption {
        position: absolute;
        margin-top: 7%;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    .content-hover:hover {
        transform: translateY(-5px);
        border-radius: 10%;
        box-shadow: 0 3px 25px 2px rgba(51, 51, 51, 0.7);
    }
    /*
問い合わせから成約までの流れ 
*/
    .store-method {
        height: 1700px;
        padding: 10px 30px;
    }
    .store-method .method-headline {
        font-size: 1.6rem;
        margin-top: 15%;
    }
    .method-feature {
        margin-left: -5%;
        display: inline-block;
    }
    .method-item {
        margin-bottom: 20px;
    }
    .method-headline {
        font-size: 2rem;
        margin: 100px 0 40px;
        position: relative;
    }
    .method-headline::before {
        margin-left: 7%;
        margin-top: 5%;
        font-size: 1rem;
        line-height: 2rem;
    }
    .feature .feature-headline {
        font-size: 1.4rem;
        text-align: center;
        transform: translateX(-5%);
    }
    .feature-description {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    /* 会社情報 */
    .company {
        height: 1100px;
        background-position: center;
        background-size: cover;
    }
    .company h3 {
        font-size: 2rem;
        padding: 10px 0;
    }
    .company h2 {
        line-height: 2rem;
        font-size: 1.2rem;
        padding: 25px 0;
    }
    .company-info p {
        font-size: 1.1rem;
        line-height: 1.7rem;
        padding: 20px;
        text-align: center;
    }
    .company-description p {
        font-size: 1.1rem;
        line-height: 2.7rem;
        text-align: start;
        margin-left: 5px;
    }
    /* 店舗情報 */
    /* .stores {
        height: auto;
    } */
    .purchase-store .purchase-store {
        font-size: 2rem;
        padding: 60px 0;
        margin-bottom: 10px;
    }
    .purchase-store::before {
        margin-left: 4%;
        margin-top: 9%;
        font-size: 1.2rem;
    }
    .stores-info {
        width: 100%;
        top: 0;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .store-cards {
        width: 95%;
        margin-top: -10%;
        margin-left: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .store-cards iframe {
        width: 95%;
        height: 250px;
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
    }
    .store-card {
        height: 100%;
        padding-top: 15px;
    }
    .store-card h5 {
        margin-top: -2%;
        font-size: 1.2rem;
    }
    .store-card p {
        font-size: 1rem;
        line-height: 1.2rem;
        padding-bottom: 5px;
    }
    .branch .co-name {
        font-size: 1rem;
        color: #82a05d;
        margin-bottom: 8px;
    }
    .branch .co-post {
        margin-top: 15px;
    }
    .branch .post-code {
        font-size: 0.8rem;
        margin-bottom: 15px;
    }
    .branch .post-name {
        font-size: 1rem;
        margin-top: -5px;
        /* padding-bottom: 8px; */
        line-height: 1.5rem;
    }
    /* ブログ */
    .blogs {
        height: auto;
    }
    .blog-title h2 {
        font-size: 1.5rem;
    }
    .blog-headline::before {
        margin-left: 2%;
        margin-top: 4.8%;
        font-size: 1rem;
        letter-spacing: 0.5rem;
    }
    .blog {
        display: block;
    }
    .hover {
        width: 120%;
        height: 200px;
        margin-left: -8%;
        margin-bottom: 15px;
    }
    .hover .hover-text {
        position: absolute;
        width: 90%;
        /*要素の大きさを0にしt表示させない*/
        transform: scale(0);
        /*ホバーの動き方*/
        transition: 0.35s ease-in-out;
        text-align: center;
    }
    .hover .hover-text .text1 {
        /* margin-left: 30px; */
        font-size: 1rem;
        padding-top: 10px;
    }
    .hover .hover-text .text2 {
        font-size: 1.2rem;
        padding: 5px 10px;
    }
    .hover .hover-text .text3 {
        margin-left: 5%;
        font-size: 0.85rem;
        padding: 5px 5px;
        line-height: 25px;
    }
    .btn-12 {
        position: absolute;
        width: 100%;
        margin-left: -6%;
        font-size: 0.7rem;
    }
    .btn-12 span {
        background: rgb(0, 172, 238);
        background: linear-gradient(0deg, #111111 0%, rgb(34, 99, 165) 100%);
        display: block;
        color: rgba(248, 244, 244, 0.8);
        position: absolute;
        width: 100px;
        height: 45px;
        box-shadow: inset 2px 2px 2px 0px rgba(54, 54, 54, 0.5),
            7px 7px 20px 0px rgba(0, 0, 0, 0.1),
            4px 4px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 3em 0.5em 2em 0.5em/0.4em 2em 0.5em 3em;
        margin: 0;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    /*ホバーエフェクト*/
    .section-button {
        text-align: center;
        font-size: 1.4rem;
        padding-bottom: 50px;
    }
    /* 買取実績 */
    .achived {
        height: 500px;
    }
    .achive-title h2 {
        font-size: 1.8rem;
        padding-top: 80px;
    }
    .news::before {
        margin-left: 1.5%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
    }
    .swiper {
        margin-top: 10%;
        /* margin-left: auto;
    margin-right: auto; */
        max-width: 90%;
    }
    .view {
        position: relative;
        max-width: 300px;
        height: auto;
        margin-left: 1%;
    }
    .view .content {
        position: absolute;
        text-align: center;
        margin-left: -5%;
    }
    .view img {
        width: 100%;
        left: 1%;
        height: 250px;
    }
    .view h2 {
        font-size: 1.1rem;
        margin: 30px 5px 0px 5px;
    }
    .view p {
        font-size: 1.1rem;
        line-height: 30px;
        padding: 15px 0;
    }
    .view .mask {
        width: 100%;
        height: 250px;
        left: -5%;
    }
    .swiper-pagination {
        /* bottom: -25px; */
    }
    .custom-btn {
        position: absolute;
        margin-left: 30%;
        top: 76%;
        border: none;
        box-shadow: none;
        font-size: 0.8rem;
    }
    .custom-btn span {
        width: 110px;
        height: 35px;
    }
    /* ページネーションの余白 */
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 20px 20px;
    }
    .swiper-pagination-bullet {
        background-color: red;
        height: 30px;
        width: 30px;
    }
    /* 
よくある質問
*/
    .q-a {
        width: 97%;
        height: auto;
        margin-bottom: 100px;
    }
    .q-title .question {
        font-size: 1.4rem;
        padding: 60px 0;
    }
    .question::before {
        margin-left: 6.5%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
    }
    .cp_qa .cp_actab {
        width: 100%;
        margin: 0 0 2px 0;
    }
    /* 質問 */
    .cp_qa .cp_actab label {
        position: relative;
        font-weight: bold;
        line-height: 2em;
        font-size: 0.5rem;
        padding: 1em 1em 1em 0.5em;
        text-indent: 0;
    }
    .cp_qa .cp_actab label::before {
        font-family: serif;
        font-size: 1em;
        padding-right: -0.5em;
    }
    /* 質問のanswer */
    .cp_qa .cp_actab label::after {
        content: "▼";
        font-size: 0.6rem;
        right: 0.5%;
        width: 8%;
        margin-top: 2%;
    }
    /* 答え */
    .cp_qa .cp_actab .cp_actab-content {
        font-size: 0.7rem;
        width: 97%;
        padding: 5px 0;
    }
    .cp_qa .cp_actab .cp_actab-content::before {
        font-size: 7rem;
        margin: 45px 0 15px 0;
    }
    .cp_qa .cp_actab .cp_actab-content p {
        margin: 5px 0 20px 5px;
        line-height: 15px;
    }
    /* 
メール問い合わせ
 */
    .contact {
        margin-top: -30%;
        height: 1580px;
    }
    .contact::after {
        width: 100%;
        height: 100%;
    }
    .contact-title .contact-tit {
        font-size: 1.5rem;
    }
    .contact-tit::before {
        margin-left: 1.5%;
        margin-top: 4.5%;
        transform: rotate(-4rem);
        letter-spacing: 0.5rem;
    }
    .contact-lavel {
        margin-left: 8%;
        transform: translateX(0);
        width: 85%;
        padding: 15px 0;
    }
    .contact-lavel .labels {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 0;
        margin-left: -1%;
        width: 100%;
        border-left: 0px solid rgb(3, 113, 123);
    }
    .contact-item {
        display: block;
    }
    .contact-item p {
        font-size: 0.2rem;
    }
    .contact-item input {
        margin-left: 35%;
        transform: translateX(-27%);
        width: 140px;
        height: 35px;
        padding: 0;
        font-size: 1.2rem;
    }
    .radio-items {
        display: flex;
        /* text-align: center; */
        margin-left: 10%;
        width: 90%;
        margin-bottom: 20px;
    }
    .radio-items .radio-title {
        font-size: 0.8rem;
        margin-right: 15px;
    }
    .radio-items .radio-item {
        margin: 0;
        width: 20px;
        height: 20px;
    }
    .con-time {
        display: block;
    }
    .radio-items {
        display: flex;
    }
    .radio-items {
        text-align: center;
    }
    .con-time label {
        width: 100%;
        margin-left: 4%;
        font-size: 1.1rem;
    }
    .contact input:focus {
        background-color: rgba(238, 234, 231, 0.5);
        border: 3px solid rgba(5, 5, 5, 0.6);
        outline: 0;
    }
    .con-text {
        display: flex;
    }
    .con-name,
    .con-nameJ,
    .con-mail,
    .con-phone {
        display: block;
    }
    .con-name p,
    .con-nameJ p,
    .con-mail p,
    .con-phone p {
        margin: 100px 0 0 74%;
        font-weight: bold;
    }
    .con-text {
        display: block;
    }
    .textarea {
        width: 80%;
        margin-left: 10%;
        min-height: 100px;
        max-height: 250px;
        border-radius: 5px;
    }
    input[type="submit"] {
        width: 150px;
        padding: 12px 0;
    }
    .form-button {
        width: 30%;
        transform: translateX(20%);
    }
    .form-button .button-shadow {
        margin-left: -45%;
        width: 100%;
        height: 40px;
        font-size: 1rem;
    }
    /* プライバシーポリシー */
    .privacy {
        width: 98%;
        height: auto;
    }
    .pri-title {
        margin-left: 20%;
        text-align: center;
        transform: translateX(-9%);
        font-size: 1rem;
        padding: 30px 0 10px 0;
    }
    .privacy-descript {
        margin-left: 5%;
    }
    .privacy-descript h4 {
        font-size: 0.8rem;
        margin-bottom: 10px;
        line-height: 1rem;
    }
    .privacy-description {
        font-size: 0.7rem;
        overflow: auto;
        width: 100%;
        height: 80px;
        padding: 0 10px 15px 20px;
        line-height: 1rem;
    }
    .privacy-description ul {
        margin-left: 40px;
    }
    /* 電話問い合わせ */
    .top-icon {
        bottom: 30%;
    }
    .phone-info {
        position: fixed;
        margin-left: 50.5%;
        bottom: 7%;
        width: 45%;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.9);
    }
    .infomation {
        margin: 5px 0;
    }
    .infomation h2 {
        font-size: 0.6rem;
    }
    .phone-num .p-number {
        display: none;
    }
    .phone-num i {
        font-size: 1.5rem;
        margin: 0;
    }
    .hours {
        font-size: 0.8rem;
        line-height: 20px;
        color: whitesmoke;
    }
    .phone-hours {
        display: none;
    }
    .week-day,
    .holiday .week-d {
        display: block;
        text-align: center;
        font-size: 0.7rem;
        margin-left: 10%;
    }
    .mail-info p {
        display: none;
    }
    .line-icon .mail-line {
        display: none;
    }
    /* footer */
    footer {
        display: block;
        padding: 5px;
        width: 100%;
    }
    .container .discription,
    .container .more {
        width: 30%;
    }
    footer a {
        margin-left: -35%;
        line-height: 0.1rem;
        font-size: 0.6rem;
    }
    .footer-copy {
        position: relative;
        font-size: 0.5rem;
        left: -15%;
    }
}
