@charset "utf-8";

@media(max-width: 1024px) {

.sec-inner {
    width: 90%;
}

/*===Header===========*/  
#menu-onlineshop {
    top:55px;
    right: 20px;
}

}


@media(max-width: 768px) {

.menu li+li {
    margin-left: 40px;
}
.menu li a {
    font-size: 20px;
}
footer .sec-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    padding: 0 0 30px;
    color: #FFF;
}
footer #f-nav {
    width: 100%;
}
footer #f-sns-list {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#series .itembox {
    margin-bottom: 60px;
}
#series .itembox .items {
    width: 32%;
    margin-top:30px;
}
#f-head .sec-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 180px;
}
#f-head .sec-inner img {
    width: 40%;
}

}

@media(max-width: 560px) {
.sec-inner {
    width: 88%;
}
#header .header-inner {
    padding: 20px 0 0;
    height: 202px;
}
#header h1 {
    width: 180px;
    margin: 0 auto 20px;
    padding: 0;
}
#header .nav-wrapper {
    display: flex;
    justify-content: center;
    width:100%;
}
#header #nav-container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top:solid 1px #CCC;
    border-bottom:solid 1px #CCC;
    background-color: #FFF;
}
.menu li {
    width: 50%;
}
.menu li:nth-child(even) {
    border-left:solid 1px #CCC;
}
.menu li:nth-child(n+3) {
    border-top:solid 1px #CCC;
}
.menu li+li {
    margin-left: 0;
}
.menu li a {
    display: block;
    padding: 15px 0 12px;
    line-height: 1em;
    font-size: 14px;
    text-align: center;
    font-family: "Playwrite DE Grund", cursive;
    font-weight: 400;
    font-style: normal;
    color: #222;
}
.menu li a span {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
}
#header ul.h-sns-list {
    display: none;
}
#menu-onlineshop {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    z-index: 999999;
    text-align: center;
    width: 100%;
    background:rgba(233,77,91,0.9);
}
#menu-onlineshop a {
    width:100%;
    height: 55px;
    border:none;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    position: relative;
}
#menu-onlineshop a::before {
    content:'オンラインショップはこちら';
    color: #FFF;
    line-height: 55px;
}
#menu-onlineshop a::after {
    content:'';
    background-image: url(../img/icon/icon-f-cart.svg);
    background-size: contain;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 55px;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
#menu-onlineshop a img {
    display: none;
}
#menu-onlineshop p {
    display: none;
}

/*==mainvisual======*/
#mv {
     height: 420px;
}
#mv .mv-inner {
    width: 100%;
    height: 100%;
    position: relative;
    clip-path: inset(0);
}
#mv .mv-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
}
#mv .mv-txt img {
    width: 75%;
    height: auto;
}
.fiximg {
    height: 420px;
    position: relative;
    top:0;
    left: 0;
    clip-path: inset(0);
}
.fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


#f-head {
    width: 100vw;
    background: url(../img/common/f-head_bg.jpg) no-repeat center top;
    background-size: auto 100%;
}
#f-head .sec-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height:auto;
}
#f-head .sec-inner img {
    width:70%;
    margin: 30px 0;
}

/* -----------------------------------------------------------------------------
 footer
----------------------------------------------------------------------------- */
footer {
    padding-bottom: 100px;
}
footer #f-nav {
    flex-direction: column;
}
footer #f-nav .f-nav-list {
    width: 100%;
}
footer #f-nav .f-nav-list+.f-nav-list {
    margin-top: 20px;
}
footer #f-nav .f-nav-list h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
    padding-bottom: 8px;
    border-bottom:solid 1px #CCC;
}
footer #f-nav .f-nav-list ul li {
    text-align: left;
}
footer #f-nav .f-nav-list ul li a {
    color: #FFF;
    font-size: 13px;
    line-height: 1.1em;
    padding: 8px 0;
    display: block;
}
footer #f-nav .f-nav-list ul li a span {
    font-size: 11px;
    opacity: 0.6;
    display: inline-block;
    margin-left: 5px;
}
footer li a:hover {
    opacity: 0.6;
}
footer .copyright {
    font-size: 12px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFF;
}
/* -----------------------------------------------------------------------------
 moreview ボタン
----------------------------------------------------------------------------- */
.moreview {
    margin-top: 25px;
}
.moreview .btn {
  width: 90%;
  line-height: 48px;
}


/*==#our-survice ===========================================================*/

#ourstory {
    padding: 10px 0 40px;
}
#ourstory p.lead {
    text-align: left;
    line-height: 1.8;
}
/*==#whatis ====================================================*/
#whatis {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
}
.whatisBG {
    width: 100%;
}
.whatisBG img {
    width: 100%;
}
#whatis .sec-inner {
    position: absolute;
    top: auto;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#whatis .sec-inner .textbox {
    width: 100%;
    text-align: center;
}
#whatis .sec-inner h2 span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}
#whatis .moreview {
    margin-top: 10px;
}
/*==#series ====================================================*/

#series .itembox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
#series .itembox .items {
    width: 49.5%;
    margin-top:10px;
}
#series .itembox .items a {
    position: relative;
    display: block;
    width: 100%;
}
#series .itembox .items a:hover dl dt img {
    transform: scale(1.1);
}
#series .itembox .items .mask {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    background: rgba(255,255,255,0.8);
    padding: 8px 15px;
    text-align: center;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    transition: transform .6s ease;
}
#series .itembox .items a:hover .mask {
    display: none;
}
#series .itembox dl dt {
    margin-bottom: 15px;
}
#series .itembox dl dt img {
    width: 85%;
    margin: 0 auto;
    transition: transform .6s ease;
}
#series .itembox dl dd.itemName {
    font-weight: 700;
    color: #222;
    font-size: 14px;
}
#series .itembox dl dd.itemPrice span {
    font-size: 70%;
}


/*==#brand ===========================================================*/
#aboutBrand .f-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
#aboutBrand .f-box+.f-box {
    margin-top: 50px;
}
#aboutBrand .f-box:last-child {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#aboutBrand .sec-inner {
    max-width: auto;
    padding: 40px 0;
}
#aboutBrand .f-box.rev {
    flex-direction: column;
}
#aboutBrand .f-box .imgBox {
    width: 90%;
    margin: 0 auto;
}
#aboutBrand .f-box .textBox {
    width: 90%;
    margin: 20px auto 0;
}
#aboutBrand .f-box .textBox h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    line-height: 1.3;
}
#aboutBrand .f-box .textBox h3 span {
    font-size: 16px;
}
#aboutBrand .f-box .textBox p {
    line-height: 1.8;
}
#aboutBrand .f-box .textBox p+p {
    margin-top: 40px;
}
#aboutBrand .f-box .textBox ul.list {
    margin-bottom: 15px;
}
#info h2 {
    margin-top: 30px;
}
#info .pee-clothImg {
    margin: 20px auto;
    max-width: 860px;
}
#info dl.text:last-child {
    margin-bottom: 60px;
}
#info dl.text:nth-child(n+4) h3  {
    font-size: 15px;
    line-height: 1.4em;
}

}