@charset "UTF-8";
.boxContent {
	position: relative;
}
/*header*/
.logo01Header {
	max-width: 18vw;
}
#container:before {
	content: "";
	width: 488px;
	height: 468px;
	background: url("../../images/shop/common/svg/kizaemon.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
	position: absolute;
	right: -148px;
	top: 329px;
}
.pageShop .ttlHeader {
	width: 137px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	top: 12vw;
}
.boxHeaderShop01 {
	width: 484px;
	margin: 114px 0 0 65%;
}
.ulHeaderShopMenu01 {
	display: flex;
	flex-direction: row-reverse;
	min-height: 250px;
}
.ulHeaderShopMenu01 > li {
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: 0.36em;
	font-feature-settings: initial;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 1.75em;
	position: relative;
	transition: all 0.5s;
}
.ulHeaderShopMenu01 > li:after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../../images/shop/common/svg/menu.svg") no-repeat center top;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	pointer-events: none;
	transition: all 0.5s;
}
.ulHeaderShopMenu01 > li:before {
	content: "";
	width: 1px;
	height: 0;
	background-color: #dbc9bb;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -110px;
	opacity: 0;
	transition: all 0.5s;
}
.ulHeaderShopMenu01 > li:hover {
	padding-top: 3em;
}
.ulHeaderShopMenu01 > li:hover:after {
	opacity: 0;
}
.ulHeaderShopMenu01 > li:hover:before {
	opacity: 1;
	height: 140px;
}
.ulHeaderShopMenu01 > li:not(:last-child) {
	margin-left: 2.65em;
}
.ulHeaderShopMenu01 > li.corp {
	background: none;
	color: #ab8d40;
}
.ulHeaderShopMenu01 > li.corp a {
	padding-top: 1.6em;
	background: url("../../images/shop/common/svg/corp.svg") no-repeat center top;
	background-size: 1.1em;
}
.ulHeaderShopMenu01 > li.ec {
	background: none;
	color: #65a955;
}
.ulHeaderShopMenu01 > li.ec a {
	background: url("../../images/shop/common/svg/cart.svg") no-repeat left top;
	background-size: 1.1em;
	padding: 1.6em 2px 0 2px;
}
.ulHeaderShopMenu01 > li.recruit {
	background: none;
	color: #d25d15;
}
.ulHeaderShopMenu01 > li.recruit a {
	background: url("../../images/common/recruit.svg") no-repeat center top;
	background-size: 0.8em;
	padding: 1.6em 2px 0 2px;
}
.ulHeaderShopMenu01 > li.corp:after,
.ulHeaderShopMenu01 > li.ec:after,
.ulHeaderShopMenu01 > li.recruit:after {
	content: none;
}
body:not(.pageShop) .ulHeaderShopMenu01 > li:not(:last-child){
	 margin-left: 1.65em;
}


/*index*/
.pageShop header {
	height: 832px;
}
.boxShopIndexMv {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}
.boxShopIndexMv .img {
	background-repeat: no-repeat;
	background-position: center top;
	height: 946px;
	width: 100%;
	border-bottom-right-radius: 36px;
	overflow: hidden;
}
.boxShopIndexMv .slick-dots {
	text-align: left;
	bottom: 20px;
	padding-left: 26px;
}
.boxShopIndexMv .slick-dots li {
	width: 22px;
	height: 6px;
}
.boxShopIndexMv .slick-dots li button {
	width: 22px;
	height: 6px;
	padding: 0;
	border-radius: 50px;
	background-color: #fff!important;
}
.boxShopIndexMv .slick-dots li button:before {
	content: none;
}
.boxShopIndexMv .slick-dots li.slick-active {
	width: 117px;
}
.boxShopIndexMv .slick-dots li.slick-active button {
	width: 117px;
	background-color: #e7c672!important;
}
.boxShopIndexInfo {
	margin-top: 100px;
}
.boxShopIndexInfo .ttl {
	letter-spacing: 0.18em;
	font-weight: bold;
	font-size: 1.75rem;
	line-height: 2.2;
	margin-bottom: 1.25em;
	position: relative;
}
.boxShopIndexInfo .ttl:before {
	content: "";
	width: 64px;
	height: 32px;
	background: url("../../images/shop/common/svg/shop-infomation.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 15px;
	left: 3.68em;
}
.boxShopIndexInfo .cont dl {
	margin-bottom: 1em;
	line-height: 1.6;
	display: flex;
}
.boxShopIndexInfo .cont dl dt {
	letter-spacing: 0.14em;
	width: 5.7em;
}
.boxShopIndexInfo .cont dl dd {
	width: calc(100% - 5.7em);
}
.boxShopIndexInfo .cont dl dd a {
	text-decoration: underline;
}
.boxShopIndexInfo .cont p {
	font-size: 0.875rem;
}
.boxShopIndex01 {
}
.boxShopIndex01 .boxFlex {
	width: 100%;
}
.boxShopIndex01 .boxFlex .box01 {
	width: 50%;
	display: flex;
	margin-top: 107px;
}
.boxShopIndex01 .boxFlex .box01 .ttl {
	width: 158px;
}
.boxShopIndex01 .boxFlex .box01 .ttl h2 {
	font-size: 1.8125rem;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 0.8em;
	font-weight: bold;
}
.boxShopIndex01 .boxFlex .box01 .ttl h2 .en {
	display: block;
	letter-spacing: 0.18em;
	font-size: 0.48em;
}
.boxShopIndex01 .boxFlex .box01 .ttl a {
	display: flex;
	color: #7c6f52;
	width: 158px;
	height: 41px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10em;
}
.boxShopIndex01 .boxFlex .box01 .cont {
	width: calc(92% - 158px);
	margin-left: auto;
}
.boxShopIndex01 .boxFlex .box01 .cont dl {
	display: flex;
	align-items: center;
}
.boxShopIndex01 .boxFlex .box01 .cont dl:nth-child(n+2) {
	margin-top: 2em;
}
.boxShopIndex01 .boxFlex .box01 .cont dl dt {
	margin-right: 20px;
}
.boxShopIndex01 .boxFlex .box01 .cont dl dd {
	font-size: 1.125rem;
	font-weight: bold;
	width: 100%;
	position: relative;
}
.boxShopIndex01 .boxFlex .box01 .cont dl dd a {
	display: flex;
	align-items: center;
	width: 100%;
}
.boxShopIndex01 .boxFlex .box01 .cont dl dd a .date {
	font-size: 0.9375rem;
	margin-right: 1.5em;
	font-weight: normal;
}
.boxShopIndex01 .boxFlex .box02 {
	background-color: #fff;
	width: 50%;
	position: relative;
	right: -80px;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
	padding: 50px 80px 50px 50px;
	display: flex;
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .left {
	margin-top: 20px;
	width: 57%;
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .left h3 {
	font-size: 1.625rem;
	letter-spacing: 0.12em;
	line-height: 1.5;
	padding-bottom: 1em;
	margin: 0.5em 0 1em 0;
	font-weight: bold;
	background: url("../../images/shop/common/svg/pickup_line.svg") no-repeat 8px bottom;
	background-size: 184px;
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .left .txt {
	margin-bottom: 3em;
}
.btnReadMore01 {
	font-size: 0.875rem;
	position: relative;
	padding-right: 3em;
}
.btnReadMore01:after {
	content: "";
	width: 36px;
	height: 20px;
	background: url("../../images/common/svg/arrow.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 53%;
	transform: translateY(-50%);
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .img {
	width: 36%;
	margin-left: 7%;
	text-align: right;
	position: relative;
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .img:before {
	content: "";
	width: 124px;
	height: 98px;
	background: url("../../images/shop/common/svg/pickup.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	left: -81px;
	top: -34px;
	z-index: 1;
}
.boxShopIndex01 .boxFlex .box02 .boxFlex .img img {
	border-radius: 1rem;
}
.boxShopIndex01Wrap {
	padding-bottom: 6.25rem;
}
.boxShopIndex02Wrap {
	padding-bottom: 3.875rem;
}
.boxShopIndex02 .boxFlex .ttl {
	width: 158px;
	text-align: center;
}
.boxShopIndex02 .boxFlex .ttl img {
	max-width: 144px;
}
.boxShopIndex02 .boxFlex .ttl div {
	font-weight: bold;
	text-align: center;
	margin: 0.8em 0 1.5em 0;
}
.boxShopIndex02 .boxFlex .ttl a {
	display: flex;
	color: #7c6f52;
	width: 158px;
	height: 41px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10em;
}
.boxShopIndex02 .boxFlex .insta {
	width: calc(100% - 392px);
	padding: 0 4%;
}
.boxShopIndex02 .boxFlex {
	align-items: center;
}
.boxShopIndex02 .sbi_item {
	border-radius: 1rem;
	overflow: hidden;
}
.boxShopIndex02 .boxFlex .sns {
	width: 234px;
	text-align: center;
}
.boxShopIndex02 .boxFlex .sns .ttl {
	font-size: 1.125rem;
	letter-spacing: 0.12em;
	margin-bottom: 1.2em;
	text-align: center;
	width: 100%;
}
.boxShopIndex02 .boxFlex .sns a {
	width: 234px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color: #9d8878;
	background-color: #fff;
	border-radius: 10em;
	
}
.boxShopIndex02 .boxFlex .sns a span {
	background: url("../../images/common/svg/instagram.svg") no-repeat left 2px;
	background-size: 24px;
	padding:5px 0 5px 34px;
}
.boxShopIndex02 .boxFlex .sns a:nth-of-type(2) span {
	background-image: url("../../images/common/svg/facebook.svg");
}
.boxShopIndex02 .boxFlex .sns a:nth-child(n+2) {
	margin-top: 0.875rem;
}
.boxShopIndex03Wrap {
	padding: 56px 0 80px 0;
	background: url("../../images/shop/index/bg01.png") no-repeat center top;
	position: relative;
}
.boxItemListSlide {
	margin-bottom: 55px;
}
.boxItemListSlide .item .img {
	max-width: 340px;
	position: relative;
	border-radius: 1.9rem;
	overflow: hidden;
	margin:  0 15px;
}
.boxItemListSlide .item .img a {
	opacity: 1;
	position: relative;
	display: block;
	height: 100%;
}
.boxItemListSlide .item .img a:before {
	content: "";
	width: 25px;
	height: 25px;
	background: url("../../images/shop/common/svg/arrow.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 12px;
	bottom: 12px;
	z-index: 1;
	transition: all 0.5s;
}
.boxItemListSlide .item .img a:hover:before {
	background-image: url("../../images/shop/common/svg/arrow_hover.svg");
}
.boxItemListSlide .item .img a .img02 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s;
}
.boxItemListSlide .item .img a:hover .img02 {
	opacity: 1;
}
.boxItemListSlide .item .ttl {
	text-align: center;
	color: #583c34;
	font-weight: bold;
	font-size: 1.625rem;
	margin-bottom: 1em;
	margin-top: 1.1em;
}
.boxItemListSlide .item .ttl .en {
	display: block;
	letter-spacing: 0.18em;
	font-size: 0.384em;
	opacity: 0.7;
	color: #684634;
	margin-top: 1em;
}
.boxItemListSlide .item p {
	margin: 0 15px;
}
.boxItemListSlide .slick-prev:before, .boxItemListSlide .slick-next:before {
	content: none;
}
.boxItemListSlide .slick-prev {
	width: 68px;
	height: 67px;
	background: url("../../images/common/icn-arrow-prev.png") no-repeat left top !important;
	background-size: contain!important;
	z-index: 1;
	left: -15px;
	top: 30%;
}
.boxItemListSlide .slick-next {
	width: 68px;
	height: 67px;
	background: url("../../images/common/icn-arrow-next.png") no-repeat left top !important;
	background-size: contain!important;
	z-index: 1;
	right: -15px;
	top: 30%;
}

/*footer*/
.boxShopFooterLinkWrap {
	padding-top: 4.06rem;
	background-color: #fcf4e1;
}
.boxShopFooterLink .boxFlex {
	justify-content: space-between;
}
.boxShopFooterLink .box {
	width: 49%;
}
.boxShopFooterLink .box a {
	display: flex;
	border-radius: 1rem;
	overflow: hidden;
}
.boxShopFooterLink .box a .cont {
	width: 47%;
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
}
.boxShopFooterLink .box a .cont:before {
	content: "";
	max-width: 95px;
	width: 6vw;
	height: 31%;
	background: url("../../images/shop/common/svg/voice.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	right: 9%;
	top: 13%;
}
.boxShopFooterLink .box:nth-of-type(2) a .cont:before {
	max-width: 87px;
	width: 6vw;
	height: 31%;
	background: url("../../images/shop/common/svg/cart02.svg") no-repeat left top;

}
.boxShopFooterLink .box a .cont .ttl {
	font-weight: bold;
	color: #ee716b;
	font-size: 1.55vw;
	padding-left: 37px;
}
.boxShopFooterLink .box:nth-of-type(2) .cont .ttl {
	color: #65a955;
}
.boxShopFooterLink .box a .cont .ttl .en {
	display: block;
	font-size: 0.466em;
	opacity: 0.7;
	margin-bottom: 0.8em;
}
.boxShopFooterLink .box a .cont .btnReadMore01 {
	width: 124px;
	position: absolute;
	right:-10px;
	bottom: 30px;
	z-index: 1;
}
.boxShopFooterLink .box a .img {
	width: 53%;
}
.boxShopFooterWrap {
	background-color: #fcf4e1;
	padding: 3.56rem 0 0 0;
}
.boxShopFooter01 {
	display: flex;
	margin-bottom: -116px;
}
.boxShopFooter01 .f01 {
	width: 79px;
}
.boxShopFooter01 .f02 {
	margin-left: 47px;
	margin-top: 29px;
}
.boxShopFooter01 .f02 .name {
	font-weight: bold;
	font-size: 1.25rem;
	letter-spacing: 0.22em;
	margin-bottom: 0.8em;
}
.boxShopFooter01 .f02 .name span {
	display: block;
	letter-spacing: 0.18em;
	font-size: 0.875rem;
	margin-bottom: 0.5em;
}
.boxShopFooter01 .f02 .address {
	margin-bottom: 24px;
	line-height: 1.75;
}
.boxShopFooter01 .f02 .sns {
	display: flex;
	align-items: center;
}
.boxShopFooter01 .f02 .sns .instagram {
	width: 24px;
	height: 24px;
	background: url("../../images/common/svg/instagram.svg") no-repeat;
	background-size: contain;
}
.boxShopFooter01 .f02 .sns .facebook {
	width: 24px;
	height: 24px;
	background: url("../../images/common/svg/facebook.svg") no-repeat;
	background-size: contain;
	margin-left: 1rem;
}
.boxShopFooter01 .f03 {
	margin-left: auto;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 li {
	font-size: 1rem;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 li:not(:last-child) {
	margin-left: 1.5em;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .ec {
	padding-top: 0;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .corp {
	padding-top: 0;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .recruit {
	padding-top: 0;
}

/*MV*/
.boxShopMv {
	width: calc(95% - 744px);
	height: 447px;
	background: url("../../images/shop/common/img-mv.png") no-repeat left top;
	border-bottom-right-radius: 34px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
body:not(.pageShop) #container:before {
	right: -54px;
	top: 366px;
}
body:not(.pageShop) .boxHeaderShop01L {
	width: 123px;
	margin-left: 60px;
	flex-shrink: 0;
	position: relative;
	z-index: 1;
}
body:not(.pageShop) .boxHeaderShop01 {
	width: 664px;
	margin:  40px 0 0 auto;
	display: flex;
	flex-direction: row-reverse;
	padding: 0 80px 0 5%;
}
body:not(.pageShop) .boxHeaderShop01R {
	margin-top: 83px;
}
body:not(.pageShop) .boxHeaderShop {
	min-height: 407px;
}
.boxShopMv02 {
	margin-top: 4.375rem;
	position: relative;
}
.boxShopMv02 .ttl_wrap {
	position: absolute;
	left: 0;
	top: 0;
}
.boxShopMv02 .ttl01 {
	color: #684634;
	font-weight: bold;
	font-size: 3.025rem;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-feature-settings: initial;
	letter-spacing: 0.28em;
	width: auto;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}
.boxShopMv02 .ttl01 .en {
	font-size: 0.34em;
	opacity: 0.7;
	letter-spacing: 0.1em;
	position: absolute;
	right: -2em;
	top: 0.2em;
	font-weight: normal;
}
.boxShopMv02 .boxShopBread {
	margin-left: 195px;
}


/*商品一覧*/
.boxShopAnchor {
	margin: 0 0 120px 0;
}
.boxShopAnchor ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.boxShopAnchor ul li {
	width: 332px;
	height: 68px;
	position: relative;
	margin-bottom: 1rem;
}
.boxShopAnchor a {
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 1.375rem;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10em;
	overflow: hidden;
	background: url("../../images/shop/common/bg-btn.png") no-repeat left center;
	background-size: cover;
	color: #fff;
	opacity: 1;
	transition: all 1s;
	position: relative;
	z-index: 1;
}
.boxShopAnchor ul li:nth-child(n+2) {
	margin-left: 40px;
}
.boxShopAnchor ul li:before {
	content: "";
	width: 84px;
	height: 82px;
	background: url("../../images/shop/common/img-btn-hover.svg") no-repeat left top;
	background-size: contain;
	position: absolute;
	top: -33px;
	right: 0;
	transition: all 0.7s;
	opacity: 0;
	transform: translateY(15px);
}
.boxShopAnchor ul li a:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 10em;
	border: 2px solid #925d44;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: all 0.7s;
}
.boxShopAnchor ul li a:hover:after {
	opacity: 1;
}
.boxShopAnchor a:hover {
	background-image: url("../../images/shop/common/bg-btn-hover.png");
	color: #684634;
}
.boxShopAnchor ul li:hover:before {
	opacity: 1;
	transform: translateY(0);
}

.boxShopItem01In .boxItemListSlide .item {
	width: 18.3%;
	margin: 0 0 0 2.125%;
}
.boxShopItem01In .boxItemListSlide .item:nth-of-type(5n+1) {
	margin-left: 0;
}
.boxShopItem01In .boxItemListSlide .item:nth-child(n+6) {
	margin-top: 4.375rem;
}
.boxShopItem01In .boxItemListSlide {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.boxShopItem01In .boxItemListSlide .item .img {
	margin: 0;
}
.boxLayoutBaseIn {
	padding-bottom: 5rem;
}
.boxShopItemS01 {
	padding-left: 195px;
}
.boxShopItemS01 .boxFlex .cont {
	width: 54%;
	padding-right: 5%;
}
.boxShopItemS01 .boxFlex .cont .ttl01 {
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 0.8em;
}
.boxShopItemS01 .boxFlex .cont .ttl {
	color: #ff5f15;
	font-size: 2.25rem;
	margin-bottom: 1.2em;
}
.boxShopItemS01 .boxFlex .cont dl.first dt {
	letter-spacing: 0.65em;
}
.boxShopItemS01 .boxFlex .img {
	width: 46%;
	display: flex;
	flex-direction: row-reverse;
}
.boxShopItemS01 .boxFlex .img .slide {
	width: calc(100% - 105px);
	padding-left: 2rem;
}
.boxShopItemS01 .boxFlex .img .thumb {
	width: 105px;
}
.boxShopItemS01 .boxFlex .img .thumb > li {
	width: 105px;
	height: 105px;
	border-radius: 10em;
	overflow: hidden;
}
.boxShopItemS01 .boxFlex .img .thumb > li:nth-child(n+2) {
	margin-top: 1.25rem;
}
.boxShopItemS01 .boxFlex .img .thumb > li.current {
	outline: 5px solid #925d44;
}
.btnShop01 {
	width: 556px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.16em;
	font-size: 1.625rem;
	border-radius: 10em;
	background: url("../../images/shop/common/bg-btn02.png") no-repeat;
	background-size: cover;
	margin: 85px auto 0 auto;
}
.btnShop01 span {
	padding-left: 25px;
}
.btnShop01 svg {
	width: 1.61538em;
	height: 1.27em;
}
.boxShopItemS02 .btn_bottom {
	margin: 98px 0 84px 0;
	display: flex;
	align-items: center;
}
.boxShopItemS02 .btn_bottom:before {
	content: "";
	width: calc(100% - 316px);
	height: 1px;
	background-color: #ddccbe;
}
.boxShopItemS02 .boxFlex .ttl_area {
	width: 264px;
	height: 394px;
	border-radius: 1rem;
	background-color: #f6e6bf;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-right: 100px;
}
.boxShopItemS02 .boxFlex .ttl_area .ttl01 {
	letter-spacing: 0.18em;
	color: #ff5f15;
	font-size: 1.375rem;
	background-color: #fff;
	border-radius: 10em;
	padding: 7px 34px;
	display: inline-block;
	font-weight: bold;
}
.boxShopItemS02 .boxFlex .ttl_area .ttl02 {
	text-align: center;
	color: #583c34;
	font-weight: bold;
	font-size: 1.875rem;
	letter-spacing: 0.22em;
	margin-top: 0.5em;
}
.boxShopItemS02 .boxFlex .ttl_area .ttl02 .en {
	display: block;
	letter-spacing: 0.09em;
	font-size: 0.4em;
	opacity: 0.7;
	color: #684634;
	margin-top: 0.3em;
}
.boxShopItemS02 .boxItemListSlide {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: 30px;
	width: calc(100% - 364px);
}
.boxShopItemS02 .boxItemListSlide .item .img {
	max-width: 270px;
	margin: 0;
}
/*
.boxShopItemS02 .boxItemListSlide .item {
	width: 19%;
	margin: 0 1.25% 0 0;
}
.boxShopItemS02 .boxItemListSlide .item:nth-of-type(5n) {
	margin-right: 0;
}
.boxShopItemS02 .boxItemListSlide .item:nth-child(n+6) {
	margin-top: 3rem;
}*/

.boxShopItemS02 .boxItemListSlide .item .ttl {
	font-size: 1.3125rem;
	margin-bottom: 0;
}
.boxShopItemS01Wrap {
	position: relative;
}
.boxShopItemS01Wrap:after {
	content: "";
	width: 319px;
	height: 690px;
	background:url("../../images/shop/common/bg-okaki01.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 180px;
	pointer-events: none;
}
.boxShopItemS01 .boxFlex .img .slide img {
	transition: none;
}
.boxShopItem01 .boxShopItem01In:nth-child(n+2) {
	margin-top: 7.5rem;
}
.boxShopItemS02 .boxItemListSlide .item .img {
	margin: 0 12px;
}
.boxShopItemS02 .boxItemListSlide .slick-next {
	right: -29px;
	top: 39%;
}
.boxShopItemS02 .boxItemListSlide .slick-prev {
	left: -29px;
	top: 39%;
}



/*VOICE*/
.boxVoiceLead {
	padding-left: 195px;
}
.boxVoiceLead .ttl {
	color: #ae9c71;
	letter-spacing: 0.2em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.875rem;
}
.boxVoiceLead .txt p {
	line-height: 1.75;
}
.boxVoiceListWrap {
	margin-top: 15rem;
}
.boxVoiceList {
	display: flex;
	flex-wrap: wrap;
}
.boxVoiceList .box {
	width: 32%;
	border-radius: 2.25rem;
	background-color: #fff;
	margin-left: 2%;
	padding: 0 40px 47px 40px;
}
.boxVoiceList .box:nth-of-type(3n + 1) {
	margin-left: 0;
}
.boxVoiceList .box:nth-child(n+4) {
	margin-top: 9.18rem;
}
.boxVoiceList .box .icn {
	text-align: center;
	width: 180px;
	height: 180px;
	border-radius: 10em;
	overflow: hidden;
	margin: -90px auto 0 auto;
}
.boxVoiceList .box .icn img {
	object-fit: cover;
	height: 100%;
}
.boxVoiceList .box .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 1.625rem;
	color: #ff5f15;
	margin-top: 1em;
	position: relative;
}
.boxVoiceList .box .ttl.new:before {
	content: "";
	width: 82px;
	height: 65px;
	background: url("../../images/voice/icn-new.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: -79px;
}

.boxVoiceList .box .ttl:after {
	content: "";
	margin: 16px auto 27px auto;
	display: block;
	width: 105px;
	height: 1px;
	background-color: #ff5f15;
}
.boxVoiceList .box .txt {
	margin-bottom: 1.5em;
	line-height: 1.75;
}
.boxVoiceList .box .ttl02 {
	letter-spacing: 0.11em;
	font-weight: bold;
	font-size: 1.0625rem;
	border-radius: 10em;
	padding: 12px 1em 12px 43px;
	position: relative;
	background-color: #fcf4e1;
	margin-bottom: 1em;
}
.boxVoiceList .box .ttl02:after {
	content: "";
	width: 0.52em;
	height: 0.52em;
	border-radius: 10em;
	background-color: #dec388;
	position: absolute;
	left: 22px;
	top: 1.15em;
}
.boxVoiceList .box .info {
	padding-left: 23px;
	font-size: 0.9375rem;
}

/*MV*/
.pageVoice .boxShopMv {
	background-image: url("../../images/shop/mv/mv-voice.png");
}
.pageItem .boxShopMv {
	background-image: url("../../images/shop/mv/mv-item.png");
}
.pageShopNews .boxShopMv {
	background-image: url("../../images/shop/mv/mv-shopnews.png");
}

@media all and (max-width: 750px) {
	.pageShop .ttlHeader {
		width: 18.13vw;
		top: 49.3vw;
	}
	.boxHeaderShop01R {
		display: none;
	}
	.boxShopIndexMv {
		width: 100%;		
	}
	.boxShopIndexMv .img {
		height: 157.3vw;
		border-radius: 0;
	}
	.boxShopIndexMv .slick-dots li,
	.boxShopIndexMv .slick-dots li button {
		width: 2.93vw;
	}
	.boxShopIndexMv .slick-dots li.slick-active,
	.boxShopIndexMv .slick-dots li.slick-active button {
		width: 15.7vw;
	}
	#container:before {
    width: 81vw;
    height: 78vw;
    right: -30vw;
    top: 161vw;
	}
	.boxHeaderShop01 {
    width: 90%;
    margin: 170vw auto 0 auto;
	}
	.boxShopIndexInfo .cont dl {
		font-size: 0.93rem;
	}
	.boxShopIndexInfo .ttl {
		font-size: 2.3rem;
		line-height: 1.7;
		margin-bottom: 0.8em;
	}
	.pageShop header {
		height: auto;
	}
	.boxShopIndex01 .boxFlex {
		display: flex;
	}
	.boxShopIndex01 > .boxFlex {
		flex-direction: column-reverse;
	}
	.boxShopIndex01 .boxFlex .box02 {
    background-color: #fff;
    width: 106%;
    position: static;
		border-radius: 1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 1.9rem 1.9rem 1.9rem 5%;
    display: flex;
		margin: 4.7rem 0 0 -6%;
	}
	.boxShopIndex01 .boxFlex .box02 .boxFlex .img:before {
    width: 20vw;
    height: 18vw;
    left: -13vw;
    top: -12vw;
	}
	.boxShopIndex01 .boxFlex .box02 .boxFlex .left {
		margin-top: 0;
		width: 52%;
	}
	.boxShopIndex01 .boxFlex .box02 .boxFlex .left h3 {
		font-size: 1.5rem;
		background-size: 6.5em;
		background-position: left bottom;
		padding-bottom: 0.6em;
		margin-bottom: 0.6em;
	}
	.boxShopIndex01 .boxFlex .box02 .boxFlex .img {
		width: 45%;
		margin-left: 3%;
	}
	.boxShopIndex01 .boxFlex .box02 .boxFlex .left .txt {
		margin-bottom: 1.5em;
	}
	.boxShopIndex01 .boxFlex .box01 {
		margin-top: 4.875rem;
		width: 100%;
		display: block;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl h2 {
		display: flex;
		align-items: baseline;
		margin-bottom: 0;
		font-size: 2rem;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl a,.boxShopIndex02 .boxFlex .ttl a {
		font-size: 1.05rem;
		width: 37.3vw;
		height: 8vw;
		margin-left: auto;
		font-weight: bold;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl h2 .en {
		font-size: 0.58em;
		margin-left: 0.5em;
		letter-spacing: 0.1em;
	}
	.boxShopIndex01 .boxFlex .box01 .cont {
		width: 100%;
	}
	.boxShopIndex01 .boxFlex .box01 .cont dl dd a .date {
		display: none;
	}
	.boxShopIndex01 .boxFlex .box01 .cont dl dt {
    margin-bottom: 0.7rem;
		margin-right: 0;
    display: flex;
    align-items: center;
	}
	.boxShopIndex01 .boxFlex .box01 .cont dl {
		display: block;
	}
	.boxShopIndex01 .boxFlex .box01 .cont .date_sp {
		margin-left: 1em;
	}
	.boxShopIndex02 .boxFlex .insta {
		width: 100%;
		padding: 0;
	}
	.boxShopIndex02 .boxFlex .sns {
		display: none;
	}
	.boxShopIndex02 .boxFlex .ttl {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 2.8rem;
	}
	.boxShopIndex02 .boxFlex .ttl div {
		display: none;
	}
	.boxShopIndex03 {
		width: 100%;
	}
	.boxItemListSlide .slick-next {
		width: 10.6vw;
    height: 10.6vw;
		right: 8%;
		top: 33%;
	}
	.boxItemListSlide .slick-prev {
		width: 10.6vw;
    height: 10.6vw;
		left: 8%;
		top: 33%;
	}
	.boxShopIndex03Wrap {
		background-image: url("../../images/shop/index/img-okaki.png");
		background-size: 100%;
		padding-top: 39.7vw;
		padding-bottom: 0;
	}
	.boxShopIndex02Wrap {
		padding-bottom: 1rem;
	}
	.boxShopFooterLink .boxFlex {
		display: flex;
	}
	.boxShopFooterLink .box a {
		flex-direction: column-reverse;
	}
	.boxShopFooterLink .box a .cont {
		width: 100%;
		height: 26.6vw;
		padding: 0.8rem 0 0 1.1rem;
		align-items: flex-start;
	}
	.boxShopFooterLink .box a .img {
		width: 100%;
	}
	.boxShopFooterLink .box a .cont .ttl {
		font-size: 1.5rem;
		padding: 0;
	}
	.boxShopFooterLink .box a .cont:before {
		width: 10vw;
	}
	.boxShopFooterLink .box a .cont:before {
    max-width: inherit;
    width: 12vw;
    height: 38%;
    right: 9%;
    top: -13%;
	}
	.boxShopFooterLink .box:nth-of-type(2) a .cont:before {
		content: none;
	}
	.boxShopFooterLink .box a .cont .ttl .en {
		margin-bottom: 0.5em;
	}
	.boxShopFooterLink .box a .cont .btnReadMore01 {
		width: 22.3vw;
		padding-right: 0;
		right: 1rem;
		bottom: 0.5rem;
	}
	.btnReadMore01:after {
		width: 6.1vw;
		height: 3.73vw;		
	}
	.boxShopFooterLinkWrap {
		padding-top: 5rem;
	}
	.boxShopFooter01 {
		flex-wrap: wrap;
	}
	.boxShopFooter01 .f03 {
		width: 100%;
		margin-top: 3.625rem;
		margin-bottom: 2rem;
	}
	.boxShopFooter01 .f01 {
		width: 16.8vw;
	}
	.boxShopFooter01 .f02 {
		margin: 0 0 0 0;
		width: calc(100% - 16.8vw);
		padding: 5vw 0 0 6vw;
	}
	.boxShopFooter01 .f02 .sns {
		justify-content: flex-end;
	}
	.boxShopFooter01 .f02 .address {
		margin-bottom: 1em;
	}
	.boxShopFooter01 .f02 .name {
		font-size: 1.5rem;
	}
	.ulHeaderShopMenu01 li {
		font-size: 1.26rem!important;
	}
	.ulHeaderShopMenu01 {
		justify-content: center;
	}
	body:not(.pageShop) .boxHeaderShop {
		min-height: inherit;
	}
	.boxShopMv {
		position: static;
		width: 100%;
		height: 43.73vw;
		margin-top: 18.8vw;
		background-size: 102%;
		border-radius: 0;
	}
	body:not(.home) .boxHeaderSp01 {
		height: 18.8vw;
	}
	.boxHeaderSp01 .logo {
		font-weight: bold;
		font-size: 1.4166rem;
		letter-spacing: 0.26em;
		opacity: 0;
		transition: all 0.5s;
	}
	body.scroll_cont_sp .boxHeaderSp01 .logo {
		opacity: 1;
	}
	body.pageShop:not(.scroll_cont_sp) .boxHeaderSp01 .tel {
		display: none;
	}
	body:not(.pageShop) .boxHeaderShop01 {
		width: auto;
		margin: 0;
		padding: 0;
	}
	.boxHeaderSp01 .tel,body:not(.home) .btnHmbMenu {
		top: 3.3vw;
	}
	body:not(.pageShop) .boxHeaderShop01L {
		width: 13.3vw;
    margin: 0;
    position: absolute;
    left: 5%;
    top: 3vw;
	}
	.boxShopMv02 .ttl_wrap {
		position: static;
	}
	.boxShopMv02 .ttl01 {
		writing-mode: horizontal-tb;
		width: 100%;
		font-size: 2.16rem;
		margin-bottom: 1.3em;
	}
	.boxShopMv02 .ttl01 .en {
		position: static;
		display: block;
		font-size: 0.423em;
		padding-left: 0.5em;
		margin-top: 1em;
	}
	.boxShopMv02 {
		margin-top: 2.7rem;
	}
	.boxVoiceLead {
		padding-left: 0;
	}
	body:not(.pageShop) #container:before {
    right: -32vw;
    top: 72vw;
	}
	.boxVoiceListWrap {
		margin-top: 12rem;
	}
	.boxVoiceList .box {
		width: 100%;
		margin: 0!important;
	}
	.boxVoiceList .box:nth-child(n+2) {
		margin-top: 7rem!important;
	}
	.boxVoiceList .box .icn {
		width: 25vw;
		height: 25vw;
		margin-top: -14vw;
	}
	.boxShopAnchor ul li {
		width: 32.6%;
		font-size: 1rem;
		height: 2.4em;
	}
	.boxShopAnchor a {
		font-size: 1rem;
		height: 2.4em;
	}
	.boxShopAnchor ul li:nth-child(n+2) {
		margin-left: 1.1%
	}
	.boxShopAnchor {
		padding: 0 5%;
		margin-bottom: 5rem;
	}
	.boxShopItem01In .boxItemListSlide .item {
		width: 49%;
		margin: 0!important;
	}
	.boxShopItem01In .boxItemListSlide .item:nth-child(n+3)  {
		margin-top: 2.5rem!important;
	}
	.boxShopItem01In .boxItemListSlide .item:nth-of-type(2n) {
		margin-left: auto!important;
	}
	.boxItemListSlide .item .ttl {
		margin: 0.6em 0;
	}
	.boxShopItemS01 .boxFlex .cont {
		width: 100%;
		padding: 0;
	}
	.boxShopItemS01 {
		padding-left: 0;
	}
	.boxShopItemS01Wrap:after {
		content: none;
	}
	.boxShopItemS01 .boxFlex .cont .ttl {
		font-size: 1.6rem;
	}
	.boxShopItemS01 .boxFlex {
		flex-wrap: wrap;
		display: flex;
		flex-direction: column-reverse;
	}
	.boxShopItemS01 .boxFlex .img {
		width: 100%;
		display: block;
		margin-bottom: 2rem;
	}
	.boxShopItemS01 .boxFlex .img .slide {
		width: 100%;
		padding: 0;
		margin-bottom: 1rem;
	}
	.boxShopItemS01 .boxFlex .img .thumb {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.boxShopItemS01 .boxFlex .img .thumb > li {
		width: 50px;
		height: 50px;
		margin: 0.5rem!important;
	}
	.boxShopItemS01 .boxFlex .img .thumb > li.current {
		outline: 2px solid #925d44;
	}
	.btnShop01 {
		font-size: 1.435rem;
		width: 80%;
    height: 12vw;
		margin-top: 3rem;
	}
	.boxShopItemS02 .btn_bottom:before {
		content: none;
	}
	.boxShopItemS02 .btnBaseOrange01 {
		color: #583c34;
		font-size: 1.125rem;
		text-decoration: underline;
		width: auto;
		height: auto;
		background: none;
		margin: 2em auto 5em auto;
	}
	.boxShopItemS02 .btn_bottom {
		margin: 0;
	}
	.boxShopItemS02 .boxFlex .ttl_area {
		width: 100%;
		padding: 1.5rem;
		height: auto;
	}
	.boxShopItemS02 .boxItemListSlide {
		width: 100%;
	}
	.boxShopItemS02 .boxItemListSlide .slick-next {
		top: 43%
	}
	.boxShopItemS02 .boxItemListSlide .slick-prev {
	top: 43%;
	}
	.pageShopNews .boxBaseCatYmMenu01 {
		width: 90%;
		display: block;
		margin: 1em auto 2em auto;
    padding-left: 0;
	}
	.pageShopNews .boxNews01Wrap {
		padding-left: 0;
	}
	.pageShopNews .boxBaseList02 .boxListOne {
		margin-bottom: 2em;
	}
	.single-shop-news .boxNewsS01Wrap {
		padding-left: 0;
	}
	.btnHmbMenu.typeCss01.statusOpen .btnHmbMenuIn > span {
		background-color: #fff!important;
	}
	.boxHmbMenu {
		padding-bottom: 5rem;
	}
	.boxHmbMenu .boxShopFooter01 .f03 {
		margin-top: 3.625rem;
    margin-bottom: 4rem;
	}
	.boxHmbMenu .ulHeaderShopMenu01 {
		min-height: inherit;
	}
	.boxHmbMenu .boxShopFooterWrap {
		background-color: transparent;
	}
	.boxShopIndexMv .img {
		background-size: contain!important;
	}
	.boxShopIndexMv .img01 {
		background-image: url("../../images/shop/index/sp_img-slide01.png")!important;
	}
	.boxShopIndexMv .img02 {
		background-image: url("../../images/shop/index/sp_img-slide02.png")!important;
	}
	.boxShopIndexMv .img03 {
		background-image: url("../../images/shop/index/sp_img-slide03.png")!important;
	}
	.boxShopIndexMv .img04 {
		background-image: url("../../images/shop/index/sp_img-slide04.png")!important;
	}
	
}
.pageTop02 {
	margin: auto;
}
.boxListOneIn.pickup_flag {
	position: relative;
}
.boxListOneIn.pickup_flag:before {
	content: "";
	width: 76px;
	height: 66px;
	background: url(../../images/shop/common/svg/pickup.svg) no-repeat left top;
	background-size: contain;
	position: absolute;
	left: -16px;
	top: -19px;
	z-index: 1;
}
body.term-btob #container:before,
body.term-9 #container:before,
body.term-9 #container:before {
	content: none;
}
@media only screen and (max-width:1690px) and (min-width:751px) {
	.boxShopItemS02 .boxItemListSlide .item .img {
	}	
}
@media all and (min-width: 751px){
		body.btob .logo01Header {
    margin: auto;
    max-width: 138px;
}
}

@media only screen and (max-width:1440px) and (min-width:751px) {
	.boxHeaderShop01 {
		margin-left: 60%;
	}
	body.btob .boxTax_btob .boxShopItemS01 {
		width: calc(100% - 160px);
		margin-left: 157px;
		margin-top: -404px;
	}
	.pageShop .ttlHeader {
		width: 115px;
	}
	.boxShopAnchor ul li {
		width: 280px;
    height: 57px;
	}
	.pageShopNews .boxNews01Wrap {
		padding-left: 0;
	}
	.single-shop-news .boxNewsS01Wrap {
		padding-left: 0;
	}
	.boxNewsS01 {
		width: calc(100% - 195px)!important;
    min-width: inherit;
    margin: 0 40px 0 auto;
	}
	
	
	
}
@media only screen and (max-width:1380px) and (min-width:751px) {
	.boxShopIndex01 .boxFlex .box01 {
		display: block;
		width: 45%;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl {
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 2rem;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl h2 {
		margin-bottom: 0;
		display: flex;
		align-items: center;
	}
	.boxShopIndex01 .boxFlex .box01 .cont {
		width: 100%;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl h2 .en {
		margin-left: 0.6em;
	}
	.boxShopIndex01 .boxFlex .box01 .ttl a {
		margin-left: auto;
	}
	.boxShopIndex01 .boxFlex .box02 {
		padding: 40px 40px 40px 30px;
		right: -40px;
		width: 55%;
	}
	.baseW {
		width: calc(100% - 80px);
	}
	.boxShopIndex01 {
		padding-top: 3.5rem;
	}	
	.pageShopNews .boxBaseCatYmMenu01 {
		margin-left: 237px;
	}
	
	
}
body.btob .boxShopItemS01 .boxFlex .img_btob {
	display: none;
}
@media only screen and (max-width:1300px) and (min-width:751px) {	
	body.btob .boxTax_btob .boxShopItemS01 .boxFlex {
		display: block;
		position: relative;
	}
	body.btob .boxShopItemS01 .boxFlex .cont {
		width: 100%;
		padding: 0;
	}
	body.btob .boxShopItemS01 .boxFlex .cont .ttl {
		font-size: 1.6rem;
	}
	body.btob .boxShopItemS01 .boxFlex .img_btob {
		display: flex;
		width: 80%;
		margin-bottom: 3rem;
	}
	body.btob .boxShopItemS01 .boxFlex .img.w1280 {
		display: none;
	}
	body:not(.pageShop) .boxHeaderShop01L {
		width: 100px;
	}
	body:not(.pageShop) .boxHeaderShop01 {
		padding-right: 40px;
	}
	body:not(.pageShop) .boxHeaderShop01R {
		margin-top: 40px;
	}
	.boxShopMv {
		width: calc(100% - 670px);
    height: 370px;
		background-size: cover;
	}
	.boxShopMv02 {
		margin-top: 0;
	}
	.ulHeaderShopMenu01 > li:not(:last-child) {
		margin-left: 2em;
	}

	
}

.boxShopIndexMv .slide {
	display: none;
}
.boxShopIndexMv .slide.slick-initialized {
    display: block; 
  }
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .ec:hover,
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .corp:hover,
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .recruit:hover {
	padding-top: 1.5em;
}
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .ec:hover a,
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .corp:hover a,
.boxShopFooter01 .f03 .ulHeaderShopMenu01 .recruit:hover a{
	background: none;
}
body.btob #container:before {
	content: none;
}

@media only screen and (max-width:750px) {	
	.ulHeaderShopMenu01 > li:hover:before {
		height: 4em;
	}
	.ulHeaderShopMenu01 > li:before {
		top: -2em;
	}
	.boxShopIndexMv .slick-list {
		pointer-events: none;
	}
}