@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
}

.top-logo{
	margin-bottom: 5%;
	border-bottom: solid 1px #000;
}

.top-logo img{
	width: 30%;
	padding: 5% 0;
}

.mv{
	margin: 5% auto 20%;
}

.mv h1{
	font-family: "ff-din-paneuropean", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	font-size: 2.7rem;
	line-height: .8;
	margin: 10% auto;
	letter-spacing: .8px;
}

.mv h1 span{
	font-family: "ff-din-paneuropean-cond", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
}



@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 10px;
		background-color: #f9f9f9;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left img{
		width: 40vh;
	}
	
	.pc-box__right{
		width: 90%;
		margin: 0 auto;
	}
	
	.pc-box__right a{
			display: block;
			width: 60%;
			margin: 0 auto;
			border: solid 2px #000;
			color: #000;
			text-decoration: none;
			font-size: 1.9rem;
			text-align: center;
			line-height: 2;
			position: relative;
			font-family: "ff-din-paneuropean-cond", sans-serif;
			font-weight: 600;
			font-style: normal;
		}

		.pc-box__right a:after{
			display: inline-block;
			position: absolute;
			top: 50%;
			right: 5%;
			right: 15px;
			width: 6px;
			height: 6px;
			border-top: 1px solid #282828;
			border-right: 1px solid #282828;
			content: "";
			transform: translateY(-50%) rotate(135deg);
		}

		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #fff;
	}
}

/*========================================

			main-contents

========================================*/

.main-contents{
	margin: 0 auto 20%;
}

.contents-inner{
	margin: 0 auto 15%;
}

.contents-inner h2{
	padding-left: 10px;
	font-family: "ff-din-paneuropean", sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 2.5rem;
	margin: 2% auto;
	line-height: 1.7;
	letter-spacing: .5px;
}

.contents-inner .color-01{
	color: #843C0C;
}

.contents-inner h2 .span-cl01{
	border-bottom:  solid 1px #843C0C;
}

.contents-inner .color-02{
	color: #7030A0;
}

.contents-inner h2 .span-cl02{
	border-bottom:  solid 1px #7030A0;
}

.contents-inner h3{
	padding-left: 10px;
	font-size: 1.1rem;
	margin: 2% 0 8%;
	font-weight: 600;
	letter-spacing: .5px;
}

.inner-title{
	padding-left: 10px;
	font-family: "ff-din-paneuropean-cond", sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	font-size: 1.5rem;
	margin: 1% 0;
	display: flex;
	align-items: center;
	gap: 8px;
}

.inner-title::before{
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background-color: #000;
}

.layout-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin: 5% auto;
}

.vertical-text {
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.3em;
}

.vertical-text p{
	margin: 1% auto;
	box-sizing: border-box;
	padding: 0 5%;
	white-space: nowrap;
}

.image-box {
  flex: 1;
	position: relative;
}

.instagram{
	position: absolute;
	bottom: 3%;
	right: 5%;
	width: 10%;
}

.staffbord{
	position: absolute;
	bottom: 11%;
	right: 5%;
	width: 10%;
}

.lead{
	margin: 8% auto;
	text-align: center;
	font-size: .75rem;
	letter-spacing: .5px;
	line-height: 1.5;
}

.credit{
	width: 50%;
	margin: 8% auto;
}

.credit a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 1.1rem;
	font-family: "ff-din-paneuropean-cond", sans-serif;
	font-weight: 600;
	letter-spacing: .3px;
	margin-bottom: 2%;
}

.credit a span{
	float: right;
}

.credit a span::after{
	content:'tax in';
	display: inline-block;
	margin-left: 5px;
	font-size: .9rem;
}

.flex-reverse {
    flex-direction: row-reverse;
}

.sub-img{
	width: 80%;
	margin: 10% auto;
}

@media(min-width:750px){

	.contents-inner h2{
		padding-left: 20px;
		font-size: 2.8rem;
	}

	.contents-inner h3{
		padding-left: 20px;
		font-size: 1.2rem;
		margin-bottom: 5%
	}

	.inner-title{
		padding-left: 20px;
		font-size: 1.8rem;
	}

	.layout-container {
	  display: flex;
	  align-items: flex-start;
	  width: 100%;
	  margin: 5% auto;
	}

	.vertical-text {
	  font-size: 1.7rem;
	}

	.vertical-text p{
		margin: 1% auto;
		box-sizing: border-box;
		padding: 0 5%;
	}

	.image-box {
	  flex: 1;
	}

	.lead{
		font-size: .88rem;
		line-height: 2;
	}

	.credit{
		width: 50%;
		margin: 8% auto;
	}

	.credit a{
		font-size: 1.3rem;
	}

}