@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url("https://use.typekit.net/zxh4prp.css");

/*resetCSS*/
html, body, h1, h2, h3, h4,
ul, ol, dl, li, dt, dd, p, div, span,
img, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
    text-decoration: none;
    color: #000;
    transition: 0.6s all;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}
body {
    font-family: setimo, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000;
    background: #f9f9f9;
}
img {
    width: 100%;
    max-width: 100%;
}
.svg-defs {
    display: none;
}
.logo {
    width: 100%;
    height: 100%;
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.sp { display: none; }
@media (max-width: 769px) {
    .pc { display: none; }
    .sp { display: block; }
}

/**** header ****/
#body-inside {
    overflow-x: hidden;
}
header {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    padding: 20px 2% 15px;
    z-index: 999;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}
header a:hover {
    text-decoration: underline;
}
#header-logo {
    width: 100px;
    width: min(30vw, 100px);
    height: 29.3px;
    margin-right: auto;
    margin-right: 3%;
}
.head-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.head-nav #another-link {
     max-width: 200px; 
    border-radius: 4px;
    overflow: hidden;
    line-height: 0;
    margin-right: 10px;
}
#another-link-smt {
    color: #fff;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: -.5px;
    display: none;
}
#another-link-smt i {
    margin-left: 5px;
    transform: scale(.9);
}
.shop-link {
    font-size: 0.75rem;
}
.shop-link a {
    margin: 0 10px;
}
.shop-link a:first-of-type {
    font-size: 0.75rem;
}
#menu-btn {
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 10px;
}
#menu-btn .icon {
    font-size: 1.6rem;
    margin: 0 5px 0 0;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

#brand-menu {
    display: flex;
    flex-direction: column;
    padding: 3%;
    border-top: 1px solid #ccc;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin: 3% 0;
}
#brand-menu a {
    max-width: 250px;
    margin: 5px 20px;
    border: solid 1px #bfbfbf;
    display: flex;
}

#smt-ec-btn, #smt-trial-btn {
    display: none;
}
@media (max-width: 769px) {
    header {
        /*padding-top: 40px!important;
        height: 75px;*/
        padding-right: 5%;
    }
    #another-link-smt {
        display: flex;
    }
    .shop-link,#another-link {
        display: none;
    }
    #smt-ec-btn, #smt-trial-btn {
        display: block;
    }
    #smt-trial-btn {
        font-size: 85%;
    }
    #smt-ec-btn {
        display: flex;
        align-items: center;
        font-size: 70%;
        margin-right: 3px;
        margin-left: 4px;
    }
    #menu-btn {
        flex-direction: column;
        font-size: 11px;
    }
    #menu-btn .icon {
        margin: 0 0 -3px;
    }
}

/**** footer ****/
footer {
    font-size: 0.7rem;
    padding: 1% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 3% 0 2%;
    background: #fff;
}
footer a:hover {
    text-decoration: underline;
}
footer .logo {
    height: 30px;
}
#footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer-nav a:not(:last-child) {
    margin-right: 5px;
}
.sns-link {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
#campany-sns {
    margin-left: 30px;
}
#campany-sns a {
    color: #999 !important;
    margin: 2px;
    font-size: 85%;
}
.footer-copyright {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
}
@media (max-width: 769px) {
    footer {
        padding: 3% 0 5%;
    }
    #campany-sns {
        margin: 12% 0 0;
    }
    .sns-link {
        line-height: 1.5;
    }
    .footer-copyright {
        margin-top: 5px;
        padding: 0 20px;
        line-height: 1.2;
    }
}

/**** top-foot ****/
#top-foot {
    width: 95%;
    margin: 0 auto 20px;
    padding: 5% 10%;
    box-sizing: border-box;
    background: #fff;
}
#top-foot .sales-list {
    display: flex;
    justify-content: space-between;
    max-width: 881px;
    margin: auto;
}
#top-foot .sales-list .list {
    position: relative;
    max-width: 495px;
    width: 47%;
    transition: ease .2s;
}
#top-foot .sales-list .list:hover {
    opacity: 0.8;
}
#top-foot .sales-list .list a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
#top-foot .sales-list .list .list-name {
    font-size: min(3.3vw,16px);
    font-weight: 500;
    margin-top: 5px;
}
@media (max-width: 769px) {
    #top-foot {
        width: 90%;
        padding: 10%;
    }
    #top-foot .sales-list {
        display: block;
    }
    #top-foot .sales-list .list {
        width: 100%;
    }
    #top-foot .sales-list .list:first-of-type {
        margin-bottom: 15px;
    }
    #top-foot .sales-list .list .list-name {
        margin-top: -3px;
    }
}

/**** btn-effect ****/
.btn {
    display: block;
    text-align: center;
    width: 100%;
    position: relative;
    border: 1px solid #ba996b;
    background: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    transition: ease .2s;
}
.btn span {
    position: relative;
    z-index: 3;
    color: #ba996b;
    padding: 20px 17px;
    display: block;
    font-weight: 500;
}
.ef-hover:hover .btn span{
    color:#fff;
}
.btn i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.btn.ef-bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background:#ba996b;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.ef-hover:hover .btn.ef-bgleft:before{
    transform-origin:left top;
    transform:scale(1, 1);
}

.btn-alink {
    max-width: 360px;
    width: 90%;
    margin: auto;
}
.btn-alink:hover {
    opacity: 1;
}
.btn-alink span {
    font-weight: 500;
}

/**** global-menu ****/
#global-menu.active {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
#global-menu {
    position: fixed;
    top: 0;
    left: 100%;
    height: 100%;
    transition: ease .8s;
}
#global-menu {
    display: block;
    background: rgb(249 249 249 / 98%);
    width: 50%;
    margin-left: calc(100% - 50%);
    font-size: 0.9rem;
    padding: 5% 40px;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
    z-index: 9999;


    display: flex;
    flex-direction: column;
    align-items: center;
    
}
#global-menu section:last-of-type {
    margin-bottom: 6%;
}
#global-menu .menu-list .menu-link {
    font-size: 24px;
}
#global-menu .menu-list .menu-link_sm {
    font-size: 18px;
}
#global-menu .menu-list a {
    display: inline-block;
    padding: 10px;
    position: relative;
}
#global-menu .menu-list a::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height:100%;
    background:#000;
    transition:all .5s;
    opacity: 0;
}
#global-menu .menu-list a:hover {
    color: #fff;
    opacity: 1;
}
#global-menu .menu-list a:hover::after {
    width: 100%;
    opacity: 2;
}
#global-menu .product-link_list {
    display: flex;
    margin: 10px auto;
    flex-direction: column;
}
#global-menu .product-link_list .list:last-of-type {
    margin-top: 10px;
}
#global-menu .product-link_list .list .menu-link {
    /*margin-bottom: 5px;*/
}
#global-menu .product-link_list .list p.menu-link a {
    display: block;
    padding: 5px 10px;
    line-height: 1.2;
}
#global-menu .product-link_list .list .brand {
    display: block;
    font-size: 70%;
}
#global-menu .sub-list .menu-link {
    font-size: 14px;
}
#global-menu .sub-list .menu-link a {
    padding: 5px 10px;
    color: #666;
}
#global-menu .sub-list .menu-link a::before {
    content: "-";
    width: 15px;
    margin-right: 5px;
}
#global-menu .star {
    margin-left: 5px;
    letter-spacing: 1px;
    font-size: 90%;
}


#close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 20px 25px;
    font-size: 11px;
    text-align: center;
}
#close-btn i {
    display: block;
    font-size: 30px;
    margin-bottom: -1px;
}
#global-menu .shop-link {
    text-align: center;
}
#global-menu #campany-sns {
    margin: 0;
    border: 0;
    padding: 5px 0;
}
#global-menu .sns-link {
    font-size: 0.6rem;
    border: solid 1px #ffffff3b;
    border-width: 1px 0 1px 0;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    align-items: center;
}
#global-menu .sns-link a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#global-menu #campany-sns .logo {
    margin: 0;
    margin-right: 10px;
    height: 55px;
}
#global-menu .sns-link i {
    font-size: 1.4rem;
    margin-right: 5px;
}

@media (max-width: 993px) {
    #global-menu {
        width: 80%;
        margin-left: calc(100% - 80%);
        padding: 10% 40px;
    }
}
@media (max-width: 769px) {
    #global-menu {
        width: 100%;
        margin-left: 0;
        align-items: normal;
    }
    #global-menu .shop-link {
        display: block;
    }
}
@media (max-width: 420px) {
    #global-menu {
        padding: 20% 40px;
    }
    #global-menu .product-link_list {
        display: block;
    }
    #global-menu .product-link_list .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/**** #pagetop ****/
#pagetop {
    cursor: pointer;
    color: #cecece;
    position: fixed;
    right: 1rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 12px;
    letter-spacing: .02em;
    display: none;
    top: calc(30% + 250px);
    width: unset;
    z-index: 3;
}
#pagetop>i {
    margin-bottom: 1em;
    display: inline-block;
    height: 1.5rem;
    /* width: 0.8rem; */
    fill: #cecece;
}
@media (max-width: 769px) {
    #pagetop {
        visibility: hidden;
    }
}

/**** effect ****/
.scroll-fade.effect {
    transition: all 0.8s ease;
    opacity: 1;
    transform: translateY(0);
}

.scroll-fade {
    opacity: 0;
    transform: translateY(50px);
}

/**** floot ****/
.float-bnr {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    line-height: 0;
    font-size: 0;
    max-width: 440px;
    background: #fff;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
}
.float-bnr .img {
    margin: 0;
    line-height: 0;
}
.float-bnr:hover img {
    opacity: 0.8;
}
.float-bnr img {
    transition: opacity 0.5s ease-out;
    backface-visibility: hidden;
}

/* teamhonma */
.float-bnr:hover {
    opacity: .95;
}
.float-bnr {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 999;
    right: 0;
    line-height: 1.3;
    font-size: 20px;
    max-width: 450px;
    background: #fff;
    margin: 1%;
    box-shadow: 0px -5px 10px rgb(0 0 0 / 16%);
    border: 5px solid #fff;
    font-family: Roboto, 'Noto Sans JP', sans-serif;
    color: #1a1a1a;
    font-weight: bold;
    
    transition: opacity 0.5s ease-out;
    opacity: 0;
    pointer-events: none;
}

.float-bnr.active {
    opacity: 1;
    pointer-events: auto;
}
.float-bnr .img {
    line-height: 0;
    border-radius: 3px;
    overflow: hidden;
    margin: 0;
    font-size: 0;
    margin: 0;
}
.float-bnr .text {
    width: 70%;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-feature-settings: "palt";
    padding: 10px;
    line-height: 1.3;
    margin: 0;
    font-weight: bold;
}
.float-bnr .text span {
    display: block;
    font-size: 205%;
    margin-bottom: -8px;
    font-style: italic;
    letter-spacing: 0;
    font-weight: bold;
}
@media (max-width: 769px) {
    .float-bnr {
        max-width: 300px;
    }
    .float-bnr .img {
        width: 90px;
    }
    .float-bnr .text {
        font-size: 12px;
        line-height: 1.2;
        padding: 0;
        padding-left: 5px;
    }
    .float-bnr .text span {
        font-size: min(7vw,27px);
        margin-bottom: 0;
        letter-spacing: -1px;
    }
}