@charset "UTF-8";
:root {
  --common-0101: #8CB1E0;
  --common-0102: #70A1E0;
  --red: #e50112;
  --text: #3D454D;
}

#junbo {
  color: var(--text);
  overflow: hidden;
  /*【PC】*/
  /*【SP】*/
}
#junbo .mv_area {
  width: 100%;
  height: 700px;
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
  background: url(/img/event/junbo/img/mvbg.jpg) no-repeat scroll center bottom/cover;
}
#junbo .mv_area .h1 {
  animation: rotate 10s ease infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}
#junbo .mv_area .text {
  position: relative;
}
#junbo .mv_area .p1 {
  text-align: center;
}
#junbo .mv_area .p2 {
  position: absolute;
  left: 170px;
  top: 270px;
  width: 340px;
  animation: price 5s ease infinite;
}
@keyframes price {
  0% {
    transform: rotate(-5deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(1.1);
  }
  100% {
    transform: rotate(-5deg) scale(1);
  }
}
#junbo .mv_area .p3 {
  text-align: center;
  transform: rotate(-2deg);
}
#junbo .mv_area .p3 .yubi {
  vertical-align: -10px;
  animation: yubi 3s ease infinite;
}
@keyframes yubi {
  0% {
    transform: rotate(-10deg);
  }
  5% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 768px) {
  #junbo .mv_area {
    height: 40vh;
    padding: 0 5%;
  }
  #junbo .mv_area .p2 {
    left: 0;
    top: -25px;
    width: 140px;
  }
  #junbo .mv_area .p3 .yubi {
    height: 25px;
    vertical-align: -8px;
  }
  #junbo .mv_area .p3 .p3t {
    width: 85%;
  }
}
#junbo .btn_set {
  text-align: center;
}
#junbo .btn_set.top {
  background: linear-gradient(#09ADDC, #8DE6FF);
}
#junbo .btn_set a {
  background: #FCFF00;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 25px 80px 25px 60px;
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
#junbo .btn_set a:hover:before {
  right: 30px;
}
#junbo .btn_set a:before {
  content: "";
  background: url(/img/event/junbo/img/btn_arrow.png) no-repeat scroll center center/cover;
  width: 10px;
  height: 20px;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
  transition: all 100ms linear;
  z-index: 1;
}
#junbo .btn_set a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFDD00;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
#junbo .btn_set a:hover:after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#junbo .btn_set a .t1 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #junbo .btn_set a {
    padding: 20px 30px 20px 20px;
  }
  #junbo .btn_set a:before {
    width: 9px;
    height: 13px;
    right: 15px;
  }
}
#junbo .btn_set .p1 {
  margin: 0 0 20px 0;
  animation: btn_top 3s ease infinite;
}
@keyframes btn_top {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#junbo .btn_set .p1 img {
  animation: btn_top_img 3s ease infinite;
}
@keyframes btn_top_img {
  0% {
    transform: scale(0.95, 0.95);
  }
  10% {
    transform: scale(0.95, 1);
  }
  20% {
    transform: scale(1, 0.95);
  }
  30% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(0.95, 0.95);
  }
}
#junbo .btn_set .p2 {
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
}
#junbo .btn_set .p3 {
  margin: -23px 0 20px 0;
  position: relative;
  animation: btn_bottom 3s ease infinite;
}
@keyframes btn_bottom {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(-1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#junbo .btn_set .p3 img {
  animation: btn_bottom_img 3s ease infinite;
}
@keyframes btn_bottom_img {
  0% {
    transform: scale(0.95, 0.95);
  }
  10% {
    transform: scale(0.95, 1);
  }
  20% {
    transform: scale(1, 0.95);
  }
  30% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(0.95, 0.95);
  }
}
@media screen and (max-width: 768px) {
  #junbo .btn_set .p1 {
    margin: 0 0 5px 0;
  }
  #junbo .btn_set .p3 {
    margin: -23px auto 20px;
    width: 70%;
  }
}
#junbo .bg_main {
  background: #8DE6FF;
}
#junbo .title_img {
  text-align: center;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  #junbo .title_img {
    padding: 50px 0 30px;
  }
  #junbo .title_img img {
    width: 60%;
  }
}
#junbo .gift_area .text {
  margin: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .text {
    margin: 10px 0;
  }
}
#junbo .gift_area .medama {
  position: absolute;
  left: -30px;
  top: -30px;
  transform: rotate(-10deg);
  animation: medama 5s ease infinite;
}
@keyframes medama {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  52% {
    transform: rotate(-5deg);
  }
  54% {
    transform: rotate(-13deg);
  }
  56% {
    transform: rotate(-8deg);
  }
  58% {
    transform: rotate(-12deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .medama {
    width: 60px;
    left: -15px;
    top: -15px;
  }
}
#junbo .gift_area .gift_box_01 {
  margin: 0 0 50px 0;
  padding: 40px;
}
#junbo .gift_area .gift_box_01 p {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .gift_box_01 {
    margin: 0 0 30px 0;
    padding: 15px 5%;
  }
  #junbo .gift_area .gift_box_01 p {
    width: 100%;
  }
}
#junbo .gift_area .gift_fl_02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
#junbo .gift_area .gift_fl_02 .medama {
  width: 80px;
  left: -20px;
  top: -20px;
}
#junbo .gift_area .gift_fl_02 .gift_box_02 {
  padding: 30px;
}
#junbo .gift_area .gift_fl_02 .gift_box_02 .title {
  font-size: 1.3em;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .gift_fl_02 {
    display: block;
    margin: 0 0 30px 0;
  }
  #junbo .gift_area .gift_fl_02 .gift_box_02 {
    padding: 15px 5%;
    margin: 0 0 30px 0;
  }
  #junbo .gift_area .gift_fl_02 .medama {
    width: 60px;
    left: -15px;
    top: -15px;
  }
}
#junbo .gift_area .gift_fl_03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .gift_fl_03 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    padding: 0;
  }
}
#junbo .gift_area .gift_box_03 .title {
  font-size: 1em;
}
#junbo .gift_area .gift_box_03 .img img {
  border-radius: 10px 10px 0 0;
}
#junbo .gift_area .gift_box_03 .text {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .gift_box_03 .title {
    font-size: 0.8em;
    margin: 5px 5%;
  }
  #junbo .gift_area .gift_box_03 .text {
    margin: 0;
  }
  #junbo .gift_area .gift_box_03 .title_bottom {
    grid-gap: 5px;
    margin: 0 0 10px 0;
    font-size: 0.8em;
  }
}
#junbo .gift_area .gift_box_bottom {
  display: flex;
  align-items: center;
  margin: 30px 0;
  padding: 0 20px;
}
#junbo .gift_area .gift_box_bottom .title_bottom {
  justify-content: left;
}
@media screen and (max-width: 768px) {
  #junbo .gift_area .gift_box_bottom {
    display: block;
    margin: 10px 0 0 0;
  }
  #junbo .gift_area .gift_box_bottom .text {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 0.8em;
  }
  #junbo .gift_area .gift_box_bottom .title_bottom {
    justify-content: center;
  }
}
#junbo [class*=gift_box_] {
  background: #fff;
  border-radius: 10px;
  position: relative;
}
#junbo [class*=gift_box_] .title {
  color: var(--common-0102);
  font-size: 1.5em;
  margin: 10px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #junbo [class*=gift_box_] .title {
    font-size: 1.2em;
  }
}
#junbo [class*=gift_box_] .title_bottom {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  line-height: 1;
  align-items: center;
}
#junbo [class*=gift_box_] .title_bottom span span {
  font-size: 0.7em;
}
#junbo [class*=gift_box_] .title_bottom .people {
  background: var(--common-0101);
  color: #fff;
  border-radius: 100px;
  padding: 4px 15px;
  letter-spacing: 1px;
}
#junbo [class*=gift_box_] .title_bottom .people.pink {
  background: #AD68D5;
  animation: pink_move 2s ease infinite;
}
@keyframes pink_move {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  15% {
    transform: rotate(2deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  25% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
#junbo [class*=gift_box_] .title_bottom .price {
  color: #ABABAB;
  font-size: 1.2em;
}
#junbo [class*=gift_box_] .title_bottom .price span {
  margin: 0 0 0 10px;
}
#junbo [class*=gift_box_] p {
  text-align: left;
}
#junbo .ap_area {
  background: url(/img/event/junbo/img/apbg.jpg) no-repeat scroll center top/cover;
  text-align: center;
}
#junbo .ap_area ul {
  display: inline-block;
}
#junbo .ap_area li {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  color: #fff;
  text-align: left;
  padding: 30px 10px;
}
#junbo .ap_area li + li {
  border-top: 1px dashed #fff;
}
#junbo .ap_area li .img {
  width: 80px;
  text-align: center;
}
#junbo .ap_area li .title {
  line-height: 1.2;
}
#junbo .ap_area li .step {
  font-size: 0.7em;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
#junbo .ap_area li .step span {
  font-size: 1.5em;
}
#junbo .ap_area li .mini {
  font-size: 0.6em;
}
#junbo .ap_area .btn_set {
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 768px) {
  #junbo .ap_area li {
    grid-gap: 10px;
    padding: 20px 10px;
  }
  #junbo .ap_area li .img {
    width: 20%;
  }
  #junbo .ap_area li .text {
    width: 80%;
  }
  #junbo .ap_area .btn_set {
    padding: 20px 0;
  }
}
#junbo .overview_area .title_main {
  padding: 60px 0 30px 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--common-0102);
}
#junbo .overview_area dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
#junbo .overview_area dl dt,
#junbo .overview_area dl dd {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
#junbo .overview_area dl dt {
  font-weight: bold;
}
#junbo .overview_area dl dd a {
  color: var(--common-0102);
  position: relative;
  text-decoration: underline;
}
#junbo .overview_area dl dd a:hover {
  color: var(--common-0101);
  text-decoration: none;
}
#junbo .overview_area dl dd a[target=_blank] {
  padding: 0 0 0 15px;
}
#junbo .overview_area dl dd a[target=_blank]:before, #junbo .overview_area dl dd a[target=_blank]:after {
  content: "";
  width: 8px;
  height: 7px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: inline-block;
}
#junbo .overview_area dl dd a[target=_blank]:before {
  left: 3px;
  border: 1px solid var(--common-0101);
}
#junbo .overview_area dl dd a[target=_blank]:after {
  left: 0;
  top: 60%;
  border: solid var(--common-0101);
  border-width: 0 0 1px 1px;
}
@media screen and (max-width: 768px) {
  #junbo .overview_area dl dd a[target=_blank]:before {
    top: 8px;
  }
  #junbo .overview_area dl dd a[target=_blank]:after {
    top: 11px;
  }
}
#junbo .overview_area dl ul {
  font-size: 0.9em;
}
#junbo .overview_area dl li {
  list-style-type: disc;
  margin: 0 0 0 17px;
}
#junbo .overview_area dl li + li {
  margin-top: 10px;
}
#junbo .overview_area .banner_area {
  margin: 80px 0 0 0;
  padding: 40px 0;
  text-align: center;
  background: #f5f5f5;
}
#junbo .overview_area .btn_set {
  background: url(/img/event/junbo/img/apbg.jpg) no-repeat scroll center bottom/cover;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  #junbo .overview_area .title_main {
    padding: 30px 0 10px 0;
    font-size: 1.3em;
  }
  #junbo .overview_area dl {
    display: block;
  }
  #junbo .overview_area dl dt,
  #junbo .overview_area dl dd {
    padding: 10px 5px;
  }
  #junbo .overview_area .banner_area {
    margin: 30px 0 0 0;
    padding: 20px 0;
  }
  #junbo .overview_area .btn_set {
    padding: 20px 0;
  }
}
#junbo .move {
  transition: all 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 500ms;
  transform: translateY(30px);
  opacity: 0;
}
#junbo .move.active {
  transform: translateY(0);
  opacity: 1;
}
#junbo .fl {
  display: flex;
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  #junbo .fl {
    display: block;
  }
}
#junbo .fl .box {
  width: 100%;
}
#junbo .fl.reverse {
  flex-direction: row-reverse;
}
#junbo .kome {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}
#junbo .center {
  text-align: center;
}
#junbo .red {
  color: var(--red);
}
#junbo sup {
  font-size: 0.7em;
  vertical-align: text-top;
}
#junbo .hv:hover {
  opacity: 0.7;
}
#junbo .note {
  margin: 10px 0;
}
#junbo .mini {
  font-size: 0.8em;
}
#junbo .white {
  color: #fff;
}
#junbo .big {
  font-size: 1.2em;
}
#junbo .right {
  text-align: right;
}
#junbo .bold {
  font-weight: bold;
}
#junbo a,
#junbo :before,
#junbo :after {
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
#junbo .k {
  font-size: 0.7em;
}
#junbo img {
  vertical-align: bottom;
}
#junbo a:hover {
  text-decoration: none;
}
#junbo h1,
#junbo h2,
#junbo h3,
#junbo h4 {
  background: none;
  margin: 0;
  padding: 0;
}
#junbo .m {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif;
}
@media screen and (min-width: 769px) {
  #junbo .inner {
    min-width: 1000px;
    max-width: 1000px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #junbo .inner_mini {
    min-width: 700px;
    max-width: 700px;
    margin: auto;
    width: calc(100% - 50px);
  }
  #junbo .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #junbo .inner,
  #junbo .inner_mini {
    padding: 0 5%;
  }
  #junbo .pc {
    display: none;
  }
}/*# sourceMappingURL=junbo_style.css.map */