@charset "utf-8";

[data-ref=tearmModalList].drawer .modal-action .button-item.button-primary {
    background-color: #1943d4;
    color: #fff;
}

.button-item.button-primary {
    position: relative;
    background-color: #1943d4;
    font-weight: 500;
}

.img-responsive {
    position: relative;
    display: block;
    width: 100%;
}

#headcopy {
    line-height: 140%;
}

.thumb-event {
    position: relative;
}

.section-event  {
    overflow: hidden;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px 2px rgb(93 93 93 / 4%);
}

.benefit-list .item {
    position: relative;
    padding-left: 80px;
}

.benefit-list .subcopy {
    position: absolute;
    left:  0;
    width: 80px;
}

.accordian-content .item-headcopy{
    position: relative;
    padding: 16px 32px 16px 0;
    border-bottom: 1px solid #bbb;
}

.accordian-content .icon.icon-noti {
    background-position: 8px 50%;
}

.accordian-content.active .item-headcopy::after {
    transform: rotate(180deg);
}

.accordian-content .item-headcopy::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    right: 8px;
    top: 16px;
    background-image: url(/images/mv/plan/ic_chevron_down.png);
    background-position: left top;
    background-size: 18px 18px ;
    background-repeat: no-repeat;
}

.accordian-content.active .item-headcopy {
    border-bottom: 1px solid #f6f6f6;
}

/* .accordian-content {
    background-color: #f9f9f9;
} */

.accordian-content .wrap-item {
    display: none;
}

.accordian-content.active .wrap-item {
    display: block;
}

.section-legal {
    background-color: #f9f9f9;
}

.accordian-content .item-info {
    display: none;
}

.accordian-content.active .item-info {
    display: block;
}

.event-20260331 .img-responsive {
    padding: 20px 60px 0;
}

.event-20260331 .thumb-event {
    padding-bottom: 16px;
}

/* 20260332 */

.event-20260332 .img-responsive {
    z-index: 3;
}

.event-20260332 .thumb-event {
    overflow: hidden;
}


.event-20260332 .wrap-bg  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.event-20260332 .wrap-bg .bg {
    width: 44%;
    height: 124px;
    position: absolute;
    top: 100px;
    left: 50%;
    opacity: .5;
    border-radius: 80%;
    filter: blur(20px);
    transform:translateX(-50%);
    z-index: 3;
}

.event-20260332 .wrap-bg .bg-01 {      
    top: 40px;
    left: 170px;
    width: 240px;
    height: 240px;
    background-color: rgba(206, 224, 255, 1);
} 


@keyframes name {
    0% {
      opacity: .5;
    }
  
    100% {
      opacity: 1;
    }
  }


.event-20260332 .icon-container {
    position: absolute;
    left: 50%;
    top:  70%;
    width: 120%;
    height: 160%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 5;
}

.event-20260332 .icon-container .icon {
    position: absolute;
    width: 48px;
    height: 48px;
    background-size: 48px auto;
    background-position: 0 0;   
    background-repeat: no-repeat; 
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.event-20260332 .icon-container .icon-am1 {
    background-image: url(../../images/mv/plan/ico_assist01.png);    
    top: 19%;
    left: 25%;
    transform: translate(-10%, -50%) rotate(324deg) scale(.8);
    filter: blur(1.5px);
    opacity: .5;
    animation: floatYa 2.8s ease-in-out infinite;
}

.event-20260332 .icon-container .icon-am2 {
    background-image: url(../../images/mv/plan/ico_assist02.png); 
    top: 33%;
    right: 16%;
    transform: translate(-50%, -50%) rotate(32deg) scale(1);
    animation: floatYb 2.8s ease-in-out infinite;
    /* animation-delay: .5s; */
    filter: blur(1px);
    opacity: .8;
}

.event-20260332 .icon-container .icon-am3 {
    background-image: url(../../images/mv/plan/ico_assist03.png);    
    top: 60%;
    left: 41%;
    animation-delay: 0s;
    z-index: 999999;
    transform: translate(-26%, -30%) rotate(39deg) scale(.7);
    animation: floatYc 2.8s ease-in-out infinite;
    /* filter: blur(1px); */
    opacity: .8;
}

.event-20260332 .icon-container .icon-am4 {
    background-image: url(../../images/mv/plan/ico_assist04.png); 
    top: 56%;
    left: 17%;
    transform: translate(-50%, -50%) rotate(32deg) scale(.5);
    animation: floatYd 2.8s ease-in-out infinite;
    filter: blur(3px);
    opacity: .7;
}

.event-20260332 .icon-container .icon-am5 {
    background-image: url(../../images/mv/plan/ico_assist05.png);    
    top: 56%;
    right: 8%;
    animation-delay: 0s;
    z-index: 999999;
    transform: translate(-50%, -50%) rotate(39deg) scale(.6);
    animation: floatYe 2.8s ease-in-out infinite;
    filter: blur(3px);
    opacity: .6;
}

@keyframes floatYa {
  0% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
  25% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.8);
  }
  50% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
  75% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.8);
  }
  100% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.8);
  }
}

@keyframes floatYb {
  0% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
  25% {
     transform: translate(-42%, -58%) rotate(32deg) scale(1);
  }
  50% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
  75% {
     transform: translate(-42%, -58%) rotate(32deg) scale(1);
  }
  100% {
     transform: translate(-50%, -50%) rotate(32deg) scale(1);
  }
}


@keyframes floatYc {
  0% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
  25% {
     transform: translate(-26%, -38%) rotate(39deg) scale(.7);
  }
  50% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
  75% {
     transform: translate(-26%, -38%) rotate(39deg) scale(.7);
  }
  100% {
     transform: translate(-26%, -30%) rotate(39deg) scale(.7);
  }
}


@keyframes floatYd {
  0% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
  25% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.5);
  }
  50% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
  75% {
     transform: translate(-18%, -58%) rotate(324deg) scale(.5);
  }
  100% {
     transform: translate(-10%, -50%) rotate(324deg) scale(.5);
  }
}

@keyframes floatYe {
  0% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
  25% {
     transform: translate(-42%, -58%) rotate(43deg) scale(.6);
  }
  50% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
  75% {
     transform: translate(-42%, -58%) rotate(43deg) scale(.6);
  }
  100% {
     transform: translate(-50%, -50%) rotate(43deg) scale(.6);
  }
}

.mg-t-init {
    margin-top: 0;
}


.event-20260332 .service-content .num {
    font-style: italic;
}