@charset "utf-8";
/* CSS Document */
/*共通　-----------------------------*/
#dcms_layoutPageBlock {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-optical-sizing: auto;
    color: #0d1d41;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    background-color: #fff;
    overflow: hidden;
}
#dcms_layoutPageBlock img {
    width: 100%;
    height: auto;
    max-width: 100%;
    aspect-ratio: auto;
}
#dcms_layoutPageBlock a {}
#dcms_layoutPageBlock h1, #dcms_layoutPageBlock h2, #dcms_layoutPageBlock h3 {
    margin: 0;
}
#dcms_layoutPageBlock ul {
    list-style: none;
}
.u-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
picture img {
    display: block;
    margin: 0 auto;
}
.poly-l-section {
    max-width: 1020px;
    width: calc(100% - 40px);
    margin-inline: auto;
    box-sizing: border-box;
    margin-bottom: 60px !important;
}
.poly-l-section_bg {
    background-color: #efefef;
    padding: 30px 0px;
}
/* 下余白なし */
.poly-l-section--mb0 {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
    .poly-l-section {
        margin-bottom: 80px;
    }
}
/*-----------------------------------

utility

------------------------------------*/
.u-sponly {
    display: none;
}
.f-color-grn {
    color: #00a887;
}
.u-hanging-indent {
    text-indent: -1em;
    margin-left: 1em;
}
@media only screen and (max-width: 960px) {
    .u-pconly {
        display: none;
    }
    .u-sponly {
        display: block;
    }
}
/*------------------------
h2
--------------------------*/
.area__title {
    
}
.area__title__text {
    font-size: 12px;
    margin-bottom: 30px;
}
/*------------------------

mv

--------------------------*/
#poly-mv {
  background-image: url("../image/poly-mv__bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px !important;
}
.poly-l-mv {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
    #poly-mv {
        margin-top: 60px !important;
    }
}
/*------------------------

メイン

--------------------------*/
.poly-product-search {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 30px;
    align-items: stretch;
}
/*------------------------
左側　選択メニュー
--------------------------*/
.poly-search-menu {
    position: sticky;
    top: 30px;
    padding: 10px;
    background-color: #c2c2c2;
}
.poly-search-item {
    margin-bottom: 20px;
}
.poly-search-title {
    font-weight: bold;
	font-size: 14px;
}
.poly-search-title span {
	display: block;
	font-size: 10px;
	opacity: 0.6;
	line-height: 1;
	margin-bottom: 10px !important;
}
.poly-search-item__text{
	font-size: 10px;
	margin-bottom: 10px;
}
.poly-search-menu select {
    width: 100%;
    height: 44px;
}

.poly-search-menu__all{
    grid-column: 1 / -1;
    width: 100%;
    cursor: pointer;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    text-align: center;
}
/* 選択中 */
.poly-search-menu__all.is-active {
    background: #011e41;
    color: #fff;
    border-color: #011e41;
}
@media (max-width:768px) {
.poly-search-menu__all{
        grid-column: 1 / -1; /* 3列分すべて使う */
    }
}
/*シリーズ
-----------------------------------------*/
.poly-search-series {
    margin: 0;
    padding: 0;
    list-style: none;
}
.poly-search-series li {
    width: 100%;
}
.poly-search-series button {
    align-items: center;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    line-height: 1.4;
    box-sizing: border-box;
    text-align: left;
    border-radius: 0 !important;
	border: none;
  background-color: #fff;
	margin-bottom: 1px;
}
.poly-search-series button:hover {
    background: #f7f7f7;
}
.poly-search-series button.is-active {
    background: #333;
    color: #fff;
    border-color: #333;
}
.poly-search-series button .pro {
    font-size: 10px;
    font-weight: 700;
    display: block;
}
.poly-search-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: stretch;
}
.poly-search-list--col2 {
    grid-template-columns: repeat(2, 1fr) !important;
}
.poly-search-list li {
    display: flex;
}

.poly-search-list button {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: none;
    border-radius: 8px;
    padding: 5px;
    appearance: none;
    font-size: 10px;
}
.poly-search-list button:hover {
    background: #f7f7f7;
}
.poly-search-list button.is-active {
    background: #121F41;
    color: #fff;
    border-color: #121F41;
}
.poly-search-list button img {
  width: 34px !important;
  object-fit: contain;
}
/*スマホ時だけの選択メニューボタン*/
.poly-filter-btn {
    display: none;
}
.poly-search-menu__actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.poly-search-menu__actions a {
    width: 100%;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px;
    color: #333;
    appearance: none;
    font-size: 10px;
    text-align: center;
}
.poly-search-menu__submit {
    display: none;
}
.poly-search-menu__close {
    display: none;
}
.poly-modal-bg {
    display: none;
}
@media (max-width:768px) {
    .poly-product-search {
        display: block;
    }
    .poly-filter-btn {
        display: block;
        width: 100%;
        padding: 10px;
        border-radius: 6px;
        background-color: #011e41;
        color: #fff;
        margin-bottom: 20px;
    }
    .poly-filter-btn.is-fixed {
    position: fixed;
    top: 65px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
    z-index: 1;
}
    .poly-search-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        height: 100vh;
        background: #fff;
        z-index: 100;
        transition: .3s;
        overflow: auto;
        padding-bottom: 70px;
    }
    .poly-search-menu.is-open {
        left: 0;
    }
    .poly-search-menu__actions {
        display: grid !important;
        grid-template-columns: 1fr 1fr 30px !important;
        gap: 10px;
        position: sticky;
        top: 0;
        z-index: 100;
        background-color: #fff;
        padding: 10px 0px;
    }
    .poly-search-menu__close {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: #000;
        color: #fff;
        padding: 0;
        margin: 0;
    }
    .poly-search-menu__submit {
        display: block;
    }
    .poly-modal-bg {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
    }
    .poly-modal-bg.is-open {
        display: block;
    }
	.poly-search-series button,
	.poly-search-list button {
	border: 1px solid #ccc;
}
}
/*------------------------
右側　絞り込み表示
--------------------------*/
.recommend-area {
    padding: 0 0px 60px;
}
.poly-product {
    padding-top: 30px;
}
.poly-product-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-height: 800px;
    overflow-y: auto;
	padding-right: 15px;
}

/*商品表示部分
------------------------------*/
/*検索条件表示*/
.search-result {
    margin-bottom: 20px;
}
.search-result__condition{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}
.search-result__count{
    margin-bottom: 5px;
}

/*絞り込み表示*/
.search-result__tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:8px;
    font-size: 12px;
}
.search-result__tag{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:6px 12px;
    border:1px solid #ccc;
    border-radius:999px;
    background:#f7f7f7;
    cursor:pointer;
    transition:.2s;
}
.search-result__tag:hover{
    background:#eee;
}
.search-result__tag-close{
    line-height:1;
}

/*区分タイトル*/
.poly-product-heading {
    grid-column: 1 / -1;
    margin: 40px 0 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #121F41;
}
.poly-product-heading:first-child {
    margin-top: 0;
}

/*商品*/
.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.product-card a {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.product-card a:hover {
    opacity: 0.7;
}
/*画像*/
.poly-product-image {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.poly-product-image__size {
    margin-right: auto;
}
.poly-product-image__size, .poly-product-image__id {
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border-radius: 3px;
}
.poly-product-image__size {
    background: #fff;
    border: 1px solid #6d5b8c;
    color: #6d5b8c;
}
.poly-product-image__id {
    color: #fff;
}
/*カテゴリごと色分け*/

.poly-search-series .pro020 button.is-active,
.poly-product-image__id.pro020{
    background:#49275d !important;
}
.poly-search-series .pro025 button.is-active,
.poly-product-image__id.pro025{
    background:#004438;
}
.poly-search-series .pro030 button.is-active,
.poly-product-image__id.pro030{
    background:#006580;
}
.poly-search-series .pro050 button.is-active,
.poly-product-image__id.pro050{
    background:#402020;
}
.poly-search-series .pro008 button.is-active,
.poly-product-image__id.pro008{
    background:#011e41;
}
/*青*/
.poly-search-series .pro-bl020 button.is-active,
.poly-product-image__id.pro-bl020{
    background:#000f9f;
}
/*吊り下げ*/
.poly-search-series .pro-hang020 button.is-active,
.poly-product-image__id.pro-hang020{
    background:#011e41;
}
.poly-search-series .pro-hang030 button.is-active,
.poly-product-image__id.pro-hang030{
    background:#004438;
}
.poly-search-series .pro-hang010 button.is-active,
.poly-product-image__id.pro-hang010{
    background:#402020;
}
.poly-product-image img {
    width: 100%;
    display: block;
    margin: 10px 0px;
}
/*詳細部分*/
.product-card__body {
    margin: 10px 0px;
    padding-bottom: 10px;
}
.poly-product-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.poly-product-info__item {
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: inline-block;
    font-size: 12px;
}
.product-item__button {
    width: 100%;
    background-color: #121F41;
    color: #fff;
    font-size: 12px;
    padding: 6px;
    border-radius: 5px;
    margin-top: auto;
}
/* 用途イメージ*/
.usage-area {
    padding: 30px 0px;
}
.usage-area__title__text {
    font-size: 12px;
    margin-bottom: 30px;
}
.usage-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-height: 700px;
    overflow-y: auto;
	padding-right: 15px;
}
.usage-list .poly-product-image img {
    margin: 0px !important;
}
.usage-card__body p {
    text-align: center;
}
@media (max-width:768px) {
    .poly-product-list, .usage-list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*------------------------

区分一覧

--------------------------*/
#poly-category {
    background-color: #efefef;
    padding: 60px 0px;
}
.poly-category__title {
    margin-bottom: 28px !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.poly-category__list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.poly-category__item {
    text-align: center;
}
.poly-category__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.poly-category__card {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}
.poly-category__image {
    margin-bottom: 12px;
}
.poly-category__image img {
    display: block;
    width: 100%;
    height: auto;
}
.poly-category__label {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 8px;
}
.poly-category__label span {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 3px;
    border-radius: 4px;
}
.poly-category__material {
    background: #f36b2b;
    color: #fff;
}
.poly-category__color {
    background: #efefef;
}
.poly-category__variation,
.poly-category__thickness,
.poly-category__number{
    border: 1px solid #eeeeee;
}
.poly-category__unit {
    margin-left: 4px;
}
.poly-category__text {
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
    display: none !important;
}
@media (max-width:1020px) {
    .poly-category__list {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:768px) {
    .poly-category__list {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*--------------------------------------

特長一覧

--------------------------------------*/
.feature-list__wrap {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
    background: #f7f7f7;
}
/* 各項目 */
.feature-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
/* 区切り線 */
.feature-item:not(:last-child) {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}
/* 画像 */
.feature-item__image {
   width: 80px;
    height: 80px;
    flex: 0 0 80px;   /* ←これがポイント */
    overflow: hidden;
    border: 2px solid #0e1f3c;
    border-radius: 8px;
    box-sizing: border-box;
    
}
.feature-item__image img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* テキスト */
.feature-item__title {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}
.feature-item__text {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}
/* スマホ時は縦並び */
@media screen and (max-width: 768px) {
    .feature-list__wrap {
        flex-direction: column;
        gap: 16px;
    }
    .feature-item {
        width: 100%;
    }
    .feature-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-right: 0;
        padding-bottom: 16px;
    }
}
/*-----------------------------------

バナー

------------------------------------*/
#poly-banner {
    text-align: center;
}
.poly-banner__title {
    font-size: 20px;
    margin-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.poly-banner__title::before {
  content: "＼";
  margin-right: 0.3em;
}

.poly-banner__title::after {
  content: "／";
	margin-left: 0.3em;}

.poly-banner__image {
    max-width: 600px !important;
    width: 100%;
}
/*--------------------------------------

よくある質問

---------------------------------------*/
.poly-faq__wrap {
    padding: 30px;
    border: 1px solid #666;
    border-radius: 10px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
}
.poly-faq__title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
}
.poly-faq__title span {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
	font-size: 12px;
	opacity: 0.6;
}
.poly-faq__list {
    border-top: 1px solid #ddd;
}
.poly-faq__item {
    border-bottom: 1px solid #ddd;
}
.poly-faq__question {
    position: relative;
    width: 100%;
    padding: 14px 60px 14px 10px;
    background: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 700;
}
.poly-faq__question::before, .poly-faq__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 14px;
    height: 2px;
    background: #333;
    transition: .3s;
}
.poly-faq__question::after {
    transform: translateY(-50%) rotate(90deg);
}
.poly-faq__question::before {
    transform: translateY(-50%);
}
.poly-faq__item.is-open .poly-faq__question::after {
    transform: translateY(-50%) rotate(0);
}
.poly-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: #fafafa;
}

.poly-faq__answer-inner {
    padding: 20px;
}

.poly-faq__answer p {
    margin: 0;
    line-height: 1.8;
}
.poly-faq__btn {
    margin-top: 40px;
    text-align: center;
}
.poly-faq__btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 60px;
    border: 2px solid #213a7b;
    border-radius: 999px;
    color: #213a7b;
    text-decoration: none;
    font-weight: 700;
    transition: .3s;
}
.poly-faq__btn a:hover {
    background: #213a7b;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .poly-faq__btn a {
        width: 100%;
    }
}
/*------------------------------------

SNS

--------------------------------------*/

.sns_btn {
    width: 1200px;
    margin: 0 auto;
padding-bottom: 100px;
}
.link_list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    list-style: none;
    margin-bottom: 0px;
}
.list02 li {
    width: 20%;
    font-size: 100%;
    text-align: center;
}
.list02 li a {
    padding: 10px 20px;
    border: 1px solid;
    margin: 0 10px;
    border-radius: 40px;
    display: block;
    line-height: 1.6;
}
.list02 li:nth-child(1) a {
    background-color: #000;
    color: #ffffff;
}
.list02 li:nth-child(2) a {
    background-color: #1877F2;
    color: #ffffff;
}
.list02 li:nth-child(3) a {
    background-color: #DC0000;
    color: #ffffff;
}
.list02 li:nth-child(4) a {
    background-color: #06C755;
    color: #ffffff;
}
@media only screen and (max-width: 896px){
.sns_btn {
    width: 94%;
	padding-bottom: 50px;
}
.list02 li {
    width: 50%;
}
.list02 li a {
    font-size: 12px;
    padding: 10px;
    margin: 10px 10px;
}
}