@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
	font-family: "nimbus-sans", sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 0 0 5% 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.mv{
	margin: 0 auto;
}

.slide-content{
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slideshow{
	display: flex;
    animation: loop-slide 20s infinite linear 1s both;
}

.slideshow-img{
	width: 220px;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.main-content{
	margin: 10% auto 0;
}

.title-border {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 40px;
	letter-spacing: 1px;
}

.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;
}

.point-img{
	width: 80%;
	margin: 10% auto;
	border: solid 1px #ccc;
	position: relative;
}

.point-img p{
	position: absolute;
	margin: 0;
	top:  -6%;
	left: 0%;
	font-weight: 400;
	font-size: 20px;
	/*transform: rotate(-15deg);*/
}

/*.point-img span{
	font-weight: 400;
	font-size: 30px;
}*/

.look{
	overflow: hidden;
}

.look-img1, .look-img3, .look-img6{
	margin: 0 auto 10%;
	position: relative;
}

.look-title{
	position: absolute;
	font-size: 30px;
	top: 5%;
	left: 5%;
	line-height: 0;
	margin: 0;
}

.look-img2{
	position: relative;
	margin-bottom: 10%;
}

.pos-1{
	width: 60%;
}

.pos-2{
	position: absolute;
	width: 60%;
	top: 0;
	left: 65%;
}

.look-img4{
	background: linear-gradient(to bottom, #ffffff 50%, #e6dedb 50%);
}

.look-img4 img{
	width: 80%;
	margin: 0 auto;
	padding: 0% 0 10%; 
}

.look-img5{
	box-sizing: border-box;
	padding: 10%;
	margin: 10% auto;
	position: relative;
}

.no{
	position: absolute;
	width: 20%;
	top: 3%;
	left: 3%;
}

.no2{
	position: absolute;
	width: 20%;
	top: 3%;
	left: auto;
	right: 5%;
}

.margin0{
	margin-bottom:0;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 20px;
		background-color: #e6e6e6;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left p{
		font-size: 20px;
		line-height: 1.1;
		margin-bottom: 5%;
	}
	
	.pc-box__left h1{
		font-size: 55px;
		line-height: 1.1;
		margin: 3% 0;
	}
	
	.item-link{
		display: block;
		margin: 15% auto 0;
		font-size: 20px;
		text-align: center;
		color: #000;
		border: solid 1px #000;
		position: relative;
		text-decoration: none;
		line-height: 3;
	}

	.item-link:after{
		display: inline-block;
		position: absolute;
		top: 50%;
		right: 15px;
		width: 5px;
		height: 5px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		content: "";
		transform: translateY(-50%) rotate(45deg);
	}
		
	.pc-box__right{
		width: 10vh;
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
}
