@charset "UTF-8";


/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-block: 19.0rem 15.0rem;
}
.l-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 17.4rem;
	background: linear-gradient(0deg, rgba(195, 185, 155, 0) 0%, rgb(204 197 176) 100%);
	pointer-events: none;
}
.intro-head {
	position: relative;
	margin-bottom: 7.5rem;
	z-index: 1;
}
.intro-head__heading {
	font-size: 4.2rem;
	line-height: 1.666666666666667;
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: 7.5rem;
}
.intro-head__catch {
	font-size: 2.8rem;
	line-height: 1.857142857142857;
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: 3.0rem;
}
.intro-head__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .2em;
	text-align: center;
	margin-bottom: 2.7rem;
}
.intro-head__note {
	font-size: max(10px,1.1rem);
	line-height: 2.363636363636364;
	letter-spacing: .2em;
	text-align: center;
}
.intro-bels {
	max-width: 416px;
	margin-bottom: 9.0rem;
}
.intro-bels__note {
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #666666;
    text-align: left;
	margin-top: 10px;
}
.intro-movie {
	max-width: 992px;
}
.intro-movie__box {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}
.intro-movie__box iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-block: 5.5rem 6.0rem;
	}
	.l-intro::before {
		height: 3.5rem;
	}
	.intro-head {
		margin-bottom: 3.5rem;
	}
	.intro-head__heading {
		font-size: 2.2rem;
		letter-spacing: .15em;
		margin-bottom: 5.5rem;
	}
	.intro-head__catch {
		font-size: 1.8rem;
		line-height: 2;
		letter-spacing: .15em;
		margin-bottom: 2.0rem;
	}
	.intro-head__desc {
		font-size: 1.4rem;
		line-height: 2.285714285714286;
		letter-spacing: .1em;
		margin-bottom: 2.0rem;
	}
	.intro-head__note {
		font-size: 1.0rem;
		line-height: 2;
		letter-spacing: .05em;
		text-align: justify;
	}
	.intro-bels {
		margin-bottom: 4.0rem;
	}
	.intro-bels__note {
		font-size: 1.0rem;
		line-height: 2;
		letter-spacing: .05em;
	    text-align: justify;
		margin-top: 1.0rem;
	}
}




/*  l-making
--------------------------------------------------*/
.l-making {
	padding-block: 18.0rem 19.0rem;
	background: #f0eee6;
}
.making-head {
	margin-bottom: 12.0rem;
}
.making-head__heading {
	font-size: 3.8rem;
    line-height: 1.842105263157895;
    letter-spacing: .1em;
    text-align: center;
}
.making-wrap {
	max-width: 1360px;
}
.making-contents + .making-contents {
	margin-top: 20.0rem;
}
.making-intro {
	margin-bottom: 9.0rem;
}
.making-intro__detail {
	width: calc(620 / 1360 * 100%);
}
.making-intro__detail__ttl {
	position: relative;
	font-size: 4.2rem;
	line-height: 1.45;
	letter-spacing: .15em;
	color: #006933;
	margin-top: -.5em;
	margin-bottom: 3.0rem;
}
.making-intro__detail__ttl em {
	font-size: 1.904761904761905em;
	vertical-align: -.1em;
    padding-right: .3em;
}
.making-intro__detail__ttl small {
	font-size: .625em;
}
.making-intro__detail__catch {
	position: relative;
	font-size: 2.2rem;
	line-height: 2.272727272727273;
	letter-spacing: .1em;
	color: #006933;
	/*height: 10.0rem;*/
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 9.0rem;
	margin-bottom: 2.5rem;
}
.making-intro__detail__catch::before {
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-60%) rotate(34deg);
    width: 1px;
    height: 100%;
    background: #006933;
    transform-origin: bottom left;
}
.making-intro__detail__desc {
	font-size: 1.6rem;
	line-height: 3;
	letter-spacing: .1em;
}
.making-intro__photo {
	width: calc(660 / 1360 * 100%);
}
.making-article {
	position: relative;
	width: 100%;
}
.making-article__item {
	width: 100%;
}
.making-article-flex .making-article__item {
	width: calc(620 / 1360 * 100%);
}
.making-article__item__ttl {
	width: 100%;
	font-size: 2.2rem;
	line-height: 1.909090909090909;
	letter-spacing: .1em;
	color: #006933;
	padding-left: 3.0rem;
	padding-bottom: 1.2rem;
	border-left: solid 1px #80b499;
	border-bottom: solid 1px #80b499;
	margin-bottom: 4.8rem;
}
.making-article__item__cnt {
	position: relative;
	width: 100%;
}
.making-article__item-flex .making-article__item__cnt {
	width: calc(620 / 1360 * 100%);
}
.making-article__item__heading {
	width: 100%;
	font-size: 2.2rem;
	line-height: 1.909090909090909;
	letter-spacing: .1em;
	color: #006933;
}
.making-article__item__desc {
	position: relative;
	font-size: 1.4rem;
	line-height: 2.857142857142857;
	letter-spacing: .1em;
	margin-top: 2.2rem;
}
.making-article__item__note {
	font-size: 10px;
	line-height: 2;
	letter-spacing: .1em;
	color: #666666;
	margin-top: 2.0rem;
}
.making-article__item__photo {
	margin-top: 5.0rem;
}
.making-notice {
	font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: .05em;
    color: #666666;
    margin-top: 10.0rem;
}
.making-notice__item {
	margin-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width: 769px){
	.making-contents2 .making-article__item__cnt2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.making-contents2 .making-article__item__cnt2 .making-article__item__desc {
		width: calc(220 / 620 * 100%);

	}
	.making-contents2 .making-article__item__cnt2 .making-article__item__photo {
		width: calc(360 / 620 * 100%);
		margin-top: 3.5em;
	}
}
@media screen and (max-width: 768px){
	.l-making {
		padding-block: 5.5rem 6.0rem;
	}
	.making-head {
		margin-bottom: 5.5rem;
	}
	.making-head__heading {
		font-size: 2.2rem;
        line-height: 2.090909090909091;
	}
	.making-contents + .making-contents {
		margin-top: 6.0rem;
	}
	.making-intro {
		margin-bottom: 5.0rem;
	}
	.making-intro__detail {
		width: 100%;
		margin-bottom: 3.0rem;
	}
	.making-intro__detail__ttl {
		font-size: 2.4rem;
		margin-bottom: 2.0rem;
	}
	.making-intro__detail__ttl em {
		font-size: 1.6em;
	}
	.making-intro__detail__catch {
        font-size: 1.6rem;
        line-height: 2.285714285714286;
         letter-spacing: 0; 
        /* height: 6.6rem; */
        padding-left: 5.2rem;
        margin-bottom: 1.5rem;
	}
	.making-intro__detail__desc {
		/*font-size: 1.4rem;
		line-height: 2.285714285714286;*//*32*/
		font-size: 1.2rem;
        line-height: 2;
	}
	.making-intro__photo {
		width: 100%;
	}
	.making-article__item +  .making-article__item {
		margin-top: 5.0rem;
	}
	.making-article-flex .making-article__item {
		width: 100%;
	}
	.making-article__item__ttl {
		font-size: 1.6rem;
		line-height: 2;
		padding-left: 2.0rem;
		padding-bottom: 1.2rem;
		margin-bottom: 2.0rem;
	}
	.making-article__item__cnt + .making-article__item__cnt {
		margin-top: 3.0rem;
	}
	.making-article__item-flex .making-article__item__cnt {
		width: 100%;
	}
	.making-article__item__heading {
		font-size: 1.6rem;
        line-height: 2.285714285714286;
	}
	.making-article__item__desc {
		font-size: 1.2rem;
        line-height: 2;
		margin-top: 1.2rem;
	}
	.making-article__item__note {
		font-size: 1.0rem;
		letter-spacing: .05em;
	    text-align: justify;
		margin-top: 1.5rem;
	}
	.making-article__item__photo {
		margin-top: 2.5rem;
	}
	.making-notice {
		font-size: 10px;
        line-height: 1.8;
	    margin-top: 5.0rem;
	}
	.making-notice__item {
		margin-left: 1em;
	    text-indent: -1em;
	}	
}
