main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
}

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



.box {
    margin: auto;
    width: 1150px;
}

.flex {
display: flex;
}
.flex.reverse {
    flex-direction: row-reverse;
}
.flex.aic {
    align-items: center;
}

body {
    -webkit-text-size-adjust: 100%;
}

.wrap {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
/*====================================
toparea
====================================*/

.toparea {
    background: url(../img/hiiku-top.jpg) no-repeat center top;
    height: 560px;
    margin-top: -10px;
    
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}


/*====================================
scrollTop
====================================*/

.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
    background: #00896B;
    padding: 20px;

}
.scrollTop a:hover{
    background: #6e684f;
}



.btmarea {
    background: url(../img/btmbg.jpg) no-repeat center top;
    height: 550px;
}





#intro {
    text-align: center;
    padding: 80px 0 60px;
}
#intro h2 {
    font-size: 24px;
    padding: 1em 0;
}
#intro p {
    padding-bottom: 30px;
}

a.gotopage {
    color: #533c32;
    border: 2px solid #533c32;
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    padding: 14px 0;
    width: 12em;
    text-align: center;
    border-radius: 25px;
    transition: all ease 0.2s;
    margin: 30px auto 0;
}
a.gotopage:hover {
    color: #fff;
    background: #533c32;
}

.prod .wrap > div {
    padding: 50px 0;
    border-bottom: 1px dashed #000;
}
.prod .wrap > div:last-of-type {
    border-bottom: 0;
}
.prod > h2 {
    background: #533c32;
    color: #fff;
    font-size: 36px;
    padding: 30px;
    text-align: center;
    letter-spacing: 4px;
}
.prod .flex > div {
    width: 50%;
}
.prod .flex .flex > div {
    width: auto;
}
.prod h3 {
    font-size: 30px;
    line-height: 40px;
}
.prod h3 span {
    color: #9a1117;
    font-size: 20px;
    padding: 15px 0 20px;
    line-height: 36px;
    display: block;
} 
.prod .half h3 span {
    padding-bottom: 10px;
}
.prod p.price {
    font-size: 18px;
    padding-top: 30px;
    color: #333;
}
.prod .flex.half > div:first-of-type {
    padding-right: 30px;
}
.prod .flex.half > div:last-of-type {
    border-left: 1px dashed #000;
    padding-left: 30px;
}
.prod .flex.half h3 {
    padding-top: 20px;
}
.prod02 .flex > .txt {
    width: 45%;
}
.prod02 .flex > .pic {
    width: 55%;
}
.prod03 .air > div {
    width: auto;
}
.prod03 .air .pic {
    padding: 20px 50px 30px;
}
.prod03 .third {
    justify-content: space-between;
}
.prod03 .third > div {
    width: 31%;
}
.prod03 .third p {
    padding: 0 1em;
}
.prod04 .flex .flex > div:last-of-type,
.prod05 .flex .flex > div:last-of-type {
    flex: 1;
    padding: 0 30px;
}
.prod05 .flex .flex > div:last-of-type {
    padding-right: 0;
}
.prod14 + .third > div {
    padding: 0 20px 120px;
    position: relative;
}
.prod14 + .third .txt {
    padding: 1em;
}
.prod14 + .third > div:nth-of-type(n+2) {
    border-left: 1px dashed #000;
}
.prod14 + .third a.gotopage {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
#category {
    background: #533c32;
    text-align: center;
}
#category .wrap > div {
    padding: 100px 0;
}
#category a.gotopage {
    margin-top: 50px;
}
#otherPage {
    padding: 120px 0;
}
#otherPage .wrap > div {
    border-bottom: 0;
}
#otherPage h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}