@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	color: #000000;
	font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "sans-serif";
	font-size: 1.6rem;
	line-height: 1;
	opacity: 0;
}

body.is-complete {
	opacity: 1;
	transition: 1.5s ease 0.25s;
}

input, button, select, textarea {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* -----------------------------------------------
 * Scroll Fade Effect Elements
 ---------------------------------------------- */

.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition-property: opacity transform;
	transition: 1.5s ease 0.25s;
}

.fadein.active {
	opacity: 1;
	transform: translate(0, 0);
}


/* ! inline Break(carriage return) Control Classes
----------------------------------------------- */
br.sp-inline {
	display: inline-block !important;
}

@media (min-width: 768px) {
	br.sp-inline {
		display: none !important;
	}
}

br.pc-inline {
	display: none !important;
}

@media (min-width: 768px) {
	br.pc-inline {
		display: inline-block !important;
	}
}


/* ----------------------------------------------
 * Header
 ---------------------------------------------- */

.lp-header__inner {
	position: relative;
	padding-top: 50%;
	background-image: url("../images/main.jpg");
	background-position: center center;
	background-size: cover;
}

.lp-header__title {
	position: absolute;
	bottom: 7.08333vw;
	left: 50%;
	width: 64.16666vw;
	margin: 0;
	text-align: center;
	transform: translateX(-50%);
}

@media (min-width: 1200px) {
	.lp-header__title {
		bottom: 8.5rem;
		width: 77.0rem;
	}
}

.lp-header__title img {
	width: 100%;
	height: auto;
}

.lp-header .lp-header__image {
	margin: 0;
}

.lp-header img {
	width: 100%;
	height: auto;
}







/* ----------------------------------------------
 * Footer
 ---------------------------------------------- */

.lp-footer {
	padding: 3.0rem 2.0rem;
}

@media (min-width: 768px) {
	.lp-footer {
		padding: 6.0rem 2.0rem;
	}
}

.lp-footer__inner {
	
}

@media (min-width: 768px) {
	.lp-footer__inner {
		
	}
}

.lp-footer__logo {
	margin: 0;
}

@media (min-width: 768px) {
	.lp-footer__logo {
		
	}
}

.lp-footer__logo figure {
	width: 16.0rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.lp-footer__logo figure {
		width: 23.8rem;
	}
}

.lp-footer__logo figure img {
	display: block;
	width: 100%;
	height: auto;
}







/* ----------------------------------------------
 * Section
 ---------------------------------------------- */

.lp-section {
	position: relative;
	padding: 10.0rem 2.3rem 0;
}

@media (min-width: 768px) {
	.lp-section {
		padding-top: 18.0rem;
	}
}

.lp-section__inner {
	
}

@media (min-width: 768px) {
	.lp-section__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 103.0rem;
		margin: 0 auto;
	}
}



/* Section header
 ---------------------------------------------- */

.lp-section__header {
	margin-bottom: 5.0rem;
}

@media (min-width: 768px) {
	.lp-section__header {
		width: 35.0rem;
		margin: 0;
	}
}



/* Section header title
 ---------------------------------------------- */

.lp-section__header h2 {
	position: relative;
	margin-bottom: 0.5em;
	font-size: 2.3rem;
	font-weight: 400;
	line-height: 1.6;
}

@media (min-width: 768px) {
	.lp-section__header h2 {
		font-size: 2.5rem;
	}
}

.lp-section__header p {
	position: relative;
	margin: 0;
	font-size: 1.5rem;
}

@media (min-width: 768px) {
	.lp-section__header p {
		padding-bottom: 2.0em;
	}

	.lp-section__header p::before {
		display: block;
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 6.0rem;
		height: 0.3rem;
		background-color: #808080;
		transform: translateX(-50%);
	}
}


@media (min-width: 768px) {
	.lp-section__header p::before {
		left: 0;
		transform: translateX(0);
	}
}


.lp-section__header figure {
	margin: 0 0 3.0rem;
}


@media (min-width: 768px) {
	.lp-section__header figure {
		max-width: 34.5rem;
		margin: 3.0rem 0 0;
	}
}


.lp-section__header img {
	width: 100%;
	height: auto;
}


/* Section contents
 ---------------------------------------------- */

.lp-section__contents {
	width: auto;
}

@media (min-width: 768px) {
	.lp-section__contents {
		width: calc(100% - 38.0rem);
	}
}


.lp-section__contents > h3 {
	margin: 0 0 5.0rem;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-section__contents > h3 {
		font-size: 2.0rem;
	}
}


.lp-section__contents p {
	margin-bottom: 2.0rem;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-section__contents p {
		margin-bottom: 3.0rem;
	}
}


.lp-section__contents ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-section__contents li {
	position: relative;
	margin-top: 8.0rem;
	padding-top: 4.0rem;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	.lp-section__contents li {
		margin-top: 10.0rem;
		padding-top: 0;
		padding-left: 3.0em;
	}
}

.lp-section__contents li::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	color: #999999;
	font-size: 2.3rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	.lp-section__contents li::before {
		top: -0.3em;
	}
}

.lp-section__contents ol li:nth-child(1)::before {
	content: '01.';
}
.lp-section__contents ol li:nth-child(2)::before {
	content: '02.';
}
.lp-section__contents ol li:nth-child(3)::before {
	content: '03.';
}
.lp-section__contents ol li:nth-child(4)::before {
	content: '04.';
}
.lp-section__contents ol li:nth-child(5)::before {
	content: '05.';
}
.lp-section__contents ol li:nth-child(6)::before {
	content: '06.';
	color: #666;
}
.lp-section__contents ol li:nth-child(7)::before {
	content: '07.';
	color: #666;
}
.lp-section__contents ol li:nth-child(8)::before {
	content: '08.';
}
.lp-section__contents ol li:nth-child(9)::before {
	content: '09.';
}





.lp-section__contents li h3 {
	margin-bottom: 1.0em;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-section__contents li h3 {
		font-size: 1.6rem;
	}
}

.lp-section__contents li h3 span.sub {
	display: block;
}


.lp-section__contents li p {
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-section__contents li p {
		
	}
}




/* Section contact
 ---------------------------------------------- */


.lp-section__contact {
	width: 100%;
	margin: 0;
	padding-bottom: 10.0rem;
}

@media (min-width: 768px) {
	.lp-section__contact {
		padding-bottom: 20.0rem;
	}
}

.lp-section__contact a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 4.0rem);
	max-width: 47.2rem;
	height: 4.3rem;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	color: #000000;
	font-size: 1.3rem;
	font-weight: 400;
	border: 1px solid #000000;
	transition: all 0.1s linear;
}

@media (min-width: 768px) {
	.lp-section__contact a {
		height: 6.2rem;
		font-size: 1.5rem;
	}

	.lp-section__contact a:hover {
		background-color: #000000;
		color: #fff;
		transition: all 0.1s linear;
	}
}







/* ----------------------------------------------
 * Introduction
 ---------------------------------------------- */

.lp-section.introduction {
	padding-top: 6.0rem;
	padding-bottom: 8.0rem;
}

@media (min-width: 768px) {
	.lp-section.introduction {
		padding-top: 12.0rem;
		padding-bottom: 16.0rem;
	}
}

/* Section header
 ---------------------------------------------- */

.introduction .lp-section__header {
	margin-bottom: 3.0rem;
}

@media (min-width: 768px) {
	.introduction .lp-section__header {
		width: 39.5rem;
		margin-bottom: 0;
	}
}

.introduction .lp-section__header figure {
	margin: 3.0rem 0 0;
}





/* Section contents
 ---------------------------------------------- */

.introduction .lp-section__contents {
	
}

@media (min-width: 768px) {
	.introduction .lp-section__contents {
		width: calc(100% - 46.0rem);
	}
}




.introduction .lp-section__contents p {
	font-size: 1.5rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	.introduction .lp-section__contents p {
		font-size: 1.7rem;
	}
}



/* ----------------------------------------------
 * Section happty
 ---------------------------------------------- */

/* images
 ---------------------------------------------- */

.happy .lp-section__images {
	margin-top: 6.0rem;
}


.happy .lp-section__images ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.happy .lp-section__images li {
	position: relative;
	width: calc((100% - 0.7rem) / 2);
	margin: 0.7rem 0 0;
	padding: 0;
}

@media (min-width: 1001px) {
	.happy .lp-section__images li {
		width: calc((100% - 1.4rem) / 3);
	}
}

.happy .lp-section__images figure {
	position: relative;
	margin: 0;
}

.happy .lp-section__images figcaption {
	position: absolute;
	right: 1.0em;
	bottom: 1.0em;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1;
	font-family: "Noto Sans JP", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "sans-serif";
	font-weight: 300;
}

.happy .lp-section__images figcaption.difference {
	color: #000000;
}


.happy .lp-section__images img {
	display: block;
	width: 100%;
	height: auto;
}




/* ----------------------------------------------
 * Section workshop
 ---------------------------------------------- */

.lp-section.workshop {
	background-color: #f9f8f8;
}


/* images
 ---------------------------------------------- */


.workshop .lp-section__images {
	margin-top: 6.0rem;
}


.workshop .lp-section__images ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}

.workshop .lp-section__images li {
	width: calc((100% - 1.0rem) / 2);
	margin: 1.0rem 0 0;
	padding: 0;
}

@media (min-width: 1001px) {
	.workshop .lp-section__images li {
		width: calc((100% - 2.5rem) / 2);
		margin: 2.5rem 0 0;
	}
}


.workshop .lp-section__images img {
	display: block;
	width: 100%;
	height: auto;
}





/* ----------------------------------------------
 * Main
 ---------------------------------------------- */

.lp-main {
	position: relative;
	padding: 9.0rem 4.0rem 18.0rem;
}

@media (min-width: 768px) {
	.lp-main {
		padding: 19.0rem 4.0rem 27.0rem;
	}
}

.lp-main__inner {
	
}

@media (min-width: 768px) {
	.lp-main__inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 103.0rem;
		margin: 0 auto;
	}
}



/* main separator
 ---------------------------------------------- */

.lp-main__separator {
	position: relative;
	margin: 0;
	padding: 0 4.0rem;
}

.lp-main__separator::before {
	content: '';
	display: block;
	max-width: 103.0rem;
	height: 0.1rem;
	margin: 0 auto;
	background-color: #000000;
	border-bottom: solid 0.1rem #000000;
}


/* main header
 ---------------------------------------------- */

.lp-main__header {
	width: auto;
	text-align: center;
}


@media (min-width: 768px) {
	.lp-main__header {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		text-align: left;
	}
}

.lp-main__header h2 {
	margin-bottom: 1.5em;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
}

@media (min-width: 768px) {
	.lp-main__header h2 {
		width: calc(100% - 45.5rem);
		font-size: 3.5rem;
	}
}

/* main image
 ---------------------------------------------- */

.lp-main__image {
	width: auto;
	margin-bottom: 3.0rem;
	text-align: center;
}


@media (min-width: 768px) {
	.lp-main__image {
		width: 39.5rem;
	}
}

.lp-main__image img {
	width: 100%;
	height: auto;
}



/* main contents
 ---------------------------------------------- */

.lp-main__contents {
	margin-bottom: 7.0rem;
}

@media (min-width: 768px) {
	.lp-main__contents {
		width: calc(100% - 45.5rem);
	}
}

.lp-main__contents.end {
	margin-bottom: 0;
}


.lp-main__contents > h3 {
	margin-bottom: 1.0em;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

@media (min-width: 1001px) {
	.lp-main__contents > h3 {
		font-size: 1.9rem;
	}
}

.lp-main__contents dl {
	
}

.lp-main__contents dt {
	margin: 0;
	font-weight: 500;
}

.lp-main__contents dd {
	margin: 0 0 1.0em;
	padding: 0;
}

.lp-main__contents p,
.lp-main__contents dt,
.lp-main__contents dd {
	font-size: 1.4rem;
	line-height: 1.9;
}

@media (min-width: 768px) {
	.lp-main__contents p,
	.lp-main__contents dt,
	.lp-main__contents dd {
		font-size: 1.5rem;
	}
}

.lp-main__contents p.lp-main__contents__note {
	font-size: 1.2rem;
	font-weight: 300;
}





/* ----------------------------------------------
 * Column
 ---------------------------------------------- */

.lp-column {
	position: relative;
	padding: 9.0rem 4.0rem 12.0rem;
}

@media (min-width: 768px) {
	.lp-column {
		padding: 19.0rem 4.0rem 27.0rem;
	}
}


.lp-column__inner {
	
}

@media (min-width: 768px) {
	.lp-column__inner {
		max-width: 103.0rem;
		margin: 0 auto;
	}
}



/* column title
 ---------------------------------------------- */

h2.lp-column__title {
	margin-bottom: 3.0rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1;
}

@media (min-width: 768px) {
	h2.lp-column__title {
		margin-bottom: 6.0rem;
		font-size: 2.3rem;
	}
}



/* column image
 ---------------------------------------------- */

.lp-column__image {
	width: 21.0rem;
	margin: 0 auto 3.5rem;
}

@media (min-width: 768px) {
	.lp-column__image {
		margin-bottom: 7.5rem;
	}
}

.lp-column__image img {
	width: 100%;
	height: auto;
}



h3.lp-column__contents__title {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1;
}

@media (min-width: 768px) {
	h3.lp-column__contents__title {
		font-size: 2.3rem;
	}
}



.lp-column__contents {
	margin-bottom: 10.0rem;
}

@media (min-width: 768px) {
	.lp-column__contents {
		
	}
}

.lp-column__contents.end {
	margin-bottom: 0;
}


.lp-column__contents p {
	margin-bottom: 1.5em;
	font-size: 1.4rem;
	line-height: 2.0;
}

@media (min-width: 768px) {
	.lp-column__contents p {
		text-align: center;
		font-size: 1.5rem;
	}
}


.lp-column__contents p.lp-column__contents__pargraph {
	text-align: left;
	max-width: 76.0rem;
	margin-left: auto;
	margin-right: auto;
}


.lp-column__contents p.lp-column__contents__note {
	font-size: 1.2rem;
	font-weight: 300;
}






/* ----------------------------------------------
 * About
 ---------------------------------------------- */

.lp-section.about {
	padding-bottom: 32.0rem;
}

@media (min-width: 768px) {
	.lp-section.about {
		padding-bottom: 47.0rem;
	}
}


/* ----------------------------------------------
 * Contact
 ---------------------------------------------- */

.lp-section.contact {
	padding-top: 0;
}

@media (min-width: 768px) {
	.lp-section.contact {
		padding-top: 0;
	}
}



/* ----------------------------------------------
 * Background
 ---------------------------------------------- */

.p-background {
	position: relative;
	overflow: hidden;
}

.p-background__bgcolor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 8.0rem);
	background-color: #f9f8f8;
	z-index: -1;
}



.p-background .lp-section {
	z-index: 100;
}

.p-background .lp-column {
	z-index: 200;
}

.p-background .lp-main {
	z-index: 300;
}

.p-background .lp-main__separator {
	z-index: 400;
}





.p-background__bg {
	position: absolute;
	left: 50%;
	width: 100%;
	min-width: 160.0rem;
	transform: translateX(-50%);
	z-index: 1;
}

.p-background__bg img {
	width: 100%;
	height: auto;
}

.p-background.-main .p-background__bg {
	top: 0;
}

.p-background.-about .p-background__bg {
	bottom: 0;
}



.p-background__texture01 {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	min-width: 160.0rem;
	transform: translateX(-50%);
	z-index: 2;
}

.p-background__texture01__inner {
	width: 34.2rem;
	margin-left: auto;
}

.p-background__texture01 img {
	width: 100%;
	height: auto;
}





.p-background__texture02 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	min-width: 160.0rem;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.p-background__texture02__inner {
	width: 35.3rem;
}

.p-background__texture02 img {
	width: 100%;
	height: auto;
}




.p-background__texture03 {
	position: absolute;
	top: 48.0rem;
	left: 50%;
	width: 100%;
	min-width: 160.0rem;
	transform: translate(-50%, 0);
	z-index: 2;
}

.p-background__texture03__inner {
	width: 35.3rem;
}

.p-background__texture03 img {
	width: 100%;
	height: auto;
}

