@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
/* font
---------------------------------------------*/
/* contents
---------------------------------------------*/
html,
body {
  width: 100%;
  font-family: "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-style: normal;
  background-color: #F8F6EF;
  overflow-x: hidden;
  box-sizing: border-box;
  font-size: 13px;
  color: #000;
  letter-spacing: 0.04em;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 800px) {
  .pcNone {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .spNone {
    display: none;
  }
}

.ft {
  font-family: "abril-display", serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  background: #000;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo {
  width: 60%;
}
@media screen and (min-width: 800px) {
  #splash_logo {
    width: 30%;
  }
}

#main {
  position: relative;
}
@media screen and (max-width: 799px) {
  #main {
    height: 10%;
    background: #DAE1E9;
    width: 100%;
    height: 100dvh;
  }
}
#main .border_up {
  background-image: url(../images/borders.png);
  width: 100%;
  height: 8%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (min-width: 800px) {
  #main .border_up {
    height: 10%;
  }
}
#main .border_down {
  position: absolute;
  background-image: url(../images/borders.png);
  width: 100%;
  height: 8%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
}
@media screen and (min-width: 800px) {
  #main .border_down {
    height: 10%;
  }
}
#main .main_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 800px) {
  #main .main_img {
    top: 50%;
    left: 50%;
    display: flex;
    width: 88%;
    align-items: center;
    margin: 0 auto;
    justify-content: space-evenly;
    flex-direction: row-reverse;
  }
}
#main .main_img :nth-child(1) {
  width: clamp(240px, 80vw, 466px);
  display: block;
  margin-left: 5%;
  margin-bottom: 8%;
}
@media screen and (min-width: 800px) {
  #main .main_img :nth-child(1) {
    margin: 0;
  }
}
#main .main_img :nth-child(2) {
  width: clamp(180px, 65vw, 390px);
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #main .main_img :nth-child(2) {
    margin: 0;
  }
}

.pctopImg .pcmain {
  width: 100%;
  height: auto;
}

.waku_wh {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.85);
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
}
@media screen and (min-width: 800px) {
  .waku_wh {
    padding: 30px 0px 45px 0px;
    max-width: 800px;
    border-radius: 60px;
  }
}

section.block01 {
  position: relative;
}
section.block01 .back {
  background-image: url(../images/back_.png);
  width: 100%;
  background-position: top;
  background-repeat: repeat;
  background-size: cover;
  padding: 24% 0% 22% 0%;
}
@media screen and (min-width: 800px) {
  section.block01 .back {
    padding: 10% 0% 12.5% 0%;
  }
}
section.block01 .back .inner .tit {
  width: 53.3333333333%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .tit {
    margin-top: 70px;
  }
}
section.block01 .back .inner .chara01 {
  position: absolute;
  width: 17%;
  top: -1.2%;
  left: 5%;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .chara01 {
    width: 16%;
    top: -1.5%;
    left: 5%;
  }
}
section.block01 .back .inner .chara02 {
  position: absolute;
  width: 18%;
  top: -1%;
  right: 4%;
  z-index: 2;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .chara02 {
    width: 16.5%;
    top: -1.5%;
    right: 5%;
  }
}
section.block01 .back .inner .text {
  line-height: 2;
  width: 78.6666666667%;
  margin: 0 auto;
  margin-top: 35px;
}
section.block01 .back .inner .text p {
  font-size: 13px;
  text-align: center;
  font-family: "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .text p {
    font-size: 17px;
    font-weight: 500;
  }
}
section.block01 .back .inner .text .box {
  width: 100%;
  margin-top: 35px;
}
section.block01 .back .inner .text .link {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .text .link {
    margin: 0 auto;
    margin-top: 40px;
  }
}
section.block01 .back .inner .text .link .box01 {
  width: 33%;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .text .link .box01 {
    width: 22%;
  }
}
section.block01 .back .inner .text .link .box02 {
  width: 36%;
}
@media screen and (min-width: 800px) {
  section.block01 .back .inner .text .link .box02 {
    width: 24%;
  }
}

section.block02 {
  position: relative;
}
section.block02.bg_col {
  background-color: #F5E200;
  width: 100%;
  height: auto;
  padding-top: 30%;
}
@media screen and (min-width: 800px) {
  section.block02.bg_col {
    padding-top: 200px;
  }
}
section.block02 .back02 {
  background-color: #FFFFEF;
  width: 89.3333333333%;
  margin: 0 auto;
  border-radius: 35vw 35vw 0 0;
}
@media screen and (min-width: 800px) {
  section.block02 .back02 {
    max-width: 900px;
    margin: 0 auto;
  }
}
section.block02 .back02 .img_box {
  position: absolute;
  top: 3%;
  width: clamp(200px, 64vw, 520px);
}
@media screen and (min-width: 800px) {
  section.block02 .back02 .img_box {
    top: 7.5%;
    left: 22%;
  }
}
@media screen and (min-width: 800px) {
  section.block02 .back02 .flex_box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 0 auto;
    max-width: 736px;
  }
}
section.block02 .back02 .flex_box .sl-img {
  width: clamp(230px, 60vw, 380px);
  margin: 0 auto;
  margin-right: 7%;
  padding-top: 3%;
}
@media screen and (min-width: 800px) {
  section.block02 .back02 .flex_box .sl-img {
    width: clamp(235px, 31.3333333333vw, 360px);
    padding: 0;
    margin: 0;
    padding-top: 100px;
  }
}
section.block02 .back02 .flex_box .sl-img .kids {
  width: clamp(60px, 16vw, 102px);
  margin: 0 auto;
  margin-right: 0;
}
section.block02 .back02 .flex_box .sl-img01 {
  width: clamp(230px, 60vw, 320px);
  margin: 0 auto;
  margin-left: 7%;
  padding-top: 10%;
}
@media screen and (min-width: 800px) {
  section.block02 .back02 .flex_box .sl-img01 {
    width: clamp(215px, 28.6666666667vw, 320px);
    padding: 0;
    margin: 0;
    margin-top: 400px;
  }
}
section.block02 .back02 .flex_box .sl-img01 .pair {
  width: clamp(125px, 33.3333333333vw, 200px);
  margin: 0 auto;
  margin-left: 0;
}

section.block03 {
  background: #F5E200;
  width: 100%;
  padding-top: 50px;
}
@media screen and (min-width: 800px) {
  section.block03 {
    padding-top: 130px;
  }
}
section.block03 .loop {
  margin-bottom: 10px;
}
section.block03 .loop img {
  width: 100%;
  padding-left: 12%;
}
section.block03 .loop01 {
  margin-top: 10px;
  padding-bottom: 10px;
}
section.block03 .loop01 img {
  width: 100%;
}
section.block03 .campaign {
  width: 80%;
  margin: 0 auto;
  padding: 5px 0px;
}
@media screen and (min-width: 800px) {
  section.block03 .campaign {
    max-width: 600px;
    padding: 10px 0px;
  }
}

section.block04 {
  background: #20608D;
}
section.block04 .campaign02 {
  width: 80%;
  margin: 0 auto;
  padding: 45px 0px;
}
@media screen and (min-width: 800px) {
  section.block04 .campaign02 {
    max-width: 800px;
    padding: 100px 0px;
  }
}

.cre_box {
  margin-top: 80px;
}
@media screen and (min-width: 800px) {
  .cre_box {
    max-width: 736px;
    margin: 0 auto;
    margin-top: 140px;
  }
}
.cre_box .itemArea {
  margin: 0px 20px auto;
  position: relative;
}
@media screen and (min-width: 800px) {
  .cre_box .itemArea {
    max-width: 800px;
    margin: 0 auto;
  }
}
.cre_box .itemArea p.item {
  text-align: center;
  padding-bottom: 25px;
  color: #D4251F;
  font-size: clamp(26px, 6.9333333333vw, 36px);
}
.cre_box .itemArea ul.itemlist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 470px;
  overflow: hidden;
  justify-content: space-around;
  padding-bottom: 60px;
}
@media screen and (min-width: 800px) {
  .cre_box .itemArea ul.itemlist {
    height: 340px;
    padding-bottom: 80px;
    justify-content: space-between;
  }
}
.cre_box .itemArea ul.itemlist li {
  width: 47%;
  margin-bottom: 25px;
}
@media screen and (min-width: 800px) {
  .cre_box .itemArea ul.itemlist li {
    width: 22%;
    padding-right: 2px;
  }
}
.cre_box .itemArea ul.itemlist li a {
  text-align: center;
}
.cre_box .itemArea ul.itemlist li a div.credit {
  margin-top: 8px;
}
.cre_box .itemArea ul.itemlist li a div.credit p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-family: 400;
}
@media screen and (min-width: 800px) {
  .cre_box .itemArea ul.itemlist li a div.credit p {
    font-size: 12px;
  }
}
.cre_box .itemArea ul.itemlist li a div.credit p.name {
  margin-bottom: 4px;
}
.cre_box .lastImg {
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
}
@media screen and (min-width: 800px) {
  .cre_box .lastImg {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

footer {
  background: #EEEFEF;
  padding-bottom: 30px;
  padding-top: 60px;
}
@media screen and (min-width: 800px) {
  footer {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
footer .footer .flex {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}
footer .footer .flex .twitter {
  width: 8.5333333333%;
}
@media screen and (min-width: 800px) {
  footer .footer .flex .twitter {
    width: 3%;
  }
}
footer .footer .flex .insta {
  width: 7.4666666667%;
}
@media screen and (min-width: 800px) {
  footer .footer .flex .insta {
    width: 2.5%;
  }
}
footer .pokeuni {
  width: 29.0666666667%;
  padding-top: 45px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (min-width: 800px) {
  footer .pokeuni {
    width: 10%;
    padding-top: 50px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
footer p {
  text-align: center;
  font-size: 7px;
  color: #838383;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  footer p {
    font-size: 10px;
  }
}
footer p.copy {
  margin-bottom: 20px;
  font-size: 7px;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  footer p.copy {
    margin-bottom: 30px;
  }
}

div.more__btn {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 799px) {
  div.more__btn {
    background: linear-gradient(180deg, rgba(168, 191, 84, 0) 0%, #FFFFEF 45%);
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
  }
}
@media screen and (min-width: 800px) {
  div.more__btn {
    background-color: #FFFFEF;
    padding-top: 22px;
  }
}
div.more__btn button {
  box-sizing: border-box;
  background: #F5E200 !important;
  color: #000;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 0.8;
  display: block;
  border: none;
  font-family: "abril-display", serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 799px) {
  div.more__btn button {
    width: 100%;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 10px;
  }
}
@media screen and (min-width: 800px) {
  div.more__btn button {
    background: #F5E200;
    width: 300px;
    margin: 0 auto;
    border-radius: 15px;
    padding: 18px 0;
    font-size: 16px;
  }
}
div.more__btn button::before {
  content: "+";
  display: inline-block;
}
@media screen and (max-width: 799px) {
  div.more__btn button::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 800px) {
  div.more__btn button::before {
    margin-right: 10px;
    font-weight: 300;
  }
}
div.more__btn.active {
  background: none !important;
}
@media screen and (min-width: 800px) {
  div.more__btn.active {
    margin-top: 20px;
  }
}
div.more__btn.active button::before {
  content: "-";
}

div.all__btn {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 800px) {
  div.all__btn {
    margin-top: 60px;
    padding-bottom: 140px;
  }
}
div.all__btn a {
  display: block;
  margin: 0 auto;
  width: 64%;
  background: #20608D;
  color: #fff;
  text-align: center;
  padding: 18px 0px 17px 0px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 800px) {
  div.all__btn a {
    width: 360px;
    height: 100px;
    padding: 27px 0px 10px 0px;
  }
}
div.all__btn a p {
  font-size: 14px;
}
@media screen and (min-width: 800px) {
  div.all__btn a p {
    font-size: 22px;
  }
}
div.all__btn a span {
  font-size: 8px;
}
@media screen and (min-width: 800px) {
  div.all__btn a span {
    font-size: 12px;
  }
}

/* fadeUpをするアイコンの動き */
.fadeIn_up01 {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 2s;
}

.fadeIn_up01.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up02 {
  opacity: 0;
  transform: translate(0, 15%);
  transition: 2s;
}

.fadeIn_up02.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */