@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------
商品一覧
--------------------------------------------------------------------*/
#sub_main {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
    overflow: hidden;
}
#sub_main ul.item_list.breadcrumbs {
    position: relative;
    z-index: 1;
}
#sub_main .item_ttl01 {
    max-width: 1200px;
    width: 90%;
    text-align: left;
    padding: 2.5em 0 3em;
    margin: 0 auto;
    font-size: 56px;
    font-family: 'Cormorant Garamond', serif;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
#sub_main .item_ttl01 span {
    font-size: 38%;
    margin-left: 1em;
}
#sub_main img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

/*リング*/
#sub_main.ttl_ring {
    background: url("../img/item/category_img01.jpg") no-repeat center;
	background-size: cover;
}
/*ペンダント*/
#sub_main.ttl_pendant {
    background: url("../img/item/category_img02.jpg") no-repeat center;
	background-size: cover;
}
/*ピアス/イヤリング*/
#sub_main.ttl_earrings {
    background: url("../img/item/category_img03.jpg") no-repeat center;
	background-size: cover;
}
/*ブレスレット*/
#sub_main.ttl_bracelet {
    background: url("../img/item/category_img04.jpg") no-repeat center;
	background-size: cover;
}

/*その他*/
#sub_main.ttl_others {
    background: url("../img/item/category_img05.jpg") no-repeat center;
	background-size: cover;
}


/*検索*/
#item_search_block {
    margin: 100px auto;
    text-align: center;
}
#item_search_block .search-menu {
    max-width: 510px;
    margin: 0 auto;
}
#item_search_block .search-menu ul.search_list li {
    margin: 1.5em 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#item_search_block .search-menu ul.search_list li span {
    width: 4em;
    text-align: center;
    margin-right: 1em;
    font-size: 18px;
}
#item_search_block .search-menu ul.search_list li .selectmenu {
    width: 82%;
}
#item_search_block .search-menu ul.search_list li .selectmenu select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-size: 18px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/common/icon_select.png) no-repeat 96% center;
    background-size: auto 20%;
}
#item_search_block a.search_btn {
    background: #444444;
    color: #fff;
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 1.5em auto 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
#item_search_block a.search_btn::before {
    content: "";
    width: 1.25em;
    height: 1.25em;
    background: url(../img/common/search_btn.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin: 0 0.5em -0.25em 0;
}

/*検索結果*/
#item_search_outcome {
    max-width: 1522px;
    width: 90%;
    margin: 0 auto 1em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#item_search_outcome p:first-of-type {
    margin-right: 4em;
    font-size: 16px;
}

/*ページャー*/
.pager_wrap {
    text-align: center;
    margin: 40px auto 80px;
}
.pager_wrap ol.pager {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 1522px;
    width: 90%;
    margin: 0 auto;
}
.pager_wrap ol.pager li {
    text-align: center;
    margin: 0 0.25em;
}
.pager_wrap ol.pager li a {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    background: #fff;
    border: 1px solid #707070;
    display: block;
    color: #444444;
	transition: 0.3s;
}
.pager_wrap ol.pager li.visited a, 
.pager_wrap ol.pager li:hover a {
    opacity: 1;
	background: #707070;
    color: #fff;
}

.pager_wrap ol.pager li.prev_btn a,
.pager_wrap ol.pager li.next_btn a {
    border: none;
}


/*商品がない時*/
.item_all_none {
    margin: 50px 0 100px;
}
.item_all_none h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
#sub_main {
    margin-bottom: 3vw;
}
#sub_main .item_ttl01 {
    padding: 1em 0 2.5em;
    font-size: 6vw;
}
/*リング*/
#sub_main.ttl_ring {
    background: url("../img/item/category_img01_sp.jpg") no-repeat center;
	background-size: cover;
}
/*ペンダント*/
#sub_main.ttl_pendant {
    background: url("../img/item/category_img02_sp.jpg") no-repeat center;
	background-size: cover;
}
/*ピアス/イヤリング*/
#sub_main.ttl_earrings {
    background: url("../img/item/category_img03_sp.jpg") no-repeat center;
	background-size: cover;
}
/*ブレスレット*/
#sub_main.ttl_bracelet {
    background: url("../img/item/category_img04_sp.jpg") no-repeat center;
	background-size: cover;
}

/*その他*/
#sub_main.ttl_others {
    background: url("../img/item/category_img05_sp.jpg") no-repeat center;
	background-size: cover;
}
#item_search_block {
    margin: 8vw auto 10vw;
}
#item_search_block .search-menu {
    max-width: 90%;
}
#item_search_block .search-menu ul.search_list {
    width: 100%;
    margin: 0 auto;
}
#item_search_block .search-menu ul.search_list li {
    display: block;
}
#item_search_block .search-menu ul.search_list li span {
    width: 100%;
    font-size: 3.4vw;
    margin: 0 0 0.5em;
    display: block;
}
#item_search_block .search-menu ul.search_list li .selectmenu select {
    padding: 2.5vw 3vw;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    font-size: 3.4vw;
}
#item_search_block .search-menu ul.search_list li .selectmenu {
    width: 100%;
}
#item_search_block a.search_btn {
    max-width: 100%;
    font-size: 3.4vw;
    height: auto;
    line-height: 1;
    padding: 4.5vw 0;
    margin: 2.5em auto 4em;
}
#item_search_outcome {
    font-size: 2.6vw;
    justify-content: space-between;
}
	
/*ページャー*/
.pager_wrap ol.pager {
    justify-content: center;
}
/*商品がない時*/
.item_all_none h3 {
    font-size: 3.2vw;
}
}

@media screen and (max-width: 480px) {
#sub_main .item_ttl01 {
    padding: 4vw 0 10vw;
    font-size: 6vw;
}
#item_search_block .search-menu ul.search_list li span {
    font-size: 3.4vw;
}
#item_search_block .search-menu ul.search_list li .selectmenu select {
    font-size: 3.4vw;
}
#item_search_block a.search_btn {
    font-size: 3.4vw;
}
#item_search_outcome {
    display: flex;
    font-size: 3vw;
}
#item_search_outcome p:first-of-type {
    font-size: 3vw;
}
	
	
/*ページャー*/
.pager_wrap ol.pager li a {
    font-size: 3vw;
}
	
}





/*--------------------------------------------------------------------
商品詳細
--------------------------------------------------------------------*/
#item_detail_block {
	width: 92%;
	max-width: 1522px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#item_detail_block .img_block {
    max-width: 734px;
    width: 49%;
}
#item_detail_block .img_block img {
  height: auto;
  width: 100%;
}
.thumbnail {
    margin: 1em 0 0;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
}
.thumbnail .slick-current {
  opacity: 1;
}
.thumbnail li.thumbnail-img img {
    padding: 0.5em;
    width: 100%;
    box-sizing: border-box;
}
.slick-initialized .slick-slide {
    cursor: pointer;
}

#item_detail_block .text_block {
    width: 49%;
}
#item_detail_block .text_block > span span {
    padding-left: 1.6em;
    position: relative;
}
#item_detail_block .text_block > h3 {
    font-size: 28px;
    margin: 0.25em 0 1em;
}
#item_detail_block .text_block > span span::before {
    content: "";
    width: 1px;
    height: 66%;
    background: #DBDBDB;
    position: absolute;
    left: 0.8em;
    top: 0;
    bottom: 0;
    margin: auto;
}
#item_detail_block .item_detail {
    margin: 0 0 3em;
}
#item_detail_block .item_detail dl {
    margin: 1.45em 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    line-height: 1.6;
}
#item_detail_block .item_detail dl dt {
    display: inline-block;
    width: 3.5em;
    padding-right: 1.5em;
    position: relative;
}
#item_detail_block .item_detail dl dt::before {
    content: "";
    width: 1px;
    height: 1em;
    background: #DBDBDB;
    position: absolute;
    right: 1.5em;
    top: 0.25em;
}
#item_detail_block .item_detail dl dd {
    display: inline-block;
    width: calc(100% - 5em);
    font-size: 18px;
}
#item_detail_block .text_block p {
    margin: 1em 0;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.57px;
}
#item_detail_block .text_block > h4 {
    font-size: 20px;
    letter-spacing: 1.57px;
    margin: 2em 0 1em;
}
a.contact_btn {
    max-width: 400px;
    width: 90%;
    height: 70px;
    line-height: 70px;
    background: #444444;
    color: #fff;
    display: block;
    margin: 5em auto 10em;
    text-align: center;
    font-size: 18px;
}
a.contact_btn::before {
    content: "";
    width: 1.5em;
    height: 1em;
    background: url(../img/common/icon_contact.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    margin: 0 0.5em -0.15em 0;
}

@media screen and (max-width: 768px) {
#item_detail_block {
    display: block;
}
#item_detail_block .img_block {
    width: 100%;
    margin: 0 auto 2em;
    display: block;
}
#item_detail_block .text_block {
    width: 80%;
    margin: 0 auto;
}
#item_detail_block .text_block > span {
    font-size: 2.8vw;
}
#item_detail_block .text_block > h3 {
    font-size: 4.2vw;
}
#item_detail_block .item_detail dl {
    font-size: 3.2vw;
}
#item_detail_block .text_block p {
    font-size: 3vw;
}
#item_detail_block .text_block > h4 {
    font-size: 3.2vw;
}
a.contact_btn {
    max-width: 700px;
    height: auto;
    line-height: 1;
    padding: 4.5vw 0;
    margin: 3em auto 5em;
    font-size: 3vw;
}
}

@media screen and (max-width: 480px) {
#item_detail_block .text_block > h3 {
    font-size: 5vw;
}
#item_detail_block .item_detail {
    margin: 0;
}
#item_detail_block .item_detail dl {
    font-size: 3.6vw;
}
#item_detail_block .item_detail dl dd {
    font-size: 3.4vw;
}
#item_detail_block .text_block p {
    font-size: 3.4vw;
}
#item_detail_block .text_block > h4 {
    font-size: 3.6vw;
    margin: 1em 0 1em;
}
a.contact_btn {
    margin: 5em auto 3em;
    font-size: 3.4vw;
}
}