@charset "UTF-8";
/* =====================
  トップページ
===================== */

.top-contents{}
.extend--top-item-slide{
    color: inherit;
}
.extend--top-item-slide .img{
    width: 131.25px;
    height: 131.25px;
    display: block;
}
.extend--top-item-slide .img img{
    max-width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 131.25px;
}
.extend--top-item-slide .img.noImg{
    display: block;
    width: 131.25px;
    height: 131.25px;
    background: #e1e1e1;
    padding: 2px;
    position: relative;
    margin-bottom: 1.25em;
}
.extend--top-item-slide .img.noImg::before{
    background: #fafafa;
    content: 'GROWLY Co., Ltd.';
    color: #191919;
    font-size: 3.2vw;
    height: 127.25px;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
.extend--top-item-slide .img.noImg::after{
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #151515;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

/* =====================
  お知らせ
===================== */
/* 現在お知らせはありません。 */
.extend--news-nodata{
    text-align: center;
    font-size: 3.4vw;
    padding: 0;
    color: #666;
}

/* =====================
  QRコード
===================== */
.ex--top-movieqrcode{
    display: none;
}

/* =====================
  ヘッダー変更
===================== */
.u-header-member,
.u-header-contact{
    position: relative!important;
}
.u-header-member a,
.u-header-contact a{
    width: 100%;
    height: inherit;
    color: #fff!important;
    font-size: 3vw;
    margin-bottom: .2em;
}
.u-header-member a span::after,
.u-header-contact a span::after{
    color: #fe7404;
    font-size: 5vw;
    letter-spacing: .08em;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    margin-top: 0.25em;
}
.u-header-member a span::after{
    content: "WEB ORDER";
}
.u-header-contact a span::after{
    content: "CONTACT";
}