/* image main */
#area_pic_top_main {
  position: relative;
  margin: 0 0 38px;
  background: linear-gradient(transparent 50%, rgb(166, 204, 45) 50%, rgb(150, 188, 29) 75%);
  text-align: center;
}
#area_pic_top_main #pic_top_main {
  margin: 0 auto;
}
#wrapper_top_main_img,
#wrapper_top_main_img_mobile {
  position: relative;
}
#pic_top_main_mae {
  position: absolute;
  right: 60%;
  transform: translateX(-50%);
}
#area_pic_top_main p {
  margin: 0;
  font-weight: 600;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: left;
  text-shadow: #fff 0 1px 1px;
  line-height: 1.5;
}
#wrapper_top_main_text {
  position: absolute;
  right: 3vw;
  z-index: 10;
  display: flex;
  align-items: flex-start;
}
/* movie */
#icon_heading_movie {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 40px;
  margin: 0 18px 0 0;
  border-top: 1px solid #e60080;
  border-bottom: 1px solid #e60080;
  border-radius: 5px;
  background: linear-gradient(#fff 30%, #aaa 30%, #aaa 35%, #fff 35%, #fff 80%, #aaa 80%, #aaa 85%, #fff 85%);
  background: linear-gradient(#fff 85%, #e60080 85%);
  background-size: 48px 18px;
}
#icon_heading_movie::before,
#icon_heading_movie::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 5px;
  height: 40px;
  border-left: 2px solid #e60080;
  border-right: 2px solid #e60080;
  background: linear-gradient(#e60080 50%, #fff 50%);
  background-size: 5px 10px;
}
#icon_heading_movie::before {
  left: 0;
  border-radius: 5px 0 0 5px;
}
#icon_heading_movie::after {
  right: 0;
  border-radius: 0 5px 5px 0;
}
.wrapper_movie {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding-top: 56.25%;
}
.wrapper_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* instagram */
#area_insta {
  padding: 32px 0 0;
}
#area_insta .label_heading_border {
  top: -25px;
}
#area_snapwidget {
  padding: 24px auto;
}
.area_determination_body {
  margin: 0 0 48px
}
.area_determination_body p {
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  #area_pic_top_main {
    border-bottom: 16px solid #e60080;
  }
  #top_main_name {
    font-size: 4rem;
    font-size: 3.5rem;
  }
  #top_main_position {
    font-size: 2.5rem;
    font-size: 2rem;
  }
  #pic_top_main_mae {
    bottom: 40px;
  }
  #wrapper_top_main_text {
    top:1vh;
    width: 11rem;
  } 
  #area_pic_top_main p {
    padding: 1rem 0 0;
  }
  /* instagram */
  #area_snapwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 819px) {
  #top_main_name {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #area_pic_top_main {
    border-bottom: 8px solid #e60080;
  }
  #pic_top_main_mae {
    bottom: 20px;
  }
  
  #wrapper_top_main_text {
    top: 0;
    width: 22vw;
  } 
  
  #top_main_name {
    font-size: 2rem;
  }
  #top_main_position {
    font-size: 1rem;
  }
  #area_snapwidget_mobile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  .heading_bot_green::after {
    width: 80vw;
  }
}

