#bread_clambs{
	margin-bottom: 15px;
}

section{
	width: var(--main-width);
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.point::before{
	content: " ";
	border-left: 5px solid var(--main-color);
	font-size: 16px;
	padding-left: calc(1em - 5px);
}

.point{
	font-size: 16px;
	text-align: left;
	margin-top: 64px;
	margin-bottom: 12px;
	padding-left:1em;
	text-indent:-1em;
}

.point2::before{
	content: " ";
	border-left: 5px solid var(--main-color);
	font-size: 16px;
	padding-left: calc(1em - 5px);
}

.point2{
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin-top: 64px;
	margin-bottom: 12px;
	padding-left:1em;
	text-indent:-1em;
}


.pick_up {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}

.aminoarea_img {
	margin: 50px auto;
}

.pick_title {
    padding: 0.8em 1em;
    margin: 20px auto 50px;
	width: 80%;
	text-align: center;
	font-size: 23px;
    font-weight: bold;
    color: #fff;
    background: #c89f00;
    border: solid 5px;
    border-radius: 10px;
}
.pick_title p {
    margin: 0; 
    padding: 0;
}


.checkmark {
	margin-bottom: 70px;
}

.checkmark li {
	margin: 20px auto 30px;
	font-weight: 700;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 2px solid #ccc;
}
.checkmark li::after,
.checkmark li::before {
	display: block;
	content: '';
	position: absolute;
}
.checkmark li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #c89f00;
	border-radius: 100%;
}
.checkmark li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/*マーカーアニメーション*/

.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(161,210,227) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(161,210,227) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(161,210,227) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(161,210,227) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(161,210,227) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
	text-decoration: none ;
}
/*マーカーアニメーション*/


.features {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.features p {
    margin: 0; 
    padding: 0;
}


#catch_image{
	width: var(--main-width);
	margin: auto;
}

#main_contents{
	width: 734px;
}



.foot_button{
	margin: 33px auto;
}

.category_name{
	color: var(--main-color);
	border-bottom: 1px dashed #000;
}


.products_info_area{
	margin-bottom: 106px;
}

.products_img{
	text-align: center;
}


#right_nav ul{
	padding: 0;
}

#right_nav li{
	margin-bottom: 27px;
	color: var(--char-glay);
}

#right_nav li::before{
	content: ">";
	color: #fff;
	background-color: var(--main-color);
	display: inline-block;
	margin-right: 15px;
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	text-align: center;
	border-radius: 2px;
}
