.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
.tabOnly {
    display: none;
}
.pctabOnly {
    display: block;
}
.tabspOnly {
    display: none;
}
@media only screen and (max-width: 980px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: none;
    }
    .tabOnly {
        display: block;
    }
    .pctabOnly {
        display: block;
    }
    .tabspOnly {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    .tabOnly {
        display: none;
    }
    .pctabOnly {
        display: none;
    }
    .tabspOnly {
        display: block;
    }
}


/****head
*****************************************/
.headgruop {
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.headline {
    background-color: #000;
}

.headline__tit {
    color: #777;
    font-size: 10px;
    font-size: 1rem;
    float: left;
    line-height: 25px;
    display: block;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1150px) {
    .headline__tit {
        width: 40.90909%;
    }
}

@media only screen and (max-width: 767px) {
    .headline__tit {
        width: 100%;
        padding: 0 0.78125vw 0 1.5625vw;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 25px;
    }
}

.headline__inner {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    left: -50px;
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .headline__inner {
        left: 0;
    }
}

@media screen and (max-width: 1150px) {
    .headline__inner {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .headline__inner {
        padding-left: 0;
        left: auto;
    }
}

.headlinelist {
    width: 415px;
    float: right;
    position: relative;
    z-index: 201;
}

.headlinelist__secondtxt {
    display: none;
}

.headlinelist__item {
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 18px;
}

.headlinelist__item:nth-child(1) {
    width: 11em;
}

.headlinelist__item:nth-child(2) {
    width: 16em;
}

.headlinelist__item:last-child {
    margin-right: 0;
}

.headlinelist__item a {
    color: #fff;
    line-height: 2.5;
}

.headlinelist__item a:hover .headlinelist__firsttxt {
    display: none;
}

.headlinelist__item a:hover .headlinelist__secondtxt {
    display: inline;
}

.headlinelist__arrow {
    color: #999999;
}

.head {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
}

.nav {
    float: none;
    width: auto;
    margin-left: 15%;
}

.navlist {
    display: flex;
    font-size: 0;
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
}

.navlist__item {
    height: 100%;
    position: relative;
    flex-grow: 1;
}

.navlist * {
    text-align: center;
}
.navlist__item:first-child {
    padding-top: 10px;
    flex-grow: 2;
}

.navlist__item:first-child a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navlist__item:first-child a:before {
    display: none;
}

.navlist__item:first-child a img {
    width: 20px;
}

.navlist__item.nav_sell a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navlist__item.nav_sell a img {
    width: 20px;
}

.navlist__link {
    display: inline-block;
    font-size: 1.4rem;
    color: #252525;
    line-height: 70px;
    height: 100%;
    width: 100%;
    position: relative;
}

.navlist__link:before {
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    height: 40px;
    width: 1px;
    background-color: #e5e5e5;
}

@media only screen and (min-width: 769px) {
    .navlist__item.navlist__item_thispage:after, .navlist__link:hover:after {
        content: "";
        height: 6px;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #4e4e4e;
    }
}

@media only screen and (max-width: 980px) {
    .navlist__link {
        font-size: 1.2rem;
    }
}

.navlist__link svg {
    margin: 0 auto;
    width: 20px;
    height: 20px;
}

.navlist__link svg .cls-1 {
    fill: #333;
}

.navlist__desc {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 100;
    font-size: 14px;
    font-size: 1.4rem;
}

@media only screen and (max-width: 980px) {
    .navlist__desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.navlist__hoverblock a {
    color: #252525;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1.6;
    padding: 20px 0.5vw !important;
    background-color: #e5e5e5;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.navlist__hoverblock a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    background-color: #ccc;
}

.navlist__br {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .navlist__br {
        display: block;
    }
}

.navlist__arrow {
    -webkit-transform: scale(1.2, 0.8);
    transform: scale(1.2, 0.8);
}

.fixed .navlist__item_thispage:after {
    background-color: #fff;
}

.logo {
    float: left;
    width: 15%;
    position: relative;
}

.logo img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

/****sp-head
*****************************************/
.sp_headerlist {
    position: relative;
    z-index: 1001;
    font-size: 0;
    background-color: #212121;
}

.sp_headerlist__item {
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    font-size: 3.125vw;
    height: 12.5vw;
    text-align: center;
}

.sp_headerlist__item_menu {
    width: 15.3125%;
    position: relative;
    line-height: 1;
}

.sp_headerlist__item_menu a,
.sp_headerlist__item_menu span {
    padding-top: 8.4375vw;
}

.sp_headerlist__item_menu img {
    width: 6.5625vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 4.6875vw;
    margin: 0 auto;
}

.sp_headerlist__item_menu:before {
    content: "";
    background: url(../../img/detail/menu-line.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 6.5625vw;
    height: 0.3125vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 6.25vw;
}

.sp_headerlist__item_menu:after {
    content: "";
    background: url(../../img/detail/menu-line.svg) 0 0 no-repeat;
    background-size: 100% auto;
    width: 6.5625vw;
    height: 0.3125vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3.125vw;
}

.sp_headerlist__item_logo {
    width: 57.5%;
}

.sp_headerlist__item_logo img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.sp_headerlist__item_retrieva {
    width: 14.6875%;
}

.sp_headerlist__item_retrieva a {
    padding-top: 1.25vw;
}

.sp_headerlist__item_retrieva img {
    width: 35.10638%;
}

.sp_headerlist__item_retrieva span {
    display: block;
}

.sp_headerlist__item_search {
    width: 12.5%;
}

.sp_headerlist__item_search span {
    padding-top: 1.875vw;
    background-color: #907f39;
    line-height: 1.4;
}

.sp_headerlist__item_search span.head_slide_active {
    background-color: #afa16a;
}

.sp_headerlist__item a,
.sp_headerlist__item span {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

.sp_headerlist span .sp_headerlist__txt {
    padding-top: 0;
}

.sp_headerlistfixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.sp_headerlistfixed__item {
    height: 9.375vw;
    text-align: center;
    line-height: 9.375vw;
    width: 33.333333%;
}

.sp_headerlistfixed__item:first-child {
    border-right: 1px solid #5f5f5f;
}

.sp_headerlistfixed__item:first-child span {
    text-align: left;
    padding-left: 14.375vw;
    position: relative;
    cursor: pointer;
}

.sp_headerlistfixed__item:first-child span:after {
    content: "";
    position: absolute;
    top: 3.125vw;
    left: 5.3125vw;
    height: 0.625vw;
    width: 6.25vw;
    background-color: #fff;
}

.sp_headerlistfixed__item:first-child span:before {
    content: "";
    position: absolute;
    bottom: 3.125vw;
    left: 5.3125vw;
    height: 0.625vw;
    width: 6.25vw;
    background-color: #fff;
}

.sp_headerlistfixed__item:last-child span {
    cursor: pointer;
    background-color: #907f39;
    position: relative;
}

.sp_headerlistfixed__item:last-child span.head_slide_active {
    background-color: #afa16a;
}

.sp_headerlistfixed__item a,
.sp_headerlistfixed__item span {
    display: block;
    background-color: #212121;
    font-size: 1.2rem;
    font-size: 3.75vw;
    color: #fff;
    height: 100%;
}

/****sp-manu
*****************************************/
.manu {
    padding: 9.375vw 0;
    background-color: #fff;
    text-align: center;
}

.manutit {
    padding-bottom: 4.6875vw;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 6.25vw;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.manusearch {
    width: 87.5%;
    margin: 0 auto 10.15625vw;
}

.manusearchlist__item {
    width: 46.42857%;
    float: left;
    margin-bottom: 6.25vw;
}

.manusearchlist__item:nth-child(even) {
    float: right;
}

.manusearchlist__item a {
    background-color: #f2f2f2;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding-top: 5.46875vw;
    height: 34.375vw;
    font-size: 1.1rem;
    font-size: 3.4375vw;
    line-height: 1.3;
    color: #252525;
}

.manusearchlist__item img {
    width: 39.23077%;
    display: block;
    margin: 0 auto 3.125vw;
}

.manusearchlist__search {
    background-color: #f2f2f2;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding-top: 5.46875vw;
    height: 34.375vw;
    font-size: 1.1rem;
    font-size: 3.4375vw;
    line-height: 1.3;
    color: #252525;
}

.manusearchlist__txt {
    letter-spacing: -0.05em;
}

.menutxtlink {
    border: 1px solid #b2b2b2;
    border-radius: 2px;
    display: block;
    width: 100%;
    height: 9.375vw;
    line-height: 9.375vw;
    font-size: 1.1rem;
    font-size: 3.4375vw;
    color: #252525;
    position: relative;
}

.menutxtlink:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../img/detail/menu-arrow.svg) center center no-repeat;
    background-size: 1.09375vw auto;
    width: 6.25vw;
    height: 5.625vw;
    border-left: 1px solid #e6e6e6;
    margin-top: 1.5625vw;
}

.manuknow {
    width: 87.5%;
    margin: 0 auto 10.15625vw;
}

.manuknowlist__item {
    float: left;
    width: 48.21429%;
}

.manuknowlist__item:nth-child(even) {
    float: right;
}

.manuknowlist__item a {
    padding-right: 3.125vw;
}

.manuconsultation {
    width: 87.5%;
    margin: 0 auto 10.15625vw;
}

.consultationlist__item {
    margin-bottom: 3.125vw;
}

.menubottomlist {
    text-align: left;
    margin-bottom: 23.4375vw;
}

.menubottomlist__item {
    margin-bottom: 4.6875vw;
    line-height: 1;
}

.menubottomlist__link {
    font-size: 1.2rem;
    font-size: 3.75vw;
    color: #252525;
}

.bukkenh1wrap {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 0;
    right: 0;
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    z-index: 200;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .bukkenh1wrap {
        width: 100%;
        position: static;
        padding: 0;
    }
}

/****h1
*****************************************/
.bukkenh1 {
    width: 40%;
    color: #777;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 1;
    font-size: 10px;
    font-size: 1rem;
}

@media only screen and (max-width: 767px) {
    .bukkenh1 {
        width: 100%;
        position: static;
        font-size: 1rem;
        font-size: 3.125vw;
        padding: 2.34375vw 0 2.34375vw 4.6875vw;
    }
}

.bukkenh1__new {
    display: none;
}

@media only screen and (max-width: 767px) {
    .bukkenh1__new {
        display: inline-block;
        color: #f3725d;
        margin-right: 3.125vw;
    }
}

/****footer
*****************************************/
.footer {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.footerlistwrap {
    border-bottom: solid 1px #dedede;
}
.footerlistwrap > div{
    max-width:1250px;
    margin:0 auto;
}
.footer-container{
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 40px 0 35px;
}

.footerlist {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    
}

.footerlist__item {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

.footerlist__item a {
    color: #252525;
    padding-bottom: 4px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 12px;
}

.footerlist__item a:hover {
    border-bottom: 1px solid #252525;
}

.footerlist__item a:hover .footerlist__firsttxt {
    display: none;
}

.footerlist__item a:hover .footerlist__secondtxt {
    display: block;
}

.footerlist__secondtxt {
    display: none;
}


.ftSns{
}
.ftSns li{
    display: inline-block;
    margin-left: 10px;
}
.ftSns li a{
    font-size: 12px;
    color: #333;
}
.ftSns li a i{
    display: inline-block;
    width: 24px;
    height: 24px;
    transition-duration: .2s;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

@media only screen and (max-width:1000px) {

    .footer-container{
        flex-direction: column;
        gap: 50px;
    }

    .ftSns{
        text-align: center;
    }


    .footerlist {
    }

    .footerlist__item {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: center;
    }
}

@media only screen and (max-width:767px) {

    .footer-container{
        gap: 5px;
    }

    .footerlist {
        flex-direction: column;
        gap: 10px;
    }
    .footerlist__item {
    }

    .footerlist__item a {
        color: #252525;
        width: 100%;
        display: block;
        border-bottom: 1px solid #fff;
    }

    .footerlist__item a:hover {
        border-bottom: 1px solid #252525;
    }

    .footerlist__item a:hover .footerlist__firsttxt {
        display: none;
    }

    .footerlist__item a:hover .footerlist__secondtxt {
        display: block;
    }

    .footerlist__secondtxt {
        display: none;
    }


    .ftSns{
        text-align: center;
    }
    .ftSns li{
        display: inline-block;
        margin-left: 10px;
    }
    .ftSns li a{
        font-size: 12px;
        color: #333;
    }
    .ftSns li a i{
        display: inline-block;
        width: 24px;
        height: 24px;
        transition-duration: .2s;
        border-radius: 50%;
        background-color: #999;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }
}


.secFootLink {
    padding: 60px 0 20px;
    background-color: #f2f2f2;
}
.secFootLink .footLink {
    max-width: 1250px;
    margin: 0 auto;
}
.secFootLink .footLink li {
    width: 18%;
    float: left;
    margin: 0 1%;
}
.secFootLink .footLink li dl {
    margin-bottom: 1.5em;
}
.secFootLink .footLink li dl dt {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: bold;
}
.secFootLink .footLink li dl dt a {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: bold;
}
.secFootLink .footLink li dl dd {
    margin-bottom: 0.6em;
    font-size: 12px;
    color: #7b7b7b;
}
.secFootLink .footLink li dl dd.ttl {
    line-height: 1.6;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
}
.secFootLink .footLink li dl dd a {
    font-size: 12px;
    color: #7b7b7b;
}
.secFootLink .footLink li dl a:hover {
    text-decoration:underline;
}

.cf:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: .1px;
    font-size: .1em;
    line-height: 0;
    clear: both;
}
[data-tg] [data-tg_trigger]{
    display: none;
}
[data-tg] [data-tg_block]{
    display: block;
}
[data-tg='active'] [data-tg_block]{
    display: block;
}
[data-tg] [data-tg_trigger]:after{
    content: '+';
}
[data-tg='active'] [data-tg_trigger]:after{
    content: '-';
}


@media only screen and (max-width: 1000px) {

    .secFootLink {
        padding: 20px 0 40px;
    }
    .secFootLink .footLink li {
        width: 100%;
        margin: 0 0%;
    }
    .secFootLink .footLink li dl {
        margin-bottom: 0;
    }
    .secFootLink .footLink li dl dt {
        margin-bottom: 0px;
        padding: 0em 4%;
        position: relative;
        padding-bottom: 0px;
    }
    .secFootLink .footLink li:last-child dl:last-child dt {
    }
    .secFootLink .footLink li:last-child dl[data-tg='active']:last-child dt{
        border-bottom: 1px solid #e0e0e0;
    }
    .secFootLink .footLink li dl dt a {
        color: #7b7b7b;
        font-size: 13px;
        font-weight: bold;
        padding: 1em 0%;
        display: inline-block;
    }
    .secFootLink .footLink li dl dt a:hover{
        text-decoration:none;
    }
    .secFootLink .footLink li dl dd {
        font-size: 12px;
        margin-bottom: 0;
        padding: 0em 4%;
    }

    .secFootLink .footLink li dl dd.ttl {
        margin-top: 7px;
    }
    .secFootLink .footLink li dl dd a {
        font-size: 12px;
        color: #7b7b7b;
        padding: 0.6em 0%;
        display: inline-block;
        text-decoration: none;
    }
    .secFootLink .footLink li dl dd a:hover{
        text-decoration:none;
    }

    [data-tg] [data-tg_trigger]{
        display: inline-block;
        padding: 12px 5%;
        position: absolute;
        top: 0;
        right: 0;
    }
    [data-tg] [data-tg_block]{
        display: none;
    }
    [data-tg='active'] [data-tg_block]{
        display: block;
    }
    [data-tg] [data-tg_trigger]:after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content:"\f078"
    }
    [data-tg='active'] [data-tg_trigger]:after{
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content:"\f077"
    }
}




@media only screen and (max-width: 767px) {
    .secFootLink .footLink {
        max-width: 1220px;
        margin: 0 auto;
    }
    .secFootLink .footLink li dl dt a {
        color: #7b7b7b;
        font-size: 13px;
        font-weight: bold;
    }
    .secFootLink .footLink li dl dd {
        font-size: 12px;
    }
    .secFootLink .footLink li dl dd a {
        font-size: 12px;
        color: #7b7b7b;
    }
}



.copyright {
    max-width: 1210px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 20px;
    color: #c4c4c4;
    line-height: 1.8;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .2em;
    font-size: 10px;
}

.copyright__logo {
    display: block;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .copyright {
        text-align: center;
        font-size: 10px;
        font-size: 1rem;
        padding: 20px 0;
    }
}

/****pankuzu
*****************************************/
@media only screen and (max-width: 767px) {
    .breadcrumbscrollhidden {
        padding: 10.9375vw 0 0 0;
        overflow: hidden;
        height: 7.8125vw;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
}

.breadcrumbwrap {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .breadcrumbwrap {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0 0 6.25vw 1.5625vw;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbwrap::-webkit-scrollbar {
        display: none;
    }
}

.breadcrumb {
    padding: 70px 0 0 0;
    max-width: 1200px;
    margin: 0 auto 25px;
    color: #777;
    font-size: 10px;
    font-size: 1rem;
}

.breadcrumb__item {
    display: inline-block;
    margin-right: 20px;
}

.breadcrumb__item a {
    color: #777;
    position: relative;
    line-height: 1;
}

.breadcrumb__item a:after {
    content: ">";
    position: absolute;
    top: 1px;
    right: -15px;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .breadcrumb__item a:after {
        top: 0.70312vw;
    }
}

@media only screen and (min-width: 769px) {
    .breadcrumb__item a:hover {
        text-decoration: underline;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 1rem;
        font-size: 3.125vw;
        margin: 0 auto;
        padding: 0;
        display: table;
    }
    .breadcrumb__item {
        white-space: nowrap;
        display: table-cell;
        padding: 0 3.125vw;
    }
    .breadcrumb__item:last-child {
        padding-right: 4.6875vw;
    }
}

.breadcrumb meta {
    display: none;
}
.sns_btn{
    padding: 0 1em;
    display: flex;
    align-items: center;
    gap:5px;
}
.sns_btn img.sns_icon{
    width: 35px;
    height: 35px;
}
.sns_btn .line{
    position: relative;
    cursor: pointer;
}
.sns_footer {
    position: fixed;
    left: 2vw;
    bottom: 3vh;
    z-index: 500;
}
.sns_footer.bottom {
    bottom: 14vh;
}