@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap');

/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Roboto Slab", serif;
*/

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);
}

.scalein {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition-property: opacity transform;
	transition: 1.5s ease 0.25s;
}

.scalein.active {
	opacity: 1;
	transform: scaleY(1);
}

/* ! 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 {
	padding: 0 2.0rem;
}

.lp-header__inner {
	
}


/* Logo
 ---------------------------------------------- */

.lp-header__logo {
	margin: 4.0rem 0 0;
	line-height: 1;
}

@media (min-width: 768px) {
	.lp-header__logo {
		margin: 8.0rem 0 0;
	}
}

.lp-header__logo figure {
	width: 6.0rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.lp-header__logo figure {
		width: 12.3rem;
	}
}

.lp-header__logo figure img {
	display: block;
	width: 100%;
	height: auto;
}


/* Imae
 ---------------------------------------------- */

.lp-header__image {
	margin-top: 14.6rem;
}

@media (min-width: 768px) {
	.lp-header__image {
		margin-top: 25.7rem;
	}
}

.lp-header__image figure {
	width: 22.0rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.lp-header__image figure {
		width: 51.5rem;
	}
}

.lp-header__image figure img {
	display: block;
	width: 100%;
	height: auto;
}





/* ----------------------------------------------
 * Footer
 ---------------------------------------------- */

.lp-footer {
	padding: 3.0rem 2.0rem;
	background-color: #f9f8f8;
}

@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;
}








/* ----------------------------------------------
 * Introduction
 ---------------------------------------------- */

.lp-section__introduction {
	margin-top: 16.0rem;
	padding: 0 2.5rem;
}

@media (min-width: 768px) {
	.lp-section__introduction {
		margin-top: 31.0rem;
	}
}

.lp-section__introduction__contents {
	
}

@media (min-width: 768px) {
	.lp-section__introduction__contents {
		
	}
}

.lp-section__introduction__contents h2 {
	margin: 0 0 3.0rem;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

@media (min-width: 768px) {
	.lp-section__introduction__contents h2 {
		margin: 0 0 3.5rem;
		font-size: 3.0rem;
	}
}

.lp-section__introduction__contents h3 {
	margin: 0 0 3.0rem;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

@media (min-width: 768px) {
	.lp-section__introduction__contents h3 {
		margin: 0 0 3.5rem;
		font-size: 2.5rem;
	}
}

.lp-section__introduction__contents p {
	margin: 0 0 3.0rem;
	font-size: 1.5rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-section__introduction__contents p {
		margin: 0 0 5.0rem;
		text-align: center;
	}
}



.v-line {
	position: relative;
}

.v-line::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0.1rem;
	height: 100%;
	background-color: #000000;
}

.border-1 {
	margin-bottom: 4.2rem;
	height: 11.7rem;
}

@media (min-width: 768px) {
	.border-1 {
		margin-bottom: 4.8rem;
		height: 8.8rem;
	}
}



.border-2 {
	height: 21.6rem;
}

@media (min-width: 768px) {
	.border-2 {
		height: 17.3rem;
	}
}






/* ----------------------------------------------
 * Howtouse
 ---------------------------------------------- */

.lp-howtouse {
	padding: 0 2.0rem;
}

@media (min-width: 768px) {
	.lp-howtouse {
		
	}
}

.lp-howtouse__inner {
	border: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-howtouse__inner {
		max-width: 103.5rem;
		margin: 0 auto;
	}
}


/* Header
 ---------------------------------------------- */

.lp-howtouse__header h2 {
	/*display: flex;*/
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 27.7rem;
	height: 4.7rem;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: "Roboto Slab", serif;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	border: solid 0.1rem #000000;
	transform: translateY(-2.3rem);
	z-index: 10;
}

@media (min-width: 768px) {
	.lp-howtouse__header h2 {
		display: flex;
		width: 55.0rem;
		height: 7.8rem;
		font-size: 3.0rem;
		transform: translateY(-3.9rem);
	}
}



@media (min-width: 768px) {
	.lp-howtouse__header-sp {
		display: none;
	}
}

.lp-howtouse__header-sp h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 27.7rem;
	height: 4.7rem;
	margin: 0 auto 1.5rem;
	background-color: #ffffff;
	font-family: "Roboto Slab", serif;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	border: solid 0.1rem #000000;
	z-index: 10;
}


/* Title
 ---------------------------------------------- */

.lp-howtouse__title {
	width: 100%;
	margin-bottom: 2.0rem;
	padding-top: 3.0rem;
}

@media (min-width: 768px) {
	.lp-howtouse__title {
		display: flex;
		justify-content: flex-end;
		max-width: 85.5rem;
		margin: 0 auto 5.0rem;
		padding-top: 4.0rem;
	}
}

.lp-howtouse__title h3 {
	margin: 0;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	.lp-howtouse__title h3 {
		width: 42%;
		text-align: left;
		font-size: 2.3rem;
	}
}





/* Contents
 ---------------------------------------------- */

.lp-howtouse__contents {
	
}

@media (min-width: 768px) {
	.lp-howtouse__contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 85.5rem;
		margin: 0 auto;
	}
}




.lp-howtouse__image {
	display: flex;
	max-width: 41.0rem;
	margin: 0 auto 6.0rem;
	padding: 0 4.2rem;
}

@media (min-width: 768px) {
	.lp-howtouse__image {
		width: 48%;
		margin: 0;
		padding: 0;
	}
}

.lp-howtouse__image figure {
	margin: 0;
}

@media (min-width: 768px) {
	.lp-howtouse__image figure {
		
	}
}

.lp-howtouse__image figure img {
	display: block;
	width: 100%;
	height: auto;
}



/* Text
 ---------------------------------------------- */

.lp-howtouse__text {
	padding: 0 3.2rem;
}

@media (min-width: 768px) {
	.lp-howtouse__text {
		width: 42%;
		padding: 0;
	}
}


.lp-howtouse__text h4 {
	margin-bottom: 1.2em;
	padding-bottom: 0.4em;
	font-size: 1.5rem;
	font-weight: 400;
	border-bottom: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-howtouse__text h4 {
		font-size: 1.8rem;
	}
}


.lp-howtouse__text ol {
	margin-bottom: 7.5rem;
	padding-left: 1.5em;
}

@media (min-width: 768px) {
	.lp-howtouse__text ol {
		
	}
}

.lp-howtouse__text li {
	margin-bottom: 0.3em;
	font-size: 1.4rem;
}

@media (min-width: 768px) {
	.lp-howtouse__text li {
		font-size: 1.7rem;
	}
}




/* Illust
 ---------------------------------------------- */

.lp-howtouse__illust {
	padding: 0 2.0rem 5.0rem;
}

@media (min-width: 768px) {
	.lp-howtouse__illust {
		padding: 5.0rem 0 9.0rem;
	}
}



.lp-howtouse__illust figure {
	
}

@media (min-width: 768px) {
	.lp-howtouse__illust figure {
		width: 73.5rem;
		margin: 0 auto;
	}
}

.lp-howtouse__illust figure img {
	display: block;
	width: 100%;
	height: auto;
}












/* ----------------------------------------------
 * Points
 ---------------------------------------------- */

.lp-points {
	padding: 0 2.0rem;
}

@media (min-width: 768px) {
	.lp-points {
		
	}
}

.lp-points__inner {
	position: relative;
	border: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-points__inner {
		max-width: 103.5rem;
		margin: 0 auto;
	}
}



.point-line.v-line::after {
	height: calc(100% - 2.3rem);
}

.point-line {
	height: 26.0rem;
}

@media (min-width: 768px) {
	.point-line {
		height: 47.0rem;
	}
}


/* Header
 ---------------------------------------------- */

.lp-points__header h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 27.7rem;
	height: 4.7rem;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: "Roboto Slab", serif;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	border: solid 0.1rem #000000;
	transform: translateY(-2.3rem);
	z-index: 10;
}

@media (min-width: 768px) {
	.lp-points__header h2 {
		width: 55.0rem;
		height: 7.8rem;
		font-size: 3.0rem;
		transform: translateY(-3.9rem);
	}
}


/* Contents
 ---------------------------------------------- */

.lp-points__contents {
	padding: 3.0rem 2.0rem 7.0rem;
}

@media (min-width: 768px) {
	.lp-points__contents {
		padding: 11.0rem 2.0rem 11.0rem;
	}
}

.lp-points__contents__inner {
	margin-bottom: 9.0rem;
}

@media (min-width: 768px) {
	.lp-points__contents__inner {
		margin-bottom:12.5rem;
	}
}


.lp-points__contents h3 {
	margin: 0 0 3.0rem;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}

@media (min-width: 768px) {
	.lp-points__contents h3 {
		margin: 0 0 4.5rem;
		font-size: 2.3rem;
	}
}


.lp-points__contents p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.9;
}

@media (min-width: 768px) {
	.lp-points__contents p {
		text-align: center;
		font-size: 1.5rem;
	}
}

.lp-points__contents p strong {
	font-weight: 500;
	background: linear-gradient(transparent 60%, yellow 30%);
}


.lp-points__contents__effect {
	width: 100%;
	max-width: 52.0rem;
	margin: 3.0rem auto 0;
}
@media (min-width: 768px) {
	.lp-points__contents__effect {
		margin-bottom: 5.0rem;
	}
}



.lp-points__contents__effect h4 {
	margin: 0 0 0.5em;
	padding-bottom: 0.4em;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	border-bottom: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-points__contents__effect h4 {
		margin: 0 0 0.7em;
		padding-bottom: 0.5em;
		font-size: 2.3rem;
	}
}

.lp-points__contents__effect p {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
	.lp-points__contents__effect p {
		font-size: 1.8rem;
	}
}



.v-arrow {
	position: relative;
	height: 22.4rem;
	margin-bottom: 11.0rem
}

@media (min-width: 768px) {
	.v-arrow {
		height: 33.0rem;
		margin-bottom: 17.5rem
	}
}

.v-arrow::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 0.1rem;
	height: 100%;
	background-color: #000000;
}


.v-arrow::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2.3rem;
	height: 2.3rem;
	border-bottom: solid 0.1rem #000000;
	border-left: solid 0.1rem #000000;
	transform: rotate(-45deg);
	transform-origin: bottom left;
}


@media (min-width: 768px) {
	.v-arrow::after {
		width: 4.6rem;
		height: 4.6rem;
	}
}




/* ----------------------------------------------
 * Items
 ---------------------------------------------- */

.lp-items {
	position: relative;
	padding: 2.3rem 2.0rem 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.lp-items {
		padding-top: 3.5rem;
	}
}

.lp-items__inner {
	position: relative;
	z-index: 2;
}

@media (min-width: 768px) {
	.lp-items__inner {
		max-width: 103.5rem;
		margin: 0 auto;
	}
}


.lp-items__inner::before,
.lp-items__inner::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.4rem;
	border-top: solid 0.1rem #000000;
	border-bottom: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-items__inner::before,
	.lp-items__inner::after {
		height: 0.7rem;
	}
}


.lp-items__inner::before {
	top: 0;
}

.lp-items__inner::after {
	bottom: 0;
}


/* Bg
 ---------------------------------------------- */

.lp-items__bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	max-width: 145.5rem;
	min-width: 114.5rem;
	transform: translateX(-50%);
	z-index: 1;
}

.lp-items__bg p {
	position: absolute;
	top: 2.0rem;
	left: 2.0rem;
	margin: 0;
	font-family: "Roboto Slab", serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	transform: rotate(90deg);
	transform-origin: left bottom;
}


/* Line
 ---------------------------------------------- */


.item-line.v-line::after {
	/* height: calc(100% - 2.3rem); */
	height: 100%;
}

.item-line {
	height: 28.0rem;
}

@media (min-width: 768px) {
	.item-line {
		height: 35.0rem;
	}
}


/* Header
 ---------------------------------------------- */

.lp-items__header h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 21.5rem;
	height: 4.7rem;
	margin: 0 auto;
	background-color: #ffffff;
	font-family: "Roboto Slab", serif;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
	border: solid 0.1rem #000000;
	transform: translateY(-2.3rem);
	z-index: 10;
}

@media (min-width: 768px) {
	.lp-items__header h2 {
		width: 38.0rem;
		height: 7.2rem;
		font-size: 3.0rem;
		transform: translateY(-3.5rem);
	}
}





/* Contents
 ---------------------------------------------- */

.lp-items__contents {
	padding: 0 0 2.7rem;
}

@media (min-width: 768px) {
	.lp-items__contents {
		padding-bottom: 3.5rem
	}
}

.lp-items__contents__inner {
	display: flex;
}


.lp-items__contents__image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 33%;
	height: 30.0rem;
	padding-right: 2.4rem;
	border-right: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-items__contents__image {
		height: 67.7rem;
		padding-right: 8.0rem;
	}
}

.lp-items__contents__image figure {
	width: 7.0rem;
}

@media (min-width: 768px) {
	.lp-items__contents__image figure {
		width: 14.1rem;
	}
}

.lp-items__contents__image figure img {
	display: block;
	width: 100%;
	height: auto;
}






/* Contents list */

.lp-items__contents__list {
	display: flex;
	align-items: center;
	width: 67%;
	height: 30.0rem;
	padding-left: 2.5rem;
}

@media (min-width: 768px) {
	.lp-items__contents__list {
		height: 67.7rem;
		padding-left: 8.0rem;
	}
}

.lp-items__contents__list dt {
	font-family: "Roboto Slab", serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

@media (min-width: 768px) {
	.lp-items__contents__list dt {
		font-size: 2.2rem;
	}
}

.lp-items__contents__list dd {
	margin: 0 0 3.0rem;
	font-size: 2.3rem;
	font-weight: 300;
}

@media (min-width: 768px) {
	.lp-items__contents__list dd {
		margin: 0 0 9.0rem;
		font-size: 4.0rem;
	}
}

.lp-items__contents__list dd:last-of-type {
	margin-bottom: 0;
}



/* Contents
 ---------------------------------------------- */

.lp-items__description {
	padding: 5.5rem 0 6.0rem;
	border-top: solid 0.1rem #000000;
}

@media (min-width: 768px) {
	.lp-items__description {
		padding: 9.5rem 13.5rem;
	}
}


.lp-items__description dt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-items__description dt {
		font-size: 1.5rem;
	}
}

.lp-items__description dd {
	margin: 0 0 2.0rem;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.lp-items__description dd {
		margin: 0 0 3.0rem;
		font-size: 1.5rem;
	}
}

.lp-items__description dd:last-of-type {
	margin-bottom: 0;
}




/* ----------------------------------------------
 * About
 ---------------------------------------------- */

.about {
	margin-top: 10.5rem;
	background-color: #f9f8f8;
}

@media (min-width: 768px) {
	.about {
		margin-top: 20.0rem;
	}
}


/* ----------------------------------------------
 * Section
 ---------------------------------------------- */

.lp-section {
	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: 108.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.1rem;
		background-color: #000000;
		background-color: rgba(56, 41, 30, 0.5);
		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: rgba(56, 41, 30, 0.5);
	font-size: 2.3rem;
	font-weight: 500;
}

@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.';
}
.lp-section__contents ol li:nth-child(7)::before {
	content: '07.';
}
.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;
	}
}







.p-association dl {
	
}

@media (min-width: 768px) {
	.p-association dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}


.p-association dt {
	width: 30.0rem;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 768px) {
	.p-association dt {
		width: 21.0rem;
		text-align: left;
	}
}

.p-association dd {
	width: 30.0rem;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.p-association dd {
		width: calc(100% - 20.0rem);
	}
}

.p-association dt,
.p-association dd {
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	.p-association dt,
	.p-association dd {
		font-size: 1.4rem;
	}
}

.p-association a {
	color: #000000;
}

.p-association .ifra {
	margin-bottom: 6.5rem;
}

.p-association .ifra img {
	display: block;
	width: 13.7rem;
	height: auto;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.p-association .ifra img {
		width: 15.5rem;
		margin: 0;
	}
}


.p-association .integra-fragrances img{
	display: block;
	width: 17.2rem;
	height: auto;
	margin: 0 auto 3.0rem;
}

@media (min-width: 768px) {
	.p-association .integra-fragrances img{
		width: 18.5rem;
		margin: 0;
	}
}

