@charset "UTF-8";
@font-face {
    font-family: "Font Awesome 5 Free";
    src: url(sansation_light.woff);
}

body {
    position: relative;
    color: #555;
    line-height: 1.78;
}

body.post,
body.page {
    margin-bottom: 0;
}

a {
    color: #0092C4;
}

a:hover,
a:focus,
a:active {
    color: #2D3F64;
}

em {
    font-style: normal;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.fwb {
    font-weight: bold !important;
}

.fwn {
    font-weight: normal !important;
}

.w30p {
    width: 30%!important;
}

.w50p {
    width: 50%!important;
}

.w70p {
    width: 70%!important;
}

.w100p {
    width: 100%!important;
}

.w-100-kv {
    width:100%;
}

.w-100-kv img{
    width:100%;
}

.w-full-image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and ( max-width: 767.9px) {
    .w-full-image {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        min-height: 0;
        aspect-ratio: 16/9;
    }
}

.ml20 {
    margin-left: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-fit--70 {
    margin-bottom: -70px;
}

.mgauto {
    margin-left: auto;
    margin-right: auto;
}

.nameplate {
    margin-top: 60px;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
}

.nameplate p {
    position: absolute;
    top: 23px;
    left: 100px;
    transform: rotate( -14deg);
    color: #000;
    line-height: 1.1;
    text-align: center;
}

.square>span {
    color: #744D00;
}

.item-image-area img {
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.item-image-area p {
    text-align: center;
}

.item-image-details {
    margin-bottom: 60px;
}

.item-image-details img {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cooking_number {
    float: left;
    padding-right: 10px;
    position: relative;
}

.cooking_number p {
    text-align: center;
    top: 4px;
    position: absolute;
    width: 70px;
    font-size: 24px;
    color: #000;
}

.screen-reader-text {
    display: none;
}

.bg-color-main1 {
    background-color: #036;
}

.bg-color-main2 {
    background-color: #96C936;
}

.bg-color-main3 {
    background-color: #f90;
    /* #C9EAB2 */
}

.color-00 {
    color: #fff;
}

.color-main1 {
    color: #15800D;
}

.color-main2 {
    color: #f90;
}

.color-red {
    color: #f00;
}

.btn-color-main2 {
    background-color: #2D3F64;
    /* #C9EAB2 */
    border: none;
    color: #fff;
    transition: ease 0.2s;
}

.btn-color-main2 i {
    transition: ease 0.3s;
}

.btn-color-main2:hover,
.btn-color-main2:focus {
    background-color: #0092C4;
    border: none;
    color: #fff;
}

.btn-color-main2:hover i,
.btn-color-main2:focus i {
    color: #fff;
}

.btn-color-main3 {
    background-color: #f90;
    /* #C9EAB2 */
    border: none;
    color: #000;
    transition: ease 0.2s;
}

.btn-color-main3 i {
    transition: ease 0.3s;
}

.btn-color-main3:hover,
.btn-color-main3:focus {
    background-color: #f60;
    border: none;
    color: #fff;
}

.btn-color-main3:hover i,
.btn-color-main3:focus i {
    color: #fff;
}

.btn-cta {
    padding: 14px;
    max-width: 300px;
    width: 100%;
    font-size: 24px;
    line-height: 1;
}

.btn-more-link {
    padding: 14px;
    width: 220px;
    line-height: 1;
    font-size: 13px;
}

.btn-side-seach {
    padding: 14px;
    width: 100%;
    max-width: 280px;
    line-height: 1;
    font-size: 14px;
}

.btn-buy-link {
    background: #0092C4;
    font-size: 16px;
    width: 260px;
    padding: 20px 10px;
}

.btn-catalog-dl {
    text-align: left;
    padding: 8px 10px 8px 30px;
    min-width: 33%;
    width: 100%;
    max-width: 300px;
    font-size: 14px;
    position: relative;
}

.btn-catalog-dl i {
    position: absolute;
    top: 24px;
    left: 14px;
}

.fas {
    margin-right: 4px;
}

@media screen and ( min-width: 768px) {
    .pcml-0 {
        margin-left: 0!important;
    }
}


/* 表示調整
========================== */

@media screen and ( min-width: 768px) {
    .no-view-sp {
        display: inherit;
    }
    .no-view-pc {
        display: none !important;
    }
}

@media screen and ( max-width: 859.9px) {
    .no-view-sp {
        display: none;
    }
    .no-view-pc {
        display: inherit;
    }
}


/* container 上書き　830pxより大きいサイズ
========================== */
@media screen and ( min-width: 576px) {
    .container {
        max-width: 100% ;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and ( min-width: 830px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container.aboutus {
        max-width: 1060px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and ( min-width: 1300px) {
    .container {
        max-width: calc(100vw - 160px ) ;
    }
}


/* header ========================== */

.header-all-top {
    background: #000;
    color: #fff;
    font-size: 13px;
    z-index: 102;
    position: fixed;
    top: 0;
}

.header-all-top p {
    margin: 8px 0;
}

.header-all-top a {
    color: #fff;
}

@media screen and ( max-width: 859.9px) {
    .header-all-top {
        height: 40px;
    }
    .header-all-top .fa-envelope {
        font-size: 20px;
        margin: 3px 0 0;
    }
    .mail-icon {
        text-align: right;
    }
}

.header-main {
    background: rgba( 0, 0, 0, .65);
}

header .logo {
    margin: 15px 50px 15px 0;
    padding: 0;
}

.logo-mark {
    width: auto;
    height: 60px;
}

a.toggle {
    display: none;
}

@media screen and ( max-width: 1199px) {
    .head-contant p {
        margin: 0 0 0 -20px;
    }
}

@media screen and ( max-width: 991.9px) {
    .head-contant p {
        margin: 0 0 0 -76px;
        letter-spacing: -0.04em;
    }
}

@media screen and ( max-width: 859.9px) {
    header {
        display: none;
    }
}

@media screen and ( max-width: 500px) {}

@media screen and ( max-width: 320px) {}


/* nav ========================== */

#gnav {
    align-items: center;
    display: inline-flex;
    width: 100%;
}

@media screen and ( max-width: 859.9px) {}

#idGmenu {
    width: 100%;
}

.nav {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

@media screen and ( max-width: 859.9px) {
    .nav {
        width: 100%;
        display: block;
    }
    .nav li {
        width: auto;
        border: none;
        border-bottom: solid 1px #ddd;
        flex-grow: 1;
    }
    .nav li:first-child {
        /*width:100% !important;*/
        /*border-top:solid 1px #ddd;*/
        flex-grow: 1;
    }
}

.nav a {
    padding: 10px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    position: relative;
    justify-content: center;
    transition: ease 0.2s;
}

@media screen and ( max-width: 480px) {
    .nav a {
        font-size: 3vw;
        padding: 10px 5px;
    }
}

.nav.active a,
.nav a:hover,
.nav a:focus {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
}

.top-page .nav a {
    color: #fff;
}

.top-page .nav.active a,
.top-page .nav a:hover,
.top-page .nav a:focus {
    color: #fff;
}

.nav .clS {
    margin-top: 8px;
    position: relative;
}

.nav .clS input {
    border: none;
    height: 32px;
    border-radius: 18px;
}

.nav .clS input#text {
    padding-right: 36px;
    padding-left: 10px;
}

.nav .clS input+.fas {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #2D3F64;
}

.nav .clS input#btn {
    border: none;
    height: 32px;
    width: 32px;
    border-radius: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: none;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.nav .sns-wrap {
    margin-left: 50px;
    margin-top: 8px;
}

.nav .sns-wrap .sns li:not(:last-child) {
    margin-right: 15px;
}

.nav .sns-wrap .sns a {
    font-size: 26px;
    color: #fff;
    padding: 0;
}

@media screen and ( max-width: 859.9px) {
    .nav .sns-wrap {
        margin-left: 0;
        margin-top: 20px;
        border: none;
    }
    .nav .sns-wrap .sns li:not(:last-child) {
        margin-right: 0;
    }
    .nav .sns-wrap .sns li {
        border: none;
        width: auto !important;
    }
    .nav .sns-wrap .sns a {
        padding: 6px 8px !important;
        font-size: 28px !important;
        color: #fff;
    }
    .sns-wrap>h5 {
        display: none;
    }
}


/* #gnav サブメニュー */

.pop {
    position: relative;
}

.pop_ul2 {
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    top: 50px;
    z-index: 999;
    box-shadow: 0 0 3px rgba( 0, 0, 0, .3);
    background: #fff;
    text-align: left !important;
}

.pop_ul2 li {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
}

.pop_ul2 a {
    color: #555 !important;
    text-align: left !important;
    display: block !important;
}

.pop_ul2 li+li {
    border-top: solid 1px #eee !important;
}


/*
.nav a::before {
    content:"\f105";
    display:inline-block;
    font-size:18px;
    color:#036;
    font-family:"Font Awesome 5 Free";
    font-weight: 900;
    margin-right:2px;
    transition: ease 0.2s;
}

.nav.active a::before,
.nav a:hover::before,
.nav a:focus::before {
    color:#fff !important;
}

*/

/* topスライダー ================== */
#simple{
    margin-top: 80px;
}

@media screen and ( max-width: 1464.9px) {
    #simple{
        margin-top: 110px;
    }
}

@media screen and ( max-width: 859.9px) {
    #simple{
        margin-top: 55px;
        margin-inline: 10px;
    }
}

/* main ========================== */

main {
    margin-bottom: 70px;
}

body:has(.blog-links) main {
    margin-bottom:10px;
    border-bottom:solid 1px #ccc;
}

@media screen and ( max-width: 859.9px) {
    main {
        margin-bottom: 30px;
    }
}

.content-area {
    padding-top: 5px;
}

.content-area.special-page {
    margin-top: 0;
    padding-top: 0;
}

.content-area.special-page:has( .main-bottom-fit ) {
    margin-bottom:-70px;
}


@media screen and ( max-width: 859.9px) {
    .content-area.special-page {
        margin-top: -10px;
    }

    #sp-header .sns-sp {
        float: left;
        margin-top:12px;
        margin-right:8px;
    }

    #sp-header .sns-sp a {
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        width:60px;
        height:55px;
        font-weight:normal;
        font-size: 26px;
        color:#fff;
    }

    #sp-header .sns-sp a i {
        margin:0;
    }

    #sp-header .sns-sp a .small-text {
        margin:0;
        font-size: 12px;
        line-height:1;
        color:#fff;
    }
}

.sec-header {
    margin: 0 auto 40px;
    display: block;
}

.sec-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.sec-title .img-mw400p-xs-sm {
    margin-bottom: 20px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-main-image .sec-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.sec-title-sub {
    margin-top: 4px;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.sec-main {
    margin-bottom: 50px;
}

body:has(.prof-box) .sec-main {
    margin-bottom:0;
}

@media ( max-width: 940px) {
    main:has(ul.pagination) .sec-main {
        margin-bottom:0;
    }

    .blog-links .sec-main {
        margin-bottom:0;
    }

}

.sec-footer {
    margin-bottom: 80px;
}

@media screen and ( max-width: 859.9px) {
    .sec-footer {
        margin-bottom: 50px;
    }
}

.top-feature-links {
    margin-bottom: 35px;
}

.feature-card {
    margin: 0 auto 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
}

.top-feature-links .feature-card:nth-child(3n+1) {
    margin-left: 0;
}

.top-feature-links .feature-card:nth-child(3n+3) {
    margin-left: auto;
    margin-right: 0;
}

@media screen and ( max-width: 830px) {
    .feature-card {
        margin: 0 auto 30px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
    .top-feature-links .feature-card:nth-child(2n+1) {
        margin-left: 0;
    }
    .top-feature-links .feature-card:nth-child(2n) {
        margin-left: auto;
        margin-right: 0;
    }
}

@media screen and ( max-width: 859.9px) {
    .feature-card {
        margin: 0 auto 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }
    .top-feature-links .feature-card:nth-child(2n+1) {
        margin-left: 0;
        padding-right: 8px;
    }
    .top-feature-links .feature-card:nth-child(2n) {
        margin-left: auto;
        margin-right: 0;
        padding-left: 8px;
    }
}

.feature-card a {
    width: 100%;
    height: 20vw;
    /*270px*/
    max-height: 150px;
    display: block;
    background-size: cover;
}

.link-card {
    margin-bottom: 30px;
}

@media ( max-width: 859.9px) {
    .home .card-style-links .link-card:last-of-type {
        display: none;
    }
}

.list-style-links li+li {
    margin-top: 20px;
}

.link-card-thumbnail {
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
    height:auto;
    aspect-ratio:3/2;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: center;
    background:#ededed;
}

.link-card-thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit:cover;
}


.link-card-meta {
    margin: 0 0 5px;
    color: #B28070;
    font-size: 14px;
    line-height: 1.5;
}

.link-card-meta span {
    color: #999;
}

@media screen and ( max-width: 859.9px) {
    .link-card-meta {
        font-size: 13px;
        line-height: 1.2;
        letter-spacing: -0.04em;
    }
}

.link-card-meta .date {
    margin-right: 20px;
}

.link-card-meta .date {
    margin-right: 11px;
}

.link-card-meta .cate {
    font-size: 12px;
    position: relative;
    top: -1px;
}

.link-card-meta .badge {
    padding: 2px 10px;
    background: #f90;
    font-weight: normal;
}

a .link-card-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    color: #333;
}

@media screen and ( max-width: 859.9px) {
    a .link-card-title {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: -0.04em;
    }
}

.link-card a:hover {
    text-decoration:none;
}

a .link-card-title:hover {
    color: #0092C4;
    text-decoration:underline;
}

.info-jimusho,
.info-gyoumu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 270px;
    background-size: cover !important;
    position: relative;
}

.info-jimusho::after,
.info-gyoumu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.info-jimusho p,
.info-gyoumu p {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.info-jimusho:hover,
.info-gyoumu:hover {
    text-decoration: none;
}


/* 特集ページ　ヘッダー画像 */

#header_area01 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}


/* footer CTA ========================== */

.footer-cat {
    border-top: solid 1px #ccc;
    padding-top: 70px;
}


/* footer ========================== */

footer {
    border-top: solid 1px #ccc;
}

.footer-link-wrap {
    padding-top: 45px;
    padding-bottom: 40px;
    padding-inline: 20px;
    max-width: 1360px !important;
}

.footer-link-wrap .widget-title {
    font-size: 15px;
    color: #666;
    margin-bottom: 8px;
    font-weight: bold;
}

.footer-link-wrap h6.widget-title {
    padding-top: 12px;
    font-size: 13px;
}

.footer-link-wrap .widget-title a{
    color: #666;
}

.footer-link-wrap a:hover{
    color: #0092C4; /*#0056b3*/
    text-decoration: underline;
}

.footer-link-wrap .widget-title a[href="/shop/"]{
    margin-left:-14px;
    padding:6px 14px;
    border:solid 1px #ccc;
    border-radius:6px;
    transition:ease 0.2s;
    font-size:14px;
}
.footer-link-wrap .widget-title a[href="/shop/"]:hover,
.footer-link-wrap .widget-title a[href="/shop/"]:active{
    text-decoration:none;
    border:solid 1px #666;
    background:#f5f5f5;
}

.footer-sitemap {
    font-size: 13px;
}

.footer-common-wrap .footer-sitemap {
    margin: 10px 0;
}

.footer-sitemap.outdoor-2nd {
    margin-top: 62px;
}

.footer-sitemap li+li {
    margin-top: 0;
}

.footer-sitemap a {
    color: #666;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
}

@media screen and ( min-width: 768px) {
    .footer-sitemap.common li {
        display: inline;
        margin-right: 30px;
    }
}

.footer-sitemap.common a {
    color: #fff;
}

.footer-sitemap.common a::before {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 2px;
    transition: ease 0.2s;
}

@media screen and ( max-width: 859.9px) {
    .footer-sitemap {
        margin: 0 0 10px;
    }
    .footer-sitemap.common {
        width: 200px;
        margin: 0 auto;
    }
    .footer-common-wrap .footer-sitemap {
        margin: 0 0 10px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .footer-common-wrap .footer-sitemap li {
        margin: 0;
        flex-grow: 1;
    }
    .footer-common-wrap .footer-sitemap>li:last-of-type {
        margin: 0;
        text-align: center;
    }

    .brand-list .footer-sitemap a {
        font-size:14px;
    }
}

.footer-link-wrap .wrap_offical-sns {
    display:flex;
    flex-wrap:wrap;
    width:100%;
    gap:20px;
    align-items: flex-end;
    align-content: flex-end;
}

@media screen and ( max-width: 859.9px) {
    .footer-link-wrap .wrap_offical-sns {
        margin-top:40px;
        height:auto;
        align-content: center;
    }
}

.wrap_offical-sns p {
    margin:0;
}

.business-hours {
    width:100%;
    font-size:1rem;
}

.sns-outdoor {
    margin-left:-7px;
    width:100px;
    display:flex;
    flex-wrap:wrap;
    gap:0 5px;
}

.sns-watersports {
    width:100px;
    display:flex;
    flex-wrap:wrap;
    gap:0 5px;
}

.sns-youtube {
    width:60px;
    display:flex;
    flex-wrap:wrap;
    gap:0 5px;
}

.sns-outdoor a,
.sns-watersports a,
.sns-youtube a {
    flex:1;
    display:block;
    text-align:center;
}

.sns-outdoor a.footer-link-facebook i::before,
.sns-watersports a.footer-link-facebook i::before,
.sns-youtube a.footer-link-youtube i::before {
    font-size:1.8rem;
}

.sns-youtube a.footer-link-youtube i::before {
    font-size:2.2rem;
}

.sns-outdoor a i::before,
.sns-watersports a i::before,
.sns-youtube a i::before {
    font-size:2rem;
}

.sns-outdoor p,
.sns-watersports p,
.sns-youtube p {
    width:100%;
    font-size:0.75rem;
    text-align:center;
    color:#333;
}

.sns-youtube > p {
    margin-top:-8px;
}

.gmo-sign {
    max-width:110px;
}

.gmo-sign img{
    max-width: 100%;
    background:#eee;
}

.gmo-sign.sp-only {
    display:none;
}

@media screen and ( max-width: 859.9px) {
    footer .pc-only {
        display:none !important;
    }

    .gmo-sign.sp-only {
        display:block !important;
    }
}

.sp-border-top {
    margin-top: inherit !important;
    padding-top: inherit !important;
    border-top: none;
}

@media screen and ( max-width: 991.9px) {
    .sp-border-top {
        margin-top:30px !important;
        padding-top:30px !important;
        border-top:solid 1px #ccc ;
    }
}


/* スマホ用　フッター上　SNSリンク */
#sp-footer-sns{
    display:none;
}

@media only screen and (max-width: 859.9px){
    #sp-footer-sns{
        border-top: solid 1px #ccc;
        display:flex;
    }
}


#sp-footer-sns .wrap_offical-sns {
    padding:30px 15px;
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:20px;
}

#sp-footer-sns .wrap_offical-sns .business-hours {
    width:100%;
    text-align:center;
}

/*  footer-common-wrap
=============================== */

.footer-common-wrap {
    padding-top: 25px;
    padding-bottom: 0;
    background: #333;
    color: #fff;
}

.footer-common-wrap .copyright p {
    margin: 0 0 10px;
}

.footer-common-wrap .copyright small {
    font-size: 12px;
}

.footer-common-wrap .sns-wrap .widget-title {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    font-weight: normal;
}

.footer-common-wrap .sns-wrap .sns li {
    margin-right: 20px;
}

.footer-common-wrap .sns-wrap .sns a {
    font-size: 32px;
    color: #fff;
}

@media screen and ( max-width: 859.9px) {
    .footer-common-wrap .sns-wrap .sns {
        margin: 0 auto !important;
        width: 160px;
        margin-left: -20px;
        text-align: center;
    }
    .footer-common-wrap .sns-wrap .sns li {
        margin: 0 10px;
        text-align: center;
    }
}

@media screen and ( max-width: 991.9px) {
    .footer-corp-info {
        margin: 20px 0 20px !important;
    }
}

.footer-corp-info .logo {
    margin-right: 15px;
    float: left;
}

.footer-corp-info .logo img {
    max-width: 100%;
}

.footer-corp-info p {
    margin: -4px 0 0;
    font-size: 12px;
}

.footer-corp-info h5 {
    font-size: 14px;
    margin: 2px 0;
}

.footer-corp-info address {
    margin: 0 0 0;
    font-size: 12px;
    display: flex;
    flex-wrap:wrap;
}

.footer-corp-info address a {
    margin: 0 0 0 1em;
    color: #fff;
}

.footer-corp-info .tex-fax {
    flex:1;
}


@media screen and ( max-width: 859.9px) {
    .footer-corp-info .logo {
        margin: auto;
        margin-bottom: 20px;
        padding-right: 8px;
        max-width: 120px;
    }
    .footer-corp-info address {
        margin: 0;
    }

    .footer-corp-info .tex-fax {
        width:100%;
        flex:auto;
        margin-left:-100px;
    }

    .footer-corp-info address a.tel-number {
        color: #333;
        margin: 10px auto 10px ;
        padding: 8px 20px;
        background-color: #fff;
        border-radius: 24px;
        display: inline-block;
    }

    .footer-corp-info address a.fax-number {
        margin: 10px auto 10px;
        padding: 8px 20px;
        display: inline-block;
    }
}

@media screen and ( max-width: 430px) {
    .footer-corp-info .logo {
        max-width: 100px;
    }
}


/* link-pagetop
=============================== */

#link-pagetop {
    margin: 0;
    width: auto;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9999;
}

.page-template-contact #link-pagetop {
    bottom: 80px;
}

#link-pagetop a {
    width: 46px;
    height: 46px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #666;
    border-radius: 50%;
}

#link-pagetop a:hover {
    text-decoration: none;
}

#link-pagetop a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* 一覧ページ　ページネーションリンク
=============================== */

.pagination {
    margin: 0;
    justify-content: center;
}

.pagination .page-link {
    margin: 0 2px;
}


/* スマホ　グローバルメニュー表示
=============================== */

@media screen and ( max-width: 859.9px) {
    #gnav {
        /*padding:10px;*/
        width: 100%;
        height: 100vh;
        /*position:fixed;*/
        top: 0;
        right: 0;
        z-index: 999;
        display: none;
    }
    #gnav.open {
        display: block;
    }
    #gnav .nav {
        margin: 0 0 0 auto;
        /*padding: 10px 5px 0 ;*/
        padding: 0 5px;
        display: block;
        /*width: 200px;*/
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 1);
        position: absolute;
        right: 0;
        /*top: 0;*/
        top: 45px;
    }
    #gnav .nav a {
        justify-content: flex-start !important;
        color: #555;
        font-size: 14px;
    }
    .nav-item:first-child {
        border-top: none;
    }
    a.toggle {
        margin: 0;
        padding: 0;
        border: solid 1px #ccc;
        background-color: #fff;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        font-size: 12px;
        color: #666 !important;
        line-height: 1;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        position: fixed;
        top: 50px;
        right: 15px;
        z-index: 1000;
        transition: ease 0.1s;
    }
    a.toggle.close-btn {
        font-size: 24px;
        /*padding: 55px 10px 0 0;*/
        padding: 7px 7px 0 0;
        color: #fff !important;
        content: "";
        position: fixed;
        /*top:0;
    right:0;*/
        top: 50px;
        right: 15px;
        width: 40px;
        height: 40px;
        /*width:45px;
    height:45px;
    right:200px;
    width:100vw;
    height:100vh;*/
        background: rgba(0, 0, 0, 0.6);
        text-align: right;
        display: block;
    }
}


/* ページング　表示
=============================== */

.navigation.pagination .nav-links {
    margin: 0 auto;
}

.navigation.pagination .nav-links a {
    border: solid 1px #ccc;
    padding: 10px 14px;
    margin-bottom: 4px;
    line-height: 1.4;
    display: inline-block;
    transition: ease 0.2s;
}

.navigation.pagination .nav-links a:hover {
    background-color: #C9EAB2;
    text-decoration: none;
}

.navigation.pagination .nav-links .current {
    border: solid 1px #999;
    padding: 10px 14px;
}


/* 各ページのヘッダー　メイン画像
=============================== */

.page-main-image {
    margin-bottom: 60px;
    background-size: cover !important;
}

.page-main-image.second-page {
    margin-bottom: 5px;
    margin-top: 40px;
}

@media screen and ( max-width: 859.9px) {
    .page-main-image.second-page {
        margin-top: -140px;
    }
}

.page-title .sec-header {
    margin: 170px auto 40px;
}

.page-title .sec-header.no-main-image {
    margin: 0 auto;
}

.page-main-image.page-image-top {
    margin-bottom: 00px;
    background-size: cover !important;
    height: 300px;
}

.page-main-image.blog-post {
    margin-bottom: 10px;
}

@media screen and ( max-width: 859.9px) {
    .page-main-image {
        margin-top:0;
        margin-bottom: 34px;
    }
}


/* パンくず
=============================== */

#breadcrumbs {
    margin-bottom: 50px;
    font-size: 12px;
    color: #999;
}

#breadcrumbs2 {
    margin-top: 190px;
    font-size: 12px;
    color: #999;
}

@media screen and ( max-width: 859.9px) {
    .archive #breadcrumbs {
        margin-bottom: 24px;
    }

    #breadcrumbs2 {
        margin-top: 180px;
    }
}

.special-page #breadcrumbs {
    margin: 0 0 16px;
    padding: 4px 10px;
    border: solid 1px #ccc;
}


/* 本文部分　見出し
=============================== */

.h-title {
    margin-bottom: 50px;
    padding-bottom: 3px;
    font-size: 24px;
    color: #555;
    border-bottom: solid 2px #ddd;
}

.h-title-ver2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

@media only screen and (max-width: 767.9px){
    .h-title {
        margin-bottom: 30px;
        padding-bottom: 3px;
        font-size: 20px;
    }
}


/* table 基本 */

#contactTable {
    table-layout: fixed;
    max-width: 1000px;
    margin: auto;
}

.table-common:not(.wp-block-table) {
    margin: 0;
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
    width: 100%;
    color: #555;
}

.table-common tr+tr th,
.table-common tr+tr td {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}

.table-common th {
    background: #EEEEEE;
    font-weight: normal;
    padding: 16px 20px;
    padding-left: 10px;
    width: 30%;
    border-color:#999;
}

.table-common td {
    padding: 16px 20px;
    width: 70%;
    border-color:#999;
}

#contactTable .form-check {
    padding-left: 0;
}

#contactTable [name="menu-746"] {
    height: 40px;
}

@media ( max-width: 859.9px) {
    #contactTable.table-common th {
        width: 100%;
        display: block;
        font-size: 14px;
    }
    #contactTable.table-common td {
        width: 100%;
        display: block;
    }
    #contactTable.table-common tr+tr th,
    #contactTable.table-common tr+tr td {
        border-top: none;
    }
}


/* よくある質問　一覧
=============================== */

.faq-all .sec-header {
    margin: 0 auto 50px;
}

.faq-q {
    margin: 0 10px 0 0;
    padding: 0 1px 4px;
    background-color: #96C936;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.faq-q+a {
    display: inline-block;
    width: calc( 100% - 50px);
    vertical-align: middle;
    position: relative;
    top: -3px;
}


/* ブログ　一覧
=============================== */

.faq-all .sec-header {
    margin: 0 auto 50px;
}


/* 詳細ページ
=============================== */

.shousai .sec-header {
    margin: 0 auto 50px;
}

.shousai-meta {
    margin: 5px 0 0;
    color: #999;
    font-size: 14px;
    line-height: 1.5;
}

.shousai-meta .date {
    margin-right: 20px;
}

.shousai-meta .badge {
    padding: 2px 10px;
    background: #999;
    font-weight: normal;
}


/*Entry
====================================================== */

@media ( min-width: 767px) {
    .blog-post .sec-main {
        padding-right: 30px;
    }
}

.page-header {
    margin: 0 0 40px;
    padding: 0 0 8px;
    border-bottom: solid 1px #E5E5E5;
}

.entry .entry-title {
    margin: 13px 0 17px;
    font-size: 30px;
    line-height: 1.2;
}

@media (max-width: 420px) {
    .entry .entry-title {
        font-size: 23px;
    }
}

.entry-meta,
.entry-catetag {
    color: #999;
    font-size: 12px;
    text-align: left;
}

.entry-meta {
    margin-bottom: 7px;
}

.entry-meta a {
    color: #999;
}

.cat-links {
    margin-right: 10px;
}

.tags-links .glyphicon {
    margin-right: 4px;
}

.entry-thumbnail-img {
    margin-bottom: 40px;
    display: block;
}

.entry-thumbnail-img img {
    max-width: 100%;
}

.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0px;
    font-weight: 700;
    font-size: 22px;
    color: #666;
    border-bottom: solid 1px #999;
}

.entry-content h3::after,
.entry-content h4::after {
    content: "";
    border-bottom: solid 3px #f90;
    width: 70px;
    display: block;
    position: relative;
    top: 3px;
}

.entry-content p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
}

.entry-content p img {
    margin: 30px auto 36px;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}

.entry-content code {
    background: #666;
    color: #fff;
}

.sec-aside {
    margin-bottom: 60px;
}

.widget-title {
    margin: 0 0 20px;
    font-size: 18px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.widget ul li+li {
    margin-top: 10px;
}

.widget ul li a::before {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 2px;
    transition: ease 0.2s;
}


/* googleMap レスポンシブ対応 */

iframe[ src*="//www.google.com/maps/"] {
    width: 100%;
    height: 400px;
}


/* Form 個人情報同意ボタン */

.last-check label {
    margin-bottom: 20px;
    padding: 10px 16px;
    border: solid 1px #999;
    border-radius: 4px;
    cursor: pointer;
}


/* Form sigg法人ページ　チェックボックス */

.special-page .wpcf7-checkbox .wpcf7-list-item {
    width: 100%;
}

/* フォームのバリデーションエラー */
.wpcf7-not-valid {
    border:solid 1px #f00;
}

/* フォーム送信ボタン部分の調整 */
.wpcf7-form p:has(.wpcf7-submit) {
    display:flex;
    flex-direction: column;
    align-items:center;
    position:relative;
}

.wpcf7-spinner {
    position:absolute;
    margin:10px 10px 0;
}

/* 事務所ご紹介 */

.lead {
    line-height: 2.2;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.table th {
    background-color: #f3f3f3;
    max-width: 200px;
}


/* お知らせ　リンク
====================================================== */

@media ( min-width: 1400px) {
    .infomation {
        margin-top: 20px;
    }
    .infomation .sec-main {
        margin-top: 0;
        margin-bottom: 40px;
    }
}


/* デザインｂのベース */

.base-links {
    border-top: solid 1px #ccc;
    font-size: 14px;
}

.base-links li {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc;
}

.infomation .base-links li {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.base-links li+li {
    margin-top: 0;
}

.base-links a {
    color: #555;
}

.infomation-links .cate {
    margin: 0 0 0 30%;
    font-size: 14px;
    color: #b28070;
    display: inline-block;
}

.infomation-links .date {
    margin: 0 auto;
    display: inline-block;
}

@media ( max-width: 859.9px) {
    .infomation-links .cate {
        margin: 0 0 0 20px;
    }
    .infomation-links .date {
        color: #999;
    }
}

div[aria-labelledby="press-tab"] {
    display: block;
    min-height: calc(45px * 3 + 1px);
    overflow: hidden;
}

div[aria-labelledby="press-tab"] p {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top: solid 1px #ccc;
    font-size: 14px;
}

div[aria-labelledby="press-tab"] p a {
    margin-left: 30px;
    color: #555;
}

@media ( max-width: 859.9px) {
    div[aria-labelledby="press-tab"] {
        display: block;
        height: calc(70px * 3 + 1px);
        overflow-y: scroll;
    }
    div[aria-labelledby="press-tab"] p {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        border-top: solid 1px #ccc;
        font-size: 14px;
    }
    div[aria-labelledby="press-tab"] p a {
        margin-left: 0px;
        display: block;
    }
}


/* お知らせ　表示切り替え */

.infomation .infomation-nav {
    border-bottom: none;
    width: 100%;
    margin: 0 auto 50px;
    justify-content: center;
}

.home .infomation .infomation-nav {
    justify-content: center;
}

@media ( max-width: 768px) {
    .infomation .infomation-nav li {
        border-right: solid 1px #999;
        flex-grow: 0;
        display:flex;
    }
}

.single-post .infomation .infomation-nav,
.page-template-archive .infomation .infomation-nav,
.parent-pageid-93 .infomation .infomation-nav {
    margin: 0 auto 40px;
    max-width: 900px;
    width: 100%;
}

.history-nav li {
    width: 200px;
}

.infomation-nav li a,
.history-nav li a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #828282;
    border: solid 1px #828282 !important;
    border-radius: 0 !important;
}

.infomation-nav li a.active,
.history-nav li a.active {
    border-right: none !important;
}

.infomation-nav li+li a,
.history-nav li+li a {
    border-left: solid 1px #fff !important;
}

.infomation-nav li:last-child a.active,
.history-nav li:last-child a.active {
    border-right: solid 1px #828282 !important;
}

.infomation-nav li,
.history-nav li {
    width: 200px;
}

.infomation .infomation-nav {
    border-bottom: none;
    margin: 0 auto 40px;
}

.single-post .infomation .infomation-nav,
.page-template-archive .infomation .infomation-nav,
.parent-pageid-93 .infomation .infomation-nav {
    margin: 0 auto 40px;
}

.infomation .infomation-nav li {
    width: 150px;
}

.infomation .infomation-nav li a {
    font-size: 13px;
    padding: 3px 0;
}

.infomation .infomation-nav li.disabled+li a {
    border-left: solid 1px #828282 !important;
}

.infomation .infomation-nav li.disabled a {
    background: #fff !important;
    border: none !important;
    color: #555;
    padding: 0;
    text-align: left !important;
    width: auto;
    font-size: 24px;
    margin-right: 1px;
    margin: -6px 0 0;
}

@media ( max-width: 859.9px) {
    .infomation-nav,
    .history-nav {
        border-bottom: none;
        width: 100%;
        margin: 0 auto 50px;
        display: flex;
    }
    .infomation-nav li,
    .history-nav li {
        width: 33%;
        font-size: 12px;
    }
    .infomation .infomation-nav {
        flex-wrap: wrap !important;
    }
    .infomation .infomation-nav li {
        border-bottom: none;
        width: calc(20% - 2px) !important;
        margin: 1px;
    }
    .infomation .infomation-nav li a {
        font-size: 10px;
        line-height: 1.2;
        min-height:40px;
        border: solid 1px #999 !important;
    }
    .infomation .infomation-nav li.disabled {
        width: 100% !important;
        font-size: 20px;
    }
    .infomation .infomation-nav li.disabled a {
        width: 100% !important;
        font-size: 20px;
    }
}

.infomation-nav li a,
.history-nav li a {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #828282;
    border: solid 1px #828282 !important;
    border-radius: 0 !important;
}

.infomation-nav li a.active,
.history-nav li a.active {
    border-right: none !important;
}

.infomation-nav li+li a,
.history-nav li+li a {
    border-left: solid 1px #fff !important;
}

.infomation-nav li:last-child a.active,
.history-nav li:last-child a.active {
    border-right: solid 1px #828282 !important;
}

.pressrelease.active {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.pressrelease.active p {
    padding-top: 15px;
    border-top: solid 1px #ddd;
}

.pressrelease.active p a {
    font-size: 14px;
    color: #555;
    display: inline-block;
    margin-left: 30px;
}

@media ( max-width: 859.9px) {
    .pressrelease.active p a {
        display: block;
        margin-left: 0;
    }
}


/* 商品体験レポート　カテゴリ一覧　リンク
====================================================== */

.wrap-report-cate {
    margin-top: 0.7vw;
    background: #222;
}

.wrap-report-cate a {
    font-size: 0.875rem;
}

.wrap-report-cate .nav-tabs {
    border: none;
    justify-content: center;
    flex-wrap: wrap;
}

.wrap-report-cate .nav-tabs li {
    width: auto;
}

.wrap-report-cate .nav-tabs li a {
    border: none !important;
    background: rgb(34 34 34 / 0.6);
    width: auto;
    min-width: 60px;
    margin: 0 10px;
}

.wrap-report-cate .nav-tabs li a:hover {
    background: #555;
}

@media ( max-width: 940px) {
    .wrap-report-cate .container {
        margin: 0;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    .wrap-report-cate .nav-tabs li a {
        margin: 0;
    }
}

@media ( max-width: 859.9px) {
    .wrap-report-cate .nav-tabs {
        justify-content: flex-start;
        margin: 0;
        padding: 10px 0;
    }
    .wrap-report-cate .nav-tabs li {
        border: none;
        text-align: center;
    }
    .wrap-report-cate .nav-tabs li a {
        font-size: 12px;
    }
}

/* 記事一覧の調整 */
@media ( max-width: 940px) {
    .card-style-links,
    .card-style-links .link-card {
        padding-inline:8px;
        margin-bottom:24px;
    }
}

/* ブランド一覧　リンク
====================================================== */

.brand-all {
    margin: 0 -10px !important;
    flex-wrap: wrap !important;
    width: calc( 100% + 20px);
}

.brand-all li {
    height: 110px;
    width: 210px;
    padding: 10px !important;
}

.brand-all li a {
    background: #eee;
    height: 90px;
    width: 190px;
    display: block;
}

@media ( max-width: 830px) {
    .brand-all li {
        height: 110px;
        width: calc( 33%);
        /*210*/
    }
}

@media ( max-width: 859.9px) {
    .brand-all li {
        height: 92px;
        width: calc( 33%);
        /*210*/
        padding: 0 !important;
    }
    .brand-all li a {
        height: 90px;
        width: 100%;
        display: block;
    }
}

@media ( max-width: 600px) {
    .brand-all li {
        height: 81px;
        width: calc( 50% - 1px);
        /*210*/
        padding: 0 !important;
    }
    .brand-all li a {
        height: 80px;
        width: 100%;
        display: block;
    }
}


/* カテゴリ一覧　リンク
====================================================== */

.cate-all {
    margin: 0 -10px !important;
    flex-wrap: wrap !important;
    width: calc( 100% + 20px);
    justify-content: flex-start !important;
}

.cate-all li {
    height: 110px;
    width: 16.6%;
    padding: 10px !important;
}

.cate-all li a {
    background: #eee;
    height: 90px;
    width: 100%;
    display: block;
}

@media ( max-width: 1180px) {
    .cate-all li {
        height: 110px;
        width: calc( 20%);
        /*210*/
    }
}

@media ( max-width: 830px) {
    .cate-all li {
        height: 110px;
        width: calc( 25%);
        /*210*/
    }
    .cate-all li a {
        background: #eee;
        height: 90px;
        width: 100%;
        display: block;
    }
}

@media ( max-width: 859.9px) {
    .cate-all li {
        height: 92px;
        width: calc( 33%);
        /*210*/
        padding: 0 !important;
    }
    .cate-all li a {
        height: 90px;
        width: 100%;
        display: block;
    }
}

@media ( max-width: 600px) {
    .cate-all li {
        height: 81px;
        width: calc( 50% - 1px);
        /*210*/
        padding: 0 !important;
    }
    .cate-all li a {
        height: 80px;
        width: 100%;
        display: block;
    }
}


/* 2カラムスタイル
=============================== */


/* サイドメニュー */

.aside-wrap {
    position: sticky;
    height: max-content;
    top: 180px;
}

@media screen and (max-width:  991.9px) {
    .aside-wrap {
        margin-bottom:50px;
        position: relative;
        top: 0;
    }
}

@media screen and (max-width:  859.9px) {
    .aside-wrap {
        position: sticky;
        margin-bottom:20px;
        padding-bottom:10px;
        top: 80px;
        z-index:5;
        background:rgb(255 255 255 / 0.8);
    }
}

.aside-wrap .widget+.widget {
    margin-top: 50px;
}

.aside-wrap .widget label {
    font-size: 13px;
    color: #999;
    margin-top: -20px;
    margin-bottom: 0;
}

.aside-wrap .widget .form-group {
    display: block;
}

.aside-wrap .widget .form-group input,
.aside-wrap .widget .form-group select {
    width: 100%;
    font-size: 14px;
    padding: 4px 0;
    border-radius: 3px;
    border: solid 1px #999;
}

.aside-wrap .widget .form-group+.form-group {
    margin-top: 26px;
    display: block;
}

.aside-title {
    margin-bottom: 24px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: center;
    background: #999;
    border-radius: 16px;
    display: block;
}

.aside-title a {
    color: #fff;
}

.aside-title a:hover {
    color: #fff;
}

.aside-links {
    font-size: 16px;
    line-height: 1.4;
    overflow-y: auto;
    max-height: 70vh;
}

.aside-links li+li {
    margin-top: 0;
}

.aside-links li>ul {
    margin-left: 18px;
    margin-top: 12px;
}

.aside-links a {
    padding-left: 0.5rem;
    color: #666;
    display: inline-block;
    height:30px;
}

.aside-links a::before {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 2px;
    transition: ease 0.2s;
    margin-left: -0.5rem;
}

.main-wrap.order-2 {
    padding-left: 25px;
}

@media screen and (max-width:  991.9px) {
    .aside-links {
        display:flex;
        gap:12px;
        margin-bottom:0;
        padding:0 1px 16px;
        overflow-x:auto;
        overflow-y:hidden;
    }

    .aside-links::-webkit-scrollbar {
        height:8px;
    }

    .aside-links::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .aside-links::-webkit-scrollbar-thumb {
        background-color: #ededed;
        border-radius: 4px;
        border-right: 0 solid #fff;
        border-left: 0 solid #fff;
    }

    .aside-links a {
        width: max-content;
        min-width:120px;
        height: 32px;
        text-align: center;
        color: #000;
        font-size: 13px;
        line-height: 1.2;
        word-break: keep-all;
        padding:8px 10px;
        background: #fff;
        border: solid 1px #333 !important;
        border-radius: 16px !important;
        display:flex;
        justify-content:center;
        align-items:center;
        transition:ease 0.2s;
    }

    .aside-links a::before {
        display:none;
    }

    .aside-links a.active,
    .aside-links a:hover,
    .aside-links a:focus {
        background-color: rgba(0, 0, 0, 1);
        border: solid 1px #000 !important;
        color: #fff;
        text-decoration: none;
    }
}


/* Q&A　リンク
====================================================== */

.sec-title.qa {
    margin-bottom: 30px;
    position: relative;
}

.sec-title.qa img {
    width: 142px;
}

.sec-title.qa .brand-logo {
    margin-right: 20px;
}

.qa-links .cate {
    margin: 0;
    font-size: 14px;
    color: #b28070;
    display: inline-block;
}

.brand-qa-all+.brand-qa-all {
    margin-top: 70px;
}

@media screen and ( max-width: 859.9px) {
    .qa>span {
        font-size: 14px;
    }

    .sec-title.qa img+.rubi {
        width:142px;
        font-size: 12px;
        text-align:center;
        position:absolute;
        left:0;
        top:-14px;
    }

    .sec-title.qa:not(:has( img )) span {
        font-size: 18px;
    }
}


/* 取扱説明書　ページ
====================================================== */

.txt-manual-lh20p {
    line-height: 20px;
}

.txt-manual-ex {
    color: #B54F0B;
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
}

.manual-links a[href$=".pdf"]:before {
    content: " ";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/PDF_32.png) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.manual-links a[href$=".html"]:before {
    content: "\f15c";
    display: inline-block;
    width: 32px;
    height: 32px;
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    color: #999;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
    padding-left: 8px;
}

.single-manual div.pdfemb-toolbar {
    z-index: 2 !important;
}


/* お問合せページ
====================================================== */

.contact-att {
    margin: 40px 30px;
}

.contact-att h4 {
    margin: 0 0 14px;
    font-size: 18px;
}

.contact-att p {
    line-height: 1.5;
}

.privacy-check {
    margin: 30px 0;
    color: #555;
    line-height: 1.8;
    padding: 0 10px;
}

.privacy-check h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.privacy-check p {
    margin: 0;
    font-size: 14px;
}

.privacy-check ul {
    margin: 0;
    font-size: 14px;
}

.privacy-check p a {
    margin: 0;
    font-size: 14px;
}

.privacy-check .form-check {
    border: solid 1px #707070;
    margin: 30px auto;
    padding: 1em 10px 10px;
    max-width: 440px;
    color: #555;
    line-height: 1.2;
}

.time-info {
    margin-top: 35px;
}

.time-info>div {
    margin-left: 2px;
    border-left: solid 5px #001d40;
    padding-left: 10px;
}

.time-info>div p {
    margin: 0;
    line-height: 1.4;
}

.label-required {
    background: #f00;
    color: #fff;
    border-radius: 4px;
    margin-left: 5px;
    display: inline-block;
    font-size: 10px;
    padding: 2px 6px;
    position: relative;
    top: -2px;
}


/* カタログページ
====================================================== */

.catalog-image img {
    max-width: 100%;
    height: auto;
}

.catalog-info {
    font-size: 14px;
}

.catalog-att {
    margin: 60px 0;
    padding: 30px 40px;
    background: #eee;
    clear: both;
}

.catalog-att.recipe {
    border-radius: 6px;
    padding: 6px 20px 20px;
}

.catalog-att.recipe p {
    font-size: 14px;
}

.catalog-att.recipe div {
    margin-top: -10px;
}

.catalog-att.recipe img,
.recipe_image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.catalog-att.recipe div+p {
    margin-top: 20px;
}

.related-item {
    /*display:flex;*/
    justify-content: space-around;
    list-style: none;
}

.catalog-att b {
    font-size: 16px;
    font-weight: bold;
}

.recipe-main-image {
    width: 100%;
    height: 400px;
    background-size: cover!important;
    background-position: 50% 50% !important;
}


/* お知らせ　一覧ページ
====================================================== */

.tags-post-link::after {
    content: "";
    border-top: solid 1px #ccc;
    display: block;
}

.latest-block {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #555;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #ccc;
}

a.latest-block:hover{
    text-decoration:none;
}

.latest-image {
    width: 100px;
    height: 100px;
    background-size: cover;
    /*	border: solid 1px #ccc;*/
    display: block;
}

.latest-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.latest-block-texts {
    padding-left: 20px;
}

a.latest-block:hover .latest-title {
    color:#0092C4;
    text-decoration:underline;
}

.latest-desc {
    margin-bottom: 14px;
    display: inline-flex;
    flex-wrap: wrap;
}

.latest-date {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    line-height: 1.2;
}

.latest-cate {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    line-height: 1.2;
    color: #B28070;
}

.latest-cate a {
    font-size: 15px;
    letter-spacing: -0.04em;
    color: #B28070;
    position: relative;
    top: -1px;
}

.latest-h {
    font-size: 14px;
    font-weight: normal;
}


/* お知らせ　詳細ページ
====================================================== */

.info-time-txt {
    font-size: 20px;
    font-weight: bold;
}

.info-strong {
    font-size: 20px;
    font-weight: bold;
}

.thumbnail-wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbnail-wrap img {
    width: auto;
    height: auto;
}


/* ブランド一覧ページ
====================================================== */

.sec-header.brand-list {
    margin: 0 0 10px 0 !important;
}

.sec-header.brand-list .sec-title {
    font-size: 30px;
}

@media screen and ( max-width: 859.9px) {
    .sec-header.brand-list .detailTit {
        font-size: 24px;
    }
}

.sec-header.brand-list .sec-title-sub {
    font-size: 18px;
    color: #ccc;
}

.brand-all-list {
    margin:0 auto 40px;
    padding:0 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.row:has(.col-brand-link) {
    padding:0 10px 0;
}

.row:has(.col-brand-link) .ec-secHeading {
    margin-left:5px;
    margin-bottom:15px;
}

.ec-secHeading {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ec-secHeading.sub-category {
    justify-content: flex-start;

}
.ec-secHeading.sub-category .ec-secHeading__en{
    font-size: 20px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.4;
}

.ec-secHeading.sub-category .ec-secHeading__en a{
    color:#333;
}

.col-brand-link {
    aspect-ratio: 354/188;
    width: calc( 100% / 7);
    padding-left: 4px;
    padding-right: 4px;
}

@media only screen and (max-width: 1299.9px) {
    .col-brand-link {
        width: calc( 100% / 6);
    }
}

@media only screen and (max-width: 1099.9px) {
    .col-brand-link {
        width: calc( 100% / 4);
    }
}

@media only screen and (max-width: 799.9px) {
    .col-brand-link {
        width: 50%;
    }
}

.brand-link {
    padding-bottom: 8px;
    text-align: center;
    display: flex;
    height: 100%;
}

.brand-link a {
    border: solid 1px #ccc;
    padding: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.brand-link a img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.brand-link a p {
    left: 0;
    display: block;
    position: absolute;
    top: 200px;
    width: 100%;
    height: 100%;
    background: rgba( 0, 0, 0, .6);
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    padding: 10px;
    transition: ease 0.2s;
}

.brand-link a:hover p {
    top: 0;
}


/* ブランドトップページ
====================================================== */

.sec-header.brand-page {
    margin: 0 0 20px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.sec-header.brand-page p {
    padding: 0 0 0 40px;
    margin-top: -4px;
    font-size: 14px;
}

.brand-main-image {
    margin-bottom: 10px;
    display: block;
}

.brand-main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.category-box>div,
.brands-box>div {
    padding: 10px 5px;
}

.brands-box>div {
    padding: 0 5px !important;
    height: 100px;
}

@media ( min-width: 1351px) {
    .brands-box>div {
        flex: 0 0 14%;
        max-width: 14%;
    }
}

@media ( min-width: 1601px) {
    .brands-box>div {
        flex: 0 0 11%;
        max-width: 11%;
    }
}

@media screen and ( max-width: 1091px) {
    .brands-box>div {
        flex: 0 0 24.5%;
        max-width: 24.5%;
        height: 99px;
    }
}

@media screen and ( max-width: 845px) {
    .brands-box>div {
        flex: 0 0 33%;
        max-width: 33%;
        height: 99px;
    }
}

@media screen and ( max-width: 859.9px) {
    .brands-box>div {
        padding: 0 0 10px !important;
        flex: 0 0 50%;
        max-width: 50%;
        height: 109px;
    }
}

.brands-box>div a {
    display: inline-flex;
    width: 100%;
    height: 90px;
    overflow: hidden;
    align-items: center;
    justify-content: flex-end;
    border: solid 1px #ccc;
}

@media screen and ( max-width: 859.9px) {
    .brands-box>div a {
        height: 110px;
    }
}

.feature .row {
    margin: 0 -6px !important;
}

.feature div[class*='col'] {
    margin: 0 !important;
    padding: 6px;
}

.feature img,
.category-box img,
.brands-box img {
    width: auto;
    height: auto;
    max-width: 100%;
}

@media screen and ( max-width: 859.9px) {
    .category-box>div,
    .brands-box>div {
        padding: 0;
    }
}

.brand-main-image+.ec-item-lists {
    margin-top: 30px;
}

.ec-item-lists-header {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.ex-item-lists-main {
    margin: 0 -10px;
    padding: 0;
    width: calc( 100% + 20px);
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.ex-item-lists-main form {
    padding: 0 10px 20px;
    width: calc( 100% / 4);
    /*max-width: 230px;*/
}

@media screen and ( max-width: 859.9px) {
    .ex-item-lists-main form {
        padding: 0 5px 20px;
        width: calc( 100% / 2);
    }
}

.ex-item-lists-main li {
    width: 100%;
    text-align: center;
    position: relative;
}

.ex-item-lists-main li .icoNew {
    position: absolute;
    width: 34px;
}

.ex-item-lists-main .ProductListImg {
    border: solid 1px #ccc;
    margin: 0 0 5px;
    width: 100%;
    height: 160px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ex-item-lists-main .ProductListImg span {
    width: 100%;
    height: 100%;
}

.ex-item-lists-main .ProductListImg span a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.ex-item-lists-main .ProductListImg span a img {
    /*width:auto;
height: 90%;*/
    max-width: 80%;
    max-height: 100%;
    display: block;
    /*border: solid 1px #ccc;*/
}

.ex-item-lists-main li h3 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #333;
}

.ex-item-lists-main li h3 a {
    color: #333;
}

.ex-item-lists-main li h4 {
    font-size: 14px;
    color: #B54F0B;
}


/* カテゴリー別一覧ページ
====================================================== */

@media screen and ( min-width: 768px) {
    .tit-left-sm-lg {
        text-align: left;
    }
}


/*　サブカテゴリーリンク　*/

.sec-header.cate-link {
    margin: 0 0 34px 0 !important;
}

.sec-header.cate-link .sec-title {
    font-size: 30px;
}

.sec-header.cate-link .sec-title a {
    color: inherit;
}

.sec-header.cate-link .sec-title a:hover {
    text-decoration: underline;
}

.subcate-link-warp {
    margin: 0 0 30px;
    padding-top: 20px;
    padding-bottom: 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.related-item {
    font-size: 16px;
    padding: 0;
}

.subcate-links,
.related-item {
    font-size: 16px;
}

.subcate-links li,
.related-item li {
    display: inline-block;
    margin: 0 0 10px;
    padding-right: 30px;
}

.subcate-links li>ul,
.related-item li>ul {
    margin-left: 18px;
    margin-top: 12px;
}

.subcate-links a,
.related-item a {
    color: #666;
}

.subcate-links a:first-child::before,
.related-item a::before {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 2px;
    transition: ease 0.2s;
}


/* 商品詳細ページ
====================================================== */

.detailTit em[class*="text"] {
    font-size: 11px;
    line-height: 1.1;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    padding: 3px 8px;
    background: #f60;
    color: #fff;
    border-radius: 10px;
}

.kanren .ec-item-lists-header {
    margin-bottom: 20px;
}

.kanren .ec-item-lists-header .attention {
    font-size: 16px;
    font-weight: bold;
}

.kanren-cate-links {
    margin-bottom: 46px;
    padding: 20px 20px 14px;
    background: #eee;
    border-radius: 6px;
}

.kanren-cate-links .subcate-links {
    margin: 0;
}

.wrap-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}


/* 商品紹介 */

#itemDetail {
    display: flex;
    justify-content: space-between;
}

.main-image-wrap {
    margin-bottom: 30px;
    /*border: solid 1px #ddd;*/
    display: block;
    width: 100%;
    min-height: 18vw;
}

.main-image-wrap a {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.main-image-wrap a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media screen and ( max-width: 991.9px) {
    .img-mw400p-xs-sm {
        max-width: 400px;
    }
}


/* 補足写真一覧 */

.sub-image-wrap {
    margin: 0 -5px 50px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.sub-image-wrap .sub_area {
    margin: 0;
    padding: 0 5px 14px;
    /*width:160px;*/
    width: 33%;
    font-size: 12px;
}

.sub-image-wrap .sub_area h3 {
    margin: 0;
    font-size: 12px;
    min-height: 18px;
}

.sub-image-wrap .sub_area .subtext:empty {
    margin: 0 0 20px;
}

.subphotoimg a {
    text-align: center;
    width: auto;
    height: 120px;
    /*display: inline-flex;*/
    border: solid 1px #ddd;
    justify-content: center;
    overflow: hidden;
    position: relative;
    display: block;
}

.subphotoimg a img {
    height: 120px !important;
    display: block;
    margin: 0 auto !important;
}

#pright_area {
    min-width: 45%;
    /*width: calc( 100% - 550px );*/
    font-size: 14px;
    margin-bottom: 50px;
}

@media screen and ( max-width: 991.9px) {
    #pright_area {
        margin-bottom: 40px;
    }
}

#spec,
#spec2 {
    margin: 40px 0 30px;
    width: 100%;
    border-top: solid 1px #ccc;
}

#spec th,
#spec td {
    border-bottom: solid 1px #ccc;
    color: #888;
    font-weight: normal;
    padding: 10px 0;
}

#spec td {
    text-align: right;
}

#spec td input {
    padding: 0 10px 0 0;
    text-align: right;
    width: 6em;
}

#spec2 th,
#spec2 td {
    border-bottom: solid 1px #ccc;
    color: #888;
    font-weight: normal;
    padding: 10px 0;
}

#spec2 th {
    text-align: left;
}

#spec2 td {
    text-align: center;
}

#spec2 td {
    min-width: 50px;
}

#spec2 th {
    width: calc(100% - 200px);
}

.details-btn {
    width: 40px;
    background: #0092C4;
    color: #fff;
    padding: 5px;
    transition: ease .2s;
    font-size: 12px;
    border-radius: 3px;
}

.details-btn:hover {
    background: #2d3f64;
    color: #fff;
    text-decoration: none;
}

#spec2 td:nth-child(3) {
    width: 70px;
}

#spec2 td input {
    width: 40px;
    padding: 1px 5px;
    text-align: right;
}

.toggle,
.toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle {
    position: relative;
    width: 50px;
    height: 44px;
}

.toggle span {
    position: absolute;
    width: 70%;
    height: 2px;
    background-color: #6c757d;
    border-radius: 4px;
}

.toggle span:nth-of-type(1) {
    top: 25%;
}

.toggle span:nth-of-type(2) {
    top: 50%;
}

.toggle span:nth-of-type(3) {
    bottom: 25%;
}

.sslicon {
    position: relative;
    top: 0px;
    max-width: 150px;
    right: 10px;
    width: 90%;
}

.fa-exclamation-triangle {
    vertical-align: middle;
    font-size: 30px;
    color: #B54F0B;
}


/* 創立からの歴史ページ
====================================================== */

.history-nav {
    border-bottom: none;
    width: 100%;
    margin: 0 auto 50px 0;
}

@media screen and ( max-width: 991.9px) {
    .pdb-sm-xs-20 {
        padding-bottom: 20px;
    }
}

@media screen and ( max-width: 1213px) {
    .pdb-md-sm-xs-20 {
        padding-bottom: 20px;
    }
}

@media screen and ( min-width: 768px) {
    .img-sm-md-lg-h300p,
    .wp-block-image.img-sm-md-lg-h300p img {
        display: block;
        width: auto;
        max-height: 300px;
        object-fit: contain;
    }
    .column1-img {
        max-width: 241px;
    }
    .column1-2-img {
        max-width: 450px;
    }
    .column2-img {
        max-width: 490px;
    }
    .column2-2-img {
        max-width: 800px;
    }
    .column3-img {
        max-width: 694px;
    }
    .w-auto {
        width: auto;
    }
}

@media screen and ( max-width: 859.9px) {
    .img-sm-md-lg-h300p,
    .wp-block-image.img-sm-md-lg-h300p img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}


/* 一覧ページ　ページング */

#page_navi_top .navi {
    display: none;
}

#page_navi_top .change {
    margin-bottom: 22px;
}

#page_navi_bottom {
    margin-top: 30px;
}

#page_navi_bottom .change {
    display: none;
}

#page_navi_bottom .change {
    display: none;
}

#page_navi_bottom .navi {
    text-align: center;
    margin-bottom: 30px;
}

#page_navi_bottom .navi a,
#page_navi_bottom .navi strong {
    border: solid 1px #ddd;
    padding: 2px 6px;
    display: inline-block;
    min-width: 30px;
    font-size: 14px;
}

#page_navi_bottom .navi a {
    background: #f9f9f9;
}

#page_navi_bottom .navi a:hover {
    background: #eee;
    text-decoration: none;
}


/* sigg　ブランドトップ */

.productLogo {
    list-style: none;
    margin: 0;
    padding: 0;
}

.productLogo li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 32.9%;
}

@media (min-width: 1200px) {
    .productLogo li {
        margin: 0;
        width: calc( 25% - 12px);
    }
}

.productLogo li a img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1200px) {
    .productLogo li a img.btn {
        padding: 4px 6px;
    }
}

@media screen and ( max-width: 859.9px) {
    .productLogo li {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 49%;
    }
    .productLogo li a img {
        padding: 0 2px 0;
        margin-bottom: 0px;
    }
}


/* ペトロマックス　ブランドトップ */

.productLogo.petromax-top {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productLogo.petromax-top li {
    width: 32%;
    padding-bottom: 16px;
}

@media (min-width: 768px) {
    .productLogo.petromax-top li:last-child {
        margin-right: auto;
        margin-left: 16px;
    }
}

@media (min-width: 1200px) {
    .productLogo.petromax-top li {
        margin: 0;
        width: calc( 25% - 12px);
    }
    .productLogo.petromax-top li:last-child {
        margin: 0;
    }
}

.productLogo.petromax-top li a img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and ( max-width: 859.9px) {
    .productLogo.petromax-top li {
        margin: 0;
        width: 48%;
    }
    .productLogo.petromax-top li a img {
        padding: 0;
        margin: 0;
    }
}


/* 検索結果画面　絞り込み項目表示 */

.pagecond_area {
    margin-top: -15px;
    border: solid 1px #ccc;
    border-radius: 3px;
    font-size: 14px;
    list-style: none;
    padding: 5px 0;
    background: #efefef;
}

.pagecond_area li {
    margin: 4px 15px;
}


/* 分解図まとめ買いページのリンク */

.partall-link-wrap {
    margin-bottom: 50px;
    border: solid 1px #ccc;
    padding: 10px 16px;
    border-radius: 3px;
    background: #f0f0f0;
}

.partall-link-wrap p {
    font-size: 13px;
}

.partall-link-wrap .link {
    display: inline-block;
    margin-right: 40px;
    min-width: 240px;
}


/* トップページスライダー
====================================================== */

.slider-pro sp-slides {
    position: relative;
}

.slider-pro .copy {
    position: absolute;
    bottom: 0;
    left: calc( 50% - 600px);
    width: 280px;
    height: 160px;
    z-index: 1;
}

@media screen and ( min-width: 991px) {
    .slider-pro .copy {
        left: 50px;
    }
}

@media screen and ( max-width: 990px) {
    .slider-pro .copy {
        left: 50px;
    }
}

.slider-pro .copy img {
    display: block;
    width: auto;
    height: 120px;
    margin: 0 auto;
}


/* Lightbox　表示調整 */

.lightboxOverlay,
.lightbox {
    position: fixed !important;
}

.lightbox {
    top: 10vh !important;
}


/* 商品レポート　プロフィール追加 */

.prof-box {
    margin: 0 auto 30px;
    padding: 20px;
    display: flex;
    width: 980px;
    max-width: calc( 100% - 30px);
    border: solid 1px #ccc;
    border-radius: 4px;
}

.prof-box .writer-prof {
    display: block;
    width: 180px;
    height: auto;
    border-radius: 50%;
    margin: 0;
}

.prof-box .prof-txt {
    display: block;
    margin: 0 0 0 30px;
}

@media screen and ( max-width: 580px) {
    .prof-box {
        display: block;
    }
    .prof-box .writer-prof {
        display: block;
        width: 180px;
        height: auto;
        border-radius: 50%;
        margin: 0 auto 20px;
    }
    .prof-box .prof-txt {
        display: block;
        margin: 0;
        font-size: 14px;
    }
}


/* 創立からの歴史　ご挨拶　 */

body.history .infomation-nav li a[href$="/history"],
body.history-2 .infomation-nav li a[href$="/history-2"],
body.history-3 .infomation-nav li a[href$="/history-3"] {
    color: #495057;
    background-color: #fff;
}


.prof-box-aisatsu {
    margin: 0 auto 30px;
    padding: 0;
    display: flex;
    width: 100%;
    border-radius: 4px;
}

.prof-box-aisatsu .writer-prof {
    display: block;
    width: 240px;
    height: auto;
    border-radius: 4px;
    margin: 0;
    background: #ddd;
}

.prof-box-aisatsu .prof-txt {
    display: block;
    margin: 0 0 0 30px;
    font-size: 14px;
}

.prof-box-aisatsu .prof-txt h2,
.prof-box-aisatsu .prof-txt h3 {
    font-size: 16px;
    margin-bottom: 12px;
}

@media screen and ( max-width: 580px) {
    .prof-box-aisatsu {
        display: block;
    }
    .prof-box-aisatsu .writer-prof {
        display: block;
        width: 180px;
        height: auto;
        border-radius: 50%;
        margin: 0 auto 20px;
    }
    .prof-box-aisatsu .prof-txt {
        display: block;
        margin: 0;
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100% !important;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 100% !important; */
    max-width: 100%;
    height: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 0.78rem;
}

.wp-caption-text {
    text-align: center;
}


/* 特集ページ　ファイヤープランジャー
==================== */

.wp-block-image img {
    height: auto;
}

.wrap-page-title {
    margin: 0 !important;
}

.wrap-page-title figure {
    margin: 0;
}

@media screen and ( max-width: 859.9px) {
    .wrap-page-title {
        margin: 0 0 1em !important;
    }
    .wrap-page-title figure {
        margin: 0;
        width: 100% !important;
        text-align: center;
    }
}

.wrap-page-title .wp-block-columns {
    margin: 0;
    align-items: center;
}

.wrap-page-title h1 {
    margin: 0;
    font-size: 1.5rem;
    align-items: center;
}

.fireplunger-main-image {
    margin-top: 0 !important;
}

.fireplunger-main-image .wp-block-image img {
    width: 100%;
}

.fireplunger-h {
    margin: 0 0 50px;
    padding: 0 0 10px;
    font-size: 1.5rem;
    border-bottom: solid 2px #ddd;
}

.wp-block-image+.wp-block-image {
    margin: calc(-1em + 2px) 0 0;
}

.wp-block-group+.wp-block-group {
    margin: 50px 0 0 0;
}

.wp-block-group .wp-block-image:last-child {
    margin: 0;
}

@media screen and ( max-width: 859.9px) {
    .wp-block-group .wp-block-image:last-child {
        margin: 10px 0 0;
    }
}

.btn-yaji .wp-block-button__link {
    position: relative;
}

.btn-yaji .wp-block-button__link:before {
    content: "";
    background: url(https://www.star-corp.co.jp/stweb/wp-content/themes/star-corp/images/yaji-page-top-link.svg) 0 0 no-repeat;
    background-size: 20px;
    width: 20px;
    height: 14px;
    display: inline-block;
    transform: rotate(90deg);
    position: abolute;
}

.special-page .btn-yaji a:hover {
    text-decoration: none;
    background: #ff7f00 !important;
}

@media screen and ( max-width: 859.9px) {
    .btn-yaji .wp-block-button__link {
        font-size: 14px;
        line-height: 1.2;
    }
}


/* 取扱店舗のご紹介 */

.pick-up-info {
    margin: 0 auto;
    padding: 20px;
    max-width: 950px;
    background: #eee;
    text-align: center;
}

.pick-up-info p {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}

.single-store .pick-up-info {
    margin: 0 auto 30px;
    padding: 16px;
    max-width: 950px;
    background: #eee;
    text-align: center;
    font-size: 0.875rem;
}

.store-data {
    margin: 60px 0 30px;
    padding: 20px;
    background: #eee;
    border-radius: 6px;
}

.store-data table {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #eee;
}

.store-data table td {
    word-break: break-all;
}

.store-data table td:first-child {
    width: 100px;
    vertical-align: top;
}

@media screen and ( max-width: 859.9px) {
    .store-data {
        margin: 0 0 30px;
        padding: 20px 20px 20px 0;
        background: #eee;
        border-radius: 6px;
        font-size: 14px;
    }
    .store-data table td:first-child {
        width: 90px;
    }
}

.wrap-more-search {
    margin: 0;
    padding: 20px;
    background: #eee;
    border-radius: 6px;
}

.wrap-more-search p {
    margin: 0;
    font-weight: bold;
}

.wrap-more-search a::before {
    content: "\f105";
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 2px;
    transition: ease 0.2s;
}

.single-store .wp-block-image+.wp-block-image {
    margin: 40px 0 0;
}

.single-store .wp-block-image figcaption {
    font-size: 12px;
    margin: 5px 0 0;
    text-align: center;
}


/* 特集ページ　パックラフト
==================== */

.packraft-innner-nav {
    margin: 1px 0;
    background: #333333;
}

.packraft-innner-nav .btn-group {
    width: 25%;
    margin: 0;
    padding: 0;
    border: none;
}

@media screen and ( max-width: 859.9px) {
    .packraft-innner-nav {
        flex-wrap: wrap;
    }
    .packraft-innner-nav .btn-group {
        width: 50%;
    }
}

.packraft-innner-nav .nav-link {
    width: 25%;
    height: 80px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #333333;
    transition: ease 0.3s;
}

@media screen and ( max-width: 859.9px) {
    .packraft-innner-nav .nav-link {
        width: 50%;
    }
}

.packraft-innner-nav .nav-link:hover {
    background: #000;
}

.packraft-innner-nav .nav-link img {
    margin: 0 8px;
    max-width: 80%;
    height: auto;
}

.packraft-innner-nav .btn-group+.nav-link {
    border-left: solid 1px #ccc;
}

.packraft-innner-nav .nav-link+.nav-link {
    border-left: solid 1px #ccc;
}

@media screen and ( max-width: 859.9px) {
    .packraft-innner-nav .nav-link+.nav-link {
        border-top: solid 1px #ccc;
    }
}

.packraft-innner-nav .dropdown-menu {
    color: #fff;
    background: #333333;
    border-radius: 0;
    width: 100%;
    margin: 1px 0 0;
}

@media screen and ( max-width: 859.9px) {
    .packraft-innner-nav .dropdown-menu {
        width: auto;
    }
}

.packraft-innner-nav .dropdown-menu a {
    color: #fff;
}

.packraft-innner-nav .dropdown-menu a:hover,
.packraft-innner-nav .dropdown-menu a:focus {
    background: #000;
}

.packraft-sp-header {
    height: 160px;
}

.packraft-sp-header h2 {
    margin: 0;
    font-weight: bold;
}

.packraft-sp-sechead {
    height: 470px;
}

.packraft-sp.is-style-wide {
    margin: 50px 0;
    border-top: solid 1px #ccc;
}

.packraft-sp-sechead {
    margin-bottom: 50px;
    position: relative;
    background-position: 0 bottom;
}

.packraft-sp-sechead.wsp {
    background-position: center top;
}

.wp-block-cover.packraft-sp-sechead:before {
    opacity: 0;
}

.packraft-sp-sechead>.wp-block-cover__inner-container {
    margin: 0;
    padding: 20px;
    width: 250px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.packraft-sp-sechead.frontier>.wp-block-cover__inner-container {
    width: 360px;
}

@media screen and ( max-width: 859.9px) {
    .packraft-sp-sechead>.wp-block-cover__inner-container {
        width: 100%;
    }
    .packraft-sp-sechead.frontier>.wp-block-cover__inner-container {
        width: 100%;
    }
}

.packraft-sp-sechead .wp-block-image {
    width: 100%;
    margin: auto 0 0;
}

.packraft-sp-sechead p {
    width: 100%;
    margin: 0 0 auto;
    font-size: 1rem;
    line-height: 2;
}

.packraft-item-cell+.packraft-item-cell {
    margin: 50px 0 0;
    padding-top: 40px;
    border-top: solid 1px #ccc;
}

.packraft-item-cell h4 {
    margin: 0;
    font-size: 20px;
    color: #000;
}

.packraft-item-cell .price {
    margin: 0 0 40px;
    font-size: 16px;
    color: #333;
}

.packraft-item-cell p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

@media screen and ( max-width: 768px) {
    .packraft-item-cell .wp-block-column figure {
        float: none;
        margin: 30px auto 0;
    }
    .packraft-item-cell .wp-block-column figure table {
        margin-bottom: 30px;
    }
}

.packraft-item-cell .item-info {
    margin: 0 0 40px;
    font-size: 12px;
    color: #333;
    line-height: 1.7;
}

.packraft-item-cell .btn-yaji a {
    font-size: 18px;
    padding: 4px 14px;
}

.packraft-item-cell .btn-yaji a:hover {
    text-decoration: none;
    background: #ff7f00 !important;
}

.item-list {
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-list .wp-block-column {
    flex-basis: calc(33% - 16px);
    border: solid 1px;
    margin: 0 0 50px;
}

.packraft-sp-title {
    margin: 0 0 50px 0;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
}

.packraft-sp-title.head-color-1 {
    border-left: solid 10px #21B8BB;
}

.packraft-sp-title.head-color-2 {
    border-left: solid 10px #C9C9CA;
}

.packraft-sp-title.head-color-3 {
    border-left: solid 10px #E60013;
}

.packraft-sp-title.head-color-4 {
    border-left: solid 10px #000;
}

.d-flex>div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.d-flex>div>.wp-block-image {
    max-width: 49%;
    width: auto;
}

.d-flex>div>.wp-block-image+.wp-block-image {
    margin: 0;
}

.d-flex>div>.wp-block-image figcaption {
    font-size: 1rem;
    line-height: 1.4;
}

@media screen and ( max-width: 859.9px) {
    .d-flex>div>.wp-block-image figcaption {
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

.wsp-table table {
    border-right: solid 1px #707070;
    border-bottom: solid 1px #707070;
}

.wsp-table table td {
    padding: 2px 10px;
    border-left: solid 1px #707070;
    border-top: solid 1px #707070;
    font-size: 0.75rem;
}

.wsp-table table tr:first-child td {
    background: #ededed;
}

.wsp-table figcaption {
    font-size: 0.75rem;
    text-align: right;
}


/* 特集ページ HK500
============================================================ */

.hk500-sp-title {
    margin: 0 0 50px 0;
    padding: 0 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #333;
    font-weight: normal;
    border-left: solid 10px #5E2C17;
}

.hk500-option-wrap h4 {
    margin: 0 0 20px;
    padding: 0 0 8px;
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: solid 1px;
}

.hk500-sp-head {
    height: 35vw;
}

.hk500-sp-header {
    margin: 0;
    padding: 50px 30px 30px;
    background-color: rgba(0, 0, 0, 0) !important;
    font-size: 1rem;
    line-height: 2;
    color: #fff;
    height: 680px;
    display: block;
}

@media screen and ( max-width: 859.9px) {
    .hk500-sp-header {
        margin: 0 -15px;
        padding: 30px 20px;
    }
    .hk500-sp-header .wp-block-cover__inner-container {
        width: 100%;
        margin: 0;
    }
}

.hk500-sp-header h1 {
    font-size: 36px;
    font-weight: bold;
    display: block;
    position: relative;
}

.hk500-sp-header h1 img {
    margin-right: 20px;
    height: 56px;
    width: auto !important;
    display: inline-block;
    position: relative;
    top: -7px;
}

.hk500-sp-header p {
    margin: 30px 0 0;
    font-size: 1rem;
    line-height: 2;
    position: relative;
}

@media screen and ( max-width: 859.9px) {
    .hk500-sp-header p {
        margin: 20px 0 0;
        line-height: 1.6;
        letter-spacing: -0.04em;
    }
}

.hk500-history {
    margin: 0 !important;
    padding: 40px 40px 12px;
    background: #E8E1D8;
}

@media screen and ( max-width: 859.9px) {
    .hk500-history {
        margin: 0 -15px !important;
        padding: 40px 15px 12px;
        background: #E8E1D8;
    }
}

.hk500-history .hk500-sp-title {
    margin: 0 0 40px -40px;
}

@media screen and ( max-width: 859.9px) {
    .hk500-history .hk500-sp-title {
        margin: 0 0 40px 0;
    }
}
.hk500-history p {
    margin: 0;
}

.hk500-history p+p {
    margin: 1.4rem 0 0;
}

.hk500-history figcaption {
    font-size: 0.75rem;
    margin: 0 0 30px;
}

.special-page .petromax-histry table {
    margin-top: 18px;
    font-size: .93rem;
    line-height: 1.6;
}

.special-page .petromax-histry table td {
    padding: 18px 0 0;
}

.special-page .petromax-histry table td:first-child {
    width: 100px;
    vertical-align: top;
}

.hk500-disc-wrap {
    margin: 50px 0 80px;
}

.hk500-disc-wrap p {
    margin: 0;
    font-size: 0.875rem;
}

.hk500-disc-wrap .wp-block-embed-youtube {
    margin: 0;
    border: solid 1px #ededed;
}

.hk500-disc-wrap .wp-block-embed-youtube iframe {
    width: 100%;
    height: 22vw !important;
}

@media screen and ( max-width: 859.9px) {
    .hk500-disc-wrap .wp-block-embed-youtube iframe {
        width: 100%;
        height: 52.5vw !important;
    }
}

.hk500-disc-wrap .wp-block-embed-youtube+p {
    margin: 0 0 40px;
    font-size: 0.875rem;
}

.hk500-disc-wrap p.item-txt {
    margin: 0 0 30px;
    font-size: 0.75rem;
}

.petromax-qa-box {
    margin: 50px 0 80px;
    padding: 20px 20px 20px 12px;
    display: block;
    border: solid 1px #999;
    border-left: solid 10px #5E2C17;
    background: url(https://www.star-corp.co.jp/stweb/wp-content/uploads/2020/02/hk500-qa-bg.jpg) right 0 no-repeat;
    background-size: contain;
}

@media screen and ( max-width: 859.9px) {
    .petromax-qa-box {
        background: none;
    }
}

.petromax-qa-box a {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    display: block;
}

.petromax-qa-box a::before {
    content: "\f059";
    display: inline-block;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    transition: ease 0.2s;
}

.petromax-qa-box p {
    margin: 0 0 -4px;
    font-size: 14px;
}

@media screen and ( max-width: 859.9px) {
    .petromax-qa-box p {
        font-size: 12px;
    }
}

.item-list-wrap {
    margin: 0;
}

.item-list-wrap .wp-block-group__inner-container {
    margin: 0 -20px 0 0;
    padding: 0;
    width: calc( 100% + 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wp-block-lazyblock-item-cell {
    margin-bottom: 50px;
    margin-right: 20px;
    width: calc( 100% / 3 - 20px);
    display: block;
}

.wp-block-lazyblock-item-cell {
    margin-bottom: 50px;
    width: calc( 100% / 3 - 20px);
    display: block;
}

.item-list-wrap.accessories .wp-block-lazyblock-item-cell {
    margin-bottom: 50px;
    width: calc( 100% / 4 - 20px);
    display: block;
}

@media screen and ( max-width: 859.9px) {
    .wp-block-lazyblock-item-cell,
    .item-list-wrap.accessories .wp-block-lazyblock-item-cell,
    .hk500-option-wrap+.item-list-wrap .wp-block-lazyblock-item-cell {
        width: calc( 100% / 2 - 20px);
        display: flex;
    }
}

.wp-block-lazyblock-item-cell .item-cell-img {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: 220px;
    border: solid 1px #ccc;
    display:block;
}

.wp-block-lazyblock-item-cell .item-cell-img a{
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-lazyblock-item-cell img {
    margin: 0 auto;
    width: auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.wp-block-lazyblock-item-cell p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.2;
}

.wp-block-lazyblock-item-cell p.item-cell-title {
    margin: 0 0 10px;
    color: #000;
    font-weight: bold;
}

.wp-block-lazyblock-item-cell p.item-cell-price {
    margin: 0 0 14px;
    line-height: 1.4;
}

.wp-block-lazyblock-item-cell p.item-cell-txt {
    margin: 0 0 14px;
    font-size: 0.75rem;
    line-height: 1.6;
}

.wp-block-lazyblock-item-cell .item-cell-button a {
    padding: 6px 16px 6px 8px;
    font-size: 0.875rem;
    color: #fff;
    background-color: #ffaa00;
    border-radius: 4px;
}

@media screen and ( max-width: 859.9px) {
    .wp-block-lazyblock-item-cell .item-cell-button a {
        padding: 12px 16px 12px 8px;
        font-size: 0.75rem;
    }
}

.wp-block-lazyblock-item-cell .item-cell-button a:hover {
    text-decoration: none;
    background-color: #ff7f00;
}

.wp-block-lazyblock-item-cell .btn-yaji .wp-block-button__link:before {
    background-size: 16px;
    position: relative;
    top: 5px;
    width: 22px;
    left: 0;
}

.common-items {
    margin: 50px 0;
    padding: 10px;
    border: solid 1px #999;
    display: block;
}

.common-items .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.common-items h4 {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    display: block;
}

.common-items .wp-block-image {
    margin: 0;
    text-align: center;
}

.common-items .wp-block-image+.wp-block-image {
    margin: 0;
}

.common-items .wp-block-image figcaption {
    margin: 5px 0 0;
    font-size: 0.75rem;
    line-height: 1.4;
}

.wp-block-lazyblock-item-cell .item-cell {
    display: inline-flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.wp-block-lazyblock-item-cell .item-cell .btn-yaji {
    margin: auto 0 0;
}

@media screen and ( max-width: 768px) {
    .hk500-naibu-2 .wp-block-column {
        flex-basis: 100% !important;
        justify-content: space-around;
        flex-wrap: wrap;
        display: inline-flex;
    }
    .hk500-naibu-2 .wp-block-column:nth-child(2) {
        flex-basis: 100% !important;
        justify-content: space-around;
        flex-wrap: nowrap;
        display: inline-flex;
    }
}

.backto-packraft>.wp-block-group__inner-container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.backto-packraft .back-packraft {
    margin: 0;
    width: 30%;
    max-width: 300px;
}

@media screen and ( max-width: 859.9px) {
    .backto-packraft .back-packraft {
        width: 40%;
        margin-bottom: 30px;
    }
}

.backto-packraft .back-packraft figure {
    margin: 0;
}

.backto-packraft .back-packraft .btn-yaji {
    width: 100%;
    margin: 0;
}

.backto-packraft .back-packraft .btn-yaji a {
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
    text-indent: 0;
    padding-left: 2.2rem;
}

.backto-packraft .btn-yaji .wp-block-button__link:before {
    width: 20px;
    height: 14px;
    display: inline-block;
    transform: rotate(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
}

@media screen and ( max-width: 859.9px) {
    .backto-packraft .back-packraft .btn-yaji a {
        font-size: 0.75rem;
    }
}


/* SIGG コーポレートオリジナルボトル */

.sigg-crp-lp-main h1 {
    font-size: 2.25rem;
}

@media screen and ( max-width: 1280px) {
    .sigg-crp-lp-main .wp-block-column {
        flex-basis: 60% !important;
    }
    .sigg-crp-lp-main .wp-block-column:nth-child(2) {
        flex-basis: 65% !important;
    }
}

@media screen and ( max-width: 1100px) {
    .sigg-crp-lp-main .wp-block-column:nth-child(2) {
        flex-basis: 50% !important;
    }
}

@media screen and ( max-width: 830px) {
    .sigg-crp-lp-main .wp-block-columns {
        display: block;
        padding-top: 20px;
        margin: 0 10px 0 !important;
    }
    .sigg-crp-lp-main .wp-block-column:nth-child(1) {
        text-align: center !important;
    }
    .sigg-crp-lp-main .wp-block-column:nth-child(1) h1 {
        margin: 30px !important;
    }
    .sigg-crp-lp-main .wp-block-column:nth-child(1) p {
        margin: 1px !important;
    }
    .sigg-crp-lp-main .wp-block-column.align-content-end figure {
        margin-bottom: -8px !important;
    }
}

.sigg-crp-lp-main .wp-block-column.align-content-end {
    align-items: flex-end;
    display: inline-flex;
}

.sigg-crp-lp-main .wp-block-column.align-content-end figure {
    margin-bottom: 0;
}

.sigg-crp-lp-qa .schema-faq-question {
    color: #B28070;
    font-size: 20px;
}

.sigg-crp-lp-qa .schema-faq-question:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #952727;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.sigg-crp-lp-qa .schema-faq-answer {
    padding-left: 22px;
}

.sigg-crp-lp-qa .schema-faq-section+.schema-faq-section {
    margin-top: 30px;
}

@media screen and ( max-width: 800px) {
    .sigg-crp-lp-sample .wp-block-column:nth-child(2n) {
        margin-left: 0;
        padding: 20px;
    }
}

@media screen and ( max-width: 600px) {
    .sigg-crp-lp-sample .wp-block-column figure {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
    }
}


/* 特集ページ　Petromax Wear
==================== */

.wp-block-group+.wp-block-group.pxw-h-title {
    margin: 0 0 50px 0;
}

.pxw-h-title {
    margin: 80px 0 50px;
    border-bottom: solid 1px #000;
}

.pxw-h-title h3,
.pxw-h-title p {
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 2rem;
    display: inline-block;
}

.pxw-h-title h3.h-wear-txt {
    color: #CBCBCB;
    font-size: 46px;
    display: block;
    margin: 0 0 -9px;
    line-height: 1.1;
}

.pxw-h-title p {
    margin: 0 0 0 10px;
    font-weight: normal;
    font-size: 1rem;
}

.pxw-item-cell p {
    font-size: 0.875rem;
}

.pxw-item-cell h4 {
    margin: 40px 0 4px;
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
}

.pxw-item-cell p.price {
    font-size: 1rem;
    margin-bottom: 40px;
}

.pxw-item-cell p.detail {
    font-size: .75rem;
    margin: 30px 0;
}

.pxw-item-cell p.pxw-indent1 {
    text-indent: -0.875rem;
    padding-left: 0.875rem;
}

.wp-block-column.photo {
    max-width: 430px;
}

.wp-block-column.detail {
    max-width: 430px;
}

.pxw-lf-wrap {
    background: #eee;
    border-radius: 8px;
    padding: 30px;
}

.pxw-lf-wrap h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.pxw-lf-wrap h4::after {
    content: "";
    display: block;
    margin: 5px auto 0;
    border-bottom: solid 1px #000;
    width: 260px;
}

.pxw-lf-wrap .wp-block-group {
    text-align: center;
}

.pxm-btn01 a {
    height: 46px;
    padding: 6px 30px;
    border: solid 1px #707070 !important;
}

.pxm-btn01 a:hover,
.pxm-btn01 a:focus {
    background: #ccc;
}

.item-photos {
    max-width: 550px;
}

.item-photos .wp-block-image {
    float: left;
    margin-bottom: 15px;
}

@media screen and ( max-width: 600px) {
    .item-photos {
        text-align: center;
        padding-bottom: 30px;
        display: block;
    }
    .item-photos .wp-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto;
    }
}

.item-photos figcaption {
    text-align: center;
    font-size: 12px;
}

.packraft-innner-nav.pxw-nav {
    margin: 1px 0;
    background: none;
    flex-wrap: wrap;
    position: relative;
    top: -160px;
    height: 0;
}

.packraft-innner-nav.pxw-nav .nav-link {
    width: 33.3%;
    height: 80px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 -1px;
    padding: 0;
    border: solid 1px #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    transition: ease 0.3s;
}

@media screen and ( max-width: 600px) {
    .packraft-innner-nav.pxw-nav .nav-link {
        font-size: 18px;
    }
}

.packraft-innner-nav.pxw-nav .nav-link+.nav-link {
    border-left: inherit;
}

.pxw-page-title {
    margin: 0 0 70px;
}

.pxw-page-title img {
    width: 290px;
    margin: 0 0 -30px -15px;
}

.pxw-page-title h2 {
    margin: 0;
    font-size: 46px;
}

.pxw-header {
    height: 160px;
}

@media screen and ( max-width: 600px) {
    .pxw-header {
        min-height: 68vh !important;
    }
}

@media screen and ( max-width: 600px) {
    .about-wrap {
        flex-direction: column-reverse !important;
    }
}


/* ワイド画面の場合 画像左寄せの2段レイアウト
==20210729一旦無効化
@media screen and ( min-width: 1400px) {
    .single-report main .sec-main {
        margin: 0 auto;
        max-width: 1500px;
        position: relative;
    }
    .single-report main .sec-main .thumbnail-wrap {
        margin-bottom: 60px !important;
    }
    .single-report main .sec-main p {
        width: calc( 55% - 40px);
        position: relative;
    }
    .single-report main .sec-main figure {
        width: 40% !important;
        float: right;
        margin-left: 40px;
    }
    .single-report main .sec-main figure img {
        width: 100%;
    }
    .single-report main .sec-main figure p {
        width: 100%;
    }
    .single-report main .sec-main .youtube-wrap {
        width: 100%;
        background: #222;
        clear: both;
    }
    .single-report main .sec-main .youtube-wrap iframe {
        margin: 0 auto !important;
        height: 450px !important;
        width: 800px !important;
        display: block;
        border: none;
    }
}
*/

@media screen and ( min-width: 1400px) {
    .single-report .sec-main,
    .single-seasonal_pickup .sec-main,
    .single-store .sec-main {
        margin: 40px auto;
        max-width: 1100px;
    }
}

@media screen and ( min-width: 1400px) {
    .container.instagram {
        margin-bottom: 70px;
    }
}


/* オリジナルボトルnew*/

.container.infomation {
    overflow: hidden;
}

.obp_main {
    margin: 0 -14% 0;
    background: #000;
    position: relative;
}

@media screen and ( max-width: 991.9px) {
    .obp_main {
        margin: 0 -30px 0;
    }
}

.obp_main>.wp-block-group__inner-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
    width: 100%;
    align-items: stretch;
}

@media screen and ( max-width: 830px) {
    .obp_main>.wp-block-group__inner-container {
        flex-direction: column;
    }
}

.obp_main_01 {
    width: 50%;
    margin: 0;
    padding: 30px 45px 0 12%;
    min-height: 685px;
}

.obp_main_01 .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    min-height: 685px;
    height: 100%;
}

@media screen and ( max-width: 1100px) {
    .obp_main_01 {
        padding: 30px 45px 0 30px;
        min-height: 665px;
    }
    .obp_main_01 .wp-block-group__inner-container {
        min-height: 665px;
    }
}

@media screen and ( max-width: 991.9px) {
    .obp_main_01 {
        padding: 30px 24px 0 30px;
        min-height: 650px;
    }
    .obp_main_01 .wp-block-group__inner-container {
        min-height: 650px;
    }
}

@media screen and ( max-width: 830px) {
    .obp_main_01 {
        width: 100%;
        padding: 30px 24px 0 30px;
        min-height: 0;
    }
    .obp_main_01 .wp-block-group__inner-container {
        min-height: 0;
    }
}

.obp_main_01 figure {
    margin-top: auto !important;
    display: block;
    height: 400px;
}

@media screen and ( max-width: 1100px) {
    .obp_main_01 figure {
        height: 340px;
    }
}

.obp_main_01 figure img {
    display: block;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.obp_main_02 {
    width: 50%;
    background: #fff;
    margin-top: 0 !important;
}

@media screen and ( max-width: 830px) {
    .obp_main_02 {
        width: 100%;
        background: #fff;
        margin-top: 0 !important;
    }
}

.obp_main_02 .wp-block-columns {
    background: #fff;
    width: 100%;
    margin: 0;
}

.obp_main-02-img {
    margin: 0 0 -1px;
    background: #d5d5d5;
}

.obp_movie-wrap {
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    height: 50vw;
    width: calc(128%);
    left: -14%;
}

@media screen and ( max-width: 830px) {
    .obp_movie-wrap {
        width: calc(100% + 30px);
        left: -15px;
        height: auto;
    }
}

.obp_movie-wrap .wp-block-group__inner-container {
    position: relative;
}

.obp_movie-wrap .wp-block-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and ( max-width: 859.9px) {
    .obp_movie-wrap .wp-block-video {
        width: 155vw !important;
    }
}

.obp_moviebg {
    padding: 30px 0;
    display: flex;
    align-items: center;
    z-index: 9;
    max-width: 1200px;
    width: 90%;
    height: 50vw;
    margin: auto;
}

@media screen and ( max-width: 992px) {
    .obp_moviebg {
        margin: 0 auto;
        width: 80%;
        padding: 50px 0;
    }
}

@media screen and ( max-width: 830px) {
    .obp_moviebg {
        width: 86%;
        flex-direction: column;
        height: auto;
    }
}

@media screen and ( max-width: 859.9px) {
    .obp_moviebg {
        width: 100%;
        padding: 8px;
    }
}

.obp_moviebg .wp-block-column:first-child {
    border: solid 1px #fff;
    padding: 24px 30px 24px;
}

.obp_moviebg .wp-block-column:first-child h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

.obp_moviebg .wp-block-column:first-child p {
    font-size: 16px;
    color: #fff;
}

.obp_moviebg .wp-block-column:first-child p:last-child {
    margin: 0;
}

@media screen and ( max-width: 859.9px) {
    .obp_moviebg .wp-block-column:first-child {
        padding: 14px 15px 10px;
    }
    .obp_moviebg .wp-block-column:first-child h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .obp_moviebg .wp-block-column:first-child p {
        font-size: 14px;
    }
}

.obp_template-wrap {
    padding: 30px 0 1px;
    background: #DFDFDF;
    position: relative;
    display: block;
    height: auto !important;
}

.obp_template-wrap .wp-block-columns {
    background: #DFDFDF;
}

.obp_template-wrap:before {
    content: "";
    background: #DFDFDF;
    margin: 0 -25vw;
    width: 200vw;
    z-index: -1;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
}


@media screen and ( max-width: 859.9px) {
    .obp_template-wrap:before {
        min-height: 50vw;
    }

    .wp-block-columns {
        flex-direction: column;
    }
    .wp-block-column {
        margin: 5px 0 !important;
    }
}

.obp_template-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.obp_template-wrap h3>em {
    font-size: 16px;
    font-weight: normal;
}


/* トップページ　カテゴリ一覧部分 */

.category-box {
    justify-content: flex-start;
}

.category-box .category-link {
    width: calc(100% / 5);
    align-items: flex-start;
    display: inline-flex;
    padding: 5px;
}

.category-box .category-link a {
    display: block;
}

@media screen and ( max-width: 992px) {
    .category-box .category-link {
        width: calc(100% / 4);
        align-items: flex-start;
        display: inline-flex;
        padding: 5px;
    }
}

@media screen and ( max-width: 830px) {
    .category-box .category-link {
        width: calc(100% / 3);
        align-items: flex-start;
        display: inline-flex;
        padding: 5px;
    }
}

@media screen and ( max-width: 859.9px) {
    .category-box .category-link {
        width: calc(100% / 2);
        align-items: flex-start;
        display: inline-flex;
        padding: 5px;
    }
    .category-box .category-link:nth-child(odd) {
        padding-left: 0;
    }
    .category-box .category-link:nth-child(even) {
        padding-right: 0;
    }
}


/* 画像調整*/

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
}


/* ご利用ガイド */

article.guide h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    display: block;
}

article.guide *+h3 {
    margin-top: 40px;
}

article.guide h4:not(.aside-title) {
    font-size: 16px;
    font-weight: bold;
    background: #ddd;
    padding: 4px 12px;
    border-radius: 13px;
    display: inline-block;
}

article.guide a {
    word-break: break-all;
}

article.guide .aside-links a {
    font-size: 14px;
}

article.guide table {
    margin: 30px 15px;
    width: calc(100% - 30px);
    max-width: 100%;
    border-bottom: solid 1px #ddd;
}

.wp-block-table.is-style-regular table {
    margin: 10px 0;
    border: solid 1px #ddd;
}

.wp-block-table.is-style-regular table td {
    padding: 6px 10px;
    border: solid 1px #ddd;
}

.wp-block-table.is-style-regular table th {
    padding: 6px 10px;
    border: solid 1px #ddd;
    border-bottom: solid 2px #ddd;
    background: #f9f9f9;
}

.wp-block-button__link {
    padding: 8px 30px;
    font-size: 14px;
    position: relative;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    text-decoration: none;
    opacity: 0.7;
}

.wp-block-buttons.guide-top {
    align-items: stretch;
    width:100%;
    min-height: 100px;
    gap:14px 10px;
}

.guide-top .wp-block-button {
    margin:0;
    width:30% !important;
}

@media screen and ( max-width: 992px) {
    .guide-top .wp-block-button {
        margin:0;
        width:48% !important;
    }
    .wp-block-buttons>.wp-block-button:last-child{
        margin:0;
    }
}

@media screen and ( max-width:767.9px) {
    .guide-top .wp-block-button {
        margin:0;
        width:100% !important;
    }
}


.wp-block-buttons.guide-top>.wp-block-button a {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #333;
}


/* footer SNS紹介部分
========== */

.offical-sns-wrap {
    border-top: solid 1px #ccc;
}

.offical-sns {
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.offical-sns .sec-header {
    margin: 0;
    margin-right: 10px;
    margin-left: auto;
    align-items: center;
    display: flex;
}

.offical-sns .sec-header .sec-title {
    font-size: 18px;
    text-align: left;
}

.sns-links {
    display: flex;
    margin: 0;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.sns-links a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin: 0 45px;
    color: #2D3F64;
}

.sns-links a i {
    font-size: 44px;
}

.sns-links a [class*="facebook"] {
    color: #1877f2;
}

.sns-links a [class*="youtube"] {
    color: #DA1725;
}

.sns-links a [class*="instagram"] {
    color: #CF2E92;
}

.sns-links a span {
    font-size: 12px !important;
}

.sns-links .sns-link:last-of-type a {
    margin-left: 35px;
}

.sns-links a:hover {
    text-decoration: none;
}

.sns-links a:hover span {
    text-decoration: underline;
}

@media screen and ( max-width: 1040px) {
    .sns-links a {
        margin: 0 20px;
    }
    .sns-links .sns-link:last-of-type a {
        margin-left: 10px;
    }
}

@media screen and ( max-width: 830px) {
    .sns-links a {
        margin: 0 10px;
    }
    .sns-links .sns-link:last-of-type a {
        margin-left: 15px;
    }
}

@media screen and ( max-width: 859.9px) {
    .offical-sns .sec-header {
        margin: 0 auto 20px;
        display: flex;
    }
    .offical-sns .sec-header .sec-title {
        text-align: center;
    }
    .sns-links {
        display: flex;
        margin: 0 auto;
    }
    .sns-links a {
        padding: 10px;
    }
    .sns-link:nth-of-type(1),
    .sns-link:nth-of-type(2) {
        display: flex;
        width: 50%;
    }
    .sns-link:nth-of-type(1) {
        justify-content: flex-end;
    }
    .sns-link:nth-of-type(2) {
        justify-content: flex-start;
    }
    .sns-link:nth-of-type(1) a,
    .sns-link:nth-of-type(2) a {
        margin: 0 5px 5px;
    }
}

@media screen and ( max-width: 400px) {
    .sns-links {
        flex-wrap: wrap;
    }
    .sns-links a {
        margin: 0 10px;
    }
    .sns-links .sns-link:last-of-type a {
        margin-left: 5px;
    }
}


/* 商品カテゴリーレポート詳細ページ用
========== */

.report-cate-links {
    margin: 0 auto;
    border: none;
}

.report-cate-links h3 {
    font-size: 20px;
    text-align: center;
}

.report-cate-links .cate-links {
    border: none;
    justify-content: center;
    flex-wrap: wrap;
}

.report-cate-links .cate-links li {
    border: none;
    margin: 5px;
}

.report-cate-links .cate-links a {
    border: solid 1px #999;
    border-radius: 24px;
    padding: 6px 30px;
    font-size: 14px;
}

/* other-shop-lists */
.other-shop-lists {
    gap:12px 3vw;
}

.other-shop-lists a {
    padding:2px 12px;
    border:solid 1px;
    font-size:14px;
    border-radius:6px;
}

.other-shop-lists ul {
    font-size: 13px;
    line-height: 1.3;
}

/* wp-pagenavi ページナビゲーションの表示調整 */
.wp-pagenavi > a,
.wp-pagenavi .extend {
    border:none;
}

.wp-pagenavi span.current,
.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first{
    border:none;
    display:inline-flex;
    min-width:35px;
    min-height:35px;
    justify-content:center;
    align-items:center;
    color:#666;
    font-size:1rem;
    font-weight:normal;
}

.wp-pagenavi .current,
.wp-pagenavi .pages:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .last:hover,
.wp-pagenavi .previouspostslinkt:hover,
.wp-pagenavi .firstt:hover {
    background:#F3F3F3;
    text-decoration:none;
}