@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&family=Noto+Sans:wght@400;500&display=swap');

body{
	-webkit-text-size-adjust: 100% !important;
}
* { padding:0; margin:0; }
.main {
	padding:0 !important;
	margin:0 !important;
}

#Stole {
	width:100%;
	min-height:100%;
	display:block;
	padding:0 0 5% 0 !important;
	margin:0 !important;
	font-size:18px;
	letter-spacing:0em !important;
	line-height:180% !important;
	overflow-y: hidden !important;
	font-family: toppan-bunkyu-gothic-pr6n, 'Noto Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing:border-box;
	color:#39463b !important;
	background:#C0BFBA;
	width:100vw !important;
	width:calc(100vw - 18px) !important;
	position:relative;
	left:50% !important;
	-webkit-transform: translate(-50%, 0%) !important;
	-ms-transform: translate(-50%, 0%) !important;
	transform:translate(-50%, 0%) !important;
}

.ipod #Stole,
.iphone #Stole,
.ipad #Stole,
.android #Stole,
.mobile #Stole,
.gecko #Stole {
	width:100vw !important;
}
#Stole img {
	display:block !important;;
	max-width:100% !important;
	height:auto;
	padding:0;
	vertical-align:bottom;
	margin:0 auto;
}

#Stole .pc {
	display:block;
}
#Stole .sp {
	display:none !important;
}
#Stole span.pc {
	display:inline-block;
}
#Stole span.sp {
	display:none !important;
}
#Stole div,#Stole p,#Stole span,#Stole figure,#Stole h2, #Stole h3, #Stole ul, #Stole li, #Stole ol, #Stole li { margin:0; padding:0; list-style:none; border:none; }
#Stole a {
	color:#000;
	text-decoration:none;
}

#Stole a,#Stole a:hover {
	transition: all 500ms 0s ease;
}
#Stole a:hover,#Stole a > img:hover {
	transition: all 500ms 0s ease;
	opacity:0.7;
}
#Stole a,#Stole a:hover > span {
	transition: all 500ms 0s ease;
}
#Stole p {
	display:block;
	font-weight:normal;
	text-align:center;
	margin:10% auto;
	line-height:2.5em;
}
#Stole img {
	display:block;
}
#Stole img.w_70 {
	width:70%;
	margin:0 auto;
}
#Stole img.w_80 {
	width:80%;
	margin:0 auto;
}

#Stole .area_flex {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#Stole .f_cen { text-align:center; }
#Stole .f_left { text-align:left; }
#Stole .f_right { text-align:right; }
#Stole .f_b { font-weight:bold; }
#Stole .p_left { text-align:left; display:inline-block; }
#Stole .f_noto { font-family: 'Noto Sans', sans-serif !important; }

#Stole .main_wrap {
	width:100%;
	max-width:800px;
	margin:0 auto;
	text-align:center;
}
#Stole .main_wrap > div {
	animation: fadein 3.0s ease 0.2s forwards;
}
#Stole p {
	opacity: 0;
}
#Stole p.fadein {
	animation: fadein 1.5s ease 0.1s forwards;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	} 
}


#Stole section .fadepop {
	opacity: 0;
	transform: scale(0.8);
	transform-origin: center;
}
#Stole section .fadepop.fadeon {
	animation-name:zoomIn;
	animation-duration:2.0s;
	animation-fill-mode:forwards;
}
@keyframes zoomIn{
	from {
		opacity: 0;
		transform: scale(0.8);
	}
	to {
		opacity: 1;
		transform: scale(1);
	}
}

#Stole .main_wrap > p {
	font-size:18px !important;
	letter-spacing:0.1em;
	margin:15% auto 15% auto !important;
}

#Stole > section {
	width:100%;
	max-width:1000px;
	margin:5% auto;
	position:relative;
	z-index:10 !important;
}
#Stole > section > div {
	display:block;
	text-align:right;
	margin:0 auto;
}
#Stole > section > p.pmgn {
	margin:10% auto 15% auto;
}
#Stole > section > p,
#Stole .clumn3 > div > p {
	font-size:16px;
}

#Stole .clumn3 > div {
	width:31%;
	position:relative;
	display:flex;
	flex-direction: column;
}
#Stole .clumn3 > div > p {
	margin-top:auto;
	line-height:1.5em;
}
#Stole .clumn3 > div > a {
	display:inline-block !important;
}

#Stole .clumn3 > div {
	width:31%;
	position:relative;
}
#Stole .box_a {
	width:80%;
	margin-bottom:1%;
}
#Stole .box_a > div:nth-of-type(2) {
	margin-top:-10%;
}
#Stole .box_a > div:nth-of-type(5) {
	width:60%;
	margin-top:-10%;
}
#Stole .box_b {
	width:85%;
	margin-bottom:5%;
}
#Stole .box_b > div:nth-of-type(1) {
	width:65%;
}
#Stole .box_b > div:nth-of-type(2) {
	width:30%;
	margin-top:20%;
}
#Stole .box_b > div:nth-of-type(3) {
	width:65%;
	margin-top:-15%;
}
#Stole .box_b > div:nth-of-type(3) img {
	width:60%;
	margin:0 0 0 auto !important;
}
#Stole .box_b > div:nth-of-type(4) {
	width:32%;
	margin-top:8%;
}
#Stole .box_b > div:nth-of-type(4) img {
	width:75%;
	margin:0 auto 0 0 !important;
}
#Stole .box_c {
	width:90%;
	margin-bottom:5%;
}
#Stole .box_c > div:nth-of-type(1) {
	width:23%;
	margin-top:-3%;
}
#Stole .box_c > div:nth-of-type(2) {
	width:30%;
	margin-top:5%;
	margin-left:-1%;
}
#Stole .box_c > div:nth-of-type(3) {
	width:41%;
}
#Stole .box_c > div:nth-of-type(4) {
	width:23%;
	margin-top:-12%;
	margin-left:-2%;
}
#Stole .box_c > div:nth-of-type(5) {
	width:76%;
	margin-top:5%;
}
#Stole .box_d {
	width:90%;
	margin-bottom:5%;
}
#Stole .box_d > div:nth-of-type(1) {
	width:25%;
	margin-top:-3%;
	margin-left:5%;
}
#Stole .box_d > div:nth-of-type(2) {
	width:25%;
	margin-top:2%;
}
#Stole .box_d > div:nth-of-type(3) {
	width:40%;
}
#Stole .box_d > div:nth-of-type(3)  img {
	width:65%;
	margin:0 auto;
}
#Stole .box_d > div:nth-of-type(5) {
	width:50%;
	margin-top:7%;
}
#Stole .box_d > div:nth-of-type(7) {
	width:23%;
	margin-top:4%;
}
#Stole .box_d > div:nth-of-type(8) {
	width:23%;
	margin-top:-2%;
}
#Stole .clumn3 > div.up:after {
	content:"";
	display:block;
	width:0.8em;
	height:calc(0.8em * 1.0667);
	background:url(https://untule.itembox.design/item/images/lp/stole/i_plus.svg) no-repeat;
	background-size:contain;
	position:absolute;
	right:3%;
	bottom:2%;
}
#Stole .box_a > div:nth-of-type(2):after {
	right:3%;
	bottom:27%;
}
#Stole .box_b > div:nth-of-type(1):after {
	right:2%;
	bottom:34%;
}
#Stole .box_b > div:nth-of-type(3):after {
	right:2%;
	bottom:10%;
}
#Stole .box_b > div:nth-of-type(4):after {
	right:28%;
	bottom:3%;
}
#Stole .box_c > div:nth-of-type(1):after {
	right:3%;
	bottom:28%;
}
#Stole .box_c > div:nth-of-type(4):after {
	right:5%;
	bottom:43%;
}
#Stole .box_d > div:nth-of-type(1):after {
	right:4%;
	bottom:21%;
}
#Stole .box_d > div:nth-of-type(3):after {
	right:20%;
	bottom:13%;
}
#Stole .box_d > div:nth-of-type(8):after {
	bottom:16%;
}



/* ------------------------------------------- */
/* ------------------------------------------- */

@media screen and (max-width:849px) {

#Stole .pc {
	display:none !important;
}
#Stole .sp {
	display:block !important;
}
#Stole span.pc {
	display:none !important;
}
#Stole span.sp {
	display:inline-block !important;
}
#Stole .p_left { text-align:center; }
#Stole {
	width:100vw !important;
	font-size:2.7vw !important;
	padding:0 0 5% 0 !important;
}

#Stole .main_wrap > p {
	font-size:3.0vw !important;
	letter-spacing:0.1em;
	margin:20% auto 20% auto !important;
}
#Stole p {
	font-size:2.7vw !important;
}
#Stole > section > p.pmgn {
	margin:15% auto 25% auto;
}
#Stole > section > p.spmgb {
	margin:25% auto 25% auto;
}
#Stole > section > div > span a {
	font-size:2.3vw !important;
}

#Stole img.w_70 {
	width:90%;
	margin:0 0 0 auto;
}
#Stole img.w_80 {
	width:85%;
	margin:10% auto 0 auto;
}
#Stole > section {
	width:100%;
	max-width:600px;
	margin:10% auto 20% auto;
}

#Stole .clumn3 > div.up:after {
	content:"";
	display:block;
	width:2.0vw;
	height:calc(2.0vw * 1.0667);
	background:url(https://untule.itembox.design/item/images/lp/stole/i_plus.svg) no-repeat;
	background-size:contain;
	position:absolute;
}
#Stole .box_a > div:nth-of-type(1):after {
	right:3%;
	bottom:15%;
}
#Stole .box_a > div:nth-of-type(2):after {
	right:3%;
	bottom:3%;
}
#Stole .box_a > div:nth-of-type(6):after {
	right:2%;
	bottom:2%;
}
#Stole .box_b > div:nth-of-type(2):after {
	right:2%;
	bottom:31%;
}
#Stole .box_b > div:nth-of-type(3):after {
	right:2%;
	bottom:2%;
}
#Stole .box_b > div:nth-of-type(4):after {
	right:13%;
	bottom:3%;
}
#Stole .box_c > div:nth-of-type(1):after {
	right:3%;
	bottom:13%;
}
#Stole .box_c > div:nth-of-type(4):after {
	right:3%;
	bottom:26%;
}
#Stole .box_d > div:nth-of-type(1):after {
	right:2%;
	bottom:39%;
}
#Stole .box_d > div:nth-of-type(3):after {
	right:2%;
	bottom:45%;
}
#Stole .box_d > div:nth-of-type(8):after {
	bottom:2%;
}


#Stole .clumn3 > div {
	width:47%;
	position:relative;
}
#Stole .box_a {
	width:90%;
	margin-bottom:1%;
}
#Stole .box_a > div:nth-of-type(1) { order:1; }
#Stole .box_a > div:nth-of-type(2) { order:2; }
#Stole .box_a > div:nth-of-type(3),
#Stole .box_a > div:nth-of-type(4) { display:none; }
#Stole .box_a > div:nth-of-type(5) { order:4; width:100%; }
#Stole .box_a > div:nth-of-type(6) {
	display:block;
	width:100%;
	order:3;
	margin-top:8%;
}
#Stole .box_a > div:nth-of-type(1) {
	margin-top:-10%;
}
#Stole .box_a > div:nth-of-type(2) {
	margin-top:10%;
}
#Stole .box_a > div:nth-of-type(5) {
	width:100%;
	margin-top:15%;
	margin-bottom:15%;
}
#Stole .box_a > div:nth-of-type(5) > p {
	text-align:center;
	line-height:2.0em;
}

#Stole .box_b {
	width:90%;
	margin-bottom:5%;
}
#Stole .box_b > div:nth-of-type(1) {
	display:none;
}
#Stole .box_b > div:nth-of-type(2) {
	width:48%;
	margin-top:-10%;
}
#Stole .box_b > div:nth-of-type(3) {
	width:47%;
	margin-top:20%;
}
#Stole .box_b > div:nth-of-type(3) img {
	width:100%;
	margin:0 auto 0 auto !important;
}
#Stole .box_b > div:nth-of-type(4) {
	width:47%;
	margin-top:-20%;
}
#Stole .box_b > div:nth-of-type(4) img {
	width:80%;
	margin:0 auto 0 auto !important;
}

#Stole .box_c {
	width:85%;
	margin-bottom:5%;
}
#Stole .box_c > div:nth-of-type(1) {
	width:37%;
	margin-top:26%;
	margin-left:-6.8%;
	order:1;
}
#Stole .box_c > div:nth-of-type(2) {
	width:60%;
	margin-top:5%;
	margin-left:0%;
	order:2;
}
#Stole .box_c > div:nth-of-type(3) {
	width:100%;
	margin-top:25%;
	order:5;
}
#Stole .box_c > div:nth-of-type(3) > p {
	text-align:center;
	line-height:2.0em;
}
#Stole .box_c > div:nth-of-type(4) {
	width:33%;
	margin-top:0%;
	margin-left:2%;
	order:3;
}
#Stole .box_c > div:nth-of-type(5) {
	width:65%;
	margin-top:30%;
	margin-right:-6.8%;
	order:4;
}

#Stole .box_d {
	width:90%;
	margin-bottom:5%;
}
#Stole .box_d > div:nth-of-type(1) {
	width:48%;
	margin-top:0%;
	margin-left:0%;
	order:1;
}
#Stole .box_d > div:nth-of-type(2) {
	width:48%;
	margin-top:35%;
	order:2;
}
#Stole .box_d > div:nth-of-type(3) {
	width:48%;
	order:6;
}
#Stole .box_d > div:nth-of-type(3)  img {
	width:100%;
	margin:0 auto;
}
#Stole .box_d > div:nth-of-type(4) {
	width:100%;
	margin-top:25%;
	margin-bottom:10%;
	order:3;
}
#Stole .box_d > div:nth-of-type(4) > p,
#Stole .box_d > div:nth-of-type(6) > p {
	line-height:2.0em;
}
#Stole .box_d > div:nth-of-type(5) {
	width:80%;
	margin:5% auto 20% auto;
	order:4;
}
#Stole .box_d > div:nth-of-type(6) {
	width:100%;
	margin-top:4%;
	margin-bottom:20%;
	order:5;
}
#Stole .box_d > div:nth-of-type(7) {
	width:40%;
	margin-top:-20%;
	margin-left:8%;
	order:8;
}
#Stole .box_d > div:nth-of-type(8) {
	width:48%;
	margin-top:40%;
	order:7;
}
}




/* ___________________________________________________ */

.popup {
	position: fixed !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100vh;
	display: none;
/*         overscroll-behavior: contain;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        touch-action: none; */
	z-index:999999;
}
/* .popup:before,
.popup:after {
        content: "";
        width: 1px;
        height: calc(100vh + 1px);
        display: flex;
        background-color: transparent;
}
.popup::-webkit-scrollbar {
    display: none;
} */
.bgarea {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	overflow-hidden
}
.pop_content {
	background: #fff;
	box-sizing:border-box !important;
	padding: 5vh 3vw 3vh 3vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	width:85vw;
	max-width:100%;
	height:90vh;
	overflow-x:hidden !important;
	overflow-y:hidden !important;
	overflow:auto;
	color:#39463B;
}
.pop_content .js_pop_close {
	position: absolute;
	top: 3%;
	right:3%;
}
.pop_content .js_pop_close img {
	width:20px;
}

.pop_content .sliderarea {
/*	width:90%;
	max-width:500px; */
/*	height:auto; */
	width:calc(60vh * 0.64754);
	height:100%;
	background:none;
	padding:0 0 0 0 !important;
	line-height: 0 !important;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	box-sizing:border-box !important;
}
.pop_content .sliderarea .slider {
/*	width:100vw;
	width:80% !important;
	max-width:700px; */
	min-height:100% !important;
	height:auto;
	margin:0 auto;
	padding:0;
	line-height: 0 !important;
	font-size:0 !important;
}
#modal_02 .slider,
#modal_03 .slider,
#modal_04 .slider,
#modal_05 .slider {
	min-height:0% !important;
}
.slider {
	opacity: 0 !important;
	transition: opacity 1.0s linear;
}
.slider.slick-initialized {
	opacity: 1 !important;
}

.pop_content .slick-track {
	display:flex;
	align-items:stretch !important;
}
.pop_content .slick-slide {
	display:block;
	height: auto !important;
	position:relative;
	text-align:center;
}
.pop_content .slick-slide > img {
	display:block;
	padding:0 !important;
	margin:0 auto !important;
	height:60vh !important;
	width:100% !important;
	min-width:calc(60vh * 0.64754) !important;
}
.pop_content .slick-list,
.pop_content .slick-track {
	height: auto !important;
}
.pop_content .slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 10px !important;
}
#modal_01 .pop_content .slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: -9.5vw;
	width: 10px !important;
}
.pop_content .prev-arrow {
	left:-20%;
	z-index:5;
}
.pop_content .next-arrow {
	right:-20%;
}
@media screen and (max-width:849px) {
.pop_content {
	width:85vw;
	max-width:100%;
	height:70vh !important;
	display:flex !important;
	align-items:center !important;
	overflow-x:auto !important;
	overflow-y:hidden !important;
	overflow:auto !important;
}
.pop_content .sliderarea {
	width:70%;
	max-width:500px;
	height:auto !important;
	background:none;
	padding:0 0 0 0 !important;
	line-height: 0 !important;
	margin-left: auto;
	margin-right: auto;
	box-sizing:border-box !important;
}
.pop_content .sliderarea .slider {
	width:100% !important;
	max-width:500px !important;
	min-height:0% !important;
	height:100% !important;
	padding-top: 5vh !important;
	margin-bottom: 5vh !important;
}
#modal_02 .sliderarea,
#modal_03 .sliderarea,
#modal_04 .sliderarea,
#modal_05 .sliderarea {
	margin-bottom: 5vh !important;
}
#modal_02 .slider,
#modal_03 .slider,
#modal_04 .slider,
#modal_05 .slider {
	min-height:0% !important;
	height:100% !important;
	padding-top: 5vh !important;
	margin-bottom: 0vh !important;
}
.pop_content .slick-slide > img {
	display:block;
	padding:0 !important;
	margin:0 auto !important;
	width:55.5vw !important;
	height:calc(55.5vw * 1.5443)  !important;
	min-width:0vw !important;
}
.pop_content .slide-arrow {
	bottom: 0;
	cursor: pointer;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1.5vw !important;
}
.pop_content .prev-arrow {
	left:-10%;
	z-index:5;
}
.pop_content .next-arrow {
	right:-10%;
}
.pop_content .js_pop_close img {
	width:3.0vw;
}
}


.pop_content .sliderarea div > p.model {
	display:block;
	text-align:right;
	margin-bottom:1.5em;
	padding-right:0.5em;
	font-size:11px !important;
	line-height:1.5em;
	margin-top:1.1em;
}
#modal_02 .pop_content .sliderarea p.model,
#modal_03 .pop_content .sliderarea p.model,
#modal_04 .pop_content .sliderarea p.model,
#modal_05 .pop_content .sliderarea p.model {
	display:block;
	text-align:right;
	margin-bottom:1.5em;
	padding-right:0.5em;
	font-size:11px !important;
	line-height:1.5em;
	margin-top:1.1em;
}
.pop_content .sliderarea .item_wrap {
	display:block !important;
	clear:both !important;
	min-height:4.0em;
}
#modal_02 .pop_content .sliderarea .item_wrap,
#modal_03 .pop_content .sliderarea .item_wrap,
#modal_04 .pop_content .sliderarea .item_wrap,
#modal_05 .pop_content .sliderarea .item_wrap {
	display:block !important;
	clear:both !important;
	min-height:4.0em;
	text-align:center !important;
}
.pop_content .sliderarea .item_txt_wrap {
	display:inline-block !important;
	overflow:hidden;
}
.pop_content .sliderarea .item {
	font-size:12px !important;
	margin-top:1.0em;
}
.pop_content .sliderarea .item_txt.listtype .item {
	margin-bottom:1.5em !important;
	letter-spacing:0 !important;
}
.pop_content .sliderarea .item > span {
	display:block;
	text-align:left;
	line-height:1.5em;
	height:1.5em;
}
.pop_content .sliderarea .item_txt {
	display:block;
	display:flex;
	align-items:flex-end;
	gap:50px;
	margin-bottom:5px !important;
}
.pop_content .sliderarea .item_txt.listtype {
	gap:45px !important;
}
.pop_content .sliderarea .item_txt .buy > a {
	display:block;
	box-sizing:border-box !important;
	margin-bottom:10px;
}
.pop_content .sliderarea .item_txt.listtype .buy > a {
	margin:1.5em auto 0 0 !important;
	margin-bottom:0;
}
.pop_content .sliderarea .item_txt .buy > a > span {
	padding:0.25em 0.5em !important;
	border: 1px solid #39463B;
	font-size:12px !important;
	line-height:1.5em;
	height:1.5em;
	letter-spacing:0.2em;
	color:#39463B;
}

@media screen and (max-height:702px) {
.pop_content {
	width:85vw;
	max-width:100%;
	height:90vh !important;
	display:flex;
	align-items:center;
	overflow:auto;
}
.pop_content .sliderarea .item_txt {
	display:block;
	display:flex;
	align-items:flex-end;
	gap:30px;
	margin-bottom:5px !important;
}
.pop_content .sliderarea .item_txt.listtype {
	gap:3.0vh !important;
}
.pop_content .sliderarea div > p.model {
	letter-spacing:0 !important;
	font-size:1.5vh !important;
}
#modal_02 .pop_content .sliderarea p.model,
#modal_03 .pop_content .sliderarea p.model,
#modal_04 .pop_content .sliderarea p.model,
#modal_05 .pop_content .sliderarea p.model {
	letter-spacing:0 !important;
	font-size:1.5vh !important;
}
.pop_content .sliderarea .item {
	letter-spacing:0 !important;
	font-size:1.8vh !important;
}
.pop_content .sliderarea .item_txt .buy > a > span {
	letter-spacing:0 !important;
	font-size:1.8vh !important;
}
}

@media screen and (max-width:849px) {
.pop_content .sliderarea .item_txt {
	display:block;
	display:flex;
	align-items:flex-end;
	gap:15.0vw;
	margin-bottom:5px !important;
}
.pop_content .sliderarea .item_txt.listtype {
	gap:7.0vw !important;
}
.pop_content .sliderarea div > p.model {
	letter-spacing:0 !important;
	font-size:2.1vw !important;
}
#modal_02 .pop_content .sliderarea p.model,
#modal_03 .pop_content .sliderarea p.model,
#modal_04 .pop_content .sliderarea p.model,
#modal_05 .pop_content .sliderarea p.model {
	letter-spacing:0 !important;
	font-size:2.1vw !important;
}
.pop_content .sliderarea .item {
	letter-spacing:0 !important;
	font-size:2.3vw !important;
}
.pop_content .sliderarea .item_txt .buy > a > span {
	letter-spacing:0 !important;
	font-size:2.3vw !important;
}
}


/* ___________________________________________________ */


/* ------------------------------------------- */
/* ------------------------------------------- */

#move { 
	padding-top:10%;
}
#move > a {
	display:block;
	width:70%;
	max-width:500px;
	margin:5% auto;
	text-align:center;
	letter-spacing:0.1em;
	box-sizing:border-box;
	padding:1.0em 0;
	border:1px solid #36473a;
	color:#36473a;
}
#move > a:hover {
	border:1px solid #36473a;
	background:#36473a;
	color:#fff !important;
}

@media screen and (max-width:849px) {
#move > a {
	width:60%;
	font-size:2.5vw !important;
}
}


/* +++++++++++++++++++++++++++++++++ */

/* SNSシェアボタン */
#Stole .product_sns {
	width:95%;
	max-width:900px;
	margin:15% auto 0% auto !important;
	padding:3% 0 0 0 !important;
	border-top:1px solid #949494;
}
#Stole .product_sns h1 {
	width:100% !important;
	display:block;
	font-size:18px !important;
	text-align:left !important;
}
#Stole .product_sns .product_sns_box {
	display:flex;
	align-items:center;
	width:70%;
	max-width:500px;
	margin:5% auto 0 auto !important;
}
#Stole .product_sns .product_sns_box > div:nth-of-type(1) {
	width:60%;
	text-align:center;
}
#Stole .product_sns .product_sns_box > div:nth-of-type(2),
#Stole .product_sns .product_sns_box > div:nth-of-type(3) {
	width:20%;
	text-align:center;
}
#Stole .product_sns .product_sns_box > div > a {
	display:inline-block;
	width:auto;
}
#Stole .product_sns .product_sns_box > div > a > img {
	display:block;
	width:40px;
	height:40px;
}
#Stole .product_sns .product_sns_box > div > a:hover {
	opacity:0.7;
}
@media only screen and (max-width:849px) {
#Stole .product_sns {
	width:70%;
	max-width:500px;
	margin:10% auto auto !important;
	padding:5% 0 7% 0 !important;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
}
}
@media only screen and (max-width:580px) {
#Stole .product_sns {
	width:70%;
	max-width:500px;
	margin:5% auto !important;
	padding:1% 0 5% 0;
}
#Stole .product_sns .product_sns_box {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	width:80%;
	max-width:500px;
	margin:5% auto 0 auto !important;
}
#Stole .product_sns h1 {
	width:100% !important;
	display:block;
	font-size:3.0vw !important;
	text-align:center !important;
	margin-bottom:1.5em;
}
#Stole .product_sns .product_sns_box > div:nth-of-type(1) {
	width:100%;
	text-align:center;
}
#Stole .product_sns .product_sns_box > div:nth-of-type(2),
#Stole .product_sns .product_sns_box > div:nth-of-type(3) {
	width:50%;
	text-align:center;
}
#Stole .product_sns .product_sns_box > div > a > img {
	display:block;
	width:7.0vw;
	height:7.0vw;
}
}