
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}

.lp_wrap {
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
	display: block;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: var(--font);
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
}


/*共通*/
.content-wrap{
	max-width: 800px;
	width: 100%;
	margin: auto;
	padding: 0rem 0;
}
.section_box{
    background-color: #FFF;
    width: 100%;
    margin: 0 auto;
    padding: 6rem 0;
}
.section_ttl{
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 3rem 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 5px;
}
@media screen and (max-width:768px){
    .section_box{
        padding: 6rem 2rem;
    }
}
@media screen and (max-width:500px){
    .section_ttl{
        font-size: 3rem;
        padding: 1.5rem 0;
    }
}


.sns{
    background-image: url("../img/background.jpg");
    background-repeat: repeat;
}
.sns .section_ttl{
    background-color: #000;
}
.sns .section_box{
    padding: 0;
}


@media screen and (max-width:768px){
    .section_box{
        padding: 0 2rem;
    }
}




.lab{
    background-color: #50b6b1;
}
/*project*/
.project .content-wrap{
        padding: 10rem 0;
}
.project_ttl{
    margin-bottom: 4rem;
}
.project_item{
    max-width: 738px;
    width: 100%;
}
.project_01,
.project_02{
    margin-bottom: 8rem;
}
.project_03 h3{
    margin-bottom: 3rem;
}

.project_03 video{
    width: 100%;
    margin: 0 0 3rem;
}
@media screen and (max-width:768px){
    .project .content-wrap{
        padding: 6rem 2rem;
    }
}
/*project*/

/*point*/
.point{
    position: relative;
}
.point .content-wrap {
    margin: -12rem auto 0;
    padding: 0 0 10rem;
}
.point .point_ttl{
    aspect-ratio: 1919 / 921;
    width: 100%;
}
.point .point_ttl img{
    position: absolute;
    top: -12rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.point .point_item{
    max-width: 724px;
    width: 100%;
    margin-bottom: 6rem;
}
.point .point_item.shape{
    max-width: 757px;
    margin-left: -18px;
}
.point .shape{
    position: relative;
}
.point .shape::before{
    position: absolute;
    content: "";
    background-image: url("../img/point02_icon.png");
    background-size: contain;
    aspect-ratio: 211 / 160;
    bottom: 20%;
    left: -5%;
    width: 211px;
}
@media screen and (max-width:800px){
    .point .point_ttl img{
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .point .point_ttl{
        aspect-ratio: 800 / 748;
        width: 100%;
        margin-bottom: 3rem;
    }  
    .point .content-wrap {
        padding: 0 2rem 10rem;
        margin: 0 auto;
    }
	.point .point_item.shape{
		margin-left: 0;
	}
}
@media screen and (max-width:500px){
    .point .point_item{
        margin-bottom: 3rem;
    }
    .point .content-wrap {
        padding: 0 2rem 6rem;
    }
    .point .shape::before{
            width: 115px;
        }
}
/*point*/

/*lineup*/
.lineup{
    background-image: url("../img/background.jpg");
    background-repeat: repeat;
}
.lineup .content-wrap{
    padding-bottom: 10rem;
}
.lineup .section_ttl{
    background-color: #2cb056;
}

.lineup .section_box{
    padding: 6rem 0;
    text-align: center;
}
.lineup .lineup_ttl{
    display: inline-block;
    font-size: 4.2rem;
    color: #2cb056;
    border-bottom: 1px solid #2cb056;
    margin: 0 auto 3rem;
    line-height: 1.5;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
}
.lineup_list{
    max-width: 724px;
    width: 100%;
    margin: 0 auto;
}
.lineup_list li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:4rem;
    margin-bottom: 3rem;
}
.lineup_list li .lineup_img{
    width: 60%;
}
.lineup_list li .lineup_info{
    width: 40%;
}
.lineup_list li:last-child{
    margin-bottom: 0;
}
.lineup_list.mb60{
    margin-bottom: 6rem;
}
.lineup_name{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 3rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.lineup_btn {
  display: inline-block;
  width: 100%;
  background-color: #43b7b7; 
  color: #ffffff;
  padding: 10px 0px;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px #2e7f7f;
  transition: all 0.2s ease;
  margin: 0; 
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

.lineup_btn:hover {
  background-color: #3aa3a3;
  box-shadow: 0 2px #2e7f7f;
  transform: translateY(2px);
}

@media screen and (max-width:768px){
    .lineup .section_box{
        padding: 6rem 2rem;
    }
    .lineup_list li{
        display: flex;
        gap:2rem;
    }
    .lineup_list li .lineup_img{
        width: 55%;
    }
    .lineup_list li .lineup_info{
        width: 45%;
    }
}
@media screen and (max-width:500px){
    .lineup .lineup_ttl{
        font-size: 2.8rem;
    }
    .lineup_name{
        font-size: 1.4rem;
    }
    .lineup_btn{
        font-size: 1.4rem;
    }
}
/*lineup_btn*/


