@charset "utf-8";

.item_heading{
  position: relative;
}
.item_heading::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width:768px){
  .item_heading::after{
    width: 270px;
    height: 7px;
    background: url('/enjoy/pondelion/images/profile/bg_heading.png') no-repeat center bottom;
    background-size: contain;
  }
  .item_heading .ttl{
    padding-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .item_heading{
    width: 54.6vw;
    margin: 0 auto;
    padding-bottom: 4.4vw;
  }
  .item_heading::after{
    width: 100%;
    height: 1.333vw;
    background: url('/enjoy/pondelion/images/profile/bg_heading_sp.png') no-repeat center bottom;
    background-size: contain;
  }
}

/* profile_area */
.profile_area{
  position: relative;
  z-index: 1;
}
.profile_area .c_txt_01 > p + p{
  margin-top: 2em;
}
.profile_area::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .profile_area{
    background: url('/enjoy/pondelion/images/bg_taisou.png') no-repeat left top , url('/enjoy/pondelion/images/bg_taisou_02.png') no-repeat center bottom #fff;
    min-height: 460px;
  }
  .profile_area::before{
    left: 3.125vw;
    bottom: 0;
    width: 273px;
    height: 271px;
    background: url('/enjoy/pondelion/images/img_taisou_01.png') no-repeat center;
    background-size: 100% auto;
  }
  .profile_area::after{
    content: '';
    display: block;
    position: absolute;
    right: 3.125vw;
    bottom: 0;
    width: 309px;
    height: 221px;
    background: url('/enjoy/pondelion/images/img_taisou_02.png') no-repeat center;
    background-size: 100% auto;
    z-index: -1;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1120px) {
  .profile_area::before{
    left: 25px;
  }
  .profile_area::after{
    right: 25px;
  }
}
@media screen and (max-width:767px) {
  .profile_area{
    background: url('/enjoy/pondelion/images/bg_taisou_sp.png') no-repeat left top #fff;
    background-size: 100% auto;
  }
  .profile_area{
    padding-bottom: 44vw;
  }
  .profile_area::before{
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 36.6vw;
    margin: auto;
    background: url('/enjoy/pondelion/images/img_taisou_sp.png') no-repeat center;
    background-size: contain;
  }
}

/* LETS DONUT TAISO */
.taisou_area {
  background: url('/enjoy/pondelion/images/taisou/bg_01.png') no-repeat top center #fff;
}
@media screen and (max-width: 767px) {
  .taisou_area {
    background: url('/enjoy/pondelion/images/taisou/bg_01_sp.png') no-repeat top center #fff;
    background-size: 100% auto;
    padding-top: 25vw !important;
  }
}

.btn_01 a {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn_01 a {
    max-width: 200px;
  }
}
.border_content {
  padding: 0 0 22px;
  background: url('/enjoy/pondelion/images/taisou/dotted.png') no-repeat bottom;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .border_content {
    padding: 0 0 15px;
    background: url('/enjoy/pondelion/images/taisou/dotted_sp.png') no-repeat bottom;
    background-size: 100% auto;
  }
}
.cloud_content {
  padding: 30px 88px 31px;
  background: url('/enjoy/pondelion/images/taisou/bg_cloud.png') no-repeat center #DCFAFF;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .cloud_content {
    padding: 25px 20px;
    background: url('/enjoy/pondelion/images/taisou/bg_cloud_sp.png') no-repeat center #DCFAFF;
    background-size: 100% auto;
    border-radius: 10px;
  }
}
.btn_02 a {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn_02 a {
    max-width: 235px;
  }
  .btn_02 a span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }
}

/* WITH EVERONE */
.border_content02 {
  margin-bottom: 25px;
  padding: 0 0 22px;
  background: url('/enjoy/pondelion/images/taisou/dotted.png') no-repeat bottom;
}
@media screen and (max-width: 767px) {
  .border_content02 {
    margin-bottom: 20px;
    padding: 0 0 20px;
    background: url('/enjoy/pondelion/images/taisou/dotted_sp.png') no-repeat bottom;
    background-size: 100% auto;
  }
}
/* .btn_03::after {
  background: url('/enjoy/pondelion/images/taisou/icon_01.png') no-repeat center;
  width: 22px;
  height: 20px;
} */
/* .btn_04::after {
  background: url('/enjoy/pondelion/images/taisou/icon_01.png') no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 20px;
} */
.btn_05 a::after {
  content: '';
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url('/common_2022/images/arrow/arw_brown_b.png') no-repeat center;
  background-size: 100%;
}
.remodal_content iframe {
  width: 95%;
}
@media screen and (max-width: 767px) {
  .remodal .remodal_inner {
    padding: 45px 6.666%;
  }
  .remodal_content iframe {
    height: 40vw;
  }
}
.thumbnail_icon {
  display: block;
  position: relative;
}
.thumbnail_icon::after {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  content: '';
  width: 62px;
  height: 44px;
  margin: 0 auto;
  background: url('/enjoy/pondelion/images/taisou/icon_play.png') no-repeat center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .thumbnail_icon::after {
    width: 42px;
    height: 32px;
  }
}
/* ABOUT */
.about_content {
  margin-left: 50px;
  padding: 35px;
  background: #FFF9DC;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .about_content {
    margin-left: 0;
    padding: 17px;
    border-radius: 10px;
  }
}

.video_container {
  position: relative;
  width: 100%;
}
.video_container02 {
  position: relative;
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .video_container02 {
    position: relative;
    width: 100%;
  }
}
.video_container:before, .video_container02:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.video_container iframe, .video_container02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}