@charset "UTF-8";
/*=================================================================*/
/*	special_202605_01
/*=================================================================*/
.special_202608_01 {
  background: #FEE1C5;
  padding: 2%;
}
.special_202608_01 .topTtl {
  margin-bottom: 20px;
}
.special_202608_01 .topTtl h2 {
  margin-bottom: 10px;
}
.special_202608_01 .topTtl .top_p {
  background: rgba(255, 255, 255, 0.5);
  padding: 2%;
  border-radius: 16px;
  margin-bottom: 10px;
}
.special_202608_01 .topTtl .top_p p.tel {
  text-align: right;
}
.special_202608_01 .topTtl .top_magnyon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.special_202608_01 .topTtl .top_magnyon p {
  width: 40%;
  background: #fff;
  padding: 1%;
  border-radius: 10px;
  border: 1px solid #000;
  position: relative;
}
.special_202608_01 .topTtl .top_magnyon p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: -7px;
  top: 50%;
  margin-top: -5px;
}
.special_202608_01 .topTtl .top_magnyon .magImg {
  width: 11%;
}
.special_202608_01 section {
  margin-bottom: 50px;
}
.special_202608_01 section .bgWhite {
  background: #fff;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 7px 10px 10px;
  padding: 3%;
  position: relative;
  margin-bottom: 20px;
}
.special_202608_01 section .bgWhite::after {
  position: absolute;
  content: "";
  background: url(../../img/sec/special/202608/01/himitsuba03.png) no-repeat center center;
  width: 100px;
  height: 115px;
  background-size: contain;
  top: -20px;
  right: 10px;
}
.special_202608_01 section .bgWhite .paper {
  background: url(../../img/sec/special/202608/01/himitsuba01.png) no-repeat center center;
  background-size: contain;
  padding: 18px 10px 20px;
  transform: rotate(-8deg);
  display: inline-block;
  width: 22%;
  min-width: 170px;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  top: -20px;
  left: -30px;
  box-sizing: border-box;
}
.special_202608_01 section .bgWhite .paper p:first-child {
  font-weight: bold;
  color: #F69052;
}
.special_202608_01 section .bgWhite h3 {
  font-size: 3rem;
  text-align: center;
  background: url(../../img/sec/special/202608/01/himitsuba02.png) no-repeat center bottom;
  background-size: contain;
  padding: 3px 0;
  margin-bottom: 30px;
}
.special_202608_01 section .bgWhite h3 .small {
  font-size: 1.8rem;
}
.special_202608_01 section .bgWhite .col2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.special_202608_01 section .bgWhite .col2 .colimg {
  width: 40%;
}
.special_202608_01 section .bgWhite .col2 .coltxt {
  width: 58%;
  overflow: hidden;
}
.special_202608_01 section .bgWhite .col2 .coltxt p.txtBig {
  font-size: 3rem;
  padding: 10px;
  margin-right: 10px;
  background: #F69052;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  float: left;
  line-height: 1;
}
.special_202608_01 section .bgWhite .reverse {
  flex-flow: row-reverse;
  margin-bottom: 10px;
}
.special_202608_01 section .bgWhite .reverse .colimg {
  width: 50%;
}
.special_202608_01 section .bgWhite .reverse .coltxt {
  width: 48%;
}
.special_202608_01 section .bgWhite .staff {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.special_202608_01 section .bgWhite .staff .stafftxt {
  width: 59%;
  display: flex;
  flex-direction: column;
  flex-flow: column-reverse;
}
.special_202608_01 section .bgWhite .staff .stafftxt .btnWrap {
  padding: 20px 0 0;
}
.special_202608_01 section .bgWhite .staff .stafftxt p {
  background: #fff;
  padding: 2% 3%;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  position: relative;
}
.special_202608_01 section .bgWhite .staff .stafftxt p::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: -7px;
  top: 50%;
  margin-top: -5px;
}
.special_202608_01 section .bgWhite .staff .staffImg {
  width: 23%;
}
.special_202608_01 .kamoike .bgWhite::after {
  background: url(../../img/sec/special/202608/01/kamoike03.png) no-repeat center center;
  width: 130px;
  height: 95px;
  background-size: contain;
  top: -25px;
  right: 20px;
}
.special_202608_01 .kamoike .bgWhite .paper {
  background: url(../../img/sec/special/202608/01/kamoike01.png) no-repeat center center;
  background-size: contain;
}
.special_202608_01 .kamoike .bgWhite .paper p:first-child {
  color: #ED047B;
}
.special_202608_01 .kamoike .bgWhite h3 {
  font-size: 2.5rem;
  background: url(../../img/sec/special/202608/01/kamoike02.png) no-repeat center bottom;
  background-size: contain;
  padding: 8px 0;
}
.special_202608_01 .kamoike .bgWhite .col2 .coltxt p.txtBig {
  background: #F499B9;
}
.special_202608_01 .penguin {
  margin-bottom: 50px;
}
.special_202608_01 .penguin .bgWhite::after {
  background: url(../../img/sec/special/202608/01/penguin03.png) no-repeat center center;
  width: 130px;
  height: 95px;
  background-size: contain;
  top: -25px;
  right: 20px;
}
.special_202608_01 .penguin .bgWhite .paper {
  background: url(../../img/sec/special/202608/01/penguin01.png) no-repeat center center;
  background-size: contain;
}
.special_202608_01 .penguin .bgWhite .paper p:first-child {
  color: #0095DA;
}
.special_202608_01 .penguin .bgWhite h3 {
  background: url(../../img/sec/special/202608/01/penguin02.png) no-repeat center bottom;
  background-size: contain;
}
.special_202608_01 .penguin .bgWhite .col2 .coltxt p.txtBig {
  background: #9EDCF1;
}
.special_202608_01 section.other {
  position: relative;
}
.special_202608_01 section.other h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.special_202608_01 section.other .sticker {
  width: 23%;
  box-sizing: border-box;
  background: #F3F3F4;
  padding: 10px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 0;
  right: -50px;
}
.special_202608_01 section.other .sticker::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #F3F3F4;
  transform: rotate(-45deg);
  bottom: -8px;
  left: 30px;
}
.special_202608_01 section.other .sticker .stickerImg {
  width: 45%;
}
.special_202608_01 section.other .sticker .stickerTxt {
  width: 51%;
  font-weight: bold;
  font-size: 1.4rem;
}
.special_202608_01 section.other .memoWrap {
  background: #fff;
  padding: 2% 2% 2% 4%;
  border: #000 1px solid;
  box-shadow: #000 3px 3px 0;
  position: relative;
}
.special_202608_01 section.other .memoWrap::before {
  position: absolute;
  content: "";
  background: url(../../img/sec/special/202608/01/other_magnyon.png) no-repeat top left;
  width: 110px;
  height: 51px;
  top: -44px;
  left: 20px;
  background-size: contain;
}
.special_202608_01 section.other .memoWrap::after {
  position: absolute;
  content: "";
  background: url(../../img/sec/special/202608/01/ring_img.png) repeat-y top center;
  width: 40px;
  height: 98%;
  top: 10px;
  left: -18px;
  background-size: contain;
}
.special_202608_01 section.other .memoWrap .memoList {
  position: relative;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox {
  width: 90%;
  margin: 10px auto 30px;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox h4 {
  text-align: center;
  margin-bottom: 20px;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox h4 span {
  display: inline-block;
  background: url(../../img/sec/special/202608/01/red_line.png) repeat-x left bottom;
  padding-bottom: 10px;
  position: relative;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox h4 span::after {
  position: absolute;
  content: "";
  background: url(../../img/sec/special/202608/01/crayon_r.png) no-repeat right bottom;
  width: 20px;
  height: 20px;
  background-size: contain;
  bottom: 1px;
  right: -20px;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox ul {
  border-top: 1px solid #000;
}
.special_202608_01 section.other .memoWrap .memoList .memoBox ul li {
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
.special_202608_01 section.other .memoWrap .memoList .insyoku h4 span {
  background: url(../../img/sec/special/202608/01/yellow_line.png) repeat-x left bottom;
}
.special_202608_01 section.other .memoWrap .memoList .insyoku h4 span::after {
  content: "";
  background: url(../../img/sec/special/202608/01/crayon_y.png) no-repeat right bottom;
  background-size: contain;
}
.special_202608_01 section.other .memoWrap .yumesuku {
  box-sizing: border-box;
  background: #FCDBD1;
  padding: 2%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.special_202608_01 section.other .memoWrap .yumesuku .yumesukuImg {
  width: 30%;
}
.special_202608_01 section.other .memoWrap .yumesuku .yumesukuTxt {
  width: 68%;
}
.special_202608_01 section.other .memoWrap .yumesuku .yumesukuTxt .btnWrap {
  padding: 10px 0;
}
.special_202608_01 section.bosyu {
  background: #fff;
  margin-bottom: 0;
  padding: 2%;
}
.special_202608_01 section.bosyu h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  text-align: center;
}
.special_202608_01 section.bosyu .tag01 {
  justify-content: unset;
}

/*******************************************************************/
/* TAB：幅1000px以下 
/*******************************************************************/
@media screen and (max-width: 1000px) {
  .special_202608_01 section {
    margin-bottom: 80px;
  }
  .special_202608_01 section .bgWhite::after {
    width: 80px;
    height: 115px;
    top: -50px;
    right: 10px;
  }
  .special_202608_01 section .bgWhite .paper {
    top: -70px;
    left: -40px;
  }
  .special_202608_01 section .bgWhite .paper p:first-child {
    font-weight: bold;
    color: #F69052;
  }
  .special_202608_01 section .bgWhite .col2 {
    align-items: start;
  }
  .special_202608_01 .kamoike .bgWhite::after {
    width: 118px;
    height: 80px;
    top: -40px;
  }
  .special_202608_01 .penguin .bgWhite::after {
    width: 90px;
    height: 86px;
    top: -35px;
  }
  .special_202608_01 section.other {
    margin-bottom: 50px;
  }
  .special_202608_01 section.other .sticker {
    width: 44%;
    margin: 0 auto 20px;
    padding: 10px;
    border-radius: 12px;
    right: unset;
    position: relative;
  }
  .special_202608_01 section.other .sticker::after {
    margin-left: -8px;
    left: 50%;
  }
  .special_202608_01 section.other .sticker .stickerImg {
    width: 30%;
  }
  .special_202608_01 section.other .sticker .stickerTxt {
    width: 66%;
    font-size: 1.8rem;
  }
}
/*******************************************************************/
/* SP
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  .special_202608_01 .topTtl {
    margin-bottom: 40px;
  }
  .special_202608_01 .topTtl .top_p {
    padding: 3%;
    border-radius: 12px;
    margin-bottom: 20px;
  }
  .special_202608_01 .topTtl .top_magnyon {
    gap: 20px;
  }
  .special_202608_01 .topTtl .top_magnyon p {
    width: 76%;
    max-width: 300px;
    padding: 2%;
  }
  .special_202608_01 .topTtl .top_magnyon p::after {
    right: -6px;
  }
  .special_202608_01 .topTtl .top_magnyon .magImg {
    width: 20%;
  }
  .special_202608_01 section {
    margin-bottom: 50px;
    padding: 0;
  }
  .special_202608_01 section .bgWhite {
    border-radius: 20px;
    padding: 9vh 3% 3%;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 8px 5px;
    margin-bottom: 20px;
  }
  .special_202608_01 section .bgWhite::after {
    width: 80px;
    height: 115px;
    top: -30px;
  }
  .special_202608_01 section .bgWhite .paper {
    left: -12px;
    top: -30px;
  }
  .special_202608_01 section .bgWhite h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1;
  }
  .special_202608_01 section .bgWhite h3 .small {
    font-size: 1.4rem;
  }
  .special_202608_01 section .bgWhite .col2 {
    display: block;
  }
  .special_202608_01 section .bgWhite .col2 .colimg {
    width: auto;
    margin-bottom: 10px;
  }
  .special_202608_01 section .bgWhite .col2 .coltxt {
    width: 100%;
  }
  .special_202608_01 section .bgWhite .col2 .coltxt p.txtBig {
    font-size: 2.4rem;
    padding: 10px;
    margin-right: 6px;
    border-radius: 10px;
  }
  .special_202608_01 section .bgWhite .reverse {
    flex-flow: unset;
    margin-bottom: 20px;
  }
  .special_202608_01 section .bgWhite .reverse .colimg {
    width: auto;
    margin-bottom: 10px;
  }
  .special_202608_01 section .bgWhite .reverse .coltxt {
    width: auto;
  }
  .special_202608_01 section .bgWhite .staff {
    display: block;
  }
  .special_202608_01 section .bgWhite .staff .stafftxt {
    width: auto;
    flex-flow: column;
  }
  .special_202608_01 section .bgWhite .staff .stafftxt .btnWrap {
    padding: 0 0 20px;
  }
  .special_202608_01 section .bgWhite .staff .stafftxt p {
    width: 80%;
    max-width: 268px;
    margin: 0 auto 10px;
  }
  .special_202608_01 section .bgWhite .staff .stafftxt p::after {
    transform: rotate(135deg);
    right: 50%;
    margin-right: -5px;
    top: unset;
    margin-top: 0;
    bottom: -6px;
  }
  .special_202608_01 section .bgWhite .staff .staffImg {
    width: 60%;
    margin: 0 auto;
  }
  .special_202608_01 .kamoike .bgWhite::after {
    width: 118px;
    height: 80px;
    top: -20px;
    right: 0;
  }
  .special_202608_01 .kamoike .bgWhite h3 {
    font-size: 2.2rem;
    padding: 8px 0;
    line-height: 1.2;
  }
  .special_202608_01 .penguin {
    margin-bottom: 30px;
  }
  .special_202608_01 .penguin .bgWhite::after {
    width: 90px;
    height: 86px;
    right: 10px;
  }
  .special_202608_01 section.other {
    margin-bottom: 30px;
  }
  .special_202608_01 section.other h3 {
    font-size: 2.24rem;
  }
  .special_202608_01 section.other .sticker {
    width: 100%;
    margin: 0 auto 20px;
  }
  .special_202608_01 section.other .sticker .stickerTxt {
    font-size: 1.6rem;
  }
  .special_202608_01 section.other .memoWrap {
    padding: 2% 2% 2% 6%;
  }
  .special_202608_01 section.other .memoWrap::before {
    width: 70px;
    height: 32px;
    top: -28px;
    z-index: 100;
  }
  .special_202608_01 section.other .memoWrap::after {
    width: 22px;
    height: 98%;
    left: -10px;
  }
  .special_202608_01 section.other .memoWrap .memoList .memoBox {
    width: 100%;
  }
  .special_202608_01 section.other .memoWrap .yumesuku {
    padding: 10px;
    border-radius: 16px;
    display: block;
    margin-bottom: 10px;
  }
  .special_202608_01 section.other .memoWrap .yumesuku .yumesukuImg {
    width: 60%;
    margin: 0 auto 10px;
  }
  .special_202608_01 section.other .memoWrap .yumesuku .yumesukuTxt {
    width: auto;
  }
  .special_202608_01 section.bosyu {
    padding: 10px;
  }
  .special_202608_01 section.bosyu h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 400px) and (max-width: 768px) {
  .special_202608_01 section .bgWhite {
    border-radius: 20px;
    padding: 7vh 3% 3%;
  }
  .special_202608_01 section .bgWhite .staff .staffImg {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  /*<end>============================================================*/
}/*# sourceMappingURL=special_202608_01.css.map */