@charset "UTF-8";

:root {
    --bg-color-blue: #ebf3f7;
    --color-home-hobby: #f13070;
    --color-fashion: #005293;
    --color-recommend: #afafaf;
}

html {
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover {
    color: #999;
}

a.link-blue {
    color: #087bdf;
    text-decoration: underline;
}
a.link-blue:hover {
    text-decoration: none;
}

.form-control::placeholder {
    color: #bbb;
}

/* common ---------------------------------------*/
.inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
    width: 71.5rem;
}
.hover-opacity {
    transition: opacity .3s linear;
}
.hover-opacity:hover {
    opacity: .7;
}
.ico-arrow-bottom {
    padding-right: 1rem;
    position: relative;
}
.ico-arrow-bottom::after {
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    content: '';
    color: #000;
    display: inline-block;
    height: 0.35rem;
    line-height: 1;
    position: absolute;
    right: 0;
    transform: translateY(25%) rotate(135deg);
    top: 0.25rem;
    vertical-align: middle;
    width: 0.35rem;
}
.ttl-normal-heading {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    margin-bottom: 3.75rem;
}
.ttl-bg-heading {
    background-size: cover;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
    margin-bottom: 3.75rem;
    padding: 8.125rem 0;
}
.ttl-triangle {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
}
.ttl-triangle::before {
    border-left: 14px solid #0077de;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    top: calc(50% - 8px);
    width: 0;
}
.table-normal {
    font-size: 0.875rem;
}
.table-normal tbody th {
    background: #f3f3f3;
    padding: 1.25rem 1.875rem;
}
.table-normal tbody td {
    padding: 1.25rem 1.875rem;
}
.cat {
    background: #ddd;
    border: 1px solid #d6d6d6;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.875rem;
    text-align: center;
    width: 9.375rem;
}
.cat.cat-all {
    background: #fff;
}
.cat.cat-for-home-hobby {
    background: var(--color-home-hobby);
    color: #fff;
}
.cat.cat-for-fashion {
    background: var(--color-fashion);
    color: #fff;
}
.cat.cat-recommend {
    background: var(--color-recommend);
    color: #fff;
}
.cat.cat-new {
    background: #000;
    color: #fff;
}
.cat.product-cat {
    border-radius: 1.5625rem;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.5625rem;
    padding: 0 0.5rem;
    width: auto;
}
.cat-list-big .cat {
    font-size: 0.875rem;
    padding: 1rem 3.125rem;
    width: auto;
}

.arrow-left {
    position: relative;
}
.arrow-left::after {
    border-top: solid 1px #a3a3a3;
    border-right: solid 1px #a3a3a3;
    content: '';
    display: block;
    height: 10px;
    left: 2rem;
    -webkit-transform: rotate(-135deg);
    position: absolute;
    transform: rotate(-135deg);
    top: 30%;
    width: 10px;
}
.arrow-right {
    position: relative;
}
.arrow-right::after {
    border-top: solid 1px #a3a3a3;
    border-right: solid 1px #a3a3a3;
    content: '';
    display: block;
    height: 10px;
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 2rem;
    transform: rotate(45deg);
    top: 30%;
    width: 10px;
}

.select-black-normal {
    margin-bottom: 2.75rem;
    position: relative;
    width: 46%;
}
.select-black-normal::before,
.select-black-normal::after {
    position: absolute;
    content: '';
    pointer-events: none;
}
.select-black-normal::before {
    background: #000;
    content: '';
    display: inline-block;
    height: 3.75rem;
    right: 0;
    width: 3.75rem;
}
.select-black-normal::after {
    position: absolute;
    top: 50%;
    right: 1.8rem;
    transform: translate(50%, -50%) rotate(45deg);
    width: 0.75rem;
    height: 0.75rem;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    content: '';
}
.select-black-normal select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor: pointer;
    line-height: 3.75rem;
    padding: 0 1rem;
    width: 100%;
}
.select-black-normal select:focus {
    outline: 1px solid #2589d0;
}


.products-list {

}
.products-list .product-detail {
    background: #fff;
}
.products-list .product-detail .img-wrap {
    position: relative;
}
.products-list .product-detail .img-wrap .img img {
    width: 100%;
}
.products-list .img-wrap .ico-sale {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
}
.products-list .img-wrap .ico-sale img {
    height: 2.375rem;
    width: 2.375rem;
}
.products-list .product-detail .data-wrap {
    padding: 1rem;
}
.products-list .product-detail .text {

}
.input-black-normal {
    width: 41%;
}
.input-black-normal input {
    background: #fff;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 1rem;
    width: 100%;
}
.input-black-normal button {
    background: #000;
    height: 3.75rem;
    width: 3.75rem;
}
.input-black-normal button img {
    width: 1.625rem;
}


#pagination {
    margin-bottom: 6.25rem;
}
#pagination .page-link {
    padding: 0.5rem 1.15rem;
}

#pagination-detail {
    font-size: 0.875rem;
    margin-bottom: 5.25rem;
}
#pagination-detail .prev {
    padding-left: 1.25rem;
}
#pagination-detail .arrow-left::after {
    left: 0;
}
#pagination-detail .next {
    padding-right: 1.25rem;
}
#pagination-detail .arrow-right::after {
    right: 0;
}

.form-wrap {
    background: #fafafa;
    border: 1px solid #dadada;
    font-size: 0.875rem;
    margin-bottom: 5rem;
    padding: 2rem 10rem 3.75rem 10rem;
}
.form-wrap input[type=text],
.form-wrap input[type=number],
.form-wrap input[type=email],
.form-wrap input[type=tel],
.form-wrap input[type=password],
.form-wrap textarea {
    padding: 0.9rem 1.5rem;
}
#select-prefecture {
    font-size: 1rem;
    max-width: 100%;
    width: 17.5rem;
}
.ico-required {
    background: #cd0000;
    border-radius: 4px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: normal;
    margin-left: 0.5rem;
    padding: 0.2rem 0.3rem;
}
.btn-to-confirm {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 2rem;
    padding: 0.75rem 5rem;
}
.btn-to-confirm:hover {
    background: #666;
    color: #fff;
}
.btn-more {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3rem;
    font-size: 0.875rem;
    line-height: 3rem;
    text-align: center;
    width: 15rem;
}

#instagram-wrap {
    margin-bottom: 4.375rem;
    padding: 4.375rem 0 5rem 0;
}
#instagram-wrap .ttl-instagram {
    font-size: 1.75rem;
    letter-spacing: 0.1rem;
    margin-bottom: 2rem;
}
#instagram-wrap .ttl-instagram .ico-instagram {
    margin-right: 1rem;
    width: 1.875rem;
}
#instagram-wrap .instagram-list {
    gap: 6%;
    margin-bottom: .375rem;
    padding: 0 5rem;
}
#instagram-wrap .instagram-list .list {
    margin-bottom: 2rem;
    position: relative;
    width: 20%;
}
#instagram-wrap .instagram-list li:before{
    content: "";
    display: block;
    padding-top: 100%;
}
#instagram-wrap .instagram-list .list img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
}

.tab-place-list {

}
.tab-place-list .tab {
    border: 1px solid #dadada;
    color: #999;
    font-size: 0.9375rem;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 1rem 5rem;
}
.tab-place-list .tab.active {
    background: #fafafa;
    border-bottom: 1px solid #fafafa;
    color: #005293;
}
#address-copy-wrap .btn-sub {
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 0.875rem;
    line-height: 2.375rem;
    margin-left: 0.625rem;
    padding: 0 1.875rem;
}

.custom-input-body {
    font-size: 0.875rem;
}
.custom-input-body h3 {
    font-size: 1.125rem;
    font-weight: bold;
}
.custom-input-body h4 {
    color: #0379de;
    font-size: 1rem;
    font-weight: bold;
}
.custom-input-body h5 {
    font-size: 0.875rem;
    font-weight: bold;
}
.custom-input-body .red {
    color: #cd0000;
}
.custom-input-body .bold {
    font-weight: bold;
}
.custom-input-body a {
    text-decoration: underline;
}
.custom-input-body a:hover {
    text-decoration: none;
}
.custom-input-body ul {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 1rem;
}
.custom-input-body ul li {
    line-height: 2rem;
    position: relative;
}
.custom-input-body ul > li:before {
    color: #0077de;
    content: "???";
    font-size: 2.5rem;
    left: -2rem;
    position: absolute;
    top: -0.1rem;
}
.custom-input-body ul li > ul {
    font-size: 0.875rem;
    font-weight: normal;
}
.custom-input-body ul li > ul > li:before {
    color: #0077de;
    content: "???";
    font-size: 0.5rem;
    font-weight: bold;
    left: -1rem;
    position: absolute;
    top: 0rem;
}
.custom-input-body table {
    border: 1px solid #dadada;
}
.custom-input-body table th {
    background: #f3f3f3;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    font-weight: bold;
    padding: 1rem 2rem;
}
.custom-input-body table td {
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 1rem;
}

.lum-lightbox-inner img.lum-img {
    max-width: 100%;
}
.lum-lightbox.lum-open {
    z-index: 2;
}

/* header -------------------------------------- */
#header {
    background: #fff;
    padding: 1rem 1rem 1rem 2rem;
    position: relative;
    z-index: 100;
}
#header-nav {
    font-size: 0.8125rem;
    font-weight: bold;
}
#ico-header-cart {
    width: 1.3125rem;
}
#ico-header-favorite {
    width: 1.1875rem;
}
#header-search {
    position: relative;
    display: flex;
    width: 100%;
}
#header-search-input {
    font-size: 0.75rem;
    width: 7.5rem;
    flex-grow: 1;
    padding: 0.7rem 0 0.7rem 0.8rem;
    border: 1px solid #333;
    border-radius: 1.5rem;
}
#header-search button {
    position: absolute;
    right: 0.4rem;
    cursor: pointer;
    top: -0.1rem;
}
#header-search button img {
    width: 0.75rem;
}
#header-search input:focus {
    outline: 0;
    box-shadow: 0 0 5px #e1e1e1, 0 0 10px #e1e1e1, 0 0 15px #e1e1e1;
}

#header-search button:hover {
    color: #4eadb8;
    transform: scale(1.2);
}
#btn-menu {
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
}
#btn-menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0.875rem;
    height: 0.1875rem;
    border-radius: 0.125rem;
    background: #000;
    width: 45%;
}
#btn-menu span:nth-of-type(1) {
    top: 0.9375rem;
}
#btn-menu span:nth-of-type(2) {
    top: 1.4375rem;
}
#btn-menu span:nth-of-type(3) {
    top: 1.9375rem;
}
#btn-menu.active span:nth-of-type(1) {
    top: 1.125rem;
    left: 1.125rem;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
#btn-menu.active span:nth-of-type(2) {
    opacity: 0;
}
#btn-menu.active span:nth-of-type(3) {
    top: 1.875rem;
    left: 1.125rem;
    transform: translateY(-0.375rem) rotate(45deg);
    width: 30%;
}
#bg-hamburger {
    backdrop-filter: blur(0.75rem);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#bg-hamburger.active {
    display: block;
}
#hamburger-menu {
    display: none;
    font-size: 0.75rem;
    min-height: 100%;
    letter-spacing: 0.125rem;
    position: absolute;
    right: 0;
    transition: opacity .3s linear;
    top: 5rem;
    width: 100%;
    z-index: 10;
}
#hamburger-menu.active {
    display: block;
}
#hamburger-menu nav {
    background: rgba(255,255,255,0.9);
    height: 100%;
    margin-left: auto;
    padding: 1.25rem 3.125rem;
    width: 23.75rem;
}
#hamburger-menu #ico-header-human {
    width: 1.125rem;
}
#hamburger-menu .accordion-button {
    background: none;
}
#hamburger-menu .accordion-button:focus {
    border: 0;
    box-shadow: none;
}
.hamburger-search #header-search-input {
    border: 0;
}
.hamburger-search #header-search button {
    right: 1rem;
    top: 0.6rem;
}
.hamburger-search #header-search button img {
    width: 1.5rem;
}
#breadcrumb-wrap {
    background: #f5f5f5;
    color: #999;
    font-size: 0.625rem;
    padding: 0.5rem;
}
#breadcrumb-wrap .breadcrumb {
    margin: auto;
    width: 69.5rem;
    max-width: 100%;
}
#breadcrumb-wrap .breadcrumb .breadcrumb-item {
    padding-right: 1rem;
}
#breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1rem;
}


/* footer -------------------------------------- */
#footer {
    background: var(--bg-color-blue);
    padding: 4.375rem 0;
}
#page-top {
    background: #6f6f6f;
    height: 3.75rem;
    position: absolute;
    right: 2.5rem;
    top: -1.875rem;
    transition: all  0.3s ease;
    width: 3.75rem;
}
#page-top:hover {
    background: #999;
}
#page-top .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 1rem;
    height: 1rem;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
#footer .menu-list {
    gap: 12%;
}
#footer .menu-list ul {
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
}
#footer .menu-list .ttl {
    font-size: 0.875rem;
}
#footer .copyright {
    font-size: 0.625rem;
}

.is-login {
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 8px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.is-login-hobby {
    background-color: #f13070;
}

.is-login-fashion {
    background-color: #005293;
}

@media screen and (max-width:575px) {
    .is-login {
        font-size: 6px;
    }
}


/* slider -------------------------------------- */
.splide__arrow--prev {
    left: 0;
}
.splide__arrow--next {
    right: 0;
}
.splide__arrow {
    background: #000;
    border: 0;
    border-radius: 0;
    height: 2em;
    opacity: 1;
    top: 40%;
    width: 2em;
    z-index: 1;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}
.splide__arrow svg {
    fill: #fff;
    height: 0.8rem;
    width: 0.8rem;
}
.splide__pagination {
    bottom: -3em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination__page {
    background: #d9d9d9;
    border: 0;
    border-radius: 0;
    display: inline-block;
    height: 0.1875rem;
    margin: 0.25rem;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 1.625rem;
}
.splide__pagination__page.is-active {
    background: #181818;
    transform: scale(1);
    z-index: 1;
}

/* show room ------------------------*/
#show-room-wrap {
    margin-bottom: 5rem;
}
#show-room-wrap .show-room-section {
    margin-bottom: 3.75rem;
}
#show-room-wrap .company-images {
}
#show-room-wrap .company-images .img {
    width: 31%;
}
#show-room-wrap .company-images .img img {
    max-width: 100%;
}
#show-room-wrap .info-list {

}
#show-room-wrap .info-list dt {
    width: 5.625rem;
}
#show-room-wrap .info-list dd {
    width: calc(100% - 5.625rem);
}
#show-room-wrap .info {
    width: 60%;
}
#show-room-wrap .map {
    height: 15.5rem;
    width: 41%;
    margin-top:64px; 
}
#show-room-wrap .map iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
#show-room-wrap .text {
    color: #999;
    font-size: 0.875rem;
}


/* lg */
@media screen and (max-width:991px) {
    #hamburger-menu nav {
        width: 28.75rem;
    }
}

/* ??��??????????? */
@media screen and (max-width:768px) {
    .inner {
        margin: 0;
        padding: 0 1.5rem;
        width: 100%;
    }
    .cat-list-big .cat {
        font-size: 0.5rem;
        letter-spacing: inherit;
        padding: 0.5rem 1.3rem;
        width: auto;
    }
    .form-wrap {
        margin-bottom: 4.375rem;
        padding: 2.8125rem 1rem 4.375rem 1rem;
    }

}

/* sp */
@media screen and (max-width:575px) {
    #header {
        padding: 0.5rem 0.5rem 0.5rem 1rem;
    }
    #hamburger-menu nav {
        width: 100%;
    }
    #hamburger-menu {
        top: 4rem;
    }
    .header-log img {
        max-width: 23.1875rem;
        width: 100%;
    }
    #breadcrumb-wrap {

    }
    .ttl-bg-heading {
        margin-bottom: 1.875rem;
        padding: 3.75rem 0;
    }
    .cat.product-cat {
        font-size: 0.5625rem;
        line-height: 1rem;
        padding: 0 0.5rem;
    }
    #main-visual {
        margin-bottom: 4.3125rem;
    }
    .products-list .product-detail .data-wrap {
        padding: 0.5rem;
    }
    .products-list .product-detail .text {
        font-size: 0.6875rem;
    }
    #show-room-wrap .company-images .img {
        width: 49%;
    }
    #show-room-wrap .company-images .img:first-child {
        width: 100%;
    }
    #show-room-wrap .info {
        width: 100%;
    }
    #show-room-wrap .map {
        height: auto;
        width: 100%;
        margin-top:0; 
    }
    #instagram-wrap {
        margin-bottom: 3.75rem;
    }
    #instagram-wrap .instagram-list {
        padding: 0;
    }
    #instagram-wrap .btn-more {
        font-size: 0.875rem;
        line-height: 3rem;
        width: 12rem;
    }
    .tab-place-list .tab {
        font-size: 0.9375rem;
        font-weight: bold;
        margin-bottom: -1px;
        padding: 0.75rem 1.5rem;
    }
    #address-copy-wrap .btn-sub {
        font-size: 0.875rem;
        line-height: 3.375rem;
        margin: 0 0 0.5rem 0;
        padding: 0;
        width: 48%;
    }

    #page-top {
        background: #6f6f6f;
        bottom: 0;
        height: 3.75rem;
        position: absolute;
        right: 0rem;
        top: inherit;
        transition: all 0.3s ease;
        width: 3.75rem;
    }
    #footer .footer-logo {
        margin: auto;
        width: 15.9375rem;
    }
    #footer .footer-logo img {
        width: 100%;
    }
    #footer-sp-menu {
        letter-spacing: 0.125rem;
        margin-bottom: 2.5rem;
        padding: 0 2.5rem;
    }
    #footer-sp-menu .accordion-button {
        background: none;
        letter-spacing: 0.125rem;
    }
    #footer-sp-menu .accordion-button:focus {
        border: none;
        box-shadow: none;
    }
    #footer-sp-menu .footer-sp-menu-block {
        border-bottom: 1px solid #000;
    }

    .table-normal tbody th {
        display: block;
        padding: 1.25rem 1.875rem;
        text-align: center;
    }
    .table-normal tbody td {
        display: block;
        padding: 1.25rem 1.875rem;
    }
    .btn-more {
        border-radius: 4.5rem;
        font-size: 1.31255rem;
        line-height: 4.5rem;
        width: 22.5rem;
    }
    #form-products-search .input-wrap {
        width: 100%;
    }
    #form-products-search input {
        width: calc(100% - 3.75rem);
    }
}
