@charset "utf-8";
/* CSS Document */

.story-content .story-text {
	vertical-align: bottom;
}

.story-content.img-right {
	margin-bottom: 70px;
}
.story-content.img-right .story-text {
	width: 400px;
	margin: 0 40px 0 145px;
}
.story-content.img-right .btn-360camera {
	width: 680px;
	margin-right: 10px;
	margin-left: auto;
	text-align: center;
}

.story-content.img-center-left {
	margin-bottom: 60px;
	text-align: center;
}
.story-content.img-center-left .story-img-center {
	width: 422px;
	margin: 0 auto 70px;
}
.story-content.img-center-left .story-img {
	width: 422px;
	vertical-align: middle;
}
.story-content.img-center-left .story-text {
	margin-left: 65px;
	text-align: left;
	vertical-align: middle;
}

.story-content.img-left {
	margin-bottom: 60px;
}
.story-content.img-left.second {
	margin-top: 60px;
}
.story-content.img-left .story-img {
	margin-left: 145px;
}
.story-content.img-left .story-text {
	width: 340px;
}

.story-content.img-center-right {
	margin-bottom: 60px;
}
.story-content.img-center-right .story-img-center {
	margin-bottom: 80px;
}
.story-content.img-center-right .story-text {
	margin: 0 50px 0 140px;
}

.story-content.img-left-bottom > .story-img,
.story-content.img-left-bottom .img-inline {
	margin-left: 145px;
}
.story-content.img-left-bottom > .story-img,
.story-content.img-left-bottom .img-inline .story-img:first-of-type {
	margin-right: 60px;
}
.story-content.img-left-bottom .story-text p {
	margin-bottom: 40px;
}
.story-content.img-left-bottom .img-inline {
	margin-top: 65px;
	font-size: 0;
}
.story-content.img-left-bottom .img-inline .story-img {
	width: 458px;
}
.story-content .img-inline + .btn-360camera {
	text-align: center;
}

@media print, screen and (max-width: 768px) {
	.story-content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.story-content.img-right,
	.story-content.img-center-left,
	.story-content.img-left,
	.story-content.img-center-right {
		margin-bottom: 20px;
	}
	.story-content.img-left.second {
		margin-top: 0;
	}
	
	.story-content .story-img {
		order: 3;
	}
	.story-content.img-right .story-img {
		order: 1;
	}
	.story-content.img-center-left .story-img-center {
		order: 2;
		margin-bottom: 5%;
	}
	.story-content.img-center-left .story-img {
		order: 3;
	}
	.story-content.img-left .story-img {
		order: 2;
		margin: 0;
	}
	.story-content.img-center-right .story-img-center {
		margin-bottom: 5%;
	}
	.story-content.img-left-bottom > .story-img {
		order: 2;
		margin: 0;
	}
	.story-content.img-left-bottom .img-inline .story-img {
		width: 100%;
	}
	.story-content.img-left-bottom .story-img img {
		max-width: 100%;
		left: 0;
	}
	.story-content.img-left-bottom .img-inline {
		order: 3;
		margin: 0;
	}
	.story-content.img-left-bottom .img-inline .story-img:first-child,
	.story-content.img-left-bottom .img-inline .story-img:nth-of-type(2) {
		display: inline-block !important;
		width: 48%;
		margin: 4% 0;
	}
	.story-content.img-left-bottom .img-inline .story-img:first-child {
		margin-right: 4%;
	}
	
	.story-content.img-right .story-text,
	.story-content.img-center-left .story-text,
	.story-content.img-left .story-text,
	.story-content.img-center-right .story-text {
		width: 100%;
		margin: 0 0 5%;
	}
	.story-content.img-right .story-text {
		order: 2;
	}
	.story-content.img-center-left .story-text,
	.story-content.img-left .story-text {
		order: 1;
	}
	.story-content.img-left-bottom .story-text {
		order: 1;
	}
	.story-content.img-left-bottom .story-text p {
		margin-bottom: 4%;
	}
	.story-content .img-inline + .btn-360camera {
		order: 3;
	}
}

.story-favorite .story-favorite-img {
	width: 1215px;
}
.story-favorite .story-text {
    top: 150px;
    right: 67px;
    padding: 55px 61px 40px 75px;
}
.story-favorite .story-text p {
    width: 360px;
	margin-bottom: 25px;
}
@media print, screen and (max-width: 768px) {
	.story-favorite .story-text h3 {
		font-size: 1.9rem;
	}
	.story-favorite .story-favorite-img {
		width: 100%;
	}
	.story-favorite .story-text {
		top: 0;
		right: 0;
		padding: 2% 5%;
	}
	.story-favorite .story-text p {
		width: 100%;
		margin-bottom: 0;
	}
	.story-favorite .story-text p + img {
		margin: 5%;
		width: 90%;
	}
}

.story-product ul {
	text-align: left;
}
.story-product p {
	text-align: center;
}

.story-profile .profile-text {
	width: 330px;
}

@media print, screen and (max-width: 768px) {
	.story-profile .profile-text {
		width: 100%;
	}
}
