/*---------------------------------------------
common
---------------------------------------------*/
body{
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 0.8rem;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;/*safari用*/
    touch-action: pan-x pan-y;
}

/* 標準的なブラウザ用 */
body > *::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* Firefox 64以下のバージョン用 */
body > *{
  scrollbar-width: none;
}
dl, dd{
    margin: 0;
}

@media screen and (min-width: 810px) {
.area{
    scroll-snap-type: y mandatory;
    overflow: auto;
}
}
html{
    font-family: "Noto Sans JP";
}
html ,body ,ul{
    padding: 0;
    margin: 0;
}
ul li{list-style: none;}
a{text-decoration: none; cursor: pointer;}
a:hover{ opacity: 0.7; transition: all 0.3s ease;}
.pc_none{
    display: none;
}
.hidden {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

/*--------------------------------------------

header.php

--------------------------------------------*/
header{
    position: relative;
}
/* header_top */
.header_top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    background: url(/../images/top/background/header.webp);
    background-color: rgba(29,32,128,0.4);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto;
    z-index: 98;
}
/* header_top__inner */
.header_top__inner {
    max-width: 1350px;
    width: 90%;
    height: 85px;
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 0 auto;
    color: rgb(255, 255, 255);
}

/* header_logo */
.header_logo {
    width: 13em;
    height: 50px;
    display: block;
    color: transparent;
}
.header_logo img {
    height: 100%;
}

/* h_catch */
.h_catch {
    font-size: 115%;
    width: 20em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em 1em;
}
.h_catch li {
    width: calc(100% / 2 - 1em / 2);
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(29, 32, 128);
    padding: 0.25em 1em;
    font-weight: 800;
    box-sizing: border-box;
}
.h_catch a {
    color: rgb(29, 32, 128);
}

/* h_tel */
.h_tel {
    display: flex;
    align-items: center;
    gap: 0.25em;
    font-size: 1.75rem;
    color: rgb(255, 255, 255);
}
.h_tel svg {
    height: 1em;
}
.h_tel path {
    fill: rgb(255, 255, 255);
}

/* h_nav */
.h_nav {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin: 0 0 0 auto;
}

/*h_nav__btn*/
.h_nav__btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.h_nav__btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(255,255,255);
    font-size: 0.6rem;
    width: 50px;
}
.h_nav__btn .h_nav__contact a {
    width: fit-content;
    background: rgb(29, 32, 128);
    flex-direction: row;
    font-size: 1rem;
    gap: 0.5em;
    padding: 0.25em 1em;
    border-radius: 0.5em;
}
.h_nav__btn a i{
    font-size: 25px;
}
.h_nav__btn a img{
    width: 25px;
    height: auto;
}

/* h_nav__menu */
.h_nav__menu {
    font-size: 110%;
    display: flex;
    gap: 1em;
}
.h_nav__menu a {
    color: rgb(255, 255, 255);
}

/* header_top__menu */
.header_top__menu {
    background: #b80000;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}

/* nav_list */
.nav_list {
    display: none;
}

/* center_menu_pc */
.center_menu_pc {
    max-width: 1350px;
    width: 90%;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 120%;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------

header.php

--------------------------------------------*/

/*--------------------------------------------

レスポンシブ

--------------------------------------------*/
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
.sp_none{
    display: none !important;
}
.pc_none{
    display: block;
}
}
@media (max-width: 600px) {
.sp_br{
    display: block;
}
}
/*--------------------------------------------
max-width 1199
--------------------------------------------*/
@media (max-width: 1199px) {
header .sp_none{
    display: none !important;
}
header .pc_none{
    display: block;
}

.header_top_fence{
    height: 55px;
}
.header_top{
    padding: 10px 0;
    width:  100%;
    height: 55px !important;
    align-items: center;
    box-sizing: border-box;
}
/* h_nav__btn */
.h_nav__btn a {
    width: fit-content;
}
/*header_logo*/
.header_logo{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 35px;
    width: 100px;
}
/*icon_menu*/
.header_top > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    width: 100svw;
    padding: 0 20px;
    box-sizing: border-box;
}
.header_top__menu {
    height: 0;
}
/*icon_list*/
.icon_list{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
}
.icon_list a.line_btn{
    margin-right: -15px !important;
}
/*header_menu*/
#header_menu{
    order: -1;
    height: 60px;
}
#header_menu nav{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    color: rgb(255,255,255);
    margin: auto;
}
/*hamburger*/
#header_menu nav input{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    animation: anim 1s forwards;
}
#header_menu span{
    display: block;
    width: 33px;
    height: 3px;
    margin-bottom: 7px;
    position: relative;
    background: rgb(255,255,255);
    border-radius: 100px;
    z-index: 1;
    transform-origin: 1px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}
#header_menu span:first-child{
    transform-origin: 0% 0%;
}
#header_menu span:nth-last-child(2){
    transform-origin: 0% 100%;
}
#header_menu input:checked ~ span{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);

}
#header_menu input:checked ~ span:nth-last-child(3){
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
#header_menu input:checked ~ span:nth-last-child(2){
    transform: rotate(-45deg) translate(0, -1px);
}
#header_menu nav input:checked ~ div{
    transform: none;
}
/*header_menu nav_list*/
#header_menu .nav_list_parent{
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    width: 100vw;
    width: 100dvw;
    position: absolute;
    margin: 10px 0 0 -20px;
}
#header_menu .nav_list{
    background: rgb(246,247,247);
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 15px;
    overflow-y: auto;
    box-sizing: border-box;
    height: calc(100vh - 55px);
    height: calc(100dvh - 55px);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    align-items: flex-start;
    justify-content: flex-start;
}
#header_menu .nav_list > li.sp_menu_other{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#header_menu .nav_list > li.sp_menu_other a{
    width: calc(100% / 2 - 2.5px);
}
#header_menu .nav_list > li.sp_menu_other a.go-arrival{
    width: 100%;
}
#header_menu .nav_list > li > a,
.set-sp{
    background: rgb(29,32,128);
    width: 100%;
    padding: 15px 0 15px 1em;
    position: relative;
    display: block;
    padding-right: 20px;
    box-sizing: border-box;
}
#header_menu .nav_list > li > a:hover,
.set-sp:hover{
    background: rgba(29,32,128,0.4);
    transition: all 0.3s
}
#header_menu .nav_list .pc_none{
    color: rgb(29,32,128);
}
#header_menu nav a{
    color: rgb(255,255,255);
}
#header_menu nav a:hover{
    opacity: 1;
}
#header_menu .nav_list a::before,
.set-sp::before{
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px rgb(255,255,255); /* 矢印の色 */
    border-right: solid 2px rgb(255,255,255); /* 矢印の色 */
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    right: 1em;
    top: 50%;
}
.set-sp{
    margin: 10px 0 -5px 0;
}
#header_menu .nav_list > li{
    display: block;
    width: 100%;
}
#header_menu .nav_list img{
    width: 3vh;
    width: 3svh;
    padding-right: 1em;
}
#header_menu .nav_list .header_menu_title ,
#header_menu .nav_list .header_menu_news_more {
    background: none;
    color: rgb(200,201,201);
    font-size: 0.7rem;
    padding: 0;
}
#header_menu .nav_list .header_menu_title:hover ,
#header_menu .nav_list .header_menu_news_more:hover{
    background: none;
}
#header_menu .nav_list .header_menu_title{
    margin: 1em 0;
}
#header_menu .nav_list .header_menu_title:first-child{
    margin: 4em auto 0 auto;
}
#header_menu .nav_list .header_menu_title::before ,
#header_menu .nav_list .header_menu_news::before ,
#header_menu .nav_list .header_menu_news_more::before{
    content:none;
}
#header_menu .header_menu_news a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#header_menu .header_menu_news small{
    margin: 0;
    font-size: 0.7rem;
    display: block;
}
#header_menu .nav_list .header_menu_news_more{
    display: flex;
    justify-content: flex-end;
}
.icon_list a i{
    font-size: 30px;
}
#header_menu li.sp_icon_list{
    display: flex;
    flex-direction: row;
    gap: 7px;
}
#header_menu li.sp_icon_list a{
    border-radius: 10px;
    font-size: 25px;
    padding: 10px;
    display: block;
    width: fit-content;
    height: fit-content;
}
#header_menu li.sp_icon_list a::before{
    content: none;
}
#header_menu li.sp_icon_list a i{
    padding: 0 !important;
    display: block;
    font-weight: 400 !important;
}
#header_menu li.sp_icon_list a img{
    width: 25px;
    height: auto;
    display: block;
    padding: 0;
}
}
/*--------------------------------------------

global_menu

--------------------------------------------*/
.header_top .center_menu_pc,
.header_top .center_menu_pc2{
    display: flex;
    gap: 105px;
    margin: 0 auto 0 0;
    padding-left: 30px;
    z-index: 999;
}
.header_top .center_menu_pc li > a,
.header_top .center_menu_pc2 li > a{
    color: rgb(255,255,255);
    font-size: 1.2rem;
    font-weight: 700;
}
.header_top .global_menu_pc > a,
.header_top .global_menu_pc2 > a{
    color: rgb(255,255,255);
    position: relative;
    padding-right: 1rem;
}
.header_top li.global_menu_pc > a{
    background: rgb(255, 255, 255);
    color: #b80000;
    border-radius: 100px;
    font-weight: 700;
    padding: 5px 35px 5px 20px;
    display: block;
}
.header_top .global_menu_pc > a::after,
.header_top .global_menu_pc2 > a::after{
    content: "";
    display: block;
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #b80000;
    border-right: solid 2px #b80000;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /* Chrome用のプレフィックス */
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header_top .global_menu_pc > a::after{
    right: 20px;
}
.header_top .global_menu_pc2 > a::after{
    right: 0;
}
.header_top .global_hover > a::after,
.header_top .global_hover2 > a::after{
    top: 15%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /* Chrome用のプレフィックス */
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header_top .global_hover > a h3{
    margin: 0;
}
.header_top .global_menu_child_pc,
.header_top .global_menu_child_pc2{
    display: none;
    position:absolute;
    top:100%;
    left:0;
    right: 0;
    margin: auto;
    width: calc(100% - 150px);
    background: rgba(0,0,0,0.6);
}
.global_hover .global_menu_child{
    display: block;
}

/*縦タブ*/
ul#category_menu_pc {
    float:left;
    width:20%;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
}
ul#category_menu_pc li{
    display: inline-block;
    width:100%;
    height: fit-content;
    line-height: 30px;
    padding: 10px;
    margin:0;
    cursor: pointer;
    color: rgb(255,255,255);
    position: relative;
    box-sizing: border-box;
}
ul#category_menu_pc li.current{
    background: rgb(255,255,255);
    color: rgb(0,0,0);
}
ul#category_menu_pc li.current::after{
    content: "";
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: rgb(255,255,255);
    width: 10px;
    height: 1.2rem;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul#category_menu_pc li small{
    display: block;
    font-size: 0.7rem;
}
ul#category_content_pc {
    float: left;
    width:80%;
    padding: 0;
    box-sizing: border-box;
}
ul#category_content_pc > li{
    display: none;
    vertical-align: top;
    padding: 20px 20px 20px 30px;
    z-index: 2;
}
ul#category_content_pc > li.current{
    display: block;
}
/*縦タブデザイン*/
#category_content_pc h2{
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    color: rgb(255,255,255);
    font-size: 1rem;
}
#category_content_pc p{
    font-size: 0.8rem;
    font-weight: normal;
}
#category_content_pc > li > ul{
    background:rgb(255,255,255);
    box-sizing: border-box;
    padding: 20px;
    height: 350px;
    overflow-y: auto;
}
#category_content_pc .category_tab ul{
    background: rgb(255,255,255);
    height: 350px;
    padding: 20px;
    overflow-y: auto;
    box-sizing: border-box;
}

/*タブ切替*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 15px 15px 0 0;
}
.tab_item:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.category_tab_content {
    display: none;
}
/*選択されているタブのコンテンツのみを表示*/
#category_all:checked ~ #category_all_content,
#category_new:checked ~ #category_new_content,
#category_used:checked ~ #category_used_content {
    display: flex;
}
#category_all:checked ~ #category_all_content{
    border-top: 3px solid rgb(151, 0, 0);
}
#category_new:checked ~ #category_new_content{
    border-top: 3px solid rgb(29, 32, 128);
}
#category_used:checked ~ #category_used_content{
    border-top: 3px solid #6c2463;
}
/*選択されているタブのスタイルを変える*/
.category_tab input#category_all:checked + .tab_item {
    background-color: rgb(151, 0, 0);
    color: rgb(255, 255, 255);
}
.category_tab input#category_new:checked + .tab_item {
    background-color: rgb(29,32,128);
    color: rgb(255, 255, 255);
}
.category_tab input#category_used:checked + .tab_item {
    background-color: #6c2463;
    color: rgb(255, 255, 255);
}
/*product*/
#category_content_pc .product_menu > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}
#category_content_pc .product_menu .category_tab ul{
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
#category_content_pc .product_menu li{
    width: calc(20% - 10px);
}
#category_content_pc .product_menu a{
    display: flex;
    align-items: center;
    color: rgb(0,0,0);
    width: 100%;
    gap: 5px;
    font-size: 1rem;
}
#category_content_pc .product_menu p{
    font-size: 0.7rem;
    margin: 0;
}
#category_content_pc .product_menu img{
    height: 100%;
    height: 4rem;
    width: auto;
}
/*menu_content*/
.header_top .global_menu_child_pc2{
    padding: 20px;
    box-sizing: border-box;
}
.header_top .menu_content{
    display: flex;
    flex-wrap:wrap;
    gap: 20px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    box-sizing: border-box;
}
.header_top .menu_content dl,
.header_top .menu_content dd{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header_top .menu_content dl{
    width: calc(100% / 4 - (60px / 4));
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.header_top .menu_content dt{
    padding: 15px 10px 15px 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    background: rgba(100,100,100,0.8);
    color: rgb(255,255,255);
}
.header_top .menu_content dl dt::after{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header_top .menu_content .brand dt::after{background: rgb(235 149 149);}
.header_top .menu_content .quality dt::after{background: rgba(70, 155, 225, 0.7);}
.header_top .menu_content .service dt::after{background: rgb(161, 102, 228);}
.header_top .menu_content .content dt::after{background: rgb(215, 210, 194);}
.header_top .menu_content img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.header_top .menu_content dl ul{
    background: rgba(100,100,100,0.8);
    padding: 0 10px;
}
.header_top .menu_content dl li{
    border-bottom: dotted 1px rgb(200,200,200);
}
.header_top .menu_content dl li:last-child{
    border: none;
}
.header_top .menu_content dl a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.header_top .menu_content a i{
    color: rgb(180,180,180);
    font-size: 1.2rem;
}
/*purpose & maker 共通*/
#category_content_pc .purpose_menu ul,
#category_content_pc .maker_menu ul{
    display: flex;
    flex-wrap: wrap;
}
#category_content_pc .purpose_menu a,
#category_content_pc .maker_menu a{
    display: flex;
    flex-direction: column;
    color: rgb(0,0,0);
}
#category_content_pc .purpose_menu p,
#category_content_pc .maker_menu p{
    text-align: center;
    font-size: 0.7rem;
    margin: 0;
}
/*maker*/
#category_content_pc .maker_menu ul{
    gap: 20px;
    justify-content: flex-start;
}
#category_content_pc .maker_menu ul li{
    width: calc(20% - 20px);
}
#category_content_pc .maker_menu a{
    width: 100%;
}
#category_content_pc .maker_menu img{
    width: 80%;
    height: auto;
    margin: 0 auto;
}
/*site*/
#category_content_pc .site_menu > ul{
    display: flex;
    gap: 5px;
}
#category_content_pc .site_menu .site_button{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
#category_content_pc .site_menu .site_button li.site_title{
    width: 100%;
}
#category_content_pc .site_menu .site_button li p{
    font-weight: normal;
    margin: 10px 0 -40px 0;
}
#category_content_pc .site_menu .site_button li:first-child p{
    margin-bottom: -40px;
}
#category_content_pc .site_menu .site_button li:last-child{
    padding-bottom: 0;
}
#category_content_pc .site_menu .site_button a{
    border-radius: 100px;
    border: solid 1px rgb(200,201,201);
    display: block;
    width: fit-content;
    padding: 5px 20px;
    color: rgb(0,0,0);
    background: rgb(240,240,240);
}
#category_content_pc .site_menu .site_button a:hover{
    background: rgb(200,201,201);
    opacity: 1;
}
/*purpose*/
#category_content_pc .purpose_menu ul{
    gap: 20px;
}
#category_content_pc .purpose_menu a{
    gap: 5px;
    width: fit-content;
    height: fit-content;
}
#category_content_pc .purpose_menu img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
/*--------------------------------------------
set-link
--------------------------------------------*/
ul.set_products{
    height: fit-content !important;
    margin-bottom: 20px;
    padding: 0 !important;
}
ul.set_products li{
    width: 100% !important;
    position: relative;
}
ul.set_products li::before,
ul.set_products li::after{
    content: "";
    background: rgba(29, 32, 128, 0.3);
    position: absolute;
    top: 0;
    width: 25%;
    height:100%;
}
ul.set_products li::before{
    left: 0;
    clip-path: polygon(0 0, calc(100% - 144px) 0, 93% 100%, 0% 100%);
}
ul.set_products li::after{
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%,  calc(100% - 100px) 100%);
}
ul.set_products li a{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 1;
    font-size: 1rem;
    letter-spacing: 0.05em;
}
ul.set_products li a::before,
ul.set_products li a::after{
    content: "";
    background: rgb(29,32,128);
    position: absolute;
    top: 0;
    width: 17%;
    height: 100%;
    z-index: -1;
}
ul.set_products li a::before{
    clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100%, 0 100%);
    left: 0;
}
ul.set_products li a::after{
    clip-path: polygon(0 0, 100% 0, 100% 100%,  calc(100% - 100px) 100%);
    right: 0;
}
ul.set_products li a span.marker{
    background: linear-gradient(transparent 50%, rgba(0, 159, 230, 0.2) 50%);
}

/* header_bottom */
.header_bottom {
    padding-top: 135px !important;
}
/*--------------------------------------------

レスポンシブ

--------------------------------------------*/
/*--------------------------------------------
max-width 1199
--------------------------------------------*/
@media (max-width: 1199px) {
.global_menu_sp,
.global_menu_sp2{
    position: relative;
    margin: 0;
}
.global_menu_sp p,
.global_menu_sp2 p{
    margin: 0;
}
.global_menu_child_sp,
.global_menu_child_sp2{
    display: block;
    position:static;
    width:100%;
    box-sizing: border-box;
    padding: 0;
}
.global_menu_child_sp p{
    font-weight: normal;
    font-size: 0.8rem;
}
/*縦タブ*/
ul#category_menu_sp,
ul#category_menu_sp2 {
    float:none;
    width:100%;
    margin: 10px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
ul#category_menu_sp > li,
ul#category_menu_sp2 > li{
    display: inline-block;
    width: calc(50% - 2.5px);
    height: fit-content;
    line-height: normal;
    margin:0;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
    background:rgb(29,32,128);
    color: rgb(255,255,255);
}

ul#category_content_sp,
ul#category_content_sp2 {
    float: none;
    width:100%;
    margin: 0;
    padding: 0;
    border-left: none;
    color: rgb(0,0,0);
}
ul#category_content_sp > li{
    display: none;
    vertical-align: top;
    height: 300px;
    overflow-y: auto;
    background: rgb(255,255,255);
    padding: 10px;
}
ul#category_content_sp > li.product_menu{
    height: auto;
}
ul#category_content_sp2 > li{
    display: none;
    vertical-align: top;
    max-height: 300px;
    min-height: fit-content;
    overflow-y: auto;
    background: rgb(255,255,255);
    padding: 10px;
}
ul#category_content_sp > li.current,
ul#category_content_sp2 > li.current{
    display: block;
    margin: 5px 0 0 0;
}
ul#category_content_sp > li a,
ul#category_content_sp2 > li a{
    color: rgb(0,0,0);
}

/*タブ切替*/
ul#category_content_sp > li.product_menu{
    padding: 0;

}

.tab_item_sp{
    width: calc(100%/3);
    height: 35px;
    background-color: #d9d9d9;
    line-height: 35px;
    font-size: 0.8rem;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 5px 5px 0 0;
}
.tab_item_sp:hover {
    opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item_sp"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.category_tab_content_sp {
    display: none;
    clear: both;
    height: 55vh;
    height: 55svh;
    overflow-y: scroll;
}
ul#category_content_sp > li{
    height: 57vh;
    height: 57svh;
}
/*選択されているタブのコンテンツのみを表示*/
#category_all_sp:checked ~ #category_all_content_sp,
#category_new_sp:checked ~ #category_new_content_sp,
#category_used_sp:checked ~ #category_used_content_sp {
    display: block;
}
#category_all_sp:checked ~ #category_all_content_sp{
    border-top: 3px solid rgb(151, 0, 0);
}
#category_new_sp:checked ~ #category_new_content_sp{
    border-top: 3px solid rgb(29, 32, 128);
}
#category_used_sp:checked ~ #category_used_content_sp{
    border-top: 3px solid #6c2463;
}
/*選択されているタブのスタイルを変える*/
.category_tab_sp input#category_all_sp:checked + .tab_item_sp {
    background-color: rgb(151, 0, 0);
    color: rgb(255, 255, 255);
}
.category_tab_sp input#category_new_sp:checked + .tab_item_sp {
    background-color: rgb(29,32,128);
    color: rgb(255, 255, 255);
}
.category_tab_sp input#category_used_sp:checked + .tab_item_sp {
    background-color: #6c2463;
    color: rgb(255, 255, 255);
}

/*矢印*/
#category_menu_sp > li,
#category_menu_sp2 > li{
    position: relative;
}
#category_menu_sp > li::after,
#category_menu_sp2 > li::after{
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    z-index: 2;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#category_menu_sp > li.current::after,
#category_menu_sp2 > li.current::after{
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px rgb(255,255,255);
    border-right: solid 2px rgb(255,255,255);
    z-index: 2;
    right: 1em;
    top: 10%;
    bottom: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#category_content_sp a::before,
#category_content_sp2 a::before{
    content: none !important;
}
/*product*/
#category_content_sp .product_menu > ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#category_content_sp .product_menu li{
    height: fit-content;
}
#category_content_sp .product_menu a{
    display: flex;
    width: 100%;
    gap: 5px;
    align-items: center;
    border-bottom: solid 1px rgb(200,201,201);
    padding: 10px;
    box-sizing: border-box;
}
#category_content_sp .product_menu li:last-child a {
    border: none;
}
#category_content_sp .product_menu a img{
    height: 3rem;
    width: auto;
    padding: 0;
}
/*maker*/
#category_content_sp .maker_menu h2{
    margin-bottom: 0;
}
#category_content_sp .maker_menu > div{
    display: flex;
    flex-wrap: wrap;
}
#category_content_sp .maker_menu a{
    display: flex;
    flex-direction: column;
    width: calc(100% - 12px);
    text-align: center;
    padding: 10px 5px;
    border-bottom: solid 1px rgb(200,201,201);
    flex-direction: column;
}
#category_content_sp .maker_menu li:last-child a{
    border: none;
}
#category_content_sp .maker_menu a img{
    height: 1.5rem;
    width: auto;
    padding: 0;
    object-fit: contain;
}
/*site*/
#category_content_sp .site_menu p{
    color: rgb(100,100,100);
    padding-bottom: 10px;
    font-weight: normal;
    margin: 0;
}
#category_content_sp .site_menu .site_button{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    border-bottom: solid 1px rgb(200,201,201);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#category_content_sp .site_menu .site_button:last-of-type{
    border: none;
}
#category_content_sp .site_menu .site_button a{
    border-radius: 100px;
    border: solid 1px rgb(200,201,201);
    display: block;
    width: calc(50% - 2.5px);
    padding: 5px 0;
    color: rgb(0,0,0);
    background: rgb(255,255,255);
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}
#category_content_sp .site_menu .site_button a:hover{
    background: rgb(200,201,201);
    opacity: 1;
}

/*purpose*/
#category_content_sp .purpose_menu > div{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#category_content_sp .purpose_menu a{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: solid 1px rgb(200,201,201);
    padding-bottom: 5px;
    gap: 5px;
}
#category_content_sp .purpose_menu li:last-child a{
    border: none;
}
#category_content_sp .purpose_menu a img{
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    padding: 0;
}
/*service_menu*/
#category_content_sp2 .service_menu > div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#category_content_sp2 .service_menu a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 15px 0;
    border-bottom: solid 1px rgb(200,201,201);
}
#category_content_sp2 .service_menu li:last-child a{
    border: none;
    padding: 5px 0;
}
#category_content_sp2 .service_menu a i{
    color: rgb(180, 180, 180);
    font-size: 1.2rem;
}

/*header_bottom*/
.header_bottom {
    padding-top: 55px !important;
}
}


/*--------------------------------------------

footer.php

--------------------------------------------*/
footer{
    background: rgb(29,32,128);
    height: fit-content;
}
.footer_top{
    background: rgb(255,255,255);
    padding: 30px 0;
}
/*title*/
footer h2{
    font-size: 1rem;
    position: relative;
    margin: 0 auto 35px auto;
    font-weight: normal;
}
footer h2::after{
    content: '';
    display: block;
    width: 4em;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: rgb(0,0,0);
}
/*footer_bottom*/
.footer_bottom{
    width: 100vw;
    color: rgb(255,255,255);
    padding: 25px 0;
    background: rgb(29,32,128);
}
/*footer_menu*/
.footer_pc_none ,footer button{
    display: none;
}
.footer_pc_hidden{
    visibility: hidden;
}
.footer_menu_content{
    visibility: visible;
    font-size: 0.8rem;
}
.include-accordion{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 0;
}
.footer_menu_content ul{
    position: relative;
    display: grid;
    row-gap: 0.5em;
}
.footer_menu_content{
    padding-right: 8em;
}
.footer_menu_content:last-child{
    padding-right: 0;
}
.footer_menu_content{
    position: relative;
}
.footer_menu_content::before{
    content: '';
    width: 1px;
    height: 16em;
    background: rgb(255,255,255);
    position: absolute;
    top: 0;
    right: 0;
    margin-right:4em;
    display: block;
}
.footer_menu_content:last-child:before{
    content: none;
}
.footer_menu_content li{
    position: relative;
}
.footer_menu_content li:first-child{
    padding-bottom: 0.5em;
    font-weight: 500;
}
.footer_menu_content li:first-child::after{
    content: '';
    width: 5em;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255);
}
.footer_menu_content a{
    color: rgb(255,255,255);
}
/*copyright*/
.copy_right{
    text-align: center;
    margin: 17px auto 0 auto;
    display: block;
}
/*--------------------------------------------

レスポンシブ

--------------------------------------------*/
/*--------------------------------------------
max-width 1199
--------------------------------------------*/
@media (max-width: 1199px) {
/*footer_bottom*/
.footer_bottom{
    width: 90%;
    margin: 0 auto;
}
.include-accordion{
    flex-wrap: wrap;
    gap: 40px 0;
    align-items: stretch;
}
.footer_menu_content{
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 20px;
    border-right: dotted 1px rgb(255,255,255);
    position: relative;
}
.footer_menu_content:nth-child(-n+3)::after{
    content: "";
    position: absolute;
    width: 90%;
    border-bottom: dotted 1px rgb(255,255,255);
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}
.footer_menu_content:nth-child(3),
.footer_menu_content:nth-child(6){
    border: none;
}
.footer_menu_content::before{
    content: none;
}
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
footer{
    padding: 0 0 65px 0;
}
/*表示・非表示要素*/
.include-accordion{
    display: block;
}
.footer_sp_none{
    display: none;
}
.footer_pc_hidden ,.include-accordion{
    visibility: visible;
}
.footer_pc_none ,footer button{
    display: grid;
}
.footer_menu{
    display: grid;
}
.footer_menu_content::before ,.footer_menu ul li:first-child::after{
    content: none;
}
/*footer_bottom*/
.footer_bottom{
    padding: 0;
    width: 100%;
}
.include-accordion{
    padding: 0;
    flex-wrap: nowrap;
    gap:0;
}
.footer_menu_content{
    border-bottom: solid 1px rgb(255,255,255);
    padding: 0;
    width: 100%;
    border-right: none;
}
.footer_menu_content:nth-child(-n+3)::after{
    content: none;
}
.footer_menu_content:nth-child(3),
.footer_menu_content:nth-child(6){
    border-bottom: solid 1px rgb(255,255,255);
}
footer button{
    position: relative;
    border: none;
    width: 100%;
    background-color: inherit;
    color: #fff;
    cursor: pointer;
    text-align: left;
    padding: 25px 0 25px 20px;
    font-size: 0.9rem;
}
footer button:hover{
    background: rgb(86,86,152);
    transition: all 0.3s;
}
  
footer button::before, footer button::after{
    content:"";
    position: absolute;
    top: 30px;
    width: 1.5px;
    height: 8px;
    background-color: #fff;
    transition: .5s;
}
  
footer button::before{
    transform: rotate(-45deg);
    right: 35px;
}
  
footer button::after{
    transform: rotate(45deg);
    right: 30px;
}
footer .footer_menu_content.active button::before{
    transform: rotate(-135deg);
    transition:.5s;
}
  
footer .footer_menu_content.active button::after{
    transform: rotate(135deg);
    transition:.5s;
}
.footer_menu_content ul{
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    margin:0;
    padding: 0 0 0 20px;
    display: grid;
    gap: 10px 0;
}
.footer_menu_content ul li:last-child{
    padding: 0 0 20px 0;
}
.copy_right{
    padding: 25px 0;
    margin: 0 auto;
}
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
footer h2{
    font-size: 0.9rem;
}
.business_time_content{
    display: block;
}
}


/*--------------------------------------------

contact.php

--------------------------------------------*/
/*contact*/
#contact{
    width: 1200px;
    margin: 0 auto;
}
footer > p{
    margin: 0;
}
.contact_content{
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
footer h4{
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
}
footer h4 a{
    color: rgb(0,0,0);
}
footer h4 a:hover{
    color: rgba(0,0,0,0.4);
    transition: all 0.3s;
}
/*business_time*/
.business_time_content{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.business_time > p{
    margin: 0;
}
.business_time_content p{
    margin: 0;
}
.business_time_content span{
    display: block;
}
.business_time_content span a{
    color: rgb(0,0,0);
}
.business_time_content span a:hover{
    color: rgba(0,0,0,0.4);
    transition: all 0.3s;
}
/*contact_button*/
#contact h2{
    margin-top: 10px;
}
.contact_button{
    background: rgb(29,32,128);
    color: rgb(255,255,255);
    width: 360px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 100px;
}
.contact_button i{
    display: inline-block;
    font-size: 30px;
}
.contact_button h3{
    font-weight: normal;
    margin: 10px 0;
}
.contact_button span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(255,255,255);
    position: relative;
}
.contact_button span::after{
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px rgb(29,32,128);
    border-right: solid 2px rgb(29,32,128);
    z-index: 2;
    transform: rotate(45deg);
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*--------------------------------------------

レスポンシブ

--------------------------------------------*/
/*--------------------------------------------
max-width 1199
--------------------------------------------*/
@media (max-width: 1199px) {
#contact{
    width: 90%;
}
#contact h2{
    width: 100%;
}
.contact_content{
    flex-wrap: wrap;
}
footer h4{
    font-size: 1.5rem;
    width: 100%;
}
/*contact_button*/
.contact_button{
    width: fit-content;
    padding: 10px 20px;
}
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
.contact_content{
    flex-direction: column;
    align-items: flex-start;
}
/*contact_button*/
.contact_button{
    width: 100%;
    box-sizing: border-box;
}
}
/*--------------------------------------------
max-width 600
--------------------------------------------*/
@media (max-width: 600px) {
.footer_top{
    padding: 30px 0;
}
.business_time_content{
    flex-direction: column;
    align-items: flex-start;
}
}

/*--------------------------------------------
max-width 450
--------------------------------------------*/
@media (max-width: 450px) {
.contact_link{
    padding: 15px 10px;
}
.contact_link_mail{
    width: 50px;
    height: 40px;
}
.contact_link_mail::before{
    width: 40px;
    height: 40px;
}
}


/*--------------------------------------------

consider.php

--------------------------------------------*/
.consider{
    width: 1200px;
    margin: 0 auto;
    background: rgb(240,240,240);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    box-sizing: border-box;
}
.consider h2{
    width: 100%;
}
.consider p{
    margin: 0;
}
.consider div{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.consider dl{
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}
.consider dt{
    padding: 0 0 0 1.3em;
    position: relative;
}
.consider dt::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    background: rgb(0,0,0);
    border-radius: 50%;
    margin: auto;
}
.consider dd{
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.consider dd img{
    display: block;
    width: calc(100% / 5 - 5px);
    height: auto;
}
/*--------------------------------------------

レスポンシブ

--------------------------------------------*/
/*--------------------------------------------
max-width 1199
--------------------------------------------*/
@media (max-width: 1199px) {
.consider{
    width: 90%;
}
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
.consider div{
    flex-direction: column;
    gap: 0;
}
}
