@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	XX COMMON
	00 section_detail
		00_01 detail_photo
		00_02 detail_info
			00_02_01 info_data
			00_02_02 info_comment
			00_02_03 info_taglink
			00_02_04 info_stylingItem
	01 section_otherStyle
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* XX COMMON
---------------------------------------------------------------- */

body {
	font-size: 12px;
	line-height: 1.5;
}
.staffblog a:link{
	color:#1A1A1A;
}

/* ---------------- CommonLayout ---------------- */
#contents{
	width: 672px;
	padding: 0;
	margin: 40px auto 110px auto;
	text-align: left;
}
.staffcoordinate {
	width: 980px;
	margin: 0 auto;
}

.staffblog {
	width: 980px;
	margin: 0 auto;
}

.staffblog .page-title,
.content-area-title{
	color: #1A1A1A;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 0;
	padding-bottom: 0;
}
.subtitle{
	color: #1A1A1A;
	font-size:14px;
	font-weight:300;
	padding:0;
	margin: 0 0 24px 0;
}
.section_heading {
	text-align: left;
}

.section_heading_textArea {
	font-size: 20px;
	font-weight: bold;
}

.section_wrap {}

.section_wrap a:not(.otherStyle_moreBtn_link) {
	display: block;
}

.cols2 {
	width: 50%;
}

.cols3 {
	width: 33.33333333%;
}

.cols4 {
	width: 25%;
}

.cols5 {
	width: 20%;
}

.stylingArea_stock_item {
	display: inline-block;
}

.stylingArea_stock_item select {
	display: inline-block;
	width: 180px;
	max-width: 180px;
	height: 34px;
	font-size: 12px;
	line-height: 1;
	background: none transparent;
	padding: 10px 30px 10px 12px;
	margin: 0;
	border: 1px solid #707070;
}

.stylingArea_stock_item:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 8px;
	height: 8px;
	margin: 11px 0 0 -21px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*---------------- Slick -----------------*/

/*---------------- ControlNav ----------------*/

.slick_ctriNav_btnArea {
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -15%;
}

.slick_ctrlNav_prev {
	left: 0;
}

.slick_ctriNav_next {
	right: 0;
}

/*---------------- ThumbNav ----------------*/

.slick-dots {
	display: flex !important;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.slick-dots li {
	margin-top: 10px;
	width: 16.66666%;
}

.slick-dots .slick_crtlThumb_innerBox {
	display: none;
	padding: 0 5px;
}

.slick-dots .slick-active img {
	transition: all 300ms 0s ease;
	opacity: 0.8;
}

/* ---------------- CommonItemsStyle ---------------- */

.item_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.item_listItem {
	position: relative;
}

.item_innerBox {
	text-align: left;
	font-size: 14px;
	line-height: 1.4;
	padding: 0;
	/*margin-bottom: 25px;*/
}

.item_list.brandStyle_list, .item_list.otherStyle_list {
	flex-wrap: nowrap;
	margin: 20px 0 0;
}

.item_list.brandStyle_list>li, .item_list.otherStyle_list>li {
	width: 33.3333%;
}

.item_list.brandStyle_list.styling_footerList>li, .item_list.otherStyle_list.styling_footerList>li {
	width: 188px;
}

.staffblog_list.item_list.brandStyle_list>li {
	position: relative;
	counter-increment: number;
}

.staffblog_list.item_list.brandStyle_list>li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
}

.staffblog_list.item_list.item_list.brandStyle_list>li::after {
	content: counter(number);
	position: absolute;
	top: 5px;
	left: 7px;
}

.item_photoArea {}

.item_photoImg, .item_info_logoImg {
	width: 100%;
	height: auto;
}

/*
.item_photoImg:hover,
.item_info_logoImg:hover {
	opacity:0.7;
}
*/

.item_photoImg:hover {
	opacity: 0.7;
}

.radiusImg {
	border-radius: 100%;
}

/*.item_photoArea + .item_infoArea {
	margin-top:10px;
}


.item_infoArea {
	msargin-top:12px;
}*/

.item_info_logoArea {}

.item_infoArea>.item_info_logoArea {
	width: 60px;
	display: table-cell;
}

.item_info_textArea {}

.item_info_logoArea+.item_info_textArea {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}

.info_textWrap {}

.info_textItem {
	line-height: 1.5;
}

.info_textItem+.info_textItem {
	margin-top: 5px;
}

.info_textItem_textArea {
	display: block;
	text-align: left;
}

/* 00 section_detail
---------------------------------------------------------------- */

.section_detail {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	word-break: break-all;
	margin: 0 auto;
}

/* 00_01 detail_photo
---------------------------------------- */

.detail_photo {
	flex-basis: 480px;
	-ms-flex-preferred-size: 480px;
	-webkit-flex-basis: 480px;
	max-width: 480px;
	position: relative;
	margin: 0;
}

.detail_photo_list {}

.detail_photo_listItem {}

.detail_photo_img {}

/* 00_02 detail_info
---------------------------------------- */

.detail_info {
	flex-basis: 450px;
	-ms-flex-preferred-size: 450px;
	-webkit-flex-basis: 450px;
	max-width: 450px;
	text-align: left;
	margin: 0 0 0 auto;
}

.staffblog .detail_info {
	flex: none;
	display: block;
	width: 100%;
	max-width: none;
}

.staffblog .detail_info p {
	padding: 0;
	line-height: 1.8;
	font-size: 16px;
}

.detail_info_item {
	padding-top: 40px;
	margin-bottom: 120px;
}

.detail_info_item img {
	max-width: 100%;
	height: auto;
}

.boxtype-1 ul>li>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.content-area-product {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.boxtype-1-list {
	padding-bottom: 20px;
}

.boxtype-1-list li>div {
	margin-bottom: 30px
}

.boxtype-1 ul>li>.content-area-product {
	width: 100%;
	margin: 0;
}

.boxtype-2-list {
	padding-bottom: 20px;
}

.boxtype-2-list li>div {
	margin-bottom: 30px;
}
.boxtype-2-list li>.content-area-product{
	margin-bottom:20px;
}
.boxtype-3-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.boxtype-3-list li {
	flex-basis: 50%;
	max-width: 50%;	
	width: 50%;
	padding: 0;
}

.boxtype-3-list li>div {
	margin-bottom: 20px;
}

.boxtype-3-list li:nth-child(2n)>div {
	padding: 0 0 30px 15px;
	margin-bottom: 0;
}

.boxtype-3-list li:nth-child(2n-1)>div {
	padding: 0 15px 30px 0;
	margin-bottom: 0;
}

.boxtype-3 ul>li>.content-area-product {
	width: 100% !important;
}

.boxtype-4-list {
	display: flex;
	flex-wrap: wrap;
}

.boxtype-4-list li {
	flex-basis: 50%;
	max-width: 50%;	
	width: 50%;
}

.boxtype-4-list li:nth-child(2n)>div {
	padding: 0 0 30px 15px;
}

.boxtype-4-list li:nth-child(2n-1)>div {
	padding: 0 15px 30px 0;
}

.boxtype-4 ul>li:nth-child(2n)>.content-area-product {
	width: 100% !important;
	padding: 0 0 0 10px !important;
}

.boxtype-4 ul>li:nth-child(2n-1)>.content-area-product {
	width: 100% !important;
	padding: 0 10px 0 0 !important;
}

.boxtype-1 ul>li>div>div {
	/* flex-basis: 50%; */
	/* max-width: 50%; */
}
.boxtype-1 ul>li>div.content-area-link>div {
	flex-basis: 100%;
	max-width: 100%;
}
.boxtype-1-list:before,
.boxtype-1-list:after,
.boxtype-2-list:before,
.boxtype-2-list:after,
.boxtype-3-list:before,
.boxtype-3-list:after,
.boxtype-4-list:before,
.boxtype-4-list:after{
	content: none;
}
.ss-content-product-img {
	width: 90px !important;
	max-width: 90px !important;
	flex-basis: 90px !important;
}

.ss-content-product-info {
	width: calc(100% - 90px);
	flex-basis: calc(100% - 90px);
	max-width: calc(100% - 90px);
	padding-left: 12px;
}

.boxtype-1 .ss-content-product-info {
	/* padding-left: 10px; */
}

.boxtype-2 .ss-content-product-info {
	padding-left: 10px;
}

.staffblog .detail_info .ss-content-product-info p {
	padding: 0;
	line-height: 1.4;
}

.staffblog .detail_info .ss-content-product-info .ss-product-label {
	font-size: 12px;
	margin-bottom: 5px;
}

.staffblog .detail_info .ss-content-product-info .ss-product-name {
	font-size: 14px;
	margin-bottom: 5px;
}

.staffblog .detail_info .ss-content-product-info .ss-product-price {
	font-size: 12px;
}

.content-area-coordinate .ss-content-user-info-list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	word-break: break-all;
	margin: 5px auto 0;
}

.content-area-coordinate .ss-content-user-info-list .ss-content-user-meta {
	margin-top: 10px;
}

.content-area-coordinate .ss-content-user-info-list li {
	display: block;
}

.boxtype-1 .ss-boxtype-list .content-area-coordinate .ss-content-coordinate-img {
	max-width: 100%;
	flex-basis: 100%;
}

.content-area-coordinate .ss-content-user-image {
	width: 10%;
	flex-basis: 10%;
	-ms-flex-preferred-size: 10%;
	-webkit-flex-basis: 10%;
	/* max-width: 35px; */
	/* margin: 0; */
	text-align: center;
}

.content-area-coordinate .ss-content-user-image img {
	width: 80px;
}

.content-area-coordinate .ss-content-user-meta-list li:nth-child(4) {
	display: none;
}


.boxtype-1 ul>li>div>div.ss-content-coordinate-info {
	max-width: 100%;
	flex-basis: 100%;
}

.boxtype-4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.boxtype-4 ul>li {
	flex-basis: 50%;
	max-width: 50%;
	padding-bottom: 20px;
}

.boxtype-4-list li:nth-child(2n)>div {
	padding: 0 0 20px 15px;
}

.boxtype-4-list li:nth-child(2n-1)>div {
	padding: 0 15px 30px 0;
}

.boxtype-3-list .content-area-coordinate .ss-content-user-info-list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	word-break: break-all;
	margin: 5px auto 0;
}

.boxtype-3-list .content-area-coordinate .ss-content-user-info-list .ss-content-user-meta {
	margin-top: 10px;
	padding: 0;
}

.boxtype-3-list .content-area-coordinate .ss-content-user-info-list>li {
	width: 80%;
	flex-basis: 80%;
	max-width: 80%;
	padding-bottom: 0;
}

.boxtype-3-list .content-area-coordinate .ss-content-coordinate-img {
	max-width: 100%;
	flex-basis: 100%;
}

.boxtype-3-list .content-area-coordinate .ss-content-user-info-list>li.ss-content-user-image {
	width: 20%;
	flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	-webkit-flex-basis: 20%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.boxtype-3-list .content-area-coordinate .ss-content-user-image img {
	width: 80px;
}

.boxtype-3-list .ss-content-user-meta-list {
	display: block;
}

.boxtype-3-list .ss-content-user-meta-list>li {
	padding: 0;
	margin: 0;
	display: block;
	flex-basis: auto;
	max-width: 100%;
	width: 100%;
}

.boxtype-3 .content-area-coordinate .ss-content-user-meta-list .ss-content-user-height {
	display: none;
}

.boxtype-4-list .content-area-coordinate .ss-content-user-info-list {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	word-break: break-all;
	margin: 5px auto 0;
}

.boxtype-4-list .content-area-coordinate .ss-content-user-info-list .ss-content-user-meta {
	margin-top: 10px;
	padding: 0;
}

.boxtype-4-list .content-area-coordinate .ss-content-user-info-list>li {
	width: 80%;
	flex-basis: 80%;
	max-width: 80%;
	padding-bottom: 0;
}

.boxtype-4-list .content-area-coordinate .ss-content-coordinate-img {
	max-width: 100%;
	flex-basis: 100%;
}

.boxtype-4-list .content-area-coordinate .ss-content-user-info-list>li.ss-content-user-image {
	width: 20%;
	flex-basis: 20%;
	-ms-flex-preferred-size: 20%;
	-webkit-flex-basis: 20%;
	text-align: center;
	padding: 0;
	margin: 0;
}

.boxtype-4-list .content-area-coordinate .ss-content-user-image img {
	width: 80px;
}

.boxtype-4-list .ss-content-user-meta-list {
	display: block;
}

.boxtype-4-list .ss-content-user-meta-list>li {
	padding: 0;
	margin: 0;
	display: block;
	flex-basis: auto;
	max-width: 100%;
	width: 100%;
}

.boxtype-4 .content-area-coordinate .ss-content-user-meta-list .ss-content-user-height {
	display: none;
}

.ss-font-size-x-large {
	font-size: 26px;
}

.ss-font-size-large {
	font-size: 20px;
}

.ss-font-size-medium {
	font-size: 16px;
}

.ss-font-size-small {
	font-size: 14px;
}

.ss-font-size-x-small {
	font-size: 12px;
}

.ss-content-link-non-ogp-box {
	font-size: 14px;
}

strong .ss-font-size-large {
	font-weight: bold;
}

strong .ss-font-size-x-large {
	font-weight: bold;
}

.detail_info_item+.detail_info_item {
	border-top: 1px solid #000;
	margin-top: 40px;
	padding-top: 30px;
}

.item_detail_sns {
	border-top: none;
	margin-top: 40px;
}

.styling_detail .detail_info_item+.detail_info_item {
	border-top: none;
	padding-top: 0;
}

/* 00_02_01 info_data
-------------------------------- */

.info_data {}

.info_data_logoArea, .info_data_textArea {
	display: table-cell;
}

.info_data_logoArea {
	width: 60px;
}

.info_data_textArea {
	vertical-align: middle;
	padding-left: 20px;
}

.info_data_logoImg {}

.info_data_item {}

.staffName {}

.brandName {}

.staffName+.brandName {
	margin-top: 5px;
}

.shopName {
	margin-top: 5px;
}

.staffHeight {}

.shopName+.staffHeight {
	margin-top: 5px;
}

.officialBlog {}

*+.officialBlog {
	margin-top: 10px;
}

.info_data_item_textArea {
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
}

a:hover .info_data_item_textArea {
	text-decoration: underline;
}

.text_staffName {
	font-size: 18px;
	font-weight: bold;
}

.text_brandName {
	font-size: 12px;
	line-height: 1.35;
}

.item_info_textArea {
	font-size: 12px;
	line-height: 1;
}

.item_info_textArea .text_shopName {
	font-size: 12px;
}

.info_textItem a+a .text_shopName {
	margin-top: 5px;
}

.item_info_textArea .text_shopName {
	display: block;
	max-height: 39.2px;
	max-height: calc(2em + 7.2px);
	max-height: -o-calc(2em + 7.2px);
	max-height: -ms-calc(2em + 7.2px);
	max-height: -moz-calc(2em + 7.2px);
	max-height: -webkit-calc(2em + 7.2px);
	text-align: left;
	line-height: 1.3;
	overflow: hidden;
	position: relative;
}

.item_info_textArea .text_shopName:before, .item_info_textArea .text_shopName:after {
	background: #fff;
	position: absolute;
}

.item_info_textArea .text_shopName:before {
	content: "...";
	height: 100%;
	top: 20.8px;
	top: calc(1em + 4.8px);
	top: -o-calc(1em + 4.8px);
	top: -ms-calc(1em + 4.8px);
	top: -moz-calc(1em + 4.8px);
	top: -webkit-calc(1em + 4.8px);
	right: 0;
}

.item_info_textArea .text_shopName:after {
	content: "";
	width: 100%;
	height: 100%;
}

.staffblog .item_info_textArea .text_shopName {
	font-size: 16px;
}

.text_staffHeight {}

.text_officialBlog {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border: 1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	background: #000;
	transition: all 100ms 0s ease;
	padding: 5px 50px;
}

a:hover .text_officialBlog {
	text-decoration: none;
}

.text_officialBlog:hover {
	color: #000;
	border: 1px solid #000;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
}

/* 00_02_02 info_comment
-------------------------------- */

.info_comment {}

.info_comment_item {}

.info_itemComment_textArea {}

.text_commentDate {
	font-size: 10px;
	color: #808080;
}

.modelHeight {
	margin-top: 15px;
}

.text_commentText {
	line-height: 2;
}

.commentDate+.commentText {
	margin-top: 12.8px;
	margin-top: calc(20px - (((12px * 1.6) - 12px) / 2));
	margin-top: -o-calc(20px - (((12px * 1.6) - 12px) / 2));
	margin-top: -ms-calc(20px - (((12px * 1.6) - 12px) / 2));
	margin-top: -moz-calc(20px - (((12px * 1.6) - 12px) / 2));
	margin-top: -webkit-calc(20px - (((12px * 1.6) - 12px) / 2));
}

/* 00_02_03 info_taglink
-------------------------------- */

.info_taglink {
	margin-top: 30px;
}

.info_taglink_container {}

.info_taglink_list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}
.info_taglink_list:before,
.info_taglink_list:after{
	content: none;
}
.info_taglink_listItem {
	line-height: 1.4;
}
.info_taglink_listItem a{
	text-decoration: none;
}
.info_taglink_textArea {
	display: block;
	font-size: 14px;
	color: #555555;
	-webkit-padding-start: 1.25rem;
	padding-inline-start: 1.25rem;
	-webkit-padding-end: 1.25rem;
	padding-inline-end: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-decoration: none !important;
	white-space:nowrap;
	border: 1px solid;
	border-color: #d9d9d9;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

a:hover .info_taglink_textArea {
	text-decoration: none;
}

/* 00_02_04 info_stylingItem
-------------------------------- */

.info_stylingItem {}

.info_stylingItem_heading {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.info_stylingItem_container {}

.info_stylingItem_heading+.info_stylingItem_container {}

.info_stylingItem_list {}

.info_stylingItem_listItem {
	margin-top: 20px;
}

.info_stylingItem_item {
	margin-top: 15px;
	line-height: 1.2;
}

.info_stylingItem_item+.info_stylingItem_item {
	margin-top: 5px;
}

.info_stylingItem_item_textArea {
	display: block;
}

.stylingItem_photo {
	width: 170px;
}

.item_photoImg {}

.stylingItem_name {}

.text_itemName {}

.info_stylingItem_item_textArea.text_itemName:after {
	content: "";
	width: 100%;
	height: 100%;
}

.stylingItem_price {}

.text_itemPrice {}

/* 01 section_otherStyle
---------------------------------------------------------------- */

.section_otherStyle {
	width: 100%;
}

.otherStyle {}

.otherStyle_heading, .brandStyle_heading {
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
}

.otherStyle_heading a, .brandStyle_heading a {
	display: inline-block !important;
	font-size: 14px;
	font-weight: normal;
	margin-left: 50px;
	color: #9D9D9D !important;
}

.otherStyle_heading a:before, .brandStyle_heading a:before {
	content:none;
}
.otherStyle_container {}

.otherStyle_heading+.otherStyle_container {}

.otherStyle_list {
	margin: 16px 0 0 -15px !important;
}

.otherStyle_listItem {
	margin: 0  0 0 15px;
}

.otherStyle_listItem img {
	margin-bottom: 16px;
}

.otherStyle_listItem .item_info_logoImg {
	margin-bottom: 0;
}

.otherStyle_blogTitle {
	line-height: 1.4;
}

.otherStyle_blogDate {
	color: #9D9D9D;
}

.otherStyle_blogTitle+.otherStyle_blogDate {
	margin-top: 4px;
	line-height: 1.4;
}

.otherStyle_moreBtn {
	margin-top: 60px;
}

.otherStyle_moreBtn_link {
	display: inline-block;
	transition: all 100ms 0s ease;
}

a.otherStyle_moreBtn_link {
	text-decoration: none;
}

.otherStyle_moreBtn_link:hover {
	opacity: 0.7;
}

.otherStyle_moreBtn_textArea {
	display: block;
	font-size: 11px;
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 220px;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	letter-spacing: normal;
}

#loading {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.5);
}

.loader {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.detail_header{
	display:flex;
	flex-direction:column;
	gap: 0.125rem;
}
.detail_date {
	color: #1A1A1A;
	font-size: 12px;
}
.detail_shop_name{
	font-size:12px;
	color:#9D9D9D;
	line-height:1.6;
}
.detail_shop_name a{
	color:inherit;
	padding-left:1rem;
	background: url("/static/full/images/svg/icn_pin_small_gray.svg") no-repeat left 2px top 3px;
}
.detail_main_image_area{
	width: 100%;
	height:500px;
	margin-top: 56px;
}
.detail_main_image{
	width:100%;
	height:500px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	position: absolute;
	left: 0;
}
.detail_main_image:after{
	content:"";
	display:block;
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background:transparent;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	z-index:0;
}
.detail_main_image img{
	display:block;
	width:500px;
	height:500px;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	position:absolute;
	z-index:1;
}
.staffblog_sns {
	display: flex;
	align-items: center;
}

.staffblog_sns>li {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 40px;
}

.staffblog_sns>li+li {
	margin-left: 40px;
}

.staffblog_sns>li+li.brand{
    margin-left: auto;
    background-color: #F1F1F1;
    /* width: 300px; */
    padding: 0;
}

.staffblog_sns .brand > a {
    font-size: 11px;
    line-height: 16px;
    /* width: 304px; */
    display: block;
    padding: 8px 50px 8px 40px;
    /* background-color: #F1F1F1; */
    margin: 0 auto;
    position: relative;
}

.staffblog_sns .brand_label::before {
    content: "";
    background: #F1F1F1 url(/static/full/images/blog/brand_link.png) center center no-repeat;
    background-size: 10px 10px;
    position: absolute;
    display: block;
    top: calc(50% - 14px);
    right: -28px;
    width: 28px;
    height: 28px;
    /* border-radius: 50%; */
}

.brand_label {
    margin-left: -14px;
    position: relative;
}

.facebook::before {
	content: "";
	background: #3b5998 url(/static/common/icon/icon-facebook-white.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.twitter::before {
	content: "";
	background: #55acee url(/static/common/icon/icon-twitter-white.png) center center no-repeat;
	background-size: cover;
	position: absolute;
	display: block;
	left: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}

.staffblog_otherStyle {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.styling_top.detail_info_item {
	border: none;
	padding-top: 0;
}

.stylingArea_info {
	display: flex;
	margin-bottom: 20px;
}

.stylingArea_photo {
	width: 150px;
}

.styling_textArea {
	margin-left: 10px;
}

.stylingArea_stock_list {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.stylingArea_stock_item {
	width: 180px;
	margin-right: 10px;
}

.button_cart {
	background-color: #000;
	color: #fff;
	border-radius: 6px;
	display: block;
	text-align: center;
	width: 90px;
	padding: 10px 0;
}

.stylingArea_itembdName {
	font-size: 10px;
	line-height: 1.4;
	margin-top: 5px;
}

.stylingArea_itemName {
	line-height: 1.4;
	margin-top: 5px;
}

.stylingArea_itemCode {
	font-size: 10px;
	margin-top: 8px;
}

.stylingArea_price {
	margin-top: 10px;
}

.goods_price {
	font-size: 14px;
	font-weight: normal;
	color: inherit;
}

.goods_price_proper {
	font-size: 14px;
	font-weight normal;
}

.goods_price_tax {
	color: inherit;
	font-size: 10px;
	font-weight: normal;
}

.goods_price_sale {
	font-size: 14px;
	font-weight: normal;
}

.goods_price_off, .goods_price_rate {
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
}

.styling_footerBox {
	margin: 50px calc(50% - 50vw) 0;
	width: 100vw;
	border-top: solid 1px #ccc;
	padding-top: 42px;
}

.styling_footerItem {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.styling_footerItem>h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.styling_footerList {
	margin-top: 30px;
	display: flex;
}
/* about_brand / about_shop*/
#about_brand,#about_shop{
	margin-top: 40px;
}
.section_additional {
	clear: both;
	width: 100%;
}
.description_list {
	display: grid;
	grid-gap: 1rem;
	overflow: hidden;
}
.description_list:before,
.description_list:after{
	content:none;
}

.description_term {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
}

.blog_shop_info{
	border: 1px solid #d9d9d9;
	cursor: pointer;
	width: 100%;
}
.blog_shop_info > a{
	text-decoration:none;
}
.blog_shop_info_inner{
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.blog_shop_info_image{
	position:relative;
	height: 200px;
	overflow: hidden;
}
.blog_shop_info_image > img{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	color: transparent;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);	
}
.blog_shop_info > a:hover .blog_shop_info_image > img{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.blog_shop_info_logo img{
	width: 52%;
	max-width: 144px;
	height:auto;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.blog_shop_info_detail{
	-webkit-padding-start: 1.25rem;
	padding-inline-start: 1.25rem;
	-webkit-padding-end: 1.25rem;
	padding-inline-end: 1.25rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	line-height: 1.5;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.blog_shop_info_name{
	font-size: 14px;
	color: #1A1A1A;
	margin-bottom: 0.5rem;
}
.blog_shop_info_kana{
	font-size: 12px;
	color: #9d9d9d;
	margin-bottom: 1rem;
}	
.blog_shop_info_text{
	font-size: 12px;
	color: #9D9D9D;
}
.blog_brand_info{
	border: 1px solid #d9d9d9;
	cursor: pointer;
	width: 100%;
}
.blog_brand_info > a{
	text-decoration:none;
}
.blog_brand_info_inner{
	display: grid;
	grid-template-columns: 1fr;
	width: 100%;
}
.blog_brand_info_image{
	position:relative;
	height: 200px;
	overflow: hidden;
}
.blog_brand_info_image > img{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	color: transparent;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
	transition: transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);	
}
.blog_brand_info > a:hover .blog_brand_info_image > img{
	-webkit-transform: scale(1.04);
	-moz-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.blog_brand_info_logo img{
	width: 88%;
	max-width: 200px;
	height:auto;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	filter: invert(1);
}
.blog_brand_info_detail{
	-webkit-padding-start: 1.25rem;
	padding-inline-start: 1.25rem;
	-webkit-padding-end: 1.25rem;
	padding-inline-end: 1.25rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	line-height: 1.5;
	width: 100%;
}
.blog_brand_info_name{
	font-size: 14px;
	color: #1A1A1A;
	margin-bottom: 0.5rem;
}
.blog_brand_info_kana{
	font-size: 12px;
	color: #9d9d9d;
	margin-bottom: 1rem;
}	
.blog_brand_info_text{
	font-size: 12px;
	color: #1A1A1A;
}
@-webkit-keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}

@keyframes load5 {
	0%, 100% {
		box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
	}
}
@media screen and (min-width: 1001px) {
	.blog_brand_info_inner{
		grid-template-columns: 160px 1fr;
	}
	.blog_brand_info_image{
		height:initial;
	}
	.blog_brand_info_detail{
		-webkit-padding-start: 1.5rem;
		padding-inline-start: 1.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
	.blog_shop_info_inner{
		grid-template-columns: 160px 1fr;
	}
	.blog_shop_info_image{
		height:initial;
		min-height: 135px;
	}
	.blog_shop_info_detail{
		-webkit-padding-start: 1.5rem;
		padding-inline-start: 1.5rem;
		-webkit-padding-end: 2.5rem;
		padding-inline-end: 2.5rem;
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}
}
@media screen and (max-width: 1000px) {
	#contents{
		width:100%;
		padding: 0 1.5rem;
	}
	.staffblog .page-title,
	.content-area-title{
		font-size:24px;
	}
	.detail_date {
	}
	.detail_main_image_area{
		width: calc(100% + 3rem);
		height: auto;
		margin: 32px -1.5rem 0;
	}
	.detail_main_image{
		width:100%;
		height:auto;
		background-size:cover;
		background-repeat:no-repeat;
		background-position:center center;
		position:relative;
	}
	.detail_main_image img{
		display:block;
		width:100%;
		height:auto;
		top:0;
		left:0;
		bottom:0;
		right:0;
		margin:auto;
		position:relative;
		z-index:1;
	}
	.content-area-product{
		flex-direction:column;
	}
	.ss-content-product-img{
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.ss-content-product-info{
		width: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding-top: 12px;
		padding-left: 0;
	}
	.info_taglink{
		margin-top:48px;
	}
	#about_brand,#about_shop{
		margin-top:48px;
	}
	.description_list{
		gap:1.5rem;
	}
	.staffblog_otherStyle{
		margin-top: 48px;
	}
	.otherStyle_list{
	}
	.item_list.brandStyle_list, .item_list.otherStyle_list{
		flex-direction:column;
		margin: 24px 0 0 0 !important;
	}
	.item_list.brandStyle_list>li, .item_list.otherStyle_list>li{
		width: 100%;
		margin-bottom:24px;
		margin-left: 0;
	}
	.item_list.brandStyle_list>li .item_innerBox a, .item_list.otherStyle_list>li .item_innerBox a{
		display:flex;
	}
	.otherStyle_image_area{
		width: 90px;
	}
	.otherStyle_listItem img{
		margin-bottom:0;
	}
	.otherStyle_blog_info_area{
		width: calc(100% - 90px);
		padding-left:16px;
	}

}