@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/uwk5owc.css");


#ya-man_cate {
	width: 100%;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 15px;
	text-align: center;
}

#ya-man_cate h2 {
	font-family: "josefin-sans", sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 50px;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

#ya-man_cate h2 span {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: 60%;
	font-weight: normal;
	letter-spacing: normal;
	display: block;
	margin-top: 1.0em;
}

#ya-man_cate .w1200 {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#ya-man_cate .w1000 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

#ya-man_cate .w700 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
}

#ya-man_cate .sp_only,#ya-man_cate .sp_only480 {
		display: none;
	}

#ya-man_cate #cate_top #kanban {
	background: url(https://www.forcise.jp/img/item/ya-man/cate/top.jpg)no-repeat right;
	background-size: contain;
	padding: 15.0em 0;
	margin-top: 2.0em;
}

#ya-man_cate #cate_top #kanban .box {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	text-align: left;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;	
}

#ya-man_cate #cate_top #kanban .box dl {
	margin-top: 1.0em;
	font-size: 20px;
}

#ya-man_cate #cate_top #kanban .box dt {
	font-size: 200%;
	letter-spacing: 0.1em;
	margin: 1.0em auto;
}

#ya-man_cate #cate_top #kanban .box dd {
	line-height: 2.0;
}

#ya-man_cate #cate_top #obi ul {
	justify-content: center;
	padding: 4.0rem 0;
}

#ya-man_cate #cate_top #obi ul li {
	padding: 0 1.0em;
	border-right: 1px solid;
	line-height: 1.0;
	font-size: 20px;
	letter-spacing: 0.1em;
}

#ya-man_cate #cate_top #obi ul li:last-child {
	border-right: none;
}


@media only screen and (max-width: 789px) {
	#ya-man_cate #cate_top #kanban {
	background: url(https://www.forcise.jp/img/item/ya-man/cate/top_sp.jpg)no-repeat right;
	background-size: cover;
		margin-top: 0;
}
	#ya-man_cate .sp_only {
		display: block;
	}
	
	#ya-man_cate #cate_top #obi ul {
		flex-wrap: wrap;
		padding: 4.0rem 0 3.0rem;
	}
	
	#ya-man_cate #cate_top #obi li {
		margin-bottom: 1.0rem;
	}

}

@media only screen and (max-width: 480px) {
	#ya-man_cate .sp_only480 {
		display: block;
	}
	
	#ya-man_cate .pc_only480 {
		display: none;
	}
	
	#ya-man_cate #cate_top #kanban {
		padding: 3.0em 0;
	}
	#ya-man_cate #cate_top #kanban .logo {
		width: 30%;
	}
	#ya-man_cate #cate_top #kanban .box dl {
    font-size: 15px;
}
	#ya-man_cate #cate_top #obi ul li {
		font-size: 15px;
	}
	#ya-man_cate h2 {
    font-size: 25px;
}
	
}



#ya-man_cate #award {
	background: url(https://www.forcise.jp/img/item/ya-man/cate/bk_1.jpg)no-repeat;
	background-size: cover;
	padding: 5.0em 0;
}

#ya-man_cate #award img {
	margin-bottom: 2.5em;
}

#ya-man_cate #award p {
	text-align: left;
	font-size: 70%;
}


@media only screen and (max-width: 480px) {
	#ya-man_cate #award {
    background: url(https://www.forcise.jp/img/item/ya-man/cate/bk_1_sp.jpg) no-repeat top right;
	background-size: contain;
    padding: 2.0em 0;
}
}

#ya-man_cate #category {
	padding: 5.0em 0;
}

#ya-man_cate #category .comm_flex {
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

#ya-man_cate #category li {
	width: 30%;
	margin: 0.8em 1%;
	text-align: left;
	display: flex;
}

#ya-man_cate #category li a {
	padding: 0.5em 1.0em;
	border-radius: 5px;
	background: #F5F5F5;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	
	justify-content: space-between;
}

#ya-man_cate #category li a p {
	width: 70%;
	font-size: 18px;
}

#ya-man_cate #category li a img {
	width: 20%;
	mix-blend-mode: darken;
}

#ya-man_cate #category li a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15px; /* 三角のサイズ（お好みで調整） */
	height: 15px; /* 三角のサイズ（お好みで調整） */
	background: #CF4682; /* ヤーマンらしいピンク色に調整してください */
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	border-radius: 0 0 5px 0; /* aタグの角丸に合わせる */
}


@media only screen and (max-width: 789px) {
	#ya-man_cate #category .comm_flex {
		flex-direction: column;
	}
	
	#ya-man_cate #category li {
		width: 100%;
	}
	
	#ya-man_cate #category li a img {
    width: 15%;
}
	#ya-man_cate #category li a p {
    width: 80%;
    font-size: 18px;
}
	#ya-man_cate #category li br {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#ya-man_cate #category {
    padding: 2.0em 0;
}
	#ya-man_cate #category li a p {
        font-size: 15px;
    }
}

#ya-man_cate #about {
	padding: 5.0em 0;
}

#ya-man_cate #about p {
	text-align: left;
	line-height: 2.0;
	margin-bottom: 1.8em;
}

#ya-man_cate #about p:last-child {
	margin-bottom: 0;
}

#ya-man_cate #about .w700 {
	margin-top: 5.0em;
}


@media only screen and (max-width: 798px) {
	#ya-man_cate #about .w1200 {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#ya-man_cate #about {
    padding: 2.0em 0;
}
	#ya-man_cate #about .w700 {
    margin-top: 2.0em;
}
}

#ya-man_cate #guide {
	background: #F5F5F5;
	padding: 5.0em 0;
}

@media only screen and (max-width: 480px) {
	#ya-man_cate #guide {
    padding: 2.0em 0;
}
}

#ya-man_cate #features {
	padding: 5.0em 0;
}

#ya-man_cate #features .comm_flex {
	flex-wrap: wrap;
}

#ya-man_cate #features .comm_flex li {
	width: 23%;
	background: #F5F5F5;
	padding: 1.5em;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 1.5em;
}

#ya-man_cate #features .comm_flex li dt {
	font-size: 130%;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #707070;
}

#ya-man_cate #features .comm_flex li dt span {
	font-size: 70%;
}

#ya-man_cate #features .comm_flex li dd {
	line-height: 2.0;
}

#ya-man_cate #features .comm_flex li dd span {
	font-size: 70%;
	vertical-align: text-top;
}

#ya-man_cate #features p {
	font-size: 70%;
	text-align: left;
}

#ya-man_cate #features .box {
	margin-top: 10.0em;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

#ya-man_cate #features .box dl {
	text-align: left;
	margin-top: -3.0em;
}

#ya-man_cate #features .box dt {
	font-size: 200%;
	margin-bottom: 1.0em;
}

#ya-man_cate #features .box dd {
	line-height: 2.0;
}


@media only screen and (max-width: 789px) {
	#ya-man_cate #features .comm_flex li {
		width: 48%;
	}
	
	#ya-man_cate #features .w1200_2 {
		width: 100%;
	}
	
	#ya-man_cate #features .w1000 {
		width: 100%;
	}
	
	#ya-man_cate #features .box dl {
    text-align: left;
    width: 90%;
    margin: 2.0em auto auto;
}
}

@media only screen and (max-width: 480px) {
	#ya-man_cate #features {
    padding: 2.0em 0;
}
	#ya-man_cate #features ul {
		font-size: 80%;
	}
	#ya-man_cate #features .comm_flex li {
        padding: 1.0em 0.5em;
		width: 49%;
    }
	#ya-man_cate #features .comm_flex li dt {
    font-size: 120%;
}
	#ya-man_cate #features .box {
    margin-top: 5.0em;
}
	#ya-man_cate #features .box dt {
    font-size: 160%;
	margin-bottom: 1.0em;
}
}

#ya-man_cate #pro_duct .product_box .ttl {
	background: #F5F5F5;
	padding: 4.0em 0;
}

#ya-man_cate #pro_duct .product_box .ttl h2 {
	margin: auto;
}

#ya-man_cate #pro_duct .product_box .box {
	margin: 5.0em auto;
}

#ya-man_cate #pro_duct .box_1 {
	margin-bottom: 2.0em;
}

#ya-man_cate #pro_duct .box_1_1 {
	width: 50%;
	text-align: left;
	margin-bottom: 2.0em;
}



#ya-man_cate #pro_duct .box_1_1 .item_name {
	font-size: 170%;
	font-weight: bold;
	margin: 1.0em auto;
}

#ya-man_cate #pro_duct .box_1_1 li {
	background: #2E2E2E;
	color: #FFFFFF;
	width: 16%;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5%;
	display: flex;
    align-items: center;
    justify-content: center;
}

#ya-man_cate #pro_duct .box_1_1 li span {
	font-size: 60%;
	vertical-align: text-top;
}

#ya-man_cate #pro_duct .box_1_1 .price {
	text-align: right;
	display: block;
	margin-top: 1.5em;
}

#ya-man_cate #pro_duct .box_1_2 {
	width: 45%;
}

#ya-man_cate #pro_duct .box_1_2 img {
	aspect-ratio: 50 / 24;
	object-fit: cover;
}

#ya-man_cate #pro_duct .box_2 {
	border: 1px solid;
	padding: 2.3em 3%;
}

#ya-man_cate #pro_duct .box_2_1 {
	width: 45%;
}

#ya-man_cate #pro_duct .box_2_2 {
	width: 50%;
}

#ya-man_cate #pro_duct .box_2_2 ul {
	margin-bottom: 1.5em;
	justify-content: flex-start;
}

#ya-man_cate #pro_duct .box_2_2 li {
	background: #F5F5F5;
	width: 16%;
	border-radius: 900px;
	padding: 0.5em;
	font-size: 80%;
	box-sizing: border-box;
	margin: auto 0.2em;
}

#ya-man_cate #pro_duct .box_2_2 li span {
	font-size: 65%;
	vertical-align: text-top;
}

#ya-man_cate #pro_duct .box_2_2 dl {
	text-align: left;
}

#ya-man_cate #pro_duct .box_2_2 dt {
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #707070;
	line-height: 1.8;
}

#ya-man_cate #pro_duct .box_2_2 dt span {
	font-size: 60%;
	vertical-align: text-top;
}

#ya-man_cate #pro_duct .box_2_2 dd {
	line-height: 2.0;	
}

#ya-man_cate #pro_duct .box_2_2 .kome {
	font-size: 65%;
	margin-top: 2.0em;
}

#ya-man_cate .btn {
	width: 60%;
	margin-left: 40%;
	margin-top: 2.5em;
}

#ya-man_cate .btn a {
	background: #CF4682;
	color: #FFFFFF;
	font-size: 102%;
	padding: 0.8em 1.0em;
	display: block;
	border-radius: 5px;
}

#ya-man_cate .btn p {
	position: relative;
}

#ya-man_cate .btn p:after {
	content: "→";
    display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}


@media only screen and (max-width: 789px) {
	#ya-man_cate #pro_duct .box_1,#ya-man_cate #pro_duct .box_2 {
		flex-direction: column;
	}
	
	#ya-man_cate #pro_duct .box_1_1,#ya-man_cate #pro_duct .box_1_2,#ya-man_cate #pro_duct .box_2_1,#ya-man_cate #pro_duct .box_2_2 {
    width: 100%;
}
	#ya-man_cate #pro_duct .box_2_1 img {
		width: 100%;
		margin-bottom: 2.0em;
	}
	
	#ya-man_cate #pro_duct .box_1_2 img {
    aspect-ratio: 70 / 24;
}
	#ya-man_cate #pro_duct .box_2_2 ul {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#ya-man_cate #pro_duct .box_2_2 li {
		margin-bottom: 0.5em;
		width: unset;
		padding: 0.3em 1.0em;
	}
	
	#ya-man_cate .btn {
	width: 100%;
		margin-left: 0;
}
	
}


@media only screen and (max-width: 480px) {
	#ya-man_cate #pro_duct .product_box .ttl {
    padding: 2.0em 0;
}
	#ya-man_cate #pro_duct .product_box .ttl h2 {
    line-height: 1.3;
}
	#ya-man_cate #pro_duct .box_1_1 .item_name {
		font-size: 120%;
	}
	#ya-man_cate #pro_duct .box_1_1 li {
		font-size: 10px;
	}
	
	#ya-man_cate #pro_duct .box_1_1 li .ele {
		font-size: 83%;
	}
	#ya-man_cate #pro_duct .box_2_2 dt {
		font-size: 110%;
	}
	#ya-man_cate #pro_duct .box_2 {
		padding: 1.0em 3%;
	}
	#ya-man_cate #pro_duct .product_box .box {
		margin: 2.0em auto 3.0em;
	}
}

#ya-man_cate #uservoice {
	background: #F5F5F5;
	padding: 5.0em 0;
}

#ya-man_cate #uservoice .comm_flex {
	flex-wrap: wrap;
}

#ya-man_cate #uservoice li {
	width: 48%;
	background: #FFFFFF;
	padding: 2.0em 3%;
	position: relative;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 3.5em;
}

#ya-man_cate #uservoice li:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/ya-man/cate/square.jpg) no-repeat;
        background-size: 100%;
        height: auto;
        width: 5%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: -0.5em;
	left: -0.5em;
	max-width: 30px;
}

#ya-man_cate #uservoice span a {
	display: inline-block;
	background: #F5F5F5;
	padding: 0.2em 1.5em;
	border-radius: 20px;
}

#ya-man_cate #uservoice dt {
	font-size: 150%;
	font-weight: bold;
	margin: 1.0em auto 0.8em;
}

#ya-man_cate #uservoice dd {
	line-height: 2.0;
}

#ya-man_cate #uservoice .kome {
	font-size: 70%;
	margin-top: 3.0rem;
}

@media only screen and (max-width: 789px) {
	#ya-man_cate #uservoice li {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	#ya-man_cate #uservoice {
    padding: 2.0em 0;
}
	#ya-man_cate #uservoice span a {
    font-size: 80%;
}
	#ya-man_cate #uservoice dt {
    font-size: 110%;
}
	#ya-man_cate #uservoice li {
		margin-bottom: 2.0em;
	}
	
	#ya-man_cate #uservoice .kome {
    margin-top: 0;
}
}