body * {margin:0; padding:0; box-sizing:border-box;}
a, button {cursor: pointer;}
ul, li ,ol{list-style: none;}
.hidden-pc{display: none;}
.hidden-mo {display: block;}
.btn-group.hidden-pc {display: none;}

body {
    --c_white: #fff;
    --c_lightblue: #E9F5FC;
    --c_blue: #007FFF;
    --c_grey: #F1F4F8;
    --c_deepgrey: #6d757c;
    --c_black: #000;
    --c_pink: #FF32B5;
    /*  color */
    --padding: 180px 50px;
    --padding_visual: 142px 50px;
    --padding_baloon: 14px 58px;
    --padding_btn: 12.5px 56px;
}

.tenAnni-inner {
    text-align: center;
    max-width: 1396px;
    padding: var(--padding);
    margin: 0 auto;
}
.visual-subtxt {    
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: var(--c_black);
    padding-top: 14px;
}
.tenAnni-tit {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
}

.tenAnni-tit b {
    font-weight: 700;
    color: var(--c_blue);
}
.tenAnni-subtit {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 16px;
}
.add-tit {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
}
.add-tit b {
    color: var(--c_blue);
}
.num10-p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -1px;
    color: #36393C;
}
.btn-group {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 80px auto 0;
}
.tenAnni-num10 .btn-group {
    margin: 60px auto 0;
}
.tenAnni-coupon .btn-group {
    margin: 70px auto 0;
}
.btn-group .btn {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 320px;
    color: var(--c_white);
    font-weight: 700;
    line-height: 1.7;
    margin: 0 auto;
    padding: var(--padding_btn);
    border-radius: 8px;
}
.tenAnni-num10 .btn-group .btn {
    margin: 0 auto 0 0;
}
.btn-group .btn.black1,
.btn-group .btn.black2,
.btn-group .btn.black4 {
    background-color: var(--c_black);
}
.btn-group .btn.black3 {
    background-color: var(--c_black);
    border: 2px solid var(--c_white);
}
.btn-group .btn.white1 {
    color: var(--c_black);
    background-color: var(--c_white);
    border: 4px solid var(--c_black);
    box-shadow: 4px 4px 0px 0px var(--c_black);
}
.btn-group .btn.white2 {
    color: var(--c_black);
    background-color: var(--c_white);
    border: 2px solid var(--c_black);
}
.btn-group .btn.white3 {
    color: var(--c_black);
    background-color: var(--c_white);
}
.btn-group .btn.pink1 {
    color: var(--c_white);
    background-color: var(--c_pink);
    border: 4px solid var(--c_black);
    box-shadow: 4px 4px 0px 0px var(--c_black);
}
.btn-group .btn.pink2 {
    color: var(--c_white);
    background-color: var(--c_pink);
}
.btn-group.double .btn {
    margin: 0;
}
.btn-group .btn.blue1 {
    background-color: var(--c_blue);
}
.btn-group.double > a._share {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 200px;
    gap: 8px;
    font-weight: 700;
    border-radius: 8px;
    box-shadow: none;
    color: var(--c_white);
    background-color: var(--c_black);
}
.btn-group > a::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png');
    background-size: cover;
}
.btn-group .btn.white1::after,
.btn-group .btn.white2::after,
.btn-group .btn.white3::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_2.png');
    background-size: cover;
}
.btn-group > a._share::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/btn_share.png');
    background-size: cover;
}



.tenAnni-visual {
    position: relative;
	background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/bg_visual.jpg') no-repeat center / 100% auto #fb134b;
    overflow: hidden;
}
.tenAnni-visual .tenAnni-inner {
    position: relative;
    max-width: 888px;
    padding: var(--padding_visual);
}
.tenAnni-visual .visual-star {
    position: absolute;
    display: block;
}
.tenAnni-visual .visual-star._1 {
    width: 48px;
    height: 48px;
    top: 4px;
    left: -28px;
    animation: 1s banner-ch2 infinite ease alternate;
}
.tenAnni-visual .visual-star._2 {
    width: 31px;
    height: 31px;
    top: -20px;
    left: 10px;
    animation: 1.5s banner-ch2 infinite ease alternate;
}
.tenAnni-visual .visual-star._3 {
    width: 42px;
    height: 42px;
    bottom: 175px;
    right: -35px;
    animation: 1.5s banner-ch2 infinite ease alternate;
}
.tenAnni-visual .visual-star._4 {
    width: 27px;
    height: 27px;
    bottom: 210px;
    right: -55px;
    animation: 2s banner-ch2 infinite ease alternate;
}
.tenAnni-visual .visual-star._5 {
    width: 19px;
    height: 19px;
    bottom: 155px;
    right: -50px;
    animation: 1s banner-ch2 infinite ease alternate;
}
.vis-txtbox {
    position: relative;
}
.visual_tit {
    position: relative;
    z-index: 1;
}
.visual_tit {
    opacity: 0;
}
.tenAnni-visual h2::before {
    content: '';
    display: block;
    position: absolute;
    top: -48%;
    right: 0;
    width: 178px;
    height: 289px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/visual_curtain.png') no-repeat center;
    background-size: contain;
    transform: translateY(-100%);
}
.tenAnni-visual.__ani h2::before {
    transform: translateY(0%);
    transition: .4s transform .9s ease-out;
}
.tenAnni-visual.__ani .visual_tit._maintit {
    animation: .7s flip-in-hor-top .1s cubic-bezier(0.380, -0.550, 0.265, 1.550) both;
}
.tenAnni-visual.__ani .visual_tit._subtit {    
    animation: .4s slide-in-right .16s linear both;
}
.visual_tit._subtit {
    display: block;
    width: 749px;
    margin: 6px 0 0 auto;
}
.vis-imgbox div.hidden-mo {
    display: flex;
    justify-content: space-between;
    width: 1519px;
    position: absolute;
    top: -89px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.vis-imgbox div.hidden-mo > img:first-child {
    width: 412px;
    height: 351px;
    margin-bottom: 53px;
}
.vis-imgbox div.hidden-mo > img:last-child {
    width: 386px;
    margin: 63px -50px 0 0;
}
.tenAnni-visual h2 {    
    position: relative;
    line-height: 0;
    max-width: 788px;
    margin: 0 auto 52px;
    z-index: 2;
}
.tenAnni-visual em {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
    color: var(--c_white);
    margin: 0 auto;
    border-bottom: 2px solid var(--c_white);
    opacity: 0;
    transition: .5s opacity 1.3s ease-in;
}
.tenAnni-visual em::after {
    content: '';
    display: block;
    width: 36px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/arrows_double.png') no-repeat center;
    background-size: cover;
}
.tenAnni-visual.__ani em {
    opacity: 1;
}




.tenAnni-growup .add-tit {
    padding-bottom: 12px;
}
.growup-tit {   
    vertical-align: middle;
    display: inline-flex;
    width: 219px;
    height: 107px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/growup_tit.png');
    background-size: cover;
    margin-right: 8px;
}
.growup-conts .tenAnni-subtit {
    padding-bottom: 30px;
}
.growup-conts {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 274px;
}
.growup-conts .txt-box {
    text-align: left;
    display: flex;
    flex-direction: column;
}
.growup-table {
    text-align: left;
    width: 634px;
}
.img-box {
    position: relative;
    text-align: left;
    line-height: 0;
    display: block;
    width: 730px;
}
.growup-badge {
    position: absolute;
    top: -37%;
    right: 0;
    max-width: 520px;
    max-height: 364px;
    width: 100%;
    height: 100%;
    transform: scale(0);
}
.__ani .growup-badge {
    animation: .4s growup 1s ease-out forwards;
}




.tenAnni-trend {
    background-color: var(--c_blue);
}
.tenAnni-trend .tenAnni-subtit {
    padding-bottom: 16px;
}
.trend-conts .tenAnni-subtit {
    font-weight: 700;
}
.trend-table {
    display: flex;
    max-width: 1280px;
    width: 100%;
    gap: 13px;
    margin-top: 80px;
}
.trend-table > div {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.trend-table .table-layout .table-li {
    align-items: center;
    display: flex;
    flex-direction: row;
    padding: 34px 24px 35px 40px;
}
.trend-table .table-li {
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--c_white);
    border-radius: 20px;
    padding: 40px 24px 24px 40px;
}
.trend-table .table-li p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    padding-bottom: 6px;
}
.trend-table .table-li > img {
    display: block;
    width: 160px;
    height: 160px;
    margin: auto 0 0 auto;
}
.trend-table .table-layout .table-li > img {
    width: 130px;
    height: 130px;
    margin: 0 0 0 auto;
}



.tenAnni-num10 {
    background-color: var(--c_grey);
}
.tenAnni-num10 .tenAnni-inner {
    display: flex;
    justify-content: space-between;
}
.tenAnni-num10 ._sti {
    position: sticky;
    text-align: left;
    top: 182px;
    min-width: 350px;
    height: 1050px;
}
.num10-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 736px;
    width: 100%;
}
.num10-list > li {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: var(--c_white);
    border-radius: 36px;
    Padding: 64px;
}
.num10-list > li._1::before {
    content: '';
    width: 208px;
    height: 288px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_8.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._2::before {
    content: '';
    width: 208px;
    height: 288px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_9.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._3::before {
    content: '';
    width: 416px;
    height: 288px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_13.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._4::before {
    content: '';    
    max-width: 600px;
    min-width: 500px;
    width: 29.95vw;
    height: 360px;
    display: block;
    position: absolute;
    top: 64px;
    right: 8%;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_3120.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._5::before {
    content: '';
    width: 390px;
    height: 360px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_150.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._6::before {
    content: '';
    max-width: 575px;
    min-width: 500px;
    width: 29.95vw;
    height: 360px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_6800.png') no-repeat center;
    background-size: contain;
}
.num10-list > li._7::before {
    content: '';
    width: 390px;
    height: 360px;
    display: block;
    position: absolute;
    top: 64px;
    right: 64px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/num_first_800.png') no-repeat center;
    background-size: contain;
}
.rolling {
    position: relative;
    width: 100%;
    max-height: 420px;
    line-height: 0;
    margin: 0 auto;
}
.rolling > img {
   width: 100%;
   height: 100%;
}
.rolling > img:nth-child(2),
.rolling > img:nth-child(3),
.rolling > img:nth-child(4) {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.rolling > img {
    opacity: 0; 
}
.rolling > img.active {
    opacity: 1;
    z-index: 5;
}
.num10-p-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}
.num10-list .add-tit {
    font-weight: 700;
}
.earth {
    position: relative;
}
.earth img:first-child {
    position: relative;
    z-index: 2;
    transform: rotate(-2deg);
    animation: personne 3s linear infinite alternate;
}
.earth-img {
    position: absolute;
    bottom: 58px;
    left: calc((100% - 221px) /2);
    width: 221px;
    height: 213px;
    animation: earth 8s linear infinite;
}
.info-p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.7;
    color: #36393C;
    padding-bottom: 40px;
}



.history-conts {
    margin-top: 80px;
}
.history-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 80px 20px;
}
.h-box {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 240px;
    width: 100%;
}
.h-box::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: -50px;
    width: 80px;
    height: 2px;
    background-color: var(--c_grey);
    transition: all .15s ease-in;
}
.h-box:nth-child(5)::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: 0px;
    width: 40px;
    height: 2px;
    background-color: var(--c_grey);
}
.h-box.sixth::before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 40px;
    height: 2px;
    background-color: var(--c_grey);
}
.h-box._pink::after {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: -50px;
    width: 80px;
    height: 2px;
    background-color: var(--c_grey);
}
.h-box._pink:last-child::after {
    content: none;
}
.h-box._baloon1 > h5:before {
    content: '업계 최초';
    position: absolute;
    top: -10px;
    left: calc((100% - 61px) / 2);
    display: block;
    width: 61px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--c_white);
    background-color: var(--c_blue);
    border-radius: 13px;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s ease-in;
}
.h-box._baloon2 > h5:before {
    content: '업계 유일';
    position: absolute;
    top: -10px;
    left: calc((100% - 61px) / 2);
    display: block;
    width: 61px;
    height: 20px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--c_white);
    background-color: var(--c_pink);
    border-radius: 13px;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s ease-in;
}
.h-box > h5 {
    position: relative;
    width: 100px;
}
.h-box > h5::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c_black);
    opacity: 0.4;
    border-radius: 20px;
}
.h-box > small {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: #BDC6CF;
}
.h-box p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    padding-bottom: 8px;
    color: #BDC6CF;
}
.h-box em {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #BDC6CF;
}


.tenAnni-coupon {
	background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/coupon_bg.jpg') no-repeat center / 100% auto #fb134b;
}
.tenAnni-coupon h3 {
    max-width: 1040px;
    line-height: 0;
    margin: 0 auto;
}
.tenAnni-coupon .tenAnni-subtit {
    color:  var(--c_white);
    padding-bottom: 0;
}
.coupon-conts {
    position: relative;
    width: 100%;
    max-width: 388px;
    margin: 74px auto 0;
}
.coupon-icon {
    position: absolute;
    animation: move .8s ease-in-out infinite alternate;
}
.coupon-conts > img {
    position: relative;
    transform: translateY(-80px) scale(.7);
    opacity: 0;
    transition: .8s all .5s ease-in-out;
}
.coupon-conts.__ani > img {
    transform: translateY(0px) scale(1);
    opacity: 1;
}
.coupon-conts::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
    width: 355px;
    height: 52px;
    background-color: var(--c_white);
    box-shadow: 0px 4.299px 4.299px 0px rgba(255, 255, 255, 0.25) inset, 0px -4.299px 4.299px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 50px;
    z-index: 0;
}
.coupon-conts::after {
    content: '';
    position: absolute;
    top: -30px;
    left: -70px;
    display: block;
    width: 512px;
    height: 455px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/img_star_g.png') no-repeat center;
    background-size: contain;
    opacity: 0;
    animation: 1.5s opaciTy infinite ease-in-out alternate;
}
.coupon-conts.__ani::after {
    opacity: 1;
}
.coupon_baloon {
    display: block;
    width: 204px;
    height: 115px;
    margin: 32px auto 6px;
}
.coupon_baloon::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/img_baloon.png') no-repeat center;
    background-size: contain;
    opacity: 0;
}
.coupon_baloon.__ani::before {
    animation: .5s flip-in-hor-top .1s cubic-bezier(0.380, -0.550, 0.265, 1.550) both;
}



.tenAnni-survey .tenAnni-subtit {
    padding-bottom: 8px;
}
.tenAnni-survey h3 {
    width: 774px;
    margin: 0 auto;
}
.tenAnni-survey em {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_deepgrey);
    margin-top: 28px;
}
.tenAnni-survey .survey-conts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 652px 795px 363px;
    gap: 24px;
    margin-top: 80px;
}
.survey-conts .box {
    position: relative;
    align-items: baseline;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 5px solid #000;
    background: var(--ffffff, #FFF);
    box-shadow: 4px 4px 0px 0px #000;
    padding: 40px;
}
.column-b {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.column-b .box {
    height: 100%;
}
.survey {
    display: flex;
    gap: 24px;
}
.survey._2 {
    flex-direction: column;
}
.survey._3 {
    order: 4;
}
.survey._4 {    
    height: 636px;
    order: 3;
}
.survey._5 {
    order: 6;
    height: 360px;
}
.survey._6 {
    width: 100%;
    height: 519px;
    order: 5;
    margin-top: -159px;
}
.survey._5 .box:last-child::before {
    content: '';
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    width: 40%;
    height: 17%;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/survey_2-2_add.png') no-repeat center;
    background-size: contain;
}
.survey h5 {
    text-align: left;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
    padding-bottom: 36px;
}
.survey span {
    display: block;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
    color: var(--c_blue);
}
.survey p {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}
.survey strong {
    color: var(--c_blue);
}
.srv3-img {
    width: 193px;
    height: auto;
}
.srv7-img {
    max-width: 240px;
    min-width: 140px;
    width: 100%;
    height: auto;
    margin: -40px 0 0 auto;
}
.survey._2 .box:last-child {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.survey._6 h5 {
    padding-bottom: 0;
}




.tenAnni-member {
    background-color: var(--c_lightblue);
}
.tenAnni-member h4 {
    width: 336px;
    height: 56px;
    margin: 0 auto;
}
.member-conts {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 80px;
    perspective: 1000px;
}
.member-conts > li > a {     
    display: block;
    width: 100%;  
    height: 100%;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: .5s;
}
.front, .back {
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 54px;
    background-color: var(--c_black);
    border-radius: 20px;
    backface-visibility: hidden;
}
.tenAnni-member .front {
    position: relative;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/member_b_1.png') no-repeat center;
    background-size: cover;
}
.tenAnni-member .front._2 {
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/member_b_1.png') no-repeat center;
    background-size: cover;
}
.tenAnni-member .front._3 {
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/member_b_3.png') no-repeat center;
    background-size: cover;
}
.tenAnni-member .front._4 {
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/member_b_4.png') no-repeat center;
    background-size: cover;
}
.back {
    background-color: var(--c_white);
    transform: rotateY(180deg);
}
.member-icon {    
    width: 100%;
    height: 100%;
    max-width: 180px;
    max-height: 180px;
}
.member-conts .text-box {    
    width: 50%;
    text-align: left;
}
.member-conts h5 {
    font-weight: 700;
    padding-bottom: 8px;
}
.member-conts h5 strong {
    color: var(--c_blue);
}
.member-conts .info-p {
    color: #aaa;
    padding-bottom: 0;
}
.front h5 {
    color: var(--c_white);
}
.back h5 {
    color: var(--c_black);
}
.back .info-p {
    color: #aaa;
}




.tenAnni-employ h4 {
    width: 215px;
    height: 56px;
    margin: 0 auto;
}
.employ-conts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
    margin-top: 80px;
    perspective: 1000px;
}
.employ-conts > li > a {     
    display: block;
    width: 100%;  
    height: 100%;
    border-radius: 20px;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    transition: .5s;
}
.employ-conts .front, .employ-conts .back {    
    text-align: right;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 64px;
    width: 100%;
    height: 100%;
    padding: 43px 40px 27px;
    background-color: var(--c_black);
    border-radius: 20px;
    backface-visibility: hidden;
}
.employ-conts .front {
    position: relative;
}
.employ-conts .back {
    gap: 0;
    background-color: var(--c_grey);
}
.employ-conts .text-box {    
    text-align: left;
    width: 100%;
}
.employ-conts h5 strong {
    color: var(--c_pink);
}
.employ-conts .front h5 {
    font-weight: 700;
    color: var(--c_white);
}
.employ-conts .info-p {
    color: #aaa;
    padding-bottom: 0;
}
.employ-conts .back h5 {
    font-weight: 700;
    color: var(--c_black);
}
.employ-conts .back .info-p {
    color: #aaa;
}
.back .employ-icon {
    width: 278px;
    height: 251px;
}
.employ-icon {
    width: 160px;
    height: 160px;
}



.tenAnni-5prejudices {
    background-color: var(--c_black);
    overflow: hidden;
}
.tenAnni-5prejudices .tenAnni-tit {
    position: relative;
    color: var(--c_white);
    z-index: 2;
}
.tenAnni-5prejudices h3::before {
    content: '';
    display: block;
    position: absolute;
    right: 66px;
    top: 11px;
    width: 29px;
    height: 48px;
    z-index: 3;
    background: #000 url('/wp-content/themes/fastfive/assets/event/240327_5prejudices/img/tit_txt_i.png') 50% 50% no-repeat;
    background-size: 39px 68px;
    opacity: 0;
}
.tenAnni-5prejudices .__ani h3::before {
    opacity: 1;
    transition-delay: .6s;
}
.tenAnni-5prejudices .tit_box {    
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.img_broken {
    position: absolute;
    top: -153px;
    right: -120px;
    width: 379px;
    z-index: 0;
    opacity: 0;
}
.__ani .img_broken {
    opacity: 1;
    transition-delay: .6s;
}
.hand_box {
    position: absolute;
    width: 226px;
    height: 112px;
    top: -25px;
    right: -180px;
    transform: translateX(70px);
}
.__ani .hand_box {
    animation: hand .1s linear .5s forwards;
}


.tenAnni-chairman h4 {
    width: 185px;
    height: 56px;
    margin: 0 auto;
}
.chairman-conts {
    position: relative;
    max-width: 1060px;
    margin: 80px auto 0;
}
.chairman-conts::after {
    content: '';
    position: absolute;
    bottom: 100px;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--c_black);
    z-index: 1;
}
.noo-box {    
    position: relative;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    min-width: 335px;
    max-width: 791px;
    margin: 0 auto;
}
.noo-box > a {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.noo-box > a > img {
    transform-origin: bottom;
    transition: all .5s ease;
}
.noo-box > a:nth-child(2) { 
    position: absolute;     
    max-width: 297px;
    min-width: 184px;
    left: 52%;
    transform: translateX(-50%);
    margin: 0 auto;
    z-index: 1;
}
.noo-txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.noo-txt > strong {    
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: fit-content;
    font-weight: 500;
    color: var(--c_blue);
    border-bottom: 1px solid var(--c_blue);
    margin: 4px auto 0;
}
.noo-txt > strong::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/ico_btn_arrow_blue.png') no-repeat center;
    background-size: cover;
}



.tenAnni-advan {
    background-color: #FFECF8;
}
.advan-conts {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 40px 16px;
    margin-top: 80px;
}
.advan-conts .conts-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.advan-conts .conts-box > div  {    
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    background-color: var(--c_white);
    border: 4px solid #000;
    box-shadow: 4px 4px 0px 0px #000;
    padding: 58px 60px;
}
.advan-conts .conts-box .box2 {
    position: relative;
    justify-content: center;
}
.advan-conts .conts-box .box2::before {
    content: '';
    display: block;
    width: 78px;
    height: 142px;
    position: absolute;
    top: auto;
    left: -50px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/advan_common.png') no-repeat center;
    background-size: cover;
}
.conts-box .txt {
    text-align: left;
}
.advan-conts em {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--c_black);
    transition: .3s all .6s ease;
}
.advan-conts h4 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1px;
}
.advan-conts h5 {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
}
.advan-conts h5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 16px;
    display: block;
    width: 148px;
    height: 148px;
    background-color: #FFECF8;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s all .1s ease-in-out;
}
.advan-conts h5 > img {
    position: relative;
    z-index: 1;
    transform: translateY(100%);
}
.advan-conts p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.advan-conts .__ani em {
    color: var(--c_pink);
}
.advan-conts .__ani h5::before {
    transform: scale(1);
}
.advan-conts .__ani h5 > img {
    animation: .5s advan .2s ease forwards alternate;
}




.logo-list {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.logo-list::before,
.logo-list::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 302px;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.86) 52.26%, rgba(255, 255, 255, 0.00) 100%);
}
.logo-list::before {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.86) 52.26%, rgba(255, 255, 255, 0.00) 100%);
}
.logo-list .logo {
    height: 100px;
    background-size: auto 100%;
    animation: logo-roller 30s linear infinite;
}
.tenAnni-logo .logo._1 {
    background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_1.png') repeat-x;
    background-size: auto 100%;
}
.tenAnni-logo .logo._2 {
    background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_2.png') repeat-x;
    background-size: auto 100%;
    margin-left: -110px;
    animation: logo-roller-re 30s linear infinite;
}
.tenAnni-logo .logo._3 {
    background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_3.png') repeat-x;
    background-size: auto 100%;
}



.tenAnni-accodian .tenAnni-inner {
    padding: 0 50px 100px;
}
.acc-tit {
    display: flex;
    justify-content: space-between;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    padding: 32px 48px;
    background-color: var(--c_grey);
    border-radius: 24px;
    cursor: pointer;
}
.acc-tit::after {
    content: '';
    display: block;
    width: 28px;
    height:28px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/acco_arrow.png') no-repeat center;
    background-size: cover;
    transition: all .3s ease-in-out;
}
.acc-tit.active::after {
    content: '';
    display: block;
    width: 28px;
    height:28px;
    background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img/acco_arrow.png') no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
}
.acc-box {
    text-align: left;
    max-width: 1062px;
    background-color: var(--c_grey);
    border-radius: 24px;
    margin: 0 auto;
}
.acc-list {
    padding: 0 0 32px 48px;
}
.acc-list > li {
    list-style: disc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: var(--c_deepgrey);
}


._white {
    color: var(--c_white);
}

@keyframes gradient {
    0% {background: radial-gradient(rgba(255,236,142,0.5) 10%, rgba(255,255,255,0) 60%);}
    20% {background: radial-gradient(rgba(255,236,142,0.5) 15%, rgba(255,255,255,0) 60%);}
    75% {background: radial-gradient(rgba(255,236,142,0.5) 18%, rgba(255,255,255,0) 60%);}
    100% {background: radial-gradient(rgba(255,236,142,0.5) 20%, rgba(255,255,255,0) 60%);}
}
@keyframes growup {
    0% {transform: scale(0);}
    75% {transform: scale(110%);}
    100% {transform: scale(100%);}
}
@keyframes earth {
    100% {transform: rotate(360deg);}
}
@keyframes  personne {
    0% {transform: rotate(-2deg);}
    20% {transform: rotate(2deg);}
    40% {transform: rotate(-2deg);}
    60% {transform: rotate(2deg);}
    80% {transform: rotate(-2deg);}
    100% {transform: rotate(2deg);}
}
@keyframes move {
    0% {transform: translateY(15%);}
    100% {transform: translateY(0);}
}
@keyframes hand {
    0% {transform: translateX(70px);}
    100% { transform: translateX(0);}
}
@keyframes advan {
    0% {transform: translateY(100%);}
    100% {transform: translateY(0);}
}
@keyframes logo-roller {
    0%{background-position: 2840px center;}
    100% {background-position: center;}
}
@keyframes logo-roller-re {
    0%{background-position: -2840px center;}
    100% {background-position: center;}
}
@keyframes scale {
    0% {transform: scale(1);}
    100% {transform: scale(1.15);}
}

/*   원페이지 2차 ::  5월프로모션 배너교체   */
@keyframes opaciTy {
    0% {opacity: 0;}
    100%{opacity: 1;}
}
@keyframes banner-ch2 {
    0% {transform: scale(0);opacity: 0;}
    100% {transform: scale(1);opacity: 1;}
}
@keyframes flip-in-hor-top {
    0% {
      transform: rotateX(-80deg) scale(2);
      opacity: 0;
    }
    100% {
      transform: rotateX(0) scale(1);
      opacity: 1;
    }
}
@keyframes slide-in-right {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


@media all and (min-width: 961px) {
    .btn-group .btn.black1:hover,
    .btn-group .btn.black3:hover {
        color: var(--c_black);
        background-color: var(--c_white);
    }
    .btn-group .btn.black2:hover {
        background-color: var(--c_blue);
    }
    .btn-group .btn.black4:hover {
        color: #020202;
        background-color: #FFDF36;
    }
    .tenAnni-employ .btn-group .btn.black1:hover {
        color: var(--c_white);
        background-color: var(--c_pink);
    }
    .btn-group .btn.blue1:hover {
        background-color: var(--c_black);
    }
    .btn-group .btn.white1:hover {
        color: var(--c_white);
        background-color: var(--c_blue);
    }
    .btn-group .btn.white2:hover {
        color: var(--c_white);
        background-color: var(--c_blue);
        border: 2px solid var(--c_blue);
    }
    .btn-group .btn.white3:hover {
        color: #020202;
        background-color: #FFDF36;
    }
    .btn-group .btn.pink1:hover {
        color: var(--c_pink);
        background-color: var(--c_black);
    }
    .btn-group .btn.pink2:hover {
        color: var(--c_white);
        background-color: var(--c_black);
    }
    .btn-group > a.btn_2:hover {
        background-color: #FE0089;
    }
    .btn-group > a.reverse:hover {
        color: var(--c_white);
        border: 1px solid var(--c_blue);
        background-color: var(--c_blue);
    }
    .btn-group > a._share:hover {
        background-color: var(--c_pink);
    }
    .btn-group .btn.white1:hover::after, 
    .btn-group .btn.white2:hover::after {
        background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png');
        background-size: cover;
    }
    .btn-group .btn.black1:hover::after,
    .btn-group .btn.black3:hover::after,
    .btn-group .btn.black4:hover::after {
        background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_2.png');
        background-size: cover;
    }
    .tenAnni-employ .btn-group .btn.black1:hover::after {
        background: url('/wp-content/themes/fastfive/assets/event/common/img/ico_btn_arrow_w.png');
        background-size: cover;
    }
    .btn-group .btn.pink1:hover::after {
        background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/ico_btn_arrow_p.png');
        background-size: cover;
    }
    .flip-box:hover .flip {
        transform: rotateY(-180deg);
    }



    .__ani .h-box._add > small {
        color: var(--c_blue);
    }
    .__ani .h-box._add p {
        color: #222;
    }
    .__ani .h-box._add em {
        color: var(--c_deepgrey);
    }
    .__ani .h-box._add > h5::after {
        content: none;
    }
    .__ani .h-box._add::after {
        background-color: var(--c_blue);
    }
    .__ani .h-box._add:nth-child(5)::after {
        background-color: var(--c_blue);
    }
    .h-box._pink._add::after {
        background-color: var(--c_pink);
    }
    .h-box.sixth._add::before {
        background-color: var(--c_blue);
    }
    .__ani .h-box._baloon1._add > h5::before,
    .__ani .h-box._baloon2._add > h5::before {
        opacity: 1;
    }



    .noo-box > a:hover > img {
        transform: scale(1.1);
    }
}


@media all and (max-width: 960px) {
    .hidden-pc {display: block;}
    .hidden-mo {display: none;}
    .btn-group.hidden-pc {display: block;}

    body {
        --padding: 130px 20px;
        --padding_visual: 100px 20px 100px 15px;
        --padding_btn: 14.5px 36px;
    }


    .tenAnni-inner {
        max-width: 420px;
    }
    .tenAnni-tit {
        font-size: 38px;
    }
    .tenAnni-subtit {
        font-size: 22px;
    }
    .add-tit {
        font-size: 28px;
    }
    .btn-group {
        flex-direction: column;   
        margin: 40px auto 0;
    }
    .btn-group .btn {
        width: 280px;
        font-weight: 600;
    }
    .tenAnni-num10 .btn-group {
        margin-top: 40px;
    }
    .btn-group .btn.white1 {
        color: var(--c_black);
        background-color: var(--c_white);
        border: 3px solid var(--c_black);
        box-shadow: 3px 3px 0px 0px var(--c_black);
    }
    .btn-group .btn.pink1 {
        color: var(--c_white);
        background-color: var(--c_pink);
        border: 3px solid var(--c_black);
        box-shadow: 3px 3px 0px 0px var(--c_black);
    }


    
    .tenAnni-visual {
        background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/bg_visual_m.jpg') no-repeat center / 100% auto #fb134b;
    }
    .tenAnni-visual .tenAnni-inner {
        max-width: 348px;
    }
    .tenAnni-visual h2 {
        width: 100%;
        height: 100%;
        padding-top: 60px;
        margin: 0 auto 32px;
    }
    .tenAnni-visual b {
        font-size: 28px;
    }
    .tenAnni-visual em {        
        gap: 4px;
        font-size: 14px;
        letter-spacing: 0;
        border-bottom: 1px solid var(--c_white);
    }
    .tenAnni-visual em::after {
        width: 10px;
        height: 10px;
    }
    .tenAnni-visual h2::before {
        top: 0;
        left: 54%;
        display: block;
        width: 289px;
        height: 73px;
        background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/visual_curtain_m.png') no-repeat center;
        background-size: cover;
        transform: translate(-50%, -18px);
        opacity: 0;
    }
    .tenAnni-visual.__ani h2::before {
        transform: translate(-50%, 0);
        opacity: 1;
        transition: .4s all .9s ease-out;
    }
    .tenAnni-visual h2::after {   
        width: 330px;
        left: 8px;
        bottom: 110px;
        height: 15px;
    }
    .tenAnni-visual .visual-star._1 {    
        top: 60px;
        left: -22px;
        width: 25px;
        height: 25px;
    }
    .tenAnni-visual .visual-star._2 {
        top: 50px;
        width: 16px;
        height: 16px;
        Left: -3px;
    }
    .tenAnni-visual .visual-star._3 {
        bottom: 40px;
        right: -15px;
        width: 19px;
        height: 19px;
    }
    .tenAnni-visual .visual-star._4 {
        width: 12px;
        height: 12px;
        bottom: 58px;
        right: -24px;
    }
    .tenAnni-visual .visual-star._5 {
        width: 8px;
        height: 8px;
        bottom: 35px;
        right: -22px
    }
    .vis-txtbox {
        align-items: center;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    .visual_tit._subtit {
        padding-left: 6px;
    }




    .growup-tit {
        width: 134px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 2px;
    }
    .growup-conts .tenAnni-subtit {
        padding-bottom: 8px;
    }
    .tenAnni-growup .add-tit {
        padding-bottom: 8px;
    }
    .growup-conts {    
        flex-direction: column;
        gap: 161px;
        padding-top: 80px;
    }
    .growup-conts .txt-box {
        text-align: center;
    }
    .img-box {    
        position: relative;
        width: 100%;
    }
    .growup-table {
        width: 100%;
    }
    .growup-badge {
        width: 283px;
        height: 190px;
        top: -45%;
        z-index: 2;
    }

    .tenAnni-trend .tenAnni-subtit {
        padding-bottom: 8px;
    }
    .trend-table {
        flex-direction: column;
        margin-top: 40px;
    }
    .trend-table .table-li {
        flex-direction: row;
        padding: 24px;
    }
    .trend-table .table-li p {
        font-size: 14px;
    }
    .trend-table .table-li > img {
        width: 90px;
        height: 90px;
    }
    .trend-table .table-layout .table-li {
        padding: 24px;
    }
    .trend-table .table-layout .table-li > img {
        width: 90px;
        height: 90px;
    }




    .tenAnni-num10 .tenAnni-inner {
        flex-direction: column;
    }
    .tenAnni-num10 ._sti {
        width: 100%;
        min-width: auto;
        text-align: center;
        position: static;
        height: auto;
        line-height: 0;
    }
    .num10-list {    
        gap: 16px;
        margin-top: 40px;
    }
    .num10-list > li {
        gap: 8px;
        padding: 40px 20px;
    }
    .num10-list .add-tit {
        font-size: 26px;
    }
    .num10-p-box {     
        gap: 16px;
        padding-top: 24px;
    }
    .num10-p {
        font-size: 17px;
    }
    .num10-list > li._1::before,
    .num10-list > li._2::before,
    .num10-list > li._3::before,
    .num10-list > li._4::before,
    .num10-list > li._5::before,
    .num10-list > li._6::before,
    .num10-list > li._7::before {
        top: 40px;
        right: 20px;
        width: 95px;
        height: 130px;
    }
    .num10-list > li._3::before {
        width: 189px;
        height: 130px;
    }
    .num10-list > li._4::before {
        max-width: 288px;
        min-width: 288px;
        height: 180px;
    }
    .num10-list > li._5::before {
        width: 195px;
        height: 180px;
    }
    .num10-list > li._6::before {    
        max-width: 288px;
        min-width: 288px;
        width: 288px;
        height: 180px;
    }
    .num10-list > li._7::before {
        width: 195px;
        height: 180px;
    }
    .earth-img {    
        width: 110px;
        height: 110px;
        left: calc((100% - 110px) / 2);
        bottom: 29px;
    }
    .info-p {
        font-size: 14px;
        padding-bottom: 24px;
    }
    .rolling > img {
        height: auto;
     }
     .rolling > img:nth-child(2),
     .rolling > img:nth-child(3) {
        height: auto;
     }
     ._5 .rolling > img:nth-child(4) {
        height: auto;
    }


    .tenAnni-history .tenAnni-inner {    
        padding: 130px 49px 0;
    }
    .tenAnni-history .tenAnni-tit {
        margin-bottom: 40px;
    }
    .history-conts {        
        position: relative;
        max-width: 420px;
        width: 100%;
        height: 534px;
        margin: 0 auto;
    }
    .history-conts::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 150px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 88.5%);
        z-index: 2;
    }
    .history-list {
        display: flex;
        gap: 0;
        height: 100%;
    }
    .h-box {        
        align-items: flex-start;
        display: grid;
        grid-template-columns: 82px 1fr;
        grid-template-rows: 31px 82px;
        gap: 0 16px;
        line-height: 0;
    }
    .h-box > small {    
        text-align: center;
        width: 82px;
        grid-column: 1 / span 2;
        font-size: 18px;
    }
    .h-box > div {
        text-align: left;
    }
    .h-box p {
        font-size: 18px;
    }
    .h-box em {
        font-size: 14px;
    }
    .h-box._baloon1 > h5:before {
        top: -25px;
        left: 97px;
        display: block;
        width: 61px;
        height: 20px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.7;
        color: var(--c_white);
        background-color: var(--c_blue);
        border-radius: 13px;
        opacity: 0;
        z-index: 2;
        transition: opacity .3s ease-in;
    }
    .h-box._baloon2 > h5:before {
        top: -25px;
        left: 97px;
        display: block;
        width: 61px;
        height: 20px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.7;
        color: var(--c_white);
        background-color: var(--c_pink);
        border-radius: 13px;
        opacity: 0;
        z-index: 2;
        transition: opacity .3s ease-in;
    }
    .h-box > h5 {
        width: 82px;
        height: 82px;
    }
    .h-box::after,
    .h-box._pink::after,
    .h-box:nth-child(5)::after {
        width: 2px;
        height: 20px;
        left: 40px;
        right: auto;
        top: auto;
        bottom: -33px;
    }
    .h-box.swiper-slide-active > small {
        text-align: center;
        width: 82px;
        color: var(--c_blue);
    }
    .h-box._pink.swiper-slide-active > small {
        text-align: center;
        width: 82px;
        color: var(--c_pink);
    }
    .h-box.swiper-slide-active p {
        color: #222;
    }
    .h-box.swiper-slide-active em {
        color: var(--c_deepgrey);
    }
    .h-box.swiper-slide-active > h5::after {
        content: none;
    }
    .h-box.swiper-slide-active::after {
        background-color: var(--c_blue);
    }
    .h-box.swiper-slide-active:nth-child(5)::after {
        background-color: var(--c_blue);
    }
    .h-box._pink.swiper-slide-active::after {
        background-color: var(--c_pink);
    }
    .h-box._pink.swiper-slide-active:nth-child(6)::before {
        background-color: var(--c_pink);
    }
    .h-box._baloon1.swiper-slide-active > h5::before,
    .h-box._baloon2.swiper-slide-active > h5::before {
        opacity: 1;
    }




    .tenAnni-coupon {
        background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_3/coupon_bg_m.jpg') no-repeat center / 100% auto #fb134b;
    }
    .tenAnni-coupon h3 {
        width: 290px;
    }
    .coupon_baloon {
        width: 114px;
        height: 64px;
        margin: 24px auto 4px;
    }
    .coupon-conts {    
        max-width: 233px;
        margin: 24px auto 0;
    }
    .coupon-conts::before {
        top: 0;
        left: 16px;
        width: 200px;
        height: 30px;
    }
    .coupon-conts::after {
        content: none;
    }
    .coupon-icon._1::before {
        content: none;
    }
    .coupon-icon._2 {
        right: auto;
        left: 12px;
        bottom: 10px;
        width: 16px;
        height: 16px;
    }
    .coupon-icon._2::before {
        content: '';
        position: absolute;
        right: -215px;
        top: -190px;
        bottom: auto;
        width: 38px;
        height: 30px;
    }
    .coupon-icon._2::after {
        left: auto;
        right: -255px;
        top: auto;
        bottom: -10px;
        width: 25px;
        height: 22px;
    }
    .tenAnni-coupon .btn-group {
        margin-top: 48px;
    }
    .btn-group.double .btn {
        margin: 0 auto;
    }


    .tenAnni-survey {
        overflow: hidden;
    }
    .tenAnni-survey .tenAnni-inner {
        max-width: none;
        padding: 130px 0;
    }
    .tenAnni-survey h3 {
        width: 310px;
        margin: 0 auto;
    }
    .tenAnni-survey .survey-conts {
        grid-template-columns: 320px 320px 320px 320px 320px;
        grid-template-rows: 368px 0;
        gap: 3px 16px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-top: 40px;
        padding: 0 5px 0 20px;
    }
    .survey-conts .box {
        width: 100%;
        border: 3px solid var(--c_black);
        box-shadow: 3px 3px 0px 0px var(--c_black);
        padding: 20px;
    }
    .survey {
        gap: 16px;
    }
    .survey._1 {
        order: 1;
    }
    .survey._2 {
        order: 4;
    }
    .survey._3 {
        order: 2;
    }
    .survey._4 {
        height: 100%;
        order: 3;
    }
    .survey._5 {
        order: 6;
        height: 48%;
    }
    .survey._6 {  
        order: 7;
        width: 320px;
        height: 176px;
        margin-left: 1344px;
        margin-top: -179px;
    }
    .survey span {
        font-size: 38px;
        line-height: 1.4;
    }
    .survey h5 {
        font-size: 22px;
        padding-bottom: 12px;
    }    
    .survey p {
        font-size: 14px;
    }
    .tenAnni-survey em {
        font-size: 14px;
        margin-top: 20px;
    }
    .survey._2 .box {
        height: 179px;
    }
    .survey._2 .box:last-child {
        width: 100%;
        padding: 12px 20px 12px;
        margin: 0 0 0 auto;
    }
    .survey._3 .box {
        position: relative;
    }
    .survey._3 .box:last-child::before {
        top: 25px;
        right: 30px;
        width: 234px;
        height: 56px;
    }
    .survey._5 .box:last-child::before {
        top: 16px;
        right: 20px;
        width: 46%;
        height: 25%;
    }
    .survey._6 .box {
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: initial;
    }
    .srv1-img {
        width: 335px;
        height: 255px;
    }
    .srv2-img {
        width: 257px;
    }
    .srv3-img {       
        width: 97px;
        height: 104px;
        margin: auto 0 0 0;
    }
    .srv7-img {
        width: 128px;
        height: 149px;
        margin: 0;
    }




    .tenAnni-member h4 {
        width: 231px;
        height: 39px;
    }
    .member-conts {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 40px;
    }
    .front, .back {
        align-items: center;
        padding: 24px;
    }
    .member-conts .text-box {
        width: 100%;
    }
    .back {
        display: none;
    }
    .member-icon {
        max-width: 108px;
        max-height: 108px;
    }



    .tenAnni-employ .tenAnni-inner {
        max-width: none;
        padding: 130px 0;
    }
    .tenAnni-employ h4 {
        width: 143px;
        height: 39px;
    }
    .employ-conts {
        position: relative;
        gap: 20px;
        margin: 40px auto 0;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 20px;
    }
    .employ-conts .front, .employ-conts .back {
        width: 298px;
        height: 100%;
        max-height: 320px;
        padding: 24px;
    }
    .employ-icon {
        position: absolute;
        right: 10px;
        max-width: 68px;
        width: 100%;
        height: auto;
        max-height: 68px;
    }
    .employ-conts .flip-box._arrow {
        position: relative;
    }
    .employ-conts .flip-box._arrow::before,
    .survey._1 .box:last-child::before {
        content: '';
        position: absolute;
        bottom: 56px;
        left: -95px;
        display: block;
        width: 56px;
        height: 56px;
        background: url('/wp-content/themes/fastfive/assets/event/240318_10years_anniversary/img_2/arrow_forSwipe.png') no-repeat center;
        background-size: cover;
    }
    .survey._1 .box:last-child::before {        
        top: 22px;
        right: 22px;
        bottom: auto;
        left: auto;
    }
    .__ani.employ-conts .flip-box._arrow::before ,
    .__ani .survey._1 .box:last-child::before {
        animation: .7s arrows_card ease-in-out infinite alternate;
    }
    .employ-conts .flip-box:nth-child(2),  .employ-conts .flip-box:nth-child(3) {
        margin-left: -95px;
    }
    .employ-conts .flip-box:nth-child(4) {
        margin-left: 95px;
    }
    .employ-conts::-webkit-scrollbar,
    .office-conts::-webkit-scrollbar,
    .survey-conts::-webkit-scrollbar {
        display: none;
    }



    .tenAnni-5prejudices .tenAnni-inner {
        padding: 130px 48px;
    }
    .tenAnni-5prejudices .tenAnni-tit {
        text-align: left;
    }
    .tenAnni-5prejudices .tit_box {
        max-width: 280px;
        width: 100%;
    }
    .tenAnni-5prejudices h3::before {
        top: 54px;
        right: 63px;
        width: 18px;
        height: 30px;
        background: #000 url('/wp-content/themes/fastfive/assets/event/240327_5prejudices/img/tit_txt_i.png') 50% 50% no-repeat;
        background-size: 18px 30px;
    }
    .img_broken {
        top: -32px;
        right: -20px;
        width: 185px;
        height: 200px;
    }
    .hand_box {
        position: absolute;
        width: 110px;
        height: 54px;
        top: 30px;
        right: -57px;
        transform: translateX(70px);
    }



    .tenAnni-chairman .tenAnni-inner {
        max-width: none;
        padding: 130px 20px;
    }
    .tenAnni-chairman h4 {
        width: 128px;
        height: 39px;
    }
    .chairman-conts {
        margin: 40px auto 0;
    }
    .chairman-conts::after {
        bottom: 80px;
    }
    .noo-txt {
        font-size: 18px;
    }
    .noo-txt > strong {
        font-size: 14px;
    }
    .noo-box {
        width: 100%;
    }
    .noo-box > a:first-child {
        align-items: flex-start;
        min-width: 180px;
        margin: 0 -28% 0 auto;
    }
    .noo-box > a:last-child {
        align-items: flex-end;
        min-width: 170px;
        margin: 0 auto 0 -31%;
    }
    .noo-box > a:nth-child(2) {
        position: static;
        max-width: none;
        min-width: 180px;
        transform: none;
    }
    .noo-box > a:nth-child(2) .noo-txt {
        margin-left: -12px;
    }
    .noo-txt > strong::after {
        width: 22px;
        height: 22px;
    }



    .advan-conts {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 40px;
    }
    .advan-conts .conts-box {
        grid-template-columns: none;
        display: flex;
        flex-direction: column;
        background-color: var(--c_white);
        padding: 24px;
        border-radius: 20px;
        border: 3px solid #000;
        box-shadow: 3px 3px 0px 0px #000;
    }
    .advan-conts .conts-box > div {
        align-items: end;
        border: 0;
        border-bottom: 1px solid var(--c_black);
        box-shadow: none;
        border-radius: 0;
        background-color: unset;
        padding: 0 0 18px 0;
    }
    .advan-conts .conts-box .box2 {   
        text-align: left;
        justify-content: left;
        border: 0 1px 0 0 solid var(--c_black);
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }
    .advan-conts .conts-box .box2::before {
        content: none;
    }
    .advan-conts em {
        font-size: 14px;
    }
    .advan-conts h5 {
        width: 90px;
        height: 90px;
    }
    .advan-conts h4 {
        font-size: 22px;
    }
    .advan-conts p {
        font-size: 16px;
        line-height: 1.7;
    }
    .advan-conts h5::before {
        left: 8px;
        width: 74px;
        height: 74px;
    }
    .conts-box .txt {
        line-height: 0;
    }




    .logo-list {
        margin-top: 40px;
    }
    .logo-list .logo {
        height: 70px;
    }
    .logo-list::before, .logo-list::after {
        content: none;
    }
    .tenAnni-logo .tenAnni-inner {
        max-width: none;
        padding: 130px 0;
    }
    .tenAnni-logo .logo._1 {
        background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_1_m.png') repeat-x;
        background-size: auto 100%;
    }
    .tenAnni-logo .logo._2 {
        background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_2_m.png') repeat-x;
        background-size: auto 100%;
    }
    .tenAnni-logo .logo._3 {
        background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_3_m.png') repeat-x;
        background-size: auto 100%;
    }
    .tenAnni-logo .logo._4 {
        background: url('/wp-content/themes/fastfive/assets/images/pages/main/240202_renew/img_logo_4_m.png') repeat-x;
        background-size: auto 100%;
        animation: logo-roller-re 35s linear infinite;
    }
    .tenAnni-logo .btn-group {
        display: flex;
        flex-direction: row;
        max-width: 335px;
        gap: 9px;
        margin: 40px auto 0;
    }
    .tenAnni-logo .btn-group.double .btn {
        width: 100%;
        font-size: 16px;
        padding: 14.5px 7px 14.5px 13px;
        border: 1px solid var(--c_black);
    }
    .tenAnni-logo .btn-group .btn.white2::after {
        width: 22px;
        height: 22px;
    }




    .tenAnni-accodian .tenAnni-inner {
        padding: 0 20px 40px;
    }
    .acc-tit {
        font-size: 16px;
        padding: 16px 24px;
        border-radius: 16px;
    }
    .acc-tit::after,
    .acc-tit.active::after {
        width: 20px;
        height: 20px;
    }
    .acc-list {
        padding: 0 24px 16px 40px;
    }
    .acc-list > li {
        font-size: 14px;
    }

    @keyframes arrows_card {
        0% {transform: translateX(0px);}
        100% {transform: translateX(10px);}
    }


}