/* home */

.newsList>li+li {
    border-top: 1px solid #707070;
}

.newsList>li>a {
    display: flex;
    padding: 0.6em 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.newsList>li>div {
    display: flex;
    padding: 0.6em 0;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.newsList .date {
    width: 7em;
}

.newsList .title {
    width: calc(100% - 7em);
}


/*
.topBnrs>li+li {
    margin-top: 1rem;
}
*/

.topSceneList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.topSceneList>li,
.topSceneList>li>a {
    display: flex;
}

.topSceneList>li>a {
    width: 100%;
    position: relative;
    flex-direction: column;
    border: 1px solid #707070;
    font-weight: 700;
    border-radius: 0.5rem;
}

.topSceneList .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    line-height: 1.2;
    z-index: 5;
}

.topSceneList .thumb {
    position: relative;
    padding: 0 4% 4%;
    z-index: 1;
}

@media print,
screen and (min-width: 769px) {
    .topBnrs2col {
        display: grid;
        width: fit-content;
        column-gap: 0.5em;
        row-gap: 0.5em;
        grid-template-columns: repeat(2, auto);
    }
    
    .newsList a:hover {
        color: #9f7a12;
        background-color: rgba(0, 0, 0, 0.05);
    }
    .topSceneList {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }
    .topSceneList>li {
        width: 22.7%;
        margin-top: 2.3%;
    }
    .topSceneList a {
        transition: color 0.3s ease, border 0.3s ease;
        overflow: hidden;
    }
    .topSceneList a::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0.5rem;
        background-color: rgba(159, 122, 18, 0.2);
        z-index: 3;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .topSceneList a:hover {
        color: #9f7a12;
        border-color: #9f7a12;
    }
    .topSceneList a:hover::before {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .topSceneList>li {
        width: 48%;
        margin-top: 4%;
    }
}


/* products */

.productDetail .mainImg {
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
}

.productDetail .productMainSlider {
    overflow: hidden;
}

.productDetail .productMainSlider .imgModal {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
}

.productDetail .productMainSlider img {
    display: block;
}

.productDetail .productMainThumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px;
}

.productDetail .productMainThumb>li {
    width: calc(20% - 10px);
    margin: 10px 0 0 10px;
}

.productDetail .productMainThumb>li .thumbTarget {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 4px);
    overflow: hidden;
    border-radius: 0.5rem;
    cursor: pointer;
    border: 2px solid transparent;
}

.productDetail .productMainThumb>li .thumbTarget.active {
    border-color: #9f7a12;
}

.productDetail .productMainThumb>li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.productDetail .category {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1.125rem;
}

.productDetail .productName {
    margin-bottom: 2rem;
}

.productDetail .productName .name {
    padding-bottom: 0.5rem;
    line-height: 1.3;
}

.productDetail .productName .name>.text {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
    font-size: 65%;
    color: #fff;
    background-color: #333;
}

.productDetail .productName .name>.number {
    display: block;
}

.productDetail .productName .icons {
    display: flex;
    flex-wrap: wrap;
}

.productDetail .productName .icons li {
    width: 60px;
    margin: 10px 10px 0 0;
}

.productDetail .productName .icons .ico {
    display: block;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding-bottom: calc(100% - 2px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.productDetail .productName .icons .ico-ethical_crystal {
    background-image: url("../img/products/icons/ico_e_crystal.png");
}

.productDetail .productName .icons .ico-ethical_plating {
    background-image: url("../img/products/icons/ico_e_plating.png");
}

.productDetail .productName .icons .ico-ethical_resin {
    background-image: url("../img/products/icons/ico_e_resin.png");
}

.productDetail .productName .icons .ico-ethical_wood {
    background-image: url("../img/products/icons/ico_e_wood.png");
}

.productDetail .productName .icons .ico-ethical_gold {
    background-image: url("../img/products/icons/ico_e_gold.png");
}

.productDetail .productName .icons .ico-ethical_award {
    background-image: url("../img/products/icons/e_award.jpg");
    background-size: 75% auto;
}

.productDetail .productName .icons .ico-ekyuwards {
    background-image: url("../img/products/icons/ekyuwards.jpg");
    background-size: 75% auto;
}
.productDetail .productName .icons .ico-shichiten {
    background-image: url("../img/products/icons/rogo_sitihakki.png");
    background-size: 75% auto;
}

.productDetail .productName .ico-new_product {
    background-image: url("../img/products/icons/new_product.png");
    background-position-x: right;
    background-size: contain;
}

.productDetail .productName .linkEA {
    margin-top: 1em;
    font-size: 0.92rem;
}

.productDetail .productName .linkEA>a {
    text-decoration: underline;
}

.productDetail .productName .linkEA>a::before {
    content: ">";
}

.productDetail .productSpec {
    line-height: 2;
}

.productDetail .productSpec>* {
    padding-top: 1.25rem;
    border-top: 2px dotted #707070;
}

.productDetail .productSpec>*+* {
    margin-top: 1.25rem;
}

.productDetail .productSpec .specTitle {
    font-weight: 700;
}

.productDetail .productSpec .specNote {
    font-size: 0.875rem;
}

.productDetail .productSpec .specDetail .detailTitle {
    font-weight: 700;
    font-size: 1rem;
}

.productDetail .productSpec .specDetail .detailMessage {
    font-size: 0.92rem;
}

.productDetail .productSpec .specDetail>.linkBtn+* {
    margin-top: 1.5rem;
}

.productDetail .productSpec .specDetail>.linkBtn+.linkBtn {
    margin-top: 0;
}

.productTable {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-top: 1px solid #707070;
    font-size: 0.875rem;
    line-height: 1.5;
}

.productTable th,
.productTable td {
    padding: 0.6em 0.8em;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.productTable tr>th:first-child,
.productTable tr>td:first-child {
    border-left: none;
}

.productTable thead th {
    background-color: #f8f8f8;
}

.productTable .dice {
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.productTable .ico-dice_1 {
    background-image: url("../img/products/icons/ico_dice1.jpg");
}

.productTable .ico-dice_2 {
    background-image: url("../img/products/icons/ico_dice2.jpg");
}

.productTable .ico-dice_3 {
    background-image: url("../img/products/icons/ico_dice3.jpg");
}

.productTable .ico-dice_4 {
    background-image: url("../img/products/icons/ico_dice4.jpg");
}

.productTable .ico-dice_5 {
    background-image: url("../img/products/icons/ico_dice5.jpg");
}

.productTable .ico-dice_6 {
    background-image: url("../img/products/icons/ico_dice6.jpg");
}

.productBtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.5;
}

.productBtns>li,
.productBtns>li>a,
.productBtns>li>span {
    display: flex;
}

.productBtns>li>a,
.productBtns>li>span {
    position: relative;
    width: 100%;
    align-items: center;
    font-weight: 700;
    padding: 2px;
    border-radius: 0.6rem;
}

.productBtns>li>a::before,
.productBtns>li>span::before {
    content: "";
    display: block;
    width: 0;
    height: 3.75rem;
}

.productBtns .btn {
    color: #9f7a12;
    border: 2px solid #9f7a12;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.productBtns .btn .ico {
    background-color: #9f7a12;
}

.productBtns .disabled {
    color: #aaa;
    background-color: #ddd;
    border: 2px solid #ccc;
}

.productBtns .disabled .ico {
    background-color: #ccc;
    opacity: 0.8;
}

.productBtns .ico {
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 3.75rem;
    height: calc(100% - 4px);
    border-radius: 0.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    transition: background-color 0.3s ease;
}

.productBtns .catalog .ico {
    background-image: url("../img/common/ico_book_white.svg");
}

.productBtns .video .ico {
    background-image: url("../img/common/ico_movie_white.svg");
}

.productBtns .artwork .ico {
    background-image: url("../img/common/ico_dl_white.svg");
    background-size: 70% auto;
}

.productBtns .proposal .ico {
    background-image: url("../img/common/ico_pdf_white.svg");
}

.productBtns .text {
    padding: 0.25rem 0.5rem 0.25rem 4.5rem;
}

@media print,
screen and (min-width: 769px) {
    .productDetail {
        display: flex;
        justify-content: space-between;
        padding: 5rem 0 0;
    }
    .productDetail .productMainImg,
    .productDetail .productInfo {
        width: 48%;
    }
    .productDetail .productMainSlider .imgModal::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: url("../img/common/ico_zoom_white.svg") no-repeat 95% 95% rgba(0, 0, 0, 0.7);
        background-size: 10% auto;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .productDetail .productMainSlider .imgModal:hover::before {
        opacity: 1;
    }
    .productDetail .productMainThumb .thumbTarget:not(.active):hover img {
        opacity: 0.6;
    }
    .productDetail .productName .name {
        font-size: 2rem;
    }
    .productDetail .productName .icons a {
        transition: opacity 0.3s ease;
    }
    .productDetail .productName .icons a:hover {
        opacity: 0.7;
    }
    .productDetail .productName .linkEA a:hover {
        text-decoration: none;
    }
    .productDetail .productSpec .spec {
        display: flex;
    }
    .productDetail .productSpec .spec .specTitle {
        width: 5em;
    }
    .productDetail .productSpec .spec .specTitle+.specDetail {
        width: calc(100% - 5em);
        padding-left: 1em;
    }
    .productBtns>li {
        width: 49%;
        margin-bottom: 2%;
    }
    .productBtns .btn:hover {
        color: #dd8100;
        border-color: #dd8100;
        background-color: rgba(159, 122, 18, 0.1);
    }
    .productBtns .btn:hover .ico {
        background-color: #dd8100;
    }
}

@media print,
screen and (min-width: 1201px) {
    .productTable {
        font-size: 1rem;
    }
    .productBtns>li {
        width: 22.727%;
    }
}

@media screen and (max-width: 768px) {
    .productDetail {
        padding: 2rem 0 0;
    }
    .productDetail .productMainImg {
        margin-bottom: 2rem;
    }
    .productDetail .productName .name {
        font-size: 1.75rem;
    }
    .productTable {
        width: 200%;
        max-width: 750px;
    }
    .productBtns>li {
        width: 100%;
    }
    .productBtns>li+li {
        margin-top: 0.5rem;
    }
    .productBtns>li>a::before,
    .productBtns>li>span::before {
        height: 3rem;
    }
    .productBtns .ico {
        width: 3rem;
    }
    .productBtns .text {
        padding: 0.25rem 0.25rem 0.25rem 3.5rem;
        line-height: 1.2;
    }
}


/* echical video */

.EASubTitle {
    position: relative;
    margin-bottom: 0.5em;
    line-height: 1.4;
    color: #9f7a12;
}

.EASubTitle::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0.65em;
    width: 0.8em;
    height: 1px;
    margin-right: 0.25em;
    background-color: #9f7a12;
}

.EAVideoList .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em 1em;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
}

.EAVideoList+.linkBtn {
    padding-top: 2.5rem;
}

@media print,
screen and (min-width: 769px) {
    .EASubTitle {
        font-size: 1.25rem;
    }
    .EAVideoList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .EAVideoList>li {
        width: 48%;
    }
    .EAVideoList>li:nth-of-type(n+3) {
        margin-top: 4%;
    }
    .EAVideoList a:hover .title {
        opacity: 0.5;
    }
}

@media screen and (max-width: 768px) {
    .EAVideoList>li+li {
        margin-top: 1rem;
    }
    .EAVideoList .title {
        font-size: 0.92rem;
    }
}


/* processing */

.processingList .item {
    position: relative;
}

.processingList .item+.item {
    margin-top: 3rem;
}

.processingList .title {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #9f7a12;
    background-image: repeating-linear-gradient(-45deg, rgba(159, 122, 18, 0.25), rgba(159, 122, 18, 0.25) 1px, transparent 2px, transparent 3px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 0.5rem;
}

.processingVideos .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.processingVideos .item+.item {
    margin-top: 2rem;
}

.processingVideos .video {
    margin-bottom: auto;
}

@media print,
screen and (min-width: 769px) {
    .processingList .item {
        display: flex;
        justify-content: space-between;
    }
    .processingList .item::after {
        content: "";
        display: block;
        width: 40%;
        padding-bottom: 30%;
    }
    .processingList .inner {
        width: 56%;
    }
    .processingList .title {
        font-size: 1.65rem;
    }
    .processingList .thumb {
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        padding-bottom: 30%;
        overflow: hidden;
    }
    .processingList .thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .processingVideos .video {
        width: 42%;
    }
    .processingVideos .info {
        width: 54%;
    }
}

@media screen and (max-width: 768px) {
    .processingList .title {
        font-size: 1.35rem;
    }
    .processingList .thumb {
        position: relative;
        margin-bottom: 1rem;
        padding-bottom: 75%;
        overflow: hidden;
    }
    .processingList .thumb img {
        position: absolute;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .processingVideos .video,
    .processingVideos .info {
        width: 48%;
        font-size: 0.9rem;
    }
}


/* scene */

.sceneIndexList {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.sceneIndexList a {
    display: block;
    transition: color 0.3s ease;
}

.sceneIndexList .thumb {
    overflow: hidden;
    border-radius: 0.5rem;
}

.sceneIndexList .thumb img {
    transition: transform 0.5s ease;
}

.sceneIndexList .title {
    padding-top: 0.8em;
    font-size: 1.125rem;
    font-weight: 700;
}

.sceneDetailHeader {
    display: flex;
}

.sceneDetailHeader .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}

.sceneDetailHeader .text .baseText {
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

.sceneDetailHeader .en {
    display: block;
    color: #9f7a12;
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.sceneDetailHeader .title {
    margin-bottom: 0.8em;
    line-height: 1.2;
}

.sceneDetailHeader .bg {
    position: relative;
}

.sceneDetailHeader .bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sceneMainProduct {
    text-align: left;
}

.sceneMainProduct .title {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    line-height: 1.2;
}

.sceneMainProduct .title::before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background-color: #9f7a12;
}

.sceneMainProduct .title>span {
    display: inline-block;
    padding: 0.8em 1.2em 0.8em 0;
    color: #fff;
    background-color: #9f7a12;
}

.sceneMainProduct .thumb {
    overflow: hidden;
}

.sceneMainProduct .thumb img {
    display: block;
}

@media print,
screen and (min-width: 769px) {
    .sceneIndexList {
        margin-left: -3%;
    }
    .sceneIndexList>li {
        margin-left: 3%;
    }
    .sceneIndexList a:hover {
        color: #9f7a12;
    }
    .sceneIndexList a:hover .thumb img {
        transform: scale(1.08);
    }
    .sceneDetailHeader {
        margin-bottom: 5rem;
    }
    .sceneDetailHeader .bg {
        width: 30%;
        padding-bottom: 62.5%;
    }
    .sceneDetailHeader .text {
        width: 40%;
    }
}

@media print,
screen and (min-width: 769px) and (max-width: 1200px) {
    .sceneIndexList>li {
        width: 30.33%;
    }
    .sceneIndexList>li:nth-of-type(n+4) {
        margin-top: 6%;
    }
    .sceneMainProduct .main {
        width: 92%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
    .sceneMainProduct .thumb {
        margin: 2rem auto 0;
    }
    .sceneMainProduct .thumb img {
        margin-top: -12%;
        margin-bottom: -12%;
    }
    .sceneDetailHeader .en {
        font-size: 1rem;
        font-size: 1.40625vw;
    }
    .sceneDetailHeader .title {
        font-size: 2rem;
        font-size: 2.8125vw;
    }
}

@media print,
screen and (min-width: 1201px) {
    .sceneIndexList>li {
        width: 22%;
    }
    .sceneIndexList>li:nth-of-type(n+5) {
        margin-top: 3%;
    }
    .sceneMainProduct {
        display: flex;
        padding-left: 4%;
    }
    .sceneMainProduct .main {
        width: 48%;
        max-width: 550px;
        margin-left: auto;
    }
    .sceneMainProduct .main .inner {
        padding-right: 6.55%;
    }
    .sceneMainProduct .thumb {
        width: 52%;
    }
    .sceneDetailHeader .en {
        font-size: 1.125rem;
    }
    .sceneDetailHeader .title {
        font-size: 2.25rem;
    }
}

@media screen and (max-width: 768px) {
    .sceneIndexList {
        margin-left: -3%;
    }
    .sceneIndexList>li {
        width: 47%;
        margin-left: 3%;
    }
    .sceneIndexList>li:nth-of-type(n+3) {
        margin-top: 6%;
    }
    .sceneDetailHeader {
        margin-bottom: 3rem;
    }
    .sceneMainProduct .main {
        padding: 0 4%;
    }
    .sceneMainProduct .thumb {
        margin-top: 1.5rem;
    }
    .sceneMainProduct .thumb img {
        margin-top: -14%;
        margin-bottom: -14%;
    }
    .sceneMainProduct .title {
        font-size: 1.35rem;
        margin-bottom: 1em;
    }
    .sceneDetailHeader {
        margin-bottom: 4rem;
    }
    .sceneDetailHeader .bg {
        width: 28%;
        padding-bottom: 80%;
    }
    .sceneDetailHeader .text {
        width: 44%;
    }
    .sceneDetailHeader .en {
        font-size: 0.875rem;
    }
    .sceneDetailHeader .title {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .sceneIndexList .title {
        font-size: 0.875rem;
    }
    .sceneDetailHeader {
        display: block;
        background-color: rgba(159, 122, 18, 0.1);
    }
    .sceneDetailHeader .bg {
        width: 65%;
        padding-bottom: 100%;
    }
    .sceneDetailHeader .bg.bg-l {
        margin-bottom: -25%;
    }
    .sceneDetailHeader .bg.bg-r {
        margin-left: auto;
        margin-top: -25%;
    }
    .sceneDetailHeader .text {
        position: relative;
        width: 86%;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 10;
    }
}


/* how to webcatalog */

.howtoCatalogDetail .howtoTitle {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    color: #9f7a12;
    background-image: repeating-linear-gradient(-45deg, rgba(159, 122, 18, 0.25), rgba(159, 122, 18, 0.25) 1px, transparent 2px, transparent 3px);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 0.5rem;
}

.howtoCatalogDetail .dl-artwork {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ddd;
}

.howtoCatalogDetail .dl-artwork .title {
    font-size: 1.125rem;
    margin-bottom: 0.75em;
}

.howtoCatalogDetail .dl-artwork .title>span {
    display: inline-block;
    padding: 0.2em 0.75em;
    color: #fff;
    background-color: #9f7a12;
}

.howtoCatalogDetail .dl-artwork .img {
    width: 90%;
    max-width: 650px;
}

.howtoCatalogDetail .howtoList>li+li {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
}

.howtoCatalogDetail .howtoList .title {
    font-size: 1rem;
    margin-bottom: 0.25em;
}

.howtoCatalogDetail .howtoList .ico {
    background-color: #eee;
}

.howtoCatalogDetail .howtoList .largeIco .ico>span {
    display: block;
    max-width: 345px;
}

.howtoCatalogDetail .howtoList .largeIco .text {
    margin-top: 1rem;
}

.howtoCatalogDetail .howtoList .smallIco {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.howtoCatalogDetail .howtoList .smallIco .ico {
    width: 60px;
}

.howtoCatalogDetail .howtoList .smallIco .text {
    width: calc(94% - 60px);
}

@media print,
screen and (min-width: 769px) {
    .howtoCatalogDetail .howtoTitle {
        font-size: 1.65rem;
    }
    .howtoCatalogDetail .howtoList .mokuji {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .howtoCatalogDetail .howtoList .mokuji .ico {
        width: 124px;
    }
    .howtoCatalogDetail .howtoList .mokuji .text {
        width: calc(94% - 124px);
    }
}

@media screen and (max-width: 768px) {
    .howtoCatalogDetail .howtoTitle {
        font-size: 1.35rem;
    }
    .howtoCatalogDetail .howtoList .mokuji .ico>span {
        display: block;
        width: 124px;
    }
    .howtoCatalogDetail .howtoList .mokuji .text {
        margin-top: 1rem;
    }
}


/* search */

.searchQuery {
    font-weight: 700;
    background-color: #f2f2f2;
}

.searchQuery>*+* {
    margin-top: 0.5em;
}

.searchQuery .text,
.searchQuery li {
    color: #9f7a12;
}

.searchQuery .query {
    display: flex;
    justify-content: space-between;
}

.searchQuery .query>.ttl {
    position: relative;
    width: 6.5em;
}

.searchQuery .query>.ttl::after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
}

.searchQuery .query>ul {
    width: calc(100% - 7em);
    display: flex;
    flex-wrap: wrap;
}

.searchQuery .query>ul>li {
    margin-right: 0.5em;
}

.searchQuery .query>ul>li:not(:last-of-type)::after {
    content: ",";
}

.resultList {
    display: flex;
    flex-wrap: wrap;
}

.resultList .item,
.resultList .item>a {
    display: flex;
}

.resultList .item>a {
    position: relative;
    flex-direction: column;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 0.5rem;
    padding-bottom: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.resultList .thumb {
    overflow: hidden;
}

.resultList .thumb img {
    transition: transform 0.5s ease;
}

.resultList .text {
    padding: 0.75rem 0.75rem 1rem;
}

.resultList .number {
    display: inline-block;
    padding: 0.3em 0.5em;
    line-height: 1;
    border: 1px solid #9f7a12;
    color: #9f7a12;
    border-radius: 0.25rem;
    font-weight: 700;
    font-size: 0.875rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.resultList .number+.name {
    margin-top: 0.5em;
}

.resultList .name {
    font-weight: 700;
    transition: text-shadow 0.3s ease;
}

.resultList .price {
    font-weight: 700;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    transition: text-shadow 0.3s ease;
}

.resultList .linkBtn {
    margin-top: auto;
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.resultList .linkBtn .btn {
    display: block;
}

.resultList .dice {
    display: inline-block;
    margin-left: 0.3em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.resultList .ico-dice_1 {
    background-image: url("../img/products/icons/ico_dice1.jpg");
}

.resultList .ico-dice_2 {
    background-image: url("../img/products/icons/ico_dice2.jpg");
}

.resultList .ico-dice_3 {
    background-image: url("../img/products/icons/ico_dice3.jpg");
}

.resultList .ico-dice_4 {
    background-image: url("../img/products/icons/ico_dice4.jpg");
}

.resultList .ico-dice_5 {
    background-image: url("../img/products/icons/ico_dice5.jpg");
}

.resultList .ico-dice_6 {
    background-image: url("../img/products/icons/ico_dice6.jpg");
}

@media print,
screen and (min-width: 769px) {
    .searchQuery {
        padding: 1.5rem;
        margin-bottom: 0.5rem;
    }
    .resultList {
        margin-left: -3%;
    }
    .resultList .item {
        margin-left: 3%;
    }
    .resultList .item>a:hover {
        color: #fff;
        background-color: rgba(159, 122, 18, 0.6);
    }
    .resultList .item>a:hover .thumb img {
        transform: scale(1.08);
    }
    .resultList .item>a:hover .name,
    .resultList .item>a:hover .price {
        text-shadow: 1px 1px 1px #9f7a12;
    }
    .resultList .item>a:hover .linkBtn .btn {
        background-color: rgba(255, 255, 255, 0.95);
    }
}

@media print,
screen and (min-width: 769px) and (max-width: 1200px) {
    .resultList {
        justify-content: center;
    }
    .resultList .item {
        width: 47%;
    }
    .resultList .item:nth-of-type(n+3) {
        margin-top: 6%;
    }
}

@media print,
screen and (min-width: 1201px) {
    .resultList.item-3 .item {
        width: 30.33%;
    }
    .resultList.item-3 .item:nth-of-type(n+4) {
        margin-top: 3%;
    }
    .resultList.item-4 .item {
        width: 22%;
    }
    .resultList.item-4 .item:nth-of-type(n+5) {
        margin-top: 3%;
    }
}

@media screen and (max-width: 768px) {
    .searchQuery {
        font-size: 0.92rem;
        padding: 1rem;
        margin-bottom: 0.5rem;
    }
    .resultList {
        justify-content: center;
        margin-left: -2%;
    }
    .resultList .item {
        width: 48%;
        margin-left: 2%;
    }
    .resultList .item:nth-of-type(n+3) {
        margin-top: 4%;
    }
}

@media screen and (max-width: 480px) {
    .resultList {
        margin-left: 0;
    }
    .resultList .item {
        width: 100%;
        margin-left: 0;
    }
    .resultList .item+.item {
        margin-top: 1.5rem;
    }
}