@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
img {
	width: 100%;
}
.sp {
    display: block;
}
.pc {
	display: none;
}
body {
    color: #000;
    background-color: #fff;
}
a {
    color: #000;
}
.shin_font {
    font-family: a-otf-ryumin-pr6n,Yu Mincho, 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
}
/* header_SP */
body.is_menu_open {
    position: fixed;
    width: 100%;
    height: 100%;
}
.header, .spmenu_bg, #btn_spmenu, #gNav_close {
    display: block;
}
.header {
    position: fixed;
    top: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
}
.header__main_area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 115px;
	padding: 5px;
}
.header__logo {
    width: 55px;
    height: 95px;
    display: inline-block;
}
.header__main_ttl {
	margin: 0;
}
.pc_header__link_area {
    display: none;
}
/* side_sp */
#btn_spmenu {
    padding: 14px 12px;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-color: #000;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#btn_spmenu span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}
#btn_spmenu span:nth-of-type(1) {
    margin-top: 3px;
}
#btn_spmenu span:nth-of-type(2), #btn_spmenu span:nth-of-type(3) {
    margin-top: 8px;
}

.header__nav {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 200;
}
.header__nav_logo {
    width: 100%;
    max-width: 255px;
    margin: 25px auto 15px;
}
.header__nav_list_wrap {
    padding: 30px 20px;
}

.header__nav_list >li {
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
}
.header__nav_list a {
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}
.header__nav_sub_list {
    transition: all ease-in-out .3s;
    opacity: 0;
    height: 0;
    width: auto;
    overflow: hidden;
}
.header__nav_list >li.is_active .header__nav_sub_list {
    opacity: 1;
    height: auto;
    transition: all ease-in-out .3s;
}
.header__nav_sub_list > li {
    margin-left: 1em;
    margin-top: 10px;
	border-bottom: 1px solid #fff;
}
.header__nav_sub_list > li a {
	padding-bottom: 5px;
	color: #fff;
}
body.is_menu_open #btn_spmenu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    margin-top: 13px;
}
body.is_menu_open #btn_spmenu span:nth-child(2) {
    width: 0;
    left: 50%;
}
body.is_menu_open #btn_spmenu span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    margin-top: -10px;
}
body.is_menu_open .sp-btn_txt {
    display: none;
}
body.is_menu_open #js_black_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}
.header__tel_link.tel_link::before {
    width: 33px;
    height: 33px;
    background-image: url(img/tel_icon_blue.svg);
    margin-right: 5px;
}
.header__btn {
    margin: 15px 0;
}
.header__contact-btn>a,
.header__cart-btn>a {
    color: #000;
    width: 114px;
    display: flex;
    align-items: center;
    font-size: 9px;
    border-radius: 14px;
    padding: 0 10px;
    height: 25px;
}
.header__contact-btn>a::before,
.header__cart-btn>a::before {
    display: inline-block;
    content: "";
}
.header__contact-btn>a::before {
    background: url("../img/common/header__mail.svg") no-repeat;
    background-size: cover;
    width: 23px;
    height: 15px;
    margin-right: 10px;
}
.header__cart-btn>a::before {
    background: url("../img/common/header__cart.svg") no-repeat;
    background-size: cover;
    width: 21px;
    height: 18px;
    margin-right: 3px;
}
.header__contact-btn {
    margin-bottom: 5px;
}
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    width: 26px;
    height: 20px;
    transition: all .3s ease-in-out;
}
.footer__navi {
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-right: 10px;
    margin-left: 10px;
}
.footer__navi-list:nth-of-type(2) {
    margin-left: 1em;
}
.footer__navi-list::before {
    content: "・";
    display: inline-block;
    width: 1em;
    color: #000;
}
.footer__navi a {
    text-decoration: none;
    color: #000;
}
footer small {
    font-size: 12px;
    color: #fff;
    background-color: #DDA88E;
    padding: 10px;
    text-align: center;
    display: block;
}
.cmn__sns-btn {
    display: flex;
    justify-content: center;
}
.cmn__sns-btn>li {
    width: 44px;
    height: 44px;
    align-items: center;
    display: flex;
    margin-right: 50px;
}
.cmn__sns-btn>li:last-child {
    margin-right: 0;
}
.cmn__sns-btn-area {
    margin-bottom: 90px;
}
.sub-ttl {
    font-size: 24px;
    text-align: center;
    margin: 50px 0 40px;
    font-weight: normal;
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.main_ttl {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 33px;
    font-weight: normal;
}
.main_ttl>span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
}
.cmn_lead_txt {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 55px;
}
.cmn_lead_txt_cate {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.cmn_sub_ttl {
    background-color: #90272d;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    line-height: 1.3;
}
.cmn_lead_deco {
    border: 1px solid #47425d;
    padding: 1rem;
    text-align: center;
}
.categ_lead {
    padding: 1rem;
    text-align: center;
}

.img_area_list {
    display: flex;
    flex-wrap: wrap;
}
.img_area_list>li {
    width: calc((100% - 30px)/2);
    margin-right: 30px;
    margin-bottom: 20px;
}
.img_area_list>li:nth-child(2n) {
    margin-right: 0;
}
.img_frame {
    position: relative;
    overflow: hidden;
    height: 102px;
}
.img_frame>img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transform: translateY(-50%) translateX(-50%);
}
.img_area_list_txt {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.3;
    display: none;
}
.cmn_item_ttl {
    background-color: #dda88e;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    line-height: 1.3;
}
.cmn_txt {
    margin: 15px 0;
    line-height: 1.3;
}
.text-danger {
    color: #DE5D50;
    font-weight: bold;
}
.item_name {
    line-height: 1.4;
    margin-top: 24px;
    font-weight: bold;
}
.item_price {
    margin-bottom: 24px;
    margin-top: 2px;
    line-height: 1.4;
}
.item_price>span {
    font-size: 12px;
}
.item_content_box {
    margin-top: 60px;
}
.img_area_list>li a {
    display: block;
}
.sect_area {
    margin-bottom: 100px;
}
.sect_area:last-child {
    margin-bottom: 0;
}
/* side__btn_area_SP */
.side__btn_area {
    position: fixed;
    right: 0;
    bottom: 150px;
    background-color: #E6E6E6;
    border-radius: 10px 0 0 10px;
    max-width: 125px;
    width: 100%;
}
.side__btn_link {
    display: flex;
    align-items: center;
    padding: 5px;
}
.side__btn_link img {
    width: 100%;
    max-width: 35px;
}

.side__btn_txt {
    display: block;
    color: #06C755;
    line-height: 1.5;
    font-size: 10px;
    width: 100%;
    max-width: calc(100% - 40px);
    margin-left: 5px;
}
@media screen and (min-width:768px) {
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    a:hover {
        opacity: .8;
    }
    .header {
        padding: 0 30px;
    }
    .header__logo {
        width: 59px;
        margin: 25px 0;
        height: 102px;
    }
    .header__btn {
        display: flex;
        align-items: center;
    }
    .header__contact-btn>a,
    .header__cart-btn>a {
		width: 100%;
        font-size: 12px;
    }
    .header__contact-btn>a::before {
        width: 18px;
        height: 12px;
    }
    .header__cart-btn>a::before {
        width: 16px;
        height: 14px;
    }
    .header__contact-btn {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .header__contact-btn>a {
        padding: 7px 15px;
    }
    .header__cart-btn>a {
        padding: 0;
    }
	.mv,.sub_content {
		margin-top: 115px;
	}
    .scroll_btn {
        bottom: 100px;
        right: 45px;
        width: 36px;
        height: 36px;
    }
    .footer__navi {
        margin-left: 50px;
    }
    .footer__navi-list {
        margin-left: 0;
    }
    .footer__navi-list::before {
        content: "／";
        margin-right: .5em;
        margin-left: .5em;
    }
    .footer__navi a {
        font-size: 17px;
    }
    .footer__navi-list:nth-of-type(2) {
        margin-left: 0;
    }
    footer small {
        padding: 15px;
    }
    .sub-ttl {
        font-size: 30px;
    }
    .cmn__logo {
        max-width: 198px;
        margin: 0 auto;
    }
    .img_area_list>li a:hover {
        background-color: rgba(221,168,142,0.1);
    }
    .main_ttl {
        margin-top: 60px;
        margin-bottom: 33px;
        font-size: 63px;
    }
    .main_ttl>span {
        margin-top: 33px;
        font-size: 22px;
    }
    .cmn_lead_txt {
        font-size: 15px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cmn_lead_txt_cate {
        font-size: 22px;
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight:700;
    }
    .cmn_sub_ttl {
        padding: 10px 22px;
    }
    .img_area_list>li {
        width: calc((100% - 90px)/4);
    }
    .img_area_list>li:nth-child(2n) {
        margin-right: 30px;
    }
    .img_area_list>li:nth-child(4n),
    .img_area_list>li:last-child {
        margin-right: 0;
    }
    .img_frame {
        height: 175px;
    }
    .cmn_item_ttl {
        padding: 10px 22px;
    }
    /* side__btn_area_TAB */
    .side__btn_area {
        bottom: 200px;
        max-width: 167px;
    }
    .side__btn_link {
        padding: 10px;
    }
    .side__btn_link img {
        max-width: 69px;
    }
    .side__btn_txt {
        line-height: 2;
        max-width: calc(100% - 75px);
    }
}
@media screen and (max-width:1024px) {
    /*SP/TABのみ*/
	.header__sub_area.pc_area {
		display: none;
	}
	.header__nav {
		background-color: #000;
	}
    .sp_header__nav_icon {
        display: inline-block;
        position: relative;
        padding-right: 0.25em;
    }
    .sp_header__nav_icon::after {
        display: inline-block;
        content: '';
        margin: auto;
        width: 10px;
        height: 10px;
        margin-bottom: 2.5px;
        border: none;
        border-left: 10px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        transition:  all ease-in-out .3s;
    }
    .header__nav_list > li.is_active  .sp_header__nav_icon::after {
        transform: rotate(90deg);
        transition:  all ease-in-out .3s;
    }
	.header__nav_list a {
		color: #fff;
		font-size: 22px;
	}
	.header__nav_sub_list > li a {
		font-size: 17px;
        width: 100%;
	}
    .header__nav_area {
        max-height: calc(100vh - 115px);
        overflow: auto;
    }
	.header__main_area {
		display: flex;
        align-items: center;
        justify-content: space-between;
		padding: 10px 20px;
		padding-right: 80px;
	}
}
@media screen and (min-width:1025px) {
    /*-----
    header_PC
    -----*/
    #btn_spmenu {
        display: none;
    }
    .header {
        height: auto;
        position: relative;
        transition: all .3s ease-in-out;
        z-index: 200;
    }
    .header__wrap {
        display: flex;
        justify-content: space-between;
		align-items: flex-end;
        padding: 20px 30px;
		max-width: 960px;
        margin: auto;
        position: relative;
    }
    .header__main_area {
       height: 132px;
       width: 100%;
       max-width: 133px;
       min-width: 133px;
       margin-right: 6vw;
    }
    .header__logo {
        width: 78px;
        height: 135px;
    }
    .header__sub_area {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
	.sp_area .header__sub_area {
		display: none;
	}
    .btn.header__btn {
        border-radius: 20px;
        margin: 0;
    }
    .header__nav_list_wrap {
        margin-top: 15px;
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    .header__nav {
        overflow: visible;
        position: relative;
        display: block;
        height: auto;
        width: 100%;
        top: 0 !important;
        max-width: inherit;
    }
    .header__nav_list {
        display: flex;
        position: relative;
		justify-content: flex-end;
    }
    .header__nav_list >li {
        font-size: 17px;
        padding-right: 40px;
        position: static;
        margin-bottom: 0;
    }
    .header__nav_list >li:last-child {
        padding-right: 0;
    }
    .header__nav_list > li > a {
        color: #333;
        font-size: 14px;
        position: relative;
		display: block;
		width: 100%;
    }
    .header__nav_list > li .header__nav_sub_list {
        position: absolute;
        top: 15px;
        background-color: rgba(221 ,168, 142, 1);
        transition: inherit;
        z-index: 10;
    }
    .header__nav_list > li.is_active .header__nav_sub_list {
        padding: 0 10px 10px;
        transition: inherit;
		height: auto;
    }
    .header__nav_sub_list > li {
        margin-left: 0;
    }
    .header__nav_sub_list > li > a {
        font-size: 13px;
    }
	.mv,.sub_content {
		margin-top: 0 !important;
	}
}