@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto&display=swap');

/*--------------------
 共通
--------------------*/

body:not(.page-top) {
    padding-top: 72px;
}

/*--------------------
 ヘッダー
--------------------*/

.common-header {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    background: #ffffff;
}

.common-header_menu {
    width: 1200px;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 1200px) {
    .common-header_menu {
        width: 100%;
    }
    
}

.common-header_menu > h1.common-header_logo {
    width: 142px;
    margin-right: auto;
} 

.common-header_menu > h1.common-header_logo a {
    width: 100%;
    display: block;
}

.common-header_menu > h1.common-header_logo a img {
    width: 100%;
}

.common-header_menu > ul {
    display: flex;
    align-items: center;
    width: 463px;
    gap: 0 30px;
}

.common-header_menu > ul > li > a,
.common-header_menu-icon span {
    font-size: 13px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: flex;
    align-items: center;
}

#common-header_menu-icon {
    margin-right: 0;
}

.common-header_menu-icon > li> span::after {
    margin-left: 10px;
    display: block;
}

.common-header_menu-right {
    margin-left: 10px;
    width: 57px;
}

.common-header_menu-right .mypage {
    width: 18px;
}

.common-header_menu-right .mypage img {
    width: 18px;
}

.common-header_menu-right li + li {
    margin-left: 20px;
    width: 18px;
}

.common-header_menu-right .cart img {
    width: 18px;
}

.js-cart-count:not(:empty) {
    line-height: 1;
    padding: 0;
    background: #111111;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    width: 26px;
    height: 26px;
    top: -18px;
    right: -18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.st-Menu_Product > div {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.st-Menu_Product > div::-webkit-scrollbar {
    display: none;
}

@media (max-width:1200px){
    .st-Menu_Product > div {
        margin: 0 auto 0;
    }
}

.common-header_menu {
    position: relative;
}

.common-header_menu.scroll::after {
    content: "";
    position: absolute;
    top: 0;
    left:calc((100vw - 100%) / 2 * -1);
    width: 100vw;
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
}

.common-header.Open .st-Menu_Product .brand {
    position: relative;
}
/* 
.common-header.Open .st-Menu_Product .brand::after {
    background-color: #ffffff;
} */

.st-Menu_Product .st_title {
    font-family: 'Noto Sans JP', sans-serif;
    /* letter-spacing: 0.25em; */
    letter-spacing: 0.1em;
    font-weight: 700;
}


/*--------------------
 フッター
--------------------*/

.top_service {
    height: auto;
}

.top_service > ul {
    width: 960px;
    margin: 0 auto;
    padding: 43px 40px 82px;
    display: flex;
    gap: 145px;
}

.top_service > ul > li {

}

.top_service > ul > li:nth-of-type(1) {
    width: 359px;
}

.top_service > ul > li:nth-of-type(2) {
    width: 376px;
}

.top_service > ul > li > h2 {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
}

.top_service > ul > li > ul {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.top_service > ul > li:nth-of-type(2) > ul {
    padding-top: 30px;
}

.top_service > ul > li > ul > li:nth-of-type(1) {
    width: 71px;
}

.top_service > ul > li > ul > li:nth-of-type(2) {
    width: 91px;
}

.top_service > ul > li > ul > li:nth-of-type(3) {
    width: 71px;
}

.top_service > ul > li > ul > li > a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.top_service > ul > li > ul > li > a figure {
    width: 70px;
    height: 70px;
}

.top_service > ul > li > ul > li:nth-of-type(2) > a figure {
    width: 90px;
    height: 70px;
}

.top_service > ul > li > ul > li > a span {
    display: block;
    margin-top: 13px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: calc(19 / 13);
    color: #111111;
    white-space: nowrap;
}

.top_service > ul > li:nth-of-type(2) {
    width: 376px;
}

.top_service > ul > li:nth-of-type(2) > ul > li {
    width: 100px;
}

.top_service > ul > li:nth-of-type(2) > ul > li > a figure {
    width: 100px;
    height: 100px;
}

.common-footer {
    padding-bottom: 31px;
}

.common-footer #footer--sns {
    width: 230px;
    margin: 0 auto;
    padding: 54px 0;
}

.common-footer > ul {
    display: flex;
    gap: 25px;
    width: 960px;
    margin: 0 auto;
}

.common-footer > ul > li {

}

.common-footer > ul > li:nth-of-type(1) {
    width: 604px;

}

.common-footer > ul > li.common-footer_tel {
    width: 330px;
    height: 145px;
    padding: 23px 35px;
    height: auto;
    display: block;
    background: #FFFFFF;
    border: 1px solid #000;
    /* box-sizing: content-box; */
}

.common-footer > ul > li.common-footer_tel span {
    font-size: 17px;
    font-weight: 500;
    color: #111111;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    line-height: 1;
}

.common-footer > ul > li.common-footer_tel a {
    font-size: 30px;
    font-weight: bold;
    color: #111111;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    box-sizing: content-box;
}

.common-footer > ul > li.common-footer_tel a::before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 38px;
    height: 25px;
    background-image: url(../../../img/usr/sp/common/icon_tel.png);
    margin-right: 5px;
}

.common-footer > ul > li.common-footer_tel span.min {
    font-size: 13px;
    font-weight: 400;
    color: #848484;
    padding-top: 11px;
}

.footer_list {
    margin: 0 auto 17.9px;
}

.common-footer_nav-list {
    width: 680px;
}

.common-footer_nav-list li:nth-of-type(1),
.common-footer_nav-list li:nth-of-type(4),
.common-footer_nav-list li:nth-of-type(7) {
    width: 208px;
}

.common-footer_nav-list li:nth-of-type(2),
.common-footer_nav-list li:nth-of-type(5),
.common-footer_nav-list li:nth-of-type(8) {
    width: 248px;
}

.common-footer_nav-list li:nth-of-type(3),
.common-footer_nav-list li:nth-of-type(6) {
    width: 148px;
}

.common-footer_nav-list li a {
    color: #333333;
}

#footer--sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 21px;
}

#footer--sns ul li {
    width: 30px;
}

.common-footer .common-footer_nav_logo {
    padding: 0;
    display: block;
    margin: 24px auto 0;
    width: auto;
    text-align: center;
}

.common-footer_copyright {
    padding-top:10px;
    text-align: center;
    max-width: none;
    width: 124px;
    margin: 0 auto;
    font-family: '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック',tbudgothic-std, sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    color: #848484;
}

