@charset "EUC-JP";

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
}

.opacity a:hover img {
    Filter: Alpha(Opacity=85);
    opacity: .85;
}

.cf {
    zoom: 1;
    /*for IE 5.5-7*/
}

.cf:after {
    /*for modern browser*/
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

[type="text"] {
    line-height: initial;
}

/*????*/
body {
    margin: 0;
    padding: 0;
	font-family: "Hiragino Kaku Gothic Pro", "�ҥ饮�γѥ� Pro W3", YuGothic, "�⥴���å�", Meirio, "�ᥤ�ꥪ", sans-serif;
}

a:hover img {
    Filter: Alpha(Opacity=85);
    opacity: .85;
}

a img,
#contents a img:hover {
    border: none;
}

/*header*/
#header {
    width: 100%;
    color: #fff;
    text-align: left;
    position: relative;

}

.headmain {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 33px 0 34px;

}

#header .pc h1 a {
    display: flex;
    align-items: center;
    height: 90px;
    text-decoration: none;
}

#header .pc h1 a img {
    width: auto;
    height: 100%;
}

#header h1 a span {
    display: block;
    margin-left: 15px;
    font-size: 14px;
    line-height: 21px;
    color: #301D0F;
    text-align: center;
    text-align-last: justify;
}

.headnavi {
    height: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.headnavi li {
    margin: 0 0 0 30px;
}

.headnavi li {
    font-size: 12px;
    line-height: 100%;
    color: #301D0F;
    position: relative;
}

.headnavi li:nth-child(6) a {
    height: 14px;
}

.headnavi li:last-child a {
    height: 24px;
}

.headnavi li a {
    display: block;
    font-size: 12px;
    line-height: 100%;
    color: #301D0F;
    text-decoration: none;

}

.headnavi li a:hover {
    text-decoration: underline;
}

.headnavi li a img {
    display: block;
    width: auto;
    height: 100%;
}

.megamenu {
    display: flex;
    justify-content: flex-end;
    padding: 28px 0 0;

}

.megamenu li.menutitle {
    margin-left: 35px;
}

.bigmenu {
    position: relative;
    height: 39px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    padding: 0 26px 0 0;
}

.bigmenu img {
    display: block;
    width: auto;
    height: 100%;
}

.menutitle .bigmenu:before {
    content: "";
    width: 12px;
    height: 7px;
    background: url("../img/arrow-down.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
}

.menutitle:hover .bigmenu:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #311D0A;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;

}

.megamenuwrap {
    display: none;
    position: absolute;
    top: 116px;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding-top: 40px;
}

.menutitle:hover .megamenuwrap {
    display: block;
}

.megamenuinner {
    padding: 40px 0 60px;
    background: #EEE8E4;

}

.megacatlist {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;

}

.megacatlist li {
    width: 270px;
    color: #301D0F;
}

.megacatlist li a {
    color: #301D0F;
    text-decoration: none;
}

.megacatlist li .text {
    font-size: 14px;
    line-height: 22px;
    margin: 27px 0 7px;
    height: 66px;
}

.megacatlist li .price {
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 27px;
}

.megacatlist li .price span {
    font-size: 10px;
}

.megacatlist li .link {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    color: #301D0F;
    text-decoration: none;
    padding: 0 63px 0 0;
    position: relative;
}

.megacatlist li .link:after {
    content: "";
    display: block;
    width: 35px;
    height: 7px;
    background: url("../img/megalink.png") no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    bottom: 5px;
    right: 0px;
    transition: all 0.3s ease;

}

.megacatlist li .link:hover:after {
    right: -5px;
    transition: all 0.3s ease;
}

.megacatlist li .img img {
    width: 100%;
    height: auto;
}

.headsearch {
    width: 180px;
    height: 30px;
    padding: 4px 0 0;
    margin: 0 0 0 40px;

}

.headsearch form {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 3px;
}

.headsearch form .search_txt {
    width: 153px;
    outline: 0;
    font-size: 14px;
    line-height: 100%;
    margin: 0;
    padding: 0 5px 0;
    box-sizing: border-box;
    color: #000000;
    border: none;
    background: none;
}

.headsearch :placeholder-shown {
    color: #000000;
}

.headsearch ::-webkit-input-placeholder {
    color: #000000;
}

.headsearch :-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.headsearch ::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.headsearch :-ms-input-placeholder {
    color: #000000;
}

.headsearch form .search_btn {
    margin: 0;
    width: 17px;
    height: 17px;
    outline: 0;

}

.headsearch form .search_btn:hover {
    Filter: Alpha(Opacity=85);
    opacity: .85;
}


/*footer*/
#footer {
    width: 100%;
    margin: 113px 0 0;
    position: relative;
    background: #EEE8E4;
}

#footer img {
    width: 100%;
    height: auto;
}

#footer h2 {
    width: 295px;
    text-align: center;
    padding: 36px 0 38px;
    margin: 0 auto;
}

.footsns {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footsns li {
    width: 48px;
}

.footnavi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    background: #301D0F;
    gap: 30px;
    height: 52px;
}

.footnavi li a {
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}

.footnavi li a:hover {
    text-decoration: underline;
}

.copy {
    font-size: 10px;
    text-align: center;
    color: #301D0F;
    line-height: 37px;
    height: 37px;
}

.pagetop a {
    display: block;
    position: fixed;
    right: 13px;
    bottom: 13px;
    width: 90px;
    background: #fff;
    height: 90px;
    z-index: 100;
    border-radius: 50%;
}

.pagetop img {
    width: 100%;
    height: auto;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.sidemenu {
    display: none;
}

@media screen and (max-width:767px) {
    .sidemenu_banner{
		width: 89.3333%;
		margin: 0 auto;
	}
	.sidemenu_banner p + p{
		margin-top: calc(20 / 375 * 100vw);
	}
    .productwrap .textarea .icon span.w100 {
        width: auto;
        display: inline-block;
    }

    .productwrap .textarea .icon span img {
        height: 25px;
        width: auto;
        max-width: 100%;
    }

    .moviewrap iframe {
        height: 280px;
    }

    #contents {
        width: 100%;
        overflow: hidden;
    }

    img {
        width: 100%;
        height: auto;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    #header .sp h1 a img {
        width: 100%;
        height: auto;
    }

    #header .sp h1 a {
        display: block;
        height: auto;
    }

    .headtop {
        width: 100%;
        height: calc(100vw * 0.16);
        background: #fff;
        padding: 2.133% 5.3333% 2.66666%;
        line-height: 100%;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        z-index: 999999;
        position: relative;
    }

    #header h1 {
        width: 51.044776%;
    }

    #search-btn {
        width: 7.462686567%;
        margin-left: 13.134328358%;
    }

    #search-btn.btntoggle {
        background: url("../img/menuclose.png") center center no-repeat;
        background-size: 100% auto;

    }

    #search-btn.btntoggle img {
        Filter: Alpha(Opacity=0);
        opacity: .0;

    }

    .searchbox {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: -100;
        transition: all .3s;
        padding: 7% 0 0;
    }

    .searchboxinner {
        width: 100%;
        height: calc(100vw * 0.16);
        position: relative;
    }

    .megasearch {
        width: calc(100vw * 0.8933333);
        height: calc(100vw * 0.0773333);
        margin: 0 auto;
        line-height: 100%;
        background: #fff;
        border-bottom: 1px solid #707070;
    }

    .megasearch form {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        box-sizing: border-box;
        background: none;

    }

    .megasearch form .search_txt {
        width: 91.94%;
        outline: 0;
        height: 100%;
        line-height: 100%;
        font-size: 4px;
        margin: 0;
        padding: 0 4.2253521%;
        box-sizing: border-box;
        color: #301D0F;
        border: none;
        background: none;
    }

    .megasearch :placeholder-shown {
        color: #301D0F;
    }

    .megasearch ::-webkit-input-placeholder {
        color: #301D0F;
    }

    .megasearch :-moz-placeholder {
        color: #301D0F;
        opacity: 1;
    }

    .megasearch ::-moz-placeholder {
        color: #301D0F;
        opacity: 1;
    }

    .megasearch :-ms-input-placeholder {
        color: #301D0F;
    }

    .megasearch form .search_btn {
        margin: 0;
        width: calc(100vw * 0.0453333);
        height: calc(100vw * 0.0453333);
        outline: 0;
    }


    .mytoggle {
        visibility: visible;
        transition: all 0.3s;
        top: calc(100vw * 0.16);
    }

    .headcartbtn {
        width: 8.125373%;
        margin-left: 5.97%;
    }

    #header .menubtnarea {
        width: 8.2746%;
        height: calc(100vw * 0.04730666);
        margin-left: auto;
        position: relative;
    }

    #menu-btn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #close-btn {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        display: none;
        width: calc(100vw * 0.0493333);
        height: calc(100vw * 0.04730666);
    }

    .headcat {
        width: 100%;
        margin: 0;
        height: calc(100vw * 0.16);
        background: #EEE8E3;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;

    }

    .headcat a:hover img {
        Filter: Alpha(Opacity=100);
        opacity: 1.0;
    }

    #footer {
        width: 100%;
        margin: 26.6666% 0 0;
        position: relative;
        background: #EEE8E4;
    }

    #footer img {
        width: 100%;
        height: auto;
    }

    #footer h2 {
        width: 66.93333%;
        text-align: center;
        padding: 16% 0 10.6666%;
        margin: 0 auto;
    }

    .footsns {
        display: flex;
        justify-content: center;
        gap: 4.5333%;
    }

    .footsns li {
        width: 11.2%;
    }

    .footnavi {
        display: block;
        margin: 10.6666% 0 0;
        background: #301D0F;
        height: auto;
        padding: 14% 0 6.8%;
    }

    .footnavi li a {
        font-size: 12px;
        line-height: 183%;
        color: #fff;
        text-decoration: none;
        margin-bottom: 6.6666%;
        text-align: center;
        display: block;
    }

    .copy {
        font-size: 10px;
        text-align: center;
        color: #301D0F;
        line-height: 22px;
        height: auto;
        padding: 4.8% 0;
    }

    .sidemenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: scroll;
        text-align: left;
        z-index: -10;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    .sidemenu_inner {
        position: fixed;
        top: calc(100vw * 0.16);
        height: 100%;
        width: 100%;
        padding: 0 0 16%;
        right: -100%;
        max-height: 100%;
        -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 999921;
    }

    .open {
        z-index: 999919;
    }

    .open .sidemenu_inner {
        right: 0;
    }

    .drawer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -20;
        Filter: Alpha(Opacity=0);
        opacity: .0;
        display: none;
    }

    .open .drawer {
        display: block;
        z-index: 999;
        Filter: Alpha(Opacity=100);
        opacity: 1.0;

    }

    .bodyfix {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .navifixed {
        position: fixed;
    }

    #header #close-btn {
        display: none;
    }

    #header #close-btn a {
        display: block;
    }

    #menu-btn {
        display: block;
    }

    #close-btn {
        display: none;
    }

    .bodyfix #menu-btn {
        display: none !important;
    }

    .bodyfix #close-btn {
        display: block !important;
    }

    ul.sidemenu_menu {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 999922;
        position: relative;
        float: left;
        box-sizing: border-box;
        overflow-x: hidden;
        background: #fff;
        padding: 7% 0;
    }

    ul.sidemenu_menu>li {
        box-sizing: border-box;

    }

    .menucat {
        width: 89.3333%;
        margin: 0 auto;
        padding: 12.2666% 0;
    }

    .menucat p:nth-child(1) {
        width: calc(100vw * 0.2933333);
    }

    .menucat p:nth-child(2) {
        width: calc(100vw * 0.62064);
        margin: 12.44776% 0 0;
    }

    .menucat p:nth-child(3) {
        width: calc(100vw * 0.7413333);
        margin: 12.1492537% 0 0;
    }

    .menucat p:nth-child(4) {
        width: calc(100vw * 0.3626666);
        margin: 10.776% 0 0;
    }

    .menulist {
        width: 89.3333%;
        margin: 0 auto;

    }

    .menulist p {
        margin-bottom: 5.3846153%;
    }

    .menulist p a {
        font-size: 14px;
        line-height: 150%;
        color: #301D0F;
        text-decoration: none;
    }

    .pagetop a {
        display: block;
        position: fixed;
        right: calc(100vw * 0.03466666);
        bottom: calc(100vw * 0.03466666);
        width: calc(100vw * 0.141333);
        height: calc(100vw * 0.141333);
    }
}
.megamenu_banner{
	display: flex;
	width: 1040px;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 40px;
}
.megamenu_banner li{
	width: 500px;
}

.megamenu_banner li img{
	width: 100%;
}

ul.sidemenu_menu {
    display: block;
    width:100%;
    height:100%;
    z-index:999922;
    position:relative;
    float:left;
    box-sizing: border-box;
    overflow-x:hidden;
    background:#fff;
    padding:7% 0;
}
ul.sidemenu_menu > li {
    box-sizing: border-box;

}

.wrapper_ > .container_{
    margin: 0 0 118px;
}