@charset "utf-8";

.dot-st {
	width: 100%;
	overflow: hidden;
	color: #000;
	font-family: Avenir , '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}

/* dot-st-hero START */
.dot-st-hero {
  background-color: #d7d7d7;
}

.dot-st-hero-inner {
  max-width: 560px;
	margin: 0 auto;
	overflow: hidden;
}

.dot-st-hero-img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.dot-st-inner {
	max-width: 560px;
  margin: 0 auto;
  padding: 80px 0 70px;
}

/* dot-st-goods START */
.dot-st-goods {
	padding-bottom: 88px;
}

.dot-st-goods:last-of-type {
	padding-bottom: 24px;
}

.dot-st-goods-index {
	display: flex;
	align-items: center;
	margin: 0 16px 16px;
}

.dot-st-goods-index-reverse {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.dot-st-goods-num {
  font-size: 8rem;
  position: relative;
  margin-bottom: 38px;
  color: #ffd301;
	font-family: Avenir;
	font-weight: 600;
}

.dot-st-goods-num::before {
	content: "STYLE";
	position: absolute;
	font-size: 1.6rem;
	color: #000;
	left: 34px;
	top: -16px;
	font-weight: 600;
}

.dot-st-goods-num-reverse {
	margin-bottom: 64px;
}

.dot-st-goods-title {
	margin-left: 24px;
}

.dot-st-goods-title-reverse {
	margin: 0;
}

.dot-st-goods-title h2 {
	font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 16px;
	letter-spacing: 2px;
}

.dot-st-goods-catch {
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: Hiragino Kaku Gothic Pro;
	word-break: keep-all;
}

.dot-st-point {
	text-align: right;
	position: relative;
}

.dot-st-point-reverse {
	text-align: left;
}

.dot-st-point-img {
	width: 90%;
	height: auto;
	vertical-align: bottom;
	padding-left: 24px;
}

.dot-st-point-img {
	padding: 0;
}

.dot-st-point-human-img {
	position: absolute;
  bottom: -67px;
  left: 0;
  width: 42%;
}

.dot-st-point-human-img-reverse {
	bottom: -52px;
	right: -42px;
	left: auto;
}

.dot-st-point-human-img img {
	width: 100%;
}

.dot-st-point-human-img-03 {
	width: 43%;
	bottom: -44px;
}

.dot-st-point-human-img-04 {
	bottom: -72px;
  right: -3px;
	width: 60%;
}

.dot-st-point-human-img-05 {
	bottom: -24px;
	left: 22px;
	width: 37%;
}

.dot-st-point-human-img-06 {
	bottom: -24px;
	right: -2px;
	width: 35%;
}

.dot-st-item {
	padding: 80px 36px 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.dot-st-list {
	width: calc((100% - 16px * 2) / 2);
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 600;
}

.dot-st-item-img {
	width: 90%;
	height: auto;
	vertical-align: bottom;
}

.dot-st-list span {
	display: block;
}

.dot-st-item-name {
	margin-bottom: 8px;
	word-break: break-all;
}

.dot-st-item-price {
	font-size: 1.5rem;
	margin: 12px 0px 4px;
}

.dot-st-item-state {
	text-align: center;
}

.dot-st-item-state {
	border: solid 1px #000;
	border-radius: 4px;
}

.dot-st-item-state a {
	display: block;
	color: #000;
	padding: 7px 0 5px;
}

.dot-st-item-state.isDisable {
	border: solid 1px #cdcdcd;
	border-radius: 5px;
}

.dot-st-item-state.isDisable a {
	color: #cdcdcd;
	display: block;
	padding: 7px 0 5px;
}

.dot-st-item-notes{
  display: block;
  margin: 7px 0 0 0;
  font-size: 1rem;
  color: #999999;
  font-weight: 400;
}

.dot-st-list.similar + .dot-st-list{
  padding: 0 0 19px 0;
}

/* dot-st-mdoel START */
.dot-st-model {
	padding: 0 16px 34px;
}

.dot-st-model-inner {
	padding: 24px;
	background-color: #f5f5f5;
}

.dot-st-model-inner a {
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
}

.dot-st-model-title {
	font-size: 2.4rem;
	margin-bottom: 16px;
}

.dot-st-model-account {
	display: flex;
  justify-content: space-between;
	border-bottom: solid 2px #000;
  padding-bottom: 4px;
}

/* dot-st-recommend START */
.dot-st-recommend {
	padding-bottom: 48px;
}

.dot-st-recommend-img {
	width: 90%;
	height: auto;
	vertical-align: bottom;
}

.dot-st-recommend-title-img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	padding-bottom: 48px;
}

.dot-st-recommend-title {
	font-size: 2.6rem;
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}

.dot-st-recommend-title:last-of-type {
	margin: 48px 0;
}

.dot-st-recommend-title::after {
	content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #c2d0d2;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
}

.dot-st-recommend-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 24px;
}

.dot-st-recommend-item {
	width: calc((100% - 16px * 2) / 2);
	font-size: 1.2rem;
	line-height: 1.25;
	font-weight: 600;
	margin-bottom: 24px;
}

.dot-st-recommend-item a {
	color: #000;
}

.dot-st-recommend-link span {
	display: block;
}

.dot-st-recommend-price {
	font-size: 1.5rem;
	margin: 6px 0 4px;
}

.dot-st-reccomend-annotation {
	padding: 12px 24px 0;
	font-size: 1.1rem;
	color: #999999;
}

/* dot-st-app-download START */
.dot-st-app-download {
	background-color: #f9f9f9;
}

.dot-st-app-download-inner {
	padding: 48px;
}

.dot-st-app-download-title {
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	margin-bottom: 36px;
}

.dot-st-app-download-title::after {
	content: "";
  position: absolute;
  width: 48px;
  height: 3px;
  background-color: #000;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  border-radius: 4px;
}

.dot-st-app-download-approach {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 12px;
	font-family: Hiragino Kaku Gothic Pro;
}

.dot-st-app-download-link {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	margin: 0 auto;
}

.dot-st-app-download-link-img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.dot-st-app-download-link-img a {
	display: block;
}

.dot-st-app-download-link-img:last-of-type {
	margin-left: 4px;
}

/* dot-st-store START */
.dot-st-store-inner {
	padding: 48px 24px 0;
}

.dot-st-store-title h2 {
	font-size: 1.6rem;
  line-height: 1.6;
	font-weight: 600;
	font-family: Hiragino Kaku Gothic Pro;
	position: relative;
	margin-bottom: 36px;
}

.dot-st-store-title h2::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 3px;
	background-color: #000;
	left: 0px;
	bottom: -16px;
	border-radius: 4px;
}

.dot-st-store-detail {
	margin-bottom: 32px;
}

.dot-st-store-detail-list {
	font-family: Hiragino Kaku Gothic Pro;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
}

.dot-st-store-anotation {
	font-size: 1.2rem;
	color: #999999;
	line-height: 1.5;
}

/* break points START */
@media screen and (max-width:320px) {
	.dot-st-goods-index {
		justify-content: space-around;
	}

	.dot-st-goods-title {
		margin: 0;
	}

	.dot-st-goods-title h2 {
		font-size: 2rem;
	}

	.dot-st-goods-catch {
		font-size: 1.2rem;
	}

	.dot-st-list {
		font-size: 1.1rem;
	}

	.dot-st-item {
		padding: 80px 22px 16px;
	}

	.dot-st-goods-num {
		margin-bottom: 30px;
	}

	.dot-st-recommend-item {
		font-size: 1.1rem;
	}

	.dot-st-nl {
		display: inline-block !important;
	}
}

@media screen and (min-width:414px) {
	.dot-st-goods-num {
		font-size: 10.6rem;
    top: -12px;
	}

	.dot-st-goods-num::before {
		top: -12px;
		left: 58px;
	}

	.dot-st-goods-title h2 {
		font-size: 2.8rem;
	}

}

@media screen and (min-width:768px) {
	.dot-st-inner {
		overflow: hidden;
	}

	.dot-st-goods-index {
		justify-content: space-around;
		gap: 24px;
	}

	.dot-st-goods-title {
		margin-left: 48px;
		flex: 2;
	}

	.dot-st-goods-title h2 {
		font-size: 3.6rem;
	}

	.dot-st-goods-catch {
		font-size: 1.6rem;
	}

	.dot-st-point-human-img {
    width: 38%;
	}

	.dot-st-recommend-title {
		font-size: 3.6rem !important;
	}

	.dot-st-point-human-img-04 {
		width: 53%;
	}

	.dot-st-point-human-img-05 {
		width: 34%;
    bottom: -34px;
    left: 48px;
	}

	.dot-st-point-human-img-06 {
		width: 33%;
		bottom: -40px;
    right: -21px;
	}

	.dot-st-list {
		font-size: 1.4rem;
	}

	.dot-st-item-state a {
		cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
		cursor: pointer;
	}

	.dot-st-item-state a:hover {
		background-color: #000;
		color: #fff;
	}

	.dot-st-item-state.isDisable {
		pointer-events: none;
	}

	.dot-st-model-inner a:hover {
		opacity: 0.3;
		transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	}

	.dot-st-recommend-item {
		font-size: 1.4rem;
	}

	.dot-st-recommend-price {
		padding-left: 24px;
	}

	.dot-st-recommend-name {
		padding-left: 24px;
	}

	.dot-st-recommend-link:hover {
		opacity: 0.5;
		transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	}

	.dot-st-reccomend-annotation {
		padding: 24px 48px 0;
	}
}

/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}
