@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;500&display=swap');

main.container .contents_inner img {
		max-width: 100%;
		display: block;
}
body {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container.content-asset-container{
	padding: 0;
}
main.container{
	max-width: 1770px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
@media screen and (min-width: 788px){
.pc-only {display: block !important;}
.sp-only {display: none !important;}
}
@media screen and (max-width: 787px){
	.pc-only {display: none !important;}
	.sp-only {display: block !important;}
}

footer{margin-top: 0!important;}

/*----------------------------------------
	main_vidual
-----------------------------------------*/
.main_vidual{
	position: relative;
	width: 100%;
  height: 0;
}
.main_vidual .main_heading{
	position: absolute;
	font-weight: 400;
	text-align: center;
	font-family: 'Libre Bodoni', serif;
	font-style: italic;
}
.main_vidual .main_heading span{
	display: block;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}
.contents_inner{
	margin: 0 auto;
	max-width: 1200px;
	color:#1A1A1A;
}
@media screen and (min-width: 788px){
	.main_vidual{
		padding-top: 50%;
		background: url(../img/img_main.jpg) no-repeat top center;
		background-size: contain;
	}
	.main_vidual .main_heading{
		top: 53%;
		left: 0;
		font-size: calc(44 / 1770 * 100vw);
		width: 51%;
	}
	.main_vidual .main_heading span{
		font-size: calc(18 / 1770 * 100vw);
		margin-top: calc(25 / 1770 * 100vw);
	}
	.contents_inner{
		padding: 0 75px;
	}

}
@media screen and (max-width: 787px){
	.main_vidual{
		padding-top: 93.3333%;
		background: url(../img/img_main-sp.jpg) no-repeat top center;
		background-size: contain;
	}
	.main_vidual .main_heading{
		left: 50%;
		bottom: 10%;
		transform: translateX(-50%);
		font-size: 24px;
		width: 100%;
		color: #ffffff;
		text-shadow: 0px 0px 8px #000000;
	}
	.main_vidual .main_heading span{
		font-size: 12px;
		margin-top: 8px;
	}
	.contents_inner{
		padding: 0 20px;
	}

}
/*----------------------------------------
	.section-01
-----------------------------------------*/

.section-01 .contents_inner h2{
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.section-01 .profile{
	position: relative;
	text-align: center;
}
.section-01 .profile::before{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	content: "";
	background: #1A1A1A;
}

.profile_count{
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: "Work Sans", sans-serif;
}
.profile_post{
	font-size: 12px;
	margin-bottom: 12px;
}
.profile_name{
	font-size: 20px;
	letter-spacing: 7px;
}
.profile_txt{
	font-size: 16px;
	line-height: 1.875;
}

@media screen and (min-width: 788px){
	.section-01 .contents_inner{
		padding: 72px 75px 55px;
	}
	.section-01 .contents_inner h2{
		font-size: 36px;
		line-height: 1.6;
		margin-bottom: 70px;
	}
	.section-01 .profile{
		margin-bottom: 50px;
	}
	.section-01 .profile::before{
		bottom: -50px;
		width: 80px;
	}
	.profile_name{
		margin-bottom: 70px;
	}

}
@media screen and (max-width: 787px){
	.section-01 .contents_inner{
		padding: 50px 20px 40px;
	}
	.section-01 .contents_inner h2{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 35px;
	}
	.section-01 .profile{
		margin-bottom: 35px;
	}
	.section-01 .profile::before{
		bottom: -35px;
		width: 60px;
	}
	.profile_name{
		margin-bottom: 35px;
	}
	.profile_txt{
		font-size: 13px;
	}

}

/*----------------------------------------
	.section-02
-----------------------------------------*/
.section-02 .interview{
	background: #F1F3F2;
}
.interview .interview_main-img img{
	object-fit: cover;
}
.interview_txt-img{
	display: flex;
}
.interview_txt-img .interview_txt{
	flex: 0 1 50%;
}
.interview_txt-img .interview_txt > h3{
	font-weight: 400;
	line-height: 1.25;
	font-family: 'Noto Sans JP', sans-serif;
}
.interview_txt-img .interview_txt .sub-ttl{
	font-size: 14px;
	font-weight: 600;
	position: relative;
}
.interview_txt-img .interview_txt .sub-ttl::before{
	position: absolute;
	top: 10px;
	left: 0;
	transform: translateY(-50%);
	height: 1px;
	content: "";
	background: #1A1A1A;
}
.interview_txt-img .interview_txt .sub-ttl + p,.interview_txt-img .interview_txt .sub-ttl + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p + p{
	font-size: 14px;
}
.interview_txt-img .interview_img{
	flex: 0 1 50%;
	display: flex;
	flex-direction: column;
}
.interview_txt-img .interview_img.coming_soon a{
	pointer-events: none;
}
.interview_txt-img .interview_img .box_txt-img{
	display: flex;
	flex-direction: column;
}
.interview_txt-img .interview_img .box_txt{
	font-size: 12px;
	margin-bottom: 0;
}
.interview_txt-img .interview_img .box_txt span{
	font-weight: 600;
	display: block;
	font-family: "Work Sans", sans-serif;
}
.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(3){
	background: #ffffff;
}
.interview_txt-img:nth-of-type(4){
	gap: 10px;
}
.interview_txt-img:nth-of-type(5){
	margin-bottom: 50px;
}
.profile_footer{
	border-top: 1px solid #1A1A1A;
}
.profile_footer-name{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0.125em;
}
.profile_footer-txt{
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 0.04em;
}
.profile_footer .sns_link{
	display: flex;
	justify-content: center;
	list-style-type: none;
	margin-top: 40px;
	padding: 0;
}
.profile_footer .sns_link li{
	position: relative;
	padding: 0 25px;
}
.profile_footer .sns_link li a{
	text-decoration: underline;
	font-size: 16px;
  font-family: "Work Sans", sans-serif;
}

.interview_txt-img:nth-of-type(3) .interview_img .box_txt-img:nth-of-type(2) .box_img-notes{
		display: block;
		text-align: right;
		font-size: 12px;
		color: #1A1A1A;
		margin-top: 5px;
	}
	.box_txt-img-notes{
		font-size: 12px;
		margin-top: 7px;
	}
	.interview_img-notes{
		display: block;
		font-size: 12px;
		margin-top: 7px;
	}
@media screen and (min-width: 1050px){
	.section-02 .interview{
		padding: 100px 75px;
	}
	.interview .interview_main-img{
		width: 600px;
		margin: 0 auto 100px;
	}
	.interview_txt-img{
		display: flex;
		gap: 72px;
		margin-bottom: 100px;
	}
	.interview_txt-img .interview_txt > h3{
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 40px;
	}
	.interview_txt-img .interview_txt .sub-ttl{
		margin-bottom: 40px;
		padding-left: 30px;
	}
	.interview_txt-img .interview_txt .sub-ttl::before{
		width: 25px;
	}
	.interview_txt-img .interview_txt .sub-ttl + p + .sub-ttl{
		margin-top: 60px;
	}
	.interview_txt-img .interview_txt .sub-ttl + p,.interview_txt-img .interview_txt .sub-ttl + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p + p{
		line-height: 2;
	}
	.interview_txt-img .interview_img{
		gap: 60px;
	}
	.interview_txt-img .interview_img .box_txt-img{
		gap: 15px;
	}
	.interview_txt-img .interview_img .box_txt-img .box_img a,.interview_txt-img .interview_img a{
		transition: all 0.3s;
	}
	.interview_txt-img .interview_img .box_txt-img .box_img a:hover,.interview_txt-img .interview_img a:hover{
		opacity: 0.7;
		text-decoration: none;
	}
	.interview_txt-img .interview_img .box_txt{
		line-height: 1.8;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(1){
		width: 250px;
		margin: 0 auto 24px;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(2){
		flex-direction: row-reverse;
		align-items: flex-end;
		margin-right: -150px;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(2) .box_img{
		flex: 0 0 385px;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(2) .box_txt{
		margin-bottom: 0;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(3){
		padding: 40px 0 40px 40px;
		margin-right: -75px;
		width: 489px;
		margin-left: auto;
	}
	.interview_txt-img:nth-of-type(3) .interview_img .box_txt-img:nth-of-type(1){
		width: 250px;
		margin: 0 auto 24px;
	}
	.interview_txt-img:nth-of-type(3) .interview_img .box_txt-img:nth-of-type(2){
		flex-direction: row;
		align-items: flex-end;
		margin-left: -150px;
	}
	.interview_txt-img:nth-of-type(3) .interview_img .box_txt-img:nth-of-type(2) .box_img{
		flex: 0 0 385px;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(1){
		flex-direction: row;
		align-items: flex-end;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(1) .box_img{
		flex: 0 0  250px;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(1) .box_txt{
		margin-bottom: 0;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(2){
		flex-direction: row-reverse;
		align-items: flex-end;
		margin-right: -150px;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(2) .box_img{
		flex: 0 0 385px;
	}
	.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(2) .box_txt{
		margin-bottom: 25;
	}
	.profile_footer{
		padding-top: 50px;
	}
	.profile_footer-name{
		margin-bottom: 20px;
	}
	.profile_footer-txt{
		width: 570px;
		line-height: 1.8;
	}
}
@media screen and (max-width: 1049px){
	.section-02 .interview{
		padding: 30px 20px;
	}
	.interview .interview_main-img{
		width: 100%;
		margin: 0 auto 40px;
	}
	.interview_txt-img{
		display: flex;
    flex-direction: column;
		gap: 50px;
		margin-bottom: 40px;
	}
	.interview_txt-img .interview_txt > h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.interview_txt-img .interview_txt .sub-ttl{
		margin-bottom: 20px;
		text-indent: 25px;
	}
	.interview_txt-img .interview_txt .sub-ttl::before{
		width: 20px;
	}
	.interview_txt-img .interview_txt .sub-ttl + p + .sub-ttl{
		margin-top: 40px;
	}
	.interview_txt-img .interview_txt .sub-ttl + p,.interview_txt-img .interview_txt .sub-ttl + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p,.interview_txt-img .interview_txt .sub-ttl + p + p + p + p + p{
		line-height: 1.8;
	}
	.interview_txt-img .interview_img{
		gap: 40px;
	}
	.interview_txt-img .interview_img .box_txt-img{
		gap: 10px;
	}
	.interview_txt-img .interview_img .box_txt-img .box_img img{
		margin: 0 auto;
	}
	.interview_txt-img .interview_img .box_txt{
		line-height: 1.5;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(1),.interview_txt-img:nth-of-type(3) .interview_img .box_txt-img:nth-of-type(1),.interview_txt-img:nth-of-type(5) .interview_img .box_txt-img:nth-of-type(1){
		padding: 0 20px;
	}
	.interview_txt-img:nth-of-type(2) .interview_img .box_txt-img:nth-of-type(3){
		padding: 20px;
	}
	.interview_txt-img:nth-of-type(3){
		flex-direction: column-reverse;
	}
	.profile_footer{
		padding-top: 30px;
	}
	.profile_footer-name{
		margin-bottom: 10px;
	}
	.profile_footer-txt{
		width: 100%;
		line-height: 1.6;
	}

}
@media screen and (min-width: 788px){
	.interview_txt-img:nth-of-type(4) {
		    flex-direction: row;
	}
}

/*----------------------------------------
	.section-03
-----------------------------------------*/
.section-03 .contents_inner h2{
	font-weight: 500;
	text-align: center;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0.2em;
}
.product_list{
	display: flex;
}

.product_list .product_list-img{
	margin-bottom: 10px;
}
.product_list .product_list-ttl{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0.02em;
}
.product_list .product_list-price{
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.product_list .product_list-price span{
	font-size: 10px;
}
.product_list .product_list-txt{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
.product_list .product_list-link{
	margin-bottom: 5px;
}
.product_list .product_list-link a{
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	text-decoration: underline;
	font-family: "Work Sans", sans-serif;
}
.product_list .product_list-notes{
	font-size: 12px;
	font-weight: 300;
}
.product_list .product_list-item.coming_soon a{
	pointer-events: none;
}

@media screen and (min-width: 788px){
	.section-03 .contents_inner{
		padding: 50px calc(175 / 1770 * 100vw) 100px;
	}
	.section-03 .contents_inner h2{
		font-size: 28px;
		margin-bottom: 30px;
	}
	.product_list{
		gap: 35px;
	}
	.product_list .product_list-item{
		flex: 0 1 33.33%;
	}

	.product_list .product_list-price{
		margin-bottom: 20px;
	}
	.product_list .product_list-txt{
		margin-bottom: 20px;
		line-height: 1.8;
	}
	.product_list .product_list-link a,.product_list .product_list-img a{
		transition: all 0.3s;
	}
	.product_list .product_list-link a:hover,.product_list .product_list-img a:hover{
		opacity: 0.7;
		text-decoration: none;
	}

}
@media screen and (max-width: 787px){
	.section-03 .contents_inner{
		padding: 50px 20px;
	}
	.section-03 .contents_inner h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.product_list{
		gap: 40px;
		flex-direction: column;
		padding: 0 60px;
	}
	.product_list .product_list-price{
		margin-bottom: 15px;
	}
	.product_list .product_list-txt{
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.product_list .product_list-img img{
		margin: 0 auto;
	}
}

/*----------------------------------------
	.section-04
-----------------------------------------*/

.section-04 .contents_inner h2{
	font-weight: 400;
	text-align: center;
	font-family: 'Libre Bodoni', serif;
	font-style: italic;
}
.section-04 .contents_inner h2 span{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
}
.section-04 .interview_list{
	display: flex;
	list-style-type: none;
	padding: 0;
}


.section-04 .interview_list li a{
	display: block;
	position: relative;
}
.section-04 .interview_list li a.page_active{
	pointer-events: none;
}
.section-04 .interview_list li a.page_active::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		transition: background-color 0.5s;
	}
	.section-04 .interview_list li a.page_active dl{
		opacity: 1;
		z-index: 9999;
	}

.section-04 .interview_list li a dl{
	text-align: center;
}
.section-04 .interview_list li a dl dt{
	font-weight: 500;
	font-family: "Work Sans", sans-serif;
	letter-spacing: 0.03em;
}
.section-04 .interview_list li a dl dd{
	letter-spacing: 0.3em;
}
.section-04 .interview_list li.coming_soon a{
	pointer-events: none;
}
.section-04 .interview_list li.coming_soon a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.7);
}
.section-04 .interview_list li.coming_soon span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #1A1A1A;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	width: 100%;
	display: block;
	z-index: 3;
	font-family: "Work Sans", sans-serif;
  letter-spacing: 0.03em;
}


@media screen and (min-width: 788px){
	.section-04 .contents_inner{
		border-top: 1px solid #1A1A1A;
	}
	.section-04 .contents_inner{
		padding: calc(100 / 1770 * 100vw) calc(150 / 1770 * 100vw);
	}
	.section-04 .contents_inner h2{
		font-size: 34px;
		margin-bottom: 30px;
	}
	.section-04 .contents_inner h2 span{
		font-size: 15px;
		margin-top: 25px;
	}
	.section-04 .interview_list{
		flex-wrap: wrap;
	}
	.section-04 .interview_list li{
		flex: 0 0 25%;
		padding: 0 4px;
		margin-bottom: 10px;
	}

	.section-04 .interview_list li a::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		transition: background-color 0.5s;
	}
	.section-04 .interview_list li a.page_active::before{
		background-color: rgba(0, 0, 0, 0.4);
	}
	.section-04 .interview_list li a:hover::before{
		background-color: rgba(0, 0, 0, 0.4);
	}
	.section-04 .interview_list li a:hover dl{
		opacity: 1;
		z-index: 9999;
	}
	.section-04 .interview_list li.coming_soon a:hover dl{
		opacity: 0;
		z-index: 0;
	}
	.section-04 .interview_list li.coming_soon a:hover::before{
		background-color: transparent;
	}
	.section-04 .interview_list li a dl{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 0 10px;
	}
	.section-04 .interview_list li a dl{
		color: #ffffff;
		opacity: 0;
		transition: opacity .5s;
	}
	.section-04 .interview_list li a dl dt{
		color: #ffffff;
		font-size: 12px;
		margin-bottom: 5px;
	}
	.section-04 .interview_list li a dl dd{
		font-size: 18px;
	}


}

@media screen and (max-width: 787px){
	.section-04 .contents_inner{
		padding: 50px 20px;
		position: relative;
	}
	.section-04 .contents_inner::before{
		position: absolute;
		top: 0;
		left: 50%;
		width: 88%;
		height: 1px;
		transform: translateX(-50%);
		content: "";
		background: #1A1A1A;
	}
	.section-04 .contents_inner h2{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.section-04 .contents_inner h2 span{
		font-size: 12px;
		margin-top: 8px;
	}
	.section-04 .interview_list{
		flex-direction: column;
		align-items: center;
		gap: 25px;
		padding: 0 60px;
	}
	.section-04 .interview_list li{
		flex: 0 0 100%;
	}
	.section-04 .interview_list li a{
		text-decoration: none;
	}
	.section-04 .interview_list li a dl{
		color: #1A1A1A;
		margin-top: 15px;
	}
	.section-04 .interview_list li a dl dt{
		color: #1A1A1A;
		font-size: 14px;
		margin-bottom: 5px;
	}
	.section-04 .interview_list li a dl dd{
		font-size: 24px;
	}
	.section-04 .interview_list li.coming_soon dl{
		display: none;
	}
}
