@charset "UTF-8";
/* ---------------------------------------- file info */
/* filename:products.css */
/* creation date:2017年4月21日 */
/* last updated:2022年1月21日 */
.products_h2 {
    font-size: 140%;
    text-align: center;
}
.products_h3 {
    font-size: 120%;
    text-align: center;
}
.bg_white {
    background-color:#FFF;
    color:#000;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:40px;
}
.products_tit {
    font-size: 240%;
    text-align: center;
}
.products_tit_img img {
    max-width:100%;
    height:auto;
}
.text_indent5em {
    padding-left:5em;
    text-indent:-5em;
}
.text_indent4em {
    padding-left:4em;
    text-indent:-4em;
}
.products_image {
    max-width:100%;
    height:auto;
}
.link_btn_products {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding:7px 15px;
    font-size:90%;
}
.link_btn_products:hover {
    color:#F00;
}
.products_list {
    border-bottom:dotted 1px #666;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:10px;
    padding-left:10px;
}
.bk01 {
    background-color:#141414;
}
.products_h2 {
    font-size:110%;
}
.about_box {
    border-radius: 5px;
    border: dotted 1px #FFF;
    padding: 20px;
}
 .product_date_black {
    color:#000;
    width: 100%;
    margin-top: 0px;
}

.product_date_black th {
    border: dotted 1px #000;
    padding: 2px 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.65;
}
.product_date_black td {
    border: 1px dotted #000;
    padding: 2px 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.65;
}
.product_date_w {
    color:#FFF;
    width: 100%;
    margin-top: 0px;
}
.product_date_w th {
    border: dotted 1px #666;
    padding: 2px 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.65;
}
.product_date_w td {
    border: 1px dotted #666;
    padding: 2px 1em;
    text-align: left;
    vertical-align: middle;
    line-height: 1.65;
}
.list_name {
    border-top:dotted 1px #000;
    border-left:dotted 1px #000;
    border-right:dotted 1px #000;
    border-bottom:none;
}
.photo4:after {
    content: "";
    display:block;
    clear:both;
}
.photo4 img {
    max-width:100%;
    float:left;
    padding-left:5px;
    margin-top:10px;
}
.photo4 img:first-child {
    padding-left:0px;
}
.photo4 {
    margin-top:10px;
}
.product_inner {
    display:flex;
    flex-wrap: wrap;
}
.product_box {
    flex:1 1 130px;
    margin:5px;
}
.product_box img {
    max-width:100%;
    height:auto;
}

.product_inner {
    margin-top:20px;
}
.product_box2_inner:after {
    content: "";
    display:block;
    clear:both;
}
.product_box2 {
    width:25%;
float:left;}
.product_box2 img {max-width:100%;
height:auto;}
.products_image {
    max-width: 100%;
    height: auto;
}
.products_h2 {
    font-size:140%;
	text-align:center;
	color:#CC6600;
}
.text_link:hover {
    opacity:0.6;
}
.pdf_inner {
    margin-top:20px;
    border:solid 1px #DDD;
    padding:15px;
}
.pdf_inner:hover {
    background-color:#f8f7f7;
}
.pdf_inner:after {
    content: "";
    display:block;
    clear:both;
}
.pdf_img {
    width:70px;
    float:left;
}
.pdf_text {
    width:auto;
    float:none;
    margin-left:70px;
    padding-left:20px;
    color:#000;
}

.pdf_img2 {
    width:100px;
    float:left;
}
.pdf_text2 {
    width:auto;
    float:none;
    margin-left:100px;
    padding-left:20px;
    color:#000;
}

.product_imgbox:after {
    content: "";
    display:block;
    clear:both;
}
.product_imgbox {
    margin:10px auto;
    width:477px;
}
.products_thumbnail a:hover {
    opacity:0.6;
}

/* バナーダウンロードページ */
.sort {
    margin-bottom: 24px;
}
.bunner_list {
    display: flex;
    flex-wrap: wrap;
}
.download_bnr img {
    max-width: 100%;
    height: auto;
}
.download-box .download-count {
    display: none;
}
.download-box {
    width: 100% !important;
    border: none !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    margin: 1em auto;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), inset 0 1px 0 rgb(255 255 255 / 40%);
}
.download-button small {
    display: none !important;
}
.download-button {
    text-align: center;
    text-decoration: none!important;
    padding: .75em 1em;
    color: #fff;
    display: block;
    font-size: 12px!important;
    line-height: 1.5em;
    background-color: #333!important;
    background-image: -webkit-linear-gradient(#555,#333,#222)!important;
    background-image: -moz-linear-gradient(#555,#333,#222)!important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* text-shadow: none !important;
    box-shadow:  none !important; */
    border: 1px solid #666!important;
    cursor: pointer;
    margin-top: 16px !important;
}
.download-button:hover {
    opacity: 0.7;
}
.download-box .download-box-content {
    padding: 0!important;
}
.download-box img.wp-post-image {
    margin-bottom: 16px !important;
}
.download-box h1 {
    text-align: left;
}
.download_size {
    font-size: 12px;
}
.common-title {
    font-size: 160%;
    font-weight: 500;
}
.common-l-title {
    font-size: 180%;
    font-weight: 500;
}
/* 768px以上　PC表示 */
@media (min-width: 768px) {
	.products_thumbnail {
        width:200px;
        float:left;
    }
    .products_product {
        width:auto;
        float:none;
        margin-left:200px;
        padding-left:30px;
    }

	.products_list:after {
        content: "";
        clear:both;
        display:block;
    }
	.products_list_left{
        float:left;
        width:50%;
    }

	.products_summary{
        float:left;
        width:50%;
    }
	.center_text {
        text-align: center;
    }
    .products_clearfix:after {
        content: "";
        display:block;
        clear:both;
    }
	.products_first_img {
        width:30%;
        float:right;
        padding-left:10%;
        margin-top:30px;
    }
	.list_inner {
        width:60%;
    	float:right;
    }
    .center_text {
        text-align:center;
    }

    /* バナーダウンロードページ */
    .download_bnr {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 24px;
    }
    .download_bnr:nth-child(3n+3) {
        margin-right: 0;
    }
}


/* 767px以下　SP表示 */
@media (max-width: 767px) {
    .products_summary {
        margin-top:10px;
    }
    .products_product {
        margin-top:20px;
    }
    .link_btn_handmade {
        display:block;
        margin-right:1em;
        margin-left:1em;
    }
    .product_box2 {
        width:50%;
        float:left;
    }
    .product_box2:nth-child(odd) {
        padding-right:5px;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }
    .product_box2:nth-child(even) {
        padding-left:5px;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .bg_white {
        padding-left:20px;
        padding-right:20px;
    }

    .product_imgbox {
        margin:10px auto;
        width:252px;
    }
    .chunk1 {
        width:auto;
        height:120px;
    }
    .chunk2 {
        max-width:auto;
        height:120px;
    }
    /* バナーダウンロードページ */
    .download_bnr {
        width: 48%;
        margin-bottom: 24px;
    }
    .download_bnr:nth-child(odd) {
        margin-right: 4%;
    }
    .download-button {
        font-size: 3.2vw !important;
    }
    /*20210121追記*/
    .products_thumbnail {
        width: 100%;
    }
    .products_thumbnail img {
        max-width:100%;

    }
}

.pdf_inner_black:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.pdf_inner_black .pdf_text {
    color: #FFF;
}

.title_image img {
    max-width: 100%;
    height: auto;
}
.pulldown {
    height: 27px;
    line-height: 27px;
}
.pulldown select {
    padding: 4px 8px;
    width: 200px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #e5e5e5;
    border-radius: 2px;
    font-size: 15px;
}
.pulldown input {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    border: none;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    color: #fff;
    padding: 2px 12px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px;
}
.pulldown input:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.sort {
    display: flex;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.sort li  {
    width: 33.3%;
}
.sort li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.4);
}
.sort li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .3s;
}
.sort li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.download_bnr_title {
    font-size: 160%;
    margin-top: 32px;
    margin-bottom: 16px;
}
.download-button {
    padding: .75em 5px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
}
.gallery > * {
    width: 22%;
    margin-right: 4%;
}
.gallery > :nth-child(4n+4){
    margin-right: 0;
}
.gallery-item img {
    max-width: 100%;
    height: auto;
}
.fancybox-img {
    max-width: 100%;
}
.rl-gallery-container {
    margin-top: 20px;
}
