@charset "UTF-8";

*, legend {
	box-sizing: border-box
}
a, body, mark {
	color: #000
}
body, html {
	height: 100%;
	-webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none
}
a:active, a:hover {
	outline-width: 0
}

b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
small {
	font-size: 80%
}

img {
	border-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
	vertical-align: bottom;
	max-width: 100%;
}

html{
    font-family: 'Shippori Mincho', serif;
}

* {
	list-style: none
}
input:focus, select:focus, textarea:focus {
	outline: 0
}
h1, h2, h3, h4, h5, h6, ol, p, ul {
	margin: 0;
	padding: 0;
	font-weight: 400
}
p,li{
    color: #231815;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.005em;
}

#about #content .content_inner .about_content .about_content_body dl:after, #news.archive #content .content_inner ul.news_list li.news:after, #top #content .content_inner .top_news_block ul.top_news_block_list li:after, .cf:after {
	content: " ";
	display: block;
	clear: both
}
html.wf-loading {
	visibility: hidden
}
body {
	margin: 0;
	font-size: 16px
}

.sp {
    display: none;
}

@media (max-width: 880px) {
    .sp {
        display: block;
    }
}


@media all and (max-width:880px) {
	body {
		font-size: 13px
	}
}


header{
    padding: 20px 0 0 35px;
}

header a{
    writing-mode: vertical-rl;
    font-size: 28px;
    color: #231815;
	letter-spacing: 0.2em;
}

@media all and (max-width:880px) {
	header{
		padding: 15px 0 0 20px;
	}
	header a{
		font-size: 24px;
	}
}


#container {
	background: #FFF;
	min-height: 100%;
	position: relative;
	z-index: 999;
	width: 778px;
	margin-left: auto;
	margin-right: 42vw;
}
#content {
	padding: 0 40px;
}
#content:after {
	/* top: 0; */
	right: -1px;
	position: fixed;
	display: block;
	width: 50%;
	height: 60px;
	content: "";
	background: #FFF
}

@media all and (max-width:880px) {
	#container{
		width: 100%;
		margin: 0 auto;
	}
	#content:after {
		display: none
	}
	#content {
		width: 100%;
		padding: 0 20px
	}
}

#content.content_top.appear {
	display: block
}
#fixed_visual_content {
	position: fixed;
	top: 0;
	right: 0;
	width: 42.5%;
	height: 100%;
    background-color: #D6CAD6;
}
@media all and (max-width:880px) {
	#fixed_visual_content {
		display: none
	}
}
#fixed_visual_content .content_center_border {
	position: fixed;
	z-index: 0;
	top: 20px;
	left: 50%;
	content: "";
	width: 1px;
	height: calc(100% - 20px);
	background: #D7D9DB
}
#fixed_visual_content .fixed_visual_content_images .image {
	position: absolute;
	top: 45px;
	right: 28px;
	width: calc(100% - 60px);
	height: calc(100% - 100px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: none;
}
#fixed_visual_content .fixed_visual_content_images .image.current {
	display: block;
}

#top #content .content_inner .top_description_block {
    padding: 240px 0 450px;
    text-align: center;
    font-size: 37px;
    line-height: 1.5;
}

@media all and (max-width:880px) {
	#top #content .content_inner .top_description_block {
		padding: 180px 0 300px;
		font-size: 30px;
		line-height: 1.5;
	}
	
}

#top #content .content_inner .top_description_block span{
    color: #460E44;
}

#top #content .content_inner .mobile_visual_content_images {
	display: none
}

#top #content .content_inner .mobile_visual_content_images .image {
	display: none;
	width: 100%;
	height: 75vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center
}
#top #content .content_inner .mobile_visual_content_images .image.current {
	display: block;
}

@media all and (max-width:880px) {
	#top #content .content_inner .mobile_visual_content_images {
		display: block;
		position: relative;
	}
	#top #content .content_inner .mobile_visual_content_images h2{
		font-size: 20px;
		color: #FFF;
		line-height: 1.6;
		letter-spacing: 0.3em;
		writing-mode: vertical-rl;
		position: absolute;
		top: 35px;
		right: 30px;
	}
}


/* 追加TOP */
#content .top_block{
    position: relative;
    padding-bottom: 220px;
}

#content .top_block h1{
	width: 90%;
	max-width: 265px;
    position: absolute;
    top: -60px;
    left: 30%;
}

#content .top .flex{
    display: flex;
    align-items: flex-end;
}

#content .top .img{
    margin-left: -40px;
    width: 50%;
}
#content .top .img img{
    width: 100%;
}

#content .top .brand{
    width: 50%;
    margin-left: 30px;
    
}
#content .top .brand p::first-letter{
    font-size: 35px;
    color: #460E44;
}
#content .top .img01{
    position: absolute;
    bottom: 0;
    right: 0;
}


@media all and (max-width:880px) {
	#content .top_block{
		margin-top: 100px;
		padding-bottom: 140px;
	}
	#content .top_block h1{
		font-size: 45px;
		margin: 0 auto;
		max-width: 200px;
		position: static;
		text-align: center;
	}
	#content .top{
		padding-top: 10px;
	}
	#content .top .img{
		margin-left: -20px;
		width: 55%;
	}
	#content .brand p{
		font-size: 10px;
	}
	#content .top .brand{
		width: 45%;
		margin-left: 20px;
	}
	#content .top .brand p::first-letter{
		font-size: 25px;
		color: #460E44;
	}
	#content .top .img01{
		max-width: 40%;
	}
}


/* 追加PROJECT */
.project_back{
    background-color: #F4F0F4;
	position: relative;
	top: 180px;
	height: 860px;
}
.project_back::before{
	content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    background: #F4F0F4;
    z-index: -1;
}
.project_block{
	position: relative;
	top: -130px;
	padding: 0 40px;
}
.project_block h2{
    font-size: 35px;
    color: #460E44;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
	position: absolute;
	top: -35px;
	z-index: 5;
}
.project_block img{
    margin-left: -40px;
	position: absolute;
}
.project_content{
	padding-top: 450px;
}
.project_block .txt1{
    margin-top: 40px;
    margin-bottom: 20px;
}
.project_block .txt1::first-letter{
    font-size: 35px;
    color: #460E44;
}
.project_block ul{
    margin-bottom: 20px;
}

.project_back .txt2{
	margin-bottom: 20px;
}
.project_back .txt3{
	margin-bottom: 20px;
}


@media all and (max-width:880px) {
	.project_back{
		top: auto;
		height: auto;
		margin-top: 100px;
		background: #fff;
		z-index: -100;
	}
	.project_back::before{
		display: none;
	}
	.project_block{
		width: 100%;
		padding: 0 20px;
		top: -80px;
	}
	.project_block::before{
		content: " ";
		display: block;
		position: absolute;
		top: 80px;
		right: 0;
		width: 300%;
		height: 95%;
		background: #F4F0F4;
		z-index: -1;
	}
	.project_block h2{
		font-size: 25px;
		letter-spacing: 0.2em;
	}
	.project_block img{
		max-width: 100%;
	}
	.project_content{
		padding-top: 61%;
	}
	.project_block p{
		font-size: 12px;
	}
	.project_block li{
		font-size: 12px;
	}
	.project_block .txt1{
		margin-top: 0px;
		}
	.project_block .txt1::first-letter{
		font-size: 25px;
	}
}

@media all and (max-width:800px) {
.project_block .txt1{
	margin-top: 40px;
    }
}


/* 追加COLA */
.cola_back{
	position: relative;
	top: 310px;
}
.cola{
	text-align: center;
	padding: 0 120px;
}
.cola .cola_img{
	position: relative;
}
.cola h2{
	font-size: 25px;
	letter-spacing: 0.05em;
	color: #460E44;
	position: absolute;
	display: inline-block;
	text-align: left;
	margin-left: -40px;
}
.cola .txt1{
	margin-top: 40px;
	font-size: 20px;
	text-align: left;
	color: #7C3685;
}
.cola .txt2{
	margin-top: 30px;
	display: inline-block;
	text-align: left;
}
.cola .txt3{
	margin-top: 30px;
	text-align: left;
}
.cola .txt3 span{
	color: #7C3685;
	text-align: left;
	font-weight: 600;
}
.cola .txt4{
	margin-top: 30px;
	display: inline-block;
	text-align: left;
}
.cola .txt5{
	margin: 30px 0 500px;
	font-size: 12px;
	display: inline-block;
	text-align: left;
}

.cola .order_btn{
	width: 90%;
	margin: 100px auto 500px;
	border: 0.8px solid #460E44;

}
.cola .order_btn a{
	display: block;
	font-size: 15px;
	padding: 35px 40px;
}
.cola .img02{
	position: absolute;
	left: 0;
	bottom: 340px;
}


@media all and (max-width:880px) {
	.cola_back{
		top: 80px;
	}
	.cola{
		width: auto;
		padding: 0 40px;
	}
	.cola h2{
		font-size: 20px;
		letter-spacing: 0.1em;
		margin-left: -30px;
	}
	.cola p{
		font-size: 12px;
	}
	.cola .txt1{
		font-size: 18px;
		margin-top: 30px;
	}
	.cola .txt2{
		margin-top: 30px;
	}
	.cola .txt3{
		margin-top: 20px;
	}
	.cola .txt4{
		margin-top: 20px;
	}
	.cola .txt5{
		margin: 20px 0 380px;
	}
	.cola .cola_img img{
		max-width: 100%;
	}
	.cola .order_btn{
		margin-top: 80px;
		margin-bottom: 400px;
	}
	.cola .order_btn a{
		font-size: 12px;
		padding: 25px 30px;
	}
	.cola .img02{
		max-width: 30%;
		bottom: 280px;
	}
}



/* 下部背景色 */
.company_back{
    background-color: #F4F0F4;
	position: relative;
	top: 150px;
}
.company_back::before{
	content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    background: #F4F0F4;
    z-index: -1;
}
@media all and (max-width:880px) {
	.company_back{
		top: 0px;
	}
}

/* 追加PRESIDENT */
.president{
	position: relative;
	top: -140px;
}
.president h2{
	font-size: 35px;
	color: #5E5E5E;
	writing-mode: vertical-rl;
	letter-spacing: 0.4em;
	position: absolute;
	right: 0;
	top: -40px;
}
.president h2 span{
	font-size: 15px;
	letter-spacing: normal;
	padding-top: 10px;
}
.president .img{
	text-align: right;
	margin-right: -40px;
}
.president p{
	margin-top: 40px;
}

@media all and (max-width:880px) {
	.president h2{
		font-size: 25px;
		letter-spacing: 0.2em;
	}
	.president h2 span{
		font-size: 12px;
	}
	.president .img{
		margin-right: -20px;
	}
	.president .img img{
		max-width: 100%;
	}
	.president p{
		font-size: 12px;
	}
}



/* 追加COMPANY */
.company{
	margin-top: 115px;
	padding-bottom: 180px;
	position: relative;
}
.company h2{
	font-size: 35px;
	color: #460E44;
	writing-mode: vertical-rl;
	letter-spacing: 0.4em;
	position: absolute;
	left: 0;
	top: -55px;
}
.company h2 span{
	font-size: 15px;
	letter-spacing: normal;
	padding-top: 10px;
}
.company dl{
	font-size: 13px;
	margin-left: 20%;
	display: flex;
	flex-wrap: wrap;
}
.company dl dt{
	width: 25%;
	margin-bottom: 15px;
}
.company dl dt:last-of-type{
	font-family: 'Noto Serif JP', serif;
}
.company dl dd{
	width: 70%;
	margin-left: 5px;
}
.company dl dd:last-of-type{
	font-family: 'Noto Serif JP', serif;
}


@media all and (max-width:880px) {
	.company{
		margin-top: 70px;
		padding-bottom: 120px;
	}
	.company h2{
		font-size: 25px;
		letter-spacing: 0.2em;
	}
	.company h2 span{
		font-size: 12px;
	}
	.company dl{
		font-size: 12px;
		margin-left: 15%;
	}
	
	.company dl dd{
		margin-left: 10px;
	}
}

/* 追加CONTACT */
.contact_back{
	padding: 0 20%;
}
.contact{
	background-color: #FFF;
	width: 100%;
	border: 0.8px solid #460E44;
	padding: 50px 0 60px;
}
.contact h3{
	font-size: 18px;
	color: #460E44;
	letter-spacing: 0.05em;
	margin: 40px 0 10px;
	text-align: center;
}
.contact .store{
	width: 90%;
	max-width: 160px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.contact .store span{
	font-size: 13px;
	padding-left: 10px;
}

.contact dl{
	margin: 5px 0px 0px 80px;
	font-size: 15px;
	color: #231815;
	font-family: 'Noto Serif JP', serif;
	display: flex;
}

.contact dl dd{
	margin-left: 20px;
}
.contact .line{
	text-align: center;
	font-size: 14px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	margin-top: 30px;
}
.contact .qrcode{
	text-align: center;
	margin-top: 5px;
	pointer-events: none;
}
.contact .flex_area{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 20px 25px;
}
.contact .flex_area .item{
	width: 50%;
	max-width: 150px;
}



@media all and (max-width:880px) {
	.contact_back{
		padding: 0px;
	}
	.contact{
		padding: 45px 0;
	}
	.contact h3{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact .store{
		font-size: 24px;
	}
	.contact .store::after{
		left: 42%;
	}
	.contact dl{
		margin-left: 34%;
		flex-wrap: wrap;
	}
	.contact .qrcode{
		pointer-events: auto;
	}
}
@media all and (max-width:550px) {
	.contact dl{
		margin-left: 15%;
    }
}


/* 追加footer */
footer {
	font-size: 12px;
	padding: 0 30px 30px;
	margin-top: 255px;
	position: relative;
}
footer img{
	position: absolute;
	right: -45px;
	bottom: 0;
}
@media all and (max-width:880px) {
	footer {
		font-size: 12px;
		margin-top: 200px;
		width: 100%;
		padding: 0 20px 30px
	}
	footer img{
		right: -15px;
		max-width: 40%;
	}
}

/* PC_MV */
.fixed_visual_content_images .title{
	position: absolute;
	top: 160px;
	right: 100px;
}

/* sp_MV */
.mobile_visual_content_images{
	position: relative;
}
.mobile_visual_content_images .title img{
	width: 20%;
	position: absolute;
	top: 30px;
	right: 30px;
}