@charset "utf-8";
.hinmoku_wrap {
	background-color: #FFFFFF;
}
.hinmoku1_wrap {
	padding: 5.38%;
	background-image: url(../images/bg/sla2.svg);
	background-size: 100% auto;
	background-color: #FFD004;
}
.hinmoku1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3.07%;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 3px solid #E177C0;
}
.hin1_text2 {
	margin-top: 3.84%;
}
.hinmoku1.w1200 .hin1_text2 p {
	font-size: 17px;
	text-align: left;
}


.hin1_gazo {
	margin-top: 3.07%;
}

.hinmoku1.w1200 p {
	text-align: center;
	line-height: 1.7em;
	font-size: 20px;
}
.hinmoku1.w1200 .hin1_gazo ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hin1_gazo ul li {
	width: 31.53%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 16px;
	box-sizing: border-box;
	background-image: url(../images/bg/sla_p_reverse.svg);
	border: 3px solid #E177C0;
	-webkit-box-shadow: 6px 6px #E177C0;
	box-shadow: 6px 6px #E177C0;
}
.hin1_gazo ul li img {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
}




.hinmoku_main_h2 {
	font-size: 32px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 3.07%;
	background-image: url(../images/bg/hata.svg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	background-size: 32px auto;
}
.hinmoku_main_h2 strong {
	font-size: 43px;
	display: block;
	margin-bottom: 8px;
	color: #D541A7;
}


.w1200 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	-webkit-box-shadow: 6px 6px #E177C0;
	box-shadow: 6px 6px #E177C0;
}
.inmoku2 {
	padding: 5.38%;
	background-image: url(../images/bg/sla_p.svg);
	background-size: cover;
}
.hin2_in h2 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 3.07%;
	line-height: 1.6em;
}

.hin2_in {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(url);
	padding: 3.84%;
	background-color: #FDFCE7;
	border: 3px solid #00BF98;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 6px 6px #00BF98;
	box-shadow: 6px 6px #00BF98;
}
.hin2_link_UL {
	padding: 0px;
	margin-top: 3.84%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
.hin2_link_UL li a {
	display: block;
	padding-top: 16px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 16px;
	border-radius: 8px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.57);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.57);
	font-weight: 700;
	font-size: 18px;
}
.hin2_link1 {
	background-color: #FFD004;
}
.hin2_link2 {
	background-color: #E177C0;
	color: #FFFFFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.71);
}


.hin2_link_UL li {
	margin-left: 8px;
	margin-right: 8px;
}



.hin2_sanko ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
/* li 全体：左の画像168px + 右側は可変 */
.hin2_sanko ul li {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid #00BF98;
    margin-bottom: 8px;
    padding: 16px;
    box-sizing: border-box;
}

/* 左の画像ブロック：168px固定 */
.hin2_gazo {
    width: 168px;
    flex-shrink: 0;
    margin-right: 16px;
	aspect-ratio: 480 / 480; /* 画像の比率に合わせる */
  overflow: hidden;
}

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

/* 右側すべてを包むブロック：可変 */
.hin2_R {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

/* 左側：タイトル → 残り全部可変 */
.hin2_title {
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 24px;
    box-sizing: border-box;
	line-height:1.4em;
}

/* 右側：メーカー＆価格 160px × 2 固定 */
.hin_RR {
    display: flex;
    flex-shrink: 0;
}

.hin2_maker,
.hin2_kakaku {
	width: 160px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #00BF98;
}
.hin3 {
	padding: 5.38%;
	background-color: #E177C0;
}
.hin3_in {
	background-color: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 3.84%;
	border-radius: 16px;
	box-sizing: border-box;
}
.hin3_each {
	border-radius: 16px;
	background-color: #FDFCE7;
	margin-bottom: 3.84%;
}
.hin3_each:last-of-type{
	margin-bottom: 0px;
}
.hin3_flex {
	display: flex;
	flex-wrap: wrap;
	padding: 2.3%;
	justify-content: space-between;
}
.hin3_each h3 {
	padding: 2.3%;
	color: #FFFFFF;
	background-color: #00BF98;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	font-size: 26px;
	line-height: 1.5em;
	text-shadow: 1px 1px rgba(0,0,0,0.87);
}

.hin3_gazo {
	width: 31.53%;
}
.hin3_gazo img {
	width: 100%;
	-webkit-box-shadow: 6px 6px #00BF98;
	box-shadow: 6px 6px #00BF98;
	border: 1px solid #00BF98;
}

.hin3_R {
	width: 63.84%;
}
.hin3_R h4 {
	color: #00BF98;
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 16px;
}
.hin3_R p {
	line-height: 1.8em;
}
.hin3 .hin3_in.w1200 h2 {
	text-align: center;
	font-size: 40px;
	color: #BC298E;
	line-height: 1.6em;
	margin-bottom: 3.84%;
}
.hin3_in.w1200 h2 strong {
	font-size: 48px;
	color: #00BF98;
}
