@charset "utf-8";

#sb-wrap p, #sb-wrap a , #sb-wrap span , #sb-wrap label {
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

#sb-wrap {
    padding: 0 10px;
}

#sb-wrap section {
    margin-bottom: 55px;
}

a.btm {
    margin: 10px 0 0 auto;
    font-size: 0.9rem !important;
    font-weight: 300;
    color: #1e73be;
    z-index: 1;
}

/*検索フォーム*/
.search-keyword {
	font-size: 13px;
}
#form02{
    background-color: white;
    width:100%;
    height: 36px;
    border: 1px solid #cecece;
    border-radius: 30px;
}
#form02 input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
#condition5{
    border: none;
    width: 90%;
    padding-left: 15px;
}
#submit02{
    width: 30px;
    border: none;
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}
.search-button {
	padding: 9px 0px;
	width:auto !important;
	background:none;
	color: #cecece;
}

/*サイトTOP*/
#smtop h3 {
    text-align: center;
    font-family: Roboto,sans-serif;
    letter-spacing: 4px;
    font-size: 1.3rem;
    color: #333;
    margin: 30px auto 15px;
    font-weight: normal;
}

p.sub {
    text-align: center;
    font-size: 1rem;
    font-weight: 300;
    margin: 10px auto;
}

.uline {
    display: block;
    border-top: 1px solid #333;
    width: 25%;
    margin: 0 auto 15px;
}

a.more {
    display: block;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #333;
    padding: 10px 0;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 1px;
    background: #fff;
}
.li-ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.li-ttl a {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.9rem;
    font-weight: 300;
    color: #1e73be;
}

/*ホットキーワード*/
.hot-keyword ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 15px auto;
}
.hot-keyword ul li {
    width: 49%;
    position: relative;
    background: #333;
    margin-bottom: 2%;
}
.hot-keyword ul li a {
    display: block;
    text-align: center;
    font-size: 0;
}
.hot-keyword ul li img {
    opacity: 0.7;
}
.hot-keyword ul li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
    font-size: 0.9rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    text-shadow: 0 0 6px #333;
}

/*アイテムランキング*/


/*コーディネートランキング*/
.smtop-stylebook-ranking ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.smtop-stylebook-ranking ul li {
    width: 32%;
    position: relative;
    margin-bottom: 1.5%;
}
.smtop-stylebook-ranking ul li p.rank {
    position: absolute;
    background: #737373;
    width: 20px;
    height: 20px;
    padding: 2px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-family: Roboto,sans-serif !important;
}
.smtop-stylebook-ranking ul li:first-child p.rank {
    background: #f6c361;
}
.smtop-stylebook-ranking ul li:nth-child(2) p.rank {
    background: #a9a9a9;
}
.smtop-stylebook-ranking ul li:nth-child(3) p.rank {
    background: #c48768;
}
.smtop-stylebook-ranking ul li img {
    object-fit: cover;
    height: 210px;
}
.smtop-stylebook-ranking ul li:last-child {
    width: 100%;
    text-align: right;
    margin: 0 0 70px auto;
}

/*ランキング共通箇所*/
.more-wrap a.open-btn {
	display: block;
    line-height: 2.5rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
    letter-spacing: 0.05em;
    background-color: #fff;
    text-align: center;
}

a.open-btn:after {
    font-family: FontAwesome;
    content: "\f107";
    padding-left: 5px;
}

a.close:after {
    font-family: FontAwesome;
    content: "\f106";
    padding-left: 5px;
}

a.open-btn.close {
	transition: all 0.5s;
}

.more-wrap {
	position: relative;
}
.more-wrap p.grad {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 100px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 100%);
}

.more-wrap p.grad.none {
	background: inherit;
    height: 0;
}

/*ブログタブ切替*/
.blog-tab {
    background: #f2f0f1;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-top: 20px;
}
.blog-tab input[type="radio"] {
	display:none;
}
.tab_area {
    font-size: 0;
    margin: 0 auto;
}
.tab_area label {
	width: 48.8%;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 0;
    color: #999;
    background: #fff;
    text-align: center;
    font-size: 0.9rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
    border: 2px solid #f2f0f1;
}
.tab_area label:visited {
}
.list_area {
	background:#f2f0f1;
}
.tab_panel {
	width:100%;
	margin: 20px auto;
	display:none;
}
#blog1:checked ~ .tab_area .blog1_label {
	background:#f2f0f1;
	color: #333;
}
#blog1:checked ~ .list_area #new-blog {
	display:block;
}
#blog2:checked ~ .tab_area .blog2_label {
	background:#f2f0f1;
	color: #333;
}
#blog2:checked ~ .list_area #rank-blog {
	display:block;
}
.list_area ul {
    margin: 0 15px;
    padding-bottom: 20px;
}
.list_area ul li {
    background: #fff;
    margin-bottom: 1.5%;
}
.list_area ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: center;
}
.list_area ul li a img {
    width: 32%;
    margin-right: 10px;
}
.list_area ul li a div {
    width: 64.9%;
}
.list_area p.blog_ttl {
    font-size: 0.8rem;
    margin-bottom: 5px;
    word-break: break-all;
}
.list_area ul li a div span {
    border-bottom: 1px solid #bbb;
    padding-bottom: 3px;
    font-size: 0.78rem;
}
.list_area a.more {
    margin: 20px auto 0;
}
#rank-blog .list_area ul li {
    position: relative;
}
#rank-blog ul li p.rank {
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 2px;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    font-family: Roboto,sans-serif !important;
}
#rank-blog ul li:first-child p.rank {
	background: #f6c361;
}

#rank-blog ul li:nth-child(2) p.rank {
	background: #a9a9a9;
}

#rank-blog ul li:nth-child(3) p.rank {
	background: #c48768;
}

/*新作一覧*/


/*セール一覧*/


/*定期*/
.teiki-list img {
    margin: 15px auto;
}


/*アイテムカテゴリー一覧*/
.category-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto;
}
.category-list ul li {
    width: 32%;
    border: 1px solid #333;
    margin-bottom: 2%;
}
.category-list ul li a {
    display: block;
    padding: 9px 4px 9px 6px;
    font-size: 0.8rem;
}
.category-list ul li a.icon {
    display: flex;
    align-items: center;
}
.category-list ul li a.icon:before {
	content: "";
    padding-right: 5px;
}
.category-list ul li a.tshirt:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-tshirt.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.shirt:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-shirt.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.knit:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-knit-winter.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.parka:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-parka.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.outer:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-outer.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.bottom:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-bottom.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.accessory:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-accessory.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.shoes:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-shoes.png) no-repeat;
    background-size:contain;
}
.category-list ul li a.bag:before {
	display: inline-block;
	width: 1.3em;
	height: 1.3em;
    background: url(/sm/img/category/c-bag.png) no-repeat;
    background-size:contain;
}

/*インフォーメーション*/
.serviceList {
	margin: 30px auto 50px;
    text-align: center;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}

.serviceList div {
    background: #eee;
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
}

.serviceList div.list {
    display: block;
    padding: 25px;
}

.serviceList div:last-child {
    margin-bottom: 0px;
}

.serviceList div span {
    width: 25%;
    text-align: left;
}

.serviceList div a, .serviceList div p {
    width: 85%;
    text-align: left;
    padding-left: 15px;
    font-size: 0.8rem;
}


#page-line #thirdai-ZvxP85qNQ9PWjOql .chatbot_circle {
	bottom: 65px !important;
}

.drawer .pageTop {
	bottom: 20px !important;
}

.app-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin-bottom: 3%;
    z-index: 3;
}

.app-footer.close{
    display: none;
}

.app-footer-container {
    display: flex;
    width: 45%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    height: 40px;
    background: #fff;
    border: 1px solid #363636;
    border-radius: 50px;
    position: relative;
}

.app-footer-container a {
    display: inline-block;
    color: #363636;
    font-size: 0.9rem;
    padding: 0 15px;
    border-right: 1px solid #363636;
}

.app-close {
    height: 100%;
    padding: 0 30px 0 15px;
}

.app-close::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #363636;
}

.app-close::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
    height: 1px;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #363636;
}


@media screen and ( max-width:361px ) {
.list_area ul li a img {
	width: 31.8%;
}

.app-footer-container a {
font-size: 0.8rem;
}

}


@media screen and ( max-width:321px ) {
.hot-keyword ul li a p {
	font-size: 0.78rem;
}

.tab_area label {
	    width: 48.7%;
}

.list_area ul li a img {
	    width: 31.4%;
}
.list_area p.blog_ttl {
	font-size: 0.78rem;
}
.category-list ul li a {
	padding: 9px 4px 9px 5px;
    font-size: 0.7rem;
}
.app-footer-container {
width: 49%;
}

}