@charset "UTF-8";
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.txtbox__hidden {
    overflow: hidden;
    width: 100%;
}

.txtbox__hidden div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

img:hover {
    opacity: 0.8;
}

img.c__hovnone:hover {
    opacity: 1;
}


/* custom */

.breadcrumb {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
}

.breadcrumb a {
    color: #000;
    font-size: 0.75rem;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: none;
    background: none;
    color: #000;
    border-bottom: 1px solid #666;
}

.page-link {
    color: #1a1a1a;
}

.page-item.active .page-link {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.select__sp {
    margin: 6px auto;
    overflow: hidden;
    width: 60%;
    text-align: center;
}

.select__sp select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    border: none;
    outline: none;
    padding-right: 1em;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    width: 100%;
}

.select__sp select::-ms-expand {
    display: none;
}

.select__sp {
    position: relative;
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #333;
    border-radius: 11px;
    font-size: 0.625rem;
}

.select__sp::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    pointer-events: none;
    padding: 0;
    width: 0;
    height: 0;
}

.select__sp select {
    color: #333;
    font-size: 0.625rem;
    padding: 6px 30px;
    text-align: center;
}

option {
    background: #f2f2f2;
}

.c__spnone {}

@media screen and (max-width:767px) {
    .c__spnone {
        display: none !important;
    }
}


/* common tab */

.c__tab {}

@media screen and (max-width:767px) {
    .c__tab {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}

.c__tab .nav-tabs {
    border: none;
}

.c__tab .nav-tabs .nav-link {
    border: none;
}

.c__tab .nav-tabs .nav-link {
    font-size: 0.875rem;
    border-color: none;
    color: rgb(128, 128, 128, 0.5);
}

.c__tab .nav-tabs .nav-item.show .nav-link,
.c__tab .nav-tabs .nav-link.active {
    font-size: 0.875rem;
    border-color: none;
    color: #808080;
}

.c__tab .nav-tabs .nav-link.active {
    position: relative;
}

.c__tab .nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    background-color: #999;
    width: 1.25rem;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}

.c__tab.c__tab-colimg .row {
    text-align: center;
}

.c__tab.c__tab-colimg img {
    width: 100%;
}


/* common button */

.c__button {}

.c__button-mt {
    margin-top: 3rem;
}

@media screen and (max-width:767px) {
    .c__button-mt {
        margin-top: 0;
    }
}

.c__button button {
    color: #808080;
    font-size: 0.75rem;
    line-height: 2.5rem;
    width: 340px;
}

@media screen and (max-width:767px) {
    .c__button button {
        width: 100%;
    }
}

.c__button button:hover {
    text-decoration: none;
    background: #808080;
    color: #fff;
    border: 1px solid #dee2e6;
}

.c__button-login {
    margin-top: 8.75rem;
    margin-bottom: 0.625rem;
}

@media screen and (max-width:767px) {
    .c__button-login {
        margin-top: 5rem;
    }
}

.c__button-login>div {}

@media screen and (max-width:767px) {
    .c__button-login>div {
        width: 100%;
    }
}

.c__button.c__button-login button {
    color: #fff;
    background: #1dbdc3;
}

.c__button.c__button-login button:hover {
    text-decoration: none;
    background: #fff;
    color: #1dbdc3;
    border: 1px solid #1dbdc3;
}

.c__link_login {
    position: relative;
}

.c__link_login:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    display: inline-block;
    background-color: #999;
    width: 7.5rem;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}

@media screen and (max-width:767px) {
    .c__link_login:before {
        width: 8.75rem;
    }
}

.c__link_login a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .c__link_login a {
        font-size: 0.625rem;
    }
}

.c__link_login a:hover {
    text-decoration: none;
    background: none;
    color: #000;
    border: none;
    opacity: 0.8;
}


/* common item */

.c__item__box>div {
    margin-bottom: 5rem;
}

@media screen and (max-width:767px) {
    .c__item__box>div {
        margin-bottom: 3.125rem;
    }
}

.c__item__elm {
    padding: 0.187rem;
}

.c__item__elm>div:nth-child(1) {
    font-size: 0.5rem;
    margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
    .c__item__elm>div:nth-child(1) {
        font-size: 0.4rem;
        margin-top: 0.187rem;
    }
}

.c__item__elm>div:nth-child(2) {
    font-size: 0.5rem;
    margin-top: 0.187rem;
}

@media screen and (max-width:767px) {
    .c__item__elm>div:nth-child(2) {
        margin-top: 0.187rem;
    }
}

.c__item__elm>div:nth-child(3) {
    font-size: 0.625rem;
    margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
    .c__item__elm>div:nth-child(3) {
        margin-top: 0.187rem;
    }
}

.c__item__elm>div:nth-child(4) {
    font-size: 0.875rem;
    margin-top: 0.625rem;
}

@media screen and (max-width:767px) {
    .c__item__elm>div:nth-child(4) {
        margin-top: 0.187rem;
    }
}

.c__item__elm-det {}

.c__item__elm-det>div:nth-child(1) {
    font-size: 0.625rem;
}

@media screen and (max-width:767px) {
    .c__item__elm-det>div:nth-child(1) {
        font-size: 0.5rem;
    }
}

.c__item__elm-det>div:nth-child(2) {
    font-size: 1.125rem;
    margin-top: 1rem;
}

@media screen and (max-width:767px) {
    .c__item__elm-det>div:nth-child(2) {
        font-size: 0.875rem;
        margin-top: 0.437rem;
    }
}

.c__item__elm-det>div:nth-child(3) {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
    .c__item__elm-det>div:nth-child(3) {
        font-size: 0.625rem;
    }
}

.c__item__elm-det>div:nth-child(4) {
    font-size: 0.625rem;
    margin-top: 0.312rem;
    margin-bottom: 0.5rem;
}

.c__item__elm-det>div:last-child {
    font-size: 1.5rem;
    margin-top: 0.375rem;
}

@media screen and (max-width:767px) {
    .c__item__elm-det>div:last-child {
        font-size: 1.125rem;
        margin-top: 0.187rem;
    }
}

.c__item__info__motop {
    position: relative;
    color: #000;
    font-size: 1.5rem;
    margin-left: 3.125rem;
}

@media screen and (max-width:767px) {
    .c__item__info__motop {
        font-size: 1.125rem;
        margin-left: 1.87rem;
    }
}

.c__item__info__motop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2.7rem;
    display: inline-block;
    background-color: #999;
    width: 7.5rem;
    height: 2px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}

@media screen and (max-width:767px) {
    .c__item__info__motop:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 1.9rem;
        width: 5rem;
    }
}

.c__item__info {
    display: flex;
    flex-wrap: wrap;
}

.c__item__info>div {
    border: 1px solid #000;
    line-height: 0.875rem;
    margin-right: 0.187rem;
    margin-bottom: 0.187rem;
    padding-left: 0.312rem;
    padding-right: 0.312rem;
}

.c__item__info>div.c__item__info__new {
    border: 1px solid #ed767a;
    color: #ed767a;
}

.c__item__info>div.c__item__info__off {
    background: #ed767a;
    border: 1px solid #ed767a;
    color: #fff;
    font-size: 0.625rem;
}

@media screen and (max-width:767px) {
    .c__item__info>div.c__item__info__off {
        font-size: 0.45rem;
    }
}

.c__item__info__offprice {
    color: #bf414b;
}

.c__item__soldout {
    position: relative;
}

.c__item__soldout:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.5);
    margin: auto;
}

.c__item__soldout-hover:before {
    background: rgb(0, 0, 0, 0.3);
}

.c__item__soldout:after {
    content: "SOLD OUT";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.c__item_ranking {
    position: relative;
}

.c__item_ranking:after {
    content: attr(data-label);
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #4d4d4d;
    font-size: 0.75rem;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
}

.c__item_ranking-1:after {
    background: #f2d453;
    border: 1px solid #f2d453;
    color: #4d4d4d;
}

.c__item_ranking-2:after {
    background: #ccc;
    border: 1px solid #ccc;
    color: #4d4d4d;
}

.c__item_ranking-3:after {
    background: #c7b299;
    border: 1px solid #c7b299;
    color: #4d4d4d;
}

.nav__cont {
    background: #fff;
    width: 100%;
}


/* navigation */

.navbar {
    padding-top: 4rem;
    padding-bottom: 0;
}

@media screen and (max-width:767px) {
    .navbar {
        padding-top: 0;
    }
}

.nav__inner {}

@media only screen and (min-width:768px) {
    .nav__inner {
        margin: 0 auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        width: 96vw;
        max-width: 1000px;
    }
}

@media screen and (max-width:767px) {
    .nav__inner {
        margin: 0 auto;
        padding: 0.562rem 0.187rem 0.562rem 0.562rem;
        width: 100%;
    }
}

.nav__logo {
    display: block;
    margin-left: 0;
    margin-right: auto;
    width: 120px;
}

.navbar-dark .navbar-toggler {
    border: none;
    color: #000;
    padding-left: 0.3rem;
}

.nav__inner .navbar-toggler:focus,
.nav__inner .toggler:focus {
    text-decoration: none;
    border: none;
    box-shadow: none;
}

.offcanvashead__box {
    background: #f2f2f2;
    color: #000;
    width: 100%;
}

@media screen and (max-width:767px) {
    .offcanvashead__box {
        background-color: #fff !important;
    }
}

.offcanvashead__box .btn-close {
    margin: 0.3rem 0.5rem 0rem 0rem;
}

@media screen and (max-width:767px) {
    .offcanvashead__box .btn-close {
        margin-right: 0.75rem !important;
        padding: 0px;
    }
}

.offcanvas-header {}

@media screen and (max-width:767px) {
    .offcanvas-header {
        background-color: #fff !important;
    }
}

.offcanvas-top {}

@media screen and (max-width:767px) {
    .offcanvas-top {
        background-color: #fff !important;
    }
}

.offcanvashead__txt {
    font-size: 1.312rem;
    margin-left: 0;
    margin-right: auto;
}

.offcanvas .nav-link.active,
.offcanvas .show>.nav-link,
.offcanvas .nav-link {
    color: #000 !important;
}

.container-fluid.top__contents {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.offcanvas-top {
    background-color: #f2f2f2;
    padding-bottom: 0px;
    height: 100vh;
}

.offcanvas-header {
    background-color: #707070;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media screen and (max-width:767px) {
    .offcanvas-header {
        padding-top: 0;
    }
}

.offcanvasbody__box {
    margin: 0 auto;
    width: 1020px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .offcanvasbody__box {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .offcanvasbody__box {
        width: 100%;
    }
}

.offcanvasbody__box a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.offcanvasbody__box a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
}

.offcanvasbody__submenu .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.offcanvasbody__submenu a {
    border-bottom: none;
    color: #000;
    font-size: 0.625rem;
    margin-bottom: 1.437rem;
    text-decoration: none;
}

.offcanvasbody__submenu2 {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 40%;
}

@media screen and (max-width:767px) {
    .offcanvasbody__submenu2 {
        padding-left: 0 !important;
        margin-left: 1rem;
        max-width: 97%;
    }
}

.offcanvasbody__submenu2 a {
    padding-left: 0 !important;
}

.offcanvasbody__submenu3 {
    min-width: 150px;
}

@media screen and (max-width:767px) {
    .offcanvasbody__submenu3 {
        margin-top: 0.7rem;
        margin-left: 1rem;
        padding-left: 0 !important;
        max-width: 97%;
    }
}

.offcanvasbody__submenu3 a,
.offcanvasbody__submenu3 a:hover {
    padding-left: 0 !important;
    border-bottom: none;
}

@media screen and (max-width:767px) {
    .offcanvasbody__submenu3 a,
    .offcanvasbody__submenu3 a:hover {
        padding-bottom: 0.2rem;
        border-bottom: none;
    }
}

.dropdown-menu {
    background: none;
    border: none;
}


/* category pulldows */

.tabcelltgl {
    cursor: pointer;
    color: #000;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .tabcelltgl {
        border-bottom: 1px solid #e6e6e6;
    }
}

.tabcelltarget {
    display: none;
}

.contmenu__tgl {}

.contmenu__tgl .nav-tabs .nav-link.active {
    background: 0 0;
}

.navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 40%;
}

@media screen and (max-width:767px) {
    .navbar-nav {
        max-width: 97%;
        padding-right: 0rem;
    }
}

.navbar-nav .contmenu__tgl .nav-link {
    padding: .5rem 1rem;
}

.contmenu__point {
    position: relative;
}

.contmenu__point::after {
    content: '＞';
    position: absolute;
    top: 0.6875rem;
    right: 0;
    color: #000;
}

.tabcelltgl.contmenu__point::after {
    content: '＋';
    position: absolute;
    top: 0.6875rem;
    right: 0;
    color: #000;
}

.tabcelltgl.tabcelltgl-cl.contmenu__point::after {
    content: 'ー';
    position: absolute;
    top: 0.6875rem;
    right: 0;
    color: #000;
}


/* slick */

.toparraival__slide {
    padding: 0 10px;
    width: 200px;
}

@media screen and (max-width:767px) {
    .toparraival__slide {
        padding: 0 5px;
        width: 40vw;
    }
}

.toparraival__slide img {
    width: 100%;
}

.toprecommend__slide {
    padding: 0 10px;
    width: 200px;
}

@media screen and (max-width:767px) {
    .toprecommend__slide {
        padding: 0 5px;
        width: 40vw;
    }
}

.toprecommend__slide img {
    width: 100%;
}

.slick-prev {
    top: 27%;
    left: -3%;
}


/*--@media only screen and (max-width:1040px){
.slick-prev {
    display: none !important;
}
}--*/

.slick-prev::before {
    content: '＜';
    color: #808080;
}

.slick-next {
    top: 27%;
    right: -3%;
}


/*--@media only screen and (max-width:1040px){
.slick-next {
    display: none !important;
}
}--*/

.slick-next::before {
    content: '＞';
    color: #808080;
}

.slick-dots {
    bottom: -43px;
}

.slick-dots li {
    margin: auto;
    width: 14px;
}

.slick-dots li button {
    width: 7px;
    hegiht: 7px;
}

.slick-dots li button::before {
    content: '■';
    color: #cbcbcb;
}

.slick-dots li.slick-active button::before {
    color: #666666;
}

.slick-slide {
    margin-left: 3px;
    margin-right: 3px;
}

@media screen and (max-width:767px) {
    .slick-slide {
        margin-left: 15px;
        margin-right: 15px;
    }
}


/* carousel */

.c__carousel__inner {
    width: 100%;
}

.carousel-inner img {
    width: 100%;
}

.c__carousel__inner img {
    object-fit: inherit;
}

@media only screen and (max-width:1020px) {
    .c__carousel__inner img {
        object-fit: cover;
        height: 347px;
    }
}

@media screen and (max-width:767px) {
    .c__carousel__inner img {
        object-fit: cover;
        height: 347px;
    }
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.carousel-indicators {
    bottom: -35px;
}

.carousel-indicators button {
    background-color: #cbcbcb !important;
    border: 1px solid #cbcbcb !important;
    opacity: 1 !important;
    width: 5px !important;
    height: 5px !important;
}

.carousel-indicators .active {
    background-color: #666 !important;
    border: 1px solid #666 !important;
}


/* top */

.cont__inner {
    margin: 0 auto;
    width: 1020px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .cont__inner {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .cont__inner {
        margin: 0 auto;
        width: 100%;
    }
}

.cont__inner-slide {
    margin: 0 auto;
    width: 1020px;
}

@media only screen and (max-width:1040px) {
    .cont__inner-slide {
        margin: 0 auto;
        width: 100%;
    }
}

.toparraivalslide__box {
    width: 90%;
    margin-left: 5%;
}

@media only screen and (max-width:767px) {
    .toparraivalslide__box {
        width: 100%;
        margin-left: 0;
    }
}

.toprecommendslide__box {
    width: 90%;
    margin-left: 5%;
}

@media only screen and (max-width:767px) {
    .toprecommendslide__box {
        width: 100%;
        margin-left: 0;
    }
}

.cont__subj h5 {
    margin-top: 3.00rem;
    margin-bottom: 0.2rem;
}

.cont__subj-top h5 {
    margin-top: 5.625rem;
}

.cont__subj div {
    font-size: 0.625rem;
    margin-bottom: 1.875rem;
}

.brand__box {
    margin-top: 2.81rem;
    margin-bottom: 3.75rem;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (max-width:767px) {
    .brand__box {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.brand__box>div {
    margin-bottom: 1.875rem;
}

@media screen and (max-width:767px) {
    .brand__box>div {
        margin-right: 5.7%;
        margin-top: 5.5%;
        margin-bottom: 5.5%;
        padding-left: 0;
        padding-right: 0;
        width: 47%;
    }
}

.brand__box>div:nth-child(2n) {
    margin-right: 0
}

.ranking_box {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .ranking_box {
        margin-left: 0;
        margin-right: 0;
    }
}

.ranking_box>div.col {
    margin-left: 0;
    margin-right: 0.5%;
    margin-bottom: 3%;
    padding-left: 0;
    padding-right: 0;
    width: 19.6%;
}

.ranking_box>div.col:nth-child(5n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .ranking_box>div.col {
        margin-left: 0;
        margin-right: 10%;
        margin-bottom: 6%;
        padding-left: 0;
        padding-right: 0;
        width: 45%;
    }
    .ranking_box>div.col:nth-child(2),
    .ranking_box>div.col:nth-child(4) {
        margin-right: 0
    }
    .ranking_box>div.col-md-3 {
        margin-left: 0;
        margin-right: 2.3%;
        padding-left: 0;
        padding-right: 0;
        width: 31.8%;
    }
    .ranking_box>div.col:nth-child(5n) {
        margin-right: 2.3%;
    }
    .ranking_box>div.col-md-3:nth-of-type(3n-5) {
        margin-right: 0;
    }
}

.stylingtop__box {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .stylingtop__box {
        margin-left: 0;
        margin-right: 0;
    }
}

.stylingtop__box>div {
    margin-bottom: 3.562rem;
}

.stylingtop__box>div {
    margin-left: 0;
    margin-right: 2.4%;
    margin-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
    width: 14.6%;
}

.stylingtop__box>div:nth-child(6n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .stylingtop__box>div {
        margin-left: 0;
        margin-right: 2.45%;
        margin-bottom: 12%;
        padding-left: 0;
        padding-right: 0;
        width: 48.775%;
    }
    .stylingtop__box>div:nth-child(6n) {
        margin-right: 10%;
    }
    .stylingtop__box>div:nth-of-type(2n) {
        margin-right: 0;
    }
}

.news__box {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .news__box {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
}

.news__box>div {
    margin-left: 0;
    margin-right: 2.45%;
    padding-left: 0;
    padding-right: 0;
    width: 31.7%;
}

.news__box>div.col:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .news__box>div {
        margin-left: 0;
        margin-right: 2.45%;
        margin-bottom: 12%;
        padding-left: 0;
        padding-right: 0;
        width: 48.775%;
    }
    .news__box>div.col:nth-child(3n) {
        margin-right: 2.45%;
    }
    .news__box>div.col:nth-child(2n) {
        margin-right: 0;
    }
}

.news__box img {
    width: 100%;
}

.news__elm {
    margin-bottom: 5rem;
}

@media screen and (max-width:767px) {
    .news__elm {
        margin-bottom: 2.5rem;
    }
}

.news__elm>div:first-child {
    font-size: 0.75rem;
    margin-top: 0.187rem;
}

.news__elm>div:last-child {
    font-size: 0.625rem;
    margin-top: 0.46rem;
}

.news__box__button {}

@media screen and (max-width:767px) {
    .news__box__button {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
}

.circle__img {
    margin: 9.68rem auto 5rem;
    width: 102px;
}

@media screen and (max-width:767px) {
    .circle__img {
        margin: 7.75rem auto 1rem;
        width: 14.933vw;
    }
}

.circle__box {
    margin: 0 auto 12.18rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .circle__box {
        margin-left: 0;
        margin-right: 0;
    }
}

.circle__box>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .circle__box>div {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
}

.circle__box>div>div {
    margin-left: 0;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
    padding-left: 0;
    padding-right: 0;
    width: 32.33%;
}

.circle__box>div>div:nth-child(3n) {
    margin-right: 0
}

.circle__box img {
    width: 100%;
}

.circle__data {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .circle__data {
        margin-top: 7.5rem;
        margin-left: 0;
        margin-right: 0;
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}

.circle__box2 {
    font-size: 0.75rem;
    margin-bottom: 6.25rem;
    padding: 1.25rem;
}

@media screen and (max-width:767px) {
    .circle__box2 {
        font-size: 0.625rem;
        margin-bottom: 1.875rem;
    }
}

.circle__box2>div:first-child {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

@media screen and (max-width:767px) {
    .circle__box2>div:first-child {
        font-size: 0.75rem;
    }
}

.circle__box2>div:last-child {
    margin-top: 0.5rem;
}

.circle__box3 {
    margin: 0 auto;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

@media screen and (max-width:767px) {
    .circle__box3 {
        margin-left: 0;
        margin-right: 0;
    }
}

.circle__box3>div {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .circle__box3>div {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
}

.circle__box3>div>div {
    margin-left: 0;
    margin-right: 1.5%;
    margin-bottom: 11%;
    padding-left: 0;
    padding-right: 0;
    width: 18.8%;
}

.circle__box3>div>div:nth-child(5n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .circle__box3>div>div {
        margin-left: 0;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
        padding-left: 0;
        padding-right: 0;
        width: 32.33%;
    }
    .circle__box3>div>div:nth-child(5n) {
        margin-right: 1.5%;
    }
    .circle__box3>div>div:nth-child(3n) {
        margin-right: 0;
    }
}

.circle__box3 img {
    width: 100%;
}

.cont__infomation .list-group-item {
    background: none;
    border: none;
    font-size: 0.75rem;
    margin-bottom: 60px;
    margin-top: 20px;
}

.news__box__button {
    margin-top: 5rem;
}

@media screen and (max-width:767px) {
    .news__box__button {
        margin-left: 1.125rem;
        margin-right: 1.125rem;
    }
}

.category__box {
    margin: 3.562rem auto 14.875rem;
    width: 500px;
}

@media screen and (max-width:767px) {
    .category__box {
        margin: 4rem auto 12.5rem;
        width: 100%;
    }
}

.category__box div {
    margin-bottom: 1.437rem;
}

.category__box a {
    color: #4d4d4d;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .category__box a {
        font-size: 0.625rem;
    }
}

.category__box a:hover {
    text-decoration: none;
    border-bottom: 1px solid #adb5bd;
}


/* item */

.item__inner {
    margin: 0 auto;
    width: 1020px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .item__inner {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .item__inner {
        margin: 0 auto;
        width: 100%;
    }
}

.item__logo img {}

@media screen and (max-width:767px) {
    .item__logo img {
        width: 300px;
    }
}

.item__top__box {
    margin-top: 7.5rem;
    text-align: center;
}

@media screen and (max-width:767px) {
    .item__top__box {
        margin-top: 0;
    }
}

.item__top__box>div {
    font-size: 0.625rem;
    margin-bottom: 0.187rem;
}

.item__left {
    padding-top: 7.5rem;
}

.item__left div {
    margin-bottom: 1.12rem;
}

.item__left a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

.item__left a:hover {
    text-decoration: none;
    border-bottom: 1px solid #adb5bd;
}

.item__right {
    padding-left: 2.375rem;
}

@media screen and (max-width:767px) {
    .item__right {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

.item__select__box {
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(242, 242, 242, 0.7);
    border: 1px solid #999;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    cursor: pointer;
    font-size: 10px;
    line-height: 17px;
    margin: 43pz auto 136px;
    padding: 3px 0 3px 20px;
    transition: 0.1s;
    opacity: 1;
    width: 145px;
    z-index: 7;
}

.item__select__box .item__select__arow {
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid black;
    width: 0;
    height: 0;
}

.item__select__box .item__select__elm {
    position: absolute;
    left: 0;
    /* bottom: -320px; */
    bottom: -110px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 11px 0 26px;
    text-align: center;
}

.item__select__box:hover .item__select__elm {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:767px) {
    .item__select__box:hover .item__select__elm {
        opacity: 0;
        visibility: hidden;
    }
}

.item__select__box .item__select__elm.itemseltgl {
    opacity: 1;
    visibility: visible;
}

.item__select__box .item__select__elm .item__select__row {
    background: rgb(242, 242, 242, 0.7);
    list-style: none;
    padding: 5px 0;
}

.item__select__box .item__select__elm .item__select__row a {
    color: #000;
    font-size: 10px;
    line-height: 17px;
    text-decoration: none;
}

.item__select__box .item__select__elm .item__select__row a:hover {
    text-decoration: none;
    background: none;
    color: #000;
    border-bottom: 1px solid #666;
}

.item__select select {
    font-size: 0.625rem;
    margin-top: 4.687rem;
    width: 90px;
}

.item__select select:first-child {
    margin-right: 3rem;
}

@media screen and (max-width:767px) {
    .item__select select:first-child {
        margin-right: auto;
    }
}

.item__select select:last-child {
    margin-left: auto;
}

.item__page__pc .page-link {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.item__page__sp {
    margin-bottom: 5rem;
}


/* styling */

.styling__inner {
    margin: 0 auto;
    width: 392px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .styling__inner {
        margin: 0 auto;
    }
}

@media screen and (max-width:767px) {
    .styling__inner {
        margin: 0 auto;
        width: 100%;
    }
}

.styling__inner a {
    color: #000;
    text-decoration: none;
}

.styling__inner a:hover {
    color: #000;
    text-decoration: none;
    opacity: 80%;
}

.styling__box {
    margin-bottom: 25.8rem;
}

@media screen and (max-width:767px) {
    .styling__box {
        margin-bottom: 14.1rem;
    }
}

.styling__box>div {
    margin-left: 0;
    margin-right: 0;
}

.styling__box>div img {
    width: 100%;
}

.styling__box .row-cols-3>* {
    margin-left: 0;
    margin-right: 1%;
    padding-left: 0;
    padding-right: 0;
    width: 32.6%;
}

.styling__box .row-cols-3 div.col:last-child {
    margin-right: 0;
}

.styling__font1 {
    font-size: 0.5rem;
}

.styling__font2 {
    font-size: 0.625rem;
}

.styling__font3 {
    font-size: 0.875rem;
}

.styling__inner .carousel-control-prev {}

.styling__inner .carousel-control-next {}

@media screen and (max-width:767px) {
    .styling__inner .carousel-control-prev {
        display: none;
    }
    .styling__inner .carousel-control-next {
        display: none;
    }
}


/* detail */

.detail__cont {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.detail__inner {
    margin: 0 auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 1020px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .detail__inner {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .detail__inner {
        margin: 0 auto;
        width: 100%;
    }
}

.detail__inner-top {
    margin-top: 3.75rem;
    margin-bottom: 7.187rem;
}

@media screen and (max-width:767px) {
    .detail__inner-top {
        margin-top: 1rem;
        margin-bottom: 7.187rem;
    }
}

.detail__inner-check {}

@media screen and (max-width:767px) {
    .detail__inner-check {
        padding-left: 0;
        padding-right: 0;
    }
}

.detail__box {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 1.25rem;
}

@media screen and (max-width:767px) {
    .detail__box {
        display: block;
    }
}

.detail__box>div:first-child {
    margin-right: 12px;
    width: 447px;
    margin-right: 1.2%;
    width: 43.823%;
}

.detail__box>div:last-child {
    width: 54.411%;
}

@media screen and (max-width:767px) {
    .detail__box>div:first-child {
        margin-right: auto;
        width: 100%;
    }
    .detail__box>div:last-child {
        width: 100%;
    }
}

.detail__head {
    font-size: 1.25rem;
}

@media screen and (max-width:767px) {
    .detail__head {
        font-size: 0.875rem;
    }
}

.detail__box__right {
    position: relative;
}

.detailtab__mgn {
    margin-top: 7.5rem;
}

@media screen and (max-width:767px) {
    .detailtab__mgn {
        margin-top: 3.513rem;
    }
}

.detail__tab li {
    background: #f2f2f2;
    width: 50%;
}

@media screen and (max-width:767px) {
    .detail__tab li {
        text-align: center;
    }
}

.detail__tab li a {
    color: #000;
}

.detailtab__elm {
    font-size: 0.85rem;
    margin-top: 2.375rem;
}

@media screen and (max-width:767px) {
    .detailtab__elm {
        font-size: 0.75rem;
        margin-top: 1.312rem;
    }
}

.detailtab__elm span {
    display: block;
}

.detailtab__txt {
    font-size: 0.75rem;
}

.detailtab__txt2 {
    font-size: 1.125rem;
    margin-top: 2.375rem;
    margin-bottom: 1.875rem;
}

@media screen and (max-width:767px) {
    .detailtab__txt2 {
        font-size: 0.875rem;
        margin-top: 1.437rem;
    }
}

.detailtab__elm .row {
    border-bottom: 1px solid #808080;
    padding-bottom: 0.875rem;
    margin-bottom: 0.875rem;
}

@media screen and (max-width:767px) {
    .detailtab__elm .row {
        margin-left: 0.8vw;
        margin-right: 0.8vw;
    }
}

.detailtab__elm .row div div {
    margin-bottom: 2.062rem;
}

.detailtab__elm__rowsp .row {}

@media screen and (max-width:767px) {
    .detailtab__elm__rowsp .row {
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }
}

.detailtab__elm__rowsp .col {}

@media screen and (max-width:767px) {
    .detailtab__elm__rowsp .col {
        margin-bottom: 0 !important;
    }
}

.detailtab__link {
    margin-top: 1.75rem;
    margin-bottom: 7.1875rem;
}

@media screen and (max-width:767px) {
    .detailtab__link {
        margin-top: 1.062rem;
        margin-bottom: 4.25rem;
    }
}

.detailtab__link a {
    color: #0071bc;
    font-size: 0.875rem;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .detailtab__link a {
        font-size: 0.75rem;
    }
}

.detailtab__link a:hover {
    border-bottom: 1px solid #666;
    text-decoration: none;
}

.detailtab__elm span {}

@media screen and (max-width:767px) {
    .detailtab__elm span {
        display: block;
    }
}

.detailreview__box {
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .detailreview__box {
        position: relative;
        margin-top: 0.437rem;
    }
}

.detailreview__box a {
    color: #000;
    font-size: 0.75rem;
    text-decoration: none;
}

.detailreview__box a:hover {
    text-decoration: none;
    background: none;
    color: #000;
    border: none;
    opacity: 0.8;
}

.detailheart__box {}

.detailheart__box>div:first-child {
    position: absolute;
    top: 110px;
    right: 70px;
}

.detailheart__box>div:last-child {
    position: absolute;
    top: 110px;
    right: -40px;
}

@media only screen and (min-width:768px) {
    .detailheart__box>div:first-child {
        position: absolute;
        top: 110px;
        right: 5.124vw;
    }
    .detailheart__box>div:last-child {
        position: absolute;
        top: 110px;
        right: -2.928vw;
        right: 0;
    }
}

@media screen and (max-width:767px) {
    .detailheart__box>div:first-child {
        position: absolute;
        top: 2vw;
        right: 0;
    }
    .detailheart__box>div:last-child {
        position: absolute;
        top: -3.5vw;
        right: 0;
    }
}

.detailheart__box a {
    color: #000;
    font-size: 0.75rem;
    text-decoration: none;
}

.detailheart__box a:hover {
    text-decoration: none;
    background: none;
    color: #000;
    border: none;
    opacity: 0.8;
}

.detailreview__elm {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.detailshose__box {
    font-size: 0.875rem;
    margin-top: 1.25rem;
    margin-bottom: 1.75rem;
}

@media screen and (max-width:767px) {
    .detailshose__box {
        border-top: 1px solid #b3b3b3;
        border-bottom: 1px solid #b3b3b3;
        margin-top: 0.437rem;
        margin-bottom: 0.75rem;
        padding-top: 6px;
        padding-bottom: 16px;
    }
}

.detailorder__box {}

.detailorder__box>div {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 0.75rem;
    line-height: 3.75rem;
    margin-left: 0.75rem;
}

.detailorder__box>div>div:first-child {
    color: #000;
    font-size: 1rem;
}

.detailorder__box>div:first-child>div {
    color: #000 !important;
    font-size: 0.75rem !important;
    line-height: 1rem;
}

.detailorder__btn a {
    display: block;
    background: #350417;
    color: #fff;
    line-height: 16px;
    margin-top: 10px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 154px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailorder__btn a {
        width: 11.273vw;
    }
}

.detailorder__btn a:hover {
    background: #fff;
    border: 1px solid #350417;
    color: #350417;
    text-decoration: none;
}

.detailorder__btn.order_soldout a {
    background: #333;
}

.detailorder__btn.order_soldout a:hover {
    background: #fff;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}

.detailorder__btn.order_request a {
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 0.625rem;
    width: 94px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailorder__btn.order_request a {
        width: 11vw;
        width: 98%;
    }
}

.detailorder__btn.order_request a:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    text-decoration: none;
}

.detailconf__box {
    position: absolute;
    bottom: -100px;
    /*margin-top: 1rem;*/
    text-align: right;
    right: -1vw;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailconf__box {
        bottom: -8.32vw;
        width: 98%;
    }
}

@media screen and (max-width:767px) {
    .detailconf__box {
        display: block;
        position: relative;
        bottom: 0;
        right: 0vw;
    }
}

.detailconf__btn1 a {
    display: block;
    background: #350417;
    border: 1px solid #350417;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #fff;
    font-size: 0.875rem;
    line-height: 3.75rem;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 530px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailconf__btn1 a {
        width: 38.799vw;
    }
}

@media screen and (max-width:767px) {
    .detailconf__btn1 a {
        font-size: 0.75rem;
        line-height: 2.5rem;
        margin-bottom: 0.75rem;
        width: 100%;
    }
}

.detailconf__btn1 a:hover {
    background: #fff;
    border: 1px solid #350417;
    color: #350417;
    text-decoration: none;
}

.detailconf__btn2 a {
    display: block;
    background: #fff;
    border: 1px solid #4a0909;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #1a1a1a;
    font-size: 0.875rem;
    line-height: 3.75rem;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    width: 530px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailconf__btn2 a {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .detailconf__btn2 a {
        font-size: 0.75rem;
        line-height: 2.5rem;
        width: 100%;
    }
}

.detailconf__btn2 a:hover {
    background: #4a0909;
    border: 1px solid #4a0909;
    color: #fff;
    text-decoration: none;
}

.detail__box2 {
    display: flex;
    flex-wrap: wrap;
    margin: 21px auto;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detail__box2 {
        margin: 1.537vw auto;
    }
}

@media screen and (max-width:767px) {
    .detail__box2 {
        margin: 1.866vw auto 6.933vw;
    }
}

.detail__box2>div {
    flex: 1 1 auto;
    flex-basis: 12.0625%;
    max-width: 12.0625%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
}

.detail__box2>div:nth-child(8n) {
    margin-right: 0;
}

.detailsns__box {
    position: absolute;
    bottom: -153px;
}

@media only screen and (min-width:768px) and (max-width:1019px) {
    .detailsns__box {
        bottom: -12.5vw;
    }
}

@media screen and (max-width:767px) {
    .detailsns__box {
        display: block;
        position: relative;
        bottom: 0;
        margin-top: 1rem;
    }
    .detailsns__box>div {
        justify-content: flex-end !important;
    }
}

.detailsns__box div div:nth-of-type(1) {
    margin-right: 5.187rem;
}

.detailsns__box div div:nth-of-type(2) {
    margin-right: 1.875rem;
}

.detailsns__box div div:nth-of-type(3) {
    margin-right: 1.25rem;
}

@media screen and (max-width:767px) {
    .detailsns__box div div:nth-of-type(1) {
        font-size: 0.75rem;
        margin-right: 1.937rem;
    }
    .detailsns__box div div:nth-of-type(2) {
        margin-right: 0.75rem;
        width: 0.625rem;
    }
    .detailsns__box div div:nth-of-type(3) {
        margin-right: 0.75rem;
        width: 1.125rem;
    }
    .detailsns__box div div:nth-of-type(4) {
        margin-right: 0.75rem;
        width: 1.25rem;
    }
}

.detailitem__box {}

.detail__box3 {
    display: flex;
    flex-wrap: wrap;
    margin: 48px auto 0;
}

@media screen and (max-width:767px) {
    .detail__box3 {
        margin: 0.562rem auto 0;
    }
}

.detail__box3>div {
    flex: 1 1 auto;
    flex-basis: 24%;
    max-width: 24%;
    margin-left: 0;
    margin-right: 1.3%;
    margin-bottom: 5.4%;
}

.detail__box3>div:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .detail__box3>div {
        flex-basis: 24%;
        max-width: 24%;
        margin-left: 0;
        margin-right: 1.3%;
        margin-bottom: 3.5%;
    }
}

.detail__box3 img {
    width: 100%;
}

.detailspecial__box {
    margin-bottom: 8.75rem;
}

@media screen and (max-width:767px) {
    .detailspecial__box {
        margin-bottom: 2.062rem;
    }
}

.detailspecial__box>div:first-child {
    font-size: 1.25rem;
    margin-bottom: 1.43rem;
}

@media screen and (max-width:767px) {
    .detailspecial__box>div:first-child {
        font-size: 0.875rem;
        margin-bottom: 1rem;
    }
}

.detailspecial__box>div:last-child {
    margin-left: 0;
    margin-right: 0;
}

.detailspecial__box>div:last-child .col {
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    width: 32%;
}

.detailspecial__box>div:last-child .col:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width:767px) {
    .detailspecial__box>div:last-child .col {
        margin-left: 0;
        margin-right: 4%;
        padding-left: 0;
        padding-right: 0;
        width: 48%;
    }
    .detailspecial__box>div:last-child .col:nth-child(3n) {
        margin-right: 4%;
    }
    .detailspecial__box>div:last-child .col:nth-child(2n) {
        margin-right: 0
    }
}

.detailspecial__box>div:last-child img {
    width: 100%;
}

.detailspecial__txt1 {
    font-size: 0.75rem;
    margin-top: 0.187rem;
    margin-bottom: 0.8rem;
}

.detailspecial__txt2 {
    font-size: 0.625rem;
}

@media screen and (max-width:767px) {
    .detailspecial__txt2 {
        margin-bottom: 2.5rem;
    }
}

.detailrecommen__box {
    margin-bottom: 9.687rem;
}

@media screen and (max-width:767px) {
    .detailrecommen__box {
        margin-bottom: 2.9375rem;
    }
}

.detailrecommen__box>div:first-child {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

@media screen and (max-width:767px) {
    .detailrecommen__box>div:first-child {
        font-size: 1rem;
        margin-bottom: 1.062rem;
    }
}

.detailrecommen__box .row {
    margin-left: 0;
    margin-right: 0;
}

.detailrecommen__box>div .col:last-child {
    margin-right: 0;
}

@media screen and (max-width:767px) {
    .detailrecommen__box>div .col:nth-child(2n) {
        margin-right: 0;
    }
}

.detailrecommen__box>div .col {
    margin-left: 0;
    margin-right: 2.5%;
    padding-left: 0;
    padding-right: 0;
    width: 18%;
}

@media screen and (max-width:767px) {
    .detailrecommen__box>div .col {
        margin-left: 0;
        margin-right: 4%;
        padding-left: 0;
        padding-right: 0;
        width: 48%;
    }
}

.detailrecommen__box img {
    width: 100%;
}

.detailchk__box {
    margin-bottom: 2.1875rem;
}

@media screen and (max-width:767px) {
    .detailchk__box {
        background: #f2f2f2;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
}

.detailchk__box>div:first-child {
    font-size: 1.25rem;
}

.detailchk__elm {
    margin-top: 0.75rem;
}

@media screen and (max-width:767px) {
    .detailchk__elm {
        padding: 1.437rem 0;
    }
}

.detailchk__elm>div:first-child {
    color: #1a1a1a;
    font-size: 2.125rem;
    margin-left: 3.125rem;
    margin-right: 0.5rem;
    text-align: center;
}

@media screen and (max-width:767px) {
    .detailchk__elm>div:first-child {
        margin-left: 0;
    }
}

.detailchk__elm>div:first-child div {
    font-size: 0.875rem;
}

.detailchk__elm>div:last-child {
    font-size: 0.75rem;
    margin-left: 2.062rem;
}

.detailchk__elm>div:not(:first-child) {
    margin-top: 0.937rem;
}

.detailchk__elm>div:last-child span {
    margin-left: 0.075rem;
}

.detailcoment__box {
    background: #f1f1f1;
    font-size: 0.875rem;
    margin: 0 0.625rem 1.125rem;
    padding: 15px 50px 20px;
}

@media screen and (max-width:767px) {
    .detailcoment__box {
        font-size: 0.75rem;
        margin: 0 auto 1.25rem;
        padding: 0.9375rem 1.062rem;
    }
}

.detailcoment__box>div {
    border-bottom: 1px solid #333333;
    padding-bottom: 1.875rem;
}

.detailcoment__box>div>div {
    margin-bottom: 0.312rem;
}

.detailcoment__box>div>div:nth-child(1) {
    margin-bottom: 0.562rem;
}

.detailcoment__box>div>div:nth-child(2) {
    font-size: 0.625rem;
    color: #808080;
}

.detailcoment__box>div>div:nth-child(4) {
    font-size: 1rem;
    margin-bottom: 0.437rem;
}

@media screen and (max-width:767px) {
    .detailcoment__box>div>div:nth-child(4) {
        font-size: 0.875rem;
    }
}

.c__button__detailmore {
    margin-top: 0.875rem;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media screen and (max-width:767px) {
    .c__button__detailmore {
        margin-left: 0;
        margin-right: 0;
    }
}

.c__button__detailmore button {
    text-align: center;
    width: 100%;
    font-size: 0.875rem;
    background: #f1f1f1;
    line-height: 4.125rem;
}

@media screen and (max-width:767px) {
    .c__button__detailmore button {
        line-height: 2.5rem;
    }
}

.c__button__detailmore button:hover {
    background: #808080;
    border: 1px solid #f1f1f1;
    color: #f1f1f1;
    text-decoration: none;
}


/* modal */

.modal-header div {
    display: block;
    background: #ccc;
    border-radius: 50%;
    padding-top: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.modal-header .btn-close {
    margin: 0;
    padding: 0;
}

.modalorder__box {
    margin-bottom: 2.937rem;
}

.modalorder__head {
    background: #f3f3f3;
    padding: 0.437rem 1.875rem;
}

.modalorder__head>div:last-child {
    padding-left: 1.25rem;
}

.modalorder__head>div>div:last-child {
    font-size: 1.125rem;
}

.modalorder__body {
    padding: 1.125rem;
}

.modalorder__body>div {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 0.75rem;
    line-height: 3.75rem;
    margin-left: 0.75rem;
}

.modalorder__body {}

.modalorder__body>div {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 0.68rem;
    line-height: 2.81rem;
    margin: 0 auto;
}

.modalorder__body>div:first-child {
    border-top: 1px solid #ccc;
}

.modalorder__body>div>div:nth-child(2) {
    position: relative;
    font-size: 0.5rem;
}

.modalorder__body>div>div:nth-child(2) span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #888;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    line-height: 1.062rem;
    margin: auto;
    text-align: center;
    width: 3.187rem;
    height: 1.062rem;
}

.modalorder__body>div>div:last-child {
    position: relative;
}

.modalorder__btn a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #350417;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
    font-size: 0.6875rem;
    line-height: 1.937rem;
    margin: auto;
    text-align: center;
    text-decoration: none;
    height: 1.937rem;
}

.modalorder__btn a:hover {
    background: #fff;
    border: 1px solid #350417;
    color: #350417;
    text-decoration: none;
}

.modalorder__btn.order_soldout a {
    background: #333;
    font-size: 0.625rem;
    /* line-height: 0.875rem; */
}

.modalorder__btn.order_soldout a:hover {
    background: #fff;
    border: 1px solid #333;
    color: #333;
    text-decoration: none;
}

.modalorder__btn a span {
    display: block;
    font-size: 0.5625rem;
}

.modal-footer {
    border-top: none;
}

.modal-footer button {
    font-size: 0.75rem;
    line-height: 3.75rem;
    width: 100%;
}


/* form */

.form__inner {
    margin: 0 auto;
    width: 572px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .form__inner {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .form__inner {
        margin: 0 auto;
        width: 100%;
    }
}

.form__adv__box {
    height: 2071px;
}

@media screen and (max-width:767px) {
    .form__adv__box {
        height: 1135px;
    }
}

.form__inner span {}

@media screen and (max-width:767px) {
    .form__inner span {
        display: block;
    }
}

.form__check__row {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.form__check__row>div {
    display: inline-block;
    text-align: left;
}

.form__check__row>div label {
    padding-left: 12px;
}

.form__btn {
    padding-bottom: 8rem;
}

.form__btn button {
    width: 240px;
}

@media screen and (max-width:767px) {
    .form__btn button {
        width: 64vw;
    }
}

.form__btn button.btn-dark:hover {
    background-color: #fff;
    border-color: #212529;
    color: #212529;
}


/* footer */

.footer {
    border-top: 1px solid #999999;
}

@media screen and (max-width:767px) {
    .footer {
        border-top: none;
    }
}

.foot__inner {
    color: #4d4d4d;
    font-size: 0.875rem;
    margin: 0 auto;
    width: 1020px;
}

@media only screen and (min-width:768px) and (max-width:1050px) {
    .foot__inner {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .foot__inner {
        font-size: 0.75rem;
        margin: 0 auto;
        width: 100%;
    }
}

.foot__inner>div:nth-of-type(1) {
    border-right: 1px solid #999999;
}

.foot__inner>div:nth-of-type(2) {
    border-right: 1px solid #999999;
    padding-left: 4.687rem;
}

@media screen and (max-width:767px) {
    .foot__inner>div:nth-of-type(2) {
        border-right: none;
        padding-left: 1.25rem;
    }
}

.foot__inner>div:nth-of-type(3) {
    border-right: none;
    padding-left: 2.375rem;
}

.foot__inner div div {
    margin-bottom: 1rem;
}

.foot__inner div div.foot__mb {
    margin-bottom: 1.75rem;
}

.foot__inner a {
    color: #4d4d4d;
    font-size: 0.875rem;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .foot__inner a {
        font-size: 0.625rem;
    }
}

.foot__inner a:hover {
    text-decoration: none;
    border-bottom: 1px solid #666;
}

.foot__inner div div.foot__mb a {}

@media screen and (max-width:767px) {
    .foot__inner div div.foot__mb a {
        font-size: 0.75rem;
    }
}

.foot__inner>div:last-child a:hover {
    text-decoration: none;
    border-bottom: none;
    opacity: 0.8;
}

.foot__ico div.foot__mb {}

@media screen and (max-width:767px) {
    .foot__ico div.foot__mb {
        font-size: 0.75rem;
        margin-top: 2.375rem;
        text-align: center;
    }
}

.foot__ico div div {
    margin-right: 1.75rem;
}

.foot__ico div div:nth-of-type(2) {}

@media screen and (max-width:767px) {
    .foot__ico div div {
        width: 24px;
    }
    .foot__ico div div:nth-of-type(2) {
        width: 14px;
    }
}

.foot__copy {
    color: #4d4d4d;
    font-size: 0.75rem;
    margin-top: 2.375rem;
    margin-bottom: 1.125rem;
}

@media screen and (max-width:767px) {
    .foot__copy {
        font-size: 0.5rem;
        margin-top: 0.875rem;
    }
}