@charset "utf-8";

/*==========================
common
==========================*/

html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    font-family:
    "Noto Sans JP", 
    arial,
    sans-serif;
    color: #172717;
    background-color: #F0F0F0;
    line-height: 1.5;
}

/*==========================
header
==========================*/
.header {
    text-align: center;
    width: 100%;
    position: fixed;
}

.header__topic {
    margin-top: 10px;
    margin-left: 10px;
}

.header__topic a {
    margin-top: 5px;
    font-family: "Chocolate Classical Sans";
    font-size: 2rem;
    color: #4C5032;
    letter-spacing: 7px;
}

/* .nav初期表示 */

.nav {
    display: block;
    width: 100%;
    height: 110vw;
    background-color: #E2D8CC;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav__header {
    display: flex;
}

.nav__list {
    margin-top: 30px;
    text-align: center;
    background-image: url(../images/hasami.png);
    background-repeat: no-repeat;
    background-size: 40%;
}

.nav__item {
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #94424A;
    /* background-image: repeating-linear-gradient(90deg, #b39080, #b39080 20px, transparent 20px, transparent 28px); */
    border-bottom: dashed;
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.5px;
    width: 80%;
    margin: 0 auto;
    padding: 20px;

}

.nav__btn {
    position: fixed;
    top: 3%;
    right: 0;
    width: 24px;
    height: 14px;
}

/* .nav.active表示 */
.nav.active {
    transform: translateX(0);
}

/* nav__btn 閉じる */

.nav__btn__close {
    position: fixed;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
}

/* header PC */
@media screen and (min-width: 769px) {

.header {
    display: flex;
    position: static;
    background-color: #E8E5E5;
}

.nav__btn {
    display: none;
}

.header__topic {
    margin-top: 30px;
    margin-left: 20px;
}

.header__topic a{
    font-size: 4rem;
    letter-spacing: 7px;
}

.nav__item {
    padding: 30px 20px;
    letter-spacing: 0.45px;
    border-right: 1px solid rgba(210, 209, 209, 0.29);
    border-bottom: none;
}

} /* pc 769px */

/* nav PC */
@media screen and (min-width: 769px) {
    .nav__container {
    margin-left: auto;
    }

    .nav {
    display: flex;
    margin-left: 100px;
    width: 100%;
    height: auto;
    transform: none;
    background-color: #E8E5E5;
    }

    .nav__list {
    display: flex;
    background-image: none;
    }

    .nav__item {
    background-image: none;
    color: #4C5032;
    padding: 30px 20px;
    letter-spacing: 0.45px;
    border-right: 1px solid rgba(210, 209, 209, 0.29);
    }

    .nav__btn {
    display: none;
    }

    .nav__btn__close {
    display: none;
    } 

}  /* pc 769px */

/*==========================
Items
==========================*/
.slider {
    display: none;
}

.items__top {
    text-align: center;
}

 .topic {
    margin-top: 20px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #94424A;
    letter-spacing: 0.5px;
 }

 .topic__sub {
    margin-top: 5px;
    font-family: "FOT-UDMincho Pr6N";
    font-size: 1.2rem;
    color: #94424A;
    letter-spacing: 1px;
}

.main {
    padding-top: 50px;
} 

.Items_container {
    background-image: url(../images/leaf_right_sp.png), url(../images/leaf_left_sp.png);
    background-position: 110% 1%, 0 98%;
}

.items__list {
    margin-top: 10px;
    cursor: url(../images/pointer_sp.png), auto;
}

.woolknit {
    padding: 30px;
}

.woolknit__sp {
    width: 100%;
    height: auto;
}

.knitbest__sp {
    width: 100%;
    height: auto;
}

.knitbest {
    padding: 30px;
}

.boots__sp {
    width: 100%;
    height: auto;
}

.boots {
    padding: 30px;
}

.cottontshirts__sp {
    width: 100%;
    height: auto;
}

.cottontshirts {
    padding: 30px;
}

.socks__sp {
    width: 100%;
    height: auto;
}

.socks {
    padding: 30px;
}

.mittens__sp {
    width: 100%;
    height: auto;
}
 
.mittens {
    padding: 30px;
}

.Items_container {
    background-image: url(../images/leaf_right_sp.png),url(../images/leaf_left_sp.png);
    background-repeat: no-repeat;
    background-size: 50%;
}

/* Items PC */
@media screen and (min-width: 769px) {
    .slider {
        display: block;
    }

    .Top__slider {
        width: 60%;
        margin: 30px auto;
        cursor: url(../images/pointer_pc.png), auto;
    }

    .slider__nav {
        margin: 0 auto;
        display: flex;
        width: 60%;
    }

    .Items_container {
    background-image: url(../images/\ leaf_left_pc.png), url(../images/leaf_right_pc.png);
    background-size: 29% ,30%;
    background-position: 100% 40%, 0 5%;
}

    .items__top {
        text-align: center;
    }

    .topic {
        margin-top: 40px;
        font-size: 3.2rem;
    }

    .topic__sub {
        font-size: 1.5rem;
    }

    .items__list {
        display: none;
    }

    .sl__img {
        width: 100px;
        margin-right: 10px;
    }

}

/*==========================
OnlineShop
==========================*/
.OnlineShop__btn {
    padding-top: 20px;
    margin: auto;
    display: block;
    width: 90px;
}

/* OnlineShop pc */
@media screen and (min-width: 769px) {
    .OnlineShop__btn {
        width: 8%;
        margin-right: 40px;
    }

    .Online {
        margin-bottom: 40px;
    }

}