@charset "utf-8";

html {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
@media only screen and ( max-width : 767px ) {
  .section {
    padding: 40px 0;
  }
  .box {
    margin-bottom: 40px;
  }
  .br_pc {
    display: none;
  }
  .sp_none {
    display: none;
  }
}
@media print, screen and ( min-width : 768px ) {
  .section {
    padding: 90px 0;
  }
  .box {
    margin-bottom: 90px;
  }
  .br_sp {
    display: none;
  }
  .sp {
    display: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
footer {
  background: #002E68;
  color: #fff;
  position: relative;
}
footer a {
  color: #fff;
}
footer li:after {
  color: #fff;
}
@media only screen and ( max-width : 767px ) {
  footer {
    padding-top: 20px;
    padding-bottom: 130px;
  }
  footer .is__sp.footer_nav {
    display: none;
  }
  #sp_fixed_bottom {
    background: #DBBE51;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
    width: 100%;
    height: 90px;
  }
  #sp_fixed_bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
  }
}
@media only screen and ( max-width : 375px ) {
  #sp_fixed_bottom {
    height: 70px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #sp_fixed_bottom {
    display: none;
  }
}



/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#main_visual {
  position: relative;
}
#main_visual img {
  width: 100%;
  display: block;
}



/* ---------------------------------------------------------------------------------------------

　   POINT

--------------------------------------------------------------------------------------------- */
#point h2 {
  text-align: center;
}
.body__page #point h2:after {
  content: none;
}
.point_wrapper {
  background: url(../img/bg_top.png) no-repeat top left / 100%,url(../img/bg_bottom.jpg) no-repeat bottom left / 100%;
  position: relative;
}

.point_inner {
  background: #ECDC91;
}
#point01 {
  position: relative;
}
.point_content {
  position: relative;
}
.point_deco_img {
  position: absolute;
}
.app_dl {
  position: relative;
}
.app_dl h3 {
  text-align: center;
}
.app_dl li:last-child {
  margin-right: 0;
}
.dl_deco_img {
  position: absolute;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  .point_wrapper {
    padding: 7vw 0;
  }
  #point h2 {
    margin-bottom: -4vw;
  }
  #point h2 img {
    max-width: 84%;
  }
  #point01 p {
    text-align: right;
    font-size: 10px;
    margin-top: 10px;
  }
  .point_box {
    margin-bottom: 60px;
  }
  .point_col_box {
    margin: 0 auto 60px;
    max-width: 90%;
  }
  #point02 .point_deco_img {
    width: 18%;
    top: 50%;
    transform: translateY(-50%);
    right: -9%;
  }
  #point03 .point_deco_img {
    width: 16%;
    bottom: 0;
    right: -4%;
  }
  .point_img {
    margin-bottom: 20px;
  }
  .app_dl {
    padding: 0 0 38vw;
  }
  .app_dl h3 {
    margin-bottom: 6%;
  }
  .app_dl h3 img {
    width: 34%;
  }
  .app_dl li {
    max-width: 49%;
    margin-right: 2%;
  }
  .dl_deco01 {
    left: 5%;
    top: -6%;
    max-width: 20%;
  }
  .dl_deco02 {
    right: 0;
    top: 2%;
    max-width: 28%;
  }
  #price img {
    display: block;
    margin: -20vw auto 0;
    position: relative;
  }
}

@media print, screen and ( min-width : 768px ) {
  .point_wrapper {
    padding: 76px 0;
  }
  #point h2 {
    margin-bottom: -50px;
  }
  #point01 p {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }
  .point_box {
    margin-bottom: 100px;
  }
  .point_col_box {
    max-width: 1100px;
    margin: 0 auto 100px;
  }
  .point_img {
    width: 40%;
  }
  .point_content {
    width: 56%;
  }
  #point02 .point_deco_img {
    width: 22%;
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
  }
  #point03 .point_deco_img {
    width: 16%;
    top: 50%;
    transform: translateY(-50%);
    left: -20%;
  }
  .app_dl {
    padding-bottom: 15vw;
  }
  .app_dl h3 {
    margin-bottom: 4%;
  }
  .app_dl ul {
    max-width: 56%;
    margin: 0 auto;
  }
  .app_dl li {
    width: 49%;
    margin-right: 4%;
  }
  .app_dl h3 img {
    max-width: 50%;
  }
  .dl_deco01 {
    left: 5%;
    top: 0;
    max-width: 14%;
  }
  .dl_deco02 {
    right: 0;
    bottom: 5vw;
    max-width: 24%;
  }
  #price img {
    width: 80%;
    max-width: 1000px;
    display: block;
    margin: -9vw auto 0;
    position: relative;
  }
}
@media print, screen and ( min-width : 1000px ) {
  .point_wrapper {
    padding: 7vw 0;
  }
  #point01 p {
    font-size: 14px;
    right: 8%;
  }
  .app_dl ul {
    max-width: 38%;
  }
}
@media print, screen and ( min-width : 1400px ) {
  #point h2 {
    margin-bottom: -35px;
  }
}




/* ---------------------------------------------------------------------------------------------

　   SHOP

--------------------------------------------------------------------------------------------- */
#shop h2 {
  text-align: center;
}
.shop_btn {
  display: block;
  margin: 0 auto;
}
@media only screen and ( max-width : 991px ) {

}
@media only screen and ( max-width : 767px ) {
  #shop h2 {
    margin-bottom: 20px;
  }
  .shop_btn {
    width: 90%;
  }
  .shop_bear_balloon {
    width: 70%;
    margin: 0 auto 20px;
  }
  .shop_bear {
    margin: 40px auto 0;
  }
}

@media print, screen and ( min-width : 768px ) {
  #shop h2 {
    margin-bottom: 20px;
  }
  #shop h2 img {
    max-width: 64%;
  }
  .shop_btn {
    max-width: 500px;
    width: 54%;
  }
  .shop_bear_balloon {
    width: 50%;
    margin: 0 auto 50px;
  }
  .shop_bear {
    max-width: 1000px;
    width: 80%;
    margin: 100px auto 0;
  }
}
@media print, screen and ( min-width : 992px ) {

}


/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
  transition-delay: .1s;
}
.fadein.fadein__active.delay1 {
  transition-delay: .4s;
}
.fadein.fadein__active.delay2 {
  transition-delay: .8s;
}
.fadein.fadein__active.delay3 {
  transition-delay: 1.2s;
}
.fadein.fadein__active.delay4 {
  transition-delay: 1.6s;
}
@media print, screen and ( min-width : 768px ) {
  .col2_anim_pc .fadein.fadein__active:nth-child(2n) {
    transition-delay: .3s !important;
  }
  .col3_anim_pc .fadein.fadein__active:nth-child(3n+2) {
    transition-delay: .3s !important;
  }
  .col3_anim_pc .fadein.fadein__active:nth-child(3n) {
    transition-delay: .6s !important;
  }
}

.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: .3s;
  animation-delay: .3s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
@media print, screen and ( min-width : 768px ) {
  .pc_fadein_up {
    opacity: 0;
    transition: .8s;
    animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .pc_fadein_up.pc_fadein_up__active {
    opacity: 1;
    animation-name: fadein_up__active;
    animation-duration: 1.2s;
  }
  .col2_anim_pc .fadein_up.fadein_up__active:nth-child(3n+2) {
    transition-delay: .6s;
    animation-delay: .6s;
  }
  .col3_anim_pc .fadein_up.fadein_up__active:nth-child(3n+2),
  .col3_anim_pc .pc_fadein_up.pc_fadein_up__active:nth-child(3n+2) {
    transition-delay: .6s;
    animation-delay: .6s;
  }
  .col3_anim_pc .fadein_up.fadein_up__active:nth-child(3n),
  .col3_anim_pc .pc_fadein_up.pc_fadein_up__active:nth-child(3n) {
    transition-delay: .9s;
    animation-delay: .9s;
  }
}
@keyframes fadein_up__active {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}
.fadein_up.fadein_up__active.delay1 {
  transition-delay: .2s;
  animation-delay: .2s;
}
.fadein_up.fadein_up__active.delay2 {
  transition-delay: .4s;
  animation-delay: .4s;
}

/* 拡大 */
.zoomIn{
  opacity: 0;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  /*visibility: hidden;*/
}
.zoomIn.zoomIn__active {
  opacity: 1;
  animation-name:zoomInAnime;
  /*visibility: visible;*/
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}
