@charset "UTF-8";
body {
  font-size: clamp(1rem, 1.6vmin, 2rem);
  box-sizing: border-box;
  color: #785353;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.inner {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 700px) {
  .inner {
    width: auto;
    padding: 0 15px;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 700px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spNone {
    display: none;
  }
}

.pcNone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcNone {
    display: block;
  }
}

.ohenjiWrapper .mvArea {
  padding: 20px 0 30px;
  background: #ffdfe5 url(/kodomo/cp/otegami/resources/images/mv_bg_pc.png) center top no-repeat;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea {
    padding: 12px 0 0;
    background-image: url(/kodomo/cp/otegami/resources/images/mv_bg_sp.png);
    background-size: contain;
  }
}
.ohenjiWrapper .mvArea::after {
  content: "";
  background: url(/kodomo/cp/otegami/resources/images/bg_wave_pink.png) center top repeat-x;
  background-size: contain;
  width: 100%;
  height: 21px;
  position: absolute;
  left: 0;
  bottom: -21px;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea::after {
    display: none;
  }
}
.ohenjiWrapper .mvArea .mvInner {
  max-width: 1389px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}
.ohenjiWrapper .mvArea .mvInner .mainTitle {
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .mainTitle .logo {
    width: 50%;
    margin: 0 auto;
  }
  .ohenjiWrapper .mvArea .mvInner .mainTitle .logo img {
    width: 100%;
  }
}
.ohenjiWrapper .mvArea .mvInner .mainTitle .title {
  margin: 25px auto 0;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .mainTitle .title {
    margin-top: 15px;
    width: 85%;
  }
  .ohenjiWrapper .mvArea .mvInner .mainTitle .title img {
    width: 100%;
  }
}
.ohenjiWrapper .mvArea .mvInner .mainTitle .text01 {
  font-size: 18px;
  color: #f82d4a;
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .mainTitle .text01 {
    font-size: 13px;
    margin-top: 10px;
  }
}
.ohenjiWrapper .mvArea .mvInner .mainTitle .text02 {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .mainTitle .text02 {
    font-size: 12px;
    margin-top: 2px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox {
  display: inline-block;
  margin: 15px auto 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox {
    margin: 10px auto -5px;
    width: 100%;
  }
  .ohenjiWrapper .mvArea .mvInner .letterBox img {
    width: 100%;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .letterTitle {
  position: absolute;
  z-index: 4;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .letterTitle {
    width: 93%;
    top: 20px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .letterTitle img {
  animation: zoom 1.3s ease 0.2s 1 alternate both;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .shimajiro {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .shimajiro {
    width: 55vw;
    left: 48.6%;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle {
  position: absolute;
  z-index: 3;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle img {
  width: 100%;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle01 {
  width: 59px;
  bottom: 123px;
  left: 64px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .twinkle01 {
    width: 28px;
    bottom: 58px;
    left: 10px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle01 img {
  animation: twinkle02 1.8s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle02 {
  width: 39px;
  top: 246px;
  left: 259px;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .twinkle02 {
    width: 25px;
    top: 115px;
    left: 75px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle02 img {
  animation: twinkle 2s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle03 {
  width: 45px;
  top: 324px;
  right: 233px;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .twinkle03 {
    width: 25px;
    top: 175px;
    right: 75px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle03 img {
  animation: twinkle02 2s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle04 {
  width: 60px;
  bottom: 42px;
  right: 58px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .twinkle04 {
    width: 35px;
    bottom: 68px;
    right: 10px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .twinkle04 img {
  animation: twinkle 1.8s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star {
  position: absolute;
  z-index: 3;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star img {
  width: 100%;
  animation: star 2s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star01 {
  width: 38px;
  top: 150px;
  left: 16px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star01 {
    width: 21px;
    top: auto;
    bottom: 15px;
    left: 48px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star02 {
  width: 37px;
  top: 268px;
  left: 70px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star02 {
    width: 21px;
    top: 158px;
    left: 38px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star03 {
  width: 50px;
  bottom: 210px;
  left: 236px;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star03 {
    width: 28px;
    bottom: 118px;
    left: 70px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star03 img {
  animation: star 2.2s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star04 {
  width: 53px;
  bottom: 32px;
  left: 46px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star04 {
    width: 28px;
    bottom: 225px;
    left: 10px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star05 {
  width: 50px;
  top: 100px;
  right: 55px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star05 {
    width: 28px;
    top: 102px;
    right: 27px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star05 img {
  animation: star 2.2s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star06 {
  width: 37px;
  top: 254px;
  right: 272px;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star06 {
    width: 21px;
    top: 150px;
    right: 14px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star07 {
  width: 43px;
  bottom: 240px;
  right: 62px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star07 {
    width: 25px;
    bottom: 92px;
    right: 57px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star08 {
  width: 67px;
  bottom: 108px;
  right: 208px;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .star08 {
    width: 34px;
    bottom: 15px;
    right: 11px;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .star08 img {
  animation: star 2.5s infinite linear;
}
.ohenjiWrapper .mvArea .mvInner .letterBox .accent {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 100px;
  animation: zoom 1.3s ease 0.2s 1 alternate both;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .accent {
    width: 100%;
    bottom: 5px;
    left: 0;
  }
}
.ohenjiWrapper .mvArea .mvInner .letterBox .accent img {
  animation: accent 1.5s infinite linear;
}
@media only screen and (max-width: 900px) {
  .ohenjiWrapper .mvArea .mvInner .letterBox .bg {
    width: 100%;
  }
  .ohenjiWrapper .mvArea .mvInner .letterBox .bg img {
    width: 100%;
  }
}
.ohenjiWrapper .content .snsArea {
  background: #fff5d8;
  padding: 80px 0;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea {
    padding: 40px 0 30px;
  }
}
.ohenjiWrapper .content .snsArea::after {
  content: "";
  background: url(/kodomo/cp/otegami/resources/images/bg_wave_ye.png) repeat-x;
  left: 0;
  position: absolute;
  bottom: -37px;
  padding: 21px 50vw;
  z-index: 1;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea::after {
    background-size: 100%;
    bottom: -40px;
  }
}
.ohenjiWrapper .content .snsArea .title {
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .title {
    width: 100%;
  }
  .ohenjiWrapper .content .snsArea .title img {
    width: 100%;
  }
}
.ohenjiWrapper .content .snsArea .attBlock {
  text-align: center;
  margin: 25px auto 40px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .attBlock {
    margin: 15px auto 20px;
  }
}
.ohenjiWrapper .content .snsArea .attBlock li {
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .attBlock li {
    font-size: 11px;
  }
}
.ohenjiWrapper .content .snsArea .ownlyBlockArea {
  position: relative;
}
.ohenjiWrapper .content .snsArea .ownlyBlockArea .ownlyBlock {
  text-align: center;
  padding: 50px 0 40px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .ownlyBlockArea .ownlyBlock {
    padding: 30px 0 20px;
  }
}
.ohenjiWrapper .content .snsArea .ownlyBlockArea .ownlyBlock .ownly_ugc_paging {
  margin: 20px auto 0;
  color: #404040;
  border-radius: 30px;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .ownlyBlockArea .ownlyBlock .ownly_ugc_paging {
    margin-top: 15px;
  }
}
.ohenjiWrapper .content .snsArea .ownlyBlockArea .ownlyBlock .ownly_ugc_paging:hover {
  text-decoration: none;
  opacity: 0.8;
}
.ohenjiWrapper .content .snsArea .img-line {
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .img-line {
    width: 100%;
  }
}
.ohenjiWrapper .content .snsArea .kumaOuboArea {
  background: #ffe0df;
  padding: 20px 35px 40px;
  max-width: 830px;
  margin: 30px auto;
  box-sizing: border-box;
  text-align: center;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea.bgW {
  background: #fff;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea.bgP {
  margin: 70px auto 30px;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .text {
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 27px;
  text-align: center;
  padding: 40px 0 20px;
  position: relative;
  background: url("../images/bg_triangle_grn.png") no-repeat;
  background-size: 22%;
  background-position: center 32px;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .text emp a {
  color: #f82d4a;
  font-family: "GenJyuuGothic-bold", sans-serif;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .text:after {
  background: url("../images/bg_triangle.png") no-repeat;
  background-size: 65%;
  content: "";
  width: 17px;
  padding: 35px;
  position: absolute;
  top: 27px;
  right: -34px;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle {
  text-align: center;
  padding: 40px 0 0;
  font-size: 40px;
  font-family: "GenJyuuGothic-bold", sans-serif;
  line-height: 3.5rem;
  letter-spacing: 1px;
  position: relative;
  display: block;
  width: 600px;
  margin: 0 auto;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle emp {
  font-size: 40px;
  font-family: "GenJyuuGothic-bold", sans-serif;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle:after {
  content: "";
  background: url(../images/title_ico_emp.png) no-repeat;
  left: -17px;
  position: absolute;
  top: 64px;
  width: 100%;
  padding: 40px 18px;
}
.ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle:before {
  content: none;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .snsArea .kumaOuboArea {
    padding: 20px 15px 15px;
    width: auto;
    margin: 0;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea.bgP {
    padding-top: 30px;
    margin: 30px auto 0;
    width: 92vw;
    border-radius: 8px;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea a img {
    width: 100%;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea .text {
    font-size: 19px;
    background-size: 36%;
    padding: 21px 0 24px;
    background-position: center 13px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea .text:after {
    top: 40px;
    right: -39px;
    background-size: 55%;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle {
    padding: 0px 0 5px;
    font-size: 22px;
    line-height: 2rem;
    width: auto;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle emp {
    font-size: 19px;
  }
  .ohenjiWrapper .content .snsArea .kumaOuboArea .mainTitle:after {
    left: 0px;
    top: 40px;
    background-size: contain;
    padding: 20px 0px;
  }
}
.ohenjiWrapper .content .postOfficeArea {
  padding: 100px 0 80px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .postOfficeArea {
    padding: 40px 0;
  }
}
.ohenjiWrapper .content .postOfficeArea::after {
  content: "";
  background: url(/kodomo/cp/otegami/resources/images/bg_wave_wht.png) repeat-x;
  left: 0;
  position: absolute;
  bottom: -40px;
  padding: 21px 50vw;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .postOfficeArea::after {
    background-size: 100%;
  }
}
.ohenjiWrapper .content .postOfficeArea .title {
  width: 620px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .postOfficeArea .title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.ohenjiWrapper .content .postOfficeArea .title img {
  width: 100%;
}
.ohenjiWrapper .content .postOfficeArea .postImg {
  width: 500px;
  margin: 0 auto 25px;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .postOfficeArea .postImg {
    width: 80%;
    margin: 0 auto 15px;
  }
}
.ohenjiWrapper .content .postOfficeArea .postImg img {
  width: 100%;
}
.ohenjiWrapper .content .postOfficeArea .txt {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .postOfficeArea .txt {
    font-size: 16px;
    text-align: left;
  }
}
.ohenjiWrapper .content .conceptArea {
  background: #fff5d8;
  padding: 120px 0 100px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea {
    padding: 60px 0 50px;
  }
}
.ohenjiWrapper .content .conceptArea .concept .titleArea {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .titleArea {
    margin: 0 auto 25px;
    width: 45%;
  }
}
.ohenjiWrapper .content .conceptArea .concept .titleArea img {
  margin-left: 25px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .titleArea img {
    width: 100%;
    margin-left: 8px;
  }
}
.ohenjiWrapper .content .conceptArea .concept .txt {
  text-align: left;
  padding: 40px;
  margin: 40px 0 60px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .txt {
    width: 80%;
    margin: 0 auto 20px;
    padding: 30px 5%;
  }
}
.ohenjiWrapper .content .conceptArea .concept .txt p {
  margin: 15px 0;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .txt .center {
    margin: 10px 0;
  }
}
.ohenjiWrapper .content .conceptArea .concept .txtArea {
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  margin: 20px auto 80px;
  background: #fff;
  border-radius: 10px;
  text-align: left;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .txtArea {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.ohenjiWrapper .content .conceptArea .concept .txtArea .ttl {
  font-size: 28px;
  font-family: "GenJyuuGothic-bold", sans-serif;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .concept .txtArea .ttl {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .titleArea {
  margin: 0 auto 40px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .titleArea {
    margin: 0 auto 20px;
    width: 30%;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .titleArea img {
  margin-left: 25px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .titleArea img {
    width: 100%;
    margin-left: 8px;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner {
  display: inline-block;
  transition: 0.3s;
  padding: 20px 25px;
  background: #fff;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner {
    width: 58%;
    margin: auto;
    padding: 15px 20px;
  }
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner img {
    width: 100%;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner:hover {
  opacity: 0.8;
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner02 {
  display: inline-block;
  transition: 0.3s;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner02 {
    width: 60%;
    margin: auto;
  }
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .banner02 img {
    width: 100%;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .textLink {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .textLink {
    margin-top: 5px;
    font-size: 14px;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .textLink a {
  text-decoration: underline;
  transition: 0.3s;
  color: #785353;
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .textLink a:hover {
  text-decoration: none;
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch {
  margin: 50px 0 20px;
  color: #ea5f62;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch {
    margin: 30px 0 15px;
    font-size: 14px;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::before, .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::after {
  display: block;
  margin-bottom: -30px;
  font-weight: lighter;
  color: #f8875a;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::before, .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::after {
    font-size: 1.4rem;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::before {
  content: "＼";
  margin-right: 10px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::before {
    margin-right: 3px;
  }
}
.ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::after {
  content: "／";
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .ohenjiWrapper .content .conceptArea .sponsor .logoArea .catch::after {
    margin-left: 3px;
  }
}

@keyframes zoom {
  0% {
    transform: scale(0);
  }

  55% {
    transform: scale(1.2);
  }

  70% {
    transform: scale(1);
  }

  85% {
    transform: scale(1.07);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes twinkle02 {
  0% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.6);
  }

  100% {
    transform: scale(1);
  }
}
@keyframes star {
  0% {
    transform: scale(0.6);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.6);
  }
}
@keyframes accent {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.91);
  }

  100% {
    transform: scale(1);
  }
}
