@charset "utf-8";


#reportBtn a.cboxElement button {
	cursor: pointer;
}

#fixedHeader ul li {
	float: left;
}

#fixedHeader li.topRightNavLi a {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 0 2px rgba(150, 150, 150, 0.4);
	display: block;
	-webkit-font-smoothing: antialiased;
	margin: 1px 0 0;
	padding: 5px 15px;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

#fixedHeader li.topRightNavLi a:hover {
	box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
	padding: 6px 15px 4px;
}

#fixedHeader li.topRightNavLi.base {
	margin: 0 10px 0 0;
}

body.shop {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}

body {
	background-color:#ADC7C1;
	font-family: Noto Sans JP,sans-serif,Lato,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #fff !important;
	overflow-x: hidden;
	overflow: visible;
    height: 100%;
}

body.shop .wrapper {
	margin: 0 auto 60px;
	padding: 0 10px;
}

@media(min-width: 769px) {
	
	body.shop .wrapper {
		width: 960px;
	}
}

body.shop #mainHeader {
	margin: 0 auto 34px;
	position: fixed;
}

body.shop #fixedHeader {
	padding: 5px 10px;
	position: fixed;
	right: 0;
	top: 0;
}

body.shop #shopHeader h1 {
	display: block;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
}

body.shop #shopHeader h1 {
	margin: 56px 0 34px;
}

body.shop #shopHeader h1 a {
	display: inline-block;
}

body.shop #shopHeader h1 img {
	max-width: 960px;
	width: 100%;
}

body.shop #shopHeader h1 img {
	vertical-align:top;
}

body.shop #shopHeader h1 a img {
	max-width: 170px;	
    aspect-ratio: 16 / 5;
    object-fit: contain;
    vertical-align: middle;
}

body.shop #shopHeader nav {
	font-size: 12px;
	font-weight: bold;
}
body.shop #shopHeader nav {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin:0 7px;
}

body.shop #shopHeader nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}

body.shop #shopHeader nav ul li {
	display: block;
	width: max(33%, min(33%));
	height: 40px;
	line-height: 20px;
	text-align: center;
}

body.shop #shopHeader nav ul li.itemSearch {
	width: 100%;
	padding: 0 16px;
}

body.shop #shopHeader nav ul li.itemSearch form {
	box-sizing: border-box;
	border: none;
	display: inline-block;
	padding: 0 30px 0 0;
	position: relative;
	width: 100%;
	height: 40px;
}

body.shop #shopHeader nav ul li.itemSearch form input {
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
	box-shadow: none;
	border: none;
	display: inline-block;
	margin: auto;
	padding: 0 0 0 8px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 20px;
}

body.shop #shopHeader nav ul li.itemSearch form input.itemSearch__field {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    display: inline-block;
    margin: auto;
    padding: 0 0 2px 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
    color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}

body.shop #shopHeader nav ul li.itemSearch form .itemSearch__btn {
	background-color: transparent;
	border-style: none;
	display: block;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	width: auto;
	cursor: pointer;
}

@media(min-width: 769px) {
	body.shop #shopHeader nav ul li.itemSearch form {
		width: 65px;
	}

}

body.shop #shopHeader nav ul li:hover {
	border-bottom: solid 2px #000;
	height: 38px;
}

body.shop #shopHeader nav ul li a {
	display: block;
	padding: 10px 5px;
}

@media(min-width: 481px) {
	
	body.shop #shopHeader nav ul {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	body.shop #shopHeader nav ul li {
		flex: 1;
		width: auto;
	}
}

.titleForSearchResult {
	font-size: 14px;
	font-weight: 400;
	margin: -20px auto 0;
	padding: 0 0 30px;
	text-align: center;
	width: 100%;
}

@media(min-width: 769px) {
	
	.titleForSearchResult {
		width: 960px;
	}

}

body.shop #mainFooter {
	font-size: 11px;
	font-weight: bold;
	margin: 60px auto 100px;
}

body.shop #mainFooter .footerMenu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

body.shop #mainFooter .footerMenu ul li {
	width: 100%;
	margin-bottom: 16px;
	color: #808080;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

body.shop #mainFooter .footerMenu li.boxRight > div {
	display: flex;
	justify-content: center;
}

body.shop #mainFooter .footerMenu .twitter {
	margin: 0 0 0 8px;
}

@media(min-width: 769px) {
	body.shop #mainFooter .footerMenu ul {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	body.shop #mainFooter .footerMenu ul li {
		width: auto;
		margin-right: 16px;
	}

	body.shop #mainFooter .footerMenu li.boxRight {
		flex: 1;
	}

	body.shop #mainFooter .footerMenu li.boxRight > div {
		justify-content: flex-end;
	}
}

.pinnedBlog {
	padding: 0 0 34px;
}

.pinnedBlog .pinnedBlog_title {
	font-size: 12px;
	text-align: center;
}

.pinnedBlog .pinnedBlog_title::before {
	content: "\e919";
	font-family: "shopicon";
	padding: 0 5px 0 0;
}

.pinnedBlog .pinnedBlog_title a {
	color: inherit;
	display: inline;
}

.publish_date.blog_pinned::before {
	content: "\e929";
	font-family: "shopicon";
	padding: 0 2px 0 0;
}

body#shopTopPage .itemList {
	margin: 0 auto;
	overflow: hidden;
	width: calc(100% - 32px);
	padding: 0 16px;
	display: flex;
	flex-wrap: wrap;
}

body#shopTopPage .item {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: calc(50% - 4px);
	margin-right: 4px;
	margin-bottom: 8px;
}

@media(min-width: 481px) and (max-width: 768px) {
	body#shopTopPage .item {
		width: calc(33% - 4px);
	}
}

@media(min-width: 769px) {
	body#shopTopPage .itemList {
		width: 987px;
	}

	body#shopTopPage .item {
		width: 210px;
	}

	body#shopTopPage .item {
		padding: 14px 0 0;
		margin: 0 18px 30px;
	}
	body#shopTopPage .item a .itemTitle h2 {
		width: 206px;
	}

	body#shopTopPage .item .itemImg {
		height: 210px;
		line-height: 208px;
		width: 210px;
	}

	body#shopTopPage .item .itemImg img {
		max-height: 206px;
		max-width: 206px;
	}

}

body#shopTopPage .item .itemTitle {
	margin: 20px 0 5px;
	text-align: center;
}

body#shopTopPage .item a {
	color: #4d4d4d;
}

body#shopTopPage .item a .itemTitle h2 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 2px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body#shopTopPage .item .itemImg {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	margin: auto;
	overflow: hidden;
	padding: 1px;
	vertical-align: middle;
}

body#shopTopPage .item:hover .itemImg {
	border: 1px dotted #ed4242;
	padding: 0;
}

body#shopTopPage .item:hover a {
	color: #ed4242;
}

body#shopTopPage .item .itemImg a {
	display: block;
	position: relative;
}

body#shopTopPage .item .itemImg a::before {
	content: '';
	display: block;
	padding-top: 100%;
}

body#shopTopPage .item .itemImg img.image-resize {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body#shopTopPage .item .itemImg a .soldout_cover {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	filter: alpha(opacity=80);
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	zoom: 1;
}

body#shopTopPage .item .itemImg a .soldout_cover p {
	color: #ed4242;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

body#shopTopPage .item .itemDetail .itemPrice {
	font-size: 10px;
	letter-spacing: 1px;
	text-align: center;
}

body#shopTopPage .item .itemDetail .discountPrice {
	color: #e75c5c;
	margin: 0;
}

body#shopTopPage .item .itemDetail .discountPrice__ratio {
	border: 1px solid #e75c5c;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	margin-right: 5px;
	padding: 0 5px;
}

body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8;
	white-space: nowrap;
}

body#shopTopPage .item .comingSoon {
	color: #11beae;
	font-size: 14px;
	margin-top: 8px;
}

body#shopTopPage .item .preOrder, body#shopTopPage .item .lottery, body#shopTopPage .item .takeout, body#shopTopPage .item .community {
	border: 1px solid #252525;
	border-radius: 2px;
	color: #252525;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px;
	margin-top: 6px;
}

body#shopTopPage .item .community {
	background-color: #f2bb31;
	border: 1px solid #f2bb31;
	color: #fff;
}

body#shopDetailPage #mainContent {
	background-color: #fff;
	margin-bottom: 50px;
}

body#shopDetailPage .itemImg {
	display: flex;
	height: calc(100vw - 80px);
}

body#shopDetailPage .itemImgSlide {
	flex: 1;
}

body#shopDetailPage #slideImg .imgBox {
	border-radius: 10px;
	text-align: center;
}

body#shopDetailPage #slideImg .imgBox img {
	width: 100%;
	vertical-align: middle;
}

body#shopDetailPage #slideImg .imgBox img.label_image {
	width: auto;
}

body#shopDetailPage #slideImgPager {
	float: left;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 64px;
}

body#shopDetailPage #slideImgPager li + li {
	margin-top: 10px;
}

body#shopDetailPage #slideImgPager .smallImgBox {
	height: 64px;
	line-height: 64px;
	text-align: center;
	width: 64px;
}

body#shopDetailPage #slideImgPager .smallImgBox img {
	max-height: 64px;
	max-width: 64px;
	vertical-align: middle;
}

body#shopDetailPage #slideImgPager .mCSB_inside > .mCSB_container {
	margin: 0;
}

body#shopDetailPage #mainContent .purchase {
	border-bottom: dotted 1px #000;
	border-top: dotted 1px #000;
	box-sizing: border-box;
}

body#shopDetailPage header h1.itemTitle {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 32px;
}

body#shopDetailPage #purchase_form {
	color: #000;
	margin-bottom: 35px;
}

body#shopDetailPage #purchase_form select {
	cursor: pointer;
}

body#shopDetailPage #purchase_form #purchaseSelect {
	margin: 0;
}

body#shopDetailPage #purchase_form .purchaseElement {
	margin: 5px 0 15px;
	overflow: hidden;
}

body#shopDetailPage #purchase_form input,
body#shopDetailPage #purchase_form select {
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

body#shopDetailPage #purchase_form #itemSelect input::placeholder {
	font-size: 14px;
	color: #CCCCCC;
}

body#shopDetailPage #purchase_form label {
	font-size: 14px;
	margin: 16px 0 8px 0;
	line-height: 1em;
	display: block;
}

body#shopDetailPage #purchase_form .itemOptionElement, #variationSelectWrap {
	max-width: 100%;
}

body#shopDetailPage #purchase_form .itemOption__caption {
	font-size: 12px;
	margin: 8px 0 8px 0;
	line-height: 1.5em;
	display: block;
}

body#shopDetailPage #purchase_form .itemOption__bottomCaptionBlock {
	overflow: hidden;
}

body#shopDetailPage #purchase_form .itemOption__caption--error {
	float: left;
	font-size: 12px;
	line-height: 1em;
	display: block;
	color: #F07F7F;
	transform-style: preserve-3d;
}

body#shopDetailPage #purchase_form .itemOption__count {
	float: right;
	font-size: 12px;
	line-height: 1em;
	display: block;
	color: #777777;
}

body#shopDetailPage #purchase_form .itemOption__count--error {
	color: #F07F7F;
}

body#shopDetailPage #purchase_form #itemSelect .itemOption__input[data-dirty="true"][data-has-error="true"] {
	border: #F07F7F 1px solid;
}

body#shopDetailPage #purchase_form #itemSelect select.itemOption__select,
body#shopDetailPage #purchase_form #itemSelect #valiationSelect,
body#shopDetailPage #purchase_form #itemSelect #amountSelect {
	height: auto;
	white-space: normal;
	max-width: 100%;
	min-height: 2.1em;
	appearance: none;
	padding-right: 1em;
	line-height: initial;
	background-repeat: no-repeat;
	background-position: right 0.35em center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fafafa%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%226%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23333%22%20flood-opacity%3D%220.50%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20mode%3D%22multiply%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22icon-arrow-down%22%20class%3D%22cls-1%22%20d%3D%22M5%2C6l5-6H0Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

body#shopDetailPage #purchase_form #amountSelect {
	width: auto;
	max-width: 375px;
}

body#shopDetailPage #purchase_form .purchaseElement label {
	color: #000;
	font-size: 14px;
	margin-right: 10px;
}

body#shopDetailPage .report {
	text-align: left;
}

body#shopDetailPage .report a {
	color: #aaa;
	display: block;
	font-size: 11px;
	margin-right: 15px;
	padding-top: 3px;
	text-align: right;
}

body#shopDetailPage .report a:hover {
	text-decoration: underline;
}

body#shopDetailPage .itemPrice h2 {
	color: #262626;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 30px 0;
	text-align: left;
}

body#shopDetailPage .itemPrice .discountPrice__default {
	color: #666;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	margin-right: 10px;
	text-decoration: line-through;
	vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__ratio {
	border: 1px solid #e75c5c;
	color: #e75c5c;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 0 5px;
	vertical-align: top;
}

body#shopDetailPage .itemPrice .discountPrice__calcPrice {
	color: #e75c5c;
	display: block;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 0 0;
}

body#shopDetailPage .purchase .itemPrice_soldout {
	margin-top: 25px;
}

body#shopDetailPage .purchase .itemPrice_soldout h2 {
	display: block;
	margin: 0;
	text-decoration: line-through;
}

body#shopDetailPage .purchase .itemPrice_soldout > span {
	color: #ed4242;
	display: block;
	font-size: 16px;
	margin-bottom: 20px;
}

body#shopDetailPage .purchase .comingSoon {
	color: #11beae;
	font-size: 19px;
	margin: 0 0 20px;
}

body#shopDetailPage .preOrder, body#shopDetailPage .lottery, body#shopDetailPage .takeout, body#shopDetailPage .community {
	margin: 16px 0;
}

body#shopDetailPage .preOrder__label, body#shopDetailPage .lottery__label, body#shopDetailPage .takeout__label {
	border: 1px solid #252525;
	border-radius: 2px;
	color: #252525;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px 4px;
	margin: 0 0 4px 0;
}

body#shopDetailPage .preOrder__data, body#shopDetailPage .lottery__data {
	font-size: 12px;
	color: #252525;
}

body#shopDetailPage .takeout .takeout__data  {
	font-size: 12px;
	margin-top: 4px;
	display: block;
}

body#shopDetailPage .lottery > * {
	margin-bottom: 8px;
}

body#shopDetailPage #itemAttention {
	color: #868686;
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 25px;
}

body#shopDetailPage #itemAttention .attention a {
	color: #868686;
}

body#shopDetailPage #itemAttention .attention a:hover {
	text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.deliveryShortestDay {
	border: 1px solid #11BEAE;
	border-radius: 2px;
	color: #11BEAE;
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 5px;
	width: 100%;
	text-align: center;
}

body#shopDetailPage #itemAttention .attention.free {
	font-weight: bold;
}

body#shopDetailPage #itemAttention .attention.free .free__text {
	color: #11BEAE;
	font-weight: bold;
}

body#shopDetailPage #itemAttention   .takeout__text {
	color: #252525;
	cursor: pointer;
	font-weight: bold;
	margin: 0 3px;
	text-decoration: underline;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--term {
	background: #ceefeb;
	border: 1px solid #11beae;
	color: #11beae;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 36px;
	padding: 10px;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--willStart {
	background: #ceefeb;
	border: 1px solid #11beae;
	color: #11beae;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 30px;
	padding: 10px;
	text-align: center;
}

body#shopDetailPage #itemAttention .attention.salesPeriod--finish {
	border: 1px solid #999;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 36px;
	padding: 10px;
	text-align: center;
}

body#shopDetailPage .itemDescription {
	margin: 60px 7px 24px 0;
}

body#shopDetailPage .itemDescription p {
	line-height: 24px;
}

body.shop #embedded-tag {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 20px 0 0;
}

body#shopDetailPage #embedded-tag p {
	color: #000;
	margin: 0 0 5px;
}

body#shopDetailPage #embedded-tag textarea {
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #838383;
	padding: 5px;
	width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton {
	margin: 30px 0 0;
	text-align: center;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn {
	background: #000;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	padding: 14px 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	width: 100%;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--outOfStock {
	color: #fff;
	background: #888;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay:disabled {
	cursor: not-allowed;
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--comingSoonStay {
	background: #eeeeee;
	color: #999999;
	cursor: not-allowed;
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn.purchaseButton__btn--notApplying:disabled {
	cursor: not-allowed;
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled {
	background: #eeeeee;
	color: #999999;
	cursor: not-allowed;
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled {
	background: #eeeeee;
	color: #999999;
	cursor: not-allowed;
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn:disabled:hover {
	opacity: 1;
}

body#shopDetailPage #purchase_form .purchaseButton .purchaseButton__btn--disabled:hover {
	opacity: 1;
}

body#shopDetailPage .shareButtons {
	display: flex;
}

body#shopDetailPage .shareButtons > div{
	margin-right: 4px;
}


@media(min-width: 769px) {
	body#shopDetailPage #mainContent {
		padding: 80px 65px;
		width: 830px;
	}

	body#shopDetailPage #mainContent .item {
		float: left;
		position: relative;
		width: 493px;
	}

	body#shopDetailPage #mainContent .purchase {
		margin: 0 0 0 520px;
		width: 280px;
	}

	body#shopDetailPage header h1.itemTitle {
		font-size: 27px;
		margin-bottom: 55px;
	}

	body#shopDetailPage #mainContent .item .itemImg {
		height: 400px;
	}

	body#shopDetailPage #mainContent .item .itemImgSlide {
		float: left;
		width: 400px;
	}

	body#shopDetailPage #mainContent .item .bx-wrapper {
		float: left;
		width: 400px;
	}

	body#shopDetailPage #slideImg .imgBox {
		border-radius: 10px;
		height: 400px;
		line-height: 400px;
		text-align: center;
		width: 400px;
	}

	body#shopDetailPage #slideImg .imgBox img {
		max-height: 400px;
		max-width: 400px;
		vertical-align: middle;
		object-fit: contain;
	}

	body#shopDetailPage #slideImgPager {
		float: left;
		height: 400px;
		overflow: hidden;
		padding: 0 0 0 10px;
		width: 83px;
	}
}

#widget {
	margin: 0 !important;
}
#reportBtn {
	padding-bottom: 20px;
}

#twitter-widget-0 {
	width: 75px;
}

#twitter-widget-1 {
	width: 75px;
}

body.shop #mainFooter .footerMenu li .fb-like {
	margin-top: -5px;
}

.main {
	background: #fff;
	height: auto;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

.main #about {
	color: #535353;
	margin: 0 auto;
	padding: 85px 0;
	width: 820px;
}

.main #about h2 {
	color: #000;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 24px;
	text-align: left;
	text-transform: uppercase;
}

@media(min-width: 769px) {
	.main #about h2 {
		font-size: 34px;
		margin-bottom: 60px;
	}
}

.main #about h3 {
	font-size: 28px;
}

.main #about p {
	font-size: 14px;
	line-height: 1.6em;
}

.main #about .social {
	margin: 40px 0 0;
	text-align: center;
	width: 100%;
}

.main #about .social > ul {
	display: inline-block;
}

.main #about .social ul li {
	float: left;
	margin-right: 15px;
}

.main #about .social ul li:last-child {
	margin-right: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn {
	float: right;
	width: 215px;
}

body.shop #mainFooter .footerMenu ul .social_btn li {
	margin: 0;
}

body.shop #mainFooter .footerMenu ul .social_btn li.twitter {
	margin: -5px 0 0 0;
}

.inquirySection {
	padding: 60px;
}

.inquirySection h1 {
	color: #1a1a1a;
	font-size: 35px;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}

.inquirySection p {
	color: #000;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
}

.inquirySection form {
	width: 100%;
}

@media(min-width: 769px) {
	.inquirySection form {
		margin: 40px auto 0;
		width: 100%;
	}
}

.inquirySection dl {
	text-align: left;
}

.inquirySection dl dt {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}

.inquirySection dl dt span {
	color: #fb7c8a;
	font-size: 11px;
	line-height: 11px;
	margin-left: 5px;
	vertical-align: baseline;
}

.inquirySection dl dd {
	margin-bottom: 20px;
}

.inquirySection dl dd input {
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	width: 100%;
}

.inquirySection dl dd textarea {
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height: 135px;
	padding: 10px;
	width: 100%;
}

@media(min-width: 769px) {
	.inquirySection dl dd input {
		width: 100%;
	}

	.inquirySection dl dd textarea {
		width: 100%;
	}
}

@-moz-document url-prefix() {
	.inquirySection dl dd textarea {
		font-size: 11px;
	}
}

.inquirySection .control-panel input#buttonLeave {
	background-color: #333;
	border: none;
	color: #ccc;
	display: inherit;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 55px auto 0;
	padding: 14px 0;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 290px;
	border-radius: 30px;
}

.inquirySection .control-panel input#buttonLeave:hover {
	cursor: pointer;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#inquiryConfirmSection p {
	color: #000;
	font-size: 13px;
	line-height: 13px;
}

#inquiryConfirmSection dd {
	font-size: 12px;
	padding-left: 15px;
}

#inquiryCompleteSection p {
	line-height: 1.4em;
	margin: 30px 0 0;
}

#inquiryCompleteSection a {
	background-color: #000;
	color: #ccc;
	display: block;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	letter-spacing: 5px;
	margin: 35px auto 0;
	padding: 14px 0;
	text-align: center;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	width: 290px;
}

#inquiryCompleteSection a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


@media(max-width: 769px) {
	.main,
	#privacy,
	#law {
		width: 92%;
		margin: 0 auto;
		padding: 0;
	}

	.main #about,
	.main .inquirySection {
		width: 100%;
		padding: 0;
	}
}

.template #category-menu {
	display: block;
}

.template #category-menu span {
	cursor: pointer;
}

.template #category-menu .category-list {
	display: none;
}

.template #category-menu:hover .category-list {
	display: block;
	padding: 20px 0 0;
	position: absolute;
	z-index: 9999;
}

.template #category-menu .category-list ul {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgb(100, 100, 100);
	cursor: pointer;
	margin: 0;
	max-width: 250px;
	padding: 10px;
}

.template #category-menu .category-list ul li {
	border: none;
	float: none;
	height: auto;
	line-height: 26px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

.template #category-menu .category-list ul li a {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 18px;
	white-space: nowrap;
	color: #333;
}

.template #category-menu .category-list ul li a:hover {
	border-bottom: none;
	text-decoration: underline;
}

.template #category-menu .category-list ul li.appsItemCategoryTag_child a:hover {
	color: #fff;
}

body.shop #shopHeader nav ul#appsItemCategoryTag {
	display: block;
}

body.template #category-menu span {
	display: block;
	-webkit-font-smoothing: antialiased;
	padding: 10px;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

body.template #category-menu:hover .category-list ul {
	border: inherit;
	border-radius: inherit;
	padding: 0;
}

body.template #category-menu:hover .category-list ul li:before {
	padding-top: 15px;
}

body.template #category-menu:hover .category-list ul li:after {
	padding-bottom: 15px;
}

body.template #category-menu:hover .category-list ul li:hover {
	background-color: #b3b3b3;
	border-bottom: none;
	height: auto;
}

body.template #category-menu:hover .category-list ul li a {
	display: block;
	margin: 0;
	max-width: 250px;
	overflow: hidden;
	padding: 10px 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.template #category-menu:hover .category-list ul li a:hover {
	text-decoration: none;
}

.template
#category-menu
.appsItemCategoryTag_child
.appsItemCategoryTag_lowerchild {
	display: none;
}

@media(min-width: 769px) {
	.template #category-menu .appsItemCategoryTag_child .appsItemCategoryTag_lowerchild {
		display: none;
		left: 99%;
		position: absolute;
		top: 0;
		z-index: -1;
	}

	.template #category-menu .appsItemCategoryTag_lowerchild:hover,
	.template #category-menu .appsItemCategoryTag_child:hover .appsItemCategoryTag_lowerchild {
		display: block;
	}
}

.categoryTitle01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
	margin: 38px 0 0;
	text-align: center;
}

.childCategoryList01 {
	padding: 17px 0 0;
	text-align: center;
}

.childCategoryList01_child {
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.4em;
}

.childCategoryList01_link {
	display: inline-block;
	letter-spacing: normal;
	line-height: 2;
	padding: 0 15px;
}

.childCategoryList01_link:hover {
	text-decoration: underline;
}

body.template .etc-menu span {
	display: block;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#appsItemDetailCustom #appsItemDetailCustomTag .appsItemDetailCustomTag_description {
	font-size: 13px;
}

@media(max-width: 768px) {
	.main .communityMain {
		width: 100%;
		padding: 0;
	}

	.main .communityMain .communityTitle {
		font-size: 18px;
	}

	.main .communityMain #limitedItem,
	.main .communityMain #limitedUrl {
		width: 100%;
	}

	.main .communityMain .communityItems,
	.main .communityMain #productsLimitedUrl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.main .communityMain .communityItems .communityItem {
		width: 31%;
		margin: 0 0 12px 0;
	}

	.main .communityMain .communityItems .communityItem .communityImageContainer {
		position: relative;
		width: 100%;
		height: auto;
	}
	.main .communityMain .communityItems .communityItem .communityImageContainer::before {
		content: '';
		display: block;
		padding-top: 100%;
	}

	.main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		object-fit: contain;
	}

	.main .communityMain #productsLimitedUrl .urlBox {
		width: 44%;
		margin: 0 0 12px 0 !important;
	}
}

@media(max-width: 480px) {
	.main .communityMain .communityContent {
		flex-direction: column;
	}
	.main .communityMain .communityContent .communityOverview,
	.main .communityMain .communityContent .communityNav {
		width: 100%;
		margin: 0;
	}

	.main .communityMain .communityItems .communityItem {
		width: 49%;
	}
	.main .communityMain #productsLimitedUrl .urlBox {
		width: 100%;
		margin: 0 0 12px 0 !important;
	}
}

body.shop .wrapper {    
    padding: 0px;
    background: #333;
}

body.shop #mainHeader {
    z-index: 999;
    top: 0px;
    width: 100% !important;
    margin: 0 auto;
}

body.shop #shopHeader h1 {
    padding: 20px 0 20px !important;
    margin: 0px;
}

body.shop #shopHeader h1 a span {
    color: #fff !important;
}

#shopHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

body.shop #shopHeader nav ul li a {
    color:#fff;
    letter-spacing: 2px;
}

body.shop #shopHeader nav {
    margin: 0 7px;
    border: 0px;
    display: flex;
    align-items: center;
    width: calc((100% / 7) * 3);
}

#baseMenu {
    box-sizing: border-box;
    position: static;
    padding: 0 0 0 20px;
}

body.shop #shopHeader nav ul li {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    line-height: 20px;
    text-align: center;
}

body.template #category-menu span {
    color: #fff;
}

body.shop #shopHeader nav ul li:hover {
    height: 0px;
    border: none;
}

body.shop #shopHeader nav ul li.column.itemSearch:hover {
    height: auto;
}

body#shopDetailPage #mainContent {
    width: -webkit-fill-available;
}

body.shop #mainFooter {
    width: -webkit-fill-available;
}

.logoSubTitle {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 0 10px;
}

.postageInfo {
    text-align: center;
    padding: 10px 0;
    background: #f2f2f2;
    letter-spacing: 1.5px;
}

.postageInfo__inner {
    padding: 0 10px;
}

.postageInfo__inner p {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.top_slider {
    margin: 0 0 50px;
}

.top_slider .slick-dots {
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
}

.top_slider .slick-dots li {
    display: inline-block;
    background: initial;
}

.slick-dots li{
    background:initial;
}

.top_slider .slick-dots li button {
    position: relative;
    font-size: 10px;
    font-size: 0.5rem;
    height: 0;
    width: 2.5em;
    padding-top: 2em;
    background: none;
    border: 0;
    overflow: hidden;
    cursor: pointer;
}

.top_slider .slick-dots li button:after {
    content: "";
    position: absolute;
    left: 0.6em;
    top: 0.7em;
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: #ddd;
    border-radius: 50%;
}

.top_slider .slick-dots li.slick-active button:after {
    background: #333;
}

@media only screen and (min-width: 768px) {
    .top_slider .slick-dots li button {
        padding-top: 2.5em;
    }
}

.items li{
    position:relative;
    background:#000;
}

.items li img {
    opacity: 0.7;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.items li p {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing:0.2rem;
    text-align:center;
    font-size: 3rem;
    line-height: 40px;
	color: #fff;
}

.items li p span {
    font-size: 1.25rem;
    {block:color-SliderCopy-bottom_Color}
        color: {color:SliderCopy-bottom Color}
    {/block:color-SliderCopy-bottom_Color}

    {block:not_color-SliderCopy-bottom_Color}
        color: #ffffff;
    {/block:not_color-SliderCopy-bottom_Color}
}

@media screen and (max-width: 767px){
    .items li p{
        font-size:1.5rem;
    }
}

.limitedServiceArea {
    width:100%;
    position: relative;
    padding: 50px 0;
}

.limitedServiceArea__inner {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px){
    .limitedServiceArea__inner {
        width: 100%;
    }
}

.limitedServiceArea__inner__title {
    text-align: center;
    padding: 50px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
}

.limitedServiceArea__inner__title span {
    font-size: 16px;
}

.limitedServiceList {
    padding-top: 0px;
}

.limitedServiceList__list .limitedServiceList__list__item {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.limitedServiceList__list .limitedServiceList__list__item:first-child:before {
    border-left: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    height: 100%;
}

.limitedServiceList__list .limitedServiceList__list__item:before {
    border-right: 1px solid #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    height: 100%;
}

.limitedServiceList__list .limitedServiceList__list__item > div {
    font-size: 36px;    
    color: #555;
    padding: 0 0 10px;
}

.limitedServiceList__list .limitedServiceList__list__item > div::before {
    font: var(--fa-font-solid);    
    font-size: 36px;    
    color: #555;
    padding: 0 0 10px;
} 

.limitedServiceList__list .limitedServiceList__list__item:nth-child(1) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome1_Text}{text:LimitedSliderFontAwesome1 Text}{/block:text-LimitedSliderFontAwesome1_Text}';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(2) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome2_Text}{text:LimitedSliderFontAwesome2 Text}{/block:text-LimitedSliderFontAwesome2_Text}';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(3) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome3_Text}{text:LimitedSliderFontAwesome3 Text}{/block:text-LimitedSliderFontAwesome3_Text}';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(4) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome4_Text}{text:LimitedSliderFontAwesome4 Text}{/block:text-LimitedSliderFontAwesome4_Text}';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(5) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome5_Text}{text:LimitedSliderFontAwesome5 Text}{/block:text-LimitedSliderFontAwesome5_Text}';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(6) > div::before {
    content: '\{block:text-LimitedSliderFontAwesome6_Text}{text:LimitedSliderFontAwesome6 Text}{/block:text-LimitedSliderFontAwesome6_Text}';
}

.limitedServiceList__list__topTxt {
    font-size: 18px;
    padding: 10px 0 5px;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.limitedServiceList__list__bottomTxt {
    font-size: 18px;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.limitedServiceList__list {
    width: 100%;
    padding: 30px 10px 30px 40px;
    margin: 15px auto;
    position: relative;
    @include breakpoint(500px) {
        margin: 5% auto;
    }
}

.limitedServiceList__list button.arrow_name {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: -60px;
    cursor: pointer;
    z-index: 5;
    border: 1px solid #ddd;
}

.limitedServiceList__list button.arrow_name::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
}

.limitedServiceList__list button.prev_arrow {
    right: 80px;
}

.limitedServiceList__list button.next_arrow {
    right: 10px;
}

.limitedServiceList__list button.prev_arrow::before {
    left: 52%;
    transform: translate(-50%,-50%)  rotate(225deg);
}

.limitedServiceList__list button.next_arrow::before {
    left: 48%;
    transform: translate(-50%,-50%)  rotate(45deg);
}

.limitedServiceList__list button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-slider button:focus {
    outline: none;
}

.slick-list{
    overflow: visible;
}

.slick-track::-webkit-scrollbar {
    display: none;
}

body#shopTopPage section#mainContent {
    width: 100%;
    position: relative;
    display: block;
}

.itemListSlider.slick-initialized.slick-slider {
    margin: 0 auto;
    padding: 0 0 0 30px;
}

body#shopTopPage .itemListSlider .item .itemImg {
    height: -webkit-fill-available;
    line-height: 208px;
    width: -webkit-fill-available;
}

body#shopTopPage .itemListSlider .item .itemImg img {
    width: -webkit-fill-available;
    border-radius: 5px;
    max-height: -webkit-fill-available;
    max-width: -webkit-fill-available;
    object-fit: cover;
}

body#shopTopPage .itemListSlider .item {
    padding: 14px 0 0;
    margin: 0 20px 0px 0;
}

.itemListSlider__title {
    padding: 120px 0 40px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
}

.itemListSlider__title span {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.itemListSlider__title span.categoryItemName {
    font-size: 16px;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 {
    text-align: left;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 .childCategoryList01_link {
    padding: 0 30px 0 0;
}

.itemListSlider__title span.categoryItemName .childCategoryList01 li i {
    padding: 0 5px 0;
    color: #333;
}

.itemListSlider button.arrow_name {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: -60px;
    cursor: pointer;
    z-index: 5;
    border: 1px solid #ddd;
}

.itemListSlider button.arrow_name::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
}

.itemListSlider button.prev_arrow {
    right: 95px;
}

.itemListSlider button.next_arrow {
    right: 25px;
}

.itemListSlider button.prev_arrow::before {
    left: 52%;
    transform: translate(-50%,-50%)  rotate(225deg);
}

.itemListSlider button.next_arrow::before {
    left: 48%;
    transform: translate(-50%,-50%)  rotate(45deg);
}

.itemListSlider button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

body#shopTopPage .itemListSlider .item .itemTitle {
    margin: 20px 0 5px;
    text-align: left;
    font-size: 18px;    
}

body#shopTopPage .itemListSlider .item .itemTitle h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: -webkit-fill-available;
    text-align: left;
    white-space: normal;
}

body#shopTopPage .itemListSlider .item .itemDetail .itemPrice {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.allProductsListLink {
    padding: 150px 0;
    width: 100%;
    text-align: center;
}

.newsListLink {
    padding: 100px 6px;
}

.newsListLink__title {
    padding: 80px 0 40px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
}

.newsListLink__title span {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.newsListLink .top-info {
    display: flex;
    padding: 20px 0 0 30px;
    width: 100%;
}

.newsListLink .top-info .newsItemList {
    width: calc((100% / 3) - 50px);
    border-top: 1px solid #ddd;    
    border-bottom: 1px solid #ddd;
    position: relative;
}

.newsListLink .top-info .newsItemList:nth-child(2) {
    margin: 0 60px;
}

.newsListLink .top-info .newsItemList a{
    display: block;
    padding: 30px 0 100px;
} 

.newsDate {
    font-size: 14px;
    padding: 0 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsInfoTxt {
    font-size: 16px;
    padding: 0 0 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsListLink .top-info .newsItemList .news-yajirushi {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 120px;
    left: 0px;
    cursor: pointer;
    z-index: 5;
    border: 1px solid #ddd;
    content: "";
}

.newsListLink .top-info .newsItemList .news-yajirushi:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.photoGallery {
    width: 100%;
    position: relative;
    padding: 100px 0 0px;
}

.photoGallery__title {
    padding: 80px 0 40px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
}

.photoGallery__title span {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.photoGallery__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.photoGallery__list li {
    width: calc((100% / 4) - 0px);
    position: relative;
    margin: 0 0 0px;
    overflow: hidden;
}

.photoGallery__list li img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    transition-duration: 0.3s;
}

.photoGallery__list li:hover img {
    transform: scale(1.2);
    transition-duration: .5s;
}


.photoGallery__list li p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 16px;
    text-shadow: 0 0 6px rgb(0 0 0 / 50%), 0 0 6px rgb(0 0 0 / 50%), 0 0 6px rgb(0 0 0 / 50%), 0 0 6px rgb(0 0 0 / 50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	color: #fff;
}

.blog-news {
    padding: 50px 0 110px;
    background: #eee;
    margin: 100px 0 0px;
}

.blog-news h2{
    font-size: 24px;
    text-align: center;
}

.blog-news__title {
    padding: 80px 0 40px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
}

.blog-news__title span {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0 10px;
}
  
#blog_content .news_list {
    width: fit-content;
    margin: 0 auto;
}
 
#blog_content .news_list_item {
    display: flex;
    border-bottom: solid 1px #ddd;
}
 
#blog_content p {
    background-color: #666;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    margin: 10px;
    padding: 5px 20px;
}
 
#blog_content p:nth-child(n+3) {
    display: none;
}
 
#blog_content h2 {
    font-size: 16px;
    padding: 15px 0 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
 
#blog_content h2 a{
    color: #333;
    text-decoration: none;
    font-weight: 500;
}
 
#blog_content h2:nth-child(n+3) {
    display: none;
}
 
#blog_content {
    padding: 20px 0 0;
}

.blog-news .more {
    font-size: 18px;
    text-align: center;
    padding-top: 30px;
}
 
.blog-news .more a {
    color: gray;
    text-decoration: none;
}

.blog-news .more a i{
    padding: 0 5px 0 0;
    vertical-align: middle;
    font-size: 14px;
}

.publish_date.blog_pinned::before {
    content: "\e929";
    font-family: "shopicon";
    padding: 0 7px 0 0;
}

.pickUpContent {
    width: 100%;
    position: relative;
    padding: 70px 0px 220px;
}

.pickUpContent__title {
    padding: 80px 0 10px 35px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 46px;
}

.pickUpContent__title span {
    font-size: 48px;
    font-weight: 500;
    padding: 10px 0 10px;
}

.pickUpList {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
    gap: 2.5rem;
    margin-inline: 2.5rem;
    transform: translateY(10%);
    display: grid;
}

.pickUpList__item:first-child, 
.pickUpList__item:nth-child(4) {
    bottom: 0;
}

.pickUpList__item:nth-child(2), 
.pickUpList__item:nth-child(5) {
    bottom: 6.250rem;
}

.pickUpList__item:nth-child(3), 
.pickUpList__item:nth-child(6) {
    bottom: 11.250rem;
}

.pickUpList__item {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(2, 75, 147, 0.1);
    overflow:hidden;
}

.pickUpList__item__ > div {
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.pickUpList__item a {
    display: block;
    cursor: pointer;
}

.pickUpList__item a:hover {
    transform: scale(1.2);
    transition-duration: .5s;
}

.pickUpList__item img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 11;
    border-radius: 5px;
    display: block;
}

.pickUpList__item__text {
    content: "";
    position: absolute;
    background: rgba(51,51,51, 0.5);
    width: 100%;
    height: 40px;
    line-height: 40px;
    bottom: 0px;
    z-index: 2;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.pickUpList__item__text p {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

body.shop #mainFooter {
    background: #fff;
    margin: 0px auto 100px;
}

body.shop #mainFooter .footerMenu{
    background: #333;
    padding: 40px 40px;
}

.footerContactInfo {
    width: 100%;
    position: relative;
}

.footerContactInfo__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
    padding: 120px 40px 120px;
}

.footShopName {
    width: calc((100% / 5)* 2);
}

.footShopName a {
    color: #333;
}

.footShopName a span {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 0 10px;
    letter-spacing: 2px;
}

.footShopContactInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc((100% / 5)* 3);
}

.footShopContactInfo__tell {
    position: relative;
    width: calc(100% / 2);
}

.footShopName #logo img {
    aspect-ratio: 16 / 5;
    object-fit: contain;
    vertical-align: middle;
	max-width: 200px;
}	

.footShopContactInfo__tell:after {
    content: "";
    height: 110px;
    border-right: 1px solid #ddd;
    right: 0px;
    position: absolute;
    top: 0px;
}

.footShopContactInfo__tell__copy {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px;
}

.contactTellInfo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contactTellInfo__icon {
    padding: 0 20px 0 0;
}

.contactTellInfo__icon i {
    font-size: 76px;
}

.contactTellInfo__detail__num {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 38px;
}

.contactTellInfo__detail__time {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.3px;
}

.footShopContactInfo__mail {
    width: calc(100% / 2);
}

.footShopContactInfo__mail a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
    background: #333;
    padding: 20px 60px;
    width: fit-content;
    margin: 0 0 0 auto;
}

.footShopContactInfo__mail a i {
    padding: 0 15px 0 0;
}

.footerMenu a {
    color: #fff;
}

.footerMenu a i{
    padding: 0 10px 0 0;
}

body.shop #mainFooter .footerMenu ul li {
    width: auto;
    margin-right: 30px;
}

body.shop #mainFooter .footerMenu ul {
    flex-wrap: nowrap;
    justify-content: center;
}

body.shop #mainFooter .footerMenu li.boxRight {
    flex: 0;
    margin-right: 0px;
    margin-left: 60px;
}

body.shop #mainFooter .footerMenu li.boxRight div a img {
    width: 20px;
    height: 20px;
}

.fb.sns {
    padding: 0 20px 0 0;
}

.footBasicMenu {
    padding: 100px 40px 0px;
    background: #333;
    width: -webkit-fill-available;
}

.footBasicMenu__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footBasicMenu__list__item {
    padding: 0 30px 0 0;
}

.footBasicMenu__list__item:last-child {
    padding: 0px;
}

.footBasicMenu__list__item a {
    color: #fff;
    font-size: 14px;
}

.copyRightTxt {
    padding: 50px 0 30px;
    background: #333;
    color: #fff;
    text-align: center;
}

.copyRightTxt p {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.headMainSPArea {
    display: none;
}

.slick-track {
    margin-left: inherit;
    margin-right: auto;
}

.main.main--about {
    width: 100%;
}

.aboutMainImgArea {
    position: relative;
    width: 100%;
}

.aboutMainImgArea:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 1;
}

.aboutMainImgArea img {
    opacity: 0.7;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 5;
}

.aboutMainImgArea p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 0.2rem;
    text-align: center;
    font-size: 3rem;
    line-height: 40px;
    color: #FFFFFF;
    z-index: 2;
}

.companyInfo {
    width: 100%;
    padding: 20px 0 0;
}

.companyInfo table {
    width: 100%;
	border-spacing: 0;
}

.companyInfo th {
    padding: 20px 0;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.companyInfo td {
    padding: 20px 0 20px 40px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.companyInfo td a i{
    padding: 0 10px 0 0;
}

#about .companyInfo table td a {
    text-decoration: underline;
}

.paymentInfo {
    width: 100%;
    padding: 60px 0 20px;
}

.main #about h2.paymentInfo__title {
    padding: 60px 0 0;
    margin: 0 0 20px;
    font-size: 24px;
}

.main #about p.paymentInfo__des {
    padding: 0 0 40px;
}

.paymentInfo table tr th {
    width: 200px;
}

.paymentInfo table tr td {

}

.paymentInfo table tr td img {
    width: fit-content;
    height: 40px;
}

.main #about .shippingFeeInfo h2.paymentInfo__title {
    padding: 80px 0 0;
}

.shippingFeeInfo__des {
    padding: 50px 0 20px;
    line-height: 2em !important;
}

.shippingFeeInfo__des span {
    font-weight: bold;
}

.shippingFeeInfo__desTxt {
    padding: 0 0 30px;
    line-height: 2em !important;
}

.main #about .qandAInfo h2.paymentInfo__title {
    padding: 60px 0 20px;
}

.qandAInfo {
    padding: 30px 0 0;
}

.qandAInfo details {
    margin: 10px 0;
    border: 1px solid #ddd;
}

.qandAInfo details:first-child{
    margin: 30px 0 10px;
}

.qandAInfo details summary.Accordion__Summary {
    padding: 20px 60px 20px 20px;
    cursor: pointer; 
    position: relative;
}

.qandAInfo details summary.Accordion__Summary span {
    font-size: 16px;
}

.main #about .Accordion__Content p {
    font-size: 16px;
    padding: 20px;
}

summary.Accordion__Summary {
    list-style: none;
}

summary.Accordion__Summary::-webkit-details-marker {
    display: none;
}

.Accordion__Summary:before,
.Accordion__Summary:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 16px;
    height: 2px;
    content: "";
    background-color: #333;
    right: 20px;
}

.Accordion__Summary:before {
    transform: translateY(-50%);
}

.Accordion__Summary:after {
    transition: transform 0.5s;
    transform: translateY(-50%) rotate(-90deg);
}

.Accordion[open] .Accordion__Summary:after {
    transform: translateY(-50%);
}

#i18 {
	top: inherit;
	bottom: 20px;
}

body#shopDetailPage #mainContent {
	width: fit-content;
	margin: 0 auto;
}

body#shopTopPage .itemListSlider .item .itemImg img.label_image.list {
	width: auto;
}

body#shopTopPage .item .itemDetail .discountPrice {
	text-align: left;
}



@media only screen and (max-width: 1650px) {

    body.shop #shopHeader nav {
        width: calc((100% / 7)* 3.5);
    }

    body.shop #shopHeader nav ul li.itemSearch {
        padding: 0 5px;
    }

}

@media only screen and (max-width: 1400px) {

    body.shop #shopHeader nav {
        width: calc((100% / 7)* 4);
    }

}

@media only screen and (max-width: 1250px) {

    body.shop #shopHeader nav {
        width: calc((100% / 7)* 4.5);
    }

    .footShopName {
        width: calc((100% / 5)* 1.5);
    }

    .footShopContactInfo {
        width: calc((100% / 5)* 3.5);
    }

}

@media only screen and (max-width: 1100px) {

    .headMainSPArea {
        display: block;
    }

    #shopHeader {
        display: none;
    }

    .postageInfo {
        display: none;
    }

    .headMainArea__left {
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: #333;
		transition: all 0.5s;
	}

    #menu-btn-check {
		display: none;	
		cursor: pointer;
	}
	
	#menu-btn-check:checked ~ .headMainArea__left {
    	left: 0;
	}
	
	.menu-btn {
		position: fixed;
		top: 10px;
		left: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #333;
		cursor: pointer;
	}
	
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	
	.menu-btn span:before {
		bottom: 8px;
	}
	
	.menu-btn span:after {
		top: 8px;
	}
	
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

    .headMainArea__left {
        text-align: center;
    }

    .headMainArea__left h1 {
        position: static;
        padding: 0 0 80px;
    }

    .headMainArea__left h1 img {
        width:fit-content;	
    }

    .headMainArea__left #pc-nav {
        display: block;
    }

    .headMainArea__left #pc-nav ul {
        list-style: none;
        display: inline-block;
        text-transform: uppercase;
        margin: 0 0 0 0;
        text-align: left;
    }

    body.template #category-menu span {
        color: #333;
        padding: 0px;
    }

    .headMainArea__left ul .pcLeftNavList {
        padding: 10px 0;
    }

    .headMainArea__left ul .pcLeftNavList a {
        position: relative;
        padding: 0.5em 0;
        color: #333;
    }

    .headMainArea__left ul .pcLeftNavList a:hover:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: #333;
    }

    .headMainArea__left__up h1 a span {
        font-size: 20px;
    }

    .headMainArea__left__up h1 a p {
        font-size: 20px;
        color: #333;
    }

    .headMainArea__left__ {
        display: flex;
        justify-content: center;
        height: 100%;
    }

    .headMainArea__left__up {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    body.shop #shopHeader nav {
        width: calc((100% / 7)* 5);

    }

    .footShopName {
        width: 100%;
        padding: 0 0 60px;
        display: flex;
        justify-content: center;
    }

    .footerContactInfo__inner {
        flex-direction: column;
    }

    .footShopContactInfo {
        width: 100%;
    }

}

@media only screen and (max-width: 1000px) {

    body.shop #shopHeader nav {
        width: calc((100% / 7)* 6);
    }

}

@media only screen and (max-width: 768px) {

    .footShopContactInfo {
        justify-content: center;
        flex-direction: column;
    }

    .footShopContactInfo__tell {
        width: 100%;
        padding: 0 0 40px;
    }

    .footShopContactInfo__tell__copy {
        font-size: 18px;
        padding: 0 0 10px;
        display: flex;
        justify-content: center;
    }

    .contactTellInfo {
        justify-content: center;
    }

    .footShopContactInfo__mail {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 45px 0 0;
    }

    .footShopContactInfo__mail a {
        display: block;
        font-size: 16px;
        padding: 20px 60px;
        width: fit-content;
        margin: 0 auto 0 auto;
    }

    .footShopContactInfo__tell:after {
        height: 1px;
        border-bottom: 1px solid #ddd;
        bottom: 0px;
        top: unset;
        width: inherit;
    }

    .pickUpContent {
        width: -webkit-fill-available;
        padding: 30px 20px 220px;
    }

    .pickUpContent__title {
        padding: 80px 0 10px 0px;
        font-size: 16px;
        line-height: 46px;
    }

    .pickUpList {
        grid-template-columns: repeat(2, minmax(100px, 1fr));
        gap: 2.5rem;
        margin-inline: auto;
    }

    .pickUpList__item:first-child, 
    .pickUpList__item:nth-child(3),
    .pickUpList__item:nth-child(5) {
        bottom: 0;
    }

    .pickUpList__item:nth-child(2), 
    .pickUpList__item:nth-child(4),
    .pickUpList__item:nth-child(6)  {
        bottom: 6.250rem;
    }

    .newsListLink {
        padding: 100px 20px 20px;
    }

    .newsListLink .top-info {
        padding: 20px 0 0 0px;
        width: 100%;
        flex-direction: column;
    }

    .newsListLink .top-info .newsItemList {
        width: 100%;
        border-bottom: none;
    }

    .newsListLink .top-info .newsItemList:nth-child(2) {
        margin: 0 0px;
    }

    .newsListLink .top-info .newsItemList:last-child {
        border-bottom: 1px solid #ddd;
    }

    .newsListLink__title {
        padding: 80px 0 40px 0px;
        font-size: 16px;
        line-height: 46px;
    }

    .limitedServiceList__list {
        padding: 30px 20px 30px 20px;
    }

    body#shopTopPage section#mainContent {
        width: -webkit-fill-available;
        padding: 0 20px;
    }

    .itemListSlider__title {
        padding: 120px 0 40px 0px;
        font-size: 16px;
        line-height: 46px;
    }

    .itemListSlider.slick-initialized.slick-slider {
        padding: 0 0 0 0px;
    }

    .itemListSlider button.prev_arrow {
        right: 70px;
    }

    .itemListSlider button.next_arrow {
        right: 0px;
    }

    .photoGallery__title {
        padding: 30px 0 40px 20px;
        font-size: 16px;
        line-height: 32px;
    }

    .photoGallery__title span {
        font-size: 32px;
        padding: 10px 0 10px;
    }

    .photoGallery__list li {
        width: calc((100% / 2) - 0px);
    }

    .limitedServiceArea__inner__title {
        padding: 0px 0 70px;
        font-size: 16px;
        line-height: 40px;
    }

    .limitedServiceArea__inner__title span {
        font-size: 12px;
    }

    .limitedServiceList__list__topTxt {
        font-size: 14px;
        padding: 10px 0 5px;
    }

    .limitedServiceList__list__bottomTxt {
        font-size: 14px;
    }

    .pickUpContent__title {
        padding: 30px 0 30px 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .pickUpContent__title span {
        font-size: 32px;
        padding: 10px 0 10px;
    }

    .pickUpList__item__text p {
        color: #fff;
        font-size: 14px;
    }

    .itemListSlider__title {
        padding: 30px 0 70px 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .itemListSlider__title span {
        font-size: 32px;
        padding: 10px 0 10px;
    }

    .newsListLink__title {
        padding: 50px 0 40px 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .newsListLink__title span {
        font-size: 32px;
        font-weight: 500;
        padding: 10px 0 10px;
    }

    .blog-news h2.blog-news__title {
        padding: 40px 0 20px 0px;
        font-size: 16px;
        line-height: 32px;
    }

    .blog-news__title span {
        font-size: 32px;
        padding: 10px 0 10px;
    }

    #blog_content p {
        font-size: 12px;
        padding: 5px 10px;
    }

    #blog_content h2 {
        font-size: 12px;
        padding: 15px 0 0 5px;
    }

    .blog-news .more {
        font-size: 14px;
    }

    .footerContactInfo__inner {
        padding: 100px 20px 100px;
        flex-direction: column;
    }

    .footShopContactInfo__tell__copy {
        font-size: 16px;
        padding: 0 0 10px;
    }

    .contactTellInfo__detail__num {
        font-size: 26px;
        line-height: 38px;
    }

    .contactTellInfo__detail__time {
        font-size: 12px;
    }

    .footShopContactInfo__mail a {
        font-size: 14px;
        padding: 20px 60px;
    }

    body#shopTopPage .itemListSlider .item .itemTitle h2 {
        font-size: 16px;
    }

    body#shopTopPage .itemListSlider .item .itemDetail .itemPrice {
        font-size: 12px;
    }
	
	body#shopTopPage .item .itemDetail .discountPrice__calcPrice {
		font-size: 12px;	
	}

    body.shop #mainFooter .footerMenu li.boxRight {
        margin-left: 0px;
    }

    .aboutMainImgArea img {
        aspect-ratio: 16 / 9;
    }

    .aboutMainImgArea p {
        font-size: 1.5rem;
    }

    .main #about, 
    .main .inquirySection {
        width: -webkit-fill-available;
        padding: 40px 20px 0;
    }
	
	.companyInfo table tr th {
        display: block;
        padding: 40px 0 20px;
        width: 100%;
        border: none;
    }

    .companyInfo table tr td {
        display: block;
        padding: 0px 0 40px 0px;
    }

    .main #about h2.paymentInfo__title {
        font-size: 18px;
    }

    .paymentInfo table tr th {
        display: block;
        width: 100%;
    }

    .paymentInfo table tr td {
        display: block;
    }
	
	body#shopDetailPage #mainContent {
		width: -webkit-fill-available;
		margin: 0 auto;
		padding: 60px 0px 0;
	}

	body#shopDetailPage #mainContent header {
		padding: 50px 20px 0;
	}

	body#shopDetailPage .itemDescription {
		margin: 0px 20px 60px 20px;
	}

	body#shopDetailPage #mainContent .purchase {
		padding: 0 20px;
	}

	.review01 {
		margin: 30px 20px !important;
	}

	body#shopDetailPage #slideImgPager {
		overflow: hidden;
		padding: 0 0 0 0px;
		width: -webkit-fill-available;
	}

	body#shopDetailPage #slideImgPager li + li {
		margin-top: 0px;
	}

	div#mCSB_1_container {
		display: flex;
		align-items: flex-start;
		overflow: scroll;
		justify-content: flex-start;
	}

	body#shopDetailPage .itemImg {
		display: flex;
		height: calc(100vw - 80px);
		padding: 0 20px 30px;
		flex-direction: column;
	}

	body#shopDetailPage #slideImgPager .smallImgBox img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	body#shopDetailPage #slideImg .imgBox img {
		width: 100%;
		vertical-align: middle;
		object-fit: cover;
		aspect-ratio: 16 / 11;
	}

	body#shopDetailPage #slideImg .imgBox img.label_image {
		aspect-ratio: 1 / 1;
		object-fit: contain;
	}
	
	#blog_content {
		padding: 20px 20px 0;
	}
	
	#i18 {
		bottom: 15px;
	}
	
	body#shopTopPage #i18 {
    	bottom: 25px;
	}
	
	.msg_startButton {
        align-items: center;
        border-radius: 100px;
        bottom: 20px;
        box-shadow: 0 2px 4px 0 #30303033;
        box-sizing: border-box;
        display: flex;
        height: 40px;
        justify-content: center;
        left: 0;
        margin: 0 0 0 auto !important;
        position: fixed;
        right: 0;
        text-align: end;
        top: auto;
        width: 210px !important;
    }
	
	.msg_startButton__text {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 480px) {


}


.categoryItem {
	width: 800px;
	padding: 0 0px;
	margin: 0 auto;
	text-align: center;
}

.categoryItem h3 {
	font-size: 16px;
	text-align: start;
	padding: 0 0 10px;
}

.categoryItem__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: start;
	padding: 20px 0 20px;
	border-bottom: 1px solid #ccc;
}

.categoryItem__item > a {
	font-weight: bold;
	font-size: 14px;
}

.category--medium {

}

.category--medium__item {
	padding: 5px 0;
}

.category--medium__item a {
	
}

.category--medium__item a i {
	font-size: 10px;
	padding: 0 5px 0 0;
}

.categoryItem details {
	display: none;
	position: relative;
}

.categoryItem details.addClass {
	display: block;
}

.categoryItem details summary.Accordion__Summary {
	padding: 20px 0px 20px 0px;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: -30px;
	width: auto;
	display: block;
}


@media only screen and (max-width: 1000px) {

	.categoryItem {
		width: -webkit-fill-available;
		padding: 0 18px;
	}
	
	.categoryItem__item {
		padding: 20px 0px 20px 25px;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.footBasicMenu {
		padding: 60px 40px 0px;
	}

	.footBasicMenu__list {
    	display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: column;
	}
	
	.footBasicMenu__list__item {
    	padding: 0 0px 10px 0;
	}
	
	body.shop #mainFooter .footerMenu ul {
		flex-direction: column;
	}
	
	body.shop #mainFooter .footerMenu {
		padding: 40px 40px 0;
	}
	
	body.shop #mainFooter .footerMenu ul li {
		margin-right: 0px;
	}

	body.shop #mainFooter .footerMenu li.boxRight {
        padding: 30px 0;
    }
	
}


body#shopTopPage .item .itemImg {
    overflow: visible !important;
}

.label_image {
    position: absolute !important;
    top: -12px;
    left: -12px;
    height: 70px;
    width: 70px;
    z-index: 10;
    background: 0 0 !important;
}


/* iOS safariのみ */
_:lang(x)+_:-webkit-full-screen-document, body#shopTopPage .itemListSlider .item .itemImg {
	height: 100%;
	line-height: 208px;
	width: -webkit-fill-available;
}

_:lang(x)+_:-webkit-full-screen-document, .msg_startButton {
	width: 60px !important;
}

_:-webkit-full-screen:not(.foo), .paymentInfo table tr td img {
	width: unset;
}

_:-webkit-full-screen:not(.foo), body.shop #shopHeader nav {
	height: 40px;
}

_:-webkit-full-screen:not(.foo), .top_slider .slick-dots li button {
	line-height: 12px;
}

_:lang(x)+_:-webkit-full-screen-document, .pickUpList__item__ a {
    display: block;
    cursor: pointer;
    padding-top: 81.8%;
    height: 0;
    position: relative;
}

_:lang(x)+_:-webkit-full-screen-document, .pickUpList__item__ img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* iOS chromeのみ */
_:lang(x)::-webkit-outer-spin-button, .top_slider .slick-dots li button {
	line-height: 12px;
}



#top_page {
    overflow-x: hidden;
    padding: 100px 0 0;
}

.top-l-middle-full {
    height: 640px;
    margin-bottom: 0px;
    position: relative;
}

.top-l-middle-full__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top-l-middle-full__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}

.top-l-middle-full__center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    height: 100%;
    background-color: rgba(0,0,0,.07);
    z-index: 3;
}

.top-l-middle-full__text {
    font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho","MS PMincho",serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 200%;
    text-align: center;
    letter-spacing: .07em;
    font-feature-settings: 'palt' on;
    margin-bottom: 10px;
}

.noItemsTxt {
    text-align: center; 
    padding: 220px 0 30px; 
    font-size: 16px;
}

@media only screen and (max-width: 768px) {
    #top_page {
        padding: 0px 0 0;
    }

    .top-l-middle-full__text {
        font-size:14px;
    }
}

.top-l-middle-full::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(50, 50, 50, 0.3);
    z-index: 1;
}

.top-l-middle-full__title {
    font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho","MS PMincho",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: .15em;
    font-feature-settings: 'palt' on;
}

.itemListSlider__title {
    padding: 200px 0 40px 30px;
}

.communityMain {
    padding: 100px 30px 40px !important;
}

.main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 11 / 9;
}

body#shopTopPage .itemList {
    width: -webkit-fill-available !important;
    padding: 0px;
}

#membership {
    padding: 85px 16px 10px !important;
}

.open-btn1{
    position: absolute;
    top:-5px;
    right:10px;
    background:url("https://basefile.akamaized.net/photoplaza-saleshop-jp/668f9d4f9eea1/icon_search.png") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
    background-size: 20px 20px;
    width:50px;
    height:50px;
    cursor: pointer;
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn1.btnactive{
    background:url("https://basefile.akamaized.net/photoplaza-saleshop-jp/668f9d3f7d307/icon_close.png") no-repeat 15px center;/*閉じるアイコンを背景に表示*/
    background-size: 18px 18px;
}

/*========= 検索窓の設定 ===============*/

body.shop #shopHeader nav ul li.itemSearch {
    position:relative;
}

#search-wrap{
    position:absolute;
    top:150px;
    right:20px;
    z-index: -1;
    opacity: 0;
    width:0;
    transition: all 0.4s;
    border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
    opacity: 1;
    z-index: 3;
    width:250px;
    padding:20px;
    top:40px;
    background:#fff;
    box-shadow: 0 3px 40px rgba(2, 75, 147, 0.16);
}

/*==検索窓*/
#search-wrap #searchform{
    display: none;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
    display: block;
}

body.shop #shopHeader nav ul li.itemSearch #search-wrap.panelactive #searchform {
    width: 100%;
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
    -webkit-appearance:none;
    outline: none;
    cursor: pointer;
    color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
    width: 100%;
    border: none;
    border-bottom:2px solid #ccc;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    height:46px;
    padding: 10px;
    cursor: unset;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
    background:#eee;
}

/*ボタンinput設定*/
 #search-wrap button#searchsubmit {
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(https://basefile.akamaized.net/photoplaza-saleshop-jp/668f9d4f9eea1/icon_search.png) no-repeat right;
    background-size: 20px 20px;
    width: 30px;
    height: 30px;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    color: #666;
    border: none;
}

.inquirySection .control-panel input#buttonLeave {
    color: #fff;
}

h2.itemSearchResult-title {
    padding: 100px 0 0;
    text-align: center;
    font-size: 16px;
}

h2.itemSearchResult-title + section .itemListSlider__title {
    padding: 60px 0 40px 30px;
}

h2.itemSearchResult-title + p.noItemsTxt {
    padding: 60px 0 10px;
    font-size: 16px;
}

.itemListMain--category .itemListSlider {
	padding: 0 20px 0 30px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}

body#shopTopPage .itemListMain--category .itemListSlider .item {
	width: calc((100% / 4) - 20px);
}

body#shopDetailPage #slideImg .imgBox .label_image.detail {
	top: 0px;
	left: 0px;
}

.relatedItemList {
	padding: 80px 0 40px;
	max-width: 830px;
    float: inline-start;
}

.relatedItemList:after {
	clear: both;
    content: "";
    display: block;
}

.relatedItemList__title {
	padding: 0 0 30px;
	font-size: 1rem;
	font-weight: 600;
}

.relatedItemList__inner {
	display: flex;
	overflow-x: scroll;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.relatedItemList__inner__ {
	padding: 0 30px 20px 0px;
}

.relatedItemList__inner__img img {
	width: 300px;
	object-fit: cover;
	height: 300px;
}

.relatedItemList__inner__info {
	padding: 10px 0;    
}

.relatedItemList__inner__info span {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.main #about .blog_contents div > iframe {
	width: 100%;
	object-fit: cover;
	height: 100%;
	aspect-ratio: 16 / 9;
}

body:has(.informationBanner) #mainHeader {
	top: 40px;
}

.informationBanner {
	padding: 8px 16px;
	position: fixed;
	width: -webkit-fill-available;
	z-index: 999;
	bottom: auto;
	align-items: center;
	top: 0px;
}

.mailMagazineArea {
	padding: 50px 0 40px;
}

.main #about h2.mailMagazineArea__title {
	padding: 40px 0 10px;
	font-size: 24px;
	margin-bottom: 20px;
}

.mailMagazineArea input {
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

.mailMagazineArea button {
	background: #333;
	color: #fff;
	border-radius: 5px;
	padding: 4px 15px;
	appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
}

.membershipPoint__amountWrapper {
	padding: 0 0 10px;
}


@media only screen and (max-width: 1100px) {
    
    #top_page {
        padding: 0px 0 0;
    }

    .headMainArea__left #pc-nav ul {
        text-align: center;
    }

    li.column.itemSearch.itemSearch--sp #search-wrap {
        position: relative;
        top: auto;
        right: auto;
        z-index: 5555;
        opacity: 1;
        width: 200px;
        transition: all 0.4s;
        border-radius: 5px;
    }

    li.column.itemSearch.itemSearch--sp .open-btn1 {
        display: none;
    } 

    li.column.itemSearch.itemSearch--sp #search-wrap #searchform {
        display: block;
    }

    li.column.itemSearch.itemSearch--sp #search-wrap input[type="text"] {
        width: unset;
        height: 25px;
    }

    li.column.itemSearch.itemSearch--sp #search-wrap input[type="submit"] {
        top: 10px;
        right: 20px;
        background: url(https://basefile.akamaized.net/photoplaza-saleshop-jp/668f9d4f9eea1/icon_search.png) no-repeat right;
        background-size: 20px 20px;
        width: 30px;
        height: 30px;
        border: none;
    }

    #search-wrap button#searchsubmit {
        top: 8px;
        right: 15px;
    }
	
	body:has(.informationBanner) .headMainSPArea .menu-btn {
		top: 50px;
	}

}

@media only screen and (max-width: 850px) {

	.relatedItemList {
		padding: 80px 20px 0px;
		max-width: 100%;
	}

	.relatedItemList__inner__img img {
		width: 180px;
		height: 180px;
	}

}

@media only screen and (max-width: 768px) {

    .top-l-middle-full__title {
        font-size:22px;
    }

    .top-l-middle-full {
        height: 400px;
        margin-bottom: 0px;
    }

    .itemListSlider__title {
        padding: 40px 0 70px 0px;
    }

    .main .communityMain {
        padding: 100px 0 0 !important;
    }

    .main .communityMain .communityItems .communityItem .communityImageContainer .communityImageResize {
        height: 100%;
        object-fit: cover;
        aspect-ratio: 11 / 9;
    }
	
	body#shopTopPage .itemListMain--category .itemListSlider .item {
		width: calc((100% / 2) - 10px);                
	}

	body#shopTopPage .itemListMain--category .itemListSlider .item:nth-child(even) {
		margin: 0px;
		padding: 14px 0 20px;
	}

	.itemListMain--category .itemListSlider {
		padding: 0 0px 0 0px;
	}

    #membership {
        padding: 90px 0px 10px !important;
    }

    .noItemsTxt {
        padding: 180px 0 30px; 
    }

    _:lang(x)+_:-webkit-full-screen-document, .msg_startButton {
	    width: 190px !important;
    }

    _:lang(x)+_:-webkit-full-screen-document, li.column.itemSearch.itemSearch--sp #search-wrap input[type="text"] {
        width: -webkit-fill-available;
    }
	
	.informationBanner {
		z-index: 999;
		align-items: center;
		top: 0px;
		bottom: auto;
		flex-direction: row-reverse;
	}

	.informationBannerText {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

}

@media screen and (max-width: 480px) {

	.main #about .blog_contents div > iframe {
		width: 100%;
		object-fit: cover;
		height: 60vh;
		aspect-ratio: auto;
	}

	.main #about .blog_contents div > iframe.youtube {
		height: 100%;
		aspect-ratio: 16 / 9;
	}
	
	.inquirySection .control-panel input#buttonLeave {
		width: 250px;
	}

}


body.shop #shopHeader h1 img {
	vertical-align: middle;
}

.footShopName a > img {
	max-width: 170px;
	vertical-align: middle;
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(1) > div::before {
	content: '';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(2) > div::before {
	content: '';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(3) > div::before {
	content: '';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(4) > div::before {
	content: '';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(5) > div::before {
	content: '';
}

.limitedServiceList__list .limitedServiceList__list__item:nth-child(6) > div::before {
	content: '';
}

.limitedServiceList__list__icon:empty {
	width: 55px;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.limitedServiceList__list__icon {
	display: flex;
	justify-content: center;
}

.limitedServiceList__list__icon img {
	width: 55px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.limitedServiceList__list .slick-track {
	align-items: stretch;
	display: flex;
}

.limitedServiceList__list .limitedServiceList__list__item {
	height: -webkit-fill-available;
}

body.shop #shopHeader nav ul#appsItemCategoryTag {
	display: block;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 500px;
}

ul.appsItemCategoryTag_lowerchild {
	display: none;
}

#about a {
	color: #1a73e8;
}

.relatedItemList__inner {
	display: flex;
	overflow-x: auto;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.relatedItemList__inner__img img {
	width: 100%;
	height: -webkit-fill-available;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

#itemCountBox {
	padding: 0 20px 0 30px;
	margin: 10px 0;
}

#itemCountLoaded {
	font-weight: 600;
}

body.shop #shopHeader h1 {
	width: if(media(width > 600px): calc((100% / 7) * 3.5); else: calc((100% / 7) * 4););
	text-align: left;
}

@media only screen and (max-width: 1650px) {
	
	body.shop #shopHeader h1 {
		width: if(media(width > 600px): calc((100% / 7) * 3); else: calc((100% / 7) * 3.5););
		text-align: left;
	}
}

@media only screen and (max-width: 1400px) {
	
	body.shop #shopHeader h1 {
		width: if(media(width > 450px): calc((100% / 7) * 2.5); else: calc((100% / 7) * 3););
	}
}

@media only screen and (max-width: 1250px) {
	
	body.shop #shopHeader h1 {
		width: if(media(width > 450px): calc((100% / 7) * 2); else: calc((100% / 7) * 2.5););
	}
}

@media only screen and (max-width: 1100px) {
	
	.headMainArea__left ul .pcLeftNavList a:hover:after {
		top: 30px;
		transform: translateY(-50%) translateX(-50%);
		left: 50%;
	} 

	.limitedServiceList__list__icon img {
		width: 45px;
	}

	.limitedServiceList__list__icon:empty {
		width: 45px;
	}

	.headMainArea__left h1 img {
		width: fit-content;
		max-width: 140px;
	}

	.footShopName a > img {
		max-width: 120px;
		vertical-align: middle;
	}

	#blog_content .news_list_item {
		display: grid;
		grid-template-columns: 1.8fr 3fr;
	}

	#blog_content p.publish_date {
		text-align: center;
	}
}

@media only screen and (max-width: 1000px) {

	.main {
		width: 100%;
	}

	.main #about, .main .inquirySection {
		width: -webkit-fill-available;
		padding: 40px 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	
	.relatedItemList__inner {
		flex-direction: column;
		padding: 0 0 50px;
	}
	
	.itemList--category .itemListSlider__title {
		padding: 120px 0 70px 0px;
	}

	#itemCountBox {
		padding: 0 20px 0 0px;
		margin: 0px 0 20px;
	}

	.main #about .blog_contents div > iframe.youtube {
		width: 100%;
		object-fit: cover;
		height: 100%;
		aspect-ratio: 16 / 9;
	}

	.main .communityMain #limitedItem, .main .communityMain #limitedUrl {
		width: -webkit-fill-available;
		margin: 0 20px;
	}

}

 @media only screen and (max-width: 480px) {
	.main .communityMain .communityItems .communityItem {
		width: 100%;
	}
}