@charset "UTF-8";
img {
  width: 100%;
  vertical-align: bottom;
}

/* body */
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h2 {
  margin-bottom: 20vw;
}
#handmade_container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.3vw;
  font-size: 3vw;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.handmade_txt {
  font-size: 4.5vw;
  margin-bottom: 4.5vw;
}

.img_pc {
  display: none;
}

ol {
  list-style-type: none;
}

.handmade_products-img,
.handmade_recommend-img {
  width: 95vw;
  margin: 0 auto 5vw;
}

.handmade_products .handmade_products-img {
  position: relative;
  width: 80vw;
  padding-top: 27vw;
}

.handmade_recommend .handmade_recommend-img {
  position: relative;
  width: 80vw;
  /* padding-top: 15vw; */
  padding-top: 7vw;
}

.handmade_recommend .handmade_recommend-img.noribon::before {
  display: none;
}

.handmade_recommend .handmade_recommend-img_noribon,
.handmade_recommend .handmade_recommend-img_noribon0 {
  position: relative;
  width: 80vw;
  padding-top: 5vw;
  margin: auto;
}
.pt-0 {
  padding-top: 0 !important;
}
.handmade_recommend .handmade_recommend-img_noribon p.img,
.handmade_recommend .handmade_recommend-img_noribon0 p.img {
  text-align: center;
}
.handmade_recommend .handmade_recommend-img_noribon p.img {
  margin-bottom: 5vw;
}
.handmade_recommend .handmade_recommend-img_noribon img {
  margin: auto;
}
.handmade_recommend .handmade_recommend-img_noribon0 img {
  width: 95%;
  margin: 0 auto;
}
.handmade_recommend .handmade_recommend-img_noribon0 img.sp {
  display: block;
}
.handmade_recommend .handmade_recommend-img_noribon0 img.pc {
  display: none;
}
.handmade_recommend.mb_aj {
  margin-bottom: 10vw;
}
.handmade_recommend .handmade_recommend-img_noribon .item_copy,
.handmade_recommend .handmade_recommend-img_noribon0 .item_copy {
  font-size: 2vw;
  text-align: right;
  margin: -5vw 0 10vw;
}
.handmade_recommend .handmade_recommend-img .item_copy_etc {
  font-size: 2vw;
  text-align: right;
  margin: 1.2vw 0 4vw;
}
.handmade_recommend .handmade_recommend-img .item_copy_etc.tp0 {
  margin: 0 0 4vw;
}

.handmade_products .handmade_products-img-icon {
  width: 80vw;
  margin: 0 auto 5vw;
}

/* header */
.handmade_menu {
  display: flex;
  display: -webkit-flex;
}

.handmade_menu-list {
  position: relative;
  width: 50%;
  margin: 7vw 0;
  text-align: center;
}

.handmade_menu-list:first-of-type {
  border-right: solid 0.2vw rgb(231, 231, 231);
}

.handmade_menu-list:last-of-type {
  border: none;
}

.handmade_menu-list a {
  display: block;
  padding: 33vw 5vw 8vw;
}

.handmade_menu-list a:before {
  content: "";
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.handmade_menu-list a:after {
  content: "";
  position: absolute;
  width: 5vw;
  height: 5vw;
  bottom: 1.25vw;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.handmade_menu-logo {
  position: absolute;
  width: 27vw;
  top: 2vw;
  left: 50%;
  transform: translateY(-50%);
}

.puni_jel {
  color: #544cee;
}

.puni_jel:after {
  background: url(/brand/handmade/portal/images/top/menu_icon-01.png) center no-repeat;
}

.puni_jel:before {
  /* background: url(/brand/handmade/portal/images/top/puni_jel.png) center no-repeat; */
  background: url(/brand/handmade/portal/images/top/puni_jel_2.jpg) center no-repeat;
}

.js-menu .puni_jel {
  background: #544dee;
  color: #544cee;
}

.syuwabom {
  color: #20b5b1;
}

.syuwabom:after {
  background: url(/brand/handmade/portal/images/top/menu_icon-02.png) center no-repeat;
}

.handmade_menu-list .syuwabom:before {
  width: 20vw;
  top: 5vw;
  background: url(/brand/handmade/portal/images/top/syuwabom.png) center no-repeat;
  background-size: contain;
}

.js-menu .syuwabom {
  background: #21b5b1;
  color: #20b5b1;
}

.soaprun {
  color: #f6689a;
}

.handmade_menu-list .soaprun:before {
  width: 26vw;
  top: -1vw;
  background: url(/brand/handmade/portal/images/top/rainbow.png) center no-repeat;
  background-size: contain;
}

.soaprun:after {
  background: url(/brand/handmade/portal/images/top/menu_icon-03.png) center no-repeat;
}

.js-menu .soaprun {
  background: #43bde8;
  color: #f6689a;
}

.otegamidezaina {
  color: #c94791;
}

.handmade_menu-list .otegamidezaina:before {
  width: 26vw;
  top: -1vw;
  background: url(/brand/handmade/portal/images/top/otegami.png) center no-repeat;
  background-size: contain;
}

.otegamidezaina:after {
  background: url(/brand/handmade/portal/images/top/menu_icon-04.png) center no-repeat;
}

.js-menu .otegamidezaina {
  background: #c94791;
}

/* .maskook {
  color: #96d7e9;
}

.handmade_menu-list .maskook:before {
  width: 26vw;
  top: -1vw;
  background: url(/brand/handmade/portal/images/top/maskook.png) center no-repeat;
  background-size: contain;
}

.maskook:after {
  background: url(/brand/handmade/portal/images/top/menu_icon-05.png) center no-repeat;
}

.js-menu .maskook {
  background: #96d7e9;
} */

.menu_scroll-txt {
  display: block;
}

/* new マーク
.new:before {
    content: "NEW";
    position: absolute;
    padding: 0 1.25vw;
    top: 28vw;
    left: 1.5vw;
    border-radius: .75vw;
    color: #fff;
    background: #F19801;
    z-index: 5;
}

.js-menu .new:before {
    top: .75vw;
    left: 8.5vw;
}*/

/* movie */
.slick-slider {
  margin-bottom: 4vw;
}

.handmade_movie {
  padding-bottom: 6vw;
  background: #ea370e;
}

.movie-main-bg {
  width: 100%;
}

.movie-main {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
  background-color: #000;
}

.movie-main-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.handmade_make {
  margin-bottom: 6vw;
}

.movie-main-thumb,
#syuwabom_movie,
#soaprun_movie {
  position: relative;
  width: 95vw;
  margin: 0 auto 3vw;
  padding-top: 22vw;
}

.movie-main-thumb:after,
#syuwabom_movie:after,
#soaprun_movie:after {
  content: "MOVIE";
  position: absolute;
  padding-left: 12.5vw;
  font-size: 7vw;
  font-weight: bold;
  top: 4.5vw;
  left: 47%;
  transform: translateX(-50%);
}

.handmade_make .movie-main-thumb:after {
  content: "作り方MOVIE";
  width: 50vw;
}

.handmade_punijel .movie-main-thumb:after {
  background: url(/brand/handmade/portal/images/movie/puni_movie_icon.png) no-repeat
    left;
  background-size: contain;
  color: #6661f2;
}

#syuwabom_movie:after,
#howtomake-movie_shuwa .movie-main-thumb:after {
  background: url(/brand/handmade/portal/images/movie/shuwa_movie_icon.png) no-repeat
    left;
  background-size: contain;
  color: #28afa9;
}

.handmade_soaprun .movie-main-thumb:after {
  background: url(/brand/handmade/portal/images/movie/puni_movie_icon.png) no-repeat
    left;
  background-size: contain;
  color: #6661f2;
}

.movie-main-thumb:before,
#syuwabom_movie:before,
#soaprun_movie:before {
  content: "";
  position: absolute;
  display: block;
  width: 40vw;
  height: 4vw;
  top: 16vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.handmade_punijel .movie-main-thumb:before {
  background: url(/brand/handmade/portal/images/movie/puni_movie_line.png) no-repeat;
  background-size: 100%;
}

#syuwabom .movie-main-thumb:before,
#syuwabom_movie:before {
  background: url(/brand/handmade/portal/images/movie/shuwa_movie_line.png) no-repeat;
  background-size: 100%;
}

.handmade_soaprun .movie-main-thumb:before {
  background: url(/brand/handmade/portal/images/movie/puni_movie_line.png) no-repeat;
  background-size: 100%;
}

.handmade_make .movie-main-thumb #soaprun:before {
  width: 70vw;
}

/* maskook movie / easy howto */
#howtomake-movie_maskook .movie-main-thumb {
  position: relative;
  margin-top: 0;
}
.handmade_make.easy_box {
  padding: 30vw 0 5vw;
}
.handmade_make.easy_box .inner {
  position: relative;
  width: 95vw;
  margin: auto;
}
.handmade_make.easy_box .inner li {
  text-align: center;
  padding: 0 0 1vw;
}
.handmade_make.easy_box .inner li img {
  max-width: 511px;
}
#howtomake-movie_maskook .movie-main-thumb:before {
  position: absolute;
  content: "";
  background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_line_sp.png)
    no-repeat;
  background-size: 100%;
  width: 95%;
  height: 95%;
  top: 12vw;
  left: 50%;
  transform: translateX(-50%);
}
#howtomake-movie_maskook .movie-main-thumb:after {
  position: absolute;
  content: "";
  background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_mv.png)
    no-repeat;
  background-size: cover;
  width: 30vw;
  height: 6.99vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.handmade_make.easy_box .inner::before {
  position: absolute;
  content: "";
  background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_line_sp.png)
    no-repeat;
  background-size: 100%;
  width: 100%;
  height: 36px;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
.handmade_make.easy_box .inner:after {
  position: absolute;
  content: "";
  background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_howto.png)
    no-repeat;
  background-size: cover;
  width: 65vw;
  height: 7.533vw;
  top: -20vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.movie-sub-item {
  margin: 0 2vw;
  background: #fff;
}

.movie-sub-link {
  display: block;
  position: relative;
  /* padding: 3vw 0.2vw; */
  position: relative;
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  overflow: hidden;
}

.movie-sub-link:before {
  display: block;
  position: absolute;
  top: 59%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 24.41vw;
  padding: 0 0 5vw;
  background: center / contain no-repeat
    url(../images/movie/movie_thum_play.png);
  pointer-events: none;
  content: "";
}

.movie-sub-img {
  overflow: hidden;
}

.slick-dots li button:before {
  content: "●";
}

.slick-dotted.slick-slider {
  margin-bottom: 15vw;
}

.slick-prev {
  left: -1vw;
}

.slick-next {
  right: -1vw;
}

.handmade_punijel .slick-prev:before {
  left: 3vw;
  background-image: url(../images/movie/puni_movie_left.png);
}

.handmade_shuwa .slick-prev:before {
  left: 3vw;
  background-image: url(../images/movie/shuwa_movie_left.png);
}

.handmade_soaprun .slick-prev:before {
  left: 3vw;
  background-image: url(../images/movie/soap_movie_left.png);
}

.handmade_punijel .slick-next:before {
  right: 3vw;
  background-image: url(../images/movie/puni_movie_right.png);
}

.handmade_shuwa .slick-next:before {
  right: 3vw;
  background-image: url(../images/movie/shuwa_movie_right.png);
}

.handmade_soaprun .slick-next:before {
  right: 3vw;
  background-image: url(../images/movie/soap_movie_right.png);
}
.slick-track {
  width: 90vw;
  margin: 0 auto;
}

/* buy link */
.handmade_buylink {
  padding-top: 7vw;
  padding-bottom: 7vw;
}

.buylink {
  position: relative;
  width: 100%;
  margin: 5vw auto 0;
}

.buylink__ttl {
  position: relative;
  margin: 0 auto;
  background: #fff;
}

.buylink__ttl-txt {
  display: block;
  width: 72vw;
  margin: auto;
  padding: 3vw 7vw 0;
  overflow: hidden;
  color: #6b66f2;
  background: #fff;
}

.handmade_shuwa .buylink__ttl-txt {
  color: #22b0ad;
}

.handmade_soaprun .buylink__ttl-txt {
  color: #f4669a;
}

.handmade_otegamidezaina .buylink__ttl-txt {
  color: #c94791;
}

.buylink__ttl-txt:after {
  content: "購入はこちら";
  position: absolute;
  width: 40.2vw;
  height: 7.2vw;
  /* padding: 0 1vw 0 3vw; */
  top: 0;
  transform: translate(-50%);
  left: 50%;
  font-size: 4.5vw;
  background: #fff;
  background-size: contain;
  background-position: 1.5vw 0;
}

.buylink__ttl-txt:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: auto;
  margin: 0;
  top: 25%;
  transform: translateX(-50%);
  left: 0;
  transform: translateY(-50%);
  border-top: solid 0.25vw #6c67ee;
}

.buylink__ttl-txt-preorder:after {
  content: "予約はこちら";
}

.handmade_shuwa .buylink__ttl-txt:before {
  border-top: solid 0.25vw #2cb0ac;
}

.handmade_soaprun .buylink__ttl-txt:before {
  border-top: solid 0.25vw #f4669a;
}

.handmade_otegamidezaina .buylink__ttl-txt:before {
  border-top: solid 0.25vw #c94791;
}

.buylink__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: none;
  border-radius: 0;
  position: relative;
  margin: auto;
  padding: 0 3.5vw 4.65vw;
  background: transparent;
}

.buylink__list:before,
.buylink__list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 4.68vw;
  background-image: url(../images/common/shuwa_frame.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.buylink__list:before {
  top: -4.68vw;
  background-position: left top;
}

.buylink__list:after {
  bottom: -4.68vw;
  background-position: left bottom;
}

.buylink__list-item {
  width: 49%;
  margin-bottom: 3vw;
}

.buylink__link {
  min-height: 15vw;
  padding: 1.5vw 3.8vw 1.5vw 0;
  border-radius: 3.5vw;
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
}

.handmade_punijel .buylink__link {
  border: solid 0.75vw #dcdbed;
  box-shadow: 0 0.75vw 0 #f1f0f6;
  color: #756de8;
  background: #ebeafa;
}
.handmade_otegamidezaina .buylink__link {
  border: solid 0.75vw #ecc8e9;
  box-shadow: 0 0.75vw 0 #f1f0f6;
  color: #c94791;
  background: #fbe0f9;
}

.handmade_shuwa .buylink__link {
  border: solid 0.75vw #d3eceb;
  box-shadow: 0 0.75vw 0 #c2d8d7;
  color: #14a4a0;
  background: #e9f7f7;
}

.handmade_soaprun .buylink__link {
  border: solid 0.75vw #fcdce8;
  box-shadow: 0 0.75vw 0 #f3d8e1;
  color: #e75a8b;
  background: #fdeff4;
}
.buylink__link-txt:after {
  display: none !important;
}

.buylink__link:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* width: calc(100% - 2vw); */
  /* height: calc(100% - 2.2vw); */
  /* border: 2px dotted #fff; */
  border-radius: 1.75vw;
  pointer-events: none;
  content: ">";
}

.buylink__link-txt {
  height: 100%;
  padding: 0 1vw;
  text-align: center;
}

/* .buylink__list-item:not(:last-of-type) .buylink__link {
    border-bottom: none;
} */

.buylink__link-txt br {
  display: none;
}

.handmade_about-more {
  position: relative;
  width: 93vw;
  margin: auto;
  background: #fff;
  box-shadow: 1vw 1.2vw 0vw 0.3vw #064595, -0.2vw -0.1vw 0vw 0.5vw #064595;
}

.handmade_about-more a:after {
  content: ">";
  position: absolute;
  color: #01479d;
}

.handmade_about-more a {
  display: block;
  padding: 3vw 0;
  font-size: 4.2vw;
  font-weight: bold;
  text-align: center;
  color: #064595;
  text-decoration: none;
}

/* 共通 */
.handmade_sub-ttl {
  position: relative;
  margin-bottom: 2.5vw;
  padding-top: 15vw;
  font-size: 5vw;
  font-weight: bold;
}

.handmade_sub-ttl img {
  position: absolute;
  width: 15vw;
  height: 14vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.handmade_more-btn {
  width: 90vw;
  margin: 7vw auto 9vw;
}

.handmade_products,
.handmade_recommend {
  width: 90vw;
  margin: auto;
  border-radius: 2vw;
  background: #fff;
}

.handmade_recommend-product-name {
  margin: 16px auto;
  text-align: center;
}

.handmade_recommend-product-name .img_pc {
  max-width: 640px;
  margin: auto;
}

.handmade_recommend-product-name .img_sp {
  max-width: initial;
  width: 80vw;
  margin: auto;
}

.handmade_recommend-ttl {
  margin: 1.25vw 0;
  font-size: 3.5vw;
  font-weight: bold;
  color: #9b6436;
}
.handmade_recommend-ttl2 {
  margin: 1.25vw 0 2vw;
  font-size: 5vw;
  font-weight: bold;
  color: #2e3189;
}

.handmade_recommend-txt,
.handmade_recommend-txt2 {
  font-size: 3vw;
  line-height: 1.75;
}

.handmade_products-more-btn {
  width: 80vw;
  margin: 0 auto 7vw;
  padding-bottom: 11vw;
}

.handmade_products-more-btn a {
  position: relative;
  display: block;
  width: 75vw;
  margin: auto;
  padding: 3.5vw 1.5vw;
  font-size: 3.5vw;
  text-align: center;
  border-radius: 7vw;
  text-decoration: none;
  border: solid 0.25vw #d4bfad;
  box-shadow: 0 1vw 0 #e9e8e7;
  color: #946033;
}

.handmade_products-more-btn a:after {
  content: ">";
  position: absolute;
  right: 3vw;
}

/* maskook */
.handmade_maskook {
  padding-top: 0;
  padding-bottom: 10vw;
  background: url("/brand/handmade/portal/images/common/maskook/maskook_bg.jpg")
    no-repeat top 40vw center / cover;
  background-color: #96d9ea;
}
.handmade_maskook h2 {
  margin-bottom: 8vw;
}
.handmade_maskook .leadimg {
  margin-bottom: 8vw;
}
.handmade_maskook .maskook_footer_img {
  width: 90vw;
  margin: 3vw auto 8vw;
}

/* punijel */
.handmade_punijel {
  padding-bottom: 6vw;
  background: #ece9fe;
}
.handmade_punijel h2 {
  margin-bottom: 8vw;
}
.handmade_punijel-num {
  text-align: center;
}

.handmade_punijel-num-inner {
  padding: 6vw 0;
}

.handmade_punijel-sub-ttl {
  color: #6b66f3;
}

.handmade_punijel-txt {
  position: relative;
  width: 95vw;
  margin: 0 auto 2.5vw;
}

.handmade_punijel-txt span {
  font-size: 3.8vw;
  font-weight: bold;
  color: #6760f3;
}

.handmade_products .handmade_products-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 19vw;
  top: 5vw;
  left: 0;
  z-index: 1;
  background: url(/brand/handmade/portal/images/common/punijel/products_ttl.png)
    no-repeat center;
  background-size: contain;
}

.handmade_shuwa .handmade_products .handmade_products-img:before {
  background: url(/brand/handmade/portal/images/common/shuwa/products_ttl.png)
    no-repeat center;
  background-size: contain;
}

.handmade_soaprun .handmade_products-img:before {
  background: url(/brand/handmade/portal/images/common/soaprun/products_ttl.png)
    no-repeat center;
  background-size: contain;
}

.handmade_products .handmade_products-img:last-of-type:before {
  display: none;
}

.handmade_punijel .handmade_products-more-btn:last-of-type {
  border: none;
}

.handmade_recommend .handmade_recommend-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 19vw;
  top: -7vw;
  left: 0;
  z-index: 1;
  /* background: url(/brand/handmade/portal/images/common/punijel/puni_newitem_ttl.png) no-repeat center; */
  background-size: contain;
}

.handmade_shuwa-inner .handmade_recommend .handmade_recommend-img:before {
  background: url(/brand/handmade/portal/images/common/shuwa/shuwa_newitem_ttl.png)
    no-repeat center;
  background-size: contain;
}

.handmade_soaprun-inner .handmade_recommend .handmade_recommend-img:before {
  background: url(/brand/handmade/portal/images/common/punijel/puni_newitem_ttl.png)
    no-repeat center;
  background-size: contain;
}

/* shuwa */
.handmade_shuwa {
  padding: 7vw 0 5vw;
  background: linear-gradient(
    180deg,
    rgba(236, 233, 253, 1) 0%,
    rgba(221, 239, 225, 1) 10%,
    rgba(221, 239, 225, 1) 100%
  );
}

.handmade_shuwa .handmade_punijel-sub-ttl {
  color: #1fafac;
}

.handmade_shuwa .handmade_punijel-txt span {
  color: #1fafac;
}

.handmade_shuwa .handmade_products-more-btn:last-of-type {
  border: none;
}

/* soaprun */
.handmade_soaprun {
  /*padding: 22vw 0;*/
  background: #e0f5fb;
}

.handmade_soaprun .handmade_punijel-sub-ttl {
  color: #f6689a;
}

.handmade_soaprun .handmade_punijel-txt span {
  color: #f6689a;
}

.handmade_soaprun .handmade_products-img img {
  border: solid 0.25vw #f6689a;
}

.handmade_soaprun .handmade_products .handmade_products-img img {
  border: none;
}

.handmade_soaprun ul .handmade_punijel-txt span:after {
  content: "";
  position: absolute;
  width: 10vw;
  top: 25%;
  right: 27vw;
  transform: translateY(-50%);
  border-top: solid 0.25vw #f6689a;
}

.handmade_soaprun ul .handmade_punijel-txt span:before {
  content: "";
  position: absolute;
  width: 10vw;
  top: 25%;
  left: 27vw;
  border-top: solid 0.25vw #f6689a;
}

.handmade_soaprun h2 {
  position: relative;
  padding-top: 67vw;
}

.handmade_soaprun h2 img {
  position: absolute;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(221, 239, 225, 1) 0%,
    rgba(255, 240, 245, 1) 100%
  );
}

.rainbowjellies_more-btn {
  width: 80vw;
  margin: 0 auto 7vw;
  /*padding-bottom: 11vw;*/
}

.rainbowjellies_more-btn a {
  position: relative;
  display: block;
  width: 75vw;
  margin: auto;
  padding: 3.5vw 1.5vw;
  font-size: 3.5vw;
  text-align: center;
  border-radius: 7vw;
  background: #f39700;
  text-decoration: none;
  border: solid 0.25vw #f39700;
  color: #fff;
}

.rainbowjellies_more-btn a:after {
  content: ">";
  position: absolute;
  right: 3vw;
}

/*新 share */
.sns_link {
  text-align: center;
  margin: 0 auto;
  padding: 70px 0;
}

.sns_link img {
  width: 50px;
  margin: 0 10px;
}

.sns_link a {
  text-decoration: none;
}

.sns_link a:hover {
  text-decoration: none;
}

/* otegamidezaina */
.handmade_otegamidezaina {
  padding: 10vw 0;
  background: #fbe0f9;
}

.handmade_otegamidezaina .handmade_recommend .handmade_recommend-img {
  /* padding-top: 5vw; */
  padding-top: 0;
}

.handmade_otegamidezaina .handmade_recommend .handmade_recommend-img img {
  padding-bottom: 10px;
}

.handmade_otegamidezaina .original-dl {
  width: 80vw;
  margin: 0 auto;
  padding: 2vw 0 5vw;
}

.handmade_otegamidezaina .original-dl-ttl {
  color: #c94791;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
}

.handmade_otegamidezaina .original-dl-ttl img {
  width: 45vw;
  margin-bottom: 0.5rem;
}

.handmade_otegamidezaina .original-dl-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.handmade_otegamidezaina .original-dl-list li {
  width: 48%;
  margin: 5.3vw 4% 0 0;
  text-align: center;
}

.handmade_otegamidezaina .original-dl-list li:nth-child(2n) {
  margin-right: 0;
}

.handmade_otegamidezaina .original-dl-list li a {
  color: #333;
  text-decoration: none;
}

.handmade_otegamidezaina .original-dl-list figure {
  width: 80%;
  margin: 0 auto 10px;
  border: solid 1px #ccc;
}

.handmade_otegamidezaina .original-dl-list .dl-txt {
  font-weight: bold;
}

.handmade_otegamidezaina .original-dl-list .dl-btn {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 5.5vw;
  margin: 0 auto;
  background: url(/brand/handmade/portal/images/common/otegamidezaina/otegami_btn.png)
    no-repeat 50% 50%;
  background-size: 100% auto;
}

.handmade_otegamidezaina .original-dl-list a:hover .dl-btn {
  background: url(/brand/handmade/portal/images/common/otegamidezaina/otegami_btn_on.png)
    no-repeat 50% 50%;
  background-size: 100% auto;
}

.handmade_otegamidezaina h4 {
  margin-top: 8vw;
  color: #dd8b72;
  font-size: 2.5vw;
  font-weight: bold;
  text-align: center;
}

.handmade_otegamidezaina .original-dl-list-old ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.handmade_otegamidezaina .original-dl-list-old li {
  width: 48%;
  margin-top: 2.3vw;
}

.handmade_otegamidezaina .original-dl-list-old a {
  position: relative;
  display: block;
  padding: 2vw;
  border-radius: 6px;
  background: #dd8b72;
  box-shadow: 2px 2px 0 #999;
  color: #fff;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.handmade_otegamidezaina .original-dl-list-old a:hover {
  background: #e6a795;
  text-decoration: none;
}

.handmade_otegamidezaina .original-dl-list-old a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 80%;
  border-radius: 6px;
  border: dotted 1px #fff;
}

.handmade_otegamidezaina-arrange {
  width: 90vw;
  margin: 10vw auto 0;
}

.handmade_otegamidezaina-arrange-inner {
  padding: 5vw;
  border-radius: 2vw;
  border: solid 3px #c94791;
  background: #fff;
}

.handmade_otegamidezaina-arrange h3 {
  margin-bottom: 2vw;
  color: #c94791;
  font-size: 5.3vw;
  font-weight: bold;
  text-align: center;
}

.handmade_otegamidezaina-arrange figure {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
  align-items: center;
}

.handmade_otegamidezaina-arrange figure img {
  width: 100%;
  height: auto;
}

.handmade_otegamidezaina-arrange h4 {
  margin-bottom: 2vw;
  font-size: 4.2vw;
  font-weight: bold;
}

.handmade_otegamidezaina-arrange h4 br {
  display: block;
}

.handmade_otegamidezaina-arrange h4 span {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.handmade_otegamidezaina-arrange h4 span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.7em;
  background: #abd4f0;
  z-index: -1;
}

.handmade_otegamidezaina-arrange .hr {
  height: 6px;
  margin: 2em 0;
  border-width: 0;
  background-color: #fff;
  background-image: -webkit-linear-gradient(
    135deg,
    #c94791 0px,
    #c94791 2px,
    transparent 2px,
    transparent 4px,
    #c94791 4px,
    #c94791 6px,
    transparent 6px,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    #c94791 0px,
    #c94791 2px,
    transparent 2px,
    transparent 4px,
    #c94791 4px,
    #c94791 6px,
    transparent 6px,
    transparent
  );
  background-size: 6px 6px;
}

/* share */
.action-btn__sns-wrapper {
  letter-spacing: -0.5em;
  margin-top: 8vw;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 4vw;
  text-align: center;
  width: 100%;
}

#handmade_container .action-btn__sns-wrapper a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
  vertical-align: middle;
  width: 9vw;
  height: 0;
  padding: 0 0 9vw;
  margin-right: 9vw;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

.action-btn__sns-wrapper a:hover {
  opacity: 0.75;
}

#handmade_container .action-btn__sns-wrapper a:last-of-type {
  margin-right: 0;
}

.action-btn__sns-wrapper .action-btn__facebook,
.action-btn__sns-wrapper .action-btn__line,
.action-btn__sns-wrapper .action-btn__twitter {
  width: 9vw;
  height: 9vw;
  background-repeat: no-repeat;
  display: block;
}

.action-btn__sns-wrapper .action-btn__twitter {
  background-image: url(../images/sns/sns_twi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.action-btn__facebook {
  background-image: url(../images/sns/sns_fb.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.action-btn__line {
  background-image: url(../images/sns/sns_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

/* scroll menu */
.js-menu {
  position: fixed;
  width: 100vw;
  top: 0;
  /*left: 17%;*/
  z-index: 999;
  overflow: hidden;
  /* background: #fff; */
  /* box-shadow: 0vw 0.25vw .25vw #c5c5c5; */
}

.js-menu .handmade_menu-list {
  margin: 0;
}

.js-menu .handmade_menu-list:first-of-type,
.js-menu .handmade_menu-list:nth-child(2) {
  border-right: none;
}
.js-menu .handmade_menu-logo {
  display: none;
}

.js-menu .handmade_menu-list a {
  padding: 9vw 6vw 2.5vw;
  font-size: 2.9vw;
  color: #fff;
  height: 6vw;
  line-height: 1.1;
}

.js-menu .handmade_menu-list a:before {
  width: 6vw;
  height: 6vw;
  top: 10%;
  left: 50%;
  /*transform: translateY(-50%) ;*/
}

/*.js-menu  .handmade_menu-list .soaprun:before{
    width: 6vw;
    height: 6vw;
    top: 40%;
    left: 2.0vw;
    transform: translateY(-50%);
}*/

.js-menu .handmade_menu-list a:after {
  width: 3vw;
  height: 3vw;
  bottom: 43%;
  left: 81%;
  transform: rotate(-90deg);
}

.js-menu .puni_jel:before {
  background: url(/brand/handmade/portal/images/top/puni_navi.png) center no-repeat;
  background-size: contain;
}

.js-menu .syuwabom:before {
  background: url(/brand/handmade/portal/images/top/shuwa_navi.png) center no-repeat;
  background-size: contain;
}

.js-menu .soaprun:before {
  background: url(/brand/handmade/portal/images/top/jellies.png) center no-repeat;
  background-size: contain;
}

.js-menu .menu_scroll-txt {
  display: none;
}
.current {
  border-bottom: solid 1vw #9893ff;
}

.syuwabom.current {
  border-bottom: solid 1vw #8ad6d4;
}

.soaprun.current {
  border-bottom: solid 1vw #a6e8ff;
}

.otegamidezaina.current {
  border-bottom: solid 1vw #f5baf1;
}
.maskook.current {
  border-bottom: solid 1vw #bbeefb;
}

/* 追尾 */
.punijel_btn_box .fixed_btn_punijel {
  width: 100%;
  position: fixed;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-align: right;
}
.punijel_btn_box .fixed_btn_punijel img {
  margin-right: 0.5em;
  width: 26vw;
}

.otegamidezaina_btn_box .fixed_btn_otegamidezaina {
  width: 100%;
  position: fixed;
  bottom: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  text-align: right;
}
.otegamidezaina_btn_box .fixed_btn_otegamidezaina img {
  margin-right: 0.5em;
  width: 26vw;
}

@media screen and (min-width: 1025px) {
  .punijel_btn_box .fixed_btn_punijel {
    width: 800px;
  }
  .punijel_btn_box .fixed_btn_punijel img{
    max-width: 202px;
    margin-right: -100px;
  }

  .otegamidezaina_btn_box .fixed_btn_otegamidezaina {
    width: 800px;
  }
  .otegamidezaina_btn_box .fixed_btn_otegamidezaina img{
    max-width: 202px;
    margin-right: -100px;
  }
}

@media screen and (min-width: 1025px) {
  #handmade_container {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
      "Meiryo", serif;
    font-size: 18px;
    letter-spacing: normal;
  }

  .img_sp {
    display: none;
  }

  .img_pc {
    display: block;
  }

  .sp-only {
    display: none !important;
  }
  /* header */
  .handmade_header-img {
    background: #f8f1ec;
  }
  .handmade_header-img img {
    width: 900px;
    margin: auto;
  }
  .handmade_punijel-sub-ttl {
    font-size: 26px;
  }
  .handmade_copy-txt {
    background-color: #fff4a6;
  }
  .handmade_copy-txt .img_pc {
    width: 1200px !important;
    margin: auto;
  }

  /* new マーク */
  .new:before {
    padding: 0 7.5px;
    top: 138px;
    left: 45px;
    font-size: 13px;
    border-radius: 2.5px;
  }

  .js-menu .new:before {
    top: 5px;
    left: 5px;
  }

  /* menu */
  .handmade_menu-list br {
    display: none;
  }

  .handmade_menu {
    width: 800px;
    margin: auto;
  }
  .handmade_menu-list {
    margin: 30px 0;
  }

  .handmade_menu-list:first-of-type {
    border-right: solid 2px rgb(231, 231, 231);
  }

  .handmade_menu-list a {
    padding: 159px 20px 56px;
  }

  .handmade_menu-list a:before {
    width: 200px;
    height: 150px;
  }

  .handmade_menu-list .syuwabom:before,
  .handmade_menu-list .soaprun:before {
    top: -7px;
  }
  .handmade_menu-list a:after {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }

  .handmade_menu-list a:hover {
    text-decoration: none;
  }

  .syuwabom:before {
    height: 100px;
    top: 40px;
  }

  .soaprun:before {
    height: 100px;
    top: 40px;
  }

  .handmade_menu-logo {
    width: 150px;
    top: 25px;
    left: 70%;
  }

  /* movie */
  #syuwabom_movie .slick-slider {
    width: 80%;
    margin: auto;
  }
  .movie-main-thumb,
  #syuwabom_movie,
  #soaprun_movie {
    width: 800px;
    margin-bottom: 22px;
    padding-top: 135px;
  }

  .movie-main-thumb:after,
  #syuwabom_movie:after,
  #soaprun_movie:after {
    padding-left: 80px;
    font-size: 45px;
    top: 25px;
    left: 50%;
  }

  .movie-main-thumb:before,
  #syuwabom_movie:before,
  #soaprun_movie:before {
    width: 300px;
    height: 22px;
    top: 95px;
  }

  .slick-dotted .slick-slider {
    margin-bottom: 80px;
  }

  .slick-next:before {
    right: 0 !important;
  }

  .slick-prev:before {
    left: 0 !important;
  }

  .movie-sub-item {
    margin: 0 5px;
  }
  .handmade_make .movie-main-thumb #soaprun:before {
    width: 387px;
  }

  .handmade_make .movie-main-thumb #soaprun:after {
    width: 300px;
  }

  /* maskook movie */
  .handmade_make.easy_box {
    padding: 160px 0 40px;
  }
  .handmade_make.easy_box .inner {
    width: 100%;
  }
  .handmade_make.easy_box .inner li {
    padding: 0 0 40px;
  }
  .handmade_make.easy_box .inner li:nth-child(1) img {
    max-width: 573px;
  }
  .handmade_make.easy_box .inner li:nth-child(2) img {
    max-width: 551px;
  }
  .handmade_make.easy_box .inner li:nth-child(3) img {
    max-width: 550px;
  }
  #howtomake-movie_maskook .movie-main-thumb:before {
    background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_line.png)
      no-repeat;
    top: 74px;
    width: 100%;
  }
  #howtomake-movie_maskook .movie-main-thumb:after {
    width: 150px;
    height: 35px;
    top: 18px;
  }
  .handmade_make.easy_box .inner::before {
    background: url(/brand/handmade/portal/images/common/maskook/maskook_subttl_line.png)
      no-repeat;
    top: -60px;
    width: 100%;
  }
  .handmade_make.easy_box .inner:after {
    width: 345px;
    height: 40px;
    top: -120px;
  }

  /* buylink */
  .handmade_products,
  .handmade_recommend {
    width: 100%;
    border-radius: 15px;
  }

  .handmade_products .handmade_products-img:before {
    height: 152px;
    top: 38px;
  }

  .handmade_products .handmade_products-img {
    width: 80%;
    padding-top: 200px;
  }

  .handmade_products .handmade_products-img-icon {
    width: 80%;
    margin: 0 auto 30px;
    padding-top: 34px;
  }

  .buylink {
    margin: 0 auto 0;
  }

  .buylink__ttl {
    margin: 0;
  }

  .buylink__ttl-txt {
    width: 100%;
    padding: 20px 0 0;
  }

  .buylink__ttl-txt:after {
    width: 211px;
    height: 31px;
    /* padding-left: 10px; */
    font-size: 24px;
    left: 50%;
  }

  .buylink__ttl-txt:before {
    width: 80%;
    top: 23%;
    left: 10%;
  }

  .handmade_punijel .buylink__ttl-txt:before {
    border-top: solid 3px #6c67ee;
  }

  .handmade_otegamidezaina .buylink__ttl-txt:before {
    border-top: solid 3px #c94791;
  }

  .buylink__link {
    min-height: 12px;
    padding: 20px 15px;
    border-radius: 20px;
    background: #fff;
    font-size: 18px;
  }

  .buylink__list {
    padding: 0 80px;
  }

  .buylink__list-item {
    margin-bottom: 30px;
    border-radius: 5px;
  }

  .handmade_shuwa .buylink__link {
    border: solid 3px #d3eceb !important;
    box-shadow: 0 6px 0 #c2d8d7;
  }

  .handmade_soaprun .buylink__link {
    border: solid 3px #fcdce8 !important;
    box-shadow: 0 6px 0 #f3d8e1;
  }

  .handmade_punijel .buylink__link {
    border: solid 3px #dad8ed !important;
    box-shadow: 0 6px 0 #f1f0f6;
  }
  .handmade_otegamidezaina .buylink__link {
    border: solid 3px #ecc8e9 !important;
    box-shadow: 0 6px 0 #f1f0f6;
  }

  .buylink__link:hover {
    box-shadow: none;
    color: #fefefd;
    background: #6b66f2;
  }

  .handmade_shuwa .buylink__link:hover {
    box-shadow: none;
    background: #2cb0ac;
  }

  .handmade_soaprun .buylink__link:hover {
    box-shadow: none;
    background: #f4669a;
  }

  .handmade_otegamidezaina .buylink__link:hover {
    box-shadow: none;
    background: #c94791;
  }

  .handmade_recommend .handmade_recommend-img {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
    padding-top: 50px;
    /* padding-top: 100px; */
  }
  .handmade_recommend .handmade_recommend-img_noribon {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
    padding-top: 78px;
  }
  .handmade_recommend .handmade_recommend-img_noribon0 {
    position: relative;
    width: 70%;
    margin: 0 auto 30px;
    padding-top: 0px;
  }
  .handmade_recommend .handmade_recommend-img_noribon p.img {
    margin-bottom: 50px;
  }
  .handmade_recommend .handmade_recommend-img_noribon0 p.img {
    text-align: center;
  }
  .handmade_recommend .handmade_recommend-img_noribon0 img {
    max-width: 527px;
    /* max-width: 586px; */
    width: 100%;
    margin: 0 auto;
  }
  .handmade_recommend .handmade_recommend-img_noribon0 img.sp {
    display: none;
  }
  .handmade_recommend .handmade_recommend-img_noribon0 img.pc {
    display: block;
  }
  .handmade_recommend.mb_aj {
    margin-bottom: 3vw;
  }
  .handmade_recommend .handmade_recommend-img_noribon .item_copy,
  .handmade_recommend .handmade_recommend-img_noribon0 .item_copy {
    font-size: 12px;
    text-align: right;
    margin: -30px 0 40px;
  }
  .handmade_recommend .handmade_recommend-img .item_copy_etc {
    font-size: 12px;
    text-align: right;
    margin: 20px 0 40px;
  }
  .handmade_recommend .handmade_recommend-img .item_copy_etc.tp0 {
    margin: 0 0 40px;
  }

  .handmade_recommend-ttl {
    margin: 20px 0 10px;
    font-size: 23px;
  }
  .handmade_recommend-ttl2 {
    margin: 20px 0 28px;
    font-size: 40px;
    line-height: 1.2;
  }

  .handmade_recommend-txt {
    font-size: 18px;
  }
  .handmade_recommend-txt2 {
    font-size: 17px;
  }

  /*
    .handmade_recommend .handmade_recommend-img:before {
        width: 70%;
        height: 30%;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
    }
*/

  #handmade_container
    .handmade_soaprun-inner
    .handmade_recommend
    .handmade_recommend-img:before {
    width: 70%;
    height: 30%;
    top: -133px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* maskook */
  .handmade_maskook {
    padding: 0 0 40px;
    background: url("/brand/handmade/portal/images/common/maskook/maskook_bg.jpg")
      no-repeat top 365px center / cover;
    background-color: #96d9ea;
  }

  .handmade_maskook h2 {
    margin-bottom: 3.6%;
    text-align: center;
    background: linear-gradient(
      to left,
      #a1d3fc,
      #a1d3fc 1%,
      #a1d3fc 50%,
      #ef97be 50%
    );
  }

  .handmade_maskook h2 img {
    width: 1200px;
    margin: auto;
  }
  /*
    .handmade_maskook-inner{
        width: 800px;
        margin: auto;
    }

    .handmade_maskook-num-inner{
        padding: 28px 0;
    }
    */

  /* 変更前

    .handmade_maskook {
      padding: 80px 0 40px;
    }
*/

  .handmade_maskook .leadimg {
    margin-bottom: 24px;
    text-align: center;
  }
  .handmade_maskook .leadimg .img_pc {
    width: 800px;
    margin: auto;
  }

  .handmade_maskook .maskook_footer_img {
    margin-bottom: 24px;
    text-align: center;
  }
  .handmade_maskook .maskook_footer_img .img_pc {
    width: 850px;
    margin: auto;
  }

  /* punijel */
  .handmade_punijel {
    padding: 0 0 20px;
  }

  .handmade_punijel h2 {
    margin-bottom: 3.6%;
    text-align: center;
    background: #c5ecf8;
  }

  .handmade_punijel h2 img {
    width: 900px;
    margin: auto;
  }

  .handmade_punijel-inner,
  .handmade_shuwa-inner {
    width: 800px;
    margin: auto;
  }
  .handmade_maskook-inner {
    width: 850px;
    margin: auto;
  }

  .handmade_punijel-num-inner {
    padding: 28px 0;
  }

  .handmade_sub-ttl {
    margin-bottom: 24px;
    padding-top: 88px;
    font-size: 32px;
  }

  .handmade_sub-ttl img {
    width: 70px;
    height: 70px;
  }

  .handmade_products-img,
  .handmade_products-img-icon {
    width: 100%;
    margin-bottom: 24px;
  }

  .handmade_punijel-txt {
    width: 90%;
    margin: 0 auto 32px;
  }
  /* shuwabom */
  .handmade_shuwa {
    padding: 0 0 30px;
  }

  .handmade_shuwa h2 {
    margin-bottom: 7%;
    text-align: center;
    background: #b0dabc;
  }

  .handmade_shuwa h2 img {
    width: 900px;
    margin: auto;
  }

  .handmade_products-logo {
    width: 42%;
    margin: 0 auto 43px;
  }

  .handmade_products-item {
    width: 75%;
    margin: auto;
  }
  /* soaprun */
  .handmade_soaprun {
    padding: 0 0 30px;
  }

  .handmade_soaprun-inner {
    width: 800px;
    margin: auto;
    background: #e0f5fb;
  }

  .handmade_soaprun .handmade_products-img img {
    border: solid 1px #f6689a;
  }

  .handmade_punijel-txt span {
    font-size: 24px;
  }

  .handmade_soaprun ul .handmade_punijel-txt span:before {
    width: 85px;
    left: 222px;
    border-top: solid 1px #f6689a;
  }

  .handmade_soaprun ul .handmade_punijel-txt span:after {
    width: 85px;
    right: 222px;
    border-top: solid 1px #f6689a;
  }

  .handmade_soaprun h2 {
    margin-bottom: 10%;
    padding-top: 25%;
  }

  /* otegamidezaina */
  .handmade_otegamidezaina {
    padding: 90px 0;
  }

  .handmade_otegamidezaina-inner {
    width: 800px;
    margin: auto;
    background: #fbe0f9;
  }

  .handmade_otegamidezaina .handmade_recommend .handmade_recommend-img {
    /* padding-top: 60px; */
    padding-top: 0;
  }

  .handmade_otegamidezaina .handmade_recommend .handmade_recommend-img:before {
    top: -85px;
  }

  .handmade_otegamidezaina .handmade_recommend .handmade_recommend-img img {
    padding-bottom: 20px;
  }

  .handmade_otegamidezaina .original-dl {
    width: 80%;
    padding: 30px 0 60px;
  }

  .handmade_otegamidezaina .original-dl-ttl {
    font-size: 28px;
  }

  .handmade_otegamidezaina .original-dl-ttl img {
    width: auto;
    margin-bottom: 16px;
  }

  .handmade_otegamidezaina .original-dl-list li {
    width: 48%;
    margin-top: 32px;
  }

  .handmade_otegamidezaina .original-dl-list figure {
    width: 80%;
    margin: 0 auto 10px;
  }

  .handmade_otegamidezaina .original-dl-list .dl-txt {
    font-size: 18px;
  }

  .handmade_otegamidezaina .original-dl-list .dl-btn {
    width: 300px;
    height: 42px;
  }

  .handmade_otegamidezaina h4 {
    margin-top: 56px;
    font-size: 20px;
  }

  .handmade_otegamidezaina .original-dl-list-old li {
    margin-top: 35px;
  }

  .handmade_otegamidezaina .original-dl-list-old a {
    padding: 16px 8px;
    font-size: 20px;
  }

  .handmade_otegamidezaina .original-dl-list-old a::before {
    height: 86%;
  }

  .handmade_otegamidezaina-arrange {
    width: 800px;
    margin: 60px auto 0;
  }

  .handmade_otegamidezaina-arrange-inner {
    padding: 24px 30px;
    border-radius: 15px;
  }

  .handmade_otegamidezaina-arrange h3 {
    margin-bottom: 16px;
    font-size: 36px;
  }

  .handmade_otegamidezaina-arrange figure {
    margin-bottom: 16px;
  }

  .handmade_otegamidezaina-arrange h4 {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .handmade_otegamidezaina-arrange h4 br {
    display: none;
  }

  .handmade_otegamidezaina-arrange h4 span {
    position: relative;
    display: inline-block;
    z-index: 0;
  }

  /* more-btn */
  .handmade_more-btn {
    width: 100%;
    margin: 30px auto 80px;
  }

  .handmade_products-more-btn {
    width: 85%;
    margin-bottom: 0;
    padding-bottom: 70px;
  }

  .handmade_products-more-btn a {
    width: 80%;
    margin: auto;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    border: solid 3px #d4bfad;
    box-shadow: 0 4px 0 #e9e8e7;
  }

  /* sns */
  #handmade_container .action-btn__sns-wrapper a {
    width: 50px;
    padding: 0 0 50px;
    margin-right: 60px;
    display: inline-block;
  }

  #handmade_container .action-btn__sns-wrapper a:nth-child(2) {
    margin-right: 0;
  }
  .action-btn__sns-wrapper .action-btn__facebook,
  .action-btn__sns-wrapper .action-btn__line,
  .action-btn__sns-wrapper .action-btn__twitter {
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    background-size: 100%;
  }

  .action-btn__sns-wrapper {
    margin: 0;
    padding-top: 25px;
  }
  /* 追従ヘッダー menu */
  .js-menu {
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 15px 15px 0;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.3);
  }

  .js-menu.handmade_menu {
    width: 110px;
    flex-wrap: wrap;
    left: 0;
  }

  .js-menu .handmade_menu-list {
    width: 100%;
  }

  .js-menu .handmade_menu-list a:after {
    display: none;
  }

  .js-menu .handmade_menu-list a:before,
  .js-menu .handmade_menu-list .soaprun:before {
    width: 63px;
    height: 63px;
    /*top: 23px ;
        left: 50% ;*/
    /*transform: translateX(-50%) ;*/
  }

  .js-menu .handmade_menu-list a {
    padding: 80px 15px 10px;
    font-size: 15px;
    height: auto;
  }
  .js-menu .handmade_menu-list:first-of-type,
  .js-menu .handmade_menu-list:nth-child(2) {
    border-right: none;
  }
  .js-menu .handmade_menu-list {
    border-bottom: solid 2px rgb(231, 231, 231);
  }

  .js-menu .handmade_menu-list:last-of-type {
    border-bottom: none;
  }

  .current {
    border-bottom: none;
    border-right: solid 3px #9893ff;
  }

  .syuwabom.current {
    border-bottom: none;
    border-right: solid 3px #8ad6d4;
  }

  .soaprun.current {
    border-bottom: none;
    border-right: solid 3px #a6e8ff;
  }

  .otegamidezaina.current {
    border-bottom: none;
    border-right: solid 3px #f5baf1;
  }
  .maskook.current {
    border-bottom: none;
    border-right: solid 3px #bbeefb;
  }

  .handmade_make .movie-main-thumb:after {
    width: 300px;
  }
}

/* SEGATOYS header footer*/
.mouseCatcher {
  z-index: 10;
}

.common-footer {
  z-index: 9;
}

.common-menu__container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.common-footer__copyright {
  z-index: 9;
}

#footer {
  padding: 0.83em 0 2em;
  background-color: #f0f0f0;
  zoom: 1;
  position: relative;
  z-index: 3;
}

#footer ul {
  margin: 0 auto;
  width: 900px;
}

#footer ul:after {
  content: "";
  display: block;
  clear: both;
}

#footer ul li {
  float: left;
  background: url(/common/images/bg_nav_footer.png) no-repeat 0 50%;
  padding-left: 15px;
  margin-right: 13px;
}

#footer a:link,
#footer a:visited {
  color: #333399;
  text-decoration: none;
}

#copyright {
  margin: -1.36em auto 0;
  width: 900px;
  text-align: right;
}

@media screen and (max-width: 1024px) {
  .footer.clearfix {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .footer {
    position: relative;
    z-index: 3;
  }

  .search-container,
  .header-menu-list,
  .common-footer,
  .common-footer__copyright {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .common-header:not(.clearfix) {
    display: none;
  }

  .footer.clearfix {
    display: none;
  }

  .footer__copyright {
    display: none;
  }

  .handmade_products-more-btn ul li {
    padding-bottom: 12px;
  }
  .top_menu {
    position: relative;
    /* left: 58px;*/
  }
}

@media screen and (min-width: 1025px) {
  .sp-header {
    display: none;
  }

  .search-catefory {
    display: none;
  }

  .handmade_products-more-btn ul {
    padding: 2.5% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .handmade_products-more-btn li {
    width: 50%;
    padding-bottom: 30px;
  }

  .handmade_products-more-btn li:nth-child(3),
  li:nth-child(4) {
    padding-bottom: 0px;
  }
  /*.top_menu{
        position: relative;
        left: 117px;
    }*/
  .buylink-beforeafter .buylink__ttl-txt:after {
    width: 211px;
    height: 31px;
    /* padding-left: 10px; */
    font-size: 24px;
    left: 50%;
    content: "購入はこちら";
    position: absolute;
    top: 0;
    transform: translate(-50%);
    background: #fff;
    background-size: contain;
    background-position: 1.5vw 0;
    color: #6b66f2;
    text-align: center;
  }
  .handmade_soaprun-inner
    .handmade_recommend
    .buylink-beforeafter
    .buylink__ttl-txt:before {
    width: 80%;
    top: 23%;
    left: 10%;
    border-top: solid 3px #6c67ee;
    content: "";
    position: absolute;
    height: auto;
    margin: 0;
    transform: translateX(-50%);
    transform: translateY(-50%);
  }
  .buylink-beforeafter {
    width: 100%;
    margin: 0 auto -24px;
    color: #005bac;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }
  #soaprun .handmade_soaprun .handmade_products-more-btn a:after {
    content: ">";
    position: absolute;
    right: 1.5vw;
  }
  #soaprun
    .handmade_soaprun
    .handmade_soaprun-inner
    .handmade_products-more-btn
    a
    p {
    padding-right: 28px;
  }

  .rainbowjellies_more-btn {
    /*padding-bottom: 6vw;*/
    width: 85%;
    margin: 0 auto 2.5vw;
    padding-bottom: 0;
  }

  .rainbowjellies_more-btn a {
    width: 100%;
    padding: 25px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .rainbowjellies_more-btn a:hover {
    background: #fff;
    color: #f39700;
  }
}

@media screen and (max-width: 1024px) {
  .buylink-beforeafter .buylink__ttl-txt:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: auto;
    margin: 0;
    top: 25%;
    transform: translateX(-50%);
    left: 0;
    transform: translateY(-50%);
    border-top: solid 0.25vw #6c67ee;
  }
  .buylink-beforeafter .buylink__ttl-txt:after {
    content: "購入はこちら";
    position: absolute;
    width: 40.2vw;
    height: 7.2vw;
    /* padding: 0 1vw 0 3vw; */
    top: 0;
    transform: translate(-50%);
    left: 50%;
    font-size: 4.5vw;
    background: #fff;
    background-size: contain;
    background-position: 1.5vw 0;
    color: #6b66f2;
    text-align: center;
  }
  .buylink-beforeafter {
    width: 100%;
    margin: 0 auto -17px;
    color: #005bac;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
  }

  /*.rainbowjellies_more-btn{
    width: 93%;
    margin: 0 auto 2vw;
}*/

  .handmade_soaprun-inner .handmade_more-btn {
    width: 90vw;
    margin: 0vw auto 5vw;
  }
}

/* ページ全体のcopy 21.07 */
#all_copy {
  background: #fff;
  padding: 3vw 0;
}
#all_copy .copy_txt {
  font-size: 100%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #all_copy {
    padding: 40px 0;
  }
}
