@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: -o-linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, #c8c8c8),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
  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 {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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: 2rem;
  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: 0.75rem;
  font-weight: 400;
  margin: 15px 0 0;
}

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: -o-linear-gradient(
      left,
      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: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  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: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

div#happytoys-wrap_ht h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 0 0 20px;
  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: -o-linear-gradient(
      left,
      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: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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 {
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*max-width: 795px;*/
  width: 87.845303867%;
  margin: auto;
  position: relative;
}

div.howto_ht::after {
  background-image: -o-linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, #c8c8c8),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
  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: 15px 0 0;
}

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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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 {
  -webkit-box-sizing: border-box;
  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: -o-linear-gradient(#000 33%, rgba(255, 255, 255, 1) 0%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, #000),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*max-width: 802px;*/
  width: 88.815060908%;
  margin: 0 auto 140px;
}

div.set-item_ht {
  /*max-width: 221px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27.556109725%;
  padding: 34px 0 0;
  position: relative;
}

div.set-item_ht:not(:last-child)::after {
  background-image: -o-linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, #c8c8c8),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
  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%;
  -ms-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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 {
  -webkit-box-sizing: border-box;
  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: 0.8125rem;
  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: 1.75rem;
  font-weight: 700;
  margin: 0 0 16px;
}

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;
  -webkit-box-sizing: border-box;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: -o-linear-gradient(
      left,
      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: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(200, 200, 200, 1)),
      color-stop(50%, rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0))
    )
    0% 0%;
  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: -o-linear-gradient(#c8c8c8 33%, rgba(255, 255, 255, 1) 0%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(33%, #c8c8c8),
    color-stop(0%, rgba(255, 255, 255, 1))
  );
  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;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  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;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.more-online-btn_ht::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.more-online-btn_ht::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.new_ht {
  background: #e60080;
  border-radius: 50%;
  color: #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: 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: 2.125rem;
  font-weight: 700;
  margin: 0 0 50px;
}

div#happytoys-contact_ht h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.75rem;
  margin: 0 0 0 35px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  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: 1.75rem;
    margin: 0 0 45px;
  }

  div#happytoys-blog_ht h3 span {
    font-size: 0.6875rem;
    margin: 15px 0 0;
  }

  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: 1.8125rem;
    width: 320px;
    width: 87.671232876%;
    margin: 0 0 37px auto;
  }

  div#happytoys-wrap_ht h3 span {
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    margin: 17px 0 0;
  }

  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: 10px 0 0;
  }

  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: 0.8125rem;
    margin: 0 0 36px;
  }

  div#happytoys-set_ht .happytoys-collabo_ht h4 span {
    font-size: 1.625rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
  }

  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: -o-linear-gradient(
        left,
        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: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(200, 200, 200, 1)),
        color-stop(50%, rgba(200, 200, 200, 1)),
        color-stop(50%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0))
      )
      0% 0%;
    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: 1.8125rem;
    text-align: center;
    margin: 0 0 47px;
  }

  div#happytoys-contact_ht h3 span {
    display: block;
    font-size: 0.6875rem;
    margin: 5px 0 0;
  }

  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
}
