@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.pcBox{
	display: none;
}

.kaneda{
	font-family: "kaneda-gothic", sans-serif;
	font-weight: 700;
	/*font-style: italic;*/
	letter-spacing: 1px;
}

.futura{
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.wrapper{
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	background-color: #e6f3fc;
	padding: 0 0 5%;
	color: #000;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 15% auto 15%;
}

.mgb10{
	margin-bottom: 10%;
}

.staffBox{
	padding: 0;
	display: flex;
	list-style: none;
	column-gap: 30px;
	width: 90%;
	margin: 10% auto;
	justify-content: center;
}

.staffBox li{
	width:calc(50% - 30px);
	text-align: center;
}

.staffBox li img{
	border-radius: 150px;
	margin-bottom: 5%;
}

.staffBox li h1{
	font-size: 35px;
	margin: 3% 0;
	line-height: 1;
}

.staffBox li p{
	font-size: 11px;
	margin: 3% 0;
}

.staffSns{
	display: flex;
	column-gap: 10px;
	margin: 3% auto 0;
	justify-content: center;
}

.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: 26px auto
}

.staffSns__staffbord a {
    background: #fff url("https://www.dot-st.com/static/docs/bayflow/pages/241119_newbasic_bj/images/sb.jpg") 50% 50% no-repeat;
    background-size: 75% auto
}

.staffSns a{
	display: block;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.movie__box{
	width: 90%;
	margin: 15% auto 25%;
}

video{
		width: 100%;
		height: auto;
	}

.pick__box p{
	text-align: center;
	font-size: 20px;
	letter-spacing:1px;
	margin: 2% auto;
	font-weight: bold;
}

.pick__box p span{
	background-color: #fff;
	border: solid 1px #000;
	padding: 1% 2%;
}

.pick__box ul{
	width: 90%;
	margin: 5% auto 5%;
	padding: 0;
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.box__item{
	width: 100%;
	margin: 10% auto 25%;
}

.box__item__title{
	margin: 0 auto 3%;
}

.box__item__title p{
	text-align: center;
	font-size: 23px;
	letter-spacing: 0.7px;
	position: relative;
	line-height: 2;
	margin: 0;
}

.box__item__title p:after{
	display: block;
	content: '';
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: currentColor;
    transform-origin: left;
}

.box__item__title h1{
	text-align: center;
	margin: 1% 0;
	font-size: 90px;
	letter-spacing: 8px;
}

.box__item__main{
	position: relative;
	margin-bottom: 4%;
	width: 100%;
}

.copy p{
	text-align: center;
}

.mini{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 5% auto;
}

.credit{
	margin: 3% auto 15%;
	width: 80%;
}

.credit a{
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	position: relative;
	padding-bottom: 14%;
	text-align: center;
}
.credit a:after{
	content: 'BUY';
	display: inline-block;
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 200px;
	font-size: 22px;
	font-family: "kaneda-gothic", sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.point__box{
	margin: 5% auto 13%;
	width: 90%;
}

.point__box p{
	font-size: 13px;
	line-height: 1.8;
	margin: 1% 0;
}

.point__box p span{
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
	margin-bottom: 1%;
}

.point__box .kaneda{
	font-size: 24px;
	letter-spacing: 0.3px;
	line-height: 1;
	margin-bottom: 2%;
}

.look__title {
	position: relative;
	display: table;
    padding: 0em 1em;
	font-size: 40px;
	margin: 1% auto;
    line-height: 1.0;
    top:0;
	color: #225b90;
}

.look__title:before, .look__title:after {
	  position: absolute;
	  top: 0;
	  content:'';
	  width: 8px;
	  height: 100%;
	  display: inline-block;
}

.look__title:before {
	  border-left: solid 1px #225b90;
	  border-top: solid 1px #225b90;
	  border-bottom: solid 1px #225b90;
	  left: 0;
}

.look__title:after {
	  content: '';
	  border-top: solid 1px #225b90;
	  border-right: solid 1px #225b90;
	  border-bottom: solid 1px #225b90;
	  right: 0;
}

.slide__box{
	width: 90%;
	margin: 5% auto;
}

.swiper-slide{
	box-sizing: border-box;
	background-color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
	color: #203864;
	font-size:  xx-large!important;
}


.btn2{
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 80%;
	box-sizing: border-box;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    transform: skew(-15deg);
    background-image: -webkit-linear-gradient(left, #003cff 0%, #ba00ff 100%);
    background-image: -o-linear-gradient(left, #003cff 0%, #ba00ff 100%);
    background-image: linear-gradient(to right, #003cff 0%, #ba00ff 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);	text-decoration: none;
	margin: 10% auto;
}

.title__border {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-size: 45px;
	letter-spacing: 1.5px;
	color: #225b90;
}

.title__border:before,
.title__border:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.title__border:before {
	margin-right: 1rem;
}

.title__border:after {
	margin-left: 1rem;
}


.news{
	margin: 15% auto 5%;
}

.news__lead{
	width: 90%;
	margin: 5% auto;
	text-align: center;
	font-size: 15px;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
	padding: 4% 0;
	color: #000;
}

.news .lead{
	margin: 10% auto 0;
}

.new{
	position: relative;
}

.new:after{
	position: absolute;
    content: "NEW";
    top: 50%;
	transform: translateY(-50%);
    left: 10px;
    background-color: crimson;
    padding: 0px 5px;
	color: #fff;
	font-size: 18px;
	font-family: "kaneda-gothic", sans-serif;
	font-weight: 700;
}


@media(min-width:750px){
	.sticky__container{
		display: flex;
	}
	.pcBox{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
	}
	
	.leftBox img{
		display: block;
		width: 30vh;
	}
	
	.box__member__group{
		width: 80%;
		margin: 5% auto 10%;
	}
	
	.br_s{
		display: none;
	}
	
	.point__box__coment p{
		font-size: 12px;
	}
	
	.pick__box p{
		font-size: 25px;
	}
	
	.new:after{
		padding: 3px 20px;
		left: 15px;
		font-size: 20px;
	}


}