@charset "UTF-8";
#header,#footer{
	display:none;
}
/* 
font-family: ta-fuga-fude, sans-serif;
font-weight: 400;
font-style: normal; 
 */

/* 
font-family: kokuryu, sans-serif;
font-weight: 400;
font-style: normal; 
*/

h1,h2,p,ul,li,span,a{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body{
    background-color: #FFF8EA;
}

header{
    display: block ;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 120px;
    background-image: url(../img/goods/mountaincut.png);
    background-color: #FFF8EA;
    background-size: cover;
    z-index: 10;
}

header>img{
    position: absolute;
    top: 50%;
    left: 70px;
    height: 90px;
    width: 150px;
    transform: translateY(-50%);
}

header>p{
    margin: 10px auto 10px;
    text-align: center;
    width: 100%;
    font-size: 15px;
}

header>p>span{
    font-size: 30px;
    font-family: kokuryu, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #900707;
}

header>h1{
    text-align: center;
    font-size: 50px;
    margin: 10px auto;
    letter-spacing: 3px;
    font-family: ta-fuga-fude, sans-serif;
    font-weight: 400;
    font-style: normal;    
}

header>h1>span{
    font-family: ta-fuga-fude, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

header>h1>img{
    display: block;
    margin: 0px auto;
    width: 400px;
    height: 115px;
}

   /* ハンバーガーメニュー */
   .menu-button{
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;
    top: 40px;
    right: 80px;
    z-index: 111;
}

.menu-button div{
    height: 5px;
    width: 100%;
    border: 1px solid RGB(78, 66, 57);
    background-color: RGB(78, 66, 57);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: .3s ;
}

.menu-button div:nth-of-type(1){
    transform: translate(-50%,15px);
}

.menu-button div:nth-of-type(3){
    transform: translate(-50%,-20px);
}



.menu-button.hbg-action div:nth-of-type(1){
    transform: rotate(45deg) translate(-50%,0px);
    transform-origin: 0% 50%;
}

.menu-button.hbg-action div:nth-of-type(2){
    opacity: 0;
}

.menu-button.hbg-action div:nth-of-type(3){
    transform: rotate(-45deg) translate(-50%,0px);
    transform-origin: 0% 50%;
} 

.nav{
    position: absolute;
    top: 0px;
    right: -100%;
    transition: .3s;
    width: 80%;
    height: 100vh;
    background-color: antiquewhite;
    z-index: 110;
}

#ul{
	display:flex;
	flex-direction: column;
}

#ul.hbg-action{
    right: 0px;
}

#ul>li:nth-of-type(1){
    margin-top: 30%;
}

#ul>li>a{
    display: block;
    margin-bottom: 30px;
    margin-left: 50px;
    font-size: 20px;
}

nav{
    position: fixed;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 70px;
    background-color: RGB(78, 66, 58);
    z-index: 1;
}

nav>ul{
    display: flex;
    justify-content: space-between;
    color: white;
}

nav>ul>li{
    position: relative;
    display: block;
    text-align: center;
    border-left: 0.3px solid white;
    font-size: 20px;
    width: 25%;
    line-height: 70px;
}

nav>ul>li>a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 70px;
    transition: .5s;
}

nav>ul>li:nth-of-type(1){
    background-color: rgb(175, 143, 100);
}

nav>ul>li:nth-of-type(1){
    border-left: 0px solid white;
}

nav>ul>li>a:hover{
    background-color: white;
    color: black;
}

#mask-show{
    opacity: 0;
    transition: .3s;
    transform: translateX(-100%);
}

#mask-show.mask-show{
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    width: 60%;
    height: 100vh;
    background-color: rgb(255, 255, 255,.5);
    z-index: 10;
}

.subtitle{
    display: flex;
    justify-content: center;
    margin: 250px auto 70px;
}

.subtitle>span:nth-of-type(1){
    line-height: 35px;
    font-size: 25px;
    color: #900707;
}

.subtitle>span:nth-of-type(2){
    line-height: 35px;
    font-size: 25px;
    color: #535353;
}

.subtitle>span:nth-of-type(3){
    margin-left: 5px;
    line-height: 35px;
    font-size: 40px;
    color: black;
}

.subtitle>br{
    display: none;
}

.itemlist{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
}

.item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 500px;
    height: 970px;
    margin-bottom: 70px;
}

.item>img{
    width: 500px;
    height: 500px;
    border-radius: 17px;
}

.item>p{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.item>p>span:nth-of-type(1){
    position: relative;
    margin: 30px 0px 5px;
    width: 90%;
    font-size: 20px;
}

.item>p>span:nth-of-type(1)::before{
    content: "おうちで炉端！";
    position: absolute;
    top: -20px;
    left: 0px;
    font-size: 15px;
    color: #900707;
}
.item>p>span:nth-of-type(2){
    font-size: 20px;
    margin-bottom: 10px;
}

.item>p:nth-of-type(2){
    width: 500px;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 10px;
}

.item>ul{
    margin-left: 12px;
    margin-bottom: 20px;
}

.item>ul>li{
    list-style: disc;
    font-size: 20px;
}

.item>a{
    display: block;
    position: relative;
    padding-left: 20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: white;
    background-color: black;
    border-radius: 10px;
}

.item>a::before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 1px;
    background-color: white;
    transition: .3s;
}

.item>a::after{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    width: 5px;
    height: 1px;
    transform: rotate(45deg);
    background-color: white;
    transition: .3s;
}

.item>a:hover::before{
    right: 10px;
}

.itemlist>div:nth-of-type(4){
    display: none;
}

.item>a:hover::after{
    right: 10px;
}

.info{
    margin: 0px auto 60px;
    width: 95%;
}

.info>h2{
    text-align: center;
    font-size: 30px;
    margin-bottom: 60px;
}

.info>h2>span:nth-of-type(1){
    font-size: 40px;
}

.info>h2>span:nth-of-type(2){
    color: #900707;
}

.info>h2>br{
    display: none;
}

.linklist{
    display: flex;
    justify-content: space-evenly;
}

.linkitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.linkitem>p{
    font-size: 30px;
    margin-bottom: 15px;
}

.linkitem>a{
    display: block;
    width: 20vw;
    height: 20vw;
    overflow: hidden;
    border: 2px solid #535353;
    border-radius: 7px;
}

.linkitem>a>img{
    display: block;
    width: 20vw;
    height: 20vw;
    transition: .5s;
}

.linkitem>a>img:hover{
    transform: scale(1.3);
}

footer{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 500px;
    background-image: url(../img/goods/cdr_bg.png);
    background-size: initial;
}

footer>ul{
    display:flex;
    flex-direction: column;
    text-align: center;
    margin: 45px auto 10px;
}

footer>ul>li>a{
    display: inline-block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}

footer>img:nth-of-type(1){
    margin: 20px auto;
    width: 180px;
    height: 150px;
}

footer>img:nth-of-type(2){
    margin: 20px auto;
    width: 250px;
    height: 70px;
}

footer>p{
    text-align: center;
    margin-top: 30px;
}

@media(max-width:1514px){
    .itemlist>div:nth-of-type(4){
        display: block;
    }
}

@media(max-width:1185px){
    header>h1>span{
        display: none;
    }
}

@media(max-width:1080px){
    .item{
        width: 400px;
        height: 900px;
    }
    
    .item>img{
        width: 400px;
        height: 400px;
    }
    
    .item>p{
        width: 400px;
    }
    
    .item>p>span:nth-of-type(1){
        width: 90%;
    }

    .item>p:nth-of-type(2){
        width: 400px;
    }
}

@media(max-width:860px){

    header>img{
        left: 0px;
        width: 110px;
    }

    .menu-button{
        right: 30px;
    }

    .item{
        width: 300px;
        height: 850px;
    }
    
    .item>img{
        width: 300px;
        height: 300px;
    }
    
    .item>p{
        width: 300px;
    }
    
    .item>p>span:nth-of-type(1){
        width: 100%;
    }

    .item>p:nth-of-type(2){
        width: 300px;
    }
}

@media(max-width:770px){
    nav>ul>li>a{
        font-size: 15px;
    }

    .subtitle>span:nth-of-type(1){
        font-size: 20px;
    }
    
    .subtitle>span:nth-of-type(2){
        font-size: 20px;
    }
    
    .subtitle>span:nth-of-type(3){
        font-size: 35px;
    }
    
    .info>h2{
        font-size: 20px;
    }
    
    .info>h2>span:nth-of-type(1){
        font-size: 30px;
    }
 
    .linkitem>p{
        font-size: 15px;
    }
}

@media(max-width:650px){
    header>img{
        width: 80px;
    }

    #ul>li{
        font-size: 0.8em;
        margin-left: 3px;
    }

    nav>ul>li>a{
        font-size: 12px;
    }

    .subtitle>span:nth-of-type(1){
        font-size: 15px;
    }
    
    .subtitle>span:nth-of-type(2){
        font-size: 15px;
    }
    
    .subtitle>span:nth-of-type(3){
        font-size: 30px;
    }

    .item{
        width: 250px;
        height: 700px;
    }
    
    .item>img{
        width: 250px;
        height: 250px;
    }
    
    .item>p{
        width: 250px;
    }
    
    .item>p>span:nth-of-type(1){
        width: 100%;
    }

    .item>p:nth-of-type(2){
        width: 250px;
    }
    
    .item>ul>li{
        font-size: 0.9rem;
    }

    .info>h2{
        font-size: 20px;
    }
    
    .info>h2>span:nth-of-type(1){
        font-size: 30px;
    }
 
    .linkitem>p{
        font-size: 15px;
    }
}

@media(max-width:524px){
    header{
        display: block ;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 108px;
        background-image: url(../img/goods/mountain.png);
        background-color: #FFF8EA;
        background-size: cover;
        z-index: 10;
    }

    header>img{
        display: none;
    }

    header>p{
        margin: 10px auto;
        text-align: center;
        width: 100%;
        font-size: 19px;
    }

    header>p>span{
        font-size: 40px;
        font-family: kokuryu, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #900707;
    }

    header>h1{
        text-align: center;
        font-size: 36px;
        margin: 10px auto;
    }

    header>h1>img{
        width: 250px;
        height: 100px;
    }

    .menu-button{
        top: 3px;
        right: 3px;
        width: 35px;
    }

    nav{
        position: fixed;
        top: 108px;
        left: 0px;
        width: 100%;
        height: 38px;
        background-color: RGB(78, 66, 58);
        z-index: 1;
    }

    nav>ul{
        display: flex;
        justify-content: space-between;
        color: white;
    }

    nav>ul>li{
        text-align: center;
        width: 25%;
        border-left: 0.3px solid white;
    }

    nav>ul>li>a{
        display: block;
        width: 100%;
        height: 38px;
        font-size: 9px;
        line-height: 38px;
        border-left: 0.3px solid white;
    }

    nav>ul>li>a:nth-of-type(1){
        border-left: 0px solid white;
    }
    
    .subtitle{
        display: flex;
        justify-content: center;
        margin: 171px auto 28px;
        height: 21px;
    }

    .subtitle>span:nth-of-type(1){
        line-height: 21px;
        font-size: 15px;
        color: #900707;
    }

    .subtitle>span:nth-of-type(2){
        line-height: 21px;
        font-size: 15px;
        color: #535353;
    }

    .subtitle>span:nth-of-type(3){
        margin-left: 5px;
        line-height: 21px;
        font-size: 21px;
        color: black;
    }

    .itemlist{
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 60px;
    }

    .item{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 170px;
        height: 550px;
        margin-bottom: 100px;
    }

    .item>img{
        width: 170px;
        height: 170px;
        border-radius: 15px;
    }

    .item>p{
        display: flex;
        flex-direction: column;
        width: 170px;
    }

    .item>p>span:nth-of-type(1){
        position: relative;
        margin: 0px;
        width: 90%;
        font-size: 15px;
    }

    .item>p>span:nth-of-type(1)::before{
        content: "ひがし北海道産";
        position: absolute;
        top: -15px;
        left: 0px;
        font-size: 12px;
        color: #900707;
    }
    .item>p>span:nth-of-type(2){
        font-size: 12px;
        margin-bottom: 0px;
    }

    .item>p:nth-of-type(2){
        width: 170px;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0px;
    }

    .item>ul{
        margin: 0px;
    }

    .item>ul>li{
        font-size: 12px;
    }

    .item>a{
        display: block;
        position: relative;
        padding-left: 7px;
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        color: white;
        background-color: black;
        border-radius: 10px;
    }

    .item>a::before{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 7px;
        width: 20px;
        height: 1px;
        background-color: white;
    }

    .item>a::after{
        content: "";
        display: block;
        position: absolute;
        top: 13px;
        right: 7px;
        width: 5px;
        height: 1px;
        transform: rotate(45deg);
        background-color: white;
    }

    .info{
        margin: 0px auto 60px;
        width: 95%;
    }

    .info>h2{
        text-align: center;
        font-size: 13px;
        margin-bottom: 30px;
    }

    .info>h2>span:nth-of-type(1){
        font-size: 21px;
    }

    .info>h2>span:nth-of-type(2){
        color: #900707;
    }

    .linklist{
        display: flex;
        justify-content: space-evenly;
    }

    .linkitem{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
    }

    .linkitem>p{
        font-size: 13px;
        margin-bottom: 7px;
    }

    .linkitem>a>img{
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 7px;
    }

    footer{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 500px;
        background-image: url(../img/goods/cdr_bg.png);
        background-size: initial;
    }

    footer>ul{
        margin-top: 45px;
        margin-left: 18px;
    }

    footer>ul>li>a{
        display: inline-block;
        font-size: 15px;
        margin-bottom: 20px;
    }

    footer>img:nth-of-type(1){
        margin: 20px auto;
        width: 180px;
        height: 150px;
    }

    footer>img:nth-of-type(2){
        margin: 20px auto;
        width: 250px;
        height: 70px;
    }

    footer>p{
        text-align: center;
        margin-top: 30px;
    }
}

@media(max-width:413px){
    .menu-button{
        right: 5px;
        width: 30px;
    }

    header>p{
        font-size: 15px;
    }

    header>p>span{
        font-size: 30px;
    }

    .subtitle>span:nth-of-type(1){
        font-size: 12px;
    }

    .subtitle>span:nth-of-type(2){
        font-size: 12px;
    }

    .subtitle>span:nth-of-type(3){
        font-size: 18px;
    }
}

@media(max-width:389px){
    .link1{
        line-height: 10px;
        transform: translateY(25%);
    }
}

@media(max-width:354px){
    .menu-button{
        top: -10px;
        right: 2px;
        width: 20px;
    }
    .menu-button div:nth-of-type(1){
        transform: translate(-50%,7px);
    }
    
    .menu-button div:nth-of-type(3){
        transform: translate(-50%,-12px);
    }
    .subtitle{
        position: relative;
        margin-bottom: 60px;
    }

    .subtitle>span:nth-of-type(1){
        font-size: 15px;
    }

    .subtitle>span:nth-of-type(2){
        font-size: 12px;
    }

    .subtitle>span:nth-of-type(3){
        position: absolute;
        top: 60px;
        font-size: 25px;
    }

    .subtitle>span:nth-of-type(3){
        position: absolute;
        top: 30px;
    }

    .itemlist>div:nth-of-type(4){
        display: none;
    }

    .item{
        width: 290px;
        height: 600px;
    }
    
    .item>img{
        width: 290px;
        height: 290px;
    }

    .item>p{
        width: 290px;
    }

    .item>p:nth-of-type(2){
        width: 290px;
    }

    .info>h2{
        font-size: 10px;
    }

    .info>h2>span:nth-of-type(1){
        font-size: 21px;
        line-height: 35px;
    }

    .info>h2>span:nth-of-type(2){
        color: #900707;
    }
    .info>h2>br{
        display: block;
    }

    .linklist{
        flex-direction: column;
        align-items: center;
    }

    .linkitem{
        margin-bottom: 30px;
    }

    .linkitem>a{
        width: 80vw;
        height: 80vw;
    }

    .linkitem>a>img{
        width: 80vw;
        height: 80vw;
    }

}