@charset "UTF-8";

html,
body {
    margin: 0 !important;
    padding: 0;
    background:#fff;
    text-align: left;
}
html {
    height: 100%;
    min-height: 100%;
    font-size: 62.5%;
}
body {
    width: 100%;
    font-size: 14px; font-size: 1.4rem;
    font-family: 'A1 Gothic R',-apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','Hiragino Sans','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'メイリオ',Meiryo,sans-serif!important;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: transparent;
}
a:link,
a:visited {
    color:#2196f3;
    text-decoration: none;
}

@media print, screen and (min-width:768px) {
    body {
        font-size: 16px; font-size:1.6rem;
    }
}

/* 改行 */
.br_sp {
    display: block;
}
.br_pc {
    display: none;
}

@media print, screen and (min-width:768px) {
    .br_pc {
        display:block;
    }
    .br_sp {
        display: none;
    }
}


/* ----------------------------------------------------------------
コンテンツ
---------------------------------------------------------------- */


/* パンくず */
.breadcrumbContainer {
    width: 100%;
    background-color: #f7f7f7;
}
.breadcrumbContainer ul {
    width: 100%;
    padding: 20px 5vw;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    flex-flow: row;
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.breadcrumbContainer ul::-webkit-scrollbar {
    display: none;
}
.breadcrumbContainer ul > * {
    letter-spacing: normal;
}
.breadcrumbContainer ul li {
    position: relative;
    margin: 0 0 0 40px;
}
.breadcrumbContainer ul li:first-child {
    margin: 0;
}
.breadcrumbContainer li {
    display: inline-block;
    color: #666;
    font-size: 1.2rem;
}
.breadcrumbContainer ul li::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    display: block;
    position: absolute;
    left: -20px;
    width: 4px;
    height: 7px;
}
.breadcrumbContainer ul li:first-child::before {
    display: none;
}
.breadcrumbContainer li a {
    color: #666;
    text-decoration: none;
}
.breadcrumbContainer li a:hover {
    opacity: 0.6;
}
@media print, screen and (min-width:768px) {
    .breadcrumbContainer ul {
        width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
}



/* タイトル・見出し */
.titleBox_inner.topTitle {
    padding: 26px 0;
}
.titleBox_inner h1 {
    font-size: 2.0rem;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
}
.titleBox_inner h3 {
    font-size: 1.8rem;
    line-height: 1.556;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: solid 2px #D7D2CB;
    position: relative;
}
.titleBox_inner h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100px;
    height: 2px;
    background: #EF6D22;
}
.bg > .titleBox_inner {
    width: 90.4%;
    margin: 0 auto;
    padding: 40px 0 0;
}

@media print, screen and (min-width:768px) {
    .titleBox_inner.topTitle {
        padding: 36px 0;
    }
    .titleBox_inner h1 {
        font-size: 2.8rem;
        line-height: 1.286;
    }
    .titleBox_inner h3 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .bg > .titleBox_inner {
        width: 1040px;
        padding: 60px 0 0;
    }
}

/* エラーテキスト */
.errorText {
    padding: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.875;
}
@media print, screen and (min-width:768px) {
    .errorText {
        padding: 0 0 40px;
    }
}

/* 蛍光マーカー */
mark.fluorescence {
    background: linear-gradient(to top, #eaeb16 40%, transparent 40%);
}

/* 画像 */
.titleBox img {
    display: block;
    margin: 0 auto;
    padding: 16px 114px;
}
@media print, screen and (min-width: 768px) {
    .titleBox img {
        padding: 11px 447px;
    }
}


/* ボタン */
.btn_container .btn_inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
    position: relative;
    background-color: #FFFFFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.btn_container.toTop {
    margin-bottom: 60px;
}
.btn_container.toTop .btn_inner {
    border-radius: 35px;
    text-align: center;
}
.btn_container li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 20px auto;
    position: relative;
    background-color: #FFFFFF;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    min-height: 66px;
}
.btn_container.toTop a {
    padding: 16px 8px;
    color: #EF6D22;
}
.btn_container.toTop a:hover,
.btn_container.toTop a:visited {
    color: #EF6D22;
}
.btn_container a {
    padding: 23px 39px 22px 16px;
    color: #2B2B2B;
    display: block;
    width: 100%;
    line-height: 1.375;
}
.btn_container .btn_inner:hover,
.btn_container li:hover {
    opacity: 0.7;
}
.btn_container a:hover,
.btn_container a:visited {
    color: #2B2B2B;
}
.shopSearch.btn_container {
    width: 90.4%;
    margin: 0 auto;
    padding: 50px 0 49px;
}
.shopSearch.btn_container .btn_inner {
    border-radius: 10px;
}
.shopSearch .btn_inner span {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 2px;
}
.shopSearch .btn_inner div::before {
    content: "";
    width: 36.82px;
    height: 37.47px;
    background: url(../../img/ico_search_shop_02.svg) 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn_container a.shopSearch_btn {
    display: block;
    width: 100%;
    color: #EF6D22;
    margin-left: 68px;
    padding: 25px 0;
}
.btn_container a.shopSearch_btn:visited {
    color: #EF6D22;
}
.btn_container .btn_inner::after,
.btn_container li::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f054';
    color: #EF6D22;
    font-weight: 500;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
@media print, screen and (min-width:768px) {
    .shopSearch.btn_container {
        width: 900px;
        padding: 60px 0;
    }
    .shopSearch .btn_inner {
        border-radius: 10px;
    }
    .btn_container a {
        padding: 23px 39px 22px 20px;
        display: flex;
        align-items: center;
    }
    .btn_container a.shopSearch_btn {
        margin-left: 132px;
        padding: 29px 0;
    }
    .shopSearch .btn_inner div {
        font-size: 2.2rem;
    }
    .shopSearch .btn_inner span {
        font-size: 1.5rem;
    }
    .shopSearch .btn_inner div::before {
        width: 47px;
        height: 47.83px;
        left: 47px;
    }
    .btn_container.shopSearch .btn_inner::after {
        font-size: 2.0rem;
    }
    .btn_container.toTop {
        max-width: 800px;
        margin: 0 auto 80px;
    }
    .btn_container.toTop .btn_inner {
        width: 100%;
    }
}


/* カテゴリカード */
.bg {
    background-color: #F7F7F0;
}
.catList {
    width: 90.4%;
    margin: 0 auto;
    padding: 20px 0 40px;
}
.catList .catList_box {
    height: 170px;
}
.catList .catList_box:not(:first-of-type) {
    margin-top: 20px;
}
.catList .catList_box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #2B2B2B;
    font-size: 1.5rem;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
    padding: 22px 0;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.catList .catList_box a:hover {
    color: #EF6D22;
}
.catList .catList_box a img {
    display: block;
    width: 32%;
    margin: 0 auto;
    max-height: 96px;
    min-height: 79px;
    object-fit: contain;
}
.catList .catList_box a span {
    margin-top: 19px;
    padding: 0 16px;
}
.catList .catList_box a span::before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f330';
    color: #EF6D22;
    font-weight: 900;
    padding-right: 0.3em;
}
@media print, screen and (min-width:768px) {
    .catList {
        display: flex;
        flex-wrap: wrap;
        gap: 34px;
        width:1040px;
        margin: 0 auto;
        padding: 35px 0 50px;
    }
    .catList .catList_box {
        width: calc((100% - 68px) / 3);
    }
    .catList .catList_box {
        height: 250px;
    }
    .catList .catList_box:not(:first-of-type) {
        margin-top: 0;
    }
    .catList .catList_box a {
        font-size: 1.8rem;
        line-height: 1.556;
    }
    .catList .catList_box a span {
        padding: 0 30px;
    }
    .catList .catList_box a img {
        width: 45.37%;
    }
}

.sectionContainer_inner {
    width: 90.4%;
    margin: 55px auto 60px;
}
@media print, screen and (min-width:768px) {
    .sectionContainer_inner {
        width: 1040px;
        margin: 64px auto 80px;
    }
}

/* 記事一覧 */
.articleList {
    margin: 0 auto 60px;
}
.moreBtn_js {
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    width: 48vw;
    margin: 0 auto;
    padding: 12px 0;
    background: #EF6D22;
    border-radius: 8px;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1;
}
.moreBtn_js:hover {
    opacity: 0.7;
}
@media print, screen and (min-width:768px) {
    .articleList {
        display:flex;
        flex-wrap: wrap;
        gap: 30px 60px;
        margin: 40px 0 80px;
    }
    .articleList li {
        width: calc((100% - 60px) / 2);
        margin: 0;
    }
    .moreBtn_js {
        width: 260px;
        margin: 50px auto 0;
    }
}

/*---inview 関連 ---*/
.d-none {
    display: none;
}
.inview {
    opacity: 0;
    transition: .5s;
}
.effect {
    opacity: 1.0;
}
