@charset "UTF-8";

/* contents */
.contents {
    margin: 40px auto 70px;
    /*width: 1040px;*/
    position: relative;
}

.contents__outline__inner {
    width: 1040px;
    margin: 0 auto;
    padding-top: 78px;
}

.contents__outline__inner.-design-selection_top {
    padding-top: 0;
    margin-top: -25px;
}

@media only screen and (max-width: 750px) {
    .contents__outline__inner.-design-selection_top {
        margin-top: 0;
        padding-left: 0;
    }
}

.contents__outline__pageTitle {
    font-size: 50px;
    font-family: 'Century Gothic';
    letter-spacing: 26px;
    text-align: center;
    line-height: 1.6;
    /*padding: 0px 0px 0px 26px;*/
    position: relative;
}

.contents__outline__pageTitle:after {
    width: 30%;
    height: 1px;
    content: "";
    display: block;
    background: #737373;
    margin: 30px auto 0px auto;
}

.contents__outline__pagesubTitle {
    font-size: 28px;
    font-family: 'Century Gothic';
    letter-spacing: 18px;
    text-align: center;
    padding: 0px 0px 0px 26px;
    margin: 80px 0px 0px 0px;
}

.contents__form__wrap {
    background-color: #f0f3f5;
    padding: 30px 0 40px;
    margin: 270px 0 80px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 144px;
}

.contents__form__box {
    width: 1040px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.select__category {
    width: 22%;
}


.select__category__name {
    font-size: 1.6rem;
    font-family: 'Century Gothic', sans-serif;
    color: #666;
    text-align: center;
    letter-spacing: 0.35em;
}

.select__category__name:after {
    display: none;
    /* content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.1px 7px 0 7px;
    margin-left: 5px;
    border-color: #666666 transparent transparent transparent; */
}

.select__category__name--current {
    color: #00c2eb;
}

.select__category__name--current:after {
    border-color: #00c2eb transparent transparent transparent;
}

.select__category__list {
    width: 100%;
    font-size: 1.2rem;
    border: none;
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

.select__category__list option {
    border-bottom: 1px solid #b2b2b2;
    padding: 10px;
}

.contents__outline__itemlistArea {
    padding: 60px 0px 80px 0px;
    overflow: hidden;
    width: 1040px;
    margin: 200px auto 0;
}


.contents__outline__itemlistAreaInner {
    width: 1080px;
    margin: 0px 0px 0px 0px;
    position: relative;
}

.itemBox {
    background: #000;
    width: 182px;
    height: 182px;
    overflow: hidden;
    position: relative;
    margin: 32px 26px 0px 3px;
    float: left;
    opacity: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.itemBox a:hover {
    opacity: 1;
}

.itemBox_image {
    width: 182px;
    height: 182px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #fff;
}

.itemBox_image.bg80 {
    background-size: 80% auto !important;
}

.itemBox:hover .itemBox_image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.contents__outline__pointTitle {
    color: #454545;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 70px 0px 0px 0px;
}

.contents__outline__pointText {
    color: #454545;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
    margin: 20px 0px 0px 0px;
}

.contents__outline__pointRead {
    color: #454545;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

.itemModalSet {
    display: none;
}

.itemModal__wrapper {
    width: 1000px;
}

.itemModal__inner {
    padding: 60px;
}

.itemModal__imageArea {
    width: 500px;
    float: left;
}

.itemModal__image {
    width: 500px;
    height: 500px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-size: 80% auto !important;
}

.itemModal__image a {
    position: relative;
    display: block;
    height: 100%;
}

.itemModal__image:hover {
    opacity: 0.6;
}

.itemModal__image a:after {
    width: 25px;
    height: 23px;
    background: url("/images/fashionjewelry/designgallery/brand/n_zoom.png") no-repeat;
    background-size: 25px 23px;
    position: absolute;
    bottom: 14px;
    right: 14px;
    content: "";
}

.itemModal__bodyArea {
    width: 340px;
    float: right;
    /* min-height: 490px;
    position: relative; */
}

.itemModal__bodyArea__itemTitle {
    color: #454545;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 20px 0px 0px 0px;
}

.itemModal__bodyArea__itemText1 {
    color: #454545;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 10px 0px 0px 0px;
}
.itemModal__bodyArea__itemText2 {
    padding-bottom: 60px;
}
.itemModal__bodyArea__itemText2, .itemModal__bodyArea__itemText2 span {
    color: #454545;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 10px 0px 0px 0px;
}

.itemModal__bodyArea__itemText2--price {
    font-size: 1.0rem;
    margin-bottom: 40px;
}

.itemModal__bodyArea__officialLink {
    color: #00c0f4;
}

.itemModal__bodyArea__linkArea {
    margin: 10px 0px 70px 0px;
    position: absolute;
    width: 340px;
    bottom: 0;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
}

.itemModal__bodyArea__shopLink {
    color: #787877;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 10px 40px 0 0;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

/* .itemModal__bodyArea__shopLink{
  color: #787877;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 20px 0px 70px 0px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  bottom: 0;
} */

/* .itemModal__bodyArea__shopLink--posReset {
  position: relative;
  margin-bottom: 0;
} */

.itemModal__bodyArea__shopLink:after {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #454545;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.itemModal__bodyArea__shopLink a {
    color: #787877;
}

.itemModal__bodyArea__styleLink {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
    position: relative;
    display: block;
}

.itemModal__bodyArea__styleLink a {
    display: block;
    background: #454545;
    text-align: center;
    color: #fff;
    padding: 4px 0px;
}

.itemModal__bodyArea__styleLink a span {
    position: relative;
}

.itemModal__bodyArea__styleLink a span:after {
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.contents__outline__brandlistArea {
    padding: 0px 0px 80px 0px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contents__outline__brandlistArea::after {
    content: "";
    display: block;
    width: 300px;
}

.brandBox {
    background: #000;
    width: 300px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin: 60px 0px 0px 0px;
}

.brandBox a:hover {
    opacity: 1;
}

.brandBox_image {
    width: 300px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.brandBox_body {
    width: 300px;
    height: 300px;
    background: #cde2e7;
    background-color: rgba(205, 226, 231, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.brandBox_body__brandnameArea {
    text-align: center;
    display: table-cell;
    width: 300px;
    height: 300px;
    vertical-align: middle;
    position: relative;
}

.brandBox_body__brandname {
    font-size: 26px;
    line-height: 1.2;
    font-family: 'Century Gothic';
    letter-spacing: 14px;
    color: #737373;
    padding: 0px 0px 0px 26px;
}

.brandBox_body__brandother {
    font-size: 10px;
    line-height: 1.2;
    font-family: 'Century Gothic';
    letter-spacing: 0px;
    color: #b2b2b2;
    position: absolute;
    bottom: 20px;
    width: 300px;
    text-align: center;
}

.brandBox:hover .brandBox_body {
    background-color: rgba(205, 226, 231, 0.7);
}

.brandBox:hover .brandBox_image {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.itemModal__bodyArea__brandTitle {
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
    letter-spacing: 12px;
    text-align: left;
    padding: 0px 0px 0px 12px;
    position: relative;
    line-height: 1.4;
    margin: 0px 0px 0px -12px;
}

.itemModal__bodyArea__brandName {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 40px;
    letter-spacing: 0.11rem;
}

.itemModal__bodyArea__brandsubTitle {
    color: #787877;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0px 0px 20px 0px;
    text-decoration: underline;
}

.searchErrorText {
    text-align: center;
    color: #787877;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 50px 0px 50px 0px;
}

.itemModal__bodyArea__worldTitle {
    font-size: 20px;
    font-family: 'Century Gothic';
    letter-spacing: 2px;
    text-align: left;
    padding: 0px 0px 0px 12px;
    position: relative;
    line-height: 1.4;
    margin: 40px 0px 20px -12px;
}

.itemModal__bodyArea__worldsubTitle {
    font-size: 20px;
    color: #787877;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0px 0px 30px 0px;
    text-decoration: underline;
}

.itemModal__bodyArea__worldUrl {
    font-size: 18px;
    color: #787877;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0px 0px 30px 0px;
}

.itemModal__bodyArea__worldUrl a {
    color: #00c0f4;
}


@media only screen and (max-width: 750px) {
    .contents {
        margin: 100px auto 25px;
    }

    .contents__outline__inner {
        width: 100%;
        padding-top: 0;
    }

    .contents__outline__inner {
        width: 100%;
        margin: 0 auto;
        padding-top: 38px;
    }

    .contents__outline__pageTitle {
        font-size: 18px;
        font-family: 'Century Gothic';
        letter-spacing: 12px;
        text-align: center;
        padding: 0 0 0 12px;
        position: relative;
        line-height: 1.4;
    }

    .contents__outline__pageTitle:after {
        width: 30%;
        height: 1px;
        content: "";
        display: block;
        background: #737373;
        margin: 14px auto 0px auto;
    }

    .contents__outline__pagesubTitle {
        font-size: 12px;
        font-family: 'Century Gothic';
        letter-spacing: 8px;
        text-align: center;
        padding: 0px 0px 0px 8px;
        margin: 44px 0px 0px 0px;
    }

    .contents__outline__brandlistArea {
        padding: 0px 18px 40px 18px;
        display: block;
    }


    .contents__form__wrap {
        background-color: #f0f3f5;
        padding: 15px 10px;
        margin: 40px 0 0;
        position: relative;
        top: 0;
        width: 100%;
        z-index: 1;
        height: auto;
    }

    .contents__form__box {
        width: 100%;
        flex-flow: row wrap;
    }

    .select__category {
        width: 100%;
    }

    .select__category:nth-child(2) {
        margin: 0;
    }

    .select__category__list {
        background-color: #fff;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 10px;
        display: block;
    }

    .select__category__name {
        font-size: 1.4rem;
        /* text-align: left; */
        letter-spacing: 0.35em;
        padding: 10px 0;
    }

    .select__category__name:after {
        display: none;
        /* content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.4px 6px 0 6px;
        margin-left: 5px;
        border-color: #666666 transparent transparent transparent; */
    }

    .select__category__name--current:after {
        border-color: #00c2eb transparent transparent transparent;
    }

    .SumoSelect {
        margin: 10px 0 15px !important;
    }

    .arrow {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10.4px 6px 0 6px;
        margin-top: -10px;
        margin-left: -25px;
        border-color: #666666 transparent transparent transparent;
    }


    .contents__galleryWrapper {
        margin: 50px auto 55px;
        width: 100%;
    }

    .contents__outline__itemlistArea {
        padding: 30px 0px 40px 0px;
        overflow: hidden;
        width: auto;
        margin: 0 auto;
    }

    .contents__outline__itemlistAreaInner {
        width: auto;
        padding: 0px 18px;
    }

    .itemBox {
        width: 48%;
        overflow: hidden;
        position: relative;
        margin: 16px 1% 0px 0px;
        float: left;
    }

    .itemBox:nth-child(even) {
        margin: 16px 0px 0px 1%;
        float: right;
    }


    .itemBox a:hover {
        opacity: 1;
    }

    .itemBox_image {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .itemBox:hover .itemBox_image {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }


    .itemModalSet {
        display: none;
    }

    .itemModal__wrapper {
        width: auto;
    }

    .itemModal__inner {
        padding: 16px;
    }

    .itemModal__imageArea {
        width: auto;
        float: none;
    }

    .itemModal__image {
        width: 200px;
        height: 200px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .itemModal__image a {
        position: relative;
        display: block;
        pointer-events: none;
    }

    .itemModal__image:hover {
        opacity: 0.6;
    }

    .itemModal__image a:after {
        display: none;
    }

    .itemModal__bodyArea {
        width: auto;
        height: auto;
        min-height: auto;
        float: none;
    }

    .itemModal__bodyArea__itemTitle {
        color: #787877;
        font-size: 1.6rem;
        line-height: 1.8;
        margin: 80px 0px 0px 0px;
    }

    .itemModal__bodyArea__itemText1 {
        color: #787877;
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
    }

    .itemModal__bodyArea__itemText2, .itemModal__bodyArea__itemText2 a, .itemModal__bodyArea__itemText2 span {
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
    }

    .itemModal__bodyArea__shopLink {
        color: #787877;
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 20px 40px 0px 0px;
        font-weight: bold;
        position: relative;
        display: inline-block;
    }

    .itemModal__bodyArea__shopLink:after {
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #787877;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .itemModal__bodyArea__shopLink a {
        color: #787877;
    }

    .itemModal__bodyArea__styleLink {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
        font-weight: bold;
        position: relative;
        display: block;
    }

    .itemModal__bodyArea__styleLink a {
        display: block;
        background: #787877;
        text-align: center;
        color: #fff;
        padding: 4px 0px;
    }

    .itemModal__bodyArea__styleLink a span {
        position: relative;
    }

    .itemModal__bodyArea__styleLink a span:after {
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    #boxer {
        width: 100%;
        height: 200px;
        position: absolute;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff;
        box-shadow: 0 0 25px #000000;
        opacity: 0;
        margin: 0 auto;
    }

    #cboxPrevious {
        top: 28% !important;
        width: 15px !important;
        height: 24px !important;
        background: url("/images/fashionjewelry/designgallery/brand/n_back.png") no-repeat !important;
        background-size: 15px 24px !important;
    }

    #cboxNext {
        top: 28% !important;
        width: 15px !important;
        height: 24px !important;
        background: url("/images/fashionjewelry/designgallery/brand/n_next.png") no-repeat !important;
        background-size: 15px 24px !important;
    }

    #cboxClose {
        position: absolute;
        top: 14px !important;
        right: 14px !important;
        background: url("/images/fashionjewelry/designgallery/brand/n_close.png") no-repeat !important;
        background-size: 20px 20px !important;
        width: 20px !important;
        height: 20px !important;
    }


    .itemModal__bodyArea__itemTitle {
        color: #787877;
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 20px 0px 0px 0px;
    }

    .itemModal__bodyArea__itemText1 {
        color: #787877;
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
    }

    .itemModal__bodyArea__itemText2 {
        color: #787877;
        font-size: 1.1rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
        padding-bottom: 0;
    }

    .itemModal__bodyArea__linkArea {
        margin: 10px 0px 0px 0px;
        position: static;
        width: 100%;
    }

    .itemModal__bodyArea__styleLink {
        font-size: 1.4rem;
        line-height: 1.8;
        margin: 10px 0px 0px 0px;
        font-weight: bold;
        position: relative;
        display: block;
    }

    .itemModal__bodyArea__styleLink a {
        display: block;
        background: #787877;
        text-align: center;
        color: #fff;
        padding: 4px 0px;
    }

    .itemModal__bodyArea__styleLink a span {
        position: relative;
    }

    .itemModal__bodyArea__styleLink a span:after {
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -16px;
        margin: auto;
        content: "";
        vertical-align: middle;
    }

    .itemModal__bodyArea__itemText2--price {
        font-size: 1.0rem;
    }

    .itemModal__bodyArea__brandTitle {
        font-size: 16px;
        font-family: 'Century Gothic';
        letter-spacing: 12px;
        text-align: center;
        padding: 0px 0px 0px 0px;
        position: relative;
        line-height: 1.4;
        margin: 20px 0px 0px 0px;
    }

    .itemModal__bodyArea__brandsubTitle {
        color: #787877;
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 0px 0px 20px 0px;
        text-decoration: underline;
        text-align: center;
    }

    .searchErrorText {
        text-align: center;
        color: #787877;
        font-size: 1.2rem;
        line-height: 1.6;
        padding: 30px 0px 30px 0px;
    }

    .itemModal__bodyArea__worldTitle {
        font-size: 16px;
        font-family: 'Century Gothic';
        letter-spacing: 2px;
        text-align: left;
        padding: 0px 0px 0px 0px;
        position: relative;
        line-height: 1.4;
        margin: 20px 0px 20px 0px;
    }

    .itemModal__bodyArea__worldsubTitle {
        font-size: 14px;
        color: #787877;
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 0px 0px 20px 0px;
        text-decoration: underline;
    }

    .itemModal__bodyArea__worldUrl {
        font-size: 12px;
        color: #787877;
        font-size: 1.2rem;
        line-height: 1.6;
        margin: 0px 0px 20px 0px;
    }


}