/* store common css */
h1,h2 {
    font-family: "Poppins", sans-serif;
}
/* ---------------------------------------------------------------------------------------------------------------------------- */
/* store css */
.store {
    padding: 112px 5% 84px;
}
.store-title {
    font-size: 2.4rem;
    margin-bottom: 69px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.offline-store {
    margin-bottom: 88px;
}
.store-wrap {
    margin-bottom: 58px;
}
.store-sec-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 38px;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.store-sec-title-jp {
    display: block;
    font-size: 1.2rem;
    margin-top: 9px;
    letter-spacing: 0.23em;
}
.store-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 321px;
    margin: 0 auto 18px;
}
.store-logo-cosme {
    width: 100px;
    height: 20px;
}
.store-logo-plaza {
    width: 115px;
    height: 40px;
}
.store-logo-loft {
    width: 58px;
    height: 40px;
}
.store-note {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    line-height: 1.5em;
}
.store-note span {
    padding-right: 2px;
}
.store-list-toggle {
	display: none;
}
.store-list-name {
    font-size: 1.6rem;
    border-top: 1px solid #C8CDD6;
    width: 100%;
    display: block;
    padding: 15px 8px 15px 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    position: relative;
}
.store-list-name span {
    transition: all .3s;
}
.store-list-name:hover span {
    opacity: 0.5;
}
.store-list-inner:nth-of-type(2) .store-list-name,
.store-list-inner:last-of-type .store-list-name {
    border-top: none;
}
.store-list-name::before,
.store-list-name::after {
    content: "";
    position: absolute;
    top: 22px;
    width: 14px;
    height: 1px;
    background-color: #18181B;
    right: 8px;
    transition: all .5s;
}
.store-list-name::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.store-list-name:hover::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.store-list-name:hover::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.store-list-name,
.store-list-wrap {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .5s;
}
.store-list-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 0.5%;
    height: 0;
    border-bottom: 1px solid #C8CDD6;
}
.store-list-item {
    width: calc(95% / 2);
    margin-top: 15px;
    letter-spacing: 0.13em;
}
.store-list-item:first-of-type,
.store-list-item:nth-of-type(2) {
    margin-top: 0;
}
.store-list-toggle:checked + .store-list-name {
    border-bottom: none;
    margin-bottom: 24px;
}
.store-list-toggle:checked + .store-list-name + .store-list-wrap {
	height: auto;
	transition: all .5s;
    padding-bottom: 59px;
    border-bottom: 1px solid #C8CDD6;
}
.store-list-toggle:checked + .store-list-name::before {
    -webkit-transform: rotate(0deg)!important;
	transform: rotate(0deg) !important;
}
.store-list-toggle:checked + .store-list-name::after {
    -webkit-transform: rotate(180deg)!important;
	transform: rotate(180deg) !important;
}
.online-store-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 20px;
}
.store-logo-img--online a {
    display: block;
}
.store-logo-img--online:hover{
    opacity: 0.6;
    transition: .3s;
}
.store-logo-amazon {
    width: 82px;
}
.store-logo-oliveyoung {
    width: 140px;
    height: 23px;
    margin-top: 6px;
}
.store-logo-qoo10 {
    width: 80px;
    height: 27px;
}
.store-logo-rakuten{
    width: 78px;
    height: 24px;
}
.online-store .store-sec-title {
    margin-bottom: 26px;
}
.online-store .store-wrap {
    margin-bottom: 0;
}
@media(min-width:500px){
    .store-list-item {
        font-size: 1.4rem;
    }
}
@media(min-width:768px) {
    .sp-br {
        display: none;
    }
    .store {
        max-width: calc(1096px + 10%);
        padding: 208px 5% 185px;
        margin: 0 auto;
    }
    .store-title {
        font-size: 3.2rem;
        margin-bottom: 126px;
    }
    .store-sec-title {
        font-size: 2.4rem;
        margin-bottom: 62px;
        letter-spacing: 0.1em;
    }
    .store-sec-title-jp {
        margin-top: 19px;
        letter-spacing: 0.36em;
    }
    .store-logo {
        max-width: 490px;
        margin: 0 auto 41px;
    }
    .store-logo-cosme {
        width: 145px;
        height: 30px;
    }
    .store-logo-plaza {
        width: 174px;
        height: 60px;
    }
    .store-logo-loft {
        width: 87px;
        height: 60px;
    }
    .store-note {
        letter-spacing: 0.13em;
    }
    .store-wrap {
        margin-bottom: 61px;
    }
    .store-list-wrap {
        padding: 0;
        justify-content: inherit;
    }
    .store-list-name {
        font-size: 1.8rem;
        padding: 19px 8px 21px 11px;
        cursor: pointer;
    }
    .store-list-name::before, .store-list-name::after {
        top: 29px;
        right: 19px;
    }
    .store-list-item {
        width: calc(96% / 3);
        margin-right: 2%;
        margin-top: 19px;
        letter-spacing: 0.12em;
        font-size: 1.4rem;
    }
    .store-list-item:nth-of-type(3n) {
        margin-right: 0;
    }
    .store-list-item:first-of-type, .store-list-item:nth-of-type(2), .store-list-item:nth-of-type(3) {
        margin-top: 0;
    }
    .store-list-toggle:checked + .store-list-name {
        margin-bottom: 34px;
    }
    .store-list-toggle:checked + .store-list-name + .store-list-wrap {
        padding-bottom: 99px;
    }
    .offline-store {
        margin-bottom: 135px;
    }
    .online-store .store-sec-title {
        margin-bottom: 63px;
    }
    .store-logo-amazon {
        width: 130px;
    }
    .store-logo-oliveyoung {
        width: 217px;
        height: 36px;
    }
    .store-logo-qoo10 {
        width: 117px;
        height: 40px;
    }
    .store-logo-rakuten{
        width: 117px;
        height: 36px;
    }
}
@media(min-width:1024px) {
    .store-list-item {
        width: calc(89% / 4);
        margin-right: 3.5%;
    }
    .store-list-item:nth-of-type(3n) {
        margin-right: 3.5%;
    }
    .store-list-item:first-of-type, .store-list-item:nth-of-type(2), .store-list-item:nth-of-type(3),.store-list-item:nth-of-type(4)  {
        margin-top: 0;
    }
    .store-list-item:nth-of-type(4n) {
        margin-right: 0;
    }
}
