@charset "utf-8";

.bg_wood_area{}
@media print, screen and (min-width:768px){
  .bg_wood_area{
    background: url(/enjoy/pondelion/images/bg_wood_01.png) no-repeat center top,
    url(/enjoy/pondelion/images/bg_wood_pondelion_01.png) no-repeat center top 1168px,
    url(/enjoy/pondelion/images/bg_wood_pondelion_02.png) no-repeat center top 2084px,
    url(/enjoy/common/images/bg_wood_04.png) no-repeat left top 2716px,
    url(/enjoy/common/images/bg_wood_05.png) no-repeat center top 4140px,
    url(/enjoy/pondelion/images/bg_wood_btm.png) no-repeat left bottom #E9F8C6;
    background-size: 100% auto;
  }
}
@media screen and (max-width:767px) {
  .bg_wood_area{
    background:  url(/enjoy/pondelion/images/bg_wood_01_sp.png) no-repeat center top,
    url(/enjoy/common/images/bg_wood_btm_sp.png) no-repeat left bottom #E9F8C6;
    background-size: 100% auto;
  }
}

#breadCrumb{
  position: relative;
  z-index: 2;
}

.mv_wrap{}
.mv_wrap{
  position: relative;
  width: 100%;
  height: 0;
  z-index: 1;
}
.mv_wrap .mv_block{
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
@media print, screen and (min-width:768px){
  .mv_wrap{
    padding-top: 43.22%;
  }
  .mv_wrap .mv_block{
    top: -53px;
  }
}
@media screen and (max-width:767px) {
  .mv_wrap{
    padding-top: calc(141% - 42px);
  }
  .mv_wrap .mv_block{
    top: -42px;
  }
}

.c_anchor_btns{}
@media print, screen and (min-width:768px){
  .c_anchor_btns{
    position: relative;
    margin-top: -113px;
    z-index: 1;
  }
}

.mod_item_sec{}
@media screen and (max-width:767px) {
  .mod_item_sec{
    margin-top: 12vw;
    padding-bottom: 120px;
  }
  .mod_item_sec::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 129px;
    height: 95px;
    background: url(/enjoy/pondelion/images/img_ponde.png) no-repeat center bottom;
    background-size: contain;
    margin: auto;
  }
  .mod_item_sec:nth-of-type(2){
    padding-bottom: 170px;
  }
  .mod_item_sec:nth-of-type(2)::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: 127px;
    height: 140px;
    background: url(/enjoy/pondelion/images/img_fr.png) no-repeat center bottom;
    background-size: contain;
    margin: auto;
  }

  .mod_item_wrap .c_btn_block_01{
    margin-top: 30px;
  }
  .mod_item_wrap .c_btn_block_01 .c_btn_01 a{
    width: 93%;
  }
}

/* profile_area */
.profile_area{
  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_donut.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .profile_area::before{
    left: 3.125vw;
    bottom: 40px;
    width: 244px;
    height: 220px;
    background: url(/enjoy/pondelion/images/img_character_01.png) no-repeat center;
    background-size: 100% auto;
  }
  .profile_area::after{
    content: '';
    display: block;
    position: absolute;
    right: 3.125vw;
    bottom: 40px;
    width: 260px;
    height: 220px;
    background: url(/enjoy/pondelion/images/img_character_02.png) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) 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_donut_sp.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .profile_area{
    padding-bottom: 44vw;
  }
  .profile_area::before{
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    height: 30.8vw;
    margin: auto;
    background: url(/enjoy/pondelion/images/img_character_sp.png) no-repeat center;
    background-size: contain;
  }
}

/* taisou_area */
.taisou_area{
  position: relative;
  z-index: 1;
}
.taisou_area::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
.taisou_area .c_txt_01 > p + p{
  margin-top: 2em;
}
@media print, screen and (min-width:768px){
  .taisou_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;
  }
  .taisou_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;
  }
  .taisou_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: 768px) and (max-width: 1120px) {
  .taisou_area::before{
    left: 25px;
  }
  .taisou_area::after{
    right: 25px;
  }
}
@media screen and (max-width:767px) {
  .taisou_area{
    background: url(/enjoy/pondelion/images/bg_taisou_sp.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .taisou_area{
    padding-bottom: 44vw;
  }
  .taisou_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;
  }
}

.download_wrap{}
@media screen and (max-width:767px) {
  .download_wrap{
    position: relative;
  }
  .download_wrap::before{
    content: '';
    display: block;
    position: absolute;
    top: 35.5%;
    right: -15px;
    width: 80px;
    height: 103px;
    background: url(/enjoy/common/images/img_wood_03.png) no-repeat center;
    background-size: contain;
    margin: auto;
    z-index: 0;
  }
  .download_wrap::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 29%;
    right: -25px;
    width: 94px;
    height: 89px;
    background: url(/enjoy/common/images/img_wood_04.png) no-repeat center;
    background-size: contain;
    margin: auto;
    z-index: 0;
  }
  .download_wrap .article_wrap::before{
    content: '';
    display: block;
    position: absolute;
    top: 52%;
    left: -35px;
    width: 55px;
    height: 90px;
    background: url(/enjoy/common/images/img_wood_02.png) no-repeat center;
    background-size: contain;
    margin: auto;
    z-index: 0;
  }
}

.article_wrap{}
.article_list .ttl{
  color: #864520;
  font-weight: bold;
}
.article_wrap .article_list .flex{
  position: relative;
}
.article_wrap .article_list .flex .fig{
  width: 50%;
}
@media print, screen and (min-width:768px){
  .article_wrap{
    margin-top: 60px;
  }
  .article_wrap .article_list{
    margin-top: 80px;
    padding: 0 40px;
  }
  .article_wrap .article_list:first-child{
    margin-top: 0;
  }
  .article_wrap .article_list .flex{
    padding-right: 50%;
  }
  .article_wrap .article_list .detail{
    padding: 3% 1em 0;
    text-align: center;
  }
  .article_wrap .article_list .flag{
    width: 206px;
    margin: 0 auto;
  }
  .article_wrap .article_list .ttl{
    font-size: 24px;
  }
  .article_wrap .article_list .txt{
    margin-top: 2em;
  }
  .article_wrap .article_list .btn_block{
    margin-top: 30px;
  }
  .article_wrap .article_list .fig{
    position: absolute;
    top: 0;
    right: 0;
  }
  .article_wrap .article_list:nth-child(2n) .flex{
    padding-right: 0;
    padding-left: 50%;
  }
  .article_wrap .article_list:nth-child(2n) .fig{
    right: auto;
    left: 0;
  }
}
@media screen and (max-width:767px) {
  .article_wrap{
    position: relative;
    margin-top: 30px;
    padding-bottom: 130px;
  }
  .article_wrap::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 130px;
    height: 106px;
    background: url(/enjoy/pondelion/images/img_honey.png) no-repeat center bottom;
    background-size: contain;
    margin: auto;
  }
  .article_wrap .article_list{
    margin-top: 40px;
  }
  .article_wrap .article_list:first-child{
    margin-top: 0;
  }
  .article_wrap .article_list .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: calc(20.13vw + 20px);
  }
  .article_wrap .article_list .detail{
    order: 1;
    width: 50%;
    padding-right: 5.5%;
  }
  .article_wrap .article_list .flag{
    position: absolute;
    top: 0;
    left: 0;
    width: 45.6vw;
    height: 20.13vw;
  }
  .article_wrap .article_list .ttl{
    font-size: 16px;
  }
  .article_wrap .article_list .txt{
    margin-top: 1.4em;
  }
  .article_wrap .article_list .fig{
    order: 2;
  }
  .article_wrap .article_list .btn_block{
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
}