body {
  font-family: tbcgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  background-color: #e1e3d7;
  margin: 0;
  padding: 0;
}

.goriyou_top {
  padding-top: 75px;
  padding-bottom: 40px;
  margin-left: 80px;
  color: #6c3412;
}

.goriyou_top ul {
  font-size: 14px;
}

.goriyou_bun {
  font-size: 14px;
}

.topmenu {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #b7cdd0;
  z-index: 20;
}

.topmenu div {
  width: 200px;
  display: flex;
  justify-content: left;
  align-items: center;
  /* margin: 5px; */
  padding: 0;
}

.topmenu_logo {
  display: inline-block;
  margin: 5px;
  /* text-align: center; */
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* margin: 5px 1%; */
  /* width: 1%; */
}

.topmenu_logo img {
  vertical-align: middle;
  width: 50px;
  /* margin: 5px; */
}

.topmenu_title {
  /* display: inline-block; */
  vertical-align: middle;
  margin: 0 5px;
  font-size: 14px;
  text-decoration: none;
  color: #6c3412;
}

.bkgrd_img {
  background-image: url(../image/pc/web_pajadot_main_RAW.jpg);
  background-size: cover;
  height: 600px;
}

/* .bkgrd_img img{
  width: 100%;
} */

.menulist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 500px;
  margin: 5px;
  padding: 0;
  /* width: 70%; */
  /* margin: 0 1% 0 0;
  margin-left: auto;
  text-align: right; */
}

.menulist li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  vertical-align: middle;
}

.menulist .insta_icon,
.menulist .twitter_icon {
  width: 30px;
  margin: 5px;
}

.menulist li a {
  display: inline-block;
  color: #6c3412;
}

.menulist li a img {
  width: 30px;
}

.menu_btn {
  position: relative;
  cursor: pointer;
  color: #6c3412;
}

.menu_items {
  position: absolute;
  text-align: center;
  padding: 0;
  top: 100%;
  left: -50%;
  width: 200%;
  background-color: #b7cdd0;
  display: none;
}

.menu_showitems {
  display: block;
}

.menu_items li {
  margin: 5% 0;
}

.menulist .sp_menu {
  display: none;
}

.insta_icon,
.twitter_icon {
  width: 4%;
}

.insta_icon a img,
.twitter_icon a img {
  width: 100%;
}

.overlay {
  display: none;
}

.title_sp {
  display: none;
}

.title_img {
  width: 200px;
  padding-bottom: 30px;
  background-color: #008a83;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  margin-top: 200px;
}

.title_img .title_txt1 {
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 18px;
  color: #e1e3d7;
}

.title_img .title_txt2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #e1e3d7;
}

.title_img .title_txt3 {
  margin-top: 10px;
  font-size: 14px;
  color: #e1e3d7;
}

.concept_neko {
  width: 200px;
  margin: 50px auto 0 auto;
}

.concept_neko img {
  width: 100%;
}

.concept {
  display: flex;
  justify-content: center;
  /* vertical-align: top;
  margin-left: 20%; */
  margin: 0 auto;
  width: 600px;
}

.concept_txt {
  /* display: inline-block; */
  width: 45%;
  vertical-align: top;
}

.concept_txt p {
  font-size: 14px;
  margin: 10px 0;
  color: #6c3412;
}

.concept_img {
  /* display: inline-block; */
  /* vertical-align: top; */
  /* margin-top: 10px;
  margin-left: 12%; */
  margin-top: 10px;
  width: 50%;
}

.concept_img img {
  width: 100%;
}

.concept_ashiato {
  /* margin-left: 30%;
  margin-top: -10%; */
  width: 150px;
  margin: 0 auto;
  padding-right: 200px;
}

.concept_ashiato img {
  width: 100%;
}

.present_neko {
  /* margin-left: 40%; */
  width: 230px;
  margin: 0 auto;
  padding-left: 120px;
}

.present_neko img {
  width: 100%;
}

.present {
  /* display: flex; */
  display: grid;
  position: relative;
  grid-template-columns: 175px 175px 175px 175px;
  grid-template-rows: 40px 70px 70px 140px;
  margin: 100px auto 150px auto;
  width: 700px;
  /* justify-content: space-between; */
  /* margin: 50px auto; */
  /* width: 600px; */
}

.present_img {
  grid-row: 2 / 4;
  grid-column: 1;
  /* display: inline-block; */
  vertical-align: top;
  /* margin-left: 20%;
  margin-top: 4%; */
  /* width: 55%; */
  /* height: 350px; */
  width: 350px;
}

.present_img img {
  width: 100%;
}

.present_txt {
  grid-row: 2;
  grid-column: 3 / 5;
  /* display: inline-block; */
  /* position: relative; */
  vertical-align: top;
  /* margin-top: -5%; */
  margin-left: 20px;
  /* width: 45%; */
}

.present_free {
  position: absolute;
  top: -60px;
  right: 0px;
  width: 200px;
}

.present_free img {
  width: 100%;
}

.present h2 {
  grid-row: 1;
  grid-column: 3 / 5;
  /* margin-top: -8%;
  margin-left: 10%; */
  margin-top: 0;
  margin-left: 20px;
  color: #6c3412;
  font-size: 20px;
}

.present_txt p {
  margin: 5px 0;
  color: #6c3412;
  font-size: 12px;
  letter-spacing: -0.02em;
}

.present_link {
  grid-row: 3;
  grid-column: 3 / 5;
  width: 90%;
  margin-top: 0px;
  margin-left: 20px;
  /* padding-top: 20px; */
}

.present_link img {
  width: 100%;
}

.present_ashiato {
  grid-row: 4;
  grid-column: 4;
  margin-left: -20px;
  width: 60px;
}

.present_ashiato img {
  width: 100%;
}

.house_flex {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 100px auto 0 auto;
}

.house_long {
  display: none;
}

.house_sozai {
  position: relative;
  /* display: inline-block; */
  /* margin-top: -200px; */
  align-self: flex-end;
  width: 42%;
  margin: 0 10px;
}

.house_ashiato {
  position: absolute;
  width: 180px;
  top: -180px;
  left: -50px;
  /* margin: 0 auto;
  width: 180px; */
}

.taiyou {
  position: absolute;
  width: 140px;
  top: -120px;
  right: 0;
  /* margin-left: 5%;
  margin-right: 10%;
  width: 10%; */
}

.choucho_hana {
  position: absolute;
  width: 90px;
  bottom: 0;
  left: -130px;
  /* width: 8%;
  margin-left: 12%;
  margin-right: 1%;
  margin-top: 100px; */
}

.house_sozai .housetxt_menu {
  position: absolute;
  top: 0%;
  left: 35%;
  /* display: inline-block; */
  font-size: 20px;
  z-index: 10;
}

.house_sozai .housetxt_sozai {
  position: absolute;
  top: 35%;
  left: 30%;
  /* display: inline-block; */
  font-size: 20px;
  color: #e1ba62;
  z-index: 10;
}

.housetxt_sozai a {
  color: #e1ba62;
}

.house_sozai .sozai_logo {
  position: absolute;
  top: 47%;
  left: 25%;
  width: 50%;
  z-index: 10;
}

.sozai_icon_sp {
  display: none;
}

.sozai_text {
  position: absolute;
  left: 55%;
  margin: -31%;
  font-size: 14px;
}

.sozai_text p {
  margin: 0;
}

.house_goods {
  position: relative;
  /* display: inline-block; */
  /* margin-left: 5%; */
  align-self: flex-end;
  width: 42%;
  margin: 0 10px;
}

.house_goods .housetxt_goods {
  position: absolute;
  top: 9%;
  left: 34%;
  display: inline-block;
  font-size: 20px;
  color: #ccb58c;
  z-index: 10;
}

.housetxt_goods a {
  color: #ccb58c;
}

.house_goods .goods_logo {
  position: absolute;
  top: 26%;
  left: 25%;
  display: inline-block;
  /* font-size: 2.0vw; */
  width: 50%;
  z-index: 10;
}

.goods_icon_sp {
  display: none;
}

.goods_text {
  position: absolute;
  left: 55%;
  margin: -30%;
  font-size: 14px;
}

.goods_text p {
  margin: 0;
}

.hana1 {
  position: absolute;
  width: 100px;
  bottom: -50px;
  right: -150px;
}

.hana2 {
  position: absolute;
  width: 100px;
  bottom: -50px;
  left: -130px;
}

.house_stamp {
  position: relative;
  /* display: inline-block; */
  /* margin-left: 4%; */
  width: 42%;
  margin: 0 10px;
  align-self: flex-end;
}

.house_stamp .housetxt_stamp {
  position: absolute;
  top: 12%;
  left: 30%;
  /* display: inline-block; */
  font-size: 20px;
  color: #ccb58c;
  z-index: 10;
}

.housetxt_stamp a {
  color: #ccb58c;
}

.house_stamp .stamp_logo {
  position: absolute;
  top: 29%;
  left: 25%;
  /* display: inline-block; */
  width: 50%;
  z-index: 10;
}

.line_icon_sp {
  display: none;
}

.stamp_text {
  position: absolute;
  left: 55%;
  margin: -30%;
  font-size: 14px;
}

.stamp_text p {
  margin: 0;
}

.house_seal {
  position: relative;
  /* display: inline-block; */
  /* margin-top: 5%;
  margin-left: 5%; */
  width: 42%;
  margin: 0 10px;
  align-self: flex-end;
}

.house_seal .housetxt_seal {
  position: absolute;
  top: 17%;
  left: 27%;
  /* display: inline-block; */
  color: #e1ba62;
  font-size: 20px;
  z-index: 10;
}

.housetxt_seal a {
  color: #e1ba62;
}

.house_seal .seal_logo {
  position: absolute;
  top: 33%;
  left: 25%;
  /* display: inline-block; */
  width: 50%;
  z-index: 10;
}

.seal_icon_sp {
  display: none;
}

.seal_text {
  position: absolute;
  left: 55%;
  margin: -30%;
  font-size: 14px;
}

.seal_text p {
  margin: 0;
}

.choucho {
  position: absolute;
  width: 80px;
  top: 100px;
  right: -100px;
}

.neko_ashiato {
  width: 250px;
  margin: 0 auto;
  margin-top: -30px;
  padding-left: 580px;
}

.futari_ashiato {
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}

.menu_img {
  display: none;
}

.contents_grid {
  display: grid;
  grid-template-columns: 50px 200px 50px 50px 250px;
  grid-template-rows: 180px 120px 60px 120px 120px;
  width: 600px;
  margin: 0 auto;
}

.kakukakuneko {
  position: relative;
  /* display: inline-block; */
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  /* width: 25%; */
  /* margin-left: 22%; */
}

.kakukakuneko .kakukaku_logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 40%;
}

.kakukakuneko .kakukaku_txt {
  position: absolute;
  top: 20px;
  left: 135px;
  font-size: 18px;
}

.kakukaku_txt a {
  color: #6c3412;
}

.kakukaku_text {
  position: absolute;
  top: 65px;
  left: 133px;
  width: 120px;
  font-size: 12px;
  color: #6c3412;
}

.kakukaku_text p {
  margin: 0;
}

.treebird {
  /* display: inline-block; */
  position: absolute;
  vertical-align: top;
  margin: 0;
  width: 150px;
  top: 0;
  right: -210px;
}

.futari_ashiato2 {
  position: absolute;
  vertical-align: top;
  margin: 0;
  margin-bottom: 100px;
  width: 50px;
  bottom: -75px;
  left: 0;
}

.kaeru {
  position: absolute;
  vertical-align: top;
  margin: 0;
  width: 150px;
  top: 110px;
  left: -180px;
}

.blog {
  position: relative;
  grid-column: 5 / 6;
  grid-row: 2 / 4;
  /* display: inline-block; */
  vertical-align: top;
  /* width: 25%; */
  /* margin-top: -10%; */
  /* margin-left: 4%; */
}

.blog .blog_txt {
  position: absolute;
  top: 20px;
  right: 155px;
  font-size: 18px;
}

.blog_txt a {
  color: #6c3412;
}

.blog .blog_logo {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 40%;
}

.blog_text {
  position: absolute;
  top: 65px;
  right: 110px;
  width: 120px;
  font-size: 12px;
  color: #6c3412;
}

.blog_text p {
  margin: 0;
}

.profile {
  position: relative;
  grid-column: 2 / 4;
  grid-row: 4 / 6;
  /* display: inline-block; */
  /* vertical-align: middle; */
  /* width: 25%; */
  /* margin-top: -8%; */
  /* margin-left: 25%; */
}

.profile .profile_txt {
  position: absolute;
  top: 20px;
  left: 144px;
  font-size: 18px;
}

.profile_txt a {
  color: #cdb68c;
}

.profile .profile_logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 40%;
}

.profile_text {
  position: absolute;
  top: 65px;
  left: 133px;
  width: 120px;
  font-size: 12px;
  color: #cdb68c;
}

.profile_text p {
  margin: 0;
}

.kinoko {
  position: absolute;
  vertical-align: top;
  margin: 0;
  width: 80px;
  top: 110px;
  right: -140px;
}

.futari_ashiato3 {
  position: absolute;
  vertical-align: top;
  margin: 0;
  width: 100px;
  top: 170px;
  right: -300px;
}

.chabu_choucho {
  margin: 100px auto;
  padding-right: 400px;
  width: 280px;
}

.otoiawase {
  position: relative;
  margin: 0 auto;
  margin-top: -5%;
  width: 35%;
}

.otoiawase form {
  position: absolute;
  top: 25%;
  left: 5%;
  font-size: 1vw;
}

.otoiawase form dl dd input {
  background-color: blue;
}

.thankyou {
  margin: 0 100px 0 auto;
  width: 15%;
}

.thankyou img {
  z-index: 20;
}

.bottom_kusa {
  position: relative;
  width: 100%;
  margin-top: -2.5%;
  margin-bottom: 0;
}

.copyright {
  position: absolute;
  /* top: 30%; */
  /* left: 40%; */
  bottom: 10px;
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  z-index: 10;
  color: #6c3412;
}

.reset_btn,
.submit_btn {
  display: inline-block;
  list-style-type: none;
  font-size: 1.2vw;
}

.house_ashiato img,
.taiyou img,
.house_sozai img,
.house_goods img,
.choucho_hana img,
.hana1 img,
.sozai_logo img,
.house_stamp img,
.house_seal img,
.hana2 img,
.choucho img,
.neko_ashiato img,
.futari_ashiato img,
.kakukakuneko img,
.treebird img,
.futari_ashiato2 img {
  width: 100%;
}

.blog img,
.kaeru img,
.futari_ashiato3 img,
.profile img,
.kinoko img,
.chabu_choucho img,
.otoiawase img,
.thankyou img,
.bottom_kusa img {
  width: 100%;
}

.profile_title {
  position: relative;
  text-align: center;
  margin: 100px auto;
  width: 100px;
  font-size: 24px;
}

.profile_title_img {
  position: absolute;
  left: -125px;
  top: -25px;
  margin: 0 auto;
  width: 500px;
}

.profile_title_img img {
  width: 100%;
}

.profile_wrapper {
  display: flex;
  justify-content: center;
  width: 750px;
  margin: 0 auto;
}

.profile_txt {
  /* display: inline-block; */
  position: relative;
  width: 55%;
  /* margin-left: 10%; */
}

.profile_paja {
  display: inline-block;
  font-size: 20px;
}

.profile_paja_img {
  display: inline-block;
  width: 70px;
  margin: 0 10px;
  vertical-align: bottom;
}

.profile_paja_img img {
  width: 100%;
}

.profile_ashiato {
  display: inline-block;
  position: absolute;
  top: 680%;
  left: 48%;
  width: 12%;
}

.profile_ashiato img {
  width: 100%;
}

.profile_txt_detail {
  font-size: 12px;
  margin: 5px 0;
}

.profile_txt_detail2 {
  font-size: 12px;
  margin: 20px 0;
}

.profile_txt_detail3 {
  font-size: 12px;
  margin: 20px 0 0 0;
}

.profile_img {
  position: relative;
  /* display: inline-block; */
  vertical-align: top;
  margin-left: 5%;
  width: 30%;
  /* margin-right: 8%; */
}

.profile_img_hello {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100px;
}
.profile_img_hello img {
  width: 100%;
}

.profile_img_PAJA {
  position: relative;
  top: 90px;
  right: 0;
  margin: 0;
  width: 100%;
}

.profile_img_PAJA img {
  width: 100%;
}

.profile_bottom_wrapper {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
}

.profile_flower {
  /* display: inline-block; */
  vertical-align: top;
  margin: 100px auto;
  width: 70px;
}

.profile_flower img {
  width: 100%;
}

.profile_neko2 {
  /* display: inline-block; */
  margin: 50px auto;
  width: 200px;
}

.profile_neko2 img {
  width: 100%;
}

.goods_title {
  position: relative;
  text-align: center;
  margin: 120px auto 0 auto;
  font-size: 24px;
  width: 120px;
  color: #6c3412;
}

.goods_title_img {
  position: absolute;
  left: -80px;
  top: -50px;
  width: 300px;
}

.goods_title_img img {
  width: 100%;
}

.goods_subtitle_neko {
  position: absolute;
  vertical-align: middle;
  top: -15px;
  left: -110px;
  /* display: inline-block; */
  /* margin: 100px 0 0 130px; */
  width: 100px;
}

.goods_subtitle_neko img {
  width: 100%;
}

.goods_subtitle_chab {
  position: absolute;
  vertical-align: middle;
  top: -35px;
  right: -50px;
  /* display: inline-block; */
  /* margin: 0 5% 2% -6%; */
  width: 35px;
}

.goods_subtitle_chab img {
  width: 100%;
}

.goods_subtitle_sun {
  position: absolute;
  top: -30px;
  right: -180px;
  vertical-align: middle;
  /* display: inline-block; */
  width: 100px;
  /* margin: 5% 0 0 0; */
  /* margin-left: 0%; */
}

.goods_subtitle_sun img {
  width: 100%;
}

.goods_subtitle1 {
  position: relative;
  vertical-align: middle;
  /* display: inline-block; */
  text-align: center;
  color: #6c3412;
  font-size: 16px;
  width: 370px;
  margin: 50px auto;
}

.goods_subtitle2 {
  position: absolute;
  top: 5px;
  left: 30px;
  text-align: center;
  font-size: 14px;
  color: #6c3412;
  /* margin: -5% 0 5% -25%; */
}

.goods_items_1 {
  display: flex;
  justify-content: space-between;
  width: 700px;
  height: 450px;
  margin: 0 auto;
}

.goods_bag {
  position: relative;
  width: 30%;
  color: #6c3412;
}

.goods_nekobag {
  position: absolute;
  left: 12%;
  width: 60%;
}

.goods_nekobag img {
  width: 100%;
}

.goods_robobag {
  position: absolute;
  margin-top: 55%;
  width: 40%;
}

.goods_robobag img {
  width: 100%;
}

.goods_baghana {
  position: absolute;
  left: 80%;
  margin-top: 30%;
  width: 20%;
}

.goods_baghana img {
  width: 100%;
}

.goods_bag_txt {
  position: absolute;
  left: 3%;
  margin-top: 120%;
  width: 90%;
}

.goods_bag_txt p {
  font-size: 12px;
  width: 200px;
  margin: 0;
}

.goods_badge {
  position: relative;
  width: 26%;
  color: #6c3412;
}

.goods_nekobadge1 {
  position: absolute;
  width: 35%;
}

.goods_nekobadge1 img {
  width: 100%;
}

.goods_nekobadge2 {
  position: absolute;
  left: 32%;
  width: 35%;
  margin-top: 32%;
}

.goods_nekobadge2 img {
  width: 100%;
}

.goods_badge_txt {
  position: absolute;
  left: 0%;
  margin-top: 65%;
  width: 180px;
}

.goods_badge_txt p {
  font-size: 12px;
  width: 180px;
  margin: 0;
}

.goods_badge_neko {
  position: absolute;
  left: 0;
  margin-top: 150%;
  width: 90%;
}

.goods_badge_neko img {
  width: 100%;
}

.goods_handkach {
  /* display: inline-block; */
  position: relative;
  /* margin: 0 0 0 0%; */
  width: 30%;
  /* height: 50vw; */
  color: #6c3412;
}

.goods_handkach_img {
  position: absolute;
  left: 10%;
  margin-top: 10%;
  width: 60%;
}

.goods_handkach_img img {
  width: 100%;
}

.goods_handkach_txt {
  position: absolute;
  left: 12%;
  margin-top: 70%;
  width: 85%;
}

.goods_handkach_txt p {
  font-size: 12px;
  margin: 0;
  width: 170px;
}

.goods_items_2 {
  display: flex;
  justify-content: center;
  width: 700px;
  height: 300px;
  margin: 0 auto;
}

.goods_branket {
  /* display: inline-block; */
  position: relative;
  margin: 0 25px;
  width: 30%;
  /* height: 30vw; */
  color: #6c3412;
}

.goods_branket_img {
  position: absolute;
  left: 0%;
  margin-top: 0%;
  width: 100%;
}

.goods_branket_img img {
  width: 100%;
}

.goods_branket_txt {
  position: absolute;
  left: 3%;
  margin-top: 70%;
  width: 230px;
}

.goods_branket_txt p {
  font-size: 12px;
  margin: 0;
  width: 200px;
}

.goods_aparell {
  /* display: inline-block; */
  position: relative;
  margin: 0 50px;
  width: 30%;
  /* height: 20vw; */
  color: #6c3412;
}

.goods_aparell_img1 {
  position: absolute;
  left: 50%;
  margin-top: -80%;
  transform: rotate(15deg);
  width: 80%;
}

.goods_aparell_img1 img {
  width: 100%;
}

.goods_aparell_img2 {
  position: absolute;
  left: 0%;
  margin-top: -30%;
  transform: rotate(-15deg);
  width: 80%;
}

.goods_aparell_img2 img {
  width: 100%;
}

.goods_aparell_txt1 {
  position: absolute;
  left: 70px;
  top: 130px;
  width: 250px;
}

.goods_aparell_txt2 {
  position: absolute;
  left: 70px;
  top: 200px;
  width: 240px;
}

.goods_aparell_txt1 p,
.goods_aparell_txt2 p {
  font-size: 12px;
  margin: 0;
}

.goods_kazari {
  /* display: inline-block; */
  position: relative;
  margin: 50px auto;
  width: 700px;
  height: 200px;
}

.goods_kusa {
  position: absolute;
  left: 80px;
  top: 0;
  width: 150px;
}

.goods_kusa img {
  width: 100%;
}

.goods_ashiato {
  position: absolute;
  left: 200px;
  top: -100px;
  width: 100px;
}

.goods_ashiato img {
  width: 100%;
}

.goods_hana {
  position: absolute;
  left: 350px;
  top: -70px;
  width: 60px;
}

.goods_hana img {
  width: 100%;
}

.goods_nekochab {
  position: absolute;
  left: 300px;
  top: 60px;
  width: 170px;
}

.goods_nekochab img {
  width: 100%;
}

.goods_choucho {
  position: absolute;
  right: 50px;
  top: 0;
  width: 70px;
}

.goods_choucho img {
  width: 100%;
}

.goods_message {
  text-align: center;
  margin: 0 auto;
  width: 700px;
  color: #6c3412;
}

.goods_message p {
  font-size: 14px;
  margin: 0;
}

.goods_message p span {
  color: red;
}

.goods_button {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 300px;
}

.goods_nekochab2 {
  position: absolute;
  left: 30px;
  top: 70px;
  width: 150px;
}

.goods_nekochab2 img {
  width: 100%;
}

.goods_button_txt1 {
  position: absolute;
  left: 255px;
  top: 60px;
  text-align: center;
  font-size: 14px;
  width: 200px;
}

.goods_button_txt1 span {
  color: red;
}

.goods_button_txt2 {
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 255px;
  top: 90px;
  width: 200px;
  margin: 1% 0 0 0;
}

.goods_button_img {
  position: absolute;
  left: 33%;
  top: 40px;
  width: 35%;
}

.goods_button_img img {
  width: 100%;
}

.goods_yubi {
  position: absolute;
  right: 200px;
  top: 100px;
  width: 100px;
}

.goods_yubi img {
  width: 100%;
}

.goods_kinoko {
  position: absolute;
  right: 70px;
  top: 70px;
  width: 80px;
}

.goods_kinoko img {
  width: 100%;
}

.illust_title {
  position: relative;
  text-align: center;
  margin: 100px auto 50px auto;
  font-size: 24px;
  width: 700px;
}

.illust_title_img {
  position: absolute;
  top: -60px;
  left: 200px;
  width: 100px;
  margin-bottom: 0;
}

.illust_title_img img {
  width: 100%;
}

.illust_top_img {
  width: 100%;
  margin: 0 0 0 0;
}

.illust_top_img img {
  width: 100%;
}

.illust_top_ashiato {
  width: 50px;
  margin: 30px auto 30px auto;
}

.illust_top_ashiato img {
  width: 100%;
}

.illust_fukidashi {
  position: relative;
  width: 700px;
  margin: 0 auto;
  height: 650px;
}

.illust_fukidashi img {
  width: 100%;
}

.illust_fukidashi .fukidashi_sp {
  display: none;
}

.illust_fukidashi_txt {
  position: absolute;
  top: 50px;
  left: 0%;
  width: 100%;
}

.illust_fukidashi_txt p {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  margin-top: 30px;
  color: #db481d;
}

.illust_fukidashi_txt ul {
  position: absolute;
  left: 14%;
  font-size: 18px;
  color: #6c3412;
}

.illust_chab {
  position: absolute;
  top: 60%;
  left: 15%;
  width: 20%;
}

.illust_chab img {
  width: 100%;
}

.illust_neko {
  position: absolute;
  top: 66%;
  left: 38%;
  width: 20%;
}

.illust_neko img {
  width: 100%;
}

.illust_kangaeru {
  position: absolute;
  top: 59%;
  left: 80%;
  width: 22%;
}

.illust_kangaeru img {
  width: 100%;
}

.illust_kanban {
  position: relative;
  margin: 0 auto 50px auto;
  width: 700px;
}

.illust_kanban img {
  width: 100%;
}

.kanban_sp {
  display: none;
}

.kanban_sp_choucho {
  display: none;
}

.kanban_sp_hana {
  display: none;
}

.illust_kanban_txt {
  position: absolute;
  top: 80px;
  left: 220px;
  font-size: 24px;
}

.illust_kanban_txt p {
  text-align: center;
  margin: 0;
  color: #db481d;
}

.illust_menu {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}

.illust_menu1 {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 5%;
}

.illust_menu1 .pic_10_chab {
  display: block;
  position: absolute;
  width: 12%;
  top: 0;
  left: -12%;
}

.menu1_title {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 60px;
  color: #6c3412;
}

.menu1_text {
  position: absolute;
  width: 200px;
  bottom: 6px;
  left: 40px;
}

.menu1_text_p {
  font-size: 10px;
  color: #6c3412;
  margin: 0;
  text-align: left;
}

.illust_menu1 img {
  width: 100%;
}

.illust_menu2 {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 4%;
}

.illust_menu2 .pic_11_neko {
  display: block;
  position: absolute;
  width: 20%;
  bottom: 0;
  right: -20%;
}

.menu2_title {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 60px;
  color: #6c3412;
}

.menu2_text {
  position: absolute;
  width: 200px;
  bottom: 15px;
  left: 30px;
}

.menu2_text_p {
  font-size: 10px;
  color: #6c3412;
  margin: 0;
  text-align: left;
}

.illust_menu2 img {
  width: 100%;
}

.illust_menu3 {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 4%;
}

.menu3_title {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 60px;
  color: #6c3412;
}

.menu3_text {
  position: absolute;
  width: 200px;
  bottom: 15px;
  left: 40px;
}

.menu3_text_p {
  font-size: 10px;
  color: #6c3412;
  margin: 0;
  text-align: left;
}

.illust_menu3 img {
  width: 100%;
}

.illust_menu4 {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 4%;
}

.menu4_title {
  position: absolute;
  font-size: 20px;
  top: 0;
  left: 50px;
  color: #6c3412;
}

.menu4_text {
  position: absolute;
  width: 200px;
  bottom: 15px;
  left: 40px;
}

.menu4_text_p {
  font-size: 10px;
  color: #6c3412;
  margin: 0;
  text-align: left;
}

.illust_menu4 img {
  width: 100%;
}

.neteru_chab {
  width: 350px;
  margin: 0 auto;
  padding-left: 350px;
}

.neteru_chab img {
  width: 100%;
}

.illust_message {
  position: relative;
  margin: 100px auto 150px auto;
  width: 700px;
  height: 150px;
}

.illust_message p {
  text-align: center;
  margin: 0;
  font-size: 20px;
  color: #6c3412;
}

.illust_message_kakko {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 500px;
}

.illust_message_kakko img {
  width: 100%;
}

.illust_message_neko {
  position: absolute;
  top: 150%;
  left: 70%;
  width: 8%;
}

.illust_message_neko img {
  width: 100%;
}

.illust_message_ashiato {
  position: absolute;
  top: 100%;
  left: 80%;
  width: 8%;
}

.illust_message_ashiato img {
  width: 100%;
}

.illust_button {
  position: relative;
  margin: 0 auto;
  width: 700px;
  height: 250px;
}

.illust_button img {
  width: 100%;
}

.illust_button_img {
  position: relative;
  /* left: 33%; */
  /* top: 0%; */
  margin: 0 auto;
  width: 250px;
}

.illust_button_txt {
  position: relative;
  top: 0;
  width: 700px;
}

.illust_button_txt1 {
  position: absolute;
  top: -90px;
  left: 250px;
  font-size: 20px;
  width: 200px;
}

.illust_button_txt1 a {
  color: #6c3412;
}

.illust_button_txt1 span {
  color: red;
}

.illust_button_txt2 {
  position: absolute;
  text-align: center;
  font-size: 12px;
  top: -50px;
  left: 280px;
  width: 150px;
  /* margin: 1% 0 0 0; */
}

.illust_button_txt2 a {
  color: #6c3412;
}

.illust_button_yubi {
  position: absolute;
  left: 420px;
  top: -40px;
  width: 70px;
  /* width: 700px; */
}

.kabegami_title {
  position: relative;
  text-align: center;
  margin: 180px auto 0 auto;
  width: 300px;
  font-size: 24px;
  color: #008a83;
}

.kabegami_subtitle {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 370px;
  font-size: 13px;
  color: #008a83;
}

.kabegami_title_ashiato1 {
  position: absolute;
  left: -160px;
  top: -90px;
  width: 80px;
}

.kabegami_title_ashiato1 img {
  width: 100%;
}

.kabegami_title_free {
  position: absolute;
  left: -60px;
  top: -70px;
  width: 70px;
}

.kabegami_title_free img {
  width: 100%;
}

.kabegami_title_ashiato2 {
  position: absolute;
  left: 240px;
  top: 40px;
  width: 100px;
}

.kabegami_title_ashiato2 img {
  width: 100%;
}

.kabegami_image {
  position: relative;
  margin: 22px auto 250px auto;
  width: 700px;
}

.kabegami_image_neko {
  position: absolute;
  left: 95px;
  top: -47px;
  width: 50px;
}

.kabegami_image_neko img {
  width: 100%;
}

.kabegami_image_pc1 {
  position: absolute;
  left: 47px;
  top: -5px;
  width: 343px;
}

.kabegami_image_pc1 img {
  width: 100%;
}

.kabegami_image_pc2 {
  position: absolute;
  left: 97px;
  top: 12px;
  width: 240px;
}

.kabegami_image_pc2 img {
  width: 100%;
}

.kabegami_image_chab {
  position: absolute;
  right: 230px;
  top: 5px;
  width: 30px;
}

.kabegami_image_chab img {
  width: 100%;
}

.kabegami_image_sp1 {
  position: absolute;
  right: 220px;
  top: 35px;
  width: 80px;
}

.kabegami_image_sp1 img {
  width: 100%;
}

.kabegami_image_sp2 {
  position: absolute;
  right: 228px;
  top: 55px;
  width: 65px;
}

.kabegami_image_sp2 img {
  width: 100%;
}

.kabegami_kanban {
  position: absolute;
  right: 0px;
  top: -130px;
  width: 170px;
  z-index: 5;
}

.kabegami_kanban img {
  width: 100%;
}

.kabegami_PC19201080 {
  position: absolute;
  right: 6px;
  top: -103px;
  transform: rotate(-8deg);
  font-size: 12px;
  z-index: 6;
}

.kabegami_TAB12001920 {
  position: absolute;
  right: -2px;
  top: -49px;
  transform: rotate(6deg);
  font-size: 12px;
  z-index: 6;
}

.kabegami_TAB15362408 {
  position: absolute;
  right: 13px;
  top: 3px;
  transform: rotate(0deg);
  font-size: 12px;
  z-index: 6;
}

.kabegami_SP10801920 {
  position: absolute;
  right: 13px;
  top: 50px;
  transform: rotate(13deg);
  font-size: 12px;
  z-index: 6;
}

.kabegami_SP12422688 {
  position: absolute;
  right: 20px;
  top: 103px;
  transform: rotate(-8deg);
  font-size: 12px;
  z-index: 6;
}

.kabegami_image p a {
  display: block;
  color: #6c3412;
}

.kabegami_kanban2 {
  position: absolute;
  right: -25px;
  top: 135px;
  width: 130px;
  z-index: 5;
}

.kabegami_kanban2 img {
  width: 100%;
}

.kabegami_kanban2_txt {
  position: absolute;
  right: -17px;
  top: 150px;
  font-size: 14px;
  width: 115px;
  z-index: 5;
}

.kabegami_image .kabegami_kanban2_txt a {
  color: #cdb68c;
}

.kakukaku_title {
  position: relative;
  text-align: center;
  margin: 140px auto 0 auto;
  font-size: 24px;
  color: #6c3412;
  width: 360px;
}

.kakukaku_aisatsu {
  position: absolute;
  margin: 0 auto;
  left: 20px;
  top: -50px;
  width: 100px;
}

.kakukaku_aisatsu img {
  width: 100%;
}

.kakukaku_subtitle {
  position: absolute;
  right: 30px;
  bottom: -30px;
  font-size: 16px;
  color: #db481d;
}

.kakukaku_title_hand {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 30px;
}

.kakukaku_title_hand img {
  width: 100%;
}

.kakukaku_top {
  width: 300px;
  margin: 50px auto;
}

.kakukaku_top img {
  width: 100%;
}

.kakukaku_shoukai {
  position: relative;
  width: 700px;
  margin: 0 auto;
}

.kakukaku_shoukai_img {
  width: 700px;
  margin: 0 auto 50px auto;
}

.kakukaku_shoukai_img img {
  width: 100%;
}

.kakukaku_pic_sp {
  display: none;
}

.kakukaku_shoukai_txt {
  position: absolute;
  left: 230px;
  top: 100px;
}

.kakukaku_shoukai_txt p {
  margin: 0;
  font-size: 15px;
  color: #6c3412;
}

.kakukaku_shoukai_btn1 {
  position: absolute;
  left: 230px;
  bottom: 40px;
  width: 110px;
}

.kakukaku_shoukai_btn1 img {
  width: 100%;
}

.kakukaku_shoukai_btn1_txt {
  position: absolute;
  left: 260px;
  bottom: 60px;
  width: 50px;
  font-size: 14px;
}

.kakukaku_shoukai_btn1_txt a {
  display: block;
  color: #e1e3d7;
}

.kakukaku_shoukai_btn2 {
  position: absolute;
  right: 230px;
  bottom: 40px;
  width: 110px;
}

.kakukaku_shoukai_btn2 img {
  width: 100%;
}

.kakukaku_shoukai_btn2_txt {
  position: absolute;
  right: 220px;
  bottom: 60px;
  width: 100px;
  font-size: 14px;
}

.kakukaku_shoukai_btn2_txt a {
  display: block;
  color: #e1e3d7;
}

.kakukaku_nekochab {
  width: 200px;
  margin: 0 auto;
  padding-left: 500px;
}

.kakukaku_nekochab img {
  width: 100%;
}

.kakukaku_shoukai2 {
  position: relative;
  text-align: center;
  width: 700px;
  margin: 0 auto;
}

.kakukaku_shoukai2_ohana {
  position: absolute;
  left: 50px;
  top: 30px;
  width: 60px;
}

.kakukaku_shoukai2_ohana img {
  width: 100%;
}

.kakukaku_shoukai2_konnichiwa {
  position: absolute;
  right: 80px;
  top: 30px;
  width: 100px;
}

.kakukaku_shoukai2_konnichiwa img {
  width: 100%;
}

.kakukaku_shoukai2_choucho {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 60px;
}

.kakukaku_shoukai2_choucho img {
  width: 100%;
}

.kakukaku_shoukai2_neko {
  display: inline-block;
  margin: 5% 0 5% 0;
  width: 45%;
}

.kakukaku_shoukai2_chab {
  display: inline-block;
  margin: 5% 0 5% 0;
  width: 45%;
}

.kakukaku_shoukai2_neko_name {
  text-align: center;
  color: #6c3412;
  margin: 3% 0;
  font-size: 20px;
}

.kakukaku_shoukai2_chab_name {
  text-align: center;
  color: #6c3412;
  margin: 3% 0;
  font-size: 20px;
}

.kakukaku_shoukai2_neko_img {
  width: 30%;
  margin: 0 auto;
}

.kakukaku_shoukai2_neko_img img {
  width: 100%;
}

.kakukaku_shoukai2_chab_img {
  width: 20%;
  margin: 0 auto;
}

.kakukaku_shoukai2_chab_img img {
  width: 100%;
}

.kakukaku_shoukai2_border {
  width: 80%;
  margin: 0 auto;
}

.kakukaku_shoukai2_border img {
  width: 100%;
}

.kakukaku_shoukai2_neko_txt {
  position: absolute;
  left: 96px;
  bottom: 60px;
  width: 30%;
}

.kakukaku_shoukai2_neko_txt p {
  text-align: left;
  font-size: 12px;
  color: #6c3412;
  margin: 0;
}

.kakukaku_shoukai2_chab_txt {
  position: absolute;
  right: 80px;
  bottom: 60px;
  width: 30%;
}

.kakukaku_shoukai2_chab_txt p {
  text-align: left;
  font-size: 12px;
  color: #6c3412;
  margin: 0;
}

.kakukaku_nekochab_bottom {
  position: relative;
  width: 650px;
  margin: 50px auto 100px auto;
}

.kakukaku_nekochab_bottom img {
  width: 100%;
}

.kakukaku_nekochab_bottom p a {
  display: block;
  color: #e2ba62;
}

.kakukaku_txt_bottom {
  position: absolute;
  left: 200px;
  top: 100px;
  font-size: 20px;
  color: #db481d;
}

.kakukaku_btn1_bottom {
  position: absolute;
  left: 215px;
  top: 140px;
  width: 230px;
}

.kakukaku_btn1_bottom img {
  width: 100%;
}

.kakukaku_btn1_txt {
  position: absolute;
  left: 230px;
  top: 148px;
  text-align: center;
  width: 200px;
  color: #e2ba62;
  font-size: 16px;
}

.kakukaku_btn2_bottom {
  position: absolute;
  left: 215px;
  top: 185px;
  width: 230px;
}

.kakukaku_btn2_txt {
  position: absolute;
  left: 230px;
  top: 192px;
  text-align: center;
  width: 200px;
  color: #e2ba62;
  font-size: 16px;
}

.kakukaku_btn2_bottom img {
  width: 100%;
}

.line_title {
  position: relative;
  text-align: center;
  margin: 100px auto 50px auto;
  width: 700px;
  font-size: 24px;
  color: #6c3412;
}

.line_title_img {
  text-align: center;
  margin: -30px auto 0 auto;
  width: 700px;
}

.line_title_img img {
  width: 100%;
}

.line_subtitle1 {
  position: absolute;
  left: 220px;
  top: 30px;
  font-size: 16px;
  color: #6c3412;
}

.line_subtitle2 {
  position: absolute;
  left: 248px;
  top: 52px;
  font-size: 16px;
  color: #6c3412;
}

.line_subtitle2 span {
  color: #db481d;
}

.line_main {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 700px;
}

.line_main_txt {
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  color: #6c3412;
}

.line_main_gif {
  display: inline-block;
  margin: 50px auto;
  width: 30%;
}

.line_main_gif img {
  width: 100%;
}

.line_main_neko {
  position: absolute;
  left: -30px;
  top: 0;
  width: 180px;
}

.line_main_neko img {
  width: 100%;
}

.line_main_chab {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 70px;
}

.line_main_chab img {
  width: 100%;
}

.line_main_nekochab {
  position: absolute;
  right: -15px;
  bottom: -70px;
  width: 100px;
}

.line_main_nekochab img {
  width: 100%;
}

.line_button {
  position: relative;
  margin: 0 auto 50px auto;
  width: 700px;
  height: 300px;
}

.line_button_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
}

.line_button_background img {
  width: 100%;
}

.line_button_top {
  text-align: center;
  font-size: 14px;
  margin: 10% 0;
}

.line_button_top p {
  margin: 0;
}

.line_button_top p span {
  color: #db481d;
}

.line_button p a {
  display: block;
}

.line_button_txt1 {
  position: absolute;
  left: 230px;
  top: 90px;
  text-align: center;
  font-size: 16px;
  width: 250px;
}

.line_button_txt1 span {
  color: red;
}

.line_button_txt2 {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 260px;
  top: 110px;
  width: 200px;
}

.line_button_img {
  position: absolute;
  left: 33%;
  top: 70px;
  width: 250px;
}

.line_button_img img {
  width: 100%;
}

.line_yubi {
  position: absolute;
  left: 58%;
  margin-top: 3%;
  width: 10%;
}

.line_yubi img {
  width: 100%;
}

.seal_title {
  position: relative;
  text-align: center;
  margin: 100px auto 50px auto;
  width: 700px;
  font-size: 24px;
  color: #6c3412;
}

.seal_title_img1 {
  position: absolute;
  left: 32%;
  margin-top: -6%;
  width: 4%;
}

.seal_title_img1 img {
  width: 100%;
}

.seal_title_img2 {
  position: absolute;
  left: 63%;
  margin-top: -6%;
  width: 15%;
}

.seal_title_img2 img {
  width: 100%;
}

.seal_subtitle {
  text-align: center;
  position: relative;
  width: 700px;
  margin: 0 auto;
}

.seal_subtitle1 {
  position: relative;
  color: #6c3412;
  font-size: 12px;
  margin: 0;
}

.seal_subtitle1_img {
  position: absolute;
  left: 250px;
  margin-top: -20px;
  width: 200px;
}

.seal_subtitle1_img img {
  width: 100%;
}

.seal_subtitle2 {
  color: #db481d;
  font-size: 20px;
  width: 700px;
  margin: 0 auto;
}

.seal_top {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.seal_top_img {
  width: 750px;
  margin: -90px auto 0 auto;
}

.seal_top_img img {
  width: 100%;
}

.seal_main_txt {
  position: relative;
  width: 700px;
  margin: 50px auto 0 auto;
}

.seal_main_txt p {
  text-align: center;
  color: #6c3412;
  /* width: 700px; */
  margin: 0 auto;
}

.seal_main_txt p span {
  color: #db481d;
}

.seal_main_txt_sp {
  display: none;
}

.seal_main_title {
  text-align: center;
  width: 700px;
  margin: 50px auto;
  color: #6c3412;
}

.seal_main_title span {
  color: #db481d;
}

.seal_main_img {
  position: relative;
  width: 650px;
  margin: 0 auto 0 auto;
}

.seal_main_img img {
  width: 100%;
}

.seal_kanban_sp1,
.seal_kanban_sp2,
.seal_kanban_sp3 {
  display: none;
}

.seal_main_ashiato {
  position: absolute;
  left: 25px;
  top: -20px;
  width: 100px;
}

.seal_main_ashiato img {
  width: 100%;
}

.seal_main_kinoko {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}

.seal_main_kinoko img {
  width: 100%;
}

.seal_main_step1 {
  position: absolute;
  left: 3.5%;
  margin-top: -25.5%;
}

.seal_main_step2 {
  position: absolute;
  left: 34%;
  margin-top: -25.5%;
}

.seal_main_step3 {
  position: absolute;
  left: 66%;
  margin-top: -25.5%;
}

.seal_main_step_txt1 {
  margin: 0;
  font-size: 16px;
  color: #db481d;
}

.seal_main_step_txt2 {
  margin: 0;
  font-size: 16px;
  color: #6c3412;
}

.seal_button {
  position: relative;
  margin: 0 auto 0 auto;
  width: 750px;
  /* height: 70vw; */
}

.seal_button_background {
  position: absolute;
  left: 6%;
  margin-top: -16%;
  width: 90%;
}

.seal_button_background img {
  width: 100%;
}

.seal_button_top {
  position: relative;
  text-align: center;
  width: 450px;
  font-size: 18px;
  margin: 100px auto;
}

.seal_button_top_sp {
  display: none;
}

.seal_button_top p {
  margin: 0;
  color: #6c3412;
}

.seal_button_top p span {
  color: #db481d;
}

.seal_button p a {
  display: block;
}

.seal_button_txt1 {
  position: absolute;
  left: 250px;
  top: 200px;
  text-align: center;
  font-size: 18px;
  margin: 0;
  width: 250px;
}

.seal_button_txt1 a {
  color: #db481d;
}

.seal_button_txt2 {
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 280px;
  top: 225px;
  width: 200px;
  margin: 0;
}

.seal_button_txt2 a {
  color: #6c3412;
}

.seal_button_img {
  position: absolute;
  left: 225px;
  top: 155px;
  width: 300px;
}

.seal_button_img img {
  width: 100%;
}

.seal_button_bottom {
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 300px auto 50px auto;
  /* height: 20%; */
}

.seal_button_bottom p {
  margin: 0;
  color: #6c3412;
}

.seal_button_bottom p span {
  color: #db481d;
}

.seal_button_chab {
  position: absolute;
  left: -80px;
  top: 150px;
  width: 90px;
}

.seal_button_chab img {
  width: 100%;
}

.seal_button_neko {
  position: absolute;
  right: -100px;
  top: 250px;
  width: 100px;
}

.seal_button_neko img {
  width: 100%;
}

.seal_yubi {
  position: absolute;
  right: 210px;
  top: 225px;
  width: 80px;
}

.seal_yubi img {
  width: 100%;
}

.seal_button_bottom_neko {
  text-align: center;
  margin: 50px auto;
  width: 150px;
}

.seal_button_bottom_neko img {
  width: 100%;
}

.seal_button_bottom_sun {
  position: absolute;
  left: 10px;
  top: 200px;
  width: 100px;
}

.seal_button_bottom_sun img {
  width: 100%;
}

.seal_link {
  text-align: center;
  font-size: 12px;
  margin: 50px auto;
}

.seal_sample {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  width: 700px;
  margin: 0 auto 0 auto;
}

.seal_sample_row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.seal_sample_item {
  /* display: inline-block; */
  vertical-align: top;
  width: 25%;
  font-size: 0;
  margin-bottom: 5%;
}

.seal_sample_item_txt {
  margin: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.seal_sample_item_img {
  margin: 5% auto;
  width: 80%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.seal_sample_item_img img {
  width: 100%;
}

.seal_sample_item_img:hover {
  width: 85%;
}

.seal_ashiato1 {
  position: absolute;
  right: -80px;
  top: 350px;
  width: 50px;
}

.seal_ashiato1 img {
  width: 100%;
}

.seal_chou_hana {
  position: absolute;
  left: -110px;
  top: 700px;
  width: 80px;
}

.seal_chou_hana img {
  width: 100%;
}

.seal_ashiato2 {
  /* display: none; */
  position: absolute;
  left: -110px;
  top: 900px;
  width: 130px;
}

.seal_ashiato2 img {
  width: 100%;
}

.seal_hana1 {
  /* display: none; */
  position: absolute;
  right: -100px;
  top: 1000px;
  width: 70px;
}

.seal_hana1 img {
  width: 100%;
}

.seal_chou {
  /* display: none; */
  position: absolute;
  right: -40px;
  top: 1250px;
  width: 60px;
}

.seal_chou img {
  width: 100%;
}

.seal_hana2 {
  position: absolute;
  left: -70px;
  top: 1500px;
  width: 60px;
}

.seal_hana2 img {
  width: 100%;
}

.seal_chabneko {
  margin: 0px auto 50px auto;
  padding-top: 50px;
  padding-left: 200px;
  width: 500px;
}

.seal_chabneko img {
  width: 100%;
}

#page_top {
  text-align: right;
  margin: 0;
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 1759px;
  right: 14px;
  z-index: 10;
}

#page_top p {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

#page_top img {
  width: 100%;
}

#page_top.m_fixed {
  width: 50px;
  position: fixed;
  top: 457px;
  right: 14px;
}

@media (max-width: 767px) {
  .goriyou_top {
    padding-top: 75px;
    padding-bottom: 20px;
    width: 300px;
    margin: 0 auto;
  }

  .goriyou_top p {
    width: 260px;
  }

  .goriyou_top ul {
    font-size: 12px;
    padding-inline-start: 20px;
    width: 270px;
  }

  .goriyou_top .goriyou_bun {
    font-size: 12px;
    width: 290px;
  }

  .bkgrd_img {
    width: 100%;
  }

  .menulist .menu_pc {
    display: none;
  }

  .topmenu div {
    width: 200px;
  }

  .menulist {
    width: 200px;
  }

  .topmenu .sp_menu {
    width: 30px;
    margin: 0 20px;
    cursor: pointer;
    display: block;
  }

  .topmenu #open.hide {
    opacity: 0.1;
    pointer-events: none;
  }

  .topmenu .sp_menu span {
    font-size: 32px;
  }

  .title_pc {
    display: none;
  }

  .title_sp {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
  }

  .title_sp img {
    width: 100%;
  }

  .overlay {
    display: block;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
    text-align: center;
    padding: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s;
  }

  .overlay.show {
    opacity: 1;
    pointer-events: auto;
  }

  .overlay #close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
    cursor: pointer;
  }

  .overlay ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    /* background: #b7cdd0; */
    /* border: 1px solid #000;
    border-radius: 3px; */
  }

  .overlay ul {
    margin: 0;
    padding: 0;
  }

  .menu_sw {
    display: inline-block;
    text-align: center;
    /* vertical-align: top; */
    font-size: 16px;
    width: 180px;
    height: 20px;
    margin: 0 5px;
    /* background: #ccc; */
    cursor: pointer;
  }

  #menu_sp .menu_items_sp {
    display: none;
  }

  #menu_sp .menu_showitems {
    display: block;
  }

  #menu_sp ul li {
    width: 80%;
    margin: 10px auto;
  }

  /* #menu_sp hr{
    size: 5px;
  } */

  .overlay ul #menu_sp {
    margin: 0;
  }

  .concept {
    width: 100%;
    flex-flow: column;
  }

  .concept_txt {
    /* display: inline-block; */
    width: 300px;
    text-align: center;
    margin: 10px auto;
  }

  .concept_img {
    /* display: inline-block; */
    /* vertical-align: top; */
    /* margin-top: 10px;
    margin-left: 12%; */
    margin: 10px auto;
    width: 100%;
  }

  .concept_ashiato {
    /* margin-left: 30%;
    margin-top: -10%; */
    width: 120px;
    margin: 0 auto;
  }

  .present_neko {
    /* margin-left: 40%; */
    width: 180px;
    margin: 0 auto;
    padding-right: 20px;
  }

  .present {
    display: block;
    /* flex-wrap: wrap; */
    /* display: grid; */
    position: relative;
    grid-template-columns: 300px;
    grid-template-rows: 40px 250px 70px 70px 140px;
    margin: 100px auto 50px auto;
    width: 100%;
    /* justify-content: space-between; */
    /* margin: 50px auto; */
    /* width: 600px; */
  }

  .present_img {
    grid-row: 2;
    grid-column: 1;
    /* display: inline-block; */
    vertical-align: top;
    /* margin-left: 20%;
    margin-top: 4%; */
    /* width: 55%; */
    /* height: 350px; */
    width: 100%;
  }

  .present_txt {
    grid-row: 3;
    grid-column: 1;
    vertical-align: top;
    width: 300px;
    margin: 0 auto;
  }

  .present_free {
    position: absolute;
    top: -50px;
    right: 0px;
    width: 150px;
  }

  .present h2 {
    grid-row: 1;
    grid-column: 1;
    /* margin-top: -8%;
    margin-left: 10%; */
    margin: 0 auto;
    text-align: center;
    /* margin-left: 20px;   */
    color: #6c3412;
    font-size: 20px;
  }

  .present_txt p {
    margin: 5px 0;
    color: #6c3412;
    font-size: 10.5px;
    text-align: left;
    width: 300px;
    /* letter-spacing: -0.01em; */
  }

  .present_link {
    grid-row: 4;
    grid-column: 1;
    width: 300px;
    margin: 30px auto;
    /* padding-top: 20px; */
  }

  .present_ashiato {
    grid-row: 5;
    grid-column: 1;
    margin: 20px auto;
    width: 60px;
  }

  .taiyou {
    top: -1370px;
  }

  .house_ashiato {
    display: none;
  }

  .contents_grid {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
  }

  .otoiawase {
    /* display: none; */
    width: 300px;
    margin: 200px auto 50px auto;
  }

  .thankyou {
    width: 100px;
    margin: 0 auto 0 50px;
  }

  .house_flex {
    flex-direction: column;
    width: 300px;
  }

  .house_flex > div {
    align-self: center;
    width: 100%;
  }

  .house_sozai .housetxt_menu {
    top: -1240px;
    left: 100px;
    font-size: 28px;
    color: #6c3412;
  }

  .sozai_house {
    display: none;
  }

  .sozai_icon_pc {
    display: none;
  }

  .sozai_icon_sp {
    display: block;
  }

  .house_sozai .sozai_logo {
    top: -960px;
    left: 45px;
    width: 70%;
  }

  .house_sozai .housetxt_sozai {
    top: -850px;
    color: #6c3412;
  }

  .house_sozai .housetxt_sozai a {
    color: #6c3412;
  }

  .sozai_text {
    top: -700px;
    left: 170px;
    color: #6c3412;
  }

  .house_long {
    display: block;
    width: 300px;
    margin: 0 auto;
  }

  .house_long img {
    width: 100%;
  }

  .goods_house {
    display: none;
  }

  .goods_icon_pc {
    display: none;
  }

  .goods_icon_sp {
    display: block;
  }

  .house_goods .goods_logo {
    top: -730px;
    left: 45px;
    width: 70%;
  }

  .house_goods .housetxt_goods {
    top: -620px;
    color: #6c3412;
  }

  .house_goods .housetxt_goods a {
    color: #6c3412;
  }

  .goods_text {
    top: -470px;
    left: 170px;
    color: #6c3412;
  }

  .stamp_house {
    display: none;
  }

  .line_icon_pc {
    display: none;
  }

  .line_icon_sp {
    display: block;
  }

  .house_stamp .stamp_logo {
    top: -600px;
    left: 45px;
    width: 70%;
  }

  .house_stamp .housetxt_stamp {
    top: -490px;
    color: #6c3412;
  }

  .house_stamp .housetxt_stamp a {
    color: #6c3412;
  }

  .stamp_text {
    top: -340px;
    left: 170px;
    color: #6c3412;
  }

  .seal_house {
    display: none;
  }

  .seal_icon_pc {
    display: none;
  }

  .seal_icon_sp {
    display: block;
  }

  .house_seal .seal_logo {
    top: -370px;
    left: 45px;
    width: 70%;
  }

  .house_seal .housetxt_seal {
    top: -260px;
    color: #6c3412;
  }

  .house_seal .housetxt_seal a {
    color: #6c3412;
  }

  .seal_text {
    top: -110px;
    left: 170px;
    color: #6c3412;
  }

  .neko_ashiato {
    width: 250px;
    margin: 50px auto;
    padding: 0;
  }

  .futari_ashiato {
    display: none;
    width: 250px;
    margin: 50px auto;
  }

  .treebird {
    display: none;
  }

  .menu_img {
    display: block;
    width: 300px;
    margin: 50px auto;
  }

  .futari_ashiato2 {
    display: none;
  }

  .futari_ashiato3 {
    transform: scale(-1, 1);
    top: 380px;
    left: 40px;
  }

  .kaeru {
    top: 700px;
    left: 120px;
  }

  .kinoko {
    top: 500px;
    left: 180px;
    width: 50px;
  }

  .chabu_choucho {
    display: none;
  }

  .kakukakuneko .kakukaku_txt {
    top: 20px;
    left: 165px;
  }

  .kakukakuneko .kakukaku_text {
    top: 80px;
    left: 160px;
  }

  .blog .blog_txt {
    top: 20px;
    left: 60px;
  }

  .blog .blog_text {
    top: 80px;
    left: 40px;
  }

  .profile .profile_txt {
    top: 40px;
    left: 170px;
    width: 100px;
  }

  .profile .profile_text {
    top: 80px;
    left: 160px;
  }

  .kakukaku_top {
    width: 250px;
  }

  .kakukaku_title {
    width: 320px;
  }

  .kakukaku_aisatsu {
    top: -70px;
    left: 20px;
  }

  .kakukaku_subtitle {
    right: 50px;
    bottom: -40px;
  }

  .kakukaku_title_hand {
    top: 5px;
    right: 10px;
  }

  .kakukaku_shoukai {
    width: 320px;
  }

  .kakukaku_shoukai_img {
    width: 320px;
  }

  .kakukaku_shoukai_img .kakukaku_pic_pc {
    display: none;
  }

  .kakukaku_shoukai_img .kakukaku_pic_sp {
    display: block;
  }

  .kakukaku_shoukai_txt {
    left: 70px;
    top: 30px;
  }

  .kakukaku_shoukai_txt p {
    font-size: 12px;
  }

  .kakukaku_shoukai_btn1 {
    left: 55px;
    bottom: -17px;
  }

  .kakukaku_shoukai_btn1_txt {
    left: 95px;
    bottom: 2px;
  }

  .kakukaku_shoukai_btn2 {
    left: 180px;
    bottom: -17px;
  }

  .kakukaku_shoukai_btn2_txt {
    right: 18px;
    bottom: 2px;
  }

  .kakukaku_shoukai2_neko {
    margin: 0;
    width: 100%;
  }

  .kakukaku_shoukai2_neko_txt {
    left: 50px;
    top: 217px;
    width: 80%;
  }

  .kakukaku_shoukai2_chab {
    margin: 50px auto;
    width: 100%;
  }

  .kakukaku_shoukai2_chab_txt {
    left: 50px;
    bottom: 72px;
    width: 80%;
  }

  .kakukaku_nekochab {
    margin: 50px auto;
    padding: 0;
  }

  .kakukaku_shoukai2 {
    width: 300px;
  }

  .kakukaku_nekochab_bottom {
    width: 300px;
  }

  .kakukaku_shoukai2_konnichiwa {
    top: 400px;
    right: 60px;
  }

  .kakukaku_shoukai2_ohana {
    left: -20px;
  }

  .kakukaku_shoukai2_choucho {
    right: -55px;
  }

  .kakukaku_txt_bottom {
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
  }

  .kakukaku_btn1_bottom {
    position: relative;
    text-align: center;
    width: 300px;
    top: 0;
    left: 0;
  }

  .kakukaku_btn1_bottom img {
    width: 80%;
  }

  .kakukaku_btn2_bottom {
    position: relative;
    text-align: center;
    width: 300px;
    top: 0;
    left: 0;
  }

  .kakukaku_btn2_bottom img {
    width: 80%;
  }

  .kakukaku_btn1_txt {
    position: absolute;
    left: 60px;
    top: 222px;
  }

  .kakukaku_btn2_txt {
    position: absolute;
    left: 60px;
    top: 287px;
  }

  .profile_title {
    margin: 100px auto 30px auto;
  }

  .profile_title_img {
    display: none;
  }

  .profile_img {
    width: 90%;
    margin: 0 auto 100px auto;
  }

  /* .profile .profile_txt{
    left: 0;
    width: 300px;
    margin: 100px auto;
  } */

  .profile_txt_detail {
    font-size: 12px;
    margin: 5px 0;
  }

  .profile_txt_detail2 {
    font-size: 12px;
    margin: 20px 0;
  }

  .profile_txt_detail3 {
    font-size: 12px;
    margin: 20px 0 0 0;
  }

  .profile_wrapper {
    flex-direction: column-reverse;
    width: 300px;
  }

  .profile_bottom_wrapper {
    width: 300px;
  }

  .goods_subtitle_neko,
  .goods_subtitle_chab,
  .goods_subtitle_sun {
    display: none;
  }

  .goods_subtitle1 {
    width: 270px;
    line-height: 25px;
  }

  .goods_subtitle2 {
    top: -35px;
  }

  .goods_items_1 {
    width: 300px;
    height: 1050px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto 200px auto;
  }

  .goods_bag {
    width: 95%;
    height: 450px;
    margin: 25px auto;
    /* margin-bottom: 100px; */
  }

  .goods_bag_txt {
    position: relative;
    left: 0;
    width: 100%;
  }

  .goods_bag_txt p {
    width: 100%;
  }

  .goods_badge {
    width: 95%;
    height: 250px;
    margin: 25px auto;
  }

  .goods_badge_txt {
    position: relative;
    left: 0;
    width: 100%;
  }

  .goods_badge_txt p {
    width: 100%;
  }

  .goods_handkach {
    width: 95%;
    height: 400px;
    margin: 0 auto;
  }

  .goods_handkach_txt {
    position: relative;
    left: 0;
    width: 100%;
  }

  .goods_handkach_txt p {
    width: 100%;
  }

  .goods_badge_neko {
    left: 0;
    top: 150px;
  }

  .goods_items_2 {
    width: 300px;
    height: 900px;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
  }

  .goods_branket {
    width: 95%;
    height: 420px;
    margin: 25px auto;
    /* margin-bottom: 100px; */
  }

  .goods_aparell {
    width: 95%;
    height: 450px;
    margin: 25px auto;
    /* margin-bottom: 100px; */
  }

  .goods_aparell_img1,
  .goods_aparell_img2 {
    width: 50%;
    margin: 0;
  }

  .goods_aparell_img1 {
    top: -100px;
    left: 120px;
  }

  .goods_aparell_img2 {
    top: 0;
    left: 0;
  }

  .goods_aparell_txt1 {
    top: 150px;
    left: 0;
  }

  .goods_aparell_txt2 {
    top: 220px;
    left: 0;
  }

  .goods_kazari {
    display: none;
  }

  .goods_nekochab {
    top: 0;
    left: 0;
  }

  .goods_message {
    width: 300px;
  }

  .goods_message p {
    width: 280px;
  }

  .goods_button {
    width: 300px;
  }

  .goods_button_img {
    position: relative;
    width: 90%;
    margin: 50px auto;
    top: 0;
    left: 0;
  }

  .goods_button_txt1 {
    font-size: 16px;
    top: 5px;
    left: 50px;
  }

  .goods_button_txt2 {
    top: 40px;
    left: 50px;
  }

  .goods_nekochab2 {
    position: absolute;
    top: 150px;
    left: 20px;
  }

  .goods_yubi {
    position: relative;
    top: -90px;
    right: -200px;
  }

  .goods_hana {
    left: 0;
  }

  .goods_kinoko {
    right: 125px;
    top: -250px;
    width: 60px;
  }

  .line_title {
    width: 300px;
    font-size: 18px;
  }

  .line_title p {
    font-size: 14px;
    width: 300px;
  }

  .line_subtitle1 {
    left: 0;
    top: 130px;
  }

  .line_subtitle2 {
    left: 0;
    top: 150px;
  }

  .line_title_img {
    width: 300px;
    margin: -45px auto 0 auto;
  }

  .line_main {
    width: 300px;
    margin-top: 150px;
  }

  .line_button {
    width: 300px;
  }

  .line_button_top {
    font-size: 13px;
  }

  .line_button_txt1 {
    left: 25px;
    top: 85px;
  }

  .line_button_txt2 {
    left: 50px;
    top: 110px;
  }

  .line_main_neko {
    left: 0px;
    top: -80px;
  }

  .line_main_chab {
    right: 0px;
    top: -100px;
  }

  .gif1 {
    width: 100%;
  }

  .gif1 img {
    width: 300px;
  }

  .gif2,
  .gif3 {
    display: none;
  }

  .line_button_background {
    display: none;
  }

  .line_main_nekochab {
    display: none;
  }

  .line_button_img {
    left: 25px;
    top: 70px;
  }

  .line_yubi {
    top: 140px;
    left: 210px;
    width: 70px;
  }

  .seal_title {
    width: 300px;
    margin-bottom: 100px;
  }

  .seal_title_img1 {
    margin: 0;
    top: 60px;
    left: 0;
    width: 40px;
  }

  .seal_title_img2 {
    margin: 0;
    top: 50px;
    left: 180px;
    width: 120px;
  }

  .seal_top {
    margin: 100px auto;
  }

  .seal_top_img {
    width: 100%;
  }

  .seal_subtitle1_img {
    left: 48px;
  }

  .seal_subtitle {
    width: 300px;
  }

  .seal_subtitle2 {
    width: 300px;
    font-size: 24px;
  }

  .seal_main_txt {
    display: none;
  }

  .seal_main_txt_sp {
    display: block;
    position: relative;
    width: 300px;
    margin: 50px auto 0 auto;
  }

  .seal_main_txt_sp p {
    text-align: center;
    color: #6c3412;
    /* width: 700px; */
    margin: 0 auto;
  }

  .seal_main_txt_sp p span {
    color: #db481d;
  }

  .seal_main_ashiato {
    top: 0;
    left: 0;
  }

  .seal_main_title {
    width: 300px;
  }

  .seal_main_img {
    width: 300px;
  }

  .seal_kanban_pc {
    display: none;
  }

  .seal_kanban_sp1 {
    display: block;
    width: 140px;
    margin: 10px auto;
  }

  .seal_main_step1 {
    position: absolute;
    left: 28.5%;
    margin-top: -51.5%;
  }

  .seal_kanban_sp2 {
    display: block;
    width: 140px;
    margin: 10px auto;
  }

  .seal_main_step2 {
    position: absolute;
    left: 29%;
    margin-top: -51.5%;
  }

  .seal_kanban_sp3 {
    display: block;
    width: 140px;
    margin: 10px auto;
  }

  .seal_main_step3 {
    position: absolute;
    left: 31%;
    margin-top: -51.5%;
  }

  .seal_main_step_txt1,
  .seal_main_step_txt2 {
    font-size: 16px;
  }

  .seal_kanban_sp1 img,
  .seal_kanban_sp2 img,
  .seal_kanban_sp3 img {
    width: 100%;
  }

  .seal_button {
    width: 300px;
  }

  .seal_button_top {
    display: none;
  }

  .seal_button_top_sp {
    display: block;
    position: relative;
    text-align: center;
    width: 300px;
    font-size: 16px;
    margin: 50px auto;
  }

  .seal_button_top_sp p {
    margin: 0;
    color: #6c3412;
  }

  .seal_button_top_sp p span {
    color: #db481d;
  }

  .seal_button_img {
    left: 30px;
    top: 200px;
    width: 250px;
  }

  .seal_button_txt1 {
    left: 30px;
    top: 240px;
    font-size: 16px;
  }

  .seal_button_txt2 {
    left: 50px;
    top: 260px;
  }

  .seal_button_chab {
    left: 10px;
    top: 125px;
  }

  .seal_button_neko {
    top: 300px;
    right: 0;
  }

  .seal_button_bottom {
    font-size: 16px;
  }

  .seal_yubi {
    right: 180px;
    top: 270px;
    width: 80px;
  }

  .seal_sample {
    flex-wrap: wrap;
    width: 300px;
  }

  .seal_sample_item {
    width: 100%;
  }

  .seal_chabneko {
    width: 300px;
    padding-left: 0px;
  }

  .illust_title {
    width: 300px;
  }

  .illust_fukidashi {
    width: 300px;
  }

  .illust_kanban {
    width: 300px;
  }

  .illust_menu {
    width: 300px;
  }

  .illust_menu1 {
    width: 80%;
    margin: 0 0 20px 0;
  }

  .illust_menu2 {
    width: 80%;
    margin: 0 0 20px 0;
  }

  .illust_menu3 {
    width: 80%;
    margin: 0 0 20px 0;
  }

  .illust_menu4 {
    width: 80%;
    margin: 0 0 20px 0;
  }

  .menu1_text {
    width: 100%;
    bottom: 9px;
    left: 43px;
  }

  .menu2_text {
    width: 100%;
  }

  .menu3_text {
    width: 100%;
  }

  .menu4_text {
    width: 100%;
  }

  .neteru_chab {
    width: 250px;
    padding-left: 0;
  }

  .illust_title_img {
    top: -50px;
    left: 20px;
  }

  .illust_fukidashi .fukidashi_pc {
    display: none;
  }

  .illust_fukidashi .fukidashi_sp {
    display: inline-block;
    width: 300px;
    height: 500px;
  }

  .illust_fukidashi_txt {
    font-size: 20px;
    top: 30px;
  }

  .illust_fukidashi_txt ul {
    font-size: 16px;
    left: 0;
    padding-inline-start: 30px;
  }

  .illust_chab {
    top: 550px;
    left: 30px;
    width: 100px;
  }

  .illust_neko {
    top: 640px;
    left: 30px;
    width: 110px;
  }

  .illust_kangaeru {
    top: 500px;
    left: 130px;
    width: 170px;
  }

  .illust_kanban {
    margin: 180px auto 50px auto;
  }

  .illust_kanban_txt {
    top: 45px;
    left: 18px;
  }

  .kanban_pc {
    display: none;
  }

  .kanban_sp {
    display: inline-block;
  }

  .kanban_sp_hana {
    display: inline-block;
    position: absolute;
    top: 230px;
    left: 0;
    width: 50px;
  }

  .kanban_sp_choucho {
    display: inline-block;
    position: absolute;
    top: 250px;
    right: 0;
    width: 50px;
  }

  .illust_message {
    width: 218px;
  }

  .illust_message_kakko {
    width: 300px;
    top: 20px;
    left: -40px;
  }

  .illust_message_ashiato {
    width: 60px;
    top: 140px;
    left: 70px;
  }

  .illust_message_neko {
    width: 80px;
    top: 230px;
    left: 150px;
  }

  .illust_button {
    width: 300px;
  }

  .illust_button_txt {
    width: 300px;
  }

  .illust_button_txt1 {
    top: -90px;
    left: 50px;
  }

  .illust_button_txt2 {
    top: -50px;
    left: 70px;
  }

  .illust_button_yubi {
    top: -40px;
    left: 210px;
  }

  .kabegami_title_ashiato1,
  .kabegami_title_ashiato2 {
    display: none;
  }

  .kabegami_title_free {
    left: 0px;
    top: -120px;
  }

  .kabegami_subtitle {
    width: 220px;
    font-size: 14px;
  }

  .kabegami_image {
    width: 300px;
    margin-bottom: 970px;
  }

  .kabegami_image_neko {
    left: 95px;
    top: -20px;
  }

  .kabegami_image_pc1 {
    left: 5px;
    top: 25px;
    width: 300px;
  }

  .kabegami_image_pc2 {
    left: 50px;
    top: 40px;
    width: 210px;
  }

  .kabegami_image_sp1 {
    position: absolute;
    right: 190px;
    top: 80px;
    width: 100px;
  }

  .kabegami_image_sp2 {
    position: absolute;
    right: 200px;
    top: 106px;
    width: 80px;
  }

  .kabegami_kanban2 {
    right: 10px;
    top: 200px;
    width: 150px;
  }

  .kabegami_kanban2_txt {
    right: 20px;
    top: 215px;
    font-size: 16px;
    width: 130px;
  }

  .kabegami_kanban {
    right: 10px;
    top: 350px;
    width: 280px;
  }

  .kabegami_PC19201080 {
    position: absolute;
    right: 45px;
    top: 390px;
    transform: rotate(-8deg);
    font-size: 16px;
    z-index: 6;
  }

  .kabegami_TAB12001920 {
    position: absolute;
    right: 35px;
    top: 480px;
    transform: rotate(6deg);
    font-size: 16px;
    z-index: 6;
  }

  .kabegami_TAB15362408 {
    position: absolute;
    right: 55px;
    top: 565px;
    transform: rotate(0deg);
    font-size: 16px;
    z-index: 6;
  }

  .kabegami_SP10801920 {
    position: absolute;
    right: 60px;
    top: 645px;
    transform: rotate(13deg);
    font-size: 16px;
    z-index: 6;
  }

  .kabegami_SP12422688 {
    position: absolute;
    right: 65px;
    top: 730px;
    transform: rotate(-8deg);
    font-size: 16px;
    z-index: 6;
  }

  .profile_txt {
    width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 425px) {
  .kakukaku_shoukai2_ohana {
    display: none;
  }

  .kakukaku_shoukai2_choucho {
    display: none;
  }
}

@media (max-width: 1000px) {
  .choucho_hana {
    display: none;
  }

  .hana1 {
    display: none;
  }

  .hana2 {
    display: none;
  }

  .choucho {
    display: none;
  }

  .neko_ashiato {
    display: none;
  }

  .seal_ashiato1 {
    display: none;
  }

  .seal_chou_hana {
    display: none;
  }

  .seal_ashiato2 {
    display: none;
  }

  .seal_hana1 {
    display: none;
  }

  .seal_chou {
    display: none;
  }

  .seal_hana2 {
    display: none;
  }
}
