@charset "utf-8";
@media (max-width: 700px) {
#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:6.15% 3.07%;
	background-size: cover;
}


#top_first_wrap{
	padding:6.15% 5.38%;
	padding-bottom: 8.46%;
	display: flex;
	justify-content: space-between;
	    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	flex-direction: column-reverse;
}
#top_first_txt{
	width: 100%;
}
#top_first_txt h2{
	font-size: 28px;
        line-height: 1.4em;
        margin-bottom: 4px;
        font-weight: 700;
        background-image: url(../images/bg/star.svg);
        background-position: right bottom;
        background-size: 88px auto;
        background-repeat: no-repeat;
        padding-top: 24px;
        padding-bottom: 8px;
}
#top_first_txt p{
	line-height: 1.8em;
    font-size: 16px;
	font-weight: 500;
    color: #26281E;
}
#top_first_img{
	width:100%;
	box-sizing: border-box;
	padding-top:0;
	
}
#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: 22px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5em;
}


#top_reason_wrap{
	padding: 9.23% 5.38%;
	padding-bottom: 12.3%;
	background-color: #FFFFFF;
}
#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: 100%;
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 24px;
}
#top_reason_wrap ul li:last-child{
	margin-right: 0;
}
.top_reason_img{
	width: 76.15%;
	margin-bottom: 10px;
	border: 2px solid #dd6ac5;
	border-radius: 50%;
	padding: 8px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
}
.top_reason_img img{
	width: 100%;
	border-radius: 50%;
}
#top_reason_wrap h3{
	font-weight: 600;
    font-size: 21px;
	line-height: 1.6em;
	margin-bottom: 4px;
	color: #413D31;
	text-align: center;
}
.top_reason_txt{
	
}
.top_reason_txt p{
	line-height: 1.6em;
	color: #413D31;
}


#top_item_wrap{
	border-top: 2px solid #f0960b;
	padding: 9.23% 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: 9.23% 5.38%;
	padding-bottom: 11.53%;
    background-size: cover;
    background-repeat: repeat-y;
    background-color: #FFFFFF;
    background-image: url("../images/bg/sla_p_reverse.svg");
	background-size: 100% auto;
}
#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;
	margin-bottom: 6.92%;
}
#top_jisseki_wrap ul li{
	box-sizing: border-box;
	width: 100%;
	margin-right: 0;
	margin-bottom: 12px;
	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: 16px;
	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: 8px 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: 8px 16px;
	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: 8px;
}
.top_ji_price_num{
	font-weight: 800;
	font-size: 26px;
}
.top_ji_price_num .yen{
	font-weight: 800;
	font-size: 15px;
	padding-left: 2px;
	display: inline-block;
}
#top_jisseki h3{
	padding-top: 16px;
    color: #413D31;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
}


#top_sell_wrap{
    padding: 9.23% 5.38%;
	padding-bottom: 7.69%;
	background-color: #FFFFFF;
}
#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: 100%;
	margin-right: 0;
	margin-bottom: 12px;
}
#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%;
}
.top_sell_img{
	width: 100%;
} 
.top_sell_img img{
	width: 100%;
}
#top_sell_wrap ul li h3{
	text-align: center;
	line-height: 1.6em;
    font-size: 17px;
    font-weight: 500;
	padding-top: 10px;
}
}