@charset "UTF-8";
/*=============================================================

	Date: 2021-7-24
	CSS Document ： HAPPYTOYS

=============================================================*/

/*TOP*/
div#happytoys-project_ht {
  margin: 0 0 0 auto;
  padding: 0 0 95px;
  position: relative;
}

div#happytoys-project_ht::after {
  background: #ececec;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

div#main-slide_ht {
  background: url("../../images/common/toys.png") no-repeat right 50px top 330px;
  background-size: 76px auto;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  width: 903px;
  margin: auto;
  position: relative;
}

div#main-slide_ht::after {
  background-image: linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: "";
  display: inline-block;
  height: 88%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

div#main-slide_ht h3 {
  position: absolute;
  right: 65px;
  top: 35px;
}

div#main-slide_ht h3 + ul {
  max-width: 717px;
}

div.happytoys-pjt_ht p img {
  border-radius: 12px;
}

div.happytoys-pjt_ht dl {
  transition: all 0.5s ease;
  margin: -15px 0 0 30px;
  padding: 0 0 0 35px;
  position: relative;
}

div.happytoys-pjt_ht dl::before {
  background: #fff;
  border-radius: 12px 12px 0 0;
  content: "";
  height: 30px;
  width: 425px;
  position: absolute;
  top: -15px;
  left: 0;
}

div.happytoys-pjt_ht dt {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  color: #000;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin: 0 0 16px;
  position: relative;
}

div.happytoys-pjt_ht dd {
  color: #e60080;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
}

div.toys-set_ht {
  position: absolute;
  right: 40px;
  bottom: 0;
}

div#happytoys-blog_ht {
  margin: 0 0 145px;
  padding: 90px 0 0;
}

div#happytoys-blog_ht h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 35px;
}

div#happytoys-blog_ht h3 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 15px;
}

div.blog-list_ht {
  max-width: 828px;
  /*width: 90%;*/
  margin: auto;
}

div#blog-list_ht {
  max-width: 828px;
  /*width: 90%;*/
  margin: auto;
}

div.blog-item_ht {
  max-width: 253px;
  /*width: 30.555555555%;*/
  position: relative;
}

div.blog-item_ht h4 {
  color: #fff;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  right: 12px;
  bottom: -5px;
}

div.blog-pic_ht {
  position: relative;
}

div.blog-item_ht p {
  margin: 0 0 28px;
}

div.blog-item_ht p img {
  border-radius: 10px;
  height: 180px !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div.blog-item_ht dl {
  position: relative;
}

div.blog-item_ht .update_ht {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 14px;
}

div.blog-item_ht .cat_ht {
  border: 1px solid #e60080;
  border-radius: 20px;
  color: #e60080;
  display: inline-block;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  top: -6px;
  left: 100px;
}

div.blog-item_ht dd {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 50px;
}

div.blog-item_ht::after {
  background: linear-gradient(to right, rgba(200, 200, 200, 1), rgba(200, 200, 200, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}

div.blog-item_ht a {
  color: #000;
  display: block;
  padding: 0 0 25px;
  position: relative;
}

div.blog-item_ht a:hover {
  opacity: 0.6;
}

div.more-item-btn_ht {
  border: 1px solid #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin: 15px 0 0 auto;
  position: relative;
}

div.more-item-btn_ht::after {
  background: url("../../images/common/y1.svg") no-repeat center;
  background-size: 100%;
  content: "";
  height: 9px;
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}

div.more-blog_ht {
  max-width: 300px;
  margin: 45px auto 0;
}

div#happytoys-wrap_ht {
  /*max-width: 905px;*/
  width: 98.369565217%;
  margin: 0 auto 190px;
  position: relative;
}

div#happytoys-wrap_ht h2 {
  background: #fff;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  position: absolute;
  right: 76px;
  top: -10px;
  padding: 5px 10px;
  z-index: 2;
}

div#happytoys-wrap_ht h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

div#happytoys-wrap_ht h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 20px 0 0;
  vertical-align: middle;
}

div#happytoys-about_ht {
  background: url("../../images/common/toys.png") no-repeat right top 60px;
  background-size: 68px auto;
  border: 1px dashed #c8c8c8;
  border-width: 1px 0 1px 1px;
  width: 100%;
  padding: 120px 0 160px;
  position: relative;
}

div#happytoys-about_ht::after {
  background: url("../../images/common/bg_wk_01.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  left: -1px;
  top: -1px;
}

div#happytoys-about_ht::before {
  background: url("../../images/common/bg_wk_02.svg") no-repeat 0 0;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  left: -1px;
  bottom: -1px;
}

div#happytoys-about_ht h3 {
  width: 85.082872928%;
  margin: 0 0 0 auto;
}

div#happytoys-about_ht h4 {
  color: #e60080;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 25px;
}

div.about-concept_ht {
  /*max-width: 795px;*/
  width: 87.845303867%;
  margin: 0 0 0 auto;
  padding: 0 0 80px;
  position: relative;
}

div.about-concept_ht dl {
  /*max-width: 334px;*/
  width: 43.684210526%;
}

div.about-concept_ht dd {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 45px 0 35px;
}

div.about-concept_ht::before {
  content: "";
  background: linear-gradient(to right, rgba(200, 200, 200, 1), rgba(200, 200, 200, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

div.concept_ht {
  background: url("../../images/top/about_01.jpg") no-repeat center right;
  background-size: contain;
  width: 95.597484276%;
  margin: auto;
  padding: 75px 0 40px;
}

div.more-concept_ht {
  /*max-width: 258px;*/
  width: 33.9473684210526%;
}

div.about-history_ht {
  display: flex;
  justify-content: space-between;
  /*max-width: 795px;*/
  width: 87.845303867%;
  margin: 0 0 0 auto;
  padding: 100px 0 0;
  position: relative;
}

div.history-perform_ht {
  /*max-width: 362px;*/
  width: 45.534591194%;
  order: -1;
  overflow: hidden;
}

div.history_ht {
  /*max-width: 314px;*/
  width: 39.496855345%;
  margin: 0 30px 0 0;
}

div.history_ht dd {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 45px 0 35px;
}

div.perform_ht {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div.perform_ht dl {
  /*max-width: 120px;*/
  width: 33.14917127%;
  margin: 0 20px;
}

div.perform_ht dt {
  background: #ebbd00;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 120px;
  width: 120px;
  margin: 0 0 30px;
  position: relative;
}

div.perform_ht dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #ebbd00 transparent transparent transparent;
  position: absolute;
  bottom: -7px;
}

div.perform_ht .world_ht {
  background: #339cbf;
}

div.perform_ht .world_ht::after {
  border-color: #339cbf transparent transparent transparent;
}

div.perform_ht dt span {
  display: block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 12px 0;
}

div.since_ht {
  border-top: 1px solid #000;
  background: #fff;
  text-align: center;
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
}

div.since_ht p {
  width: 110px;
  margin: auto;
}

div#happytoys-howto_ht {
  box-sizing: border-box;
  border: 1px dashed #c8c8c8;
  border-width: 0 1px 1px 0;
  padding: 120px 0 190px;
  position: relative;
}

div#happytoys-howto_ht::after {
  background: url("../../images/common/bg_wk_04.svg") no-repeat 0 0;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

div#happytoys-howto_ht::before {
  background: url("../../images/common/bg_wk_03.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
}

div.howto_ht {
  display: flex;
  justify-content: space-between;
  /*max-width: 795px;*/
  width: 87.845303867%;
  margin: auto;
  position: relative;
}

div.howto_ht::after {
  background-image: linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  left: 190px;
  top: 0;
}

div#happytoys-howto_ht h3 span {
  display: block;
  margin: 0 0 15px;
}

div#happytoys-howto_ht .howto-head_ht p {
  color: #808080;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin: 90px 0 0;
}

div.howto-content_ht {
  /*max-width: 480px;*/
  width: 60.37735849%;
}

div.howto-step_ht {
  display: flex;
  justify-content: space-between;
  position: relative;
}

div.howto-step_ht:not(:last-child) {
  margin: 0 0 100px;
}

div.howto-step_ht:not(:last-child)::after {
  background: url("../../images/common/y6.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 19px;
  width: 18px;
  position: absolute;
  bottom: -50px;
  left: 105px;
  margin: auto;

  vertical-align: middle;
}

div.step-pict_ht {
  /*max-width: 216px;*/
  width: 45%;
  position: relative;
}

div.step-pict_ht .step-num_ht {
  position: absolute;
  left: 25px;
  top: -20px;
}

div.step-pict_ht .copy_ht {
  color: #808080;
  font-size: 0.625rem;
  margin: 14px 0 0 20px;
}

div.howto-step_ht .step_ht {
  /*max-width: 216px;*/
  width: 45%;
  margin: 0 0 0 auto;
}

div.howto-step_ht .step_ht dt {
  background: #e60080;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 4px 10px;
}

div.howto-step_ht .step_ht dd {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0 0 20px;
}

div.howto-step_ht .step_ht dd:not(:last-child) {
  letter-spacing: 0.12em;
}

div.howto-step_ht .step_ht .step-head_ht {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

div.howto-step_ht .step_ht .step-comment_ht {
  color: #a6a6a6;
  font-size: 0.6875rem;
}

div.howto-step_ht .step_ht a {
  color: #000;
  text-decoration: underline !important;
}

div#happytoys-set_ht {
  box-sizing: border-box;
  border: 1px dashed #c8c8c8;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 100px 0;
  padding: 120px 0;
  position: relative;
}

div#happytoys-set_ht::before {
  background: url("../../images/common/bg_wk_01.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

div#happytoys-set_ht::after {
  background: #fff;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 0;
}

div#happytoys-set_ht h3 {
  /*max-width: 776px;*/
  width: 85.935769656%;
  margin: 0 0 0 auto;
}

div.happytoys-chara_ht {
  margin: 95px 0 120px;
  position: relative;
}

div.happytoys-chara_ht .chara_ht p {
  position: absolute;
  top: 45px;
  z-index: 1;
}

div.happytoys-chara_ht .chara_ht p:nth-of-type(2) {
  right: 0;
}

div.character_ht {
  background: #f4f4f4;
  border-radius: 20px;
  /*max-width: 444px;*/
  width: 49.169435215%;
  margin: auto;
  padding: 55px 0 70px;
  position: relative;
}

div#happytoys-set_ht .character_ht h4 {
  color: #000;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 80px;
  position: relative;
}

div#happytoys-set_ht .character_ht h4::after {
  background-image: linear-gradient(#000 33%, rgba(255, 255, 255, 1) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: "";
  display: inline-block;
  height: 34px;
  width: 1px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 18px;
  margin: auto;
}

div.character_ht h5 {
  background: #fff;
  border-radius: 5px;
  color: #e60080;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-align: center;
  /*max-width: 285px;*/
  width: 64.189189189%;
  margin: 0 auto 35px;
  padding: 18px 0;
}

div.character_ht p {
  position: absolute;
  top: -50px;
  right: 28px;
}

p.set-s_ht {
  width: 60px;
  position: absolute;
  top: -50px;
  right: 105px;
}

div.chara-comment_ht {
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.15em;
  text-align: justify;
  text-justify: inter-ideograph;
  /*max-width: 285px;*/
  width: 64.189189189%;
  margin: auto;
}

div.set-series_ht {
  display: flex;
  justify-content: space-between;
  /*max-width: 802px;*/
  width: 88.815060908%;
  margin: 0 auto 140px;
}

div.set-item_ht {
  /*max-width: 221px;*/
  display: flex;
  width: 27.556109725%;
  padding: 34px 0 0;
  position: relative;
}

div.set-item_ht:not(:last-child)::after {
  background-image: linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -38px;
  top: 0;
}

div#happytoys-set_ht .set-item_ht h4 {
  color: #000;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  min-height: 0%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

div.set-item_ht p {
  min-height: 0%; /*IE11*/
  margin: 0 0 32px;
}

div.set-item_ht dl {
  min-height: 0%;
}

div.set-item_ht dt {
  color: #e60080;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px;
}

div.set-item_ht dd {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 30px;
}

div.set-item_ht a {
  display: flex;
  flex-direction: column;
}

div.more-set-btn_ht {
  border: 1px solid #e60080;
  background: #e60080;
  border-radius: 30px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: all 0.5s ease;
  width: 164px;
  margin: auto auto 0;
  padding: 16px 0;
  position: relative;
}

div.more-set-btn_ht::after {
  background: url("../../images/common/y3.svg") no-repeat center;
  background-size: 100%;
  content: "";
  height: 9px;
  width: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  transition: all 0.5s ease;
  vertical-align: middle;
}

div.set-item_ht a:hover .more-set-btn_ht {
  background: #fff;
  color: #e60080;
}

div.set-item_ht a:hover .more-set-btn_ht::after {
  background: url("../../images/common/y4.svg") no-repeat center;
  right: 15px;
}

div.happytoys-collabo_ht {
  box-sizing: border-box;
  border: 1px solid #e60080;
  border-radius: 30px;
  /*max-width: 809px;*/
  width: 89.590254706%;
  margin: 0 auto 40px;
  padding: 50px 0 70px;
}

div#happytoys-set_ht .happytoys-collabo_ht h4 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

div#happytoys-set_ht .happytoys-collabo_ht h4 span {
  color: #e60080;
  display: block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 16px 0 0;
}

div.collabo-item_ht {
  /*max-width: 671px;*/
  width: 82.941903584%;
  margin: auto;
}

div.collabo_ht {
  width: 13.3125rem;
  /*width: 30.959302325%;*/
}

div.collabo_ht a {
  display: block;
}

div.collabo_ht a:hover {
  opacity: 0.6;
}

div.collabo_ht p {
  margin: 0 0 30px;
}

div.collabo_ht dt {
  color: #e60080;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0 0 25px;
}

div.collabo_ht dt span {
  font-weight: 700;
  position: relative;
}

div.collabo_ht dt span::after {
  background: #e60080;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
}

div.collabo_ht dd {
  font-size: 0.75rem;
  line-height: 1.8;
}

div.set-attend_ht {
  /*max-width: 650px;*/
  width: 70.718232044%;
  margin: 0 auto 110px;
}

div.set-attend_ht p {
  color: #808080;
  font-size: 0.6875rem;
  line-height: 1.8;
}

div.kit-box_ht h4 {
  color: #e60080;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

div.box-item_ht {
  /*max-width: 308px;*/
  width: 34.108527131%;
  margin: auto;
}
/*
div.kit-box_ht p {
	font-size: 0.75rem;
	line-height: 1.8;
	margin: 30px 0 0;
}
*/

div.box-pict_ht {
  position: relative;
}

div.more-box-btn_ht {
  position: absolute;
  right: 0;
  bottom: 0;
}

div#happytoys-exhibit_ht {
  background: url("../../images/top/exhibit.jpg") no-repeat top 100px right 46px;
  background-size: 198px auto;
  box-sizing: border-box;
  border: 1px dashed #c8c8c8;
  border-width: 0 0 1px 1px;
  border-radius: 0 0 0 100px;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

div#happytoys-exhibit_ht::before {
  background: url("../../images/common/bg_wk_01.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -1px;
  left: -1px;
}

div#happytoys-exhibit_ht h3 {
  width: 85.840707964%;
  margin: 0 0 0 auto;
}

div.exhibition_ht {
  display: flex;
  justify-content: space-between;
  /*max-width: 800px;*/
  width: 88.495575221%;
  margin: 70px 0 90px auto;
  padding: 0 0 100px;
  position: relative;
}

div.exhibition_ht::before {
  content: "";
  background: linear-gradient(to right, rgba(200, 200, 200, 1), rgba(200, 200, 200, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 6px 1px;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.exhibition_ht h4 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}

div.exhibition_ht h4 span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.687rem;
  font-weight: 400;
  margin: 15px　0　0;
}

div.exhibit-real_ht {
  /*max-width: 327px;*/
  width: 40.875%;
  position: relative;
}

div.exhibit-real_ht::after {
  background-image: linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-position: right;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -45px;
  top: 0;
}

div.exhibit-real_ht p {
  color: #666;
  font-size: 0.687rem;
  line-height: 1.8;
  margin: 0 0 34px;
}

div.exhibit-real_ht p img {
  border-radius: 16px;
}

div.exhibition_ht .exhibit-comment_ht {
  color: #666;
  font-size: 0.687rem;
  line-height: 1.8;
  margin: 34px 0 0;
}

div.more-report-btn_ht {
  /*max-width: 272px;*/
  width: 83.180428134%;
  margin: 0 auto 30px;
}

div.exhibit-online_ht {
  /*max-width: 299px;*/
  width: 37.375%;
  margin: 0 48px 0 0;
  position: relative;
}

div.exhibit-online_ht li {
  margin: 0 0 30px;
}

div.exhibit-online_ht li p {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  margin: 12px 0 0;
}

div.exhibit-online_ht li img {
  border-radius: 10px;
}

div.exhibit-online_ht li a {
  display: block;
}

div.exhibit-online_ht li a:hover {
  opacity: 0.6;
}

div.more-online-btn_ht {
  border: 1px solid #000;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s ease;
  /*max-width: 275px;*/
  width: 91.973244147%;
  margin: auto;
  padding: 16px 0;
  position: relative;
}

div.more-online-btn_ht:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

div.more-online-btn_ht::before,
div.more-online-btn_ht::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.more-online-btn_ht::before {
  transform: translate(-50%, -50%);
}

div.more-online-btn_ht::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.new_ht {
  background: #e60080;
  border-radius: 50%;
  color: #fff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  height: 44px;
  width: 44px;
  position: absolute;
  right: -22px;
  top: 60px;
  z-index: 1;
}

div.gallery_ht {
  /*max-width: 800px;*/
  width: 88.495575221%;
  margin: 0 0 0 auto;
  position: relative;
}

div.gallery-pict_ht {
  width: 48.5%;
  position: absolute;
  bottom: 0;
  right: 6.2%;
}

div.gallery_ht h4 {
  color: #e60080;
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  /*max-width: 360px;*/
  width: 45%;
  margin: 0 0 30px;
}

div.gallery_ht span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  margin: 15px　0　0;
}

div.gallery-detail_ht {
  /*max-width: 360px;*/
  width: 45%;
}

div.gallery-detail_ht p {
  font-size: 0.75rem;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 40px;
}

div.gallery-detail_ht ul {
  /*max-width: 258px;*/
  width: 71.666666666%;
  margin: auto;
}

div.gallery-detail_ht ul li:nth-of-type(1) {
  margin: 0 0 20px;
}

div.gallery-detail_ht ul li:nth-of-type(2) {
  margin: 0 0 12px;
}

div.gallery-detail_ht ul li:last-child {
  color: #666;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

div.gallery_ht .look-btn_ht a {
  border: 1px solid #e60080;
  color: #e60080;
}

div.gallery_ht .look-btn_ht a::after {
  background: url("../../images/common/y4.svg") no-repeat center;
}

div.gallery_ht .look-btn_ht a:hover {
  background: #e60080;
  color: #fff;
}

div.gallery_ht .look-btn_ht a:hover::after {
  background: url("../../images/common/y3.svg") no-repeat center;
}

div.gallery_ht .post-btn_ht a {
  border: 1px solid #0096c5;
  color: #0096c5;
}

div.gallery_ht .post-btn_ht a::after {
  background: url("../../images/common/y5.svg") no-repeat center;
}

div.gallery_ht .post-btn_ht a:hover {
  background: #0096c5;
  color: #fff;
}

div.gallery_ht .post-btn_ht a:hover::after {
  background: url("../../images/common/y3.svg") no-repeat center;
}

div#happytoys-contact_ht {
  /*
	border: 1px dashed #c8c8c8;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	*/
  /*max-width: 830px;*/
  /*
	width: 90.217391304%;
	margin: auto;
	*/
  padding: 96px 0 0;
}

div#happytoys-contact_ht h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0 50px;
}

div#happytoys-contact_ht h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  vertical-align: middle;
}

div#happytoys-contact_ht h4 {
  color: #e60080;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 20px;
}

div.contact-detail_ht {
  display: flex;
  justify-content: space-between;
  /*max-width: 629px;*/
  width: 75.9661835748792%;
  margin: auto;
}

div.contact-detail_ht li:not(:last-child) {
  margin: 0 0 8px;
}

div.contact_ht {
  /*max-width: 395px;*/
  width: 62.7980922098569%;
}

div.contact-detail_ht ul {
  /*max-width: 152px;*/
  width: 24.16534181224006%;
}

div.contact_ht p {
  font-size: 0.8125rem;
  line-height: 1.8;
  margin: 0 0 30px;
}

div.contact-btn_ht {
  /*max-width: 255px;*/
  width: 64.556962025%;
  margin: 0 0 50px;
}

div.contact_ht .contact-btn_ht a {
  border: 1px solid #e60080;
  background: #e60080;
  color: #fff;
}

div.contact_ht .contact-btn_ht a::after {
  background: url("../../images/common/y3.svg") no-repeat center;
}

div.contact_ht .contact-btn_ht a:hover {
  background: #fff;
  color: #e60080;
}

div.contact_ht .contact-btn_ht a:hover::after {
  background: url("../../images/common/y4.svg") no-repeat center;
}

div#happytoys-contact_ht .past-btn_ht a {
  color: #e60080;
  font-size: 0.875rem;
  text-decoration: underline;
  padding: 0 0 0 16px;
  position: relative;
}

div.past-btn_ht a::after {
  background: #e60080;
  border-radius: 50%;
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  top: 50%;
  left: 0;
}

p.position_ht {
  background: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  padding: 15px 0;
  position: absolute;
}

p.position_ht.about-pt_ht {
  top: 55%;
  left: -5px;
}

p.position_ht.howto-pt_ht {
  top: 40%;
  right: -5px;
  z-index: 1;
}

/* IE11表示用のCSS　*/
_:-ms-fullscreen,
:root p.position_ht.howto-pt_ht {
  top: 500px;
}

p.position_ht.set-pt_ht {
  top: 40%;
  left: -5px;
}

p.position_ht.exhibit-pt_ht {
  top: 50%;
  left: -5px;
}

@media screen and (min-width: 768px) {
  div#main-slide_ht {
    height: 612px;
  }

  div#blog-list_ht {
    /*height: 354px;*/
  }

  div.collabo-item_ht {
    /*height: 365px;*/
  }
}

@media (max-width: 919px) {
  div#happytoys-project_ht {
    margin: 0;
    padding: 0;
  }

  div#happytoys-project_ht::after {
    display: none;
  }

  div#main-slide_ht {
    background: url("../../images/common/toys.png") no-repeat center bottom;
    background-size: 96.5px auto;
    background-color: rgba(255, 255, 255, 0.6);
    background-blend-mode: lighten;
    /*max-width: 361px;*/
    width: 96.266666666%;
    margin: 0;
    padding: 0 0 250px;
  }

  div#main-slide_ht::after {
    display: none;
  }

  div#main-slide_ht h3 {
    display: none;
  }

  div#main-slide_ht h3 + ul {
    max-width: 100%;
    width: 100%;
  }

  div.happytoys-pjt_ht p {
    margin-bottom: 0;
  }

  div.happytoys-pjt_ht p img {
    border-radius: 0 12px 12px 0;
  }

  div.happytoys-pjt_ht dl {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }

  div.happytoys-pjt_ht dl::before {
    height: 41px;
    width: 62.903225806%;
    top: -20px;
    left: 0;
  }

  div.happytoys-pjt_ht dt {
    font-size: 0.9375rem;
    margin: 0 0 15px;
  }

  div.happytoys-pjt_ht dd {
    font-size: 0.625rem;
  }

  div.toys-set_ht {
    display: none;
  }

  div#happytoys-blog_ht {
    margin: 0 0 165px;
    padding: 75px 0 0;
  }

  div#happytoys-blog_ht h3 {
    font-size: 0.6875rem;
    margin: 0 0 45px;
  }

  div#happytoys-blog_ht h3 span {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }

  div.blog-list_ht {
    width: 100%;
  }

  div.blog-item_ht {
    margin: 0 10px;
    max-width: 202px;
    max-width: 100%;
    /*width: 202px;*/
  }

  div.blog-item_ht h4 {
    font-size: 1.4375rem;
    bottom: -0.5rem;
  }

  div.blog-item_ht p {
    margin: 0 0 27px;
  }

  div.blog-item_ht p img {
    height: 40vw !important;
  }

  div.blog-item_ht .update_ht {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin: 0 0 15px;
  }

  div.blog-item_ht .cat_ht {
    font-size: 0.6875rem;
    letter-spacing: 0.15em;
    left: 80px;
  }

  div.blog-item_ht dd {
    font-size: 0.875rem;
  }

  div.blog-item_ht dd {
    height: 45px;
  }

  div.blog-item_ht::after {
    display: none;
  }

  div.blog-item_ht a {
    padding: 0 0 42px;
  }

  div.more-item-btn_ht {
    width: 29px;
    height: 29px;
    margin: 10px 0 0 auto;
  }

  div.more-item-btn_ht::after {
    height: 10px;
    width: 10px;
  }

  div.more-blog_ht {
    max-width: 27.6rem;
    width: 73.6%;
    margin: 42px auto 0;
  }

  div#happytoys-wrap_ht {
    /*width: 97.733333333%;*/
    width: 366px;
    width: 97.6%;
    margin: 0 0 0 auto;
  }

  div#happytoys-wrap_ht h2 {
    display: none;
  }

  div#happytoys-wrap_ht h3 {
    font-size: 0.75rem;
    width: 320px;
    width: 87.671232876%;
    margin: 0 0 37px auto;
  }

  div#happytoys-wrap_ht h3 span {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 0 17px;
  }

  div#happytoys-about_ht {
    background: none;
    border-width: 1px 0 1px 1px;
    border-width: 1px 0 1px 1px;
    width: 100%;
    padding: 80px 0 145px;
    position: relative;
    z-index: 1;
  }

  div#happytoys-about_ht::after {
    background: url("../../images_sp/common/bg_wk_01.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    top: -1px;
    left: -1px;
  }

  div#happytoys-about_ht::before {
    background: url("../../images_sp/common/bg_wk_02.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    bottom: -1px;
    left: -1px;
  }

  div#happytoys-about_ht h4 {
    font-size: 0.8125rem;
    width: 276px;
    width: 75.616438356%;
    /*width: 78.857142857%;*/
    margin: 0 0 25px;
  }

  div.about-concept_ht {
    width: 100%;
    margin: 0;
    padding: 0 0 108px;
    position: relative;
  }

  div#happytoys-about_ht .about-concept_ht h4 {
    margin: 0 auto 25px;
  }

  div.about-concept_ht dl {
    width: 276px;
    width: 75.616438356%;
    /*width: 78.857142857%;*/
    margin: auto;
  }

  div.about-concept_ht dd {
    font-size: 0.8125rem;
    line-height: 2;
    margin: 32px 0 45px;
  }

  div.about-concept_ht::before {
    /*width: 92.428574428%;*/
    width: 323px;
    left: 0;
    right: 0;
    margin: auto;
  }

  div.concept_ht {
    background: url("../../images/top/about_01.jpg") no-repeat top right -10px;
    background-size: 100%;
    width: 100%;
    padding: 390px 0 0;
    padding: 105% 0 0;
  }

  div.more-concept_ht {
    width: 276px;
    /*width: 78.857142857%;*/
    width: 75.616438356%;
    margin: auto;
  }

  div.about-history_ht {
    display: block;
    width: 285px;
    /*width: 77.762619372%;*/
    width: 78.08219178%;
    margin: auto;
    padding: 85px 0 100px;
    position: relative;
  }

  div.history-perform_ht {
    width: 100%;
  }

  div.history_ht {
    width: 100%;
  }

  div.history_ht dl {
    margin-bottom: 0;
  }

  div.history_ht dd {
    font-size: 0.8125rem;
    line-height: 2;
    margin: 32px 0 70px;
  }

  div.perform_ht dl {
    width: 90px;
    /*width: 31.578947368%;*/
    width: 31.578947368%;
    margin: 0 20px;
  }

  div.perform_ht dt {
    font-size: 0.625rem;
    letter-spacing: 0;
    line-height: 0.8;
    height: 90px;
    width: 90px;
    margin: 0 auto 20px;
  }

  div.perform_ht dt span {
    font-size: 1.1875rem;
    margin: 11px 0;
  }

  div.perform_ht dd {
    margin-bottom: 0;
  }

  div.since_ht {
    padding: 15px 0 0;
  }

  div.since_ht p {
    width: 105px;
  }

  div.more-history_ht {
    width: 100%;
    position: absolute;
    bottom: 0;
  }

  div#happytoys-howto_ht {
    background: none;
    border-width: 0 1px 1px 0;
    width: 357px;
    /*width: 95.890410958%;*/
    width: 95.2%;
    margin: 0 auto 0 0;
    padding: 80px 0;
    position: relative;
  }

  div#happytoys-howto_ht::before {
    background: url("../../images_sp/common/bg_wk_03.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    top: -1px;
    right: -1px;
  }

  div#happytoys-howto_ht::after {
    background: url("../../images_sp/common/bg_wk_04.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    bottom: -1px;
    right: -1px;
  }

  span.bg_ht {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 50px;
    height: 50px;
    background: #fff;
  }

  div.howto_ht {
    display: block;
    width: 323px;
    width: 92.428574428%;
    margin: auto;
  }

  div.howto_ht::after {
    display: none;
  }

  div#happytoys-howto_ht h3 {
    text-align: center;
    margin: 0 0 65px;
  }

  div#happytoys-howto_ht h3 span {
    margin: 0 0 10px;
  }

  div#happytoys-howto_ht .howto-head_ht p {
    display: none;
  }

  div.howto-content_ht {
    width: 100%;
  }

  div.howto-step_ht:not(:last-child) {
    margin: 0 0 70px;
  }

  div.howto-step_ht:nth-of-type(1)::after {
    bottom: -25px;
  }

  div.howto-step_ht:nth-of-type(2)::after {
    bottom: 50px;
  }

  div.howto-step_ht:nth-of-type(3)::after {
    bottom: 0;
  }

  div.howto-step_ht:not(:last-child)::after {
    left: 70px;
    height: 18px;
    width: 17px;
  }

  div.step-pict_ht {
    width: 160px;
    width: 49.459041731%;
  }

  div.step-pict_ht p {
    margin-bottom: 0;
  }

  div.step-pict_ht .step-num_ht {
    width: 21px;
    left: 20px;
    top: -15px;
  }

  div.step-pict_ht .copy_ht {
    font-size: 0.625rem;
    letter-spacing: 0.05em;
  }

  div.howto-step_ht .step_ht {
    letter-spacing: 0.1em;
    width: 140px;
    width: 43.276661514%;
  }

  div.howto-step_ht .step_ht dt {
    font-size: 0.6875rem;
    margin: 0 0 20px;
    padding: 3px 10px;
  }

  div.howto-step_ht .step_ht dd {
    font-size: 0.75rem;
    margin: 0 0 20px;
  }

  div.howto-step_ht .step_ht .step-head_ht {
    font-size: 0.8125rem;
  }

  div.howto-step_ht .step_ht .step-comment_ht {
    font-size: 0.625rem;
    letter-spacing: 0;
  }

  div#happytoys-set_ht {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 50px 0;
    width: 356px;
    width: 97.404371584%;
    padding: 85px 0;
  }

  div#happytoys-set_ht h3 {
    text-align: center;
    width: 100%;
  }

  div#happytoys-set_ht::before {
    background: url("../../images_sp/common/bg_wk_01.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    left: -1px;
    top: -1px;
  }

  div#happytoys-set_ht::after {
    height: 25px;
    width: 25px;
    bottom: -1px;
    left: -1px;
  }

  div.happytoys-chara_ht {
    margin: 30px 0 0;
    padding: 175px 0 130px;
  }

  div.character_ht {
    background: #eceef1;
    width: 327px;
    width: 89.480874316%;
    padding: 42px 0 58px;
    z-index: 2;
  }

  div.happytoys-chara_ht .chara_ht p {
    width: 175px;
    width: 44.303797468%;
    top: 0;
  }

  div#happytoys-set_ht .character_ht h4 {
    font-size: 0.9375rem;
    padding: 0 0 65px;
  }

  div#happytoys-set_ht .character_ht h4::after {
    background-size: 1px 5px;
    height: 28px;
    width: 1px;
    bottom: 23px;
  }

  div.character_ht h5 {
    border-radius: 7.5px;
    font-size: 1rem;
    width: 238px;
    width: 72.82442748%;
    margin: 0 auto 37px;
    padding: 17px 0;
  }

  div.character_ht p {
    width: 89px;
    position: absolute;
    top: -22px;
    right: -16px;
  }

  p.set-s_ht {
    width: 55px;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 95px;
    margin: auto;
    z-index: 3;
  }

  div.chara-comment_ht {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    width: 251px;
    width: 76.641221374%;
  }

  div.set-series_ht {
    display: block;
    width: 275px;
    width: 75.136612021%;
    margin: 0 auto 157px;
  }

  div.set-item_ht {
    width: 275px;
    width: 100%;
    margin: 0 0 106px;
    padding: 50px 0 0;
  }

  div.set-item_ht:not(:last-child)::after {
    display: none;
  }

  div#happytoys-set_ht .set-item_ht h4 {
    font-size: 1.9375rem;
  }

  div.set-item_ht p {
    margin: 0 0 32px;
  }

  div.set-item_ht dt {
    font-size: 0.875rem;
    margin: 0 0 17px;
  }

  div.set-item_ht dd {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin: 0 0 30px;
  }

  div.more-set-btn_ht {
    border: none;
    border-radius: 25px;
    font-size: 0.8125rem;
    width: 100%;
    padding: 15px 0;
  }

  div.more-set-btn_ht::after {
    right: 23px;
    height: 8px;
    width: 10px;
  }

  div.happytoys-collabo_ht {
    border: 1px solid #e60080;
    width: 341px;
    width: 95.652173913%;
    margin: 0 auto 40px;
    padding: 47px 0;
  }

  div#happytoys-set_ht .happytoys-collabo_ht h4 {
    font-size: 1.625rem;
    margin: 0 0 36px;
  }

  div#happytoys-set_ht .happytoys-collabo_ht h4 span {
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 15px 0 0;
  }

  div.collabo-item_ht {
    width: 265px;
    width: 77.71260997%;
    margin: auto;
  }

  div.collabo_ht {
    width: 100%;
  }

  div.collabo_ht p {
    margin: 0 0 40px;
  }

  div.collabo_ht dt {
    font-size: 0.875rem;
    margin: 0 0 25px;
  }

  div.collabo_ht dd {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }

  div.set-attend_ht {
    letter-spacing: 0.1em;
    width: 276px;
    width: 77.419354838%;
    margin: 0 auto 95px;
  }

  div.set-attend_ht p {
    font-size: 0.625rem;
  }

  div.kit-box_ht h4 {
    font-size: 0.875rem;
    padding: 0 30px;
  }

  div.box-item_ht {
    width: 297px;
    width: 83.309957924%;
    margin: auto;
  }

  div.kit-box_ht p {
    font-size: 0.75rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: 45px 0 0;
  }

  div.more-box-btn_ht {
    width: 90px;
  }

  div#happytoys-exhibit_ht {
    background: url("../../images/top/exhibit.jpg") no-repeat top 11% center;
    background-size: 40% auto;
    border-width: 0 0 1px 1px;
    border-radius: 0 0 0 50px;
    width: 357px;
    width: 97.404371584%;
    padding: 85px 0;
    position: relative;
  }

  div#happytoys-exhibit_ht::before {
    background: url("../../images_sp/common/bg_wk_01.svg") no-repeat 0 0;
    background-size: 100%;
    height: 60px;
    width: 59px;
    top: -1px;
    left: -1px;
  }

  div#happytoys-exhibit_ht h3 {
    text-align: center;
    width: 100%;
    margin: 0 0 175px;
  }

  div.exhibition_ht {
    display: block;
    width: 310px;
    width: 88.699453551%;
    margin: 65px auto 70px;
    padding: 0 0 90px;
    position: relative;
  }

  div.exhibition_ht h4 {
    font-size: 1.5rem;
    margin: 0 0 40px;
  }

  div.exhibition_ht h4 span {
    font-size: 0.75rem;
    margin: 15px 0 0;
  }

  div.exhibit-real_ht {
    width: 310px;
    width: 100%;
    margin: 0 0 65px;
    padding: 0 0 30px;
  }

  div.exhibit-real_ht::after {
    content: "";
    background: linear-gradient(to right, rgba(200, 200, 200, 1), rgba(200, 200, 200, 1) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
  }

  div.exhibit-real_ht p {
    font-size: 0.625rem;
    margin: 0 0 42px;
  }

  div.exhibition_ht .exhibit-comment_ht {
    font-size: 0.625rem;
  }

  div.more-report-btn_ht {
    width: 274px;
    /*width: 89.032258064%;*/
    margin: 0 auto 30px;
  }

  div.exhibit-online_ht {
    width: 310px;
    width: 100%;
    position: relative;
  }

  div.exhibit-online_ht li {
    margin: 0 0 23px;
  }

  div.exhibit-online_ht li p {
    font-size: 0.9375rem;
    margin: 13px 0 0;
  }

  div.more-online-btn_ht {
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 0.8125rem;
    width: 276px;
    /*width: 89.032258064%;*/
    margin: 0 auto 32px;
    padding: 15px 0;
  }

  div.more-online-btn_ht::before,
  div.more-online-btn_ht::after {
    right: 20px;
    width: 1px;
    height: 2px;
  }

  div.more-online-btn_ht:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }

  .new_ht {
    font-size: 0.71875rem;
    height: 46px;
    width: 46px;
    right: -5px;
    top: 55px;
  }

  div.gallery_ht {
    width: 325px;
    /*width: 88.797814207%;*/
    margin: auto;
  }

  div.gallery-pict_ht {
    width: 100%;
    position: static;
  }

  div.gallery_ht h4 {
    font-size: 0.9375rem;
    text-align: center;
    width: 100%;
    margin: 0 0 22px;
  }

  div.gallery_ht span {
    font-size: 0.75rem;
    margin: 15px 0 0;
  }

  div.gallery-detail_ht {
    width: 100%;
  }

  div.gallery-detail_ht p {
    font-size: 0.75rem;
    margin: 20px 0 40px;
  }

  div.gallery-detail_ht ul {
    width: 276px;
    /*width: 84.923076923%;*/
    margin: auto;
  }

  div.gallery-detail_ht ul li:nth-of-type(1) {
    margin: 0 0 13px;
  }

  div.gallery-detail_ht ul li:nth-of-type(2) {
    margin: 0 0 13px;
  }

  div.gallery-detail_ht ul li:last-child {
    font-size: 0.625rem;
  }

  div.gallery_ht .look-btn_ht a {
    border: 2px solid #e60080;
  }

  div.gallery_ht .look-btn_ht a::before {
    border-top: 2px solid #e60080;
    border-right: 2px solid #e60080;
  }

  div.gallery_ht .post-btn_ht a {
    border: 2px solid #0096c5;
  }

  div.gallery_ht .post-btn_ht a::before {
    border-top: 2px solid #0096c5;
    border-right: 2px solid #0096c5;
  }

  div#happytoys-contact_ht {
    /*
	width: 341px;
	width: 90.933333333%;
	*/
    padding: 67px 0 0;
  }

  div#happytoys-contact_ht h3 {
    font-size: 0.6875rem;
    text-align: center;
    margin: 0 0 47px;
    width: 100%;
  }

  div#happytoys-contact_ht h3 span {
    display: block;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  div#happytoys-contact_ht h4 {
    font-size: 0.8125rem;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 22px;
  }

  div.contact-detail_ht {
    display: block;
    width: 305px;
    width: 89.442815249%;
  }

  div.contact-detail_ht ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  div.contact-detail_ht li {
    width: 98px;
    width: 30%;
  }

  div.contact-detail_ht li:not(:last-child) {
    margin: 0;
  }

  div.contact_ht {
    width: 276px;
    width: 90.491803278%;
    margin: 0 auto 67px;
  }

  div.contact_ht p {
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
    margin: 0 0 28px;
  }

  div.contact-btn_ht {
    width: 275px;
    width: 100%;
    margin: 0 auto 42px;
  }

  div.contact_ht .contact-btn_ht a {
    border: 2px solid #e60080;
  }

  div.contact_ht .contact-btn_ht a::before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  div#happytoys-contact_ht .past-btn_ht {
    text-align: center;
  }

  div#happytoys-contact_ht .past-btn_ht a {
    font-size: 0.8125rem;
    padding: 0;
  }

  div.past-btn_ht a::after {
    display: none;
  }

  p.position_ht {
    display: none;
  }
}

@media (max-width: 919px) {
  div#happytoys-project_ht .slick-prev,
  div#happytoys-project_ht .slick-next {
    top: 65vw;
    width: 31px;
    height: 31px;
  }

  div#happytoys-project_ht .slick-prev {
    right: 60px;
    left: auto;
  }

  div#happytoys-project_ht .slick-prev::after,
  div#happytoys-project_ht .slick-next::after {
    height: 10px;
    width: 11px;
  }

  div#happytoys-project_ht .slick-next {
    right: 20px;
  }

  div#happytoys-project_ht .slick-dots::before {
    background: #ececec;
    content: "";
    height: 1px;
    width: 109px;
    width: 30.193905817%;
    position: absolute;
    bottom: 0;
    right: 35px;
  }

  div#happytoys-project_ht .slick-dots::after {
    background: #ececec;
    content: "";
    height: 1px;
    width: 109px;
    width: 30.193905817%;
    position: absolute;
    bottom: 0;
    left: 35px;
  }

  div#happytoys-project_ht .slick-dots {
    line-height: 1;
    bottom: -50px;
    top: auto;
    right: 0;
    left: 0;
  }

  div#happytoys-blog_ht .slick-dots {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
  }

  div.happytoys-collabo_ht .slick-prev,
  div.happytoys-collabo_ht .slick-next {
    border: 2px solid #000;
    top: 13rem;
    width: 3.1rem;
    height: 3.1rem;
  }

  div.happytoys-collabo_ht .slick-prev {
    left: -1.5rem;
  }

  div.happytoys-collabo_ht .slick-next {
    right: -1.5rem;
  }

  div.happytoys-collabo_ht .slick-prev::after,
  div.happytoys-collabo_ht .slick-next::after {
    height: 1.05rem;
    width: 1.15rem;
  }

  div.happytoys-collabo_ht .slick-dots {
    bottom: -5rem;
    top: auto;
    right: 0;
    left: 0;
  }

  div.happytoys-collabo_ht .slick-dots {
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
  }

  div.happytoys-collabo_ht .slick-slider {
    padding: 0 0 6px;
  }

  .slick-dots li {
    background: #fff;
    width: 5px;
    height: 5px;
    padding: 0 7px;
  }

  .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
  }
}

/*追加*/
.kit-box_ht .set-item_ht {
  padding: 0;
}

.happytoys-comment_ht {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 85%;
}

.happytoys-comment_ht span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

/*----------------------------------
  2026-02-12 追加
----------------------------------*/
:root {
  --mainColor: #c4a351;
  --bgColor01: #ebedf0;
  --textColor01: #808080;
}

/* newyear-loading */
.happytoys-loading_ht {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  width: 100%;
  z-index: 9999;
}

.happytoys-loading__inner_ht {
  max-width: 1170px;
  position: relative;
  height: 100%;
  width: 91.836%;
}

.happytoys-loading_ht.hide {
  opacity: 0;
  pointer-events: none;
}

.happytoys-loading__item_ht {
  opacity: 0;
  transition: opacity 0.8s ease;
  position: absolute;
}

.happytoys-loading__child_ht {
  position: absolute;
}

.happytoys-loading__item_ht img {
  height: auto;
  width: 100%;
}

.happytoys-loading__item_ht.is-show {
  opacity: 1;
}

.happytoys-loading__01_ht {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) scale(1.2);
  transition: 0.8s ease;
  transform-origin: center;
  width: 9.658%;
  z-index: 2;
}

.happytoys-loading__01_ht.is-show {
  transform: translate(-50%, -50%) scale(1);
}

.happytoys-loading__02_ht {
  height: 100%;
  width: 100%;
}

.happytoys-loading__02_ht .happytoys-loading__child_ht:nth-of-type(1) {
  top: 50.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.641%;
}

.happytoys-loading__02_ht .happytoys-loading__child_ht:nth-of-type(2) {
  top: 6.632%;
  right: 0;
  width: 4.529%;
}

/* happytoys-header_ht */
.toggle_btn {
  background: var(--mainColor);
}

.toggle_btn .toggle-open_ht {
  color: var(--mainColor);
}

div.header-menu_ht li::before {
  background: var(--mainColor);
}

div.menu-right_ht .set-btn_ht a {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

div.menu-right_ht .set-btn_ht a:hover {
  background: var(--mainColor);
}

div.menu-right_ht .set-btn_ht a::after {
  background: url("../../v4/images/top/y8.svg") no-repeat center;
}

/* happytoys-project_ht */
div#happytoys-project_ht::before {
  background-image: url(../../v4/images/top/dot_01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  pointer-events: none;
  position: absolute;
  padding-top: 90.217%;
  transform: translate(-50%, -9.638%);
  top: 0;
  left: 50%;
  width: 119.565%;
  z-index: 1;
}

div.happytoys-pjt_ht dd {
  color: var(--mainColor);
}

.slick-dots li.slick-active button {
  background: var(--mainColor);
}

#main-slide_ht .toys_ht::before {
  background-image: url(../../v4/images/top/label.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  padding-top: 20.083%;
  transform: translate(16.66%, -17.36%);
  top: 0;
  right: 0;
  width: 16.736%;
  z-index: 2;
}

div#main-slide_ht::after {
  display: none;
}

.happytoys-comment_ht {
  border-top: 1px dashed #c8c8c8;
  margin-top: 160px;
  padding-top: 94px;
  text-align: center;
  width: 100%;
}

div#happytoys-project_ht::after {
  display: none;
}

/* happytoys-movie_ht */
.happytoys-movie_ht {
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.happytoys-movie__iframe_ht {
  border-radius: 45px;
  border: 1px solid #000;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.happytoys-movie__iframe_ht iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* happytoys-wrap_ht */
div#happytoys-wrap_ht {
  margin-top: 170px;
}

div#happytoys-wrap_ht h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.14em;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 87.755%;
  z-index: 2;
}

div#happytoys-wrap_ht h3 span {
  font-family: "Miriam Libre", sans-serif;
  font-size: 2.37rem;
  font-weight: 700;
  display: block;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

div#happytoys-wrap_ht h2 {
  letter-spacing: 0.06em;
}

p.position_ht {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

/* happytoys-set_ht */
div#happytoys-set_ht {
  border-width: 1px 0 1px 1px;
  border-radius: 0 0 0 100px;
  padding-top: 75px;
}

div#happytoys-set_ht::after {
  background-image: url(../../v4/images/top/dot_02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  content: "";
  pointer-events: none;
  position: absolute;
  padding-top: 155.612%;
  transform: translate(-50%, 4.459%);
  top: 0;
  left: 50%;
  width: 124.795%;
  z-index: 2;
}

p.position_ht.set-pt_ht {
  top: auto;
  bottom: 21.786%;
}

div#happytoys-set_ht .character_ht h4 {
  padding-bottom: 70px;
}

div.happytoys-chara_ht {
  margin-bottom: 95px;
}

div.character_ht {
  background: var(--bgColor01);
  padding-top: 50px;
  padding-bottom: 50px;
}

div.character_ht::before {
  background-image: url(../../v4/images/top/label.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  padding-top: 28.508%;
  transform: translate(29.23%, -34.615%);
  top: 0;
  right: 0;
  width: 28.508%;
  z-index: 2;
}

div.character_ht h5 {
  border-radius: 12px;
  color: var(--mainColor);
  font-size: 1.125rem;
  width: 67.982%;
}

#happytoys-set_ht .happytoys-set__btn_ht {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
  font-size: 1.06rem;
  width: 362px;
}

#happytoys-set_ht .happytoys-set__btn_ht:hover {
  background: #fff;
  color: var(--mainColor);
}

#happytoys-set_ht .happytoys-set__btn_ht:hover .happytoys-set__link_ht {
  color: var(--mainColor);
}

div.more-set-btn_ht:hover::after {
  background: url("../../v4/images/top/y8.svg") no-repeat center;
}

div.set-item_ht a:hover .more-set-btn_ht::after {
  background: url("../../v4/images/top/y8.svg") no-repeat center;
}

.happytoys-set__link_ht {
  color: #fff;
}

div.happytoys-chara_ht .chara_ht p {
  top: auto;
  bottom: 0;
  left: -4.897%;
  width: 37.244%;
}

div.happytoys-chara_ht .chara_ht p:nth-of-type(2) {
  left: auto;
  right: -4.897%;
  width: 34.183%;
}

div.howto-step_ht:not(:last-child)::after {
  background: url("../../v4/images/top/y7.svg") no-repeat 0 0;
}

.happytoys-profile_ht {
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  width: 440px;
}

.happytoys-profile__title_ht {
  background-color: #fff;
  color: var(--mainColor);
  font-family: "Miriam Libre", sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  letter-spacing: 0.1em;
  width: 6.66em;
}

.happytoys-profile__about_ht {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 70.454%;
}

.happytoys-profile__icon_ht {
  width: 34.838%;
}

.happytoys-profile__name_ht {
  font-size: 1.05rem;
  line-height: 1.2;
  letter-spacing: 0;
}

.happytoys-profile__name_ht span {
  display: block;
  font-size: 0.81em;
  letter-spacing: -0.033em;
  margin-bottom: 1em;
}

.happytoys-profile__detail_ht {
  color: var(--textColor01);
  font-size: 0.937rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.2em;
  width: 86.363%;
}

/* happytoys-howto_ht */
div#happytoys-howto_ht {
  padding-top: 75px;
  padding-bottom: 70px;
}

div#happytoys-howto_ht h3 {
  width: 100%;
}

div.howto-step_ht .step_ht dt {
  background: var(--mainColor);
}

div.howto-step_ht:nth-of-type(1) .step_ht dd a,
div.howto-step_ht:nth-of-type(4) .step_ht dd a {
  color: var(--mainColor);
}

div.step-pict_ht .copy_ht {
  letter-spacing: 0.04em;
}

/* happytoys-others_ht */
#happytoys-others_ht {
  box-sizing: border-box;
  border: 1px dashed #c8c8c8;
  border-width: 0 1px 0 1px;
  padding-top: 86px;
  position: relative;
}

div#happytoys-others_ht::before {
  background: url(../../images/common/bg_wk_01.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

div#happytoys-others_ht::after {
  background: #fff;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 0;
}

div#happytoys-others_ht .set-item_ht {
  padding-top: 0;
}

div#happytoys-others_ht .set-item_ht h4 {
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.24em;
  text-align: center;
  padding-left: 0.31em;
  padding-right: 0.31em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div#happytoys-others_ht .set-item_ht dt {
  color: #000;
}

div#happytoys-others_ht .more-set-btn_ht {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
}

div#happytoys-others_ht .set-item_ht a:hover .more-set-btn_ht {
  background-color: #fff;
  color: var(--mainColor);
}

div#happytoys-others_ht .set-series_ht {
  margin-top: 95px;
}

div#happytoys-others_ht .happytoys-collabo_ht h4 {
  color: var(--mainColor);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

div#happytoys-others_ht .happytoys-collabo_ht h4 span {
  color: #000;
  display: block;
  font-family: "Miriam Libre", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  margin: 16px 0 0;
}

div.happytoys-collabo_ht {
  border: 1px solid var(--mainColor);
}

div.collabo_ht dt {
  color: var(--mainColor);
}

div.collabo_ht dt span::after {
  background: var(--mainColor);
}

div#happytoys-others_ht p.position_ht.set-pt_ht {
  bottom: 26.786%;
}

div#happytoys-others_ht div.set-attend_ht {
  margin-bottom: 0;
  padding-bottom: 110px;
}

/* happytoys-about_ht */
div#happytoys-about_ht {
  border-width: 0 1px 1px 1px;
  background: url(../../images/common/toys.png) no-repeat right 60px top 60px;
  background-size: 68px auto;
}

div#happytoys-about_ht::before {
  background: #fff;
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  z-index: 0;
}

div#happytoys-about_ht::after {
  background: url(../../images/common/bg_wk_04.svg) no-repeat 0 0;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: -1px;
}

div#happytoys-about_ht h4 {
  color: var(--mainColor);
}

div#happytoys-about_ht div.about-concept_ht {
  margin-right: auto;
}

/* happytoys-contact_ht */
div#happytoys-contact_ht {
  border-radius: 0 0 0 100px;
  border: 1px dashed #c8c8c8;
  border-width: 0 0 1px 1px;
  position: relative;
  padding-bottom: 110px;
}

div#happytoys-contact_ht::before {
  background: url(../../images/common/bg_wk_01.svg) no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 100px;
  width: 100px;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
}

div#happytoys-contact_ht h3 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

p.position_ht.contact-pt_ht {
  top: 55%;
  left: -5px;
}

div#happytoys-contact_ht h4 {
  color: var(--mainColor);
}

div.contact_ht .contact-btn_ht a {
  border: 1px solid var(--mainColor);
  background: var(--mainColor);
}

div.contact_ht .contact-btn_ht a:hover {
  background-color: #fff;
  color: var(--mainColor);
}

div#happytoys-contact_ht .past-btn_ht a {
  color: var(--mainColor);
}

div.contact_ht .contact-btn_ht a:hover::after {
  background: url("../../v4/images/top/y8.svg") no-repeat center;
}

div.past-btn_ht a::after {
  background: var(--mainColor);
}

/* exhibition_ht */
#exhibition_ht {
  position: relative;
}

div#happytoys-exhibit_ht {
  background: #f7b297;
  border: none;
  border-radius: 30px;
  color: #fff;
  /* max-width: 830px; */
  width: 90.217391304%;
  margin: 0 auto 80px;
  padding: 20px 0;
  position: relative;
}

div#happytoys-exhibit_ht::before {
  display: none;
}

div#happytoys-exhibit_ht h3 {
  font-family: "Miriam Libre", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100%;
}

div#happytoys-exhibit_ht h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.06rem;
  letter-spacing: 0.14em;
  margin: 0 0 0 35px;
  vertical-align: middle;
}

.exhibition-items_ht {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 90.361%;
}

.exhibition-items_ht figcaption {
  width: 60%;
}

div.exhibit-pict_ht {
  width: 47.2%;
}

div.exhibit-pict_ht p {
  aspect-ratio: 38 / 27;
  display: block;
  margin-bottom: 0;
}

div#happytoys-exhibit_ht div.exhibit-pict_ht img {
  border-radius: 22px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

div.exhibit-detail_ht {
  margin-top: 70px;
  width: 55.555%;
}

div.exhibit-detail_ht p {
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0 0 40px;
}

div.exhibit-detail_ht .exhibit-btn_ht a {
  border: 1px solid #fff;
  color: #fff;
}

div.exhibit-detail_ht .exhibit-btn_ht a::after {
  background: url("../../images/common/y3.svg") no-repeat center;
}

.report-anm_ht {
  z-index: -1;
}

/* report_ht */
div#report_ht {
  padding-top: 0;
}

div#happytoys-report_ht {
  padding: 20px 0;
}

div#happytoys-report_ht h3 {
  font-size: 2.625rem;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100%;
}

div#happytoys-report_ht h3 span {
  font-size: 1.06rem;
  letter-spacing: 0.14em;
}

.report-items_ht {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 90.361%;
}

.report-items_ht figcaption {
  width: 60%;
}

div.report-pict_ht {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  width: 47.2%;
}

div.report-pict_ht p {
  aspect-ratio: 38 / 27;
  display: block;
  margin-bottom: 0;
}

div#happytoys-report_ht div.report-pict_ht img {
  border-radius: 22px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

div.report-detail_ht {
  margin-top: 24px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

div.report-detail_ht p {
  font-size: 0.93rem;
  line-height: 1.8;
  letter-spacing: 0.14em;
  margin: 0 0 40px;
}

div.report-detail_ht .report-btn_ht {
  width: 55.555%;
}

/* happytoys-blog_ht */
div.blog-item_ht .cat_ht {
  border: 1px solid var(--mainColor);
  color: var(--mainColor);
}

/* footer-menu_ht */
div.footer-menu_ht li::before {
  background: var(--mainColor);
}

@media (max-width: 919px) {
  div#main-slide_ht {
    background: none;
    padding-bottom: 0;
  }

  div#happytoys-project_ht::before {
    padding-top: 81.217%;
    transform: translate(-50%, -3.638%);
    width: 108.565%;
  }

  div#happytoys-set_ht::after {
    padding-top: 130.612%;
    transform: translate(-50%, 12.459%);
    width: 104.795%;
  }

  div#happytoys-wrap_ht {
    margin-bottom: 190px;
  }

  div#happytoys-wrap_ht h3 {
    text-align: center;
  }

  div#happytoys-about_ht {
    background-image: none;
  }

  div.set-item_ht {
    justify-content: center;
  }

  div.set-item_ht a {
    width: 100%;
  }

  div.concept_ht {
    background: url(../../images/top/about_01.jpg) no-repeat top center;
    background-size: 92.027%;
  }
}

@media not all and (min-width: 768px) {
  #container_ht {
    overflow-x: hidden;
  }

  /* newyear-loading */
  .happytoys-loading__inner_ht {
    width: 87.733%;
  }

  .happytoys-loading__01_ht {
    width: 24.012%;
  }

  .happytoys-loading__02_ht .happytoys-loading__child_ht:nth-of-type(1) {
    width: 63.829%;
  }

  .happytoys-loading__02_ht .happytoys-loading__child_ht:nth-of-type(2) {
    top: 5.485%;
    width: 10.03%;
  }

  /* happytoys-project_ht */
  div#happytoys-project_ht::before {
    background-image: url(../../v4/images/top/dot_01_sp.webp);
    padding-top: 156.666%;
    transform: translate(-50%, -27.234%);
    width: 100%;
  }

  #main-slide_ht .toys_ht::before {
    padding-top: 25.207%;
    transform: translate(2%, -42%);
    width: 20.775%;
  }

  .happytoys-comment_ht {
    border: none;
    font-size: 0.812rem;
    margin-top: 95px;
    padding-top: 0;
  }

  .happytoys-comment_ht span {
    font-size: 0.875rem;
  }

  /* happytoys-movie_ht */
  .happytoys-movie_ht {
    margin-top: 88px;
    max-width: none;
    width: 88.888%;
  }

  .happytoys-movie__iframe_ht {
    border-radius: 24px;
  }

  /* happytoys-wrap_ht */
  div#happytoys-wrap_ht {
    margin-top: 114px;
    margin-bottom: 100px;
  }

  div#happytoys-wrap_ht h3 {
    font-size: 0.75rem;
    width: 100%;
  }

  div#happytoys-wrap_ht h3 span {
    font-size: 1.81rem;
    margin-bottom: 0;
  }

  /* happytoys-set_ht */
  div#happytoys-set_ht {
    border-radius: 0 0 0 50px;
    padding-top: 88px;
  }

  div#happytoys-set_ht::after {
    background-image: url(../../v4/images/top/dot_02_sp.webp);
    padding-top: 333%;
    transform: translate(-50%, 2.236%);
    width: 105.33%;
  }

  div.character_ht h5 {
    font-size: 0.968rem;
    width: 77.404%;
  }

  #happytoys-set_ht .happytoys-set__btn_ht {
    font-size: 0.812rem;
    width: 76.923%;
  }

  .hidden-sp {
    overflow: hidden;
  }

  div.happytoys-chara_ht .chara_ht p {
    top: 0;
    bottom: auto;
    left: -15.524%;
    width: 60.8%;
  }

  div.happytoys-chara_ht .chara_ht p:nth-of-type(2) {
    left: auto;
    right: -15.524%;
    width: 58.666%;
  }

  div.happytoys-chara_ht {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .happytoys-profile_ht {
    margin-top: 75px;
    width: 80.139%;
  }

  .happytoys-profile__title_ht {
    font-size: 0.937rem;
  }

  .happytoys-profile__about_ht {
    justify-content: center;
    gap: 6.28%;
  }

  .happytoys-profile__name_ht {
    font-size: 0.843rem;
  }

  .happytoys-profile__name_ht span {
    font-size: 0.625em;
  }

  .happytoys-profile__detail_ht {
    font-size: 0.75rem;
  }

  /* happytoys-others_ht */
  div#happytoys-others_ht .set-series_ht {
    margin-top: 45px;
  }

  div#happytoys-others_ht .set-item_ht h4 {
    font-size: 1rem;
  }

  div#happytoys-others_ht .happytoys-collabo_ht h4 {
    font-size: 1.625rem;
  }

  div#happytoys-others_ht .happytoys-collabo_ht h4 span {
    font-size: 0.843rem;
  }

  /* happytoys-about_ht */
  div#happytoys-about_ht {
    padding-top: 0;
    padding-bottom: 105px;
  }

  /* happytoys-contact_ht */
  div#happytoys-contact_ht {
    padding-bottom: 90px;
  }

  /* exhibition_ht */
  div#happytoys-exhibit_ht {
    border-radius: 18px;
    padding: 50px 0;
  }

  div#happytoys-exhibit_ht h3 {
    font-size: 1.812rem;
  }

  div#happytoys-exhibit_ht h3 span {
    display: block;
    font-size: 0.687rem;
    margin-top: 1em;
    margin-left: 0;
  }

  .exhibition-items_ht {
    flex-direction: column;
    position: relative;
    padding-bottom: 90px;
    width: 82.794%;
  }

  .exhibition-items_ht figcaption {
    width: 100%;
  }

  div.exhibit-pict_ht {
    margin-top: 38px;
    width: 100%;
  }

  div#happytoys-exhibit_ht div.exhibit-pict_ht img {
    border-radius: 11px;
  }

  div.exhibit-detail_ht {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    margin-top: 0;
    width: 100%;
  }

  /* report_ht */
  div#happytoys-report_ht {
    border-radius: 18px;
    padding: 50px 0;
  }

  div#happytoys-report_ht h3 {
    font-size: 1.812rem;
  }

  div#happytoys-report_ht h3 span {
    display: block;
    font-size: 0.687rem;
    margin-top: 1em;
    margin-left: 0;
  }

  .report-items_ht {
    flex-direction: column;
    position: relative;
    padding-bottom: 150px;
    width: 82.794%;
  }

  .report-items_ht figcaption {
    width: 100%;
  }

  div.report-pict_ht {
    margin-top: 38px;
    margin-bottom: 0;
    width: 100%;
  }

  div#happytoys-report_ht div.report-pict_ht img {
    border-radius: 11px;
  }

  div.report-detail_ht {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    margin-top: 0;
    width: 100%;
  }

  div.report-detail_ht p {
    font-size: 0.75rem;
    margin: 0;
  }

  div.report-detail_ht .report-btn_ht {
    margin-top: 28px;
    width: 100%;
  }
}
