@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/park/alpha_rice/bg_head_alpha_rice.jpg?1127");
}
section{
	margin-bottom: 100px;
}
.commentary_wrap{
	margin-bottom: 100px;
}

.charact_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.charact_list li {
	width: 43vw;
    max-width: 220px;
    height: 52vw;
    max-height: 260px;
    text-align: center;
    background: url(../img/park/alpha_rice/charact_bg.png) no-repeat center / 100% 100%;
	margin: 0 1.2% 15px;
}
.charact_list li .li_inner {
    height: 100%;
    background: url(../img/park/alpha_rice/charact_bg_dot.png) repeat center;
    padding-top: 55px;
    padding-top: min(11vw,55px);
    padding-bottom: 55px;
    padding-bottom: min(11vw,55px);
}
.charact_list li .txt {
    color: #40220f;
    font-weight: bold;
    line-height: 160%;
    font-size: 1.125em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(52vw - 22vw - 1em);/* li(height) - .li_inner(padding) - name */
    max-height: calc(260px - 110px - 1em);
}

.charact_list li .name {
    display: inline-block;
    color: #eb6d7b;
    border-bottom: 1px solid #eb6d7b;
}
.making_list {
	background:url("../img/park/alpha_rice/bg_arrow.png") repeat-y 24% / 40px auto;
}
.making_end{
	padding-top: 50px;
	background-image:url("../img/park/alpha_rice/bg_arrow_end.png");
	background-position: 24% top;
	background-repeat: no-repeat;
}

.making_list li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
}
.making_list .img_wrap {
    width: 49.2%;
}
.making_list:not(.making_end) .img {
    border: 6px solid #c69d63;
    border-radius: 20px;
    overflow: hidden;
}
.making_list .txt_wrap {
    width: 47%;
}
.making_list .ttl_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 100%;
    color: #af8047;
	margin-bottom: 10px;
}
.making_list .ttl_wrap .num {
	width: 54px;
	height: 64px;
	background: url("../img/park/alpha_rice/number_bg.png") no-repeat center;
	color: #ffffff;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
}
.making_list .ttl_wrap .eng {
    font-weight: normal;
    font-size: 60%;
    letter-spacing: 2px;
    margin-left: 20px;
}
@media screen and (max-width:600px) {
section,
.commentary_wrap{
	margin-bottom: 40px;
}
.making_list,
.making_end {
    background-position: 5px top;
}
.making_list li{
	padding-bottom: 30px;
}
.making_list .img_wrap {
    width: calc(100% - 12px);
    margin-left: auto;
    margin-right: auto;
}
.making_list:not(.making_end) .img{
	border-radius: 10px;
}
.making_list .txt_wrap {
    width: 100%;
    margin-top: 10px;
    margin-left: 40px;
}
.making_list .ttl_wrap {
    font-size: 1.4em;
}
.making_list .ttl_wrap .num {
    width: 27px;
    height: 32px;
    background-size: contain;
    margin-right: 10px;
}
.making_list .ttl_wrap .eng {
    margin-left: 10px;
}
.making_end .txt_wrap {
    margin-left: 0;
}
.making_end .ttl_wrap {
    justify-content: center;
}
}