html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    opacity: 0.7;
}
body {
    margin: 0;
    background: #000000;
    font-family: sans-serif;
}
body p {
    font-size: 14px;
}
.showpc {
    display: block !important;
}
.showsp {
    display: none !important;
}
.brpc {
    display: inline;
}
.brsp {
    display: none;
}
.wrapper_all {
    width: 100%;
    overflow: hidden;
    position: relative;
}
header {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 120;
}
header .brand_logo {
    width: 159px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 100px;
    margin: -29px 0 0;
}
header .brand_logo a {
    display: block;
}
header .navi > ul {
    width: 180px;
    position: absolute;
    top: 50%;
    right: 100px;
    margin: -18px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-wrap: wrap;
}
header .navi > ul > li {
    margin: 0 15px 10px 0;
}
header .navi > ul > li:first-child,
header .navi > ul > li:last-child {
    margin-right: 0;
}
header .navi > ul > li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    position: relative;
}
header .navi > ul > li a .arrow {
    position: relative;
    top: 50%;
    font-size: 10px;
    display: inline-block;
    margin: -3px 0 0 5px;
    line-height: 1;
    vertical-align: middle;
}
header .sp_menu {
    display: none;
}
.contents_low {
    color: #fff;
    margin: auto;
    display: block;
    padding: 100px 0 0;
}
.contents_low .label_contents {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 45px;
}
.contents_low .label_contents span {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
}
.contents_low .label_contents span::before {
    content: "";
    display: block;
    width: 40px;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -20px;
    border-bottom: 2px solid #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contents_low .label_contents.active span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#link {
    background: #efefef;
    padding: 50px 0 85px;
}
#link .link_wrapper {
    width: 1000px;
    display: -webkit-box;
    display: flex;
    margin: 0 auto 50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#link .link_wrapper a {
    display: block;
    width: 480px;
    height: 160px;
    background: #ffffff;
    padding: 40px 0 0;
    box-sizing: border-box;
}
#link .link_wrapper a img {
    display: block;
    margin: auto;
}
#link .link_wrapper a.link_btn_brand img {
    width: 82px;
}
#link .link_wrapper a.link_btn_shop img {
    width: 90px;
}
#link .copyright {
    display: block;
    font-size: 12px;
    font-family: serif;
    text-align: center;
    color: #000000;
}
@media screen and (max-width: 960px) {
    .showpc {
        display: none !important;
    }
    .showsp {
        display: block !important;
    }
    .brpc {
        display: none;
    }
    .brsp {
        display: inline;
    }
    header .brand_logo {
        width: 84px;
        height: auto;
        position: absolute;
        top: 20px;
        left: 20px;
        margin: 0;
    }
    header .brand_logo img {
        width: 100%;
        display: block;
    }
    header .sp_menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 500;
    }
    header .sp_menu .hamburger {
        width: 35px;
        height: 23px;
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        cursor: pointer;
        z-index: 1000;
    }
    header .sp_menu .hamburger::before {
        content: "";
        display: block;
        width: 100%;
        height: 12px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    header .sp_menu .hamburger::after {
        content: "";
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }
    header .sp_menu .menu_list {
        width: 275px;
        height: 100vh;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    header .sp_menu .menu_list ul > li {
        margin: 0 0 35px;
    }
    header .sp_menu .menu_list ul > li:first-child {
        margin-top: 120px;
    }
    header .sp_menu .menu_list ul > li:last-child {
        margin-bottom: 0;
    }
    header .sp_menu .menu_list ul > li a {
        padding: 0 0 0 50px;
        text-decoration: none;
        font-size: 18px;
        color: #000000;
    }
    header .sp_menu.show .hamburger::before {
        content: "";
        height: auto;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        border-color: #000;
        border-bottom: none;
        top: 11px;
    }
    header .sp_menu.show .hamburger::after {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        border-color: #000;
        bottom: 11px;
    }
    header .sp_menu.show .menu_list {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    header .sp_menu.re .hamburger::before,
    header .sp_menu.re .hamburger::after {
        border-color: #000;
    }
    .contents_low {
        padding: 40px 0 0;
        margin: 0 20px;
    }
    .contents_low .label_contents {
        font-size: 20px;
        margin: 0 auto 30px;
    }
    .contents_low .label_contents span::before {
        margin-top: 5px;
    }
    #link {
        margin: 0;
        padding: 20px 20px 50px;
    }
    #link .link_wrapper {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    #link .link_wrapper a {
        margin: 0 auto 20px;
        padding: 28px 0 0;
        width: 100%;
        height: 110px;
        display: block;
    }
    #link .link_wrapper a.link_btn_brand img {
        width: 57px;
    }
    #link .link_wrapper a.link_btn_shop img {
        width: 63px;
    }
    #link .copyright {
        font-size: 10px;
    }
}
.label_contents {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto 45px;
}
.label_contents span {
    display: inline-block;
    position: relative;
    letter-spacing: 0.1em;
}
.label_contents span::before {
    content: "";
    display: block;
    width: 40px;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 10px 0 0 -20px;
    border-bottom: 2px solid #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.label_contents.active span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.bg_wrapper {
    background: url("../assets/works/cat/bg_contents_cat.jpg") repeat-y;
    background-size: 100% auto;
    background-position: 0% 0%;
}
.products {
    box-sizing: border-box;
    padding: 0 0 50px;
}
.products .mv {
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
    margin: 0 0 100px;
}
.products .mv > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.products .list {
    width: 900px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.products .list > li {
    width: 430px;
    margin: 0 0 50px;
}
.products .list > li a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}
/* 210609 tachikichi.jpへのリンク削除 */
.products .list > li a:hover{
opacity: 1.0;
}
/* 210609 tachikichi.jpへのリンク削除 　ここまで*/
.products .list > li a .list_thumb {
    position: relative;
    margin: 0 0 20px;
}
.products .list > li a .list_thumb > img {
    display: block;
}
.products .list > li a .list_thumb .list_thumb_txt {
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.products .list > li a .list_thumb .list_thumb_txt.bl {
    color: #000000;
}
.products .list > li a .list_thumb .list_thumb_txt .small {
    font-size: 11px;
}
.products .list > li a .list_txt {
    text-align: right;
    display: block;
    font-size: 13px;
    position: relative;
    color: #e4e4e4;
}
.products .list > li a .list_txt .arrow {
    position: relative;
    top: 50%;
    font-size: 10px;
    display: inline-block;
    margin: -3px 0 0 5px;
    line-height: 1;
    vertical-align: middle;
}
.other {
    padding: 0 0 150px;
    box-sizing: border-box;
}
.other .list {
    width: 900px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.other .list > li {
    width: 195px;
    margin: 0 0 30px;
}
.other .list > li a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}
.other .list > li a > img {
    display: block;
    margin: 0 0 20px;
}
.other .list > li a .list_txt {
    font-size: 13px;
    display: block;
}
@media screen and (max-width: 960px) {
    .bg_wrapper {
        background: url("../assets/works/cat/sp_bg_contents_cat.jpg") repeat-y;
        background-size: 100% auto;
        background-position: 0% 0%;
    }
    .label_contents {
        font-size: 20px;
        margin: 0 auto 30px;
    }
    .label_contents span::before {
        margin-top: 5px;
    }
    .products {
        box-sizing: border-box;
        padding: 0 0 20px;
    }
    .products .mv {
        height: auto;
        padding: 0 0 66%;
    }
    .products .list {
        width: auto;
        margin: 0 20px;
        display: block;
    }
    .products .list > li {
        width: 100%;
        margin: 0 0 20px;
    }
    .products .list > li a .list_thumb {
        margin: 0 0 10px;
    }
    .products .list > li a .list_thumb > img {
        width: 100%;
    }
    .products .list > li a .list_thumb .list_thumb_txt {
        font-size: 15px;
        bottom: 10px;
        left: 10px;
    }
    .products .list > li a .list_txt {
        font-size: 11px;
    }
    .other {
        padding: 0 0 60px;
    }
    .other .list {
        width: auto;
        margin: 0 20px;
    }
    .other .list > li {
        width: 48%;
        margin: 0 0 20px;
    }
    .other .list > li a {
        display: block;
        text-decoration: none;
        font-weight: normal;
        color: #ffffff;
    }
    .other .list > li a > img {
        width: 100%;
        margin: 0 0 10px;
    }
    .other .list > li a .list_txt {
        font-size: 11px;
    }
}

/* 20200528 add */
.pagetop {
    width: 48px;
    height: 58px;
    border: solid 1px #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 60px;
    right: 30px;
    box-sizing: border-box;
    padding: 12px;
}
@media screen and (max-width: 960px) {
    .pagetop {
        display: none;
    }
}

