@charset "utf-8";
/* CSS Document */


.wrapper{
	max-width: 500px;
	width: 100%;
	margin: 3% auto;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.bj{
	width: 20%;
	margin: 3% auto;
}

.wrapper h1{
	text-align: center;
	font-family: "poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 40px;
	margin: 3% auto;
}

.lead{
	text-align: center;
	font-size: 13px;
	line-height: 2;
	margin: 5% auto;
}

.people{
	margin: 10% auto;
	background-color: #F1DCDB;
	box-sizing: border-box;
	padding: 5%;
}

.people p{
	text-align: center;
	font-size: 13px;
	margin: 5% auto;
}

.people ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-row-gap: 10px;
	margin: 5% auto 0;
}

.people ul li{
	width: calc(100% / 3);
	box-sizing: border-box;
	padding: 1%;
}

.people ul li p{
	margin: 3% auto;
	font-size: 10px;
	line-height: 1.7;
}

.content{
	margin: 10% auto;
}

.title{
	background-color: #CE607D;
	padding: 2% 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10%;
}

.box{
	width: 100%;
	margin: 0 auto 20%;
	padding-bottom: 10%;
	border-bottom: solid 1px #ccc;
}

.staffBox{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 5% auto 15%;
	column-gap: 30px;
}

.staffBox img{
	width: 30%;
	box-sizing: border-box;
	/*border-radius: 50%;*/
}

.staffProfile{
	/*width: 65%;*/
}

.staffProfile p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	font-family: "poppins", sans-serif;
	font-weight: 400;
}

.staffProfile span{
	font-size: 20px;
}

.staffSns{
	display: flex;
	column-gap: 5px;
	margin: 2% auto 0;
}

.staffSns__instagram a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_instagram.png) 50% 50% no-repeat;
    background-size: 24px auto
}

.staffSns__wear a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_wear.png) 50% 50% no-repeat;
    background-size: 98% auto
}

.staffSns__youtube a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_youtube.svg) 50% 50% no-repeat;
    background-size: 24px auto
}

.staffSns__twitter a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_twitter.svg) 50% 50% no-repeat;
    background-size: 22px auto
}

.staffSns__tiktok a {
    background: #fff url(https://www.dot-st.com/static/docs/c/pages/cp-staffboard/images/icon_tiktok.svg) 50% 50% no-repeat;
    background-size: 22px auto
}

.staffSns__staffbord a {
    background: #fff url("../images/sb.jpg") 50% 50% no-repeat;
    background-size: 80% auto
}

.staffSns a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 39px;
    width: 39px;
}

.itemBox{
	width: 90%;
	margin: 20% auto 0%;
}

.itemBox__content{
	margin: 10% auto 10%;
	position: relative;
}

.bd-bottom10{
	padding-bottom: 10%;
}

.itemBox__content img{
	width: 80%;
	margin: 0 auto;
	border-radius: 50%;
}

.itemBox__content .circle{
	position: absolute;
	width: 90%;
	top: -5%;
	left: 5%;
	opacity: 0.5;
	border-radius: 0%;
}

.itemBox__content .icon1{
	position: absolute;
	width: 45%;
	top: -13%;
	right: 0%;
	border-radius: 0;
}

.itemBox__content .icon2{
	position: absolute;
	width: 45%;
	top: -13%;
	left: 0%;
	border-radius: 0;
}

.itemBox__content p{
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin: 5% auto;
}

.itemBox__content a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	margin: 3% auto;
}

.itemBox__content a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 0 10%;
	margin-left: 20px;
}

.styleBox{
	margin: 0 auto;
	background-color: #F1DCDB;
	box-sizing: border-box;
	padding: 5%;
}

.styleBox h2{
	font-family: "poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 28px;
	letter-spacing: 1px;
	margin: 3% auto;
}

.styleBox p{
	font-size: 12px;
	line-height: 1.8;
	margin: 3% auto;
	text-align: center;
}

.flex{
	display: flex;
	margin: 5% auto 0;
	justify-content: center;
	column-gap: 10px;
}

.slide{
	width: 50%;
	position: relative;
	overflow: inherit;
}

.slide-img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 8s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1, end);
}

@keyframes slideshow{
	  0%{
		opacity: 0;
	  }
	  50%{
		opacity: 1;
	  }
	  100%{
		opacity: 0;
	  }
	}

.thm{
	margin: 5% auto;
}

.thm p{
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 600;
}

.thm span{
	font-size: 13px;
}

.thm a{
	display: block;
	width: 30%;
	margin: 3% auto;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-family: "poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	background-color: #000;
	padding: 2% 0;
}

.border__none{
	border-bottom: none;
	margin-bottom: 0%;
}

.all{
	display: block;
	width: 90%;
	margin: 0 auto 5%;
	text-align: center;
	background-color: #CE607D;
	color: #fff;
	padding: 3% 0;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}

.pcBox{
	display: none;
}

@media(min-width:750px){
.sticky__container{
	display: flex;
	background-color: #F1DCDB;
}
.pcBox{
	width: 50%;
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background-color: #ffafba;*/
	/*z-index: 10011;*/
}
.image__container{
	width: 63.82vh;
	position: relative;
}
.wrapper{
	width: 36%;
	box-sizing: border-box;
	/*padding: 1%;*/
	background-color: #fff;
	margin-left: 2%;
	border: solid 20px #fff;
}
	.br_s{
		display: none;
	}
}


