#freePage--pc {
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: -30px;
  position: relative;
}
#freePage--pc a, #freePage--pc p, #freePage--pc ul, #freePage--pc li, #freePage--pc h1, #freePage--pc h2, #freePage--pc h3, #freePage--pc h4, #freePage--pc h5, #freePage--pc h6, #freePage--pc img {
  font-size: inherit;
  line-height: 1;
}
#freePage--pc img {
  border: 0;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100%;
}
#freePage--pc .sp_only {
  display: none !important;
}
#freePage__inner {
  width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#freePage--pc .dflex {
  display: flex;
  justify-content: space-between;
}
/*****/
#freePage--pc .korokoropanda_202206_content {
  width: 100%;
  margin: 0 auto;
}
#freePage--pc .box {
  position: relative;
  width: 100%;
}
#freePage--pc .box_bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#freePage--pc .box_content {
  position: relative;
}
/****/
#freePage--pc .box_top {
  text-align: center;
}
#freePage--pc .box_top .txt01 {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  padding-top: 15px;
  font-weight: bold;
}
#freePage--pc .box_top .txt02 {
  color: #ffffff;
  font-size: 28px;
  line-height: 25px;
  font-weight: bold;
  padding-top: 15px;
}
#freePage--pc .box_top .txt03 {
  color: #0d2a84;
  font-size: 30px;
  font-weight: bold;
  padding-top: 80px;
}
#freePage--pc .box_top .txt04 {
  color: #9d986f;
  font-size: 14px;
  padding: 30px 0;
  font-weight: bold;
}
#freePage--pc .box_top .txt05 {
  color: #0c2985;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 0.6px;
  font-weight: bold;
}
/****/

/****/
#freePage--pc .box_item {
  margin-top: 15px;
}
#freePage--pc .box_item .item {
  text-align: center;
  position: relative;
}
#freePage--pc .box_item .item_img {
  position: relative;
  display: inline-block;
}
#freePage--pc .box_item .item_icon {
  position: absolute;
  bottom: 0;
  z-index: 9;
  right: 0;
}
#freePage--pc .box_item .item_icon.click {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  right: -16px;
  width: 73px;
  height: 60px;
  animation: clickmove 1s ease-in-out 0s infinite;
}
#freePage--pc .box_item .item_des .txt01 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding: 0 0 25px;
}
#freePage--pc .box_item .item_des .txt02 {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
#freePage--pc .box_item .item_des .txt03 {
  font-size: 15px;
  color: #3f3f3f;
  line-height: 22px;
  padding-bottom: 15px;
}
#freePage--pc .box_item .item_note {
  font-size: 12px;
  color: #ff5b5b;
  line-height: 16px;
  padding-top: 5px;
}
#freePage--pc .box_item.item_col2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#freePage--pc .box-bottom-des {
  margin-bottom: 0;
}
#freePage--pc .box-bottom p {
  font-size: 16px;
  line-height: 33px;
  color: #434343;
  letter-spacing: 0;
}
#freePage--pc .box-bottom .c_red {
  color: #f72525;
}
/*****/

@keyframes clickmove {
  0% {
    transform: rotate(0deg);
  }
  49% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  99% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*------------SLIDE----------------*/
#freePage--pc .img_slider {
  width: 259px;
  height: 260px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  position: relative;
}
#freePage--pc .img_slider > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  transition: .3s ease;
}
#freePage--pc .img_slider > div.show {
  opacity: 1;
  z-index: 1;
}
/*------------ANIMATION----------------*/
@keyframes clickmove {
  0% {
    transform: rotate(0deg);
  }
  49% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(6deg);
  }
  99% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#freePage--pc .box_title {
  position: relative
}
#freePage--pc .panda {
  position: absolute;
  animation: clickmove 1s ease-in-out 0s infinite;
}
#freePage--pc .panda_01 {
  top: 68px;
  left: 224px;
}
#freePage--pc .panda_02 {
  top: 0;
  right: 195px;
}
#freePage--pc .box02 .panda_01 {
  top: -15px;
  left: 330px;
}
#freePage--pc .box02 .panda_02 {
  top: -85px;
  right: 340px;
}
#freePage--pc .box05 .panda_01 {
  top: 130px;
  left: 275px;
}
#freePage--pc .box05 .panda_02 {
  top: 130px;
  right: 275px;
}
/*------------COMMON----------------*/
#freePage--pc .box_item .item_des .txt_blue {
  font-size: 17px;
  color: #4ec4b8;
}
#freePage--pc .box_item .item_des .txt_pink {
  font-size: 17px;
  color: #f28a8f;
}
#freePage--pc.box {
  margin-bottom: 60px;
}
#freePage--pc .box_title {
  margin-bottom: 20px;
}
#freePage--pc .box_point {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  width: 780px;
  margin: 0 auto;
  border: 1px solid;
  background-color: #fff;
}
#freePage--pc .point_img {
  margin-right: 20px;
}
#freePage--pc .point_des {
  font-size: 16px;
  line-height: 20px;
  color: #474747;
}
#freePage--pc .box_point_01 {
  border-color: #f28a8f;
}
#freePage--pc .box_point_02 {
  border-color: #56d8cb;
}
#freePage--pc .box_point_03 {
  border-color: #a4d994;
}
#freePage--pc .box_item.item_col2 {
  display: flex;
  justify-content: center;
}
#freePage--pc .box_item.item_col2 .item {
  margin: 0 65px;
}
#freePage--pc .box_item.item_col3 {
  display: flex;
  justify-content: center;
}
#freePage--pc .box_item.item_col3 .item {
  margin: 0 15px;
}
#freePage--pc .box_item.item_col3 .item_tap {
  margin-top: 50px;
}
#freePage--pc .item_rel {
  position: relative;
}
#freePage--pc .box_item .item_rel .icon_ok {
  position: absolute;
  top: -70px;
  left: -5px;
  z-index: 1;
}
/*------------MV----------------*/
#freePage--pc .mv {
  padding-top: 45px;
  position: relative;
}
#freePage--pc .mv_des {
  font-size: 17px;
  line-height: 30px;
  color: #4ec4b8;
  text-align: center;
  position: absolute;
  bottom: 55px;
  width: 100%;
}
#freePage--pc .mv_date {
  position: absolute;
  top: 125px;
  right: 310px;
}
/*------------BOX1----------------*/
#freePage--pc .box01 {
  background: url('../img/usr/freepage/korokoropanda_202206/bg_box1.png') no-repeat top left;
  height: 929px;
}
#freePage--pc .box01 .box_title {
  padding-top: 82px;
}
/*------------BOX2----------------*/
#freePage--pc .box_blue {
  background: url('../img/usr/freepage/korokoropanda_202206/bg_box2.png') no-repeat top left;
  padding-bottom: 95px;
  padding-top: 95px;
  margin-top: -33px;
  position: relative;
  z-index: 1;
}
#freePage--pc .box02 {
  margin-bottom: 70px;
}
/*------------BOX3----------------*/
#freePage--pc .box03 {
  margin-bottom: 80px;
}
/*------------BOX4----------------*/
#freePage--pc .box_item.item_col3 .box04 .item_tap {
  margin-top: 50px;
}
#freePage--pc .box04 .box_item.item_col3 .item_tap {
  margin-top: 120px;
}
/*------------BOX5----------------*/
#freePage--pc .box_yellow {
  background: url('../img/usr/freepage/korokoropanda_202206/bg_box3.png') no-repeat top left;
  padding-bottom: 150px;
  padding-top: 15px;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
#freePage--pc .box05 .box_item.item_col3 .item_tap {
  margin-top: 140px;
}
#freePage--pc .box05 {
  margin-bottom: 100px;
}
/*------------BOX6----------------*/
#freePage--pc .box06 .box_item.item_col3 .item_tap {
  margin-top: 130px;
}
#freePage--pc .box06 {
  margin-bottom: 90px;
}
/*------------BOX7----------------*/
#freePage--pc .box07 .box_item.item_col3 .item_tap {
  margin-top: 220px;
}
#freePage--pc .box07 {
  margin-bottom: 100px;
}
/*------------BOX8----------------*/
#freePage--pc .box08 .box_item.item_col3 .item_tap {
  margin-top: 100px;
}
/*------------BOX9----------------*/
#freePage--pc .box-bottom {
  background: #fff;
  padding: 40px 0 40px 35px;
}
#freePage--pc .box09 {
  background: url('../img/usr/freepage/korokoropanda_202206/b9_bg.png') no-repeat top left;
  height: 395px;
  margin-bottom: 40px;
}
#freePage--pc .box09 .b9_img {
  margin-bottom: 30px;
}
#freePage--pc .box09 .item_btn {
  margin-bottom: 30px;
}
#freePage--pc .box-bottom .box-bottom-tt, #freePage--pc .box-bottom ul {
  padding-left: 115px;
}