@charset "UTF-8";

.ss-2026-27 .conte-list{
	display: table;
	margin-right: auto;
	margin-left: auto;
	
}
.ss-2026-27 .conte-list .mask-reveal + .mask-reveal,
.ss-2026-27 .list-no + .list-no{
	margin-top: calc(30px * var(--space-scale-s));
}
.ss-2026-27 .list-no{
	display: flex;
	align-items:  stretch;
	width: 100%;
}
.ss-2026-27 .list-no dt{
	display: flex;
	justify-content: center;
	align-items:  stretch;
	align-items: center;
	width: 60px;
	color: var(--color-white);
	margin-right: 20px;
	line-height: 1;
	padding: 4px 0 0;
	position: relative;
  top: 50%;
  transform: translateY(0%);
}
.ss-2026-27 .list-no dt::after{
	background: var(--bg-black);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ss-2026-27 .list-no .bg-main{
	display: inline-block;
	color: var(--color-black);
}
.ss-2026-27 .list-no dd{
	width: calc(100% - 80px);
}

.mono .list-obi{
	display: table;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.mono .list-obi::after{
	display: block;
	clear: both;
}
.list-obi li:nth-child(2n){
	margin-left: 30px;
}
.list-obi li{
	margin-bottom: 15px;
	width: calc((100% - 30px) /2);
	float: left;
}
.list-obi .bg-obi-green{
	background: var(--bg-main);
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.list-photo .c-tx p + p{
	margin-top: 16px;
}


/*************/
#sec-attention .photoes {
  display: grid;
  gap: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 70px;
}

.photoes .list-photo {
  position: relative;
  max-width: 600px;
  width: calc(100% - 300px);
  min-height: 230px;
  border: 1px solid var(--bg-black-40);
  background: var(--bg-white);
  display: flex;
  align-items: center;
  margin: 0 50px;
}

.photoes .list-photo.is-left {
  padding-left: 300px;
}

.photoes .list-photo.is-right {
  padding-right: 300px;
}

.photoes .c-tx {
  width: 100%;
  padding: 50px 40px;
}

.photoes .c-tx h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.photoes .c-tx p {
  font-weight: 700;
  line-height: 1.4;
}

.photoes .ph {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
  margin: 0;
}
.photoes .ph img{
	padding: 0;
	margin: 0;
	/*border: solid 1px var(--bg-black-20);*/
	 box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.photoes .is-left .ph {
  left: -80px;
}

.photoes .is-right .ph {
  right: -80px;
}
.photoes .c-tx .bg-kakomi +p,
.photoes .c-tx .bg-kakomi{
	margin-top: 16px;
}
.photoes .c-tx .bg-kakomi{
	padding: 10px 16px;
}

.list-squair li{
	padding-left: 1.5rem;
	position: relative;
	text-align: left;
	font-weight: bold;

}
.list-squair li + li{
	margin-top: 10px;
}
.list-squair li::before{
	content: '■';
	position: absolute;
	left: 0;

}




/****************/
.sec-pay.c-flex{
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.sec-pay.c-flex ul{
	width: calc((100% - 180px) / 3)
}
.sec-pay.c-flex ul li{
	color: var(--bg-white);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 16px;
}






@media screen and (max-width: 1179px) {






}
@media screen and (max-width: 1023px) {





}
@media screen and (max-width: 767px) {

	.ss-2026-27 .list-no + .list-no{
		margin-top: 20px;
	}
	.ss-2026-27 .list-no dt{
	  top: 50%;
	  transform: translateY(-0%);
	}

	.mono .list-obi{
		background: var(--bg-main);
	}
	.list-obi li{
		float: none;
		width: 100%;
		margin-bottom: 0;
	}
	.list-obi li:nth-child(2n) {
	    margin-left: 0px;
	}
	.list-obi .bg-obi-green{
		background: none;
	}



	#sec-attention .photoes {
		display: block;
	  margin-top: calc(50px * var(--space-scale-s));
	  
	}
	.photoes .list-photo + .list-photo{
		margin-top: calc(50px * var(--space-scale-s));
	}


	.photoes .list-photo {
	  max-width: calc(100% - 50px);
	  width:  calc(100% - 50px);
	  min-height: auto;
	  display: block;
	  padding: 24px;
	  margin: 0 auto;
	}

	.photoes .list-photo.is-left {
	  padding-left: 24px;
	}

	.photoes .list-photo.is-right {
	  padding-right: 24px;
	}
	.photoes .c-tx{
		padding: 0;
		text-align: center;
	}
	.photoes .ph{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		transform: translateY(0%);
		width: 100%;
		margin-bottom: 20px;
	}
	.photoes .is-left .ph {
	  left: auto;
	}

	.photoes .is-right .ph {
	  right: auto;
	}
	.list-photo .sp{
		display: block;
		text-align: center;
		font-size: 24px;
		line-height: 1.2;
	    font-weight: 700;
	    margin-bottom: 20px;
	}
	.list-photo .pc{
		display: none;
	}
	.photoes .c-tx p {
	  font-weight: 700;
	  line-height: 1.4;
	  font-size: 14px;
	  text-align: left;
	}


	.sec-pay.c-flex ul {
	    width: calc((100% - 45px) / 3);
	}
	.sec-pay.c-flex ul li{
		font-size: 12px;
	}

}

@media screen and (max-width: 460px) {

	.list-photo .sp{
		font-size: 22px;
	}



	}
@media screen and (max-width: 376px) {


	.list-photo .sp{
		font-size: 18px;
	}
	.list-squair li,
	.photoes .c-tx p{
		font-size: 0.85rem;
	}


	.sec-pay.c-flex ul li{
		font-size: 10px;
	}


}  