@charset "utf-8";
body {}
#cont_btn {
	background: #fff;
}
.msn-footer {
	background: #fff;
}

div#container {
	position: relative;
	max-width: 100%;
	padding-inline: 0;
	padding-bottom: 0;
	padding: 0;
	padding: 70px 0px 0;
}



.bg {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
/*	z-index: -1;*/
/*    z-index: 1;*/
	transition: all 0.5s linear;
	background-image: url("../img/equipment/bg.jpg") ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.2;
}
@media screen and (max-width:767px){
	.bg {
	background-image: url("../img/equipment/bg_sp.jpg") ;
	}
}

.main_space{
    color: #fff !important;
}
.main_space .copy p {
	text-shadow: 0 0 4px rgba(0,0,0,0.4), 2px 2px 4px rgba(0,0,0,0.4), -2px 2px 4px rgba(0,0,0,0.4), -2px -2px 4px rgba(0,0,0,0.4), 2px -2px 4px rgba(0,0,0,0.4);
	/*text-shadow: 0 0 8px rgba(0,0,0,1);*/
}
@media screen and (max-width:767px){
	div#container {
		padding-top: 40px;
	}
	.main_space .t_cap_l {
		left: auto;
		right: 3px;
		bottom: calc(429%/8.54);
	}
}
@media screen and (max-width: 480px) {
    .main_space {
        position: relative;
        z-index: 2;
    }
}
div#contents_wrap {
	clip-path: inset(0 0 0 0);
}
#kuzu_wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#kuzu_wrap {
	background-size: cover;
	padding: 6px 10px;
    z-index: 9990;
	box-sizing: border-box;
	text-align: right;
}
#kuzu_wrap ul {
	margin: 0 auto;

}
#kuzu_wrap ul li {
	float: left;
	color: #272727;

	padding-left: 20px;
	position: relative;
	font-size: 12px;
}
#kuzu_wrap ul li a {
	color: #272727;
	font-size: 12px;
}

#kuzu_wrap ul li:after {
	display: block;
	content: '>';
	position: absolute;
	top: 50%;
	right: -15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#kuzu_wrap ul li:first-child {
	padding-left: 0;
}

#kuzu_wrap ul li:last-child:after {
	display: none;
}

.sec_cont {
	position: relative;
	
}
.sec_cont .sec {
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
	width: 100%;
	pointer-events: none;
	transition:0.3s all ease-in-out 0s;
}
.sec_cont .sec.active  {
	
	position: relative;
	pointer-events: all;
	opacity: 1;
}
@media screen and (max-width:767px) {
	.sec_cont .item .cap,
	.sec_cont .cap_box span {
		font-size: 7px !important;
	}
}

.btn_wrap {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	
}

.btn_wrap.bottom {
	padding-top: 70px;
	
}
.btn_wrap  li{
	display: block;
	position: relative;
	width: 31.25%;
	line-height: 0;
	max-width: 300px;
}

.btn_wrap li .on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s linear;
}

.btn_wrap li.active {
	pointer-events: none;
}
.btn_wrap li.active .on {
	opacity: 1;
}
@media screen and (min-width:768px) {
	.btn_wrap li .on:hover {
		opacity: 1;
	}
}

@media screen and (max-width:767px) {
	.btn_wrap {
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: 100%;
		row-gap: 10px;	
		/*max-width: 235px;*/
		width: calc(100% - 80px);
		width: calc(100% - 110px);
		width: calc(100% - 160px);
	}
	.btn_wrap.bottom {
		padding-top: 50px;
	}
	
	.btn_wrap li {
		width: 100%;
	}
}


.s_ttl{
    color: #0075c2;
  font-size: clamp(32px, calc(50vw / 16), 50px);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 30px;
}
.s_lead {
    font-size: clamp(14px, calc(22vw / 9.6), 22px);
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.6;
    color: #333;
    font-feature-settings: "palt";
    margin-bottom: 40px;
}
.txt02{
    font-size: clamp(14px, calc(18vw / 9.6), 18px);
    line-height: 1.6;
	font-weight: 700;
}
@media screen and (max-width:480px){
.s_ttl {
      font-size: calc(27vw / 3.9);
    margin-bottom: 20px;
}
.s_lead {
	font-size: calc(14vw / 3.9);
	line-height: 1.8;
	letter-spacing: 0.03em;
    margin-bottom: 30px;
}
.txt02{
    text-align: center;
}
}


/*-------------*/

.sec_wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
}
@media screen and (max-width:767px) {
	.sec_wrap {
		row-gap: 10px;
	}
	.sec_wrap .item {
		row-gap: 10px !important;
	}
}

.main_item {
	position: relative;
	overflow: hidden;
}
.main_item .text_img {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-end;
}
.main_item .cap {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    display: block;
    padding: 3px 5px;
    line-height: 1.5;
    color: #FFF;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8), 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 2px rgba(0, 0, 0, 0.8), 0px 0px 3px rgba(0, 0, 0, 0.8), 0px 0px 4px rgba(0, 0, 0, 0.8), 0px 0px 5px rgba(0, 0, 0, 0.8), 0px 0px 6px rgba(0, 0, 0, 0.8), 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.8);
    text-align: right;
}
@media screen and (max-width:767px) {
.main_item .text_img {
	height: 100%;
}
.main_item .text_img.sp_ex {
	width: 110%;
	height: auto;
}
}
.text_wrap .ttl {
    text-align:center; 
  font-size: clamp(10px, calc(20vw / 16), 20px);
  font-size: clamp(10px, calc(18vw / 16), 18px);
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding-bottom: 0.2em;
  margin-bottom: 0.4em;
  border-bottom: solid 1px #333333;
}
.text_wrap .ttl .small {
	font-size: 80%;
}
.text_wrap .ttl .small_02 {
	font-size: 94%;
}

@media screen and (max-width: 480px) {
  .text_wrap .ttl {
    font-size: calc(16vw / 3.9);
    font-size: calc(14vw / 3.9);
  }
}
.read {
	font-size: clamp(10px, calc(15vw / 16), 15px);
    letter-spacing: 0.05em;
    line-height: 1.5;
}
.read.ltsp {
	letter-spacing: 0.01em;
}
@media screen and (max-width: 480px) {
  .read {
    font-size: calc(12vw / 3.9);
  }
}
.read .small {
	font-size: 80%;
	display: block;
	line-height: 1.6;
}


@media screen and (max-width:767px) {
	.text_wrap .ttl {
		margin-bottom: .4em;
		/*padding-bottom: .4em;*/
	}
	.text_wrap .ttl .small_02_sp {
		font-size: 94%;
	}
}

.sec01_wrap01 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(30% / 9.6);
}
.sec01_wrap01 .main_item {
	grid-column: span 3;
	aspect-ratio: 960 / 600;
	
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap01 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
@media screen and (max-width:767px) {
	.sec01_wrap01 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap01 .main_item {
		grid-column: span 2;
		aspect-ratio: auto;
	}
}
.sec01_wrap02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	
}
.sec01_wrap02 .ttl_img{
	width: 100%;
	margin-bottom: 20px;
}

.sec01_wrap02 .item .ttl{
	line-height: 1.6;
	margin-bottom: 5px;
}
.sec01_wrap02 .item01{
	width: calc(352% / 9.6);
	display: flex;
	flex-direction: column;
	
}
.sec01_wrap02 .item02 {
	width: calc(568% / 9.6);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01_wrap02 .w100 {
	width: 100%;
}
.sec01_wrap02 .item02 .ttl{
	width: 100%;
}
.sec01_wrap02 .item02 .img{
	width: calc(273% / 5.68);
}

@media screen and (max-width:767px) {
	.sec01_wrap02 .item .ttl{
		font-weight: 700;
	}
	.sec01_wrap02 .ttl_img{
		margin-bottom: 10px;
	}
	.sec01_wrap02 .item01, .sec01_wrap02 .item02 {
		width: 100%;
	}
	
	.sec01_wrap02 .item01 {
		margin-bottom: 20px;
	}
	.sec01_wrap02 .item02 {
		margin-bottom: 5px;
	}
	
}



.sec01_wrap03 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(30% / 9.6);
}
.sec01_wrap03 .main_item {
	grid-column: span 2;
	grid-row: span 2;
	position: relative;
}
.sec01_wrap03 .ex1 {
	margin-bottom: 23px;
}

.sec01_wrap03 .main_item .img_wrap {
	aspect-ratio:  630/697;
	aspect-ratio:  630/717;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.sec01_wrap03 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}

@media screen and (max-width:767px) {
.sec01_wrap03 .ex1 {
	margin-bottom: 0;
}
	.sec01_wrap03 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap03 .main_item {
		width: 80%;
		margin-inline: auto;	
	}
	.sec01_wrap03 .item.vpc767 {
		display: none;
	}
	.sec01_wrap03 .main_item .img_wrap{
		aspect-ratio: auto;
		
	}
.sec01_wrap03 .cap01 {
	text-align: center;
	margin-inline: -2em;
}
	.sec01_wrap03 .item06 {
		width: 100%;
		grid-column: span 2;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec01_wrap03 .item06 .img {
		width: 48%;
	}
	.sec01_wrap03 .item06 .text_wrap {
		width: 48%;
	}
	.sec01_wrap03 .item06 .text_wrap .ttl {
		letter-spacing: 0;
	}
}



.sec01_wrap04 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(20% / 9.6);
}
.sec01_wrap04 .main_item {
	grid-column: span 2;
	grid-row: span 2;
}
.sec01_wrap05 .main_item .img_wrap {
	aspect-ratio: 465/465;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap04 .item  {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
	max-width: 220px;
}
.sec01_wrap04 .item.ex  {
}

@media screen and (max-width:767px) {
	.sec01_wrap04 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.sec01_wrap04 .main_item {
		width: 80%;
		margin-inline: auto;	
		aspect-ratio: auto;
	}
	.sec01_wrap04 .main_item .cap_r {
		text-align: center;
	}
}







.sec01_wrap05 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	column-gap: calc(25% / 9.6);
	row-gap: 0;
}

.sec01_wrap05 .main_item {
	grid-row: span 2;
	
}
.sec01_wrap05 .main_item .img_wrap {
	aspect-ratio: 465/429;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
	
}
.sec01_wrap05 .item02 .img_wrap {
	display: flex;
	justify-content: space-between;
}
.sec01_wrap05 .item {
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
.sec01_wrap05 .item .text_wrap .ttl {
/*	margin-bottom: 7px;
	padding-bottom: 7px;*/
	
}

.sec01_wrap05 .item02 .img_wrap .img{
	width: calc(231% / 4.67);
}
.sec01_wrap05 .item02 .item_list{
	display: flex;
	justify-content: space-between;
	
}

.sec01_wrap05 .item02 .item_list li {
	width: calc(115% / 4.67);
}

@media screen and (max-width:767px) {
	.sec01_wrap05 {
		grid-template-columns: 1fr;
		column-gap: 4%;
		row-gap: 30px;
	}
	.sec01_wrap05 .main_item {
		width: 80%;
		margin-inline: auto;	
		aspect-ratio: auto;
		grid-row: span 1;
		overflow: auto;
	}
}













.sec02 .cap01 {
	font-size: clamp(2px, 1.13vw, 10px);
}


.sec02_wrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 0;
}
.sec02_wrap01 .item {
	display: flex;
    row-gap: 15px;
    flex-direction: column;
}
.sec02_wrap01 .item01 {
	display: grid;
	grid-template-columns: calc(507% / 9.6) calc(425% / 9.6);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	justify-content: space-between;
	row-gap: 30px;
}
.sec02_wrap01 .item01 .img01{	
	grid-row: span 2;
}
.sec02_wrap01 .item02 {
	width: 100%;
}
.sec02_wrap01 .item03 {
	width: calc(471% / 9.6);
}
.sec02_wrap01 .item04 {
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec02_wrap01 .item04_01 {
	width: calc(143% / 4.71);
}
.sec02_wrap01 .item04_02 .img_cap{
    text-align: center;
}
.sec02_wrap01 .item04_02 {
	width: calc(317% / 4.71);
}

@media screen and (max-width:767px) {
	.sec02 .cap_box .cap01 {
		font-size: 6px !important;
	}
	.sec02_wrap01 .item01 {
		grid-template-columns: 1fr;
	}
	.sec02_wrap01 .item03, .sec02_wrap01 .item04 {
		width: 100%;
	}
}


.sec02_wrap02 {
	display: flex;
	flex-wrap: wrap;
	column-gap:  calc(30% / 9.6);
}
.sec02_wrap02 .item {
	width:  calc(300% / 9.6);
	display: flex;
    row-gap: 15px;
    flex-direction: column;	
}



@media screen and (max-width:767px) {
	.sec02_wrap02 {
		justify-content: space-between;
		column-gap:  auto;
	}
	.sec02_wrap02 .item {
		width: 48%;
	}
	.sec02_wrap02 .item04 .ttl {
		letter-spacing: -0.04em;
	}
	.sec02_wrap02 .item04 {
		order: 1;
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec02_wrap02 .item04 .img {
		width: 48%;
		height: fit-content;
	}
	.sec02_wrap02 .item04 .text_wrap{
		width: 48%;
	}
}

.sec02_wrap03 {
	display: block;
} 
.sec02_wrap03 .item {	
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	align-items: flex-start;
	align-content: start;
	grid-auto-flow: dense;
	justify-content: space-between;
	column-gap: calc(20% / 9.6);
	
}
.sec02_wrap03 .item .text_wrap {
	/*width: calc(471% / 9.6);*/
	/*grid-column: span 2;*/
	grid-area: 1 / 1 / 2 / 2;
}
/*.sec02_wrap03 .item .ttl_wrap .logo_img {
	width: calc(145% / 9.6);
	margin-inline: auto;
}*/
.sec02_wrap03 .item .text_img  {
	width: calc(80% / 4.7);
}

.sec02_wrap03 .item .read01  {
	margin-bottom: 0;
}

.sec02_wrap03 .item .img_cap {
	height: fit-content;
	/*grid-row: 2/4;
	grid-column: 2/3;*/
	grid-area: 1 / 2 / 4 / 3;
}

.sec02_wrap03 .eco_logo  {
    background-image: url("../img/equipment/02/img10.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto;
    padding-left: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media screen and (max-width:767px) {
	
.sec02_wrap03 .item .text_wrap {
	width: 100%;
}
/*.sec02_wrap03 .item .ttl_wrap .logo_img {
	width: calc(145% / 9.6);
	margin-inline: auto;
}*/
.sec02_wrap03 .item .text_img  {
	width: calc(80% / 4.7);
}

.sec02_wrap03 .item .read01  {
	margin-bottom: 0;
}

	.sec02_wrap03 {
	} 
	.sec02_wrap03 .item {	
		row-gap: 0 !important;
		grid-template-columns: 1fr;
	}
	.sec02_wrap03 .item .ttl_wrap {
		grid-column: span 1;
	}
	.sec02_wrap03 .item .ttl_wrap .logo_img {
		width: 100%;
		max-width: 100px;
	}
	.sec02_wrap03 .item .img_cap {
		grid-column: span 1;
		grid-row: 3/4;
		margin-bottom:10px;
	}
	
	.sec02_wrap03 .item .read  {
		margin-bottom: 10px;
	}
.sec02_wrap03 .eco_logo  {
    background-size: 90px;
    padding-left: 90px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}






.sec03_wrap01 {
	display: flex;
	column-gap: calc(30% / 9.6);
}

.sec03_wrap01 .item{
	width: calc(300% / 9.6);
	display: flex;
	row-gap: 15px;
	flex-direction: column;
}
.sec03_wrap01 .item.vsp480{
	display: none;
}
.sec03_wrap01 .item12 {
	width: 100%;

}


@media screen and (min-width:767px) {
	.sec03_wrap01 .item03 .img span {
		font-size: 11px;
	}
}




@media screen and (max-width:767px) {
	.sec03_wrap01 {
		justify-content: space-between;
	}
	.sec03_wrap01 .item{
		width: 48%;
	}
.sec03_wrap01 .item.vsp480{
	display: flex;
}
.sec03_wrap01 .item.vpc480{
	display: none;
}
	.sec03_wrap01 .item.w_sp{
		width: 100%;
	}
	.sec03_wrap01 .item01 .text_wrap .ttl {
		font-size: calc(13.5vw / 3.9);
		
	}
	.sec03_wrap01 .item .cap302 {
		font-size: 6px !important;
	}
	.sec03_wrap01 .item11 {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.sec03_wrap01 .item11 .img {
		width: 48%;
		/*height: fit-content;*/
	}
/*	.sec03_wrap01 .item09 .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}*/
	.sec03_wrap01 .item11 .text_wrap {
		width: 48%;
	}
	.sec03_wrap01 .item11 .text_wrap .ttl {
		text-align: left;
	}
	.sec03_wrap01 .item12 {
		width: 100%;
	}
	.slide_img .inn {
        width: 650px;
	}
	.sec03_wrap01 .o_sp01 {
		order: 1;
	}
	.sec03_wrap01 .o_sp02 {
		order: 2;
	}
	.sec03_wrap01 .o_sp03 {
		order: 3;
	}
	.sec03_wrap01 .o_sp04 {
		order: 4;
	}
	.sec03_wrap01 .o_sp05 {
		order: 5;
	}
	.sec03_wrap01 .o_sp06 {
		order: 6;
	}
	.sec03_wrap01 .o_sp07 {
		order: 7;
	}
	.sec03_wrap01 .o_sp08 {
		order: 8;
	}
	.sec03_wrap01 .o_sp09 {
		order: 9;
	}
	.sec03_wrap01 .o_sp10 {
		order: 10;
	}
	.sec03_wrap01 .o_sp11 {
		order: 11;
	}
	.sec03_wrap01 .o_sp12 {
		order: 12;
	}
	.sec03_wrap01 .o_sp13 {
		order: 13;
	}
	.sec03_wrap01 .o_sp14 {
		order: 14;
	}
	.sec03_wrap01 .o_sp15 {
		order: 15;
	}
	.sec03_wrap01 .o_sp16 {
		order: 16;
	}
	
	
	.o_sp01 {
		order: 1;
	}
	.o_sp02 {
		order: 2;
	}
	.o_sp03 {
		order: 3;
	}
	.o_sp04 {
		order: 4;
	}
	.o_sp05 {
		order: 5;
	}
	.o_sp06 {
		order: 6;
	}
	.o_sp07 {
		order: 7;
	}
	.o_sp08 {
		order: 8;
	}
	.o_sp09 {
		order: 9;
	}
	.o_sp10 {
		order: 10;
	}
	.o_sp11 {
		order: 11;
	}
	.o_sp12 {
		order: 12;
	}
}
.ls00 {
	letter-spacing: 0;
}

.ls_05 {
	letter-spacing: -0.05em;
}
@media screen and (max-width:767px) {
	.ls00_sp {
		letter-spacing: 0;
	}
	.fp_sp {
		font-feature-settings: "palt";
	}
	.order_sp {
		order: 1;
	}
	
	.order_02_sp {
		order: 2;
	}
	.order_03_sp {
		order: 3;
	}
	.cap_big_sp {
		font-size: 9px !important;
	}
}
.l5 {
  letter-spacing: -0.05em !important; }

.l6 {
  letter-spacing: -0.06em !important; }

.l7 {
  letter-spacing: -0.07em !important; }

.l8 {
  letter-spacing: -0.08em !important; }

.l9 {
  letter-spacing: -0.09em !important; }

.l10 {
  letter-spacing: -0.1em !important; }

.l11 {
  letter-spacing: -0.11em !important; }

.l12 {
  letter-spacing: -0.12em !important; }

.l13 {
  letter-spacing: -0.13em !important; }

.l14 {
  letter-spacing: -0.14em !important; }

.l15 {
  letter-spacing: -0.15em !important; }

.l16 {
  letter-spacing: -0.16em !important; }

.l17 {
  letter-spacing: -0.17em !important; }

.l18 {
  letter-spacing: -0.18em !important; }

@media screen and (max-width: 767px) {
  .l0_sp {
    letter-spacing: 0 !important; }

  .l5_sp {
    letter-spacing: -0.05em !important; }

  .l6_sp {
    letter-spacing: -0.06em !important; }

  .l7_sp {
    letter-spacing: -0.07em !important; }

  .l8_sp {
    letter-spacing: -0.08em !important; }

  .l9_sp {
    letter-spacing: -0.09em !important; }

  .l10_sp {
    letter-spacing: -0.1em !important; }

  .l11_sp {
    letter-spacing: -0.11em !important; }

  .l12_sp {
    letter-spacing: -0.12em !important; }

  .l13_sp {
    letter-spacing: -0.13em !important; }

  .l14_sp {
    letter-spacing: -0.14em !important; }

  .l15_sp {
    letter-spacing: -0.15em !important; }

  .l16_sp {
    letter-spacing: -0.16em !important; }

  .l17_sp {
    letter-spacing: -0.17em !important; }

  .l18_sp {
    letter-spacing: -0.18em !important; }

  .l19_sp {
    letter-spacing: -0.19em !important; }

  .l20_sp {
    letter-spacing: -0.20em !important; }

  .l21_sp {
    letter-spacing: -0.21em !important; }

  .l22_sp {
    letter-spacing: -0.22em !important; }

  .l23_sp {
    letter-spacing: -0.23em !important; }

  .l24_sp {
    letter-spacing: -0.24em !important; } }
.fs18 {
  font-size: 18px !important;
  line-height: 26px; }

.fs16 {
  font-size: 16px !important; }

.fs14 {
  font-size: 14px !important; }

.fs13 {
  font-size: 13px !important;
  line-height: 18px; }

.fs12 {
  font-size: 12px !important;
  line-height: 18px; }

.fs11 {
  font-size: 11px !important;
  line-height: 18px; }

@media screen and (max-width: 767px) {
  .fs14_sp {
    font-size: 14px !important; }

  .fs13_sp {
    font-size: 13px !important; }

  .fs12_sp {
    font-size: 12px !important; } }

@media screen and (max-width: 767px) {
    .main_item .cap {
        font-size: 7px !important;
    }
.pr30_sp {
  padding-right: 30px !important; }
.mt20_sp {
  margin-top: 20px !important; }

}
.cap.ta_l{
    text-align: left !important;
}
.ttl.ta_l{
    text-align: left !important;
}
@media screen and (max-width: 480px) {
  .swipe1 img {
    width: 700px;
    max-width: 700px;
    width: 800px;
    max-width: 800px;
	}
  .swipe2 img {
    width: 450px;
    max-width: 450px;
	}
}



.cap_r.ex,
.cap_l.ex {
	font-size: 12px;
}
.cap_l.ex2 {
	font-size: clamp(8px, calc(12vw / 16), 12px);
}


@media screen and (max-width: 480px) {
	.cap_r.ex,
	.cap_l.ex {
		font-size: 7px;
	}
.cap_l.ex2 {
    font-size: calc(9.6vw / 3.9);
    font-size: calc(9vw / 3.9);
  }
	
	.img_ex1 {
		margin-inline: auto;
		width: 80%;
	}
}








