@charset "utf-8";

/*
Theme Name:rashinbanban
*/

/* ====================
きらきらアクション体験談
==================== */

.dp_sp_title {
  display: block;
}
.dp_pc_title {
  display: none;
}
@media screen and (min-width: 1280px){
  .dp_sp_title {
    display: none;
  }
  .dp_pc_title {
    display: block;
  }
}

.bg_banbantou {
    background-image: url(../images/bg/bg_banbantou_sp.jpg), url(../images/bg/bg_banbantou_middle.jpg);
    background-repeat: no-repeat, repeat;
    background-position: center top, center top;
    background-size: contain;
    /* margin: -50px 0 0; */
}
@media(min-width: 768px){
  .bg_banbantou {
      background-image: url(../images/bg/bg_banbantou.jpg), url(../images/bg/bg_banbantou_middle.jpg);
      background-repeat: no-repeat, repeat;
      background-position: center top, center top;
      background-size: contain;
      margin: 0;
  }
}

.banbantou_wrap {
  padding: 200px 0 0;
}
@media(min-width: 830px){
  .banbantou_wrap {
    padding: 100px 0 0;
  }
}
@media(min-width: 1280px){
  .banbantou_wrap {
    padding: 250px 0 0;
  }
}

.banbantou_content_item {
  /* margin-bottom: 50px; */
/*
    background: url(../images/bg/bg_banbantou_middle.jpg) no-repeat;
    background-size: cover;
*/
    /* margin: -140px 0 0; */
    padding-bottom: 50px;
}
@media(min-width: 768px){
  .banbantou_content_item {
    margin-bottom: 100px;
/*
    background: url(../images/bg/bg_banbantou_middle.jpg) no-repeat;
    background-size: cover;
*/
    margin: 0;
    padding-bottom: 10px;
  }
}
@media(min-width: 1280px){
  .banbantou_content_item {
    position: relative;
    padding-bottom: 100px;
  }
}

.banbantou_content_item_sea::before {
    background: url(../images/bg/bg_banbantou_sea_top.png) no-repeat;
    background-size: cover;
}

.banbantou_content_item_sea {
    background: url(../images/bg/bg_banbantou_sea_middle.png) no-repeat;
    background-size: cover;
}

.banbantou_content_item_sea::after {
    background: url(../images/bg/bg_banbantou_sea_bottom.png) no-repeat;
    background-size: cover;
}

.banbantou_content_item:last-child {
  padding-bottom: 0;
}

/* 太陽の心 */
/* @media(min-width: 1280px){
  .banbantou_post_wrap.sun::before {
    content: '';
    display: block;
    width: 700px;
    height: 350px;
    background: url(../images/banbantou/sun/sun_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
} */

/* 月の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.moon::before {
    content: '';
    display: block;
    width: 500px;
    height: 300px;
    background: url(../images/banbantou/moon/moon_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 山の心 */
/* @media(min-width: 1280px){
  .banbantou_post_wrap.mountain::before {
    content: '';
    display: block;
    width: 700px;
    height: 350px;
    background: url(../images/banbantou/mountain/mountain_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
} */

/* 泉の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.spring::before {
    content: '';
    display: block;
    width: 500px;
    height: 700px;
    background: url(../images/banbantou/spring/spring_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 稲穂の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.rice::before {
    content: '';
    display: block;
    width: 700px;
    height: 350px;
    background: url(../images/banbantou/rice/rice_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -250px;
  }
}

/* 大地の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.earth::before {
    content: '';
    display: block;
    width: 400px;
    height: 700px;
    background: url(../images/banbantou/earth/earth_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 風の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.wind::before {
    content: '';
    display: block;
    width: 700px;
    height: 350px;
    background: url(../images/banbantou/wind/wind_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* 観音の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.kannon::before {
    content: '';
    display: block;
    width: 400px;
    height: 300px;
    background: url(../images/banbantou/kannon/kannon_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 川の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.river::before {
    content: '';
    display: block;
    width: 700px;
    height: 350px;
    background: url(../images/banbantou/river/river_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 400px;
    left: -40px;
  }
}

/* 空の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.sky::before {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    background: url(../images/banbantou/sky/sky_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* 火の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.fire::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/banbantou/fire/fire_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left:0;
  }
}

/* 海の心 */
@media(min-width: 1280px){
  .banbantou_post_wrap.sea::before {
    content: '';
    display: block;
    width: 500px;
    height: 300px;
    background: url(../images/banbantou/sea/sea_resident.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.banbantou_title_wrap {
  width: 90%;
  max-width: 600px;
  position: relative;
  z-index: 1;
}
@media(min-width: 768px){
  .banbantou_title_wrap {
    padding-left: 30px;
    margin-bottom: 100px;
  }
}
@media(min-width: 830px){
  .banbantou_title_wrap {
    padding: 50px 0 50px 30px;
    margin-bottom: 0;
  }
}
@media(min-width: 1050px){
  .banbantou_title_wrap {
    padding: 80px 0 100px 30px;
  }
}
@media(min-width: 1100px){
  .banbantou_title_wrap {
    padding-left: 50px;
  }
}
@media(min-width: 1200px){
  .banbantou_title_wrap {
    padding-left: 100px;
  }
}
@media(min-width: 1300px){
  .banbantou_title_wrap {
    padding-left: 150px;
  }
}

.banbantou_title_wrap.big {
  max-width: 650px;
}

.banbantou_title_wrap.big_m {
  max-width: 700px;
}

.banbantou_post_wrap {
  color: #000;
  max-width: 980px;
  margin: 0 auto;
}

/* .banbantou_post_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    position: relative;
}
@media(min-width: 768px){
.banbantou_post_list {
    gap: 30px;
}
} */

.banbantou_post_item {
  /* width: calc(100%); */
  background: #fff;
  padding: 20px;
  margin: 50px auto 0;
  position: relative;
  margin-bottom: 100px;
}
/* @media(min-width: 768px){
  .banbantou_post_item {
    width: calc(47%);
  }
} */

.banbantou_post_item.new::before {
    content: '';
    display: block;
    width: 80px;
    height: 60px;
    background: url(../images/item/new.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: -10px;
}
@media(min-width: 768px){
  .banbantou_post_item.new::before {
    width: 100px;
    height: 80px;
  }
}

.banbantou_post_title_read {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media(min-width: 768px){
  .banbantou_post_title_read {
    display: flex;
    justify-content: flex-start;
  }
}

.banbantou_post_title_avatar {
  margin: -50px auto 0;
  width: 140px;
}
@media(min-width: 768px){
  .banbantou_post_title_avatar {
    margin-top: -80px;
    min-width: 140px;
    margin-left: 0;
    margin-right: 0;
  }
}

.banbantou_post_title_avatar_images {
  border: 15px solid #fff;
  border-radius: 50%;
}

.banbantou_post_title {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 20px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.banbantou_post_title_sub01 {
  display: flex;
  gap: 20px;
}

.banbantou_post_title_sub02 {
  display: flex;
  gap: 20px;
}

.banbantou_post_title_sub_name {
  font-size: 1.6rem;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.banbantou_post_text {
  padding: 20px;
  border-radius: 15px;
}

.banbantou_post_text01 {
  background: #fee5c1;
}

.banbantou_post_text02 {
  background: #deeaf8;
}

.banbantou_post_text03 {
  background: #d9e6c9;
}

.banbantou_post_text04 {
  background: #ddefe8;
}

.banbantou_post_text05 {
  background: #f5f1da;
}

.banbantou_post_text06 {
  background: #f0e7db;
}

.banbantou_post_text07 {
  background: #e6f3f2;
}

.banbantou_post_text08 {
  background: #fbeaf1;
}

.banbantou_post_text09 {
  background: #e3f2fa;
}

.banbantou_post_text10 {
  background: #dff1fd;
}

.banbantou_post_text11 {
  background: #fae6d8;
}

.banbantou_post_text12 {
  background: #e5edf8;
}

.banbantou_post_text_light {
  padding: 10px;
  border-radius: 15px;
  margin-top: 10px;
}

.banbantou_post_text01 .banbantou_post_text_light {
  background: #ffdaa4;
}

.banbantou_post_text02 .banbantou_post_text_light {
  background: #cadff7;
}

.banbantou_post_text03 .banbantou_post_text_light {
  background: #c9dfb4;
}

.banbantou_post_text04 .banbantou_post_text_light {
  background: #c2e6d8;
}

.banbantou_post_text05 .banbantou_post_text_light {
  background: #f0eac5;
}

.banbantou_post_text06 .banbantou_post_text_light {
  background: #e8d6c2;
}

.banbantou_post_text07 .banbantou_post_text_light {
  background: #e8d6c2;
}

.banbantou_post_text08 .banbantou_post_text_light {
  background: #e8d6c2;
}

.banbantou_post_text09 .banbantou_post_text_light {
  background: #e8d6c2;
}

.banbantou_post_text10 .banbantou_post_text_light {
  background: #dff1fd;
}

.banbantou_post_text11 .banbantou_post_text_light {
  background: #e8d6c2;
}

.banbantou_post_text12 .banbantou_post_text_light {
  background: #e8d6c2;
}

.footer_top-back.banbantou {
  margin-top: 50px;
}

.banbantou_mountain {
  max-width: 650px;
  margin-right: 0;
  margin-left: auto;
}
@media(min-width: 1200px){
  .banbantou_mountain {
    margin-right: 100px;
  }
}