@charset "UTF-8";

#brooch1612_2_guards{
    display: none;
}

body.soon .btn_cart,
body.soon .btn_cart_ring{
    display: none !important;
}

.order{ display: none;}
.cart.sold .shipping_info{ display: none;}
.hover {
    color: #1a5180
}
.modal_content h2 {
        margin: 0 0 20px 0;
    font-size: 28px;
}
.modal_content p {
        font-size: 14px;
    line-height: 2em;
}
.small {
    font-size: 14px;
}

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    #main_visual
*
-------------------------------------------------- */
#main_visual{
    clear: both;
    margin: 0 0 60px 0;
}

#main_visual .img_slider{
    margin: 0 0 20px 0;
}

#main_visual .thumb ul{
    letter-spacing: -.40em;
    font-size: 0;
    text-align: center;
}

#main_visual .thumb li{
    width: 90px;
    margin: 0 5px;
    display: inline-block;
    background-color: #000;
    transition: opacity .15s ease 0s;
    cursor: pointer;
}

#main_visual .thumb li img{
    width: 100%;
    opacity: .5;
}

#main_visual .thumb li.on img{
    opacity: 1 !important;
}

#main_visual .thumb li:hover img{
    opacity: 1;
    transition: opacity .15s ease .1s;
}

/* --------------------------------------------------
*
    #section_detail
*
-------------------------------------------------- */
#section_detail{
    padding: 0 30px;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.pendant #section_detail{
    padding-bottom: 60px;
}

#section_detail .col_left{
    width: 520px;
    float: left;
}

#section_detail .col_right{
    width: 320px;
    float: right;
    text-align: center;
}

#section_detail .section_title h2{
    margin: 0 0 40px 0;
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.3em;
}

#section_detail .section_title h2 span{
    margin: 0 0 15px 0;
    display: block;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1.6em;
    color: #ae539a !important;
}

#section_detail .section_title h2 span.switch_pc{
    margin: 0 0 -10px 0;
    display: inline-block;
}

#section_detail .note{
    margin: -30px 0 10px 0;
    font-size: 14px;
    line-height: 1.4em;
    color: #0d386e;
    position: relative;
    z-index: 2;
}

#section_detail h3{
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.4em;
    color: #000;
    position: relative;
    z-index: 2;
}

#section_detail .section_desc{
    margin: 0 0 40px 0;
}

#section_detail .section_desc p{
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 2.2em;
}

#section_detail .section_notes{
    
}

#section_detail .section_notes p{
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #534741;
    line-height: 2em;
    white-space: nowrap;
}

#section_detail .pic_main{
    margin: 0 0 20px 0;
    position: relative;
}

#section_detail .pic_main img{
    width: 60%;
}

#section_detail .pic_main:after{
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background-image:url(/store/jewelry/common/images/parts_ico_zoom.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: all .15s ease .1s;
    -webkit-transition: all .15s ease .1s;
    cursor: pointer;
}

#section_detail .pic_main:hover:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

#section_detail .img_thumb{
    margin: 0 0 20px 0;
    display: none;
}

#section_detail .img_thumb ul{
    letter-spacing: -.40em;
    font-size: 0;
}

#section_detail .img_thumb li{
    width: 80px;
    margin: 0 10px 0 0;
    display: inline-block;
    letter-spacing: normal;
    position: relative;
}
#section_detail .img_thumb li:last-child{ margin: 0;}

#section_detail .img_thumb li a{
    display: block;
    position: relative;
}
    
#section_detail .img_thumb li a:hover img{
    opacity: .7;
}

#section_detail .img_thumb img{
    width: 100%;
}

#section_detail .name_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 20px;
}

#section_detail .name_box .prod_price {
    font-size: 20px;
}

#section_detail .prod_price{
    margin: 0 0 10px 0;
    font-size: 28px;
    text-align: center;
}

#section_detail .price{
    margin: 0 0 5px 0;
    display: block;
    font-size: 20px;
}

#section_detail .prod_price .notes{
    font-size: 12px;
    display: block;
    color: #534741;
}

#section_detail .btn_cart a{
    width: 280px;
    height: 75px;
    margin: 0 auto;
    display: block;
    background-image:url(/store/jewelry/common/images/btn_cart.png);
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center;
    position: relative;
}

#section_detail .btn_cart a.sold{
    opacity: 1 !important; cursor: default !important;
    background-image:url(/store/jewelry/common/images/btn_cart_sold.png);
}

#section_detail .btn_cart a.sold:after{
    display: none !important;
}

#section_detail .btn_cart a:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image:url(/store/jewelry/common/images/btn_cart-over.png);
    background-repeat: no-repeat;
    background-size: 280px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .1s ease;
}

#section_detail .btn_cart a:hover:after{
    opacity: 1;
}

#section_detail .btn_cart .stock{
    font-size: 12px;
    display: block;
    color: #736357 !important;
}

#section_detail .shipping_info{
    line-height: 1.4em;
    margin: 10px 0 0 0;
    color: #496a8b;
}

body.soon #section_detail .shipping_info{
    margin: 20px 0 0 0;
}

#section_detail .caution{
    font-size: 11px;
    line-height: 1.4em;
    margin: 15px 0 0 0;
    color: #ae539a;
}


/*
*
    .cart / ring
*
*/

#section_detail .btn_cart_ring{
    position: relative;
}

#section_detail .btn_cart_ring h4{
    margin: 30px 0 10px 0;
}

#section_detail .btn_cart_ring ul{
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    text-align: center;
    position: relative;
}

#section_detail .btn_cart_ring ul:before,
#section_detail .btn_cart_ring ul:after{
    width: 100%;
    height: 4px;
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 245px;
}

#section_detail .btn_cart_ring ul:before{
    background-image:url(../images/parts_line_cart_top.png);
    top: 0;
    left: 0;
}

#section_detail .btn_cart_ring ul:after{
    background-image:url(../images/parts_line_cart_btm.png);
    bottom: 0;
    left: 0;
}

#section_detail .btn_cart_ring li{
    width: 60px;
    height: 35px;
    margin: 0 10px 40px 10px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#section_detail .btn_cart_ring .cart_btn{
    width: 60px;
    height: 35px;
    display: block;
    color: #496a8b;
    border: 1px solid #496a8b;
    text-indent: inherit;
    font-size: 18px;
}

#section_detail .btn_cart_ring .cart_btn:hover{
    color: #fff;
    background-color:#496a8b;
    border: 1px solid #496a8b;
    text-indent: inherit;
}

#section_detail .btn_cart_ring .cart_btn span{
    margin: 0 0 0 2px;
    display: inline-block;
    font-size: 14px;
}

#section_detail .btn_cart_ring li .stock{
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1em;
    display: block;
    color: #736357 !important;
}

#section_detail .btn_cart_ring li .shipping{
    margin: 5px 0 0 0;
    font-size: 11px;
    line-height: 1em;
    display: block;
    color: #0d386e !important;
}

#section_detail .btn_cart_ring .ring_size{
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    background-image:url(../images/parts_ico_ring.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left center;
}

#section_detail .btn_cart_ring .ring_size a{
    font-size: 14px;
    color: #496a8b;
    transition: opacity .15s ease .1s;
}

#section_detail .btn_cart_ring .ring_size a:hover{
    opacity: .7;
}

/* sold */
#section_detail .btn_cart_ring .cart_btn.sold{
    background-color: #736357;
    color: #fff;
    border: 1px solid #736357;
    cursor: default;
}


/* --------------------------------------------------
*
    #section_info
*
-------------------------------------------------- */
#section_info{
    overflow: hidden;
    padding: 80px 40px 180px 40px;
    font-size: 12px;
    line-height: 2em;
    background-image:url(/store/jewelry/common/images/home/line01.jpg);
    background-repeat: no-repeat;
    background-size: 900px;
    background-position: center top;
    position: relative;
}

#section_info h3{
    margin: 0 0 30px 0;
    font-size: 19px;
    color: #973689;
}

#section_info h3.ex{
    padding: 0 0 0 38px;
    background-image:url(/store/jewelry/common/images/parts_ico_exclamation.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: left center;
}

.pendant #section_info h3{
    margin: 0 0 60px 0;
}

.pendant #section_info h3.cl{
    margin: 0 0 20px 0;
    color: #0d386e;
}

#section_info h4{
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #0d386e;
}

#section_info .section{
    overflow: hidden;
    margin: 0 0 40px 0;
    clear: both;
    position: relative;
    z-index: 2;
}

#section_info .section:last-child{
    margin: 0;
}

#section_info .col_left{ width: 50%; float: left;}
#section_info .col_right{ width: 50%; float: right;}

.pendant #section_info .section{
    width: 50%;
    clear: none;
    float: left;
}
.pendant #section_info .col_left,
.pendant #section_info .col_right{ width: auto; float: none;}

#section_info li,
#section_info p{
    margin: 0 0 20px 0;
}

#section_info .btn_backhome{
    position: absolute;
    left: 0;
    bottom: 0;
}

#section_info .btn_pagetop{
    position: absolute;
    right: 40px;
    bottom: 0;
}

#section_info .img img{
    width: 90%;
    height: auto;
}

/*
    .rose_cut
*/
#section_info .section.rose_cut{
    padding: 0 0 20px 0;
    background-image:url(../images/parts_b_line.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 865px;
}

#section_info .section.rose_cut h3{
    line-height: 53px;
    padding: 0 0 0 63px;
    font-size: 23px;
    color: #496a8b;
    background-image:url(../images/parts_ico_rosecut.png);
    background-repeat: no-repeat;
    background-size: 53px;
    background-position: left top;
}

#section_info .section.rose_cut p{
    font-size: 14px;
    line-height: 2em;
    color: #496a8b;
    white-space: nowrap;
}

#section_info .section.rose_cut .col_right{
    text-align: right;
}


/*
    .catbroooch
*/
#section_info .section.catbrooch_info{
    margin: 0 0 30px 0;
    overflow: hidden;
}

#section_info .section.catbrooch_info h3{
    margin: 0 0 30px 0;
}

#section_info .section.catbrooch_info .col_left{
    width: 280px;
    clear: both;
    float: left;
}

#section_info .section.catbrooch_info .img{
    margin: 0 0 30px 0;
    width: 530px;
    float: right;
}

#section_info .section.catbrooch_info .img img{
    width: 100%;
    height: auto;
}




/*
*
    herkimer
*
*/
.herkimer #section_detail{
    padding-bottom: 60px;
}

.herkimer #section_detail .col_right .cart{
    margin-bottom: 40px !important;
}

.herkimer #section_detail .pic_main.half{
    height: 200px !important;
    overflow: hidden;
}

.herkimer #section_detail .pic_main.half img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.herkimer #section_detail .col_right .caution{
    font-size: 13px;
    line-height: 2em;
}

.herkimer #section_info .section{
    width: 50%;
    clear: none;
    float: left;
}
.herkimer #section_info .col_left,
.herkimer #section_info .col_right{ width: auto; float: none;}

.herkimer #section_info h3{
    margin: 0 0 60px 0;
}

.herkimer #section_info h3.cl{
    margin: 0 0 20px 0;
    color: #0d386e;
}


/*
*
    rabbit
*
*/
.rabbit #section_detail{
    padding-bottom: 60px;
}

.rabbit #section_detail .note{
    margin: -10px 0 10px 0;
}

.rabbit #section_detail .col_right .cart{
    margin-bottom: 40px !important;
}

.rabbit #section_detail .pic_main.half{
    height: 200px !important;
    overflow: hidden;
}

.rabbit #section_detail .pic_main.half img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.rabbit #section_detail .col_right .caution{
    font-size: 13px;
    line-height: 2em;
}

.rabbit #section_info .section{
    width: 50%;
    clear: none;
    float: left;
}
.rabbit #section_info .col_left,
.rabbit #section_info .col_right{ width: auto; float: none;}

.rabbit #section_info h3{
    margin: 0 0 60px 0;
}

.rabbit #section_info h3.cl{
    margin: 0 0 20px 0;
    color: #0d386e;
}

.rabbit #section_detail .btn_cart_ring li.cart {
    margin-bottom: 50px !important;
}

.rabbit #section_detail .btn_cart_ring li,
.rabbit #section_detail .btn_cart_ring .cart_btn{
    width: 100px;
}

/* sold */
.rabbit #section_detail .btn_cart_ring .cart_btn.sold{
    background-color: transparent;
    border-color: #736357;
    color: #736357;
    cursor: default;
}
.rabbit #section_detail .btn_cart_ring .cart_btn.sold:after{
    content: '完売しました';
    font-size: 13px;
}
.rabbit #section_detail .shipping_info + .note,
.rabbit #section_detail .btn_cart_ring + .note{
    margin-top: 30px;
}
.rabbit #section_detail .col_right .cart.cart-break,
.rabbit #section_detail .cart-break {
    margin-bottom: 80px!important;
}




/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal.product{
    margin: 0;
}

#modal.product .btn_close{
    width: 24px;
    height: 24px;
    background-size: 24px;
}

#modal.product img{
    max-width: 540px;
}

#modal.product #modal_inner{
    margin: 0;
}

#modal.product #modal_data{
    min-width: 540px;
    height: 540px;
    padding: 0;
    margin: 10px 50px 10px 85px;
    box-sizing: border-box;
    overflow: hidden;
}

#modal_data.zoom p{
    width: 540px !important;
    height: 540px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#modal_data img{
    transform: scale(1);
    -webkit-transform: scale(1);
}

#modal_data.zoom img{
    transform: scale(2.1);
    -webkit-transform: scale(2.1);
    position: relative;
}

#modal.product #modal_thumb{
    position: absolute;
    top: 10px;
    left: 10px;
}

#modal.product #modal_thumb li{
    width: 65px;
    margin: 0 0 10px 0;
    background-color: #fff;
    display: block;
    line-height: 0;
    cursor: pointer;
}

#modal.product #modal_thumb li img{
    width: 100%;
    opacity: 1;
    transition: opacity .15s ease .1s;
}

#modal.product #modal_thumb li.on{
    cursor: default;
}

#modal.product #modal_thumb li.on img,
#modal.product #modal_thumb li:hover img{
    opacity: .5;
}

.cart_buttons ul {
    border-top: dotted #0d386e 1px;
}
}

.modal_wrap input {
  display: none;
}

/*modal profile*/
.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,0.5);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_content {
  align-self: center;
  width: 60%;
  padding: 60px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transform: translateY(-100%);
  transition: 0.5s;
  box-shadow: #ccc 0 0 5px;
}
.close_button {
  width: 36px;
  height: 36px;
  background-image: url(/store/jewelry/common/images/common/parts_modal_close.png);
  background-repeat: no-repeat;
  background-size: 36px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  transition: opacity .1s ease;
  cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}
.stakeholder {
    font-size: 13px;
    line-height: 23px;
    color: #534741;
}
