@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap');
body {
	font-family: a-otf-ryumin-pr6n,Yu Mincho, 'Noto Serif JP',"YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
	background-color: #fff;
}
body,a {
	color: #231815;
}
.pc,
.pc_in,
.pc_inbl,
.tab,
.tab_in,
.tab_inbl {
    display: none;
}
.sp,
.sptab {
    display: block;
}
.sp_in,
.sptab_in {
    display: inline;
}
.sp_inbl,
.sptab_inbl {
    display: inline-block;
}
.cmn_menu__area {
	position: fixed;
	z-index: 200;
}
.cmn_menu__fix_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 40px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.font_Gothic {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
#btn_spmenu {
	display: block;
	width: 28px;
	height: 20px;
	position: absolute;
    top: 15px;
    left: 6px;
}
#btn_spmenu span {
	width: 28px;
	height: 1px;
	display: block;
	background-color: #000;
	border-bottom: 1px solid #999;
	position: absolute;
	left: 0;
	transition: all 0.5s 0s ease;
}
#btn_spmenu span:nth-child(1) {
	top: 0;
}
#btn_spmenu span:nth-child(2) {
	top: 9px;
}
#btn_spmenu span:nth-child(3) {
	bottom: 0;
}
.cmn_menu__fix_left .cmn_menu__txt {
  	writing-mode: vertical-rl;
	font-size: 11px;
	letter-spacing: 2px;
	color: #00A99D;
}
.header {
    position: relative;
}
.header__main_area {
    text-align: center;
    position: relative;
}
.header__wrap {
    position: absolute;
    top: 0;
	width: 100%;
}
.header__sub_area {
    position: fixed;
    top: 20px;
    right: 10px;
	z-index: 100;
}
.header__btn {
	display: flex;
}
.header__contact-btn>a {
	display: block;
	width: 22px;
}
.header__cart-btn>a {
	display: block;
	width: 23px;
}
.header__contact-btn {
    margin-right: 10px;
}
.cmn_menu__area.open {
	display: flex;
	top: 0;
	left: 0;
}
/* .cmn_menu__nav {
	width: 0;
} */
.cmn_menu__nav {
	display: block;
	position: relative;
	transition: all 0.5s ease;
	max-height: 100vh;
	min-height: 100vh;
	width: 0;
	transform: translateX(-100%);
	background-color: #E0E8E3;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	overflow-y: auto;
}
.cmn_menu__area.open .cmn_menu__nav {
	width: calc(100vw - 40px);
	left: 40px;
	transition: all 0.5s 0s ease;
	transform: translateX(0);
}
.cmn_menu__area.open .cmn_menu__fix_left {
	background-color: #E0E8E3;
}
.cmn_menu__area.open #btn_spmenu span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
}
.cmn_menu__area.open #btn_spmenu span:nth-child(3) {
	transform: rotate(-45deg);
	top: 10px;
}
.cmn_menu__area.open #btn_spmenu span:nth-child(2) {
	opacity: 0;
}
.nav_list_area {
    max-width: 245px;
    padding-left: 30px;
    margin-top: 108px;
	opacity: 0;
}
.cmn_menu__area.open .nav_list_area {
	opacity: 1;
	transition: 1s;
}
.nav_list {
	padding-bottom: 22px;
	border-bottom: 1px solid #231815;
	margin-bottom: 35px;
}
.nav_list>a {
	font-size: 21px;
}
.nav_sub_list {
	margin-top: -12px;
}
.nav_sub_list>li {
	margin-bottom: 35px;
	display: flex;
    align-items: center;
}
.nav_sub_list>li::before {
	display: inline-block;
	content: "";
	background: url("../img/common/nav_list_arrow.svg") no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.nav_sub_list>li a {
	font-size: 18px;
}
.nav_bottom_list>li a {
	display: inline-block;
	font-size: 15px;
	padding-bottom: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #231815;
}
.pc_btn_area {
	display: none;
}
.footer {
	padding: 0 25px 0 70px;
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	margin-bottom: 60px;
}
.sns_list {
	display: flex;
	margin-bottom: 60px;
}
.sns_list>li {
	margin-right: 40px;
}
.sns_list>li:last-child {
	margin-right: 0;
}
.sns_list>li a {
	display: block;
	width: 40px;
}
.footer_name_txt {
    font-size: 15px;
    margin-bottom: 15px;
}
.footer_txt {
    font-size: 12px;
    margin-bottom: 15px;
}
.footer_nav {
	margin-top: 50px;
}
.footer_nav>li {
	margin-bottom: 25px;
}
.footer_nav>li:last-child {
	margin-bottom: 0;
}
.footer_small {
    font-size: 12px;
    color: #fff;
    background-color: #00A99D;
    padding: 10px;
    text-align: center;
    display: block;
}
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    width: 26px;
    height: 20px;
    transition: all .3s ease-in-out;
}
.cmn__item_box_img {
    margin-bottom: 30px;
}
.cmn__noto_font {
	font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
.cmn__item_name {
    font-size: 16px;
    line-height: 1.5;
	margin-bottom: 20px;
}
.cmn__item_price {
	font-size: 22px;
}
.cmn__item_price>span {
	font-size: 15px;
}
.cmn__item_btn>a {
	display: flex;
    max-width: 160px;
    margin: 0 auto;
    color: #fff;
    background-color: #00A99D;
    padding: 12px 0;
    align-items: center;
    justify-content: center;
	font-size: 15px;
}
.cmn__item_btn>a::before {
	display: inline-block;
    content: "";
    background: url("../img/common/shop_icon.svg") no-repeat;
    width: 26px;
    height: 27px;
    margin-right: 5px;
}
.cmn__item_btn {
    margin-top: 10px;
}
.cmn__item_box {
	margin-bottom: 100px;
}
.cmn__item_box:last-child {
	margin-bottom: 0;
}
.cmn_ttl {
	text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}
@media screen and (min-width:768px) {
	a:hover {
		opacity: .8;
	}
	.tab {
        display: block;
    }
    .tab_in {
        display: inline;
    }
    .tab-inbl {
        display: inline-block;
    }
    .sp,
    .sp_in,
    .sp_inbl {
        display: none;
    }
	.pc {
		display: block;
	}
	.header__contact-btn>a {
		width: 27px;
	}
	.header__cart-btn>a {
		width: 29px;
	}
	#btn_spmenu {
		width: 35px;
		height: 35px;
		top: 70px;
    	left: 30px;
	}
	#btn_spmenu span {
		width: 35px;
	}
	#btn_spmenu span:nth-child(2) {
		top: 15px;
	}
	.cmn_menu__area.open #btn_spmenu span:nth-child(1) {
		top: 17px;
	}
	.cmn_menu__area.open #btn_spmenu span:nth-child(3) {
		top: 17px;
	}
	.cmn_menu__fix_left {
		width: 100px;
		cursor: pointer;
		position: fixed;
		left: 0;
		z-index: 200;
	}
	.cmn_menu__fix_left:hover {
		background-color: #C9D8D7;
	}
	.cmn_menu__nav {
		display: block;
		position: relative;
		transition: all 0.5s ease;
		max-height: 100vh;
		min-height: 100vh;
		width: 0;
	    transform: translateX(-100%);
		background-color: #E0E8E3;
		font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
		overflow-y: auto;
	}
	.cmn_menu__area.open .cmn_menu__nav {

		width: calc(100vw - 100px);
		left: 100px;
	}
	.pc_btn_area {
		display: block;
		position: absolute;
		top: 35px;
    	right: 120px;
		display: flex;
	}
	.nav_list_area {
		max-width: 100%;
		padding-left: 86px;
	}
	.pc_flex {
		display: flex;
	}
	.pc_flex_l,
	.pc_flex_r,
	.nav_list_area>.nav_list {
		width: 287px;
	}
	.pc_flex_l {
		margin-right: 72px;
	}
	.nav_bottom_list {
		display: flex;
		margin-top: 65px;
	}
	.nav_bottom_list>li {
		margin-right: 50px;
	}
	.nav_bottom_list>li:last-child {
		margin-right: 0;
	}
	.footer {
		padding: 0;
		max-width: 895px;
		margin: 0 auto 98px;
	}
	.sns_list {
		justify-content: center;
	}
	.footer_nav {
		margin-top: 0;
	}
	.footer .pc_flex {
		justify-content: space-between;
	}
	.footer .pc_flex_l {
		margin-right: 0;
		width: 345px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.footer .pc_flex_l .pc_flex .footer_txt {
		margin-bottom: 0;
	}
	.scroll_btn {
		bottom: 100px;
		right: 45px;
		width: 36px;
		height: 36px;
	}
	.cmn__item_box_area {
		display: flex;
		flex-wrap: wrap;
	}
	.cmn__item_box {
		width: calc((100% - 70px)/2);
		margin-right: 70px;
	}
	.cmn__item_box:nth-child(2n) {
		margin-right: 0;
	}
	.cmn__item_name {
		font-size: 20px;
	}
	.cmn__item_price {
		font-size: 25px;
	}
	.cmn__item_btn>a {
		margin: 0;
	}
}
@media screen and (max-width:1025px) {
	.footer {
		max-width:895px;
		margin: 0 auto 60px;
		padding-right: 20px;
	}
	
}