@charset "UTF-8";
/*【ティザーサイトで利用したスタイル】*/
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  66% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  66% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[data-animation] {
  transition-duration: 0.75s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-delay: 0.1s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, -0.01, 0.46, 0.99);
}

[data-animation="after"] {
  transition-duration: 0.75s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-delay: 0.1s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#contents_block .contents {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.85;
  color: #77523c;
  font-size: 16px;
  text-align: left;
}

#contents_block .u-inner {
  max-width: 980px;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
}

#contents_block .u-switchImage > img:first-child {
  display: block;
}

#contents_block .u-switchImage > img:last-child {
  display: none;
}

#contents_block .u-spInline {
  display: none;
}

#contents_block .u-spsInline {
  display: none;
}

#contents_block .vis {
  background-image: url(/pocky/assets/img/heart-pocky/pt-main@2x.jpg);
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eae5e2;
  position: relative;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}

#contents_block .vis_title {
  margin: 0;
  width: 269px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -19px;
  margin-left: -2px;
}

#contents_block .vis_title > img {
  display: block;
  transition-delay: 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 1s;
}

#contents_block .vis_title > img[data-animation="after"] {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#contents_block .intro {
  background-repeat: repeat;
  background-image: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg);
  background-color: #faf9f5;
  padding: 0 0 178px;
  position: relative;
}

#contents_block .intro_title {
  max-width: 774px;
  margin: 0 auto 20px;
}

#contents_block .intro_title > img {
  display: block;
}

#contents_block .intro_headline {
  max-width: 506px;
  margin: 0 auto 47px;
}

#contents_block .intro_headline > img {
  display: block;
}

#contents_block .intro_subhead {
  font-size: 26px;
  line-height: 1.88;
  text-align: center;
  margin: 0 0 26px;
}

#contents_block .intro_subhead > mark {
  background-image: url(/pocky/assets/img/heart-pocky/bg-mark@2x.png);
  background-color: rgba(255, 255, 255, 0);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: inherit;
  padding: 0 5px;
  margin: 0 -5px;
}

#contents_block .intro_text {
  font-weight: bold;
  line-height: 2.5;
  margin: 0 0 1.4em;
  text-align: center;
}

#contents_block .intro_text:last-child {
  margin-bottom: 0;
}

#contents_block .entry {
  background-image: url(/pocky/assets/img/heart-pocky/bg-entry@2x.png);
  background-size: 57px auto;
  background-repeat: repeat;
  background-color: #ce2122;
  padding-bottom: 71px;
  padding-top: 9px;
  position: relative;
  z-index: 2;
}

#contents_block .entry_title {
  background-color: #b98b56;
  margin: 0;
  padding: 48px 10px 42px;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

#contents_block .entry_title::before {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/bg-line01@2x.png);
  display: block;
  position: absolute;
  z-index: 1;
  top: 6px;
  width: 100%;
  height: 9px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  left: 0;
}

#contents_block .entry_title::after {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/bg-line01@2x.png);
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  width: 100%;
  height: 9px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  left: 0;
}

#contents_block .entry_title > img {
  display: block;
  margin: 0 auto;
}

#contents_block .entry_text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.85;
  text-align: center;
  margin: 0 0 40px;
}

#contents_block .project {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 8px solid #fff;
  background-image: url(/pocky/assets/img/heart-pocky/bg-project@2x.png);
  background-size: 20px 20px;
  background-color: #fbf6f0;
  padding: 50px 20px 62px;
}

#contents_block .project::before {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/bg-line01@2x.png);
  display: block;
  position: absolute;
  z-index: 1;
  top: 6px;
  width: calc(100% - 20px);
  height: 9px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  left: 10px;
}

#contents_block .project::after {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/bg-line01@2x.png);
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 6px;
  width: calc(100% - 20px);
  height: 9px;
  background-size: auto 100%;
  background-repeat: repeat-x;
  left: 10px;
}

#contents_block .project_title {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: -93px;
  left: 12px;
  width: 129px;
}

#contents_block .project_headline {
  max-width: 824px;
  margin: 0 auto 25px;
}

#contents_block .project_headline > img {
  display: block;
}

#contents_block .project_body {
  padding-bottom: 51.65%;
  position: relative;
  z-index: 1;
  margin-bottom: 43px;
}

#contents_block .project_hash {
  position: absolute;
  z-index: 1;
  top: 0;
  margin: 0;
  width: 42.1%;
  max-width: 357px;
  right: 1%;
}

#contents_block .project_link {
  margin: 0;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 7.2%;
}

#contents_block .project_link > a {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  display: block;
  padding: 13px 0;
  padding-right: 58px;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 1;
}

#contents_block .project_link > a > i {
  display: flex;
  width: 40px;
  height: 40px;
  background-color: #ce2222;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#contents_block .project_link > a > i::before {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10' fill='%23fff'%3E%3Cpath d='M1,9.75a.74.74,0,0,1-.53-.22.75.75,0,0,1,0-1.06L3.94,5,.47,1.53A.75.75,0,0,1,1.53.47l4,4a.75.75,0,0,1,0,1.06l-4,4A.74.74,0,0,1,1,9.75Z'/%3E%3C/svg%3E");
  display: block;
  width: 6px;
  height: 10px;
  background-position: center center;
}

#contents_block .project_link > a::before {
  content: "";
}

#contents_block .project_link > a::after {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/bg-underline@2x.png);
  width: 385px;
  height: 4px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#contents_block .project_share {
  position: absolute;
  z-index: 1;
  width: 55.89%;
  max-width: 471px;
  margin: 0;
  left: 0;
  top: 8%;
}

#contents_block .project_share > img {
  display: block;
}

#contents_block .project_spanWrap {
  z-index: 10;
  position: relative;
}

#contents_block .project_span {
  background-color: #77523c;
  position: relative;
  z-index: 1;
  max-width: 848px;
  margin: 0 auto;
  border-radius: 3px;
  padding: 23px 20px;
}

#contents_block .project_span > img {
  display: block;
  margin: 0 auto;
}

#contents_block .project_inner {
  max-width: 848px;
  position: relative;
  z-index: 1;
  margin: 0 auto 30px;
}

#contents_block .share {
  background-repeat: repeat;
  background-image: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg);
  background-color: #faf9f5;
  padding: 57px 0 60px;
}

#contents_block .share_inner {
  max-width: 980px;
}

#contents_block .share_title {
  font-size: 26px;
  line-height: 1.38;
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
  align-items: center;
  letter-spacing: 0.08em;
}

#contents_block .share_title::before {
  content: "";
  width: 2px;
  height: 70px;
  display: block;
  background-color: currentColor;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  margin-right: 25px;
}

#contents_block .share_title::after {
  content: "";
  width: 2px;
  height: 70px;
  display: block;
  background-color: currentColor;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  margin-left: 18px;
}

#contents_block .share_title > b {
  display: block;
  font-weight: inherit;
  text-align: center;
}

#contents_block .share_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

#contents_block .share_list > li {
  width: 49%;
}

#contents_block .share_list_link {
  margin: 0;
}

#contents_block .share_list_link > a {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 110px;
  background-color: #55acee;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  transition-duration: 0.3s;
  transition-property: opacity;
}

#contents_block .share_list_link-line > a {
  background-color: #00b900;
}

#contents_block .share_list_link > a::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43' fill='%23fff'%3E%3Cpath d='M14.61,36.22A21.24,21.24,0,0,0,36.25,15.08c0-.32,0-.63,0-.95A15.28,15.28,0,0,0,40,10.27a15.51,15.51,0,0,1-4.37,1.18A7.55,7.55,0,0,0,39,7.33a15.15,15.15,0,0,1-4.84,1.8,7.65,7.65,0,0,0-5.54-2.35A7.53,7.53,0,0,0,21,14.21a8,8,0,0,0,.19,1.7A21.8,21.8,0,0,1,5.53,8.14a7.33,7.33,0,0,0-1,3.74,7.42,7.42,0,0,0,3.38,6.19,7.9,7.9,0,0,1-3.44-.93v.1a7.49,7.49,0,0,0,6.1,7.29,7.8,7.8,0,0,1-2,.26,8.24,8.24,0,0,1-1.42-.13,7.59,7.59,0,0,0,7.1,5.16A15.51,15.51,0,0,1,4.78,33,15.44,15.44,0,0,1,3,32.9,22,22,0,0,0,14.61,36.22Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 9px;
}

#contents_block .share_list_link-line > a::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43' fill='%23fff'%3E%3Cpath d='M21.5,2C9.65,2,0,9.46,0,18.61,0,26.82,7.65,33.69,18,35c.7.14,1.66.44,1.9,1a4,4,0,0,1,.06,1.85s-.25,1.44-.3,1.75c-.09.51-.43,2,1.86,1.1s12.38-6.94,16.89-11.88C41.5,25.57,43,22.28,43,18.61,43,9.46,33.35,2,21.5,2Zm-7.17,22.6a.43.43,0,0,1-.43.43H7.6a.42.42,0,0,1-.3-.12h0a.41.41,0,0,1-.12-.3V14.85a.44.44,0,0,1,.43-.44H9.18a.44.44,0,0,1,.43.44V22.6H13.9a.43.43,0,0,1,.43.43Zm3.59,0c0,.24-.15.43-.32.43H16.44c-.17,0-.32-.19-.32-.43V14.85c0-.24.15-.44.32-.44H17.6c.17,0,.32.2.32.44Zm9,0a.39.39,0,0,1-.33.43H25.18a0,0,0,0,1,0,0h0l0,0h0a.31.31,0,0,1-.09-.11l-3.46-6.05V24.6c0,.24-.15.44-.33.44H20c-.18,0-.33-.2-.33-.44V14.85c0-.24.15-.44.33-.44h1.4l0,0h0l0,0h0a0,0,0,0,1,0,0h0l0,0,3.45,6v-5.8a.39.39,0,0,1,.33-.43h1.22a.38.38,0,0,1,.32.43Zm9-8.19a.43.43,0,0,1-.43.43H31.11v1.65h4.28a.44.44,0,0,1,.44.43v1.57a.44.44,0,0,1-.44.44H31.11V22.6h4.28a.44.44,0,0,1,.44.43v1.58a.44.44,0,0,1-.44.43H29.1a.42.42,0,0,1-.3-.12h0a.41.41,0,0,1-.12-.3V14.85a.42.42,0,0,1,.12-.3,0,0,0,0,0,0,0h0a.43.43,0,0,1,.3-.13h6.3a.44.44,0,0,1,.43.44Z'/%3E%3C/svg%3E");
}

#contents_block .share_list_link > a::after {
  content: "";
}

#contents_block .fixShare {
  position: fixed;
  z-index: 1000;
  top: 143px;
  right: 0;
}

#contents_block .fixShare_dList {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0;
}

#contents_block .fixShare_dList > dt {
  margin-bottom: 12px;
  width: 28px;
}

#contents_block .fixShare_dList > dt > img {
  display: block;
}

#contents_block .fixShare_dList > dd {
  margin: 5px 0 0;
}

#contents_block .fixShare_dList > dd > a {
  display: flex;
  text-decoration: none;
  color: inherit;
  height: 54px;
  width: 56px;
  background-color: #55acee;
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 5px;
  transition-duration: 0.3s;
  transition-property: width;
  padding-left: 16px;
}

#contents_block .fixShare_dList > dd > a::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43' fill='%23fff'%3E%3Cpath d='M14.61,36.22A21.24,21.24,0,0,0,36.25,15.08c0-.32,0-.63,0-.95A15.28,15.28,0,0,0,40,10.27a15.51,15.51,0,0,1-4.37,1.18A7.55,7.55,0,0,0,39,7.33a15.15,15.15,0,0,1-4.84,1.8,7.65,7.65,0,0,0-5.54-2.35A7.53,7.53,0,0,0,21,14.21a8,8,0,0,0,.19,1.7A21.8,21.8,0,0,1,5.53,8.14a7.33,7.33,0,0,0-1,3.74,7.42,7.42,0,0,0,3.38,6.19,7.9,7.9,0,0,1-3.44-.93v.1a7.49,7.49,0,0,0,6.1,7.29,7.8,7.8,0,0,1-2,.26,8.24,8.24,0,0,1-1.42-.13,7.59,7.59,0,0,0,7.1,5.16A15.51,15.51,0,0,1,4.78,33,15.44,15.44,0,0,1,3,32.9,22,22,0,0,0,14.61,36.22Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#contents_block .fixShare_dList > dd > a::after {
  content: "";
}

#contents_block .fixShare_dList > dd > a[aria-label="LINE"] {
  background-color: #00b900;
}

#contents_block .fixShare_dList > dd > a[aria-label="LINE"]::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 43' fill='%23fff'%3E%3Cpath d='M21.5,2C9.65,2,0,9.46,0,18.61,0,26.82,7.65,33.69,18,35c.7.14,1.66.44,1.9,1a4,4,0,0,1,.06,1.85s-.25,1.44-.3,1.75c-.09.51-.43,2,1.86,1.1s12.38-6.94,16.89-11.88C41.5,25.57,43,22.28,43,18.61,43,9.46,33.35,2,21.5,2Zm-7.17,22.6a.43.43,0,0,1-.43.43H7.6a.42.42,0,0,1-.3-.12h0a.41.41,0,0,1-.12-.3V14.85a.44.44,0,0,1,.43-.44H9.18a.44.44,0,0,1,.43.44V22.6H13.9a.43.43,0,0,1,.43.43Zm3.59,0c0,.24-.15.43-.32.43H16.44c-.17,0-.32-.19-.32-.43V14.85c0-.24.15-.44.32-.44H17.6c.17,0,.32.2.32.44Zm9,0a.39.39,0,0,1-.33.43H25.18a0,0,0,0,1,0,0h0l0,0h0a.31.31,0,0,1-.09-.11l-3.46-6.05V24.6c0,.24-.15.44-.33.44H20c-.18,0-.33-.2-.33-.44V14.85c0-.24.15-.44.33-.44h1.4l0,0h0l0,0h0a0,0,0,0,1,0,0h0l0,0,3.45,6v-5.8a.39.39,0,0,1,.33-.43h1.22a.38.38,0,0,1,.32.43Zm9-8.19a.43.43,0,0,1-.43.43H31.11v1.65h4.28a.44.44,0,0,1,.44.43v1.57a.44.44,0,0,1-.44.44H31.11V22.6h4.28a.44.44,0,0,1,.44.43v1.58a.44.44,0,0,1-.44.43H29.1a.42.42,0,0,1-.3-.12h0a.41.41,0,0,1-.12-.3V14.85a.42.42,0,0,1,.12-.3,0,0,0,0,0,0,0h0a.43.43,0,0,1,.3-.13h6.3a.44.44,0,0,1,.43.44Z'/%3E%3C/svg%3E");
}

#contents_block .vis_badge {
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 26px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 317px;
  z-index: 10;
  width: 230px;
}

#contents_block .vis_badge > img {
  display: block;
  -webkit-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

#contents_block .project_image {
  width: 238px;
  position: absolute;
  z-index: 10;
  top: -184px;
  right: -94px;
}

#contents_block .entry_image {
  position: absolute;
  z-index: 10;
  top: -229px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -516px;
  width: 244px;
}

#contents_block .entry_image > img {
  display: block;
}

#contents_block .intro_image {
  position: absolute;
  z-index: 1;
  width: 269px;
}

#contents_block .intro_image-no1 {
  top: 30px;
  left: -110px;
}

#contents_block .intro_image-no2 {
  top: 36px;
  right: -186px;
}

#contents_block .intro_image-no3 {
  top: 206px;
  left: -160px;
}

#contents_block .intro_image-no4 {
  top: 317px;
  right: -166px;
}

#contents_block .intro_image-no5 {
  top: 446px;
  left: 9px;
}

#contents_block .intro_image-no6 {
  bottom: -128px;
  right: -28px;
}

#contents_block .intro_image > img {
  display: block;
}

#contents_block .vis_image {
  position: absolute;
  z-index: 1;
  width: 445px;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

#contents_block .vis_image-no1 {
  margin-top: -122px;
  margin-left: -502px;
}

#contents_block .vis_image-no2 {
  margin-left: 520px;
  margin-top: -167px;
}

#contents_block .vis_image-no3 {
  margin-top: 80px;
  margin-left: -472px;
  z-index: 2;
}

#contents_block .vis_image-no4 {
  margin-left: 449px;
  z-index: 2;
  margin-top: 40px;
}

#contents_block .vis_image-no5 {
  margin-left: -482px;
  margin-top: 272px;
}

#contents_block .vis_image-no6 {
  margin-left: 536px;
  margin-top: 236px;
}

#contents_block .vis_image > img {
  display: block;
  position: relative;
  z-index: 1;
  transition-duration: 1s;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-delay: 0.15s;
  opacity: 0;
}

#contents_block .vis_image-no1 > img {
  -webkit-transform: translate(-20%, -10%);
  transform: translate(-20%, -10%);
  transition-delay: 0.15s;
}

#contents_block .vis_image-no2 > img {
  -webkit-transform: translate(20%, -10%);
  transform: translate(20%, -10%);
  transition-delay: 0.25s;
}

#contents_block .vis_image-no3 > img {
  -webkit-transform: translate(-20%, 5%);
  transform: translate(-20%, 5%);
  transition-delay: 0.35s;
}

#contents_block .vis_image-no4 > img {
  -webkit-transform: translate(20%, -5%);
  transform: translate(20%, -5%);
  transition-delay: 0.45s;
}

#contents_block .vis_image-no5 > img {
  -webkit-transform: translate(-20%, 10%);
  transform: translate(-20%, 10%);
  transition-delay: 0.55s;
}

#contents_block .vis_image-no6 > img {
  -webkit-transform: translate(20%, 10%);
  transform: translate(20%, 10%);
  transition-delay: 0.25s;
}

#contents_block .vis_image[data-animation="after"] > img {
  -webkit-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

#contents_block .project_spanWrap_image {
  width: 186px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -1px;
}

#contents_block .project_spanWrap_image > img {
  display: block;
}

#contents_block .project_text {
  text-align: center;
  font-weight: bold;
  margin: 0 0 14px;
}

#contents_block .project_text:last-child {
  margin-bottom: 0;
}

#contents_block .intro_subhead2 {
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin: 0 0 28px;
}

#contents_block .intro_subhead2::after {
  content: "";
  background-image: url(/pocky/assets/img/heart-pocky/img-text-border@2x.png);
  width: 37px;
  height: 13px;
  display: block;
  margin: 21px auto 0;
  background-size: 100% 100%;
  background-position: 0 0;
}

@media screen and (min-width: 1000px) {
  #contents_block .project_link > a:hover > i {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
  #contents_block .share_list_link > a:hover {
    opacity: 0.7;
  }
  #contents_block .fixShare_dList > dd > a:hover {
    width: 70px;
  }
}

@media screen and (max-width: 999px) {
  #contents_block .contents {
    font-size: 15px;
  }
  #contents_block .contents img {
    max-width: 100%;
    height: auto;
  }
  #contents_block .u-spInline {
    display: inline;
  }
  #contents_block .vis {
    height: 530px;
  }
  #contents_block .vis_title {
    width: 210px;
    margin-left: -2px;
  }
  #contents_block .intro_title {
    max-width: 590px;
  }
  #contents_block .intro_headline {
    max-width: 400px;
  }
  #contents_block .intro_subhead {
    font-size: 19px;
  }
  #contents_block .entry_title > img {
    width: 600px;
  }
  #contents_block .entry_text {
    font-size: 17px;
  }
  #contents_block .share_title {
    font-size: 22px;
  }
  #contents_block .share_list_link > a {
    height: 90px;
  }
  #contents_block .vis_badge {
    width: 160px;
    margin-left: 130px;
    bottom: 20px;
  }
  #contents_block .project_image {
    width: 170px;
    top: -110px;
    right: -60px;
  }
  #contents_block .entry_image {
    margin-left: -300px;
    width: 130px;
    top: -80px;
  }
  #contents_block .intro_image {
    width: 180px;
  }
  #contents_block .intro_image-no1 {
    top: 60px;
    left: -20px;
  }
  #contents_block .intro_image-no2 {
    top: 80px;
    right: -20px;
  }
  #contents_block .intro_image-no3 {
    top: 240px;
    left: -30px;
  }
  #contents_block .intro_image-no4 {
    right: -50px;
  }
  #contents_block .intro_image-no5 {
    top: 450px;
  }
  #contents_block .intro_image-no6 {
    bottom: -146px;
    right: 0;
  }
  #contents_block .vis_image {
    width: 290px;
  }
  #contents_block .vis_image-no1 {
    margin-top: -172px;
    margin-left: -332px;
  }
  #contents_block .vis_image-no2 {
    margin-left: 270px;
    margin-top: -177px;
  }
  #contents_block .vis_image-no3 {
    margin-left: -252px;
  }
  #contents_block .vis_image-no4 {
    margin-left: 250px;
  }
  #contents_block .vis_image-no5 {
    margin-top: 160px;
    margin-left: -290px;
  }
  #contents_block .vis_image-no6 {
    margin-left: 280px;
    margin-top: 190px;
  }
  #contents_block .project_spanWrap_image {
    width: 130px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 767px) {
  #contents_block .contents {
    font-size: 14px;
  }
  #contents_block .u-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  #contents_block .u-switchImage > img:first-child {
    display: none;
  }
  #contents_block .u-switchImage > img:last-child {
    display: block;
  }
  #contents_block .vis {
    height: 326px;
    background-size: 290%;
  }
  #contents_block .vis_title {
    width: 171px;
    margin-top: 3px;
    margin-left: -2px;
  }
  #contents_block .intro {
    padding-bottom: 170px;
  }
  #contents_block .intro_inner {
    max-width: 360px;
  }
  #contents_block .intro_title {
    margin-left: -10px;
    margin-right: -10px;
    max-width: none;
  }
  #contents_block .intro_title > img {
    margin: 0 auto;
  }
  #contents_block .intro_headline {
    max-width: 290px;
    margin-bottom: 28px;
  }
  #contents_block .intro_subhead {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
  #contents_block .intro_text {
    line-height: 2.14;
    margin-bottom: 1.6em;
    position: relative;
    z-index: 1;
  }
  #contents_block .entry {
    background-size: 28px auto;
    padding-top: 5px;
    padding-bottom: 34px;
  }
  #contents_block .entry_title {
    padding: 30px 10px 23px;
    margin-bottom: 19px;
  }
  #contents_block .entry_title > img {
    width: 345px;
  }
  #contents_block .entry_text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 66px;
  }
  #contents_block .project {
    border-radius: 6px;
    border-width: 4px;
    padding-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 39px;
  }
  #contents_block .project_title {
    width: 82px;
    top: -64px;
    left: 9px;
  }
  #contents_block .project_headline {
    margin-bottom: 25px;
    max-width: 321px;
  }
  #contents_block .project_body {
    padding: 0;
    margin-bottom: 45px;
  }
  #contents_block .project_hash {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: auto;
    max-width: 242px;
    margin: 0 auto 0;
  }
  #contents_block .project_link {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    bottom: auto;
    display: flex;
    justify-content: center;
  }
  #contents_block .project_link > a {
    padding: 17px 0;
    padding-right: 46px;
  }
  #contents_block .project_link > a::after {
    width: 294px;
    height: 4px;
  }
  #contents_block .project_share {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
    width: auto;
    max-width: 320px;
    margin: 35px auto 0;
  }
  #contents_block .project_span {
    padding: 16px 10px;
  }
  #contents_block .project_span > img {
    max-width: 261px;
  }
  #contents_block .project_inner {
    margin-bottom: 15px;
  }
  #contents_block .share {
    padding: 31px 0 36px;
  }
  #contents_block .share_title {
    font-size: 13px;
    margin-bottom: 15px;
  }
  #contents_block .share_title::before {
    width: 1px;
    height: 35px;
    margin-right: 13px;
  }
  #contents_block .share_title::after {
    width: 1px;
    height: 35px;
    margin-left: 13px;
  }
  #contents_block .share_list {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #contents_block .share_list > li {
    width: auto;
    margin-top: 10px;
  }
  #contents_block .share_list > li:first-child {
    margin-top: 0;
  }
  #contents_block .share_list_link > a {
    height: 63px;
    font-size: 13px;
  }
  #contents_block .share_list_link > a::before {
    width: 22px;
    height: 22px;
    margin-right: 7px;
  }
  #contents_block .fixShare {
    position: static;
    margin-top: 21px;
  }
  #contents_block .fixShare_dList {
    flex-direction: row;
    justify-content: center;
  }
  #contents_block .fixShare_dList > dt {
    margin: 0;
    width: 48px;
  }
  #contents_block .fixShare_dList > dt > img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 auto;
  }
  #contents_block .fixShare_dList > dd {
    margin: 0;
    margin-left: 15px;
  }
  #contents_block .fixShare_dList > dd > a {
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
  }
  #contents_block .fixShare_dList > dd > a::before {
    width: 25px;
    height: 25px;
  }
  #contents_block .vis_badge {
    width: 150px;
    bottom: -29px;
    -webkit-transform: none;
    transform: none;
    right: 13px;
    left: auto;
  }
  #contents_block .project_image {
    width: 101px;
    top: -108px;
    right: -20px;
  }
  #contents_block .entry_image {
    margin-left: -111px;
    top: -197px;
    width: 180px;
  }
  #contents_block .intro_image {
    width: 127px;
  }
  #contents_block .intro_image-no1 {
    bottom: auto;
    top: 256px;
    right: auto;
    left: -34px;
    width: 150px;
  }
  #contents_block .intro_image-no2 {
    display: none;
  }
  #contents_block .intro_image-no3 {
    top: -83px;
    left: -4px;
  }
  #contents_block .intro_image-no4 {
    top: 397px;
    width: 88px;
    right: -20px;
  }
  #contents_block .intro_image-no5 {
    top: auto;
    bottom: -165px;
    width: 190px;
    left: -44px;
  }
  #contents_block .intro_image-no6 {
    bottom: -182px;
    width: 176px;
  }
  #contents_block .vis_image {
    width: 190px;
  }
  #contents_block .vis_image-no1 {
    margin-left: -120px;
    margin-top: -170px;
  }
  #contents_block .vis_image-no2 {
    margin-left: 124px;
    margin-top: -170px;
    -webkit-transform: translate(-50%, -50%) rotate(10deg);
    transform: translate(-50%, -50%) rotate(10deg);
  }
  #contents_block .vis_image-no3 {
    margin-top: 49px;
    margin-left: -248px;
    width: 220px;
    transform: rotate(-23deg);
  }
  #contents_block .vis_image-no4 {
    margin-top: 5px;
    margin-left: 149px;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 203px;
  }
  #contents_block .vis_image-no5 {
    margin-left: -158px;
    margin-top: 30px;
    width: 150px;
    transform: translate(-50%, -50%) rotate(20deg);
    z-index: 2;
  }
  #contents_block .vis_image-no6 {
    margin-top: 123px;
    margin-left: 139px;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 203px;
  }
  #contents_block .project_spanWrap_image {
    left: auto;
    -webkit-transform: none;
    transform: none;
    right: 0;
    width: 107px;
  }
  #contents_block .intro_subhead2 {
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 17px;
  }
  #contents_block .intro_subhead2::after {
    width: 28px;
    height: 10px;
    margin: 16px auto 0;
  }

  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  #contents_block .u-spsInline {
    display: inline;
  }
  #contents_block .intro_text {
    font-size: 13px;
  }
}

/*【ハートポッキー固有のスタイル】*/
/*SPとPCで改行を分岐*/
.newLine--pc {
  display: inline;
}

.newLine--sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .newLine--pc {
    display: none;
  }
  .newLine--sp {
    display: inline;
  }
}

/*フェードインアニメーション*/
.fadeIn {
  opacity: 0;
  transition: 1s;
  transition-timing-function: ease;
  transform: translateY(20px);
}

.fadeIn--active {
  opacity: 1;
  transform: translateY(0);
}

/*ページ全体*/
.heartPocky {
  background: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg) 0 0/500px 500px
    repeat;
}

/*デフォルトのコンテンツ幅*/
.innerContents {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .innerContents {
    max-width: 100%;
    padding: 0 15px;
  }
}

/*メインビジュアル*/
.mainVisual {
  position: relative;
  z-index: 1;
}

.mainVisual__ttl {
  margin: 0;
  position: relative;
}

.mainVisual__ttl img {
  width: 100%;
}

.mainVisual__box {
  width: 45.12vw;
  height: 9.37vw;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.4vw;
  margin: auto;
  padding-top: 5.87vw;
  box-sizing: border-box;
  text-align: center;
  background: url(/pocky/assets/img/heart-pocky/ttl_main-visual--end.png) 0 0 /
    contain no-repeat;
}

.mainVisual__btn {
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  transition: 0.4s;
}

.mainVisual__btn:hover {
  opacity: 0.8;
}

.mainVisual__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/pocky/assets/img/heart-pocky/icon_main-visual--end.png) 0 0 /
    contain no-repeat;
  vertical-align: middle;
  transform: translateY(-0.2em);
  margin-left: 5px;
}

@media screen and (max-width: 640px) {
  .mainVisual__box {
    width: calc(100% - 34px);
    max-width: 600px;
    margin: 0 auto;
    height: 19vw;
    bottom: 32.7vw;
    padding-top: 11.5vw;
    background: url(/pocky/assets/img/heart-pocky/ttl_main-visual--end.png)
      center 0 / contain repeat-y;
  }

  .mainVisual__btn {
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    transition: 0.4s;
  }

  .mainVisual__btn:hover {
    opacity: 0.8;
  }

  .mainVisual__btn::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/pocky/assets/img/heart-pocky/icon_main-visual--end.png) 0 0 /
      contain no-repeat;
    vertical-align: middle;
    transform: translateY(-0.2em);
    margin-left: 5px;
  }
}

/*応募要項*/
.apply {
  padding: 88px 0 104px;
  background: url(/pocky/assets/img/heart-pocky/bg_apply.png) 0 0/1920px 2676px
    repeat;
}

.applyHead {
  margin-bottom: 66px;
}

.applyHead__ttl {
  width: 100%;
  height: 10.41vw;
  position: relative;
}

.applyHead__ttl > span {
  display: block;
  width: 1792px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.applyHead__ttl > span img {
  width: 100%;
}

.applyBlock {
  background-color: #fff;
  border: solid 4px #77523c;
  border-radius: 10px;
  position: relative;
  padding: 48px 36px 26px;
  box-sizing: border-box;
  position: relative;
}

.applyBlock::after {
  content: "";
  display: block;
  width: 143px;
  height: 132px;
  position: absolute;
  right: 22px;
  bottom: -1px;
  background: url(/pocky/assets/img/heart-pocky/img_apply-illust.png) 0 0 /
    contain no-repeat;
}

.applyBlock__ttl {
  width: 904px;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}

.applyBlock__ttl img {
  width: 100%;
}

.applyBlock__txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.88;
  margin: 0 0 29px;
}

.applyStepHead {
  width: 100%;
  margin-bottom: 17px;
}

.applyStepHead img {
  width: 100%;
}

.applyStep {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.applyBlock__item {
  width: calc(100% / 3);
  padding: 0 50px;
  box-sizing: border-box;
}

.applyBlock__item + .applyBlock__item {
  border-left: solid 1px #faf5ef;
}

.applyStepMobile__ttl {
  display: none;
}

.applyBlockStep__ttl {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: 0 0 -5px;
}

.applyBlockStep__ttl--2 {
  margin: 15px 0 4px;
}

.applyBlockStep__tmb {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.applyBlockStep__tmb > span {
  display: inline-block;
  width: 90%;
}

.applyBlockStep__tmb > span img {
  width: 100%;
}

.applyBlockStep__tmb--1 > span {
  max-width: 145px;
}

.applyBlockStep__tmb--2 > span {
  max-width: 136px;
}

.applyBlockStep__tmb--3 > span {
  max-width: 103px;
}

.applyBlockStep__txt {
  font-size: 14px;
  line-height: 1.5;
  margin: -3px 0 0;
}

.applyBlockStep__txt--note {
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
}

.applyBlockStep__txt + .applyBlockStep__txt {
  margin-top: 6px;
}

.applyBlockStep__txt > a {
  color: #e63333;
  text-decoration: underline;
}

.applyBlockStep__txt > a:hover {
  text-decoration: none;
}

.applyStrongTxt {
  color: #e63333;
}

.applyBlock__img {
  position: absolute;
}

.applyBlock__img--1 {
  width: 255px;
  top: 40px;
  right: -218px;
}

.applyBlock__img--2 {
  width: 344px;
  top: 160px;
  left: -304px;
}

.messaging {
  margin-top: 52px;
}

.messaging__ttl {
  width: 100%;
  max-width: 1236px;
  margin: 0 auto 56px;
  padding: 0 60px;
  box-sizing: border-box;
}

.messaging__ttl img {
  width: 100%;
}

.messaging__box {
  position: relative;
}

.messaging__img {
  position: absolute;
  margin: auto;
}

.messaging__img--1 {
  width: 265px;
  top: -150px;
  left: -620px;
  right: 0;
}

.messaging__img--1 img {
  width: 100%;
}

.messaging__img--2 {
  width: 345px;
  top: -85px;
  left: 0;
  right: -704px;
}

.messaging__img--3 {
  width: 345px;
  top: 71px;
  left: -910px;
  right: 0;
}

.messaging__img--4 {
  width: 112px;
  top: 280px;
  left: 0;
  right: -714px;
}

.messaging__txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.messaging__txt--strong {
  font-size: 24px;
  background: url(/pocky/assets/img/heart-pocky/img_messaging-marker.png) center
    24px/535px 21px no-repeat;
}

.messaging__txt + .messaging__txt {
  margin-top: 25px;
}

.messaging__txt + .messaging__txt--strong {
  margin-top: 24px;
}

.applyBtnArea {
  max-width: 980px;
  height: 221px;
  margin: 90px auto 0;
  padding: 38px 64px 0;
  box-sizing: border-box;
  text-align: center;
  background: url(/pocky/assets/img/heart-pocky/img_messaging-frame.png) center
    0/980px 221px no-repeat;
}

.applyBtnArea__btn {
  display: block;
  margin-bottom: 28px;
  transition: 0.3s;
}
.applyBtnArea__btn picture {
  max-width: 706px;
  display: block;
  margin: auto;
}

.applyBtnArea__btn img {
  width: 100%;
  height: 7.5%;
}

.applyBtnArea__btn:hover {
  opacity: 0.8;
}
.applyBtnArea__btn_subtxt {
  display: block;
  margin: 20px 0 0px;
  color: #77523c;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.applyBtnArea__txt {
  line-height: 1;
  font-size: 16px;
  color: #77523c;
  font-weight: bold;
}

.applyBtnArea__txt > span {
  text-decoration: underline;
}

.applyBtnArea__txt:hover > span {
  text-decoration: none;
}

.applyBtnArea__txt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/pocky/assets/img/heart-pocky/icon_txt-link.png) center
    center/7px 5px no-repeat #ce2222;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 3px;
}

@media screen and (max-width: 1024px) {
  .applyHead__ttl {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .applyHead {
    margin-bottom: 116px;
  }
  .applyBlock__ttl {
    width: calc(100vw - 60px);
    top: -11vw;
    max-width: 375px;
  }
  .messaging__txt {
    font-size: 14px;
    line-height: 2.14;
    text-align: center;
    font-weight: bold;
    margin: 0;
  }
  .messaging__txt--strong {
    font-size: 18px;
    background: none;
  }
  .messaging__txt--strong > span {
    display: inline-block;
    background: url(/pocky/assets/img/heart-pocky/img_messaging-marker--sp.png)
      center 16px/121px 17px no-repeat;
  }
  .messaging__txt + .messaging__txt {
    margin-top: 30px;
  }
  .messaging__txt + .messaging__txt--strong {
    margin-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .apply {
    padding: 25px 0 50px;
  }
  .applyHead {
    margin-bottom: 60px;
  }
  .applyHead__ttl {
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
  }
  .applyHead__ttl > span {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  .applyBlock {
    border: solid 2px #77523c;
    border-radius: 5px;
    padding: 54px 13px 30px;
  }
  .applyBlock::after {
    content: none;
  }
  .applyBlock__ttl {
    top: -8.6vw;
  }
  .applyBlock__txt {
    text-align: center;
    font-size: 15px;
    line-height: 2.13;
    margin: 0 0 31px;
  }
  .applyStepHead {
    display: none;
  }
  .applyStep {
    display: block;
  }
  .applyBlock__item {
    width: 100%;
    padding: 0;
  }
  .applyBlock__item + .applyBlock__item {
    border-left: none;
    margin-top: 58px;
  }
  .applyStepMobile__ttl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .applyBlockStep__ttl {
    font-size: 17px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    margin: 0;
  }
  .applyBlockStep__ttl br {
    display: none;
  }
  .applyBlockStep__ttl--2 {
    margin: 0 0;
  }
  .applyBlockStep__tmb {
    height: 117px;
  }
  .applyBlockStep__tmb--1 > span {
    max-width: 120px;
  }
  .applyBlockStep__tmb--2 > span {
    max-width: 112px;
  }
  .applyBlockStep__tmb--3 > span {
    max-width: 91px;
  }
  .applyBlockStep__txt {
    font-size: 13px;
    line-height: 1.46;
    margin: 0;
  }
  .applyBlockStep__txt--note {
    font-size: 10px;
    margin-left: 1em;
  }
  .applyBlockStep__txt + .applyBlockStep__txt {
    margin-top: 15px;
  }
  .applyBlock__img {
    display: none;
  }
  .messaging {
    margin-top: 26px;
  }
  .messaging__ttl {
    width: 100%;
    margin: 0 auto 95px;
    padding: 0;
  }
  .messaging__box {
    position: relative;
    z-index: 1;
  }
  .messaging__img {
    z-index: -1;
  }
  .messaging__img--1 {
    width: 132px;
    top: -123px;
    left: 0px;
    right: auto;
  }
  .messaging__img--2 {
    width: 180px;
    top: -134px;
    left: auto;
    right: -35px;
  }
  .messaging__img--3 {
    width: 120px;
    top: 281px;
    left: 0;
    right: auto;
  }
  .messaging__img--4 {
    width: 70px;
    top: 316px;
    left: auto;
    right: 0;
  }
  .applyBtnArea {
    width: calc(100% - 30px);
    height: auto;
    margin: 56px auto 0;
    padding: 20px 15px 20px;
    background: none;
    position: relative;
  }
  .applyBtnArea::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(/pocky/assets/img/heart-pocky/img_messaging-frame--sp.png)
      center 0/100% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }
  .applyBtnArea::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background: url(/pocky/assets/img/heart-pocky/img_messaging-frame--sp.png)
      center bottom/100% no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .applyBtnLeft,
  .applyBtRight {
    display: block;
    position: absolute;
    top: 15px;
    width: 7px;
    height: calc(100% - 30px);
    background: url(/pocky/assets/img/heart-pocky/img_messaging-frame2--sp.png)
      left 0/100% repeat-y;
  }
  .applyBtnLeft {
    left: 0;
  }
  .applyBtRight {
    transform: rotate(180deg);
    right: 0;
  }
  .applyBtnArea__btn {
    display: block;
    margin-bottom: 20px;
  }
  .applyBtnArea__btn picture {
    max-width: 444px;
    margin-top: 10px;
    width: 94%;
  }
  .applyBtnArea__btn img {
    height: 7.4%;
  }
  .applyBtnArea__btn_subtxt {
    margin: 5px 0 0;
    font-size: 12px;
  }

  .applyBtnArea__txt {
    font-size: 13px;
  }
  .applyBtnArea__txt::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/pocky/assets/img/heart-pocky/icon_txt-link.png) center
      center/5px 3px no-repeat #ce2222;
    margin-left: 7px;
  }
}

@media screen and (max-width: 640px) {
  .applyBlock__ttl {
    top: -17.6vw;
  }
}

/*ポキともプロジェクト*/
.pokitomoProject {
  padding: 12px 0 56px;
  background: url(/pocky/assets/img/heart-pocky/bg_pokitomo.png) 0 0/56px 56px
    repeat;
}

.pokitomoProject__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 166px;
  height: 166px;
  margin-bottom: 50px;
  background: url(/pocky/assets/img/heart-pocky/bg_pokitomo-ttl.png) 0 0/1920px
    166px repeat-x;
}

.pokitomoProject__ttl > span {
  display: inline-block;
  width: 807px;
}

.pokitomoProject__ttl > span img {
  width: 100%;
}

.pokitomoProject__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.pokitomoProject__item {
  width: calc((100% - 30px) / 4);
  margin: 10px 0 0 10px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.5s;
}

.pokitomoProject__item:nth-child(-n + 4) {
  margin-top: 0;
}

.pokitomoProject__item:nth-child(4n + 1) {
  margin-left: 0;
}

.pokitomoProject__item a {
  color: #ce2222;
}

.pokitomoProject__item:hover {
  transform: translateY(-4px);
}

.pokitomoAccount {
  padding: 12px 20px 9px;
  box-sizing: border-box;
  border-bottom: solid 1px #faf5ef;
  display: block;
  font-size: 11px;
  font-weight: bold;
}

.pokitomoProject__txt {
  font-size: 14px;
  line-height: 1.5;
  color: #77523c;
  box-sizing: border-box;
  margin: 9px 20px 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pokitomoProject__tmb {
  width: 100%;
  height: 124px;
  overflow: hidden;
  position: relative;
}

.pokitomoProject__tmb img {
  width: 105%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pokitomoLinkArea {
  text-align: right;
  margin-top: 13px;
}

.pokitomoLinkArea > a {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

.pokitomoLinkArea > a > span {
  text-decoration: underline;
}

.pokitomoLinkArea > a:hover > span {
  text-decoration: none;
}

.pokitomoLinkArea > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/pocky/assets/img/heart-pocky/icon_txt-link--red.png) center
    center/4px 7px no-repeat #fff;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .pokitomoProject {
    padding: 6px 0 52px;
    background: url(/pocky/assets/img/heart-pocky/bg_pokitomo.png) 0 0/28px 28px
      repeat;
  }
  .pokitomoProject__ttl {
    line-height: 148px;
    height: 148px;
    margin-bottom: 42px;
    background: url(/pocky/assets/img/heart-pocky/bg_pokitomo-ttl--sp.png) 0 0/325px
      148px repeat-x;
  }
  .pokitomoProject__ttl > span {
    width: 342px;
  }
  .pokitomoProject__item {
    width: calc((100% - 15px) / 2);
    margin: 15px 0 0 15px;
    border-radius: 2px;
  }
  .pokitomoProject__item:nth-child(-n + 4) {
    margin-top: 15px;
  }
  .pokitomoProject__item:nth-child(4n + 1) {
    margin-left: 15px;
  }
  .pokitomoProject__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .pokitomoProject__item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .pokitomoProject__item:hover {
    transform: translateY(0px);
  }
  .pokitomoAccount {
    padding: 5px 13px 5px;
    font-size: 10px;
  }
  .pokitomoProject__txt {
    font-size: 10px;
  }
  .pokitomoProject__tmb {
    height: 85px;
  }
  .pokitomoLinkArea {
    margin-top: 13px;
  }
  .pokitomoLinkArea > a {
    font-size: 11px;
    display: inline-block;
    text-align: left;
  }
  .pokitomoLinkArea > a::after {
    width: 16px;
    height: 16px;
    background: url(/pocky/assets/img/heart-pocky/icon_txt-link--red.png) center
      center/3px 5px no-repeat #fff;
  }
}

/*ポッキーからのメッセージ*/
.messageFlom {
  padding: 82px 0 0;
}

.messageFlom__ttl {
  display: block;
  width: 275px;
  margin: 0 auto 32px;
}

.messageFlom__ttl img {
  width: 100%;
}

.messageFlom__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.messageFlom__item {
  width: calc(50% - 15px);
  margin: 30px 0 0 30px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}

.messageFlom__item:hover {
  opacity: 0.7;
}

.messageFlom__item:nth-child(-n + 2) {
  margin-top: 0;
}

.messageFlom__item:nth-child(2n-1) {
  margin-left: 0;
}

.messageFlom__tmb {
  overflow: hidden;
}

.messageFlom__tmb img {
  width: 100%;
  transition: 0.5s;
}

.messageFlom__item:hover .messageFlom__tmb img {
  transform: scale(1.03);
}

.messageFlom__box {
  background-color: #fff;
  padding: 30px 30px 42px;
  box-sizing: border-box;
}

.messageDate {
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 1;
  color: #b29d90;
}

.messageTitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: #77523c;
  font-weight: bold;
}

.messageLinkArea {
  text-align: right;
  margin-top: 13px;
}

.messageLinkArea__btn {
  color: #77523c;
  font-size: 15px;
}

.messageLinkArea__btn > span {
  text-decoration: underline;
}

.messageLinkArea__btn:hover > span {
  text-decoration: none;
}

.messageLinkArea__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/pocky/assets/img/heart-pocky/icon_txt-link--white.png) center
    center/4px 7px no-repeat #ce2222;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  .messageFlom {
    padding: 49px 0 0;
  }
  .messageFlom__ttl {
    width: calc(100% - 30px);
    max-width: 137.5px;
    margin: 0 auto 31px;
  }
  .messageFlom__list {
    display: block;
  }
  .messageFlom__item {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .messageFlom__item:nth-child(-n + 2) {
    margin-top: 20px;
  }
  .messageFlom__item:nth-child(2n-1) {
    margin-left: 0;
  }
  .messageFlom__item:nth-child(-n + 1) {
    margin-top: 0;
  }
  .messageFlom__box {
    padding: 20px 15px 17px;
  }
  .messageDate {
    margin: 0 0 15px 0;
  }
  .messageTitle {
    font-size: 14px;
    line-height: 1.42;
  }
  .messageLinkArea {
    margin-top: 20px;
  }
  .messageLinkArea__btn {
    font-size: 13px;
  }
  .messageLinkArea__btn::after {
    width: 16px;
    height: 16px;
    background: url(/pocky/assets/img/heart-pocky/icon_txt-link--white.png)
      center center/3px 5px no-repeat #ce2222;
  }
}

/* 過去のポキトモ活動をチラ見せ！ ver */
.messageFlom--past {
  padding: 0 0 88px;
  margin-top: -32px;
  background: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg) 0 0/500px 500px
    repeat;
}

.messageFlom__ttl--past {
  display: block;
  width: 692px;
  margin: 0 auto 72px;
}

@media screen and (max-width: 768px) {
  .messageFlom--past {
    padding-bottom: 30px;
  }

  .messageFlom__ttl--past {
    display: block;
    width: auto;
    max-width: 253px;
    padding: 3px 20px 0;
    margin: 0 auto 24px;
  }
}

/*ポキともとは*/
.about__ttl {
  width: 310px;
  margin: 0 auto 44px;
}

.about__ttl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about__ttl {
    width: calc(100% - 30px);
    max-width: 166px;
    margin: 0 auto 30px;
  }
}

/*応募規約*/
.termArea {
  background: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg) 0 0/500px 500px
    repeat;
}

.termAreaHead {
  padding: 45px 0;
  background: url(/pocky/assets/img/heart-pocky/bg_pokitomo.png) 0 0/56px 56px
    repeat;
}

.termAreaHead__ttl {
  text-align: center;
}

.termAreaHead__ttl img {
  width: 100%;
}

.termAreaHead__btn {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  transform: translateY(-88px);
}

.termAreaHead__btn::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  transform: translateY(-0.15em);
  margin-left: 5px;
  background: url(/pocky/assets/img/heart-pocky/icon_term-area-head.png) 0 0 /
    contain no-repeat;
}

.termArea__box {
  padding: 60px 0 88px;
}

.termHead {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  background-color: #77523c;
  padding: 26px 0 26px;
  margin: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.termBody {
  padding: 33px 40px 54px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

.termBody__txt {
  font-size: 15px;
  line-height: 1.6;
}

.termBody__data {
  margin: 0;
}

.termBody__data + .termBody__data {
  margin-top: 38px;
}

.termBody__ttl {
  border-bottom: solid 1px #faf5ef;
  padding: 0 0 2px 0;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 29px;
}

.termBody__ttl::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 22px;
  background-color: #ce2222;
  vertical-align: middle;
  transform: translateY(-0.1em);
  margin-right: 5px;
}

.termBody__txt {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.termBody__txt + .termBody__data {
  margin-top: 41px;
}

.termBody__txt > a {
  color: #ce2222;
  text-decoration: underline;
}

.termBody__txt > a:hover {
  text-decoration: none;
}

.termBody__item {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.termBody__item + .termBody__item {
  margin-top: 12px;
}

.contact {
  background: url(/pocky/assets/img/heart-pocky/bg_contact.png) 0 0/1920px 160px
    repeat;
  text-align: center;
  padding: 32px 0 38px;
  font-size: 24px;
  font-weight: bold;
}

.contact > span {
  font-size: 18px;
  display: inline-block;
}

@media screen and (max-width: 1260px) {
  .termAreaHead__btn {
    transform: translateY(-7vw);
  }
}

@media screen and (max-width: 1024px) {
  .termAreaHead__btn {
    transform: translateY(-7.8vw);
  }
}

@media screen and (max-width: 768px) {
  .termAreaHead {
    padding: 37px 0;
  }
  .termArea__box {
    padding: 50px 0 50px;
  }
  .termHead {
    font-size: 20px;
    padding: 14px 0 14px;
    line-height: 1.19;
  }
  .termBody {
    padding: 19px 13px 31px;
  }
  .termBody__txt {
    font-size: 13px;
    line-height: 1.84;
  }
  .termBody__data {
    margin: 0;
  }
  .termBody__data + .termBody__data {
    margin-top: 20px;
  }
  .termBody__ttl {
    padding: 0 0 2px 0;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .termBody__ttl::before {
    width: 3px;
    height: 18px;
  }
  .termBody__txt {
    font-size: 13px;
    line-height: 1.84;
    margin: 0;
  }
  .termBody__txt + .termBody__data {
    margin-top: 30px;
  }
  .termBody__item + .termBody__item {
    margin-top: 8px;
  }
  .contact {
    padding: 22px 0 21px;
    font-size: 18px;
    line-height: 1.3;
  }
  .contact > span {
    font-size: 13px;
    margin-top: 13px;
  }

  .termAreaHead__btn {
    font-size: 16px;
    transform: translateY(-9vw);
  }
}
@media screen and (max-width: 640px) {
  .termAreaHead__btn {
    transform: translateY(-13vw);
  }
}

@media screen and (min-width: 767px) and (max-width: 2000px) {
  #contents_block .vis {
    background-size: 2000px;
  }
}

/* 新規登録・ログイン */
.conductor {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 980px;
  padding: 104px 0;
  margin: 0 auto;
}
.conductor_item {
  text-align: center;
  width: 100%;
  max-width: 598px;
  padding-bottom: 5px;
}

.conductor_lead {
  margin-bottom: 10px;
}

.sign {
  text-align: center;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.sign:before {
  content: "";
  border-radius: 10px;
  background-color: #ce4636;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}

.sign:hover .sign_inner--up,
.sign:hover .sign_inner--in {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.sign_inner--up,
.sign_inner--in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 6px solid #e73f22;
  border-radius: 10px;
  height: 87px;
  padding: 0 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.sign_inner--up::after,
.sign_inner--in::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 13px 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 16px;
}

.sign_inner--up {
  background-color: #e73f22;
}

.sign_inner--up::after {
  background-color: #fff;
  background-image: url(/pocky/assets/img/heart-pocky/icon_arrow--red.png);
}

.sign_inner--in::after {
  background-color: #e73f22;
  background-image: url(/pocky/assets/img/heart-pocky/icon_arrow--white.png);
}

.sign_icn {
  color: #000;
  font-size: 20px;
  line-height: 1;
  background-color: #f7d84b;
  border-radius: 6px;
  padding: 6px 8px;
  margin-right: 15px;
}

.sign_label--up,
.sign_label--in {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.sign_label--up {
  color: #fff;
}

.sign_label--in {
  color: #e73f22;
  letter-spacing: -0.02em;
  margin: auto;
}

@media screen and (max-width: 768px) {
  /* 新規登録・ログイン */
  .conductor {
    display: block;
    max-width: unset;
    padding-top: 22px;
    padding-bottom: 48px;
    margin: 0 30px;
  }
  .conductor_item {
    max-width: inherit;
    padding-top: 25px;
  }

  .conductor_lead {
    max-width: inherit;
    width: 70%;
    height: auto;
    margin-bottom: 10px;
  }

  .sign_inner--up,
  .sign_inner--in {
    height: 50px;
    padding: 0 8px;
  }

  .sign_inner--up::after,
  .sign_inner--in::after {
    background-size: 32%;
    background-position: 7px 50%;
    width: 18px;
    height: 18px;
    right: 8px;
  }

  .sign_inner--up {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }

  .sign_icn {
    font-size: 12px;
    margin-left: auto;
  }

  .sign_label--up,
  .sign_label--in {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  /* 新規登録・ログイン */
  .sign_inner--up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sign_icn {
    display: none;
  }
}

/* ポキトモ会員になるとできること */
.cando {
  background-repeat: repeat;
  background-image: url(/pocky/assets/img/heart-pocky/bg-intro@2x.jpg);
  background-color: #faf9f5;
  padding-top: 46px;
  padding-bottom: 72px;
}

.cando__ttl {
  width: 705px;
  padding-top: 8px;
  margin: 0 auto 38px;
}

.cando_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.cando_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 326px;
  min-height: 430px;
}

.cando_subhead {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px;
}

.cando_subhead2 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.cando_fig {
  height: 206px;
  margin: auto auto 20px;
}

.cando_img--case1,
.cando_img--case2,
.cando_img--case3 {
  height: auto;
  margin: auto;
}

.cando_img--case1 {
  width: 264px;
  margin-top: 10px;
}

.cando_img--case2 {
  width: 294px;
  margin-top: 15px;
}

.cando_img--case3 {
  width: 213px;
}

.cando_desc {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  /* ポキトモ会員になるとできること */
  .cando {
    padding-top: 72px;
    padding-bottom: 52px;
  }

  .cando__ttl {
    max-width: 239px;
    margin: 0 auto 30px;
  }

  .cando_inner {
    display: block;
    margin-bottom: 8px;
  }

  .cando_case {
    width: auto;
    min-height: inherit;
    margin: 0 auto;
  }

  .cando_case:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .cando_subhead {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .cando_subhead2 {
    font-size: 14px;
  }

  .cando_fig {
    height: auto;
    margin: 10px auto 20px;
  }

  .cando_img--case1,
  .cando_img--case2,
  .cando_img--case3 {
    width: auto;
  }
}

/* 過去のポキトモ活動をチラ見せ！ */
.pokitomoProject__ttl--past {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 166px;
  height: 100%;
  min-height: 166px;
  margin-bottom: -48px;
  padding: 0 20px;
  background: url(/pocky/assets/img/heart-pocky/bg_pokitomo-ttl.png) 0 0/1920px
    166px repeat-x;
}

.pokitomoProject__ttl--past > span {
  display: inline-block;
  width: 807px;
}

.pokitomoProject__ttl--past > span img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pokitomoProject__ttl--past {
    line-height: 148px;
    min-height: 148px;
    background: url(/pocky/assets/img/heart-pocky/bg_pokitomo-ttl--sp.png) 0 0/325px
      148px repeat-x;
    margin-bottom: -19px;
  }
  .pokitomoProject__ttl--past > span {
    width: 342px;
  }
}

/* 注釈 */
.annotation,
.annotation--in {
  text-align: center;
  padding-top: 24px;
  margin: 0 auto;
}
.annotation_inner {
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.annotation_item {
  color: #a1865e;
}
.annotation_item::before {
  content: "※";
  display: inline-block;
  padding-right: 0.1em;
}

@media screen and (max-width: 768px) {
  .annotation {
    margin: 0 30px;
  }
  .annotation--in {
    margin: 0 16px;
  }
  .annotation_item {
    letter-spacing: -0.04em;
  }
}
