@charset "utf-8";

/*
Theme Name: 株式会社Raffinart
Author: SOEL design
Description: original theme
Version： 3.0.0
*/

.grecaptcha-badge {
    visibility: hidden;
}

html {}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Noto Sans JP, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
}

a {
    color: #333;
}

h2 {
    margin: 0 auto 1em;
}

p {
    font-size: 0.9375rem;
    line-height: 2;
    margin: 0 auto 1em;
}

img {
    width: 100%;
    height: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 1em 1.5em;
    line-height: 2;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

table th {
    font-weight: 400;
    background: #f7f7f7;
}


/*---------------------------------------------------------------
　共通
---------------------------------------------------------------*/
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.contents {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

.contents h2 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.6;
    display: block;
    width: 100%;
}

.contents h2 span {
    font-size: .875rem;
}

.contents h4 {
    width: 100%;
    display: block;
}

.btn {
    text-align: center;
    margin: 0 auto;
}

.btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 200px;
    text-align: center;
    padding: 0.5em 1em;
    margin: 1em auto;
    border: 1px solid #333;
    border-radius: 45px;
    color: #fff;
    background: #333;
    font-size: 0.875rem;
    letter-spacing: 1.1px;
}

.btn a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 1em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
}


/*-------------------　共通ページ　-------------------*/

.contents-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents-box .side,
.contents-box .main-contents {
    box-sizing: border-box;
}

.contents-box .side {
    width: 20%;
    padding: 3em 0 0;
}

.contents-box .main-contents {
    width: 77%;
    padding: 3em 0 0;
}

.contents-ttl-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 5em;
}

.contents-ttl {
    width: 100%;
    flex: 1;
    padding: 0 2em 0 0;
    margin: 0 auto;
}

.contents-ttl h2 {
    text-align: center;
    letter-spacing: 1.1px;
    margin: 0 auto 0.5em;
}

.contents-ttl p {
    text-align: center;
}

.contents-img {
    width: 100%;
    flex: 2;
}


/*-------------------　ページ　-------------------*/

.page-contents {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 3em 0 0;
}

.article-main {}


/*---------------------------------------------------------------
　パンくず
---------------------------------------------------------------*/

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5em 0;
    font-size: 0.85em;
}

.breadcrumbs a {
    color: #666;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .separator {
    margin: 0 0.5em;
    color: #999;
}


/*---------------------------------------------------------------
　header
---------------------------------------------------------------*/

.header {
    border-bottom: 1px solid #ddd;
}

.header-inner {
    position: relative;
    padding: 1em 1em 0 3em;
}

.site-ttl {
    line-height: 1;
    display: inline-block;
    margin: 0 auto;
}

.site-ttl a img {
    display: block;
    width: 75%;
    height: auto;
}

.site-ttl a {
    display: block;
    text-decoration: none;
}



.header-nav-wrap {
    display: flex;
    align-items: center;
}


.header-nav li a {
    display: block;
    text-decoration: none;
}

.header-banner {
    line-height: 0;
    padding-left: 3em;
}
.header-banner a {line-height: 0;}
.header-banner img {width: 100%;}







@media(min-width: 821px) {
    .navbutton {
        display: none;
    }
    /*.header-nav-wrap {
        position: absolute;
        top: 50%;
        right: 0;
        padding-right: 3em;
        transform: translateY(-50%);
    }*/
    .header-nav {
        font-size: 0;
    }
    .header-nav li {
        font-size: 1rem;
        letter-spacing: 1px;
        display: inline-block;
        margin-left: 3em;
        padding: 0;
    }
    .header-nav li a:hover {
        opacity: .6;
    }
}


/*---------------------------------------------------------------
　footer
---------------------------------------------------------------*/
#footer {
    width: 100%;
    margin-top: auto;
    color: #fff;
    background: #333;
}

#footer .footer-nav-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5em 0 2.5em;
}

#footer .footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 3em;
}

#footer .footer-info .logo {
    width: 30%;
}

#footer .footer-info .logo img {
    width: 70%;
}

#footer .footer-info .info-txt {
    width: 70%;
}

#footer .footer-info .info-link {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer-inner ul.menu {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer-nav ul li {
    margin-right: 3em;
}

#footer .footer-nav ul li a {
    color: #fff;
}
#footer .footer-nav ul li a::before {
    content: "";
    display: inline-block;
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    padding-right: 0.3em;
    top: 0;
}

#footer .footer-banner {
    text-align: center;
}
#footer .footer-banner img {
    width: 65%;
}


#footer .copyright {
    padding: 0 0 1.5em;
    text-align: center;
    background: #333;
}

#footer .copyright p {
    font-size: .875rem;
    color: #fff;
    margin: 0 auto;
    line-height: 0;
}
















/*---------------------------------------------------------------
　NEWS
---------------------------------------------------------------*/
#news .article-list-box {
    display: block;
}

#news .article-item .txt-wrap-date {
    width: auto;
}
#news ..article-item .txt-wrap h2 {
    width: 100%;
}
#news .article-item .txt-wrap {
    justify-content: flex-start;
}



/*　一覧　*/

/*.article-list-box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}

.article-list-box::after {
    content: "";
    display: block;
    width: 32%;
}

.article-item {
    width: 32%;
    margin: 0 0 3em;
}*/


.article-list-box {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
}









.article-item .img-wrap {
    line-height: 0;
    margin: 0 auto 0.5em;
}

.article-item .txt-wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}






.article-item .txt-wrap-date {
    width: 15%;
}

.article-item .txt-wrap-date span {
    font-size: 0.85rem;
    line-height: 1;
    margin: 0 auto 0.5em;
}

.article-item .txt-wrap-date span.article-date {
    padding-right: 1em;
}

.article-item .txt-wrap-date span.article-cat {
    border-left: 1px solid #666;
    padding-left: 1em;
}

.article-item .txt-wrap h2 {
    width: 85%;
    margin: 0 0 1em;
    font-size: 1rem!important;
}













/*　ページネーション　----------------------------------*/

.pagination {
    margin: 4rem 0;
    text-align: center;
}

.pagination ul {
    font-size: 0;
}

.pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
}

.pagination ul li:last-child {
    margin-right: 0;
    border: 0;
}

.pagination ul li a,
.pagination ul li .current {
    font-weight: 400;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
}

.pagination ul li a {
    text-decoration: none;
}

.pagination ul li .current {
    color: #fff;
    background: #333;
}

.pagination ul li .prev,
.pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
}

.pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
}


/*　詳細ページ　----------------------------------*/

.article-box {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 5em;
    background: #f9f9f9;
}

.article-box .article-head .txt-wrap-date {
    margin: 0 auto 0.8em;
}

.article-box .article-head .txt-wrap-date span {
    font-size: 0.875rem;
    line-height: 1;
    margin: 0 auto 0.5em;
}

.article-box .article-head .txt-wrap-date span.article-date {
    padding-right: 1em;
}

.article-box .article-head .txt-wrap-date span.article-cat {
    border-left: 1px solid #666;
    padding-left: 1em;
}

.article-box .article-head .txt-wrap h2 {
    font-size: 1.75rem!important;
}

.article-box .article-head .article-img {
    line-height: 0;
    margin: 0 auto 1em;
}

.article-box .article-head .article-img img {
    width: 100%;
}

.article-box .article-main {
    margin: 0 auto 3em;
}

.article-box .article-foot {
    margin: 0 auto;
    padding: 1em 0 0;
}

.article-box .article-foot ul {
    display: flex;
    flex-wrap: wrap;
}

.article-box .article-foot ul li {
    margin-right: 1em;
}

.article-box .article-foot ul li a {
    color: #fff;
    background: #333;
    padding: 0.5em 1em;
    border-radius: 3px;
}

.article-box .article-foot ul li a::before {
    content: "#";
    padding-right: 0.2em;
}

.article-box .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 1em;
}

.article-box .nav-links a {
    padding: 0.5em 3em;
    background: #fff;
    border: 1px solid #333;
    border-radius: 25em;
}

.news-box {
    background: #fff;
    padding: 3em 5em 2em;
    margin: 0 auto 1em;
}

.show {
    margin: 2em auto 0;
}

.show h3 {
    font-weight: 400;
    font-size: 1.25rem;
    border-left: 3px solid #333;
    margin: 0 auto 0.5em;
    padding: 0 0 0 0.5em;
}

.show table {
    margin: 0 auto 1em;
}

.show .map a {
    font-size: 0.75rem;
    color: #fff;
    background: #333;
    padding: 0.5em 1.5em;
}

.news-contact {
    padding: 2em 0;
    margin: 0 auto;
}

.news-contact h3 {
    font-weight: 400;
    font-size: 1.25rem;
    border-left: 3px solid #333;
    margin: 0 auto 0.5em;
    padding: 0 0 0 0.5em;
}

.news-contact p {
    margin: 0 auto 2em;
}


/*---------------------------------------------------------------
　サイドバー
---------------------------------------------------------------*/

#sidebar .sidebar-inner {
    margin: 0 auto 3em;
}

#sidebar .label {
    margin: 0 auto 0.5em;
}

#sidebar .label a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3em 1em;
    color: #fff;
    background: #8b8b8b;
    position: relative;
}

#sidebar .label a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    position: absolute;
    right: 1em;
}

#sidebar ul {
    margin: 0 auto;
}

#sidebar ul li a {
    display: flex;
    align-items: center;
    padding: 0.8em 0;
    border-bottom: 1px solid #ddd;
}

#sidebar ul li a::before {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin: 0 0.5em 0 1em;
    border-top: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    content: '';
}

#sidebar ul.children {
    margin: 0 auto;
}

#sidebar ul.children li a::before {
    margin: 0 0.5em 0 2em;
}

/* サイドバーアコーディオン */
#sidebar .sidebar-accordion .accordion-item {
    margin-bottom: 0;
}

#sidebar .sidebar-accordion .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1em;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
}

#sidebar .sidebar-accordion .accordion-header:hover {
    background: #f5f5f5;
}

#sidebar .sidebar-accordion .accordion-header a,
#sidebar .sidebar-accordion .accordion-header span {
    flex: 1;
    color: #333;
    text-decoration: none;
}

/* 子カテゴリーなし：矢印なし、カーソルもポインタではなくデフォルト */
#sidebar .sidebar-accordion .accordion-header:not(.has-children) {
    cursor: default;
}

/* 子カテゴリーあり：+/- アイコン */
#sidebar .sidebar-accordion .accordion-header.has-children .toggle-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
}

#sidebar .sidebar-accordion .accordion-header.has-children .toggle-icon::before,
#sidebar .sidebar-accordion .accordion-header.has-children .toggle-icon::after {
    content: '';
    position: absolute;
    background: #8b8b8b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 横線（-） */
#sidebar .sidebar-accordion .accordion-header.has-children .toggle-icon::before {
    width: 12px;
    height: 2px;
}

/* 縦線（+の時のみ） */
#sidebar .sidebar-accordion .accordion-header.has-children .toggle-icon::after {
    width: 2px;
    height: 12px;
    transition: opacity 0.3s;
}

/* 開いた時は縦線非表示（-になる） */
#sidebar .sidebar-accordion .accordion-header.has-children.active .toggle-icon::after {
    opacity: 0;
}

#sidebar .sidebar-accordion .accordion-content {
    display: none;
    padding-left: 1em;
    background: #fafafa;
}

#sidebar .sidebar-accordion .accordion-content.open {
    display: block;
}

#sidebar .sidebar-accordion .accordion-content ul {
    margin: 0;
}

#sidebar .sidebar-accordion .accordion-content ul li a {
    padding: 0.6em 0;
    font-size: 0.9em;
}

#sidebar .sidebar-accordion .accordion-content ul li a::before {
    margin: 0 0.5em 0 0.5em;
}

/* Download用シンプルリスト */
#sidebar .sidebar-list {
    padding: 0;
}

#sidebar .sidebar-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidebar .sidebar-list ul li {
    border-bottom: 1px solid #ddd;
}

#sidebar .sidebar-list ul li a {
    display: block;
    padding: 0.8em 1em 0.8em 1.5em;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

/* Download用リストは左側の矢印を非表示 */
#sidebar .sidebar-list ul li a::before {
    display: none;
}

#sidebar .sidebar-list ul li a:hover {
    background: #f5f5f5;
}


/*---------------------------------------------------------------
　トップページ
---------------------------------------------------------------*/
.mv {display: block;}
.mv-sp {display: none;}

.mv-box {
    position: relative;
}

.mv-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 150;
    color: #fff;
    text-align: center;
}

.mv-txt h2 {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif!important;
    font-size: 3.4em;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin: 0 auto 0.3em;
}

.mv-txt p {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif!important;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 5px;
    margin: 0 auto;
}


/* slick */

.slick-initialized .slick-slide {
    margin: 0 0.5em;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-prev {
    left: 30px!important;
}

.slick-next {
    right: 30px!important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 36px!important;
    opacity: 0.9!important;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0.3em;
}

.slick-prev,
.slick-next {
    width: 50px;
    height: 30px;
    z-index: 100;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    list-style: none !important;
}

.dots-wrap li {
    width: 8px;
    height: 8px;
    margin: 1em 0.5em;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #333;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.top-message {
    text-align: center;
    padding: 3em 0 5em;
    margin: 0 auto;
}

#top .contents-box .side,
#top .contents-box .main-contents {
    border-top: 1px solid #333;
    box-sizing: border-box;
}

#top .contents-box .side {
    width: 20%;
    padding: 1em 0 0;
}

#top .contents-box .main-contents {
    width: 77%;
    padding: 3em 2em 0;
}

.top-contents {
    margin: 0 auto 10em;
}

.top-contents h2 {
    text-align: center;
    letter-spacing: 1.1px;
    margin: 0 auto 0.5em;
}


/*　お知らせ　*/

.top-news-txt {
    margin: 0 auto 3em;
}

.top-news-list a {
    padding: 0.5em 0;
}

.top-news-list a p.date {
    margin: 0;
    padding: 0.3em 0 0;
    line-height: 1.5;
    color: #797e7e;
}

.top-news-list a p.news-ttl {
    font-size: 1rem;
    padding: 0 0 0.5em;
    border-bottom: 1px solid #c2c2c2;
}

.top-product-ttl {
    margin: 0 auto 3em;
}

.top-product-ttl p {
    text-align: center;
}


/*　おすすめ　*/

.top-product-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 3em;
}

.top-product-box:after {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}

.top-product-box .product-article-item {
    width: 23.888%;
}

.top-product-box .product-article-item {
    width: 23.888%;
}

.top-product-box .product-article-item .txt-wrap {
    padding: 0 0.5em;
}

.top-product-box .product-article-item .txt-wrap ul li {
    font-size: 0.8125rem;
    line-height: 1.6;
}

.top-product-box.product-article-item .txt-wrap ul li.price {
    font-size: 1rem;
}

.top-product-box .product-article-item .txt-wrap ul li span {
    font-size: 0.75rem;
}


/*　Product　*/

.top-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-product-list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}

.top-product-list li {
    width: 32%;
    margin: 0 0 1.5em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.top-product-list .product-img {
    margin: 0 auto 1em;
}

.top-product-txt {
    padding: 0 1.5em 1em;
}

.top-product-txt .product-name {
    text-align: center;
    margin: 0 auto 0.5em;
}

.top-product-txt .product-name img {
    width: 90%;
}


/*---------------------------------------------------------------
　商品一覧
---------------------------------------------------------------*/

#product .article-list h2 {
    text-align: center;
}

#product .product-list-box h2 {
    text-align: center;
}

#product .recommend-box {
    border-bottom: 1px solid #333;
    padding: 0 0 3em;
    margin: 0 auto 5em;
}

#product .product-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 1em;
}

#product .product-article-list::after {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}

#product .article-list-box {
    display: flex;
    gap: 3em 1rem;
}

#product .article-list-box:after,
#product .article-list-box:before {
    content: "";
    display: block;
    width: calc(100% / 4 - 1em);
    height: 0;
}

#product .article-list-box:before {
    order: 1;
}

#product .article-list-box .product-article-item {
    width: calc(100% / 4 - 1em);
}

#product .product-article-list .product-article-item {
    width: 23.888%;
}

#product .product-article-item .txt-wrap {
    padding: 0 0.5em;
}

#product .product-article-item .txt-wrap ul li {
    font-size: 0.8125rem;
    line-height: 1.6;
}

#product .product-article-item .txt-wrap ul li.price {
    font-size: 1rem;
}

#product .product-article-item .txt-wrap ul li span {
    font-size: 0.75rem;
}

#product .product-box {
    margin: 0 auto 8em;
}

#product .product-list-box_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    gap: 1em;
}

#product .product-article-item {
    width: 23.888%;
    margin: 0 0 3em;
}

#product .product-article-item .img-wrap {
    margin: 0 auto;
    height: 260px;
    text-align: center;
    margin-bottom: 0.5em;
}

#product .product-article-item .img-wrap img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#product .product-article-item h2 {
    font-size: 1.25rem;
    margin: 0 auto 0.5em;
}

#product .product-article-item p.size,
#product .product-article-item p.price {
    margin: 0 auto;
    line-height: 1.8;
}

#product .product-article-item p.price span {
    font-size: 0.75rem;
}

#product .child h3 {
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 auto 0.8em;
    border-left: 3px solid #333;
    padding-left: 0.5em;
}


/*---------------------------------------------------------------
　商品カテゴリー（Designer）
---------------------------------------------------------------*/

#product .artist-list {
    margin: 0 auto 3em;
}

#product .artist-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#product .artist-box .artist-txt {}

#product .artist-box .artist-txt h2 {
    font-size: 2rem;
}

#product .artist-box .artist-txt h2 span {
    font-size: 1rem;
}

#product .artist-box .artist-txt h3 {
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0 auto 0.5em;
}

#product .artist-box .artist-img {}


/*---------------------------------------------------------------
　商品詳細
---------------------------------------------------------------*/

#product .product-box {}

#product .item-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#product .item-img {
    width: 50%;
}

/* メイン画像コンテナ - 統一サイズ */
#product .slider-container {
    width: 100%;
}

#product .slider .slick-img,
#product .slider > .slick-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product .slider .slick-img img,
#product .slider > .slick-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product .thumbnail {
    margin-top: 2em;
}

/* サムネイル画像 - 統一サイズ */
#product .thumbnail .thumbnail-img {
    width: 80px !important;
    height: 80px;
    background-color: #f5f5f5;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s;
    margin-right: 10px;
}

#product .thumbnail .thumbnail-img:hover,
#product .thumbnail .slick-current .thumbnail-img {
    opacity: 1;
}

#product .thumbnail .thumbnail-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#product .thumbnail .slick-track {
    margin: 0;
    display: flex;
    align-items: center;
}

#product .thumbnail .slick-slide {
    width: auto !important;
}

#product .item-txt {
    width: 45%;
}

#product .item-txt p.brand {
    color: #797e7e;
    margin: 0 auto 1em;
}

#product .item-txt p.artist {
    margin: 0 auto;
    line-height: 1.6;
}

#product .item-txt h2 {
    margin: 0 auto;
}

#product .item-txt p.product_name {
    margin: 0 auto 1.5em;
    line-height: 1.6;
}

#product .item-txt p.price {
    font-size: 2rem;
}

#product .item-txt p.price span.price-txt {
    font-size: 0.875rem;
}

#product .item-txt p.price span.tax {
    font-size: 0.75rem;
}

/* 価格と補足のラッパー */
#product .item-txt .price-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5em 1em;
    margin-bottom: 1em;
}

#product .item-txt .price-wrap p.price {
    margin-bottom: 0;
}

#product .item-txt .price-wrap p.price-note {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
}

#product .item-txt p.price-note {
    font-size: 0.875rem;
    color: #666;
    margin-top: -0.5em;
    margin-bottom: 1em;
}

#product .item-type-box {
    display: flex;
    flex-wrap: wrap;
}

#product .item-type {
    /*font-size: 0.75rem;*/
    padding: 0.3em 1em;
    margin: 0 1em 0.5em 0;
    border: 1px solid #333;
}

#product .item-comment {
    border-top: 1px solid #333;
    padding: 1em 0 0;
}

#product .item-detail {
    margin: 0 auto 5em;
}

#product .item-detail h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 auto 0.8em;
    border-left: 3px solid #333;
    padding-left: 0.5em;
}


/*---------------------------------------------------------------
　Download
---------------------------------------------------------------*/

#download .download-list-box h2 {
    text-align: center;
    margin: 0 auto 0.5em;
}

#download .download-list-box p {
    text-align: center;
    margin: 0 auto 2em;
}

#download .note {
    width: 100%;
    max-width: 620px;
    margin: 0 auto 3em;
    padding: 2em 3em;
    border: 1px solid #333;
}

#download .note ul {
    list-style: disc;
    margin-left: 1em;
}







#download .download-box {
    margin: 0 auto 8em;
}

/*#download .download-article-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0 auto 3em;
}

#download .download-article-list::after {
    content: "";
    display: block;
    width: 18%;
    height: 0;
}*/


/*　カテゴリー一覧　*/
#download-category h2 {
    border-left: 3px solid #333;
    padding-left: 0.5em;
}
#download-category .download-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 3em;
}

#download-category .download-list-item .download-item-img {
    width: 28%;
    line-height: 0;
}
#download-category .download-list-item .download-item-img img {
    width: 100%;
}
#download-category .download-list-item .download-item-txt {
    width: 68%;
}

#download-category .download-item-txt h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 auto 0.5em;
}
#download-category .download-item-txt ul {
    margin: 0 auto 3em;
}
#download-category .dl-btn a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em 3em;
    width: auto;
    max-width: 260px;
    transition: 0.3s;
    font-size: 1rem;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #333;
}
#download-category .dl-btn a::after {
    display: inline-block;
    position: relative;
    content: url(/wp-content/themes/raffinart/img/download.svg);
    width: 35px;
    height: 35px;
    top: 0;
}


/*　Catalogue */
#download-category .download-list-item .catalogue-img {
    width: 25%;
    line-height: 0;
    padding-right: 1em;
}
#download-category .download-list-item .catalogue-img img {
    width: 100%;
}
#download-category .download-list-item .catalogue-detail {
    width: 30%;
}

#download-category .catalogue-detail h3 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0 auto 0.5em;
}
#download-category .catalogue-detail ul {
    margin: 0 auto 10em;
}

#download-category .download-list-item .catalogue-txt {
    width: 40%;
}

















/*　Download一覧　*/
#download .download-list h2 {
    font-size: 1.5rem;
    margin: 0 auto 0.5em;
}

#download .download-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 5em;
}
#download .download-list-item .download-item-img {
    width: 28%;
}

#download .download-list-item .download-item-txt {
    width: 68%;
}
#download .download-item-txt .txt-wrap {
    margin: 0 auto 3em;
}

#download .download-item-txt .txt-wrap ul {
    margin: 0 auto 1em;
}

#download .download-list-item .download-item-txt ul li {
  
}


#download .download-list-item .download-item-txt p {
    font-size: 0.875rem;
    line-height: 1.8;
}

/* ダウンロードアイテム（個別ページ用）- 既存のスタイルを使用 */








#download .download-list-item .download-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}




#download .download-link .download-link-box {
    width: 48%;
    margin: 0 0 1em;
}

#download .download-link-box .download-link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 1em;
}


#download .download-link .download-link-box h3 {
    width: 38%;
    font-weight: 500;
}

#download .download-link .download-link-box .link-btn {
    width: 60%;
}


#download .link-btn {
    width: 50%
}
#download .link-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 200px;
    text-align: center;
    padding: 0.5em 1em;
    border: 1px solid #333;
    border-radius: 45px;
    color: #333;
    background: #fff;
    font-size: 0.875rem;
    letter-spacing: 1.1px;
}

#download .link-btn a::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 1em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: '';
}









/*---------------------------------------------------------------
　Download詳細
---------------------------------------------------------------*/

#download .download-box .item-main {
    display: flex;
    flex-wrap: wrap;
}

#download .download-box .item-main .item-img {
    width: 100%;
    flex: 1;
}

#download .download-box .item-main .item-txt {
    width: 100%;
    flex: 2;
    padding-left: 3em;
}


#download .dl-btn a {
    color: #fff;
    background: #333;
    padding: 1.5em 3em;
    border-radius: 35px;
}


#download .dl-btn a::before {
    display: inline-block;
    position: relative;
    content: url(/wp-content/themes/raffinart/img/download.svg);
    width: 40px;
    height: 40px;
    top: 15px;
    right: 8px;
}



















/*---------------------------------------------------------------
　COMPANY（About us）
---------------------------------------------------------------*/

#company {}

#company h2 span {
    padding-left: 0.8em;
}

#company table th,
#company table td {
    border-left: none;
    border-right: none;
    padding: 1em 0;
    background: #fff;
}

#company table th {
    width: 20%;
    text-align: left;
    background: #fff;
}


/*---------------------------------------------------------------
　お問い合わせ
---------------------------------------------------------------*/

input[type="text"],
input[type="tel"],
input[type="email"] {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Noto Sans JP, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    font-weight: normal;
    padding: 0.8em 1em;
    border: 1px solid #ddd;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}
input[type="radio"] {
    accent-color: #aa2b2b;
    transform: scale(1.5);
    margin: 0 5px 3px 3px;
}
input[type="checkbox"] {
    margin: 3px 5px 3px 3px;
}

input[type="button"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    font-weight: 400;
    width: 300px;
    padding: 0.8em 2em;
    border: 1px solid #333;
    background: #fff;
    cursor: pointer;
}

input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    font-weight: 400;
    width: 300px;
    padding: 0.8em 2em;
    border: 1px solid #333;
    background: #fff;
    cursor: pointer;
}

span.wpcf7-spinner {
    display: none;
}

textarea {
    font-size: 0.9375rem;
    line-height: 1.6;
    resize: vertical;
    width: 100%;
    height: auto;
    min-height: 230px;
    padding: 1em;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Noto Sans JP, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #999;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Noto Sans JP, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #999;
}

::placeholder {
    /* Others */
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Noto Sans JP, "Hiragino Sans", Meiryo, sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #999;
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-list-item-label {}
.wpcf7-not-valid-tip {color: #aa2b2b!important;}
#contact {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding: 3em 0;
}

#contact .contact-box h2 {
    text-align: center;
}

#contact .contact-box p.contact-txt {
    text-align: center;
    margin: 0 auto 3em;
}

#contact .contact-box table {
    margin: 0 auto;
}

#contact .contact-box table th,
#contact .contact-box table td {
    vertical-align: top;
    border: none;
}









#contact .contact-box table th {
    width: 25%;
    text-align: left;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

#contact .contact-box table td {
    padding-left: 0;
    padding-right: 0;
}

#contact .contact-box table td span.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


#contact .contact-box table th span.must,
#contact .contact-box table th span.may {
    color: #fff;
    font-size: 0.75rem;
    padding: 0.3em 0.5em;
    margin-right: 0.8em;
}

#contact .contact-box table th span.must {
    background: #aa2b2b;
}

#contact .contact-box table th span.may {
    background: #ccc;
}









#contact .privacy {
    width: 100%;
    margin: 0 auto 1em;
}

#contact .privacy-txt {
    height: 100%;
    max-height: 100px;
    overflow: scroll;
    padding: 1em 2em 3em;
    border: 1px solid #ddd;
    margin: 0 auto;
    font-size: 0.875rem;
}

#contact .privacy-txt .btn {
    margin: 2em auto;
}

#contact .acceptance {
    text-align: center;
    margin: 3em auto 0;
}

#contact .button-wrapper {
    text-align: center;
    margin: 3em auto 0;
}

#contact .submit-wrapper {
    text-align: center;
}

#contact .submit {
    display: inline-block;
    position: relative;
}

.btn-contact {
    text-align: center;
    margin: 0 auto;
}

.btn-contact a {
    display: inline-block;
    width: 100%;
    max-width: 230px;
    text-align: center;
    padding: 0.8em 2em;
    border: 1px solid #333;
}




















/*---------------------------------------------------------------
　個人情報保護方針
---------------------------------------------------------------*/

#privacy .privacy-box {
    margin: 0 auto 2em;
}

#privacy .privacy-box h3 {
    font-size: 1rem;
}

.aioseo-html-page-sitemap h4 {
    display: none!important;
}


/*---------------------------------------------------------------
　mini-PC
---------------------------------------------------------------*/

@media(max-width: 1280px) {
    
    .header-banner {
        text-align: right;
        padding-left: 0;
    }
    .header-banner img {width: 80%;}
    
    
    /*--------------　共通　--------------*/
    .contents {
        max-width: 1200px;
    }
    
    
    #product .product-article-list .product-article-item,
    #product .article-list-box .product-article-item {
        width: 22.888%;
        margin: 0 0 2em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

@media(max-width: 1024px) {
    /*--------------　共通　--------------*/
    body,p {font-size: 0.875rem;}
    
    .contents {
        max-width: 980px;
    }
    
    .top-contents h2 {
        font-size: 1.5rem;
    }
    .top-contents {
        margin: 0 auto 5em;
    }
    .top-product-box .product-article-item .txt-wrap h2 {
        font-size: 1.25rem;
    }
    .top-product-list .top-product-txt p {
        font-size: 0.875rem;
        line-height: 1.8;
    }
    #footer .footer-nav-wrap {
        padding: 2em 1.5em 3em;
    }
    
    #product .product-article-list .product-article-item,
    #product .article-list-box .product-article-item {
        margin: 0 0 1em;
    }
    
    #product .artist-box .artist-txt h2 {
        font-size: 1.75rem;
        margin: 0 auto;
    }
    #product .artist-box .artist-txt h3 {
        font-size: 1rem;
    }
    #product .article-list-box {
        gap: 0 1rem;
    }
    #download .download-list-item .download-item-img {
        width: 25%;
    }
    #download .download-list-item .download-item-txt {
        width: 72%;
    }
    #download .download-link .download-link-box {
        width: 48.888%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


/*---------------------------------------------------------------
　Tab
---------------------------------------------------------------*/

@media(max-width: 820px) {
    .navbutton {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 1.5rem;
        display: block;
        cursor: pointer;
        transform: translateY(-50%);
        border: 0;
        background-color: transparent;
    }
    .navbutton:focus {
        outline: 0;
    }
    .navbutton::after {
        font-family: "Material Symbols Outlined";
        font-size: 2.5rem;
        content: "\e5d2";
        color: #000;
    }
    .menu-active .navbutton::after {
        content: "\e5cd";
        color: #fff;
    }
    .header-nav-wrap {
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        background-color: rgb(50 50 50 / 80%);
    }
    .header-nav {
        padding: 6rem 0;
    }
    .header-nav li a {
        font-weight: 400;
        padding: 1.5rem;
        text-align: center;
        color: #fff;
    }
    /*-------------------　共通　-------------------*/
    /*-------------------　トップページ　-------------------*/
    .mv {
        display: none;
    }
    .mv-sp {
        display: block;
    }
}


/*----------------------------------------------------------------------
　SP
----------------------------------------------------------------------*/

@media only screen and (max-width: 479px) {
    body {
        font-size: 0.875rem;
    }
    table {
        border-bottom: 1px solid #ddd
    }
    table th,
    table td {
        line-height: 1.7;
        padding: 1em;
        display: block;
    }
    table th {
        border-bottom: none;
    }
    table td {
        border-bottom: none;
    }
    p {
        font-size: 0.875rem;
    }
    .br-pc {display: none;}
    .br-sp {display: block;}
    /*.page-ttl-wrap {
        height: 120px;
    }
    .page-ttl-wrap img {
        width: auto;
        height: 120px;
    }*/
    .btn {
        margin-bottom: 3rem;
    }
    /*-------------------　header　-------------------*/
    .header-inner {
        padding: 1em 0 0.8em 1em!important;
    }
    .site-ttl a img {
        width: 60%;
    }
    .navbutton {
        right: 0.5rem;
    }
    
    .header-banner {
        text-align: center;
        padding-left: 0;
    }
    .header-banner img {width: 80%;}
    
    
    
    /*-------------------　footer　-------------------*/
    #footer .footer-nav-wrap {
        padding: 3em 1.5em;
        box-sizing: border-box;
    }
    #footer .footer-info {
        display: block;
    }
    #footer .footer-info .logo,
    #footer .footer-info .info-txt {width: 100%;}
    #footer .footer-info .logo img {width: 55%;}
    
    #footer .footer-inner ul.menu {
        display: block;
    }
    #footer .footer-nav ul li {
        margin: 0 0 0.5em 0.5em;
        border-bottom: none;
    }
    #footer .footer-banner img {width: 100%;}
    
    
    
    
    
    
    
    
    
    
    
    /*-------------------　パンくず　-------------------*/
    .breadcrumbs-wrap {
        width: auto;
        padding: 0 1em;
        box-sizing: border-box;
        font-size: 10px;
    }
    .breadcrumbs .separator {
        margin: 0 3px;
    }
    /*-------------------　トップページ　-------------------*/
    .mv {display: none;}
    .mv-sp {display: block;}
    .mv-txt h2 {
        font-size: 1.75rem;
    }
    .slick-prev,
    .slick-next {
        display: none!important;
    }
    .slick-next {
        width: 15px;
    }
    .slick-next:before {
        font-size: 20px !important;
    }
    .dots-wrap li {
        width: 5px;
        height: 5px;
        margin: 0.8em 0.3em;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    
    
    .top-message p {
        text-align: left;
    }
    
    
    
    
    
    
    .top-brand {
        margin: 0 auto 2em;
    }
    .top-brand-box {
        padding: 0 1.5em;
    }
    .top-brand ul {
        display: block;
    }
    .top-brand ul li {
        width: 100%;
        line-height: 0;
        margin: 0 auto 1em;
    }
    /*-------------------　NEWS　-------------------*/
    #news .article-item {margin-bottom: 0;}
    #news .article-item .txt-wrap-date {
        margin: 0;
    }
    #news .article-item .txt-wrap h2 {
        width: 100%;
        font-size: 0.875rem!important;
    }
    #news .article-list {
        padding: 0 1.5em;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .page-ttl-wrap .page-ttl .ttl-txt-wrap h2 {
        font-size: 1.5rem;
    }
    .article-list {
        padding: 2em 1.5em;
    }
    .article-list-box {
        display: block;
        padding: 0;
    }
    .article-item {
        width: 100%;
        margin: 0 auto 1.5em;
    }
    .article-item .txt-wrap-date {
        margin: 0 auto 0.3em;
    }
    .article-box {
        width: auto;
        margin: 0 auto;
        background: #fff;
        padding: 0 1.5em;
    }
    .article-box .article-head .txt-wrap h2 {
        font-size: 1.25rem!important;
        line-height: 1.6;
        border-bottom: 1px solid #333;
        padding: 0 0 0.5em;
    }
    .article-box .article-head .txt-wrap-date {
        margin: 0 auto 0.3em;
    }
    .article-box .article-head .txt-wrap-date span.article-date {
        padding-right: 0.3em;
    }
    .article-box .article-head .txt-wrap-date span.article-cat {
        padding-left: 0.5em;
    }
    .news-box {
        padding: 0;
    }
    .show h3 {
        font-size: 1.1rem;
    }
    .show table th,
    .show table td {
        vertical-align: middle;
    }
    .show table th {
        width: 28%;
    }
    .show .map {
        margin: 0.8em auto 0.5em;
    }
    /*-------------------　ページネーション　-------------------*/
    .pagination {
        margin: 3rem 0;
    }
    .pagination ul li a {
        padding: .5rem;
    }
    .article-box .nav-links a {
        padding: 0.3em 2em;
    }
    /*-------------------　パンくず　-------------------*/
    .breadcrumbs {
        padding: 0.5em 0 0.5em 1em
    }
    /*-------------------　共通　-------------------*/
    .contents-box {
        display: block;
    }
    .contents h2 {}
    /*-------------------　トップページ　-------------------*/
    .top-contents {
        margin: 0 auto 5em;
    }
    .top-message {
        padding: 0 1.5em;
    }
    .top-news-contents {
        display: block;
        padding: 2em 0 0;
    }
    .top-news-ttl h2 {
        text-align: center;
    }
    .top-news-list {
        margin: 0 auto 1em;
    }
    #top .contents-box .main-contents {
        width: 100%;
        padding: 1em 1.5em;
    }
    .top-product-box {
        margin: 0 auto 1em;
    }
    .top-product-box .product-article-item {
        width: 47.888%;
        margin: 0 0 1.5em;
    }
    .top-product-box .product-article-item .txt-wrap {
        /*text-align: center;*/
    }
    .top-product-box .product-article-item .txt-wrap h2 {
        text-align: left;
        font-size: 1.1rem;
        line-height: 1.1;
        margin: 0 auto 0.5em;
    }
    .top-product-box .product-article-item .txt-wrap ul li {
        line-height: 1.4;
    }
    .top-product-list {
        display: block;
    }
    .top-product-list li {
        width: 100%;
    }
    /*-------------------　side　-------------------*/
    #top .contents-box .side {
        display: none;
    }
    .contents-box .side {
        display: none;
    }
    /*-------------------　main　-------------------*/
    .contents-box .main-contents {
        width: 100%;
    }
    /*-------------------　product　-------------------*/
    #product .item-main {
        display: block;
        padding: 0 1.5em 3em;
    }
    .contents-ttl-wrap {
        display: block;
        padding: 2em 1.5em 0;
        margin: 0 auto;
    }
    #product .recommend-box {
        padding: 0 1.5em;
    }
    #product .product-article-list .product-article-item {
        width: 47.888%;
    }
    #product .product-article-item .img-wrap {
        height: 100%;
        max-height: 180px;
        margin-bottom: 0.1em;
    }
    #product .product-list-box_flex {
        padding: 0 1.5em;
    }
    #product .product-article-item {
        width: 47.888%;
        margin: 0 0 1.5em;
    }
    #product .product-article-item h2 {
        text-align: left;
    }
    #product .child {
        padding: 0 1.5em;
    }
    #product .child .product-list-box_flex {
        padding: 0;
    }
    #product .child h3 {
        font-size: 1.25rem;
    }
    #product .item-txt h2 {
        font-size: 1.5rem;
    }
    #product .item-txt p.product_name {
        margin: 0 auto 0.5em;
    }
    #product .item-txt p.price {
        font-size: 1.5rem;
        margin: 0 auto 0.5em;
    }
    #product .item-txt {
        width: 100%;
    }
    #product .item-detail {
        padding: 0 1.5em;
    }
    
    /*-------------------　download　-------------------*/
    #download .download-list-box_flex {
        display: block;
    }
    #download .download-article-item {
        width: 47.888%;
        text-align: center;
        margin: 0 auto 2em;
    }
    
    /*#download .download-box {
        padding: 0 1.5em;
    }*/
    
    #download .download-box .item-main {
        display: block;
    }
    #download .download-box .item-main .item-img img {
        width: 80%;
    }
    #download .download-box .item-main .item-txt {
        padding-left: 0;
    }
    
    
    /*-------------------　download new　-------------------*/
    #download .download-contents {
        padding: 0 1.5em;
    }
    #download .download-list-item {
        display: block;
        margin: 0 auto 2em;
        padding: 0 0 2em;
        border-bottom: 1px solid #ddd;
    }
    
    #download .download-list-item .download-item-img,
    #download .download-list-item .download-item-txt {
        width: 100%;
    }
    #download .download-list-item .download-item-img {
        margin: 0 auto 0.5em;
    }
    #download .download-list-item .download-item-img img {
        width: 60%;
    }
    #download .download-item-txt .txt-wrap {margin: 0 auto 2em;}
    #download .download-list h2 {
        font-size: 1.25rem;
    }
    #download .download-list-item .download-link {
        display: block;
    }
    #download .download-link .download-link-box {
        width: 100%;
        margin: 0;
    }
    #download-category .download-contents {
        padding: 0 1.5em;
    }
    #download-category .download-list-item {
        display: block;
        margin: 0 auto 2em;
        padding: 0 0 2em;
        border-bottom: 1px solid #ddd;
    }
    
    #download-category .download-list-item .catalogue-img,
    #download-category .download-list-item .catalogue-detail,
    #download-category .download-list-item .catalogue-txt,
    #download-category .download-list-item .download-item-txt {
        width: 100%;
        padding: 0;
    }
    #download-category .download-list-item .download-item-img,
    #download-category .download-list-item .catalogue-img {
        width: 100%;
        margin: 0 0 0.5em;
    }
    #download-category .download-list-item .catalogue-img img,
    #download-category .download-list-item .download-item-img img {
        width: 60%;
    }
    #download-category .catalogue-detail ul,
    #download-category .download-item-txt ul {
        margin: 0 auto 1em;
    }
    #download-category .download-list-item .catalogue-txt {
        padding-top: 2em;
    }
    #download-category h2 {font-size: 1.5rem;}
    
    
    
    
    
    
    #company {padding: 0 1.5em;}
    #company h2 {font-size: 1.25rem;}
    #company table {border: none;}
    #company table th,
    #company table td {
        display: block;
        width: 100%;
    }
    #company table th {
        border-top: none;
        border-bottom: none;
        padding-bottom: 0;
    }
    #company table td {
        border-top: none;
        border-bottom: 1px solid #ddd;
        padding-top: 0.5em;
    }
    
    .page-contents {
        padding: 2em 0;
    }
    
    
    
    
    
    
    
    
    #contact {
        padding: 0em 1.5em;
        box-sizing: border-box;
    }
    #contact h2 {font-size: 1.25rem;}
    #contact .contact-box table th,
    #contact .contact-box table td {
        display: block;
        width: 100%;
    }
    #contact .contact-box table th {
        padding-bottom: 0;
    }
    #contact .contact-box table td span.wpcf7-radio {
        display: block;
    }
    #contact .contact-box table td span.wpcf7-radio .wpcf7-list-item {
        width: 100%;
        margin: 0 auto 0.5em;
    }
    #contact .contact-box table {
        border-bottom: none;
    }
    #contact .acceptance {
        margin: 1em auto 5em;
    }
    input[type="submit"] {
        font-size: 0.875rem;
        padding: 1em 2em;
    }
    
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    textarea {
        font-size: 0.875rem;
    }
    
    ::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
    :-ms-input-placeholder {
        font-size: 0.875rem;
    }
    ::placeholder {
        font-size: 0.875rem;
    }


    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

.child+* {
    display: none;
}


/*スライダー　スマホ設定*/

@media only screen and (max-width: 479px) {
    #product .item-img {
        width: 100%;
    }
}


/*メガメニュー*/


/*ヘッダーの修正*/

#menu-header-nav {
    position: relative;
}

.header-inner {
    position: relative;
    padding: 1em 3em 1em 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
}

.site-ttl {
    margin: 0;
}

.megaMenu {
    background: rgb(51,51,51,0.8);
    /*background-color: #ffffffb9;*/
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    width: 100%;
    margin-top: 1.4rem;
    text-align: left;
    padding: 1em 3rem;
}

.megaMenu li {
    display: block;
    margin: 0;
}

.megaMenu li h2 {
    margin-bottom: 0.5rem;
}

.megaMenu li a.arrow {
    color: #fff;
}
.megaMenu li .arrow2 {
    border-top: 1px solid #000;
}

.megaMenu-list {
    padding-bottom: 30px;
    padding-top: 30px;
}

.megaMenu-item {
    display: inline-block;
}








/* メニューをhoverした時のスタイル */

.header-inner {
    z-index: 999;
}

#menu-item-210:hover .megaMenu,
#menu-item-567:hover .megaMenu {
    opacity: 1;
    visibility: visible;
}

.megaMenu li .arrow2 {
    border-top: none;
    display: none;
}

@media only screen and (max-width: 479px) {
    .header-nav li a {
        text-align: left;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0.5rem 2rem;
    }
    .menu-item {
        border-bottom: 1px solid #fff;
        margin: 0 2rem;
    }
    .megaMenu {
        background-color: #ffffff00;
        opacity: 1;
        position: relative;
        visibility: visible;
        width: auto;
        margin: 0;
        margin-top: 0;
        margin-bottom: 1rem;
        display: block;
        padding-left: 1rem;
    }
    .megaMenu li {
        width: auto;
    }
    .megaMenu li h2 {
        margin-bottom: 0;
    }
    .megaMenu li a {
        margin: 0;
        padding: 0!important;
        text-align: left;
        font-size: 1rem;
        font-weight: 400;
    }
    .flex_accordion,
    .accordion-header {
        display: flex;
    }
    .accordion-header {
        cursor: pointer;
        position: relative;
    }
    .accordion-header a {
        padding: 0!important;
    }
    .accordion-header span::before,
    .accordion-header span::after {
        position: absolute;
        content: '';
        top: -45px;
        right: 0.5rem;
        bottom: 0;
        width: 19px;
        height: 2px;
        margin: auto;
        background: #ffffff;
    }
    .accordion-header span::after {
        transform: rotate(-90deg);
        transition: transform 0.3s;
    }
    .accordion-header.active span::after {
        transform: rotate(0deg);
    }
    .accordion-content {
        display: none;
    }
    .header-nav li a {
        display: inline-block;
        margin: 0;
        padding: 0.5rem;
    }
    .header-nav {
        padding: 4rem 0;
    }
}

/* ============================================
   エディターコンテンツ（お知らせ等）
============================================ */
.editor-content {
    line-height: 1.8;
    margin-bottom: 2em;
}

.editor-content p {
    margin-bottom: 1em;
}

.editor-content img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* WordPress画像配置クラス */
.editor-content .alignleft {
    float: left;
    margin: 0 1.5em 1em 0;
}

.editor-content .alignright {
    float: right;
    margin: 0 0 1em 1.5em;
}

.editor-content .aligncenter {
    display: block;
    margin: 0 auto 1em;
}

.editor-content .alignnone {
    display: block;
    margin: 0 0 1em;
}

/* フロート解除 */
.editor-content::after {
    content: "";
    display: table;
    clear: both;
}

/* スマホ・タブレット時は画像100%表示 */
@media screen and (max-width: 768px) {
    .editor-content img {
        width: 100%;
    }
    
    .editor-content .alignleft,
    .editor-content .alignright {
        float: none;
        margin: 0 0 1em;
    }
}

/* ============================================
   グローバルメニュー サブメニュー
============================================ */

/* リンクのタップハイライト・フォーカスアウトライン無効化 */
a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
}

a:focus,
a:active,
a:focus-visible,
button:focus,
button:active,
button:focus-visible,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

*:focus {
    outline: none !important;
}

.header-nav .menu > .menu-item {
    position: relative;
}

.header-nav .menu > .menu-item > .sub-menu {
    background: rgb(51,51,51,0.9);
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .3s, visibility .3s;
    visibility: hidden;
    min-width: 220px;
    margin-top: 0;
    text-align: left;
    padding: 1em 0;
    z-index: 1000;
}

.header-nav .menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.header-nav .sub-menu .menu-item {
    display: block;
    margin: 0;
}

.header-nav .sub-menu .menu-item a {
    display: block;
    padding: 0.5em 1.5em;
    color: #fff;
    font-size: 0.9rem;
}

.header-nav .sub-menu .menu-item a:hover {
    background: rgba(255,255,255,0.1);
}

/* 3階層目 */
.header-nav .sub-menu .menu-item > .sub-menu {
    left: 100%;
    top: 0;
    position: absolute;
    background: rgb(51,51,51,0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    min-width: 200px;
}

.header-nav .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/* スマホ時のサブメニュー */
@media (max-width: 820px) {
    .header-nav .menu > .menu-item > .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        background: transparent;
        padding: 0;
        min-width: auto;
    }
    
    .header-nav .sub-menu .menu-item {
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    
    .header-nav .sub-menu .menu-item a {
        color: #333;
        padding: 0.8em 1em;
        font-size: 0.95rem;
        display: block;
    }
    
    /* 子カテゴリーなしの項目：アイコンなし */
    .header-nav .sub-menu .menu-item:not(.menu-item-has-children)::after {
        display: none;
    }
    
    /* 3階層目（子カテゴリー） */
    .header-nav .sub-menu .menu-item > .sub-menu {
        position: static;
        left: auto;
        opacity: 1;
        visibility: visible;
        padding-left: 1em;
        display: none;
        background: rgba(0,0,0,0.03);
    }
    
    .header-nav .sub-menu .menu-item.accordion-open > .sub-menu {
        display: block;
    }
    
    /* 3階層目のリンク */
    .header-nav .sub-menu .sub-menu .menu-item a {
        padding: 0.6em 1em;
        font-size: 0.9rem;
    }
    
    /* +/- トグルボタン（子カテゴリーありの項目のみ） */
    .header-nav .sub-menu > .menu-item-has-children > .sp-accordion-toggle {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
    }
    
    .header-nav .sub-menu > .menu-item-has-children > .sp-accordion-toggle::before,
    .header-nav .sub-menu > .menu-item-has-children > .sp-accordion-toggle::after {
        content: '';
        position: absolute;
        background: #666;
    }
    
    /* 横線（-） */
    .header-nav .sub-menu > .menu-item-has-children > .sp-accordion-toggle::before {
        width: 12px;
        height: 2px;
    }
    
    /* 縦線（+の時のみ） */
    .header-nav .sub-menu > .menu-item-has-children > .sp-accordion-toggle::after {
        width: 2px;
        height: 12px;
    }
    
    /* 開いた時は縦線非表示（-になる） */
    .header-nav .sub-menu > .menu-item-has-children.accordion-open > .sp-accordion-toggle::after {
        display: none;
    }
    
    /* Download配下：トグルなし、サブメニュー常に表示 */
    .header-nav .menu > .menu-item.no-accordion > .sub-menu .sp-accordion-toggle {
        display: none;
    }
    
    .header-nav .menu > .menu-item.no-accordion > .sub-menu .menu-item > .sub-menu {
        display: block;
    }
    
    /* Download子項目：矢印なし */
    .header-nav .menu > .menu-item.no-accordion > .sub-menu > .menu-item::after {
        display: none !important;
    }
}

/* ============================================
   サイトマップ
============================================ */
.sitemap-content {
    max-width: 900px;
    margin: 0 auto;
}

.sitemap-section {
    margin-bottom: 3em;
}

.sitemap-section h2 {
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 2px solid #333;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-list li {
    padding: 0.4em 0;
}

.sitemap-list li a {
    color: #333;
    text-decoration: none;
}

.sitemap-list li a:hover {
    text-decoration: underline;
}

.sitemap-list ul {
    list-style: none;
    padding-left: 1.5em;
    margin-top: 0.3em;
}

.sitemap-list ul li {
    padding: 0.3em 0;
}

.sitemap-list ul li::before {
    content: "└ ";
    color: #999;
}
