<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Zen+Kaku+Gothic+New&amp;display=swap');

.y1m2{
  	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	color: #000000;
}
body {
  	overflow-x: hidden;
	box-sizing: border-box;
}
.y1m2 a{
	color: #000000;
}
/* --------

テキスト関係

----------*/
.y1m2 p{
	font-size: 1.6rem;
}
.poppins_txt{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	font-size: 1.6rem;
	letter-spacing: .03em;
}
.head2_y1m2{
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 3.6rem;
}
.head2_y1m2 img{
	display: block;
	margin-bottom: 8rem;
}
.y1m2_works .head2_y1m2 img,.y1m2_biography .head2_y1m2 img{
	display: block;
	margin-bottom: 0;
}
.y1m2_btn{
	max-width: 400px;
}
.y1m2_btn a{
	font-size: 1.6rem;
	padding: 2.5rem 2rem;
	margin-top: 4rem;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	width: 100%;
	height: auto;
	border-radius: 11px;
	background: #fff;
	border: 1px solid #707070;
	display: flex;
	align-items: center;
	justify-content:center;
	color: #000000;
}

.y1m2_btn img{
	width: 21px;
	height: 21px;
	margin-right: 1rem;
}
.y1m2_btn2{
	font-size: 1.6rem;
	padding-bottom: 2rem;
	margin-top: 7rem;
	text-transform: uppercase;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1;
	position: relative; 
	color: #000;
}
.y1m2_btn2::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 168px;
    height: 1px;
    background: #000;
}
/* --------

パーツ

----------*/
.y1m2_mv_wrapper{
	width: 100%;
	height: 845px;
	margin-bottom: 15rem;
	position: relative;
}
.y1m2_wrapper{
	width: 90%;
	max-width: 1600px;
	margin: 0 0 0 auto;
}
.y1m2_mv{
	background: url("../images/y1m2/y1m2_mv.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top right;
	height:100%;
}
.y1m2_mv img{
	width: 100%;
	height:100%;
}
.y1m2_logo{
	position: absolute;
	z-index: 100;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	max-width: 700px;
	width: 40%;
}
.y1m2_logo img{
	width: 100%;
}
	
.y1m2 .overview{
	margin: 0 0 15rem auto;
}
.y1m2_about .overview .txt_area{
	max-width: 575px;
}
.y1m2 .big_img{
	max-width: 100%;
	margin-top: 2rem;
	margin-bottom: 0;	
}

.bg_beige{
	background: #F2F0EA;
	padding: 4rem 0 15rem;
	position: relative;
}
.y1m2 .bg_beige h3{
	margin-bottom: 4rem;
	margin-top:-13rem;		
}
.bg_beige p{
	max-width: 830px;
}
.y1m2 .section_inner_m{
	margin: 12rem auto;
}
.y1m2Box{
	width: 32%;
	margin: 0 0 6rem;
}
.y1m2Box p{
	max-width: 380px;
}
.y1m2Box img{
	width: 100%;
}
.y1m2Box h3{
	font-size: 1.8rem;
	color: #000;
}
.y1m2Box .y1m2Box_en{
	width: 100%;
	margin: 2rem auto 1.5rem 0;
	display: flex;
  	justify-content: flex-start;
}
.y1m2Box .y1m2Box_en img{
	width: auto;
	height: 17px;
	margin: 0 auto 0 0;
}
.y1m2_biography .bg_beige{
	padding: 15rem 0 5rem;
}
.carousel-wrapper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	scroll-behavior: smooth;
  	scroll-snap-type: x mandatory;
}
.carousel-container {
	display: flex;
	transition: transform 0.8s;
	width: max-content;
}
.carousel-item {
	min-width: 360px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto 2rem;
}
.carousel-item img {
	width: 360px;
	height: 360px;
	object-fit: cover;
	border-radius: 50%;
}
/*.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-container {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite;
}

.carousel-item {
  flex: 0 0 auto;
  width: 360px; 
  margin-right: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}*/
.y1m2_biography .overview .txt_area{
	width: 60%;
}

.y1m2_ig h2{
	width: 400px;
	margin: 0 auto 5rem;
	text-align: center;
	display: block;
}
.y1m2_ig h2 span{
	font-size: 3.6rem;
	display: block;
	font-family:"Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #000;
	padding-bottom: 3rem;
	position: relative; 
}
.y1m2_ig h2 span::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #000;
}
.y1m2_ig h2 img{
	width: 48px;
	height: 48px;
	margin: 0 auto 1rem;
}

#y1m2_footer{
	background: #000000;
	padding-right: 10rem;
}
#y1m2_footer .flex{
	align-items: center;
}
#y1m2_footer .ft_logo{
	max-width: 500px;
	height: 100%;
	margin: 0 auto 0 0;
}
#y1m2_footer .ft_logo img{
	width: 100%;
}
#y1m2_footer .poppins_txt{
	color:#fff;
	font-weight: normal;
}


@media screen and (max-width: 1500px) {
	.y1m2_mv_wrapper{
		max-height: 700px;
	}
	.y1m2_mv{
		width: 90%;
		max-width: 1400px;
		position: relative;
	}
	.carousel-item {
		min-width: 280px;
		margin: auto 1.5rem;
	}
	.carousel-item img {
		width: 280px;
		height: 280px;
	}
}
@media screen and (max-width: 1200px) {
	.y1m2_mv_wrapper{
		max-height: 600px;
	}
	.y1m2_mv{
		width: 94%;
		max-width: 1200px;
		position: relative;
		background-size: contain;
	}
	.y1m2_logo{
		width: 40%;
		max-width: 500px;
	}
	.y1m2_wrapper{
		width: 94%;
		max-width: 100%;
	}
	.y1m2_biography .overview{
		align-items: center;
	}
}
@media screen and (max-width: 1100px) {
	.y1m2 .section_inner_m{
		max-width: 98%;
	}
	.head2_y1m2{
		font-size: 3rem;
	}
	.carousel-wrapper{
		width: 90%;
	}
	.y1m2_biography .overview .txt_area {
		width: 62%;
	}
	.y1m2Box p{
		max-width: 100%;
	}
}
@media screen and (max-width: 820px) {
	.y1m2_mv_wrapper{
		max-height: 400px;
	}
	.head2_y1m2 img{
		margin-bottom: 5rem;
	}
	.y1m2_works .bg_beige p{
		max-width: 690px;
		margin: 0 auto 0 0;
	}
	.y1m2 .overview .txt_area{
		margin-bottom: 5rem;
	}
	.y1m2Box .y1m2Box_en{
		margin: 2rem auto 1rem 0;
	}
	.y1m2Box h3{
		font-size: 1.6rem;
	}
	.y1m2Box .y1m2Box_en img{
		width: auto;
		height: 13px;
		margin: 0 auto 0 0;
	}
	.y1m2_biography .bg_beige{
		padding: 15rem 0 5rem;
	}
	.carousel-wrapper {
		width: 95%;
		margin: 0 auto 0 0;
	}
	.carousel-item {
		margin: auto 1rem;
	}
	#y1m2_footer{
		padding-right: 2rem;
	}
	#y1m2_footer .ft_logo{
		max-width: 300px;
	}
	#y1m2_footer .poppins_txt{
		font-size: 1.2rem;
	}
	
}
@media screen and (max-width: 767px) {
	.poppins_txt{
		font-size: 1.2rem;
		letter-spacing: .03em;
	}
	.head2_y1m2{
		font-size: 2.4rem;
	}
	.head2_y1m2 img{
		margin-bottom: 4rem;
	}
	.y1m2_mv_wrapper{
		margin-bottom: 10rem;
	}
	.y1m2_mv_wrapper{
		width: 100%;
		height: 845px;
		margin-bottom: 8rem;
		position: relative;
	}
	.y1m2_wrapper{
		width: 100%;
		max-width: 700px;
		margin: 0 0 0 auto;
		padding: 0 2rem;
	}

	.y1m2_mv_wrapper .y1m2_wrapper{
		width: 90%;
	}
	.y1m2_about .overview .img_area{
		margin-right: -2rem;
	}
	.y1m2 .bg_beige h3 {
		width: 99%;
		max-width: 500px;
		margin: -10.5rem auto 4rem 0;
	}
	.y1m2_works  .bg_beige h3 img{
		width: 100%;
	}
	.y1m2_ig h2 {
   		width: 100%;
	}
	#y1m2_footer{
		padding-bottom: 2rem;
	}
	#y1m2_footer .flex{
		display: block;
	}
	#y1m2_footer .ft_logo{
		max-width: 300px;
		margin-bottom: 1rem;
	}
	#y1m2_footer .poppins_txt{
		padding-left: 1rem;
	}

}
@media screen and (max-width: 500px) {
	.y1m2_mv_wrapper{
		max-height: 300px;
		margin-bottom: 10rem;
	}
	.y1m2_mv{
		background: url("../images/y1m2/y1m2_mv-sp.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top right;
		height:100%;
	}
	.y1m2_mv_wrapper .y1m2_wrapper{
		width: 90%;
	}
	.y1m2_about.y1m2_wrapper{
		padding: 0;
	}
	.head2_y1m2 img{
		height: 30px;
	}
	.y1m2 .overview{
		max-width: 100%;
	}
	.y1m2_about .overview .txt_area{
		padding: 0 2rem;
	}
	.y1m2_about .overview .img_area {
        width: 90%;
        margin: 0 0 0 auto;
    }
	.y1m2_about .overview .img_area img{
        max-width: 100%;
    }
	.y1m2 .overview {
		margin: 0 auto 10rem;
	}
	.y1m2 .section_inner_m {
		margin: 10rem auto;
	}
	.y1m2_works .bg_beige {
		position: relative;
		padding: 4rem 0 10rem;
	}
	.y1m2 .bg_beige h3 {
		position: absolute;
		top:-5rem;
		width: 90%;
		max-width: 400px;
		margin: 0 auto;
	}
	.y1m2_works .flex{
		display: block;
	}
	.y1m2Box{
		width: 100%;
	}
	.y1m2Box .y1m2Box_en img {
        height: 16px;
    }
	.y1m2_biography .bg_beige {
        padding: 10rem 0 5rem;
    }
	.y1m2_biography .y1m2_wrapper{
		padding: 0;
	}
	.y1m2_biography .overview .txt_area{
		padding: 0 2rem;
		width: 100%;
	}
	.carousel-wrapper {
		width: 100%;
		margin: 0 auto 0 0;
	}
	.carousel-item {
		min-width: 220px;
		margin: auto .5rem;
	}
	.carousel-item img {
		width: 220px;
		height: 220px;
	}

}
@media screen and (max-width: 420px) {
	.y1m2 .bg_beige h3 {
		top:-4.8rem;
	}
}
@media screen and (max-width: 420px) {
	.y1m2 .bg_beige h3 {
		top:-4.7rem;
	}
}







</pre></body></html>