@charset "UTF-8";
/* CSS Document */

/*mv*/
#mv {
	width: 100%;
	height: 680px;
	background-image: url("../../../images/mv_bg.webp"),url("../../../images/mv_main_bg.webp");
	background-size: 840px 680px,cover;
	background-position: calc(50% + 420px) top,left top;
	background-repeat: no-repeat,no-repeat;
}

#mv > div {
	width: 720px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 490px;
	padding-top: 250px;
}

#mv > div p.t01 {
	text-align: center;
	padding-bottom: 20px;
}

#mv > div p.t02 {
	text-align: center;
	font-size: 52px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 45px;
}

#mv > div ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mv > div ul li:first-child {
	width: 115px;
}

#mv > div ul li:last-child {
	width: 370px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 2.1em;
	font-size: 18px;
}


/*cont01*/
#cont01 {
	background: conic-gradient(at 44.46% 54.12%, rgba(255, 255, 255, 0) 270deg, rgba(233,219,219) 270deg);
	padding-bottom: 90px;
	padding-top: 75px;
}

#cont01 .box01 {
	background: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 50%,rgba(239,239,239,1) 50%,rgba(239,239,239,1) 100%);
}

#cont01 .box01 .box {
	width: 1200px;
/*	height: 497px;*/
	height: 563px;
	margin: 0 auto 33px;
	background-color: #efefef;
	padding-top: 27px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines:multiple;
    -moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	flex-direction: column;
	position: relative;
}

#cont01 .box01 .box div:first-of-type {
	order: 2;
	width: calc(100% - 440px);
	padding-top: 55px;
}

#cont01 .box01 .box div:first-of-type p.t01 {
	font-size: 18px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 20px;
}

#cont01 .box01 .box div:first-of-type p.t02 {
	font-size: 38px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 1em;
	padding-bottom: 30px;
}

#cont01 .box01 .box div:first-of-type p.t02 span {
	font-size: 16px;
	color: #937a4e;
	padding-left: 20px;
}

#cont01 .box01 .box div:first-of-type p.t03 {
	font-size: 18px;
	font-family: 'Noto Serif JP', sans-serif;
	line-height: 2.1em;
}

#cont01 .box01 .box div:nth-of-type(2) {
	order: 1;
	padding-left: 130px;
	width: 310px;
}

#cont01 .box01 .box > ul {
	order: 3;
	padding-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#cont01 .box01 .box > ul li {
	font-size: 15px;
	line-height: 2em;
}

#cont01 .box01 .box > ul li span {
	display: inline-block;
	width: 95px;
	position: relative;
}

#cont01 .box01 .box > ul li span::after {
	content: "ー";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

#cont01 .box01 .box > ul > li:first-of-type {
	width: 440px;
}

#cont01 .box01 .box div:last-of-type {
	position: absolute;
	bottom: 48px;
	left: 440px;
}


/*cont02*/
#cont02 {
	background-image: url("../../../images/cont02_bg.webp");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #fbf9f4;
	padding: 90px 0 100px;
}

#cont02 > div {
	width: 705px;
	padding-left: 410px;
	padding-right: 25px;
	margin: 0 auto;
}

#cont02 > div h2 {
	font-size: 36px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}

#cont02 > div h2 span {
	font-size: 18px;
	display: block;
}

#cont02 > div p {
	padding-top: 40px;
	padding-bottom: 40px;
}

#cont02 > div ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#cont02 > div ul li {
	box-shadow: 0px 0px 8px 0px rgba(39, 39, 39, 0.7);
}


/*cont03*/
#cont03 {
	padding: 90px 0 130px;
}

#cont03 h2 {
	margin-bottom: 70px;
}


/*cont04*/
#cont04 {
	background-image: url("../../../images/cont04_bg.webp");
	background-size: cover;
	background-position: right bottom;
	padding: 90px 0 70px;
}

#cont04 p.insta_t01 {
	font-size: 25px;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
	line-height: 34px;
	margin-top: 70px;
}

#cont04 p.insta_t01 img {
	margin-right: 8px;
}

#cont04 ul.insta_img {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#cont04 div.insta_img {
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0 40px;
}

#cont04 div.line_bnr {
	text-align: center;
	padding-bottom: 50px;
}

#cont04 div.app_bnr {
	text-align: center;
	padding-bottom: 50px;
}

#cont04 p.t01 {
	font-size: 13px;
	text-align: center;
	color: #222;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#cont04 p.t02 {
	text-align: center;
	color: #222;
	font-weight: 500;
	padding-bottom: 20px;
}

#cont04 ul.other_sns {
	width: 1140px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#cont04 ul.other_sns li {
	width: calc(100% / 3);
	text-align: center;
	border-left: 1px solid #252525;
}

#cont04 ul.other_sns li:last-child {
	border-right: 1px solid #252525;
}

#cont04 ul.other_sns li p {
	color: #1f1d1b;
	font-size: 18px;
	padding-top: 15px;
}

#cont04 ul.other_sns li a {
	display: block;
	width: 100%;
	height: calc(100% - 23px);
	padding: 8px 0 15px;
	text-decoration: none;
}

#cont04 ul.other_sns li a:hover {
	opacity: .5;
}


/*cont05*/
#cont05 {
	padding: 85px 0 100px;
}

#cont05 .case_slide {
	margin-top: 80px;
}

#cont05 p.btn {
	padding-top: 60px;
}


/*cont06*/
#cont06 {
	background-color: #e8e0d3;
	padding: 135px 0 100px;
}

#cont06 h2 {
	position: relative;
	z-index: 1;
}

#cont06 h2::before {
	content: "";
	width: 561px;
	height: 91px;
	background-image: url("../../../images/cont06_bg_t01.webp");
	position: absolute;
	left: calc(50% - 268px);
	top: -30px;
	z-index: -1;
}

#cont06 p.t01 {
	text-align: center;
	color: #222;
	padding-top: 55px;
	padding-bottom: 65px;
}

#cont06 ul {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

#cont06 ul li {
	width: 210px;
	padding: 22px 0 20px;
	background-image: url("../../../images/cont06_bg01.webp"),url("../../../images/cont06_bg02.webp"),url("../../../images/cont06_bg03.webp"),url("../../../images/cont06_bg04.webp");
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left 6px top 6px,right 6px top 6px,left 6px bottom 6px,right 6px bottom 6px;
	background-color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
}

#cont06 ul li div {
	order: 1;
	text-align: center;
}

#cont06 ul li p {
	order: 2;
	text-align: center;
	line-height: 1.6em;
	padding-top: 10px;
}

#cont06 p.btn {
	padding-top: 60px;
}