@charset "UTF-8";
/*=============================================================

	Date: 2021-7-24
	CSS Document ： HAPPYTOYS

=============================================================*/

div#happytoys-concept_ht {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: url("../../images/common/toys.png") no-repeat right 90px top 100px;
	background-size: 76px auto;
	border: 1px dashed #c8c8c8;
	border-width: 1px 0 1px 1px;
	border-radius: 100px 0 0 100px;
	/*max-width: 901px;*/
	width: 97.9347826086957%;
	margin: 0 0 190px;
	padding: 100px 0 190px;
}

div#happytoys-concept_ht h3 {
	font-family: 'Miriam Libre', sans-serif;
	font-size: 2.125rem;
	font-weight: 700;
	/*max-width: 766px;*/
	width: 85.111111111%;
	margin: 0 0 50px auto;
}

div#happytoys-concept_ht h3 span {
	display: block;
	font-size: 0.75rem;
	font-family: 'Noto Sans JP', sans-serif;
}

div#happytoys-concept_ht h3 .head-en_ht {
	color: #e60080;
	font-family: 'Miriam Libre', sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
}

div#concept-wrap_ht {
	/*max-width: 720px;*/
	width: 80%;
	margin: auto;
}

div.concept-head_ht {
	position: relative;
}

div.concept-head_ht h4 {
	position: absolute;
	top: 65px;
	left: 50%;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

div.concept-head_ht p {
	margin-bottom: 0;
	text-align: center;
}

div.concept-comment_ht {
	margin: 50px 0 140px;
}

div.concept-comment_ht p {
	font-size: 0.875rem;
	line-height: 2.0;
	text-align: center;
}

div.concept-descript_ht {
	/*max-width: 624px;*/
	width: 86.666666666%;
	margin: 0 0 0 auto;
}

div.descript_ht {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 160px;
}

div.descript_ht:nth-of-type(1) ul {
	/*max-width: 154px;*/
	width: 24.679487179%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin: 0 0 0 70px;
}

div.descript_ht:nth-of-type(2) ul {
	/*max-width: 210px;*/
	width: 33.653846153%;
	margin: 0 96px 0 0;
}

div.descript_ht li:not(:last-child) {
	margin: 0 0 26px;
}

div.descript-read_ht p {
	font-size: 0.8125rem;
	line-height: 2.2;
	letter-spacing: 0.1em;
}

div.descript-read_ht p:not(:last-child) {
	margin: 0 0 40px;
}

div.concept-pict_ht {
	/*max-width: 470px;*/
	width: 65.277777777%;
	margin: 0 auto 90px;
}

div.project-join_ht p {
	font-family: 'Miriam Libre', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	text-align: center;
	margin:  0 0 25px;
}

div.project-join_ht ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	/*max-width: 359px;*/
	width: 49.861111111%;
	margin: auto;
}

div.project-join_ht li {
	/*max-width: 172px;*/
	width: 47.910863509%;
}

div.project-join_ht li a {
	border: 1px solid #e60080;
	border-radius: 30px;
	color: #e60080;
	display: block;
	font-size: 0.8125rem;
	font-weight: 700;
	text-align: center;
	padding: 15px 0;
	position: relative;
}

div.project-join_ht .join-set-btn_ht a {
	background: #e60080;
	color: #fff;
}

div.project-join_ht li a::after {
	background: url("../../images/common/y4.svg") no-repeat 0 0;
	background-size: 100%;
	content: "";
	height: 10px;
	width: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: middle;
}

div.project-join_ht li a:hover {
	background: #e60080;
	color: #fff;
}

div.project-join_ht li a:hover::after {
	background: url("../../images/common/y3.svg") no-repeat 0 0;
	background-size: 100%;
	right: 15px;
}

div.project-join_ht li a:hover::before{
	right: 13px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

div.project-join_ht .join-set-btn_ht a::after {
	background: url("../../images/common/y3.svg") no-repeat 0 0;
	background-size: 100%;
}

div.project-join_ht .join-set-btn_ht a:hover {
	background: #fff;
	color: #e60080;
}

div.project-join_ht .join-set-btn_ht a:hover::after {
	background: url("../../images/common/y4.svg") no-repeat 0 0;
	background-size: 100%;
}


@media (max-width: 919px) {
div#happytoys-concept_ht {
	background: url("../../images/common/toys.png") no-repeat right 25px top 60px;
	background-size: 58px auto;
	border-width: 1px 0 1px 1px;
	border-radius: 50px 0 0 50px;
	width: 97.6%;
	/*width: 73.2rem;*/
	margin: 0 0 108px auto;
	padding: 65px 0 95px;
}

div#happytoys-concept_ht h3 {
	font-size: 2rem;
	/*width: 66.6rem;*/
	width: 88.8%;
	margin: 0 0 50px auto;
}

div#happytoys-concept_ht h3 span {
	font-size: 0.625rem;
}

div#happytoys-concept_ht h3 .head-en_ht {
	font-size: 0.6875rem;
}

div#concept-wrap_ht {
	width: 100%;
	/*width: 91.466666666%;*/
	margin: auto;
}

div.concept-head_ht {
	width: 68.6rem;
	width: 93.972602739%;
	margin: 0 0 0 auto;
}

div.concept-head_ht h4 {
	width: 46.5rem;
	width: 67.784256559%;
	position: absolute;
	top: 65px;
}

div.concept-comment_ht {
	width: 91.09589041%;
	/*width: 66.5rem;*/
	margin: 55px 0 95px auto;
}

div.concept-comment_ht p {
	font-size: 0.8125rem;
	letter-spacing: 0.18em;
	text-align: left;
}

div.concept-descript_ht {
	width: 87.218045112%;
	/*width: 58rem;*/
	margin: auto;
}

div.descript_ht {
	display: block;
	margin: 0 0 65px;
}

div.descript_ht:nth-of-type(1) ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	margin: 0 0 40px;
}

div.descript_ht:nth-of-type(1) li {
	width: 27.3rem;
	width: 47.068965517%;
}

div.descript_ht:nth-of-type(2) ul {
	width: 33.2rem;
	width: 57.24137931%;
	margin: 0 auto 45px;
}

div.descript_ht li:not(:last-child) {
	margin: 0;
}

div.descript-read_ht p {
	font-size: 0.8125rem;
	letter-spacing: 0.18em;
}

div.descript-read_ht p:not(:last-child) {
	margin: 0 0 35px;
}

div.concept-pict_ht {
	/*width: 90.379008746%;*/
	width: 62rem;
	width: 84.931506849%;
	margin: 0 auto 90px;
}

div.project-join_ht p {
	font-size: 0.75rem;
	margin:  0 0 25px;
}

div.project-join_ht {
	width: 61.6rem;
	width: 84.383561643%;
	margin: auto;
}

div.project-join_ht ul {
	width: 100%;
}

div.project-join_ht li {
	width: 29.6rem;
	width: 48.051948051%;
}

div.project-join_ht li a {
	border: 2px solid #e60080;
	border-radius: 25px;
	font-size: 0.6875rem;
	line-height: 1.0;
	padding: 15px 0;
}

div.project-join_ht li a::after {
	right: 21px;
	height: 8px;
	width: 10px;
}
}