@charset "utf-8";
#MV {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: cover;
	/* [disabled]background-color: rgba(0,0,0,0.10); */
}
#MV img {
	width: 100%;
}
.MV_wrap {
	background-image: url(../images/mvBG.svg);
	background-repeat: no-repeat;
	padding: 3.07%;
	background-size: cover;
}


#top_first_wrap{
	padding: 5.38%;
	padding-top: 2.3%;
	display: flex;
	justify-content: space-between;
	    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#top_first_txt{
	width: 50.76%;
}
#top_first_txt h2{
	    font-size: 36px;
    line-height: 1.4em;
    margin-bottom: 3.07%;
	font-weight: 700;
	background-image: url("../images/bg/star.svg");
	background-position: right center;
	background-size: 96px auto;
	background-repeat: no-repeat;
	padding-top: 40px;
}
#top_first_txt p{
	line-height: 2em;
    font-size: 16px;
	font-weight: 500;
    color: #26281E;
}
#top_first_img{
	width: 42.3%;
	box-sizing: border-box;
	padding-top: 3.84%;
	
}
#top_first_img span{
	border-right:3px solid #FFFFFF;
	border-bottom:3px solid #FFFFFF;
	box-shadow: 5px 5px 0px #a1a8a7;
	box-sizing: border-box;
	padding:2px;
	display: inline-block;
}
#top_first_img img{
	display: block;
	width: 100%;
	border:5px solid #00bf98;
	box-sizing: border-box;
}
#top_first_txt #top_first_big-p{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
}


#top_reason_wrap{
	padding: 5.38%;
}
#top_reason{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
#top_reason_wrap ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
#top_reason_wrap ul li{
	width: 30%;
	margin-right: 5%;
	box-sizing: border-box;
}
#top_reason_wrap ul li:last-child{
	margin-right: 0;
}
.top_reason_img{
	width: 100%;
	margin-bottom: 16px;
	border: 2px solid #dd6ac5;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
}
.top_reason_img img{
	width: 100%;
	border-radius: 50%;
}
#top_reason_wrap h3{
	font-weight: 600;
    font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 16px;
	color: #413D31;
	text-align: center;
}
.top_reason_txt{
	
}
.top_reason_txt p{
	line-height: 1.8em;
	color: #413D31;
}


#top_item_wrap{
	border-top: 2px solid #f0960b;
	padding: 5.38%;
	    background-image: url(../images/bg/sla2.svg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
	background-size: cover;
}
#top_item{
	    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

#top_jisseki_wrap{
	    border-top: 2px solid #dd6ac5;
	padding: 5.38%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-image: url("../images/bg/sla_p_reverse.svg");
}
#top_jisseki{
	margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
#top_jisseki_wrap ul{
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
#top_jisseki_wrap ul li{
	box-sizing: border-box;
	width: 30.76%;
	margin-right: 3.86%;
	margin-bottom: 3.86%;
	background-color: #FFFFFF;
	
}
#top_jisseki_wrap ul li:nth-child(3n){
	margin-right: 0;
}
#top_jisseki_wrap ul li a{
	box-sizing: border-box;
	display: block;
	padding: 14px 14px;
	padding-bottom: 20px;
	border: 1.6px solid #dd6ac5;
	text-decoration: none;
	height: 100%;
}
.top_ji_day{
	background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  top:0;
  left: -6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  z-index: 2;
  transform: skewX(-20deg);
  padding: 10px 14px;
	padding-left: 4px;
	padding-top: 0;
}
.top_ji_day span{
	display: inline-block;
  transform: skewX(20deg); /* ← rotateじゃなくskewで戻す */
  white-space: nowrap; /* ← 改行防止 */
}
.top_ji_each_top{
	width: 100%;
	position: relative;
}
.top_ji_img {
	width: 100%;
}
.top_ji_img img{
	width: 100%;
}
.top_ji_price{
	background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  bottom: -1px;
  right: -7px;
  font-size: 14px;
  z-index: 2;
  transform: skewX(-20deg);
  padding: 10px 20px;
	padding-bottom: 0;
	color: #dd6ac5;
}
.top_ji_price_num_in {
/*  display: inline-block;*/
  transform: skewX(20deg); /* ← 中身全体を水平に戻す */
  white-space: nowrap;
	display: flex;
	align-items: center;
}
.top_ji_price_tit{
	font-weight: 800;
	line-height: 1.2em;
	font-size: 13px;
	margin-right: 10px;
}
.top_ji_price_num{
	font-weight: 800;
	font-size: 32px;
}
.top_ji_price_num .yen{
	font-weight: 800;
	font-size: 16px;
	padding-left: 2px;
	display: inline-block;
}
#top_jisseki h3{
	padding-top: 20px;
    color: #413D31;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}


#top_sell_wrap{
    padding: 5.38% 5.38% 2.3% 5.38%;
}
#top_sell{
	    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
#top_sell_wrap ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top_sell_wrap ul li{
	width: 23.275%;
	margin-right: 2.3%;
	margin-bottom: 4.61%;
}
#top_sell_wrap ul li a{
	text-decoration: none;
	display: block;
	background-color: #fefdec;
	border: 1.6px solid #f5aa00;
	padding: 8px;
	padding-bottom: 12px;
	height: 100%;
	box-sizing: border-box;
}
#top_sell_wrap ul li:nth-child(4n){
	margin-right: 0;
}
.top_sell_img {
  width: 100%;
  aspect-ratio: 4 / 3; /* 画像の比率に合わせる */
  overflow: hidden;
}

.top_sell_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 伸びない */
  display: block;
}

#top_sell_wrap ul li h3{
	text-align: left;
	line-height: 1.6em;
    font-size: 18px;
    font-weight: 500;
	padding-top: 10px;
}