* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  .blk {
    animation: blk2 1s infinite;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-4deg);
    }
    65% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.rotate_image{
    animation: rotate_image1 15s infinite linear;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
div.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.swiper-wrapper.flow {
    pointer-events: none;
    transition-timing-function: linear;
}
section {
    font-family: 'Pretendard Variable';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
.noto {
    font-family: "Noto Serif", serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.exbold {
    font-weight: 900;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */

:root{
    --main-pink: #cc526f;
    --main-purple: #6d19ce;
    --main-yellow: #ffd252;
}
.pink{
    color: #cc526f;
}
.purple{
    color: #6d19ce;
}
.yellow{
    color: #ffd252;
}
.white{
    color: #fff;
}

.paper3{
    font-family: 'Paperlogy-3Light';
}
.paper4{
    font-family: 'Paperlogy-4Regular';
}
.paper5{
    font-family: 'Paperlogy-5Medium';
}
.paper6{
    font-family: 'Paperlogy-6SemiBold';
}
.paper7{
    font-family: 'Paperlogy-7Bold';
}
.paper8{
    font-family: 'Paperlogy-8ExtraBold';
}
.modak {
    font-family: "Modak", system-ui;
}
b{
    font-family: 'SUIT-Bold';
}
.bold{
    font-family: 'SUIT-Bold';
}
.sub{
    font-size: 1.1vw;
    margin-bottom: 1.3vw;
    text-align: center;
    line-height: 1.5;
}





.main{
    padding: 6vw 0 2.5vw 0;
    background: url("/images/main_11.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.main_container{
    padding: 6vw 0;
    background: url("/images/main_10.png") no-repeat;
    background-size: cover;
    background-position: center;

    width: 95% !important;
    border-radius: 1.8vw;
    overflow: hidden;
}
.main_01{
    width: 9.89087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3vw;
    z-index: 1;
}
.main_tt01 {
    margin-bottom: 1.5vw;
    font-size: 1.1vw;
    z-index: 1;
}
.main_17 {
    width: 44.095%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9vw;
    z-index: 1;
}
.main_02{
    width: 21.4917%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 13%;
}
.main_03 {
    width: 57.0786%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -14%;
    left: 44%;
}
.main_btm_titlewrap {
    gap: 23vw;
    margin-bottom: 4vw;
}
.swiper_main{
    width: 100%;
    bottom: 0;
    padding: 1.5vw 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid #fff;
}
.main_06 {
    width: 31.3812%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_07 {
    width: 34.3646%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_08 {
    width: 92.1547%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_09{
    width: 98.4685%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_food_wrap{
    height: 47vw;
    bottom: -5%;
    z-index: 5;
}
.main_04 {
    width: 43.2546%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: 0%;
    left: 28.6%;
}
.main_05{
    width: 38.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    bottom: 0;
    left: 30%;
}
.main_food{
    z-index: 3;
    bottom: 5%;
    transform: scale(0);
    transition: 0.5s;
}
.main_food.on{
    transform: scale(1);
}
.main_12 {
    width: 27.9265%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_13 {
    width: 25.7218%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_14 {
    width: 27.9265%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_15 {
    width: 28.2415%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_16 {
    width: 26.2467%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* bottom: 1%; */
}





.con01{
    padding: 8vw 0 5vw 0;
}
.con01_tt{
    margin-bottom: 1vw;
}
.con01_13{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con01_05_wrap{
    width: 43.3071%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
}
.con01_05{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d; /* 3D 회전 유지 */
  transition: transform 1s;
}
.con01_05_img{
    z-index: 5;
    backface-visibility: hidden; 
}
.con01_05_img_back{
    opacity: 0;
}
.con01_06{
    width: 87.9312%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    left: 7%;
}
.con01_07{
    width: 100.06%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(180deg);
    backface-visibility: hidden; 
}
.con01_07_in{
    width: 100%;
    height: 100%;
}
.con01_14{
    width: 39.2489%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con01_07_in_tt{
    text-align: center;
    font-size: 1vw;
    font-family: 'SUIT-Medium';
    line-height: 1.7;
}
.swiper_con01{
    width: 100%;
    padding: 1vw 0;
    border-top: 1px solid var(--main-pink);
    border-bottom: 1px solid var(--main-pink);
    z-index: -1;
    bottom: 31%;
}
.con01_12{
    width: 100.137%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_01{
    width: 12.9134%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: 30%;
}
.con01_02{
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 65%;
}
.con01_03{
    width: 10.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    top: 46%;
}
.con01_04{
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 65%;
}
.con01_08 {
    width: 22.6529%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    top: -15%;
}
.con01_09 {
    width: 23.622%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1%;
    bottom: 3%;
}
.con01_10 {
    width: 21.0781%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    top: 19%;
}
.con01_11 {
    width: 21.3204%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    bottom: 7%;
}
.con01_08 img{
    animation: ddm 1.5s infinite;
}
.con01_09 img{
    animation: ddm 1.5s 0.8s  infinite;
}
.con01_10 img{
    animation: ddm 1.5s 0.4s infinite;
}
.con01_11 img{
    animation: ddm 1.5s 1.2s infinite;
}




.con02{
    padding: 7vw 0 5vw 0;
    background-color: #F6F6F6;
}
.con02_titlewrap{
    gap: 1vw;
    margin-bottom: 1vw;
}
.con02_title_centerwrap{
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
}
.con02_01, .con02_02{
    width: 14.1129%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_11{
    width: 16.7454%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_11_2{
    width: 13.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_12{
    width: 61.6935%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_13 {
    width: 101.307%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con02_14 {
    width: 98.0392%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con02_change{
    opacity: 0;
    transition: 0.3s;
}
.con02_change.on{
    opacity: 1;
}
.con02_tt {
    margin-bottom: 3vw;
}
.swiper_con02{
    width: 100%;
}
.swiper_con02_slide{
    width: 32vw;
    height: 26vw;
    border-radius: 1.4vw;
    border: 1px solid var(--main-pink);
    padding: 4vw 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5vw;
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
}
.con02_slide_tt{
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
    font-family: 'SUIT-Regular';
}
.con02_03{
    width: 81.2092%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -76%;
}
.con02_05 {
    width: 47.2837%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -6%;
    top: 8%;
}
.con02_15 {
    width: 66.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_slide_title_active {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
}

.con02_06 {
    width: 66.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8%;
    bottom: -33%;
}
.con02_07 {
    width: 52.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -44%;
    bottom: 46%;
}
.con02_07_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    z-index: 5;
}
.con02_08{
    width: 63.5621%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -50%;
    z-index: 1;
}
.con02_09{
    width: 87.9177%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    z-index: -1;
}

.con02_10{
    width: 55.3922%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}
.swiper-slide-active .con02_05 img{
    animation: shakeTwices 1.8s infinite;
}
.swiper-slide-active .con02_07 img{
    animation: blk2 1.3s infinite;
}
.swiper-slide-active .con02_09 img{
    animation: ddm_m 1.6s infinite;
}
.swiper-slide-active .con02_10 img{
    animation: ddm3 1.6s infinite;
}
.con02_17 {
    width: 43.4641%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_19 {
    width: 49.183%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_21 {
    width: 42.1569%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con02_btn{
    width: 2.57218%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: 60%;
    cursor: pointer;
}
.swiper_con02_prev{
    left: 29%;
}
.swiper_con02_next{
    right: 29%;
    transform: rotate(180deg);
}
.swiper_con02 .swiper-slide-active .swiper_con02_slide{
    background-color: var(--main-pink);
}
.swiper_con02 .swiper-slide-active .con02_slide_title_active{
    opacity: 1;
}
.swiper_con02 .swiper-slide-active .con02_slide_title > img{
    opacity: 0;
}
.swiper_con02 .swiper-slide-active .con02_slide_tt{
    color: #fff;
}
.swiper_con02 .swiper-slide-active .con02_07_1{
    opacity: 1;
}






.con03{
    height: 46vw;
}
.con03_15{
    width: 24.167vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con03_tt {
    margin-bottom: 4vw;
}
.con03_row_wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con03_row_left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;

    background: url("/images/con03_01.png") no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.swiper_con03{
    width: 100vw;
}
.con03_02{
    width: 75.6098%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_03{
    width: 75.8808%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_04{
    width: 92.6829%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_05{
    width: 77.7778%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_06{
    width: 77.2358%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_07{
    width: 76.4228%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_row_right{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}
.con03_right_move{
    position: absolute;
    top: 0;
    width: 72%;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

}
.con03_right_move_box{
    width: 100%;
    padding: 5vw 0;
    border-bottom: 1px solid #00000038;
}
.con03_right_move_box.this{
    border: none;
}
.con03_right_num{
    background-color: var(--main-purple);
    border-radius: 0.4vw;
    width: 2.6vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6vw;
    margin-bottom: 1vw;
}
.con03_right_num p{
    margin-top: 0.2vw;
}
.con03_row_right_tt01{
    font-size: 1.5vw;
    margin-bottom: 2.5vw;
}
.con03_row_right_tt01 b{
    font-family: 'SUIT-ExtraBold';
}
.con03_row_right_tt02{
    font-size: 1vw;
    line-height: 1.5;
    font-family: 'SUIT-Regular';
    margin-bottom: 3vw;
}
.con03_10 {
    width: 27.1903%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12%;
    top: -8%;
}
.con03_12 {
    width: 26.5861%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    bottom: -29%;
}
.con03_12 img{
    animation: ddm 1.5s infinite;
}
.con03_14 {
    width: 21.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    bottom: -14%;
}
.con03_row_right_img {
    width: 98.0741%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con04{
    padding: 8vw 0 12vw 0;
    background: url("/images/con04_02.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con04_top{
    margin-bottom: 2vw;
}
.con04_03{
    width: 28.6089%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con04_cardwrap{
    width: 65%;
}
.con04_card{
    width: 100%;
    background-color: #fff;
    border-radius: 1.6vw;
    box-shadow: 0 0 1vw #ddd;
    padding: 5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateY(150%);
}
.con04_card.item1{
    transform: translateY(0%);
}
.con04_card_in{
    width: 85%;
}
.con04_card_titlewrap{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 2vw;
}
.con04_card_num{
    background-color: var(--main-purple);
    border-radius: 0.4vw;
    width: 2.6vw;
    height: 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6vw;
    line-height: 1;
}
.con04_card_num p{
    margin-top: 0.2vw;
}
.con04_card_tt{
    font-size: 1vw;
    line-height: 1.7;
    font-family: 'SUIT-Medium';
}
.con04_04{
    width: 46.3438%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_05{
    width: 44.3495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_06{
    width: 54.1311%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_01{
    width: 63.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0%;
}




.con05{
    padding: 4vw 0 0 0;
    z-index: 1;
}
.con05_11{
    width: 2.46719%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_18{
    width: 100.787%;
    height: 120%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
}
.con05_19{
    width: 29.2388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_01{
    width: 11.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con05_tt {
    margin-bottom: 3vw;
}
.con05_counter_wrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 2vw;
}
.con05_counter_boxwrap{
    display: flex;
    gap: 0.8vw;
}
.con05_counting_box {
    border-radius: 0.6vw;
    background-color: var(--main-purple);
    width: 3.8vw;
    height: 4.6vw;
    overflow: hidden;
}
.con05_counting_box_in{
    width: 100%;
    height: auto;
    bottom: 0;
}
.con05_counting_box span{
    color: #fff;
    font-family: "Modak", system-ui;
    width: 100%;
    height: 4.6vw;
    display: inline-block;
    font-size: 3.6vw;
    text-align: center;
    line-height: 5.2vw;
}
.con05_counting_dot_wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.4vw;
}
.con05_counting_box_dot{
    width: 0.3vw;
    height: 0.3vw;
    background-color: #000;
    border-radius: 100%;
}
.con05_02_img {
    width: 115.116%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -38%;
}
.con05_03 {
    width: 4.51444%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3vw;
    transform-origin: center bottom;
}
.con05_04 {
    width: 60.4651%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 30%;
}
.swiper_con05{
    width: 115.116%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    height: 25vw;
}
.con05_slide_video{
    width: 77.0833%;
    height: 19vw;
    border-radius: 1vw;
    overflow: hidden;
}
.con05_slide_title{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.swiper_con05_btn{
    width: 2.46719%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
    bottom: 23%;
}
.swiper_con05_prev{
    left: 35%;
    transform: rotate(180deg);
}
.swiper_con05_next{
    right: 35%;
}
.swiper_con05_slide {
    width: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.con05_08{
    width: 77.0833%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.con05_08, .con05_slide_video{
    filter: brightness(0.4);
    transition: 0.3s;
}
.con05_slide_circle{
    width: 46.875%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15%;
    left: -18%;
    opacity: 0;
    transition: 0.3s;
}
.swiper_con05 .swiper-slide-active .con05_slide_video{
    transform: scale(1.1);
    filter: brightness(1);
}
.swiper_con05 .swiper-slide-active .con05_08{
    transform: scale(1.1);
    filter: brightness(1);
}
.swiper_con05 .swiper-slide-active .con05_slide_circle{
    opacity: 1;
}
.swiper_con05 .swiper-slide-active .con05_slide_title {
    opacity: 0;
}
.swiper_con05_slide_bg {
    width: 21vw;
    height: 25vw;
    background-color: #fff;
    border-radius: 1vw 1vw 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.con05_05 {
    width: 34.375%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06 {
    width: 47.3958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_07 {
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_yogurt1.on{
    animation: blk 1s infinite;
}
.con05_yogurt2.on{
    animation: blk 1s infinite;
}
.con05_yogurt3.on{
    animation: shakeTwice 2s infinite;
}
.con05_09{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -25%;
}
.con05_10 {
    width: 8.66142%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 4%;
    bottom: 32%;
}
.con05_10 img{
    /* animation: ddm 1.5s infinite; */
}




.con05_02{
    width: 95% !important;
    background-color: #fff;
    border-radius: 2vw;
    overflow: hidden;
    padding: 6vw 0 5vw 0;
    margin-top: -1vw;
}
.con05_23{
    width: 24.9171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con05_02_con{
    width: 100%;
    display: flex;
    background-color: #fff7f9;
    border-top: 1px solid var(--main-pink);
    border-bottom: 1px solid var(--main-pink);
    margin-bottom: 5vw;
}
.con05_02_con_box{
    width: 30%;
    height: 13vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 0.6vw;
}
.con05_02_con_box.center{
    width: 40%;
    border-left: 1px solid rgba(204, 82, 110, 0.4);
    border-right: 1px solid rgba(204, 82, 110, 0.4);
}
.con05_02_con_tt01{
    font-size: 1.1vw;
    font-family: 'SUIT-Medium';
}
.con05_02_con_tt01.white{
    background-color: var(--main-purple);
    border-radius: 0.5vw;
    padding: 0.3vw 1.5vw;
}
.con05_02_con_tt02{
    font-size: 6vw;
    width: 100%;
    text-align: center;
    position: relative;
}
.con05_02_con_tt02 p{
    margin-right: 2vw;
    line-height: 1;
}
.con15_num_img{
    bottom: 25%;
}
.con05_12 {
    width: 8.85609%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 35%;
}
.con05_15 {
    width: 7.7455%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
}
.con05_14 {
    width: 13.2841%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
}
.swiper_con05_02{
    width: 100%;
}
.swiper_con05_02_slide {
    width: 18.5vw;
    height: 11vw;
    background-color: #f0f0f0;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con05_slide_tt01{
    font-size: 1.1vw;
    margin-bottom: 0.2vw;
    font-family: 'SUIT-Medium';
}
.con05_slide_tt02{
    font-size: 1vw;
    margin-bottom: 1vw;
    border-bottom: 1px solid #000;
    font-family: 'SUIT-Medium';
}
.con05_slide_tt03{
    font-size: 2vw;
}
.con05_17{
    width: 1.3542vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    bottom: 5%;
}
.con05_16{
    width: 28.402%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    z-index: 5;
    overflow: hidden;
}
.con05_wrap{
    padding-bottom: 2.5vw;
    box-sizing: border-box;
}




.con06{
    padding: 6vw 0 45vw 0;
    background: url("/images/con06_13.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.con06_tt {
    margin-bottom: 0.5vw;
    font-size: 1.3vw;
    z-index: 1;
}
.con06_14{
    width: 30.7087%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    z-index: 1;
}
.con06_tt02{
    font-size: 1vw;
    border-bottom: 1px solid #000;
    margin-bottom: 6vw;
    z-index: 1;
}
.con06_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
    margin-bottom: 6vw;
    z-index: 1;
}
.con06_con_box{
    width: 25.565%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_con_box.this{
    overflow: visible;
}
.con06_con_box_center_in{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s;
}
.con06_con_box_center_in.on{
    opacity: 1;
}
.con06_con_box_center_in.pink{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_con_box_in{
    width: 100%;
    height: 100%;
    justify-content: start !important;
    padding-top: 6vw;
    box-sizing: border-box;
    gap: 1.5vw;
    overflow: hidden;
    border-radius: 100%;
}
.con06_con_box_title{
    filter: brightness(0);
}
.con06_con_box_tt{
    font-size: 1vw;
    line-height: 1.5;
    text-align: center;
    font-family: 'SUIT-Medium';
    z-index: 1;
    transition: 0.2s;
}
.con06_02 {
    width: 49.4867%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: 13%;
}
.con06_con_box_front{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.con06_03 {
    width: 98.768%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -32%;
    bottom: 5%;
}
.con06_05{
    right: -30%;
    bottom: 0;
    z-index: 1;
}
.con06_08{
    left: -30%;
    bottom: 0;
    z-index: 1;
}
.con06_con_box.hover{
    cursor: pointer;
}
.con06_con_box_circle{
    opacity: 0;
    width: 33.471%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s;
}
.con06_04{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1.2%;
}
.con06_07 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1.2%;
}
.con06_con_box_rt{
    width: 112.526%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.con06_15{
    width: 45.3799%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_17{
    width: 43.9425%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_con_box.on .con06_con_box_front{
    opacity: 1;
}
.con06_con_box.on .con06_con_box_title{
    filter: brightness(1);
}
.con06_con_box.on .con06_con_box_tt{
   color: #fff;
}
.con06_con_box.on .con06_con_gray{
   opacity: 0;
}
.con06_con_box.on .con06_con_box_circle{
   opacity: 1;
}
.con06_btm_bg{
    width: 100%;
    height: 30vw;

}
.con06_01{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8vw;
    left: 0;

}
.con06_con_box_center_in {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con07{
    background: url("/images/con07_06.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6.5vw 0 5vw 0;
}
.con07_bg {
    width: 100%;
    height: 100%;
    padding: 1.5vw 2.5vw;
    box-sizing: border-box;
    top: 0;
}
.con07_bg_in{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 1vw;

}
.con07_01{
    width: 9.39633%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con07_07{
    width: 36.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con07_tt{
    font-size: 1.1vw;
    margin-bottom: 3vw;
}
.con07_con{
    width: 68%;
    display: flex;
    justify-content: space-between;
}
.con07_con_box{
    width: 32vw;
    border-radius: 1.8vw;
  
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con07_con_box.item1{
    border: 1px solid #989898;
    overflow: hidden;
}
.con07_con_box.item1 .con07_con_box_title{
    background-color: #D8D8D8;
}
.con07_con_box.item1 .con07_con_box_tt02{
    color: #989898;
}
.con07_con_box.item2{
    border: 1px solid var(--main-pink);
}
.con07_con_box.item2 .con07_con_box_title{
    background-color: var(--main-pink);
    color: #fff;
    border-radius: 1.8vw 1.8vw 0 0;
}

.con07_con_box_title {
    width: 100%;
    text-align: center;
    font-size: 1.5vw;
    padding: 1.8vw 0;
    margin-bottom: 3.5vw;
}
.con07_con_box_tt01{
    font-size: 1.1vw;
    font-family: 'SUIT-Medium';
    margin-bottom: 0.5vw;
}
.con07_con_box_tt02 {
    width: 100%;
    font-size: 6.4vw;
    line-height: 1;
    margin-bottom: 12.2vw;
}
.con07_con_box_tt02 p{
    width: 100%;
    text-align: center;
}
.con07_02 {
    width: 80.7818%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4.5vw;
}
.con07_03 {
    width: 89.5765%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: -6%;
}
.con07_04{
    width: 9.65251%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.con07_05 {
    width: 39.5765%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14%;
    right: -9%;
}
.con07_09 {
    width: 5.53746%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 31%;
    right: 18%;
    opacity: 0.8;
}
.con07_08 {
    width: 5.53746%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 31%;
    right: 14.6%;
}




.con08{
    padding-top: 7vw;
}
.con08_10{
    width: 38.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con08_tt{
    font-size: 1.15vw;
    margin-bottom: 3vw;
}
.con08_con{
    width: 100%;
    height: 33vw;
    display: flex;
}
.con08_con_box{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.con08_con_box.item1{
    background: url("/images/con08_01.png") no-repeat;
    background-size: cover;
    background-position: right 6%;
}
.con08_con_box.item2{
    background: url("/images/con08_02.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con08_con_box.item3{
    background: url("/images/con08_03.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con08_con_box_ttwrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    z-index: 5;
    opacity: 0;
    transition: 0.5s;
}
.con08_con_box_tt{
    font-size: 1.05vw;
    line-height: 1.5;
    text-align: center;
}
.con08_con_circle{
    width: 42.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    margin-top: 1vw;
}
.con08_04 {
    width: 27.089%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw 0 3vw 0;
    box-sizing: border-box;
}
.con08_05 {
    width: 17.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_06 {
    width: 29.1339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_11{
    width: 79.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -13%;
}
.con08_12{
    width: 76.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -30%;
}
.con08_13 {
    width: 38.7402%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -24%;
}
.con08_14{
    width: 18.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_15{
    width: 18.4252%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_16{
    width: 22.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_con_logo{
    transition: 0.4s;
    margin-top: 1vw;
}
.con08_con_food{
    transition: 0.4s;
    transform: translateY(100%);
}
.con08_con_box.on .con08_con_circle{
    transform: scale(4);
}
.con08_con_box.on .con08_con_logo{
    margin-bottom: 17vw;
}
.con08_con_box.on .con08_con_box_ttwrap{
    opacity: 1;
}
.con08_con_box.on .con08_con_food{
    transform: translateY(0);
}



.con0910{
   
}
.con09{
    padding: 7vw 0 6vw 0;
    background: url("/images/con09_12.png") no-repeat;
    background-size: cover;
    background-position: center;

}
.con09_01{
    width: 7.0349%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con09_23{
    width: 22.363%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8vw;
}
.swiper_con09{
    width: 100%;
}
.swiper_con09_slide{
    width: 90.626%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
}
.swiper_con09_02{
    width: 20vw;
    bottom: 10%;
}
.con09_10{
    width: 20.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    z-index: 5;
    background-color: #fff;
    border-radius: 4vw;
}
.con09_10 img{
    z-index: 5;
}
.swiper_con09_02_slide{
    width: 86.459%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_09{
    width: 24.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 12%;
}
.con09_02 {
    width: 19.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
    top: 12%;
}
.con09_03 {
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    top: 34%;
}
.con09_04 {
    width: 17.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 19%;
}
.con09_02 img{
    animation: ddm 1.5s infinite;
}
.con09_03 img{
    animation: ddm 1.5s 0.5s infinite;
}
.con09_04 img{
    animation: ddm 1.5s 1s infinite;
}
.con09_05 {
    width: 29.1457%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -19%;
    top: -4%;
}
.con09_06 {
    width: 15.0754%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    top: 3%;
}
.con09_05 img{
    animation: ddm 1.5s infinite;
}
.con09_06 img{
    animation: shakeTwice 2s infinite;
}
.con09_08{
    width: 15.6342%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: -2%;
}




.con10{
    background-color: var(--main-pink);
    padding: 3vw 0;
    display: flex;
    align-items: center;
    gap: 3vw;
    overflow: hidden;
    /* border-radius: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
}
.con10_food{
    bottom: 16%;
    left: 37%;
    transform: scale(0);
    transition: 0.5s;
}
.con10_food.on{
    transform: scale(1);
}
.con10_01{
    width: 147.927%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_02{
    width: 149.554%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_03{
    width: 151.391%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_04{
    width: 148.609%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_05{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 3vw;
    top: -5%;
}
.con10_06{
    width: 26.0892%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_07{
    width: 26.9816%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_08{
    width: 26.1417%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_09{
    width: 25.9318%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_10{
    width: 26.9816%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_11{
    width: 29.3963%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_12{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con10{
    /* transform: scale(0.8);
    border-radius: 80%; */
}




.con11{
    padding: 6vw 0 0 0;
}
.con11_con{
    width: 80%;
    display: flex;
    margin-bottom: 6vw;
}
.con11_tt{
    text-align: start;
    font-size: 1.15vw;
}
.con11_left{
    width: 35%;
}
.con11_right{
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.con11_01{
    width: 28.1426%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con11_06{
    width: 40.5253%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con11_07{
    width: 84.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con11_right_col{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1vw;
}
.con11_right_img{
    width: 24.6216%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_right_tt {
    width: 33vw;
    font-size: 1.1vw;
    font-family: 'SUIT-Regular';
    padding: 1.7vw 0;
    background-color: #F0F0F0;
    border-radius: 100px;
    text-align: center;
    transition: 0.3s;
}
.con11_right_tt.on{
    background-color: var(--main-yellow);
    font-family: 'SUIT-SemiBold';
}
.swiper_con11{
    width: 100%;
    padding: 0.6vw 0;
    background-color: var(--main-purple);
}
.con11_05{
    width: 99.6945%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con12{
    padding: 8vw 0 7vw 0;
}
.con12_01, .con12_02{
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03{
    width: 55.5906%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
.con12_titlewrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3vw;
    margin-bottom: 1vw;
}
.con12_title{
    font-size: 4.8vw;
    line-height: 1;
    overflow: hidden;
}
.con12_tt {
    margin-bottom: 3vw;
}
.swiper_con12{
    width: 100%;
}
.swiper_con12_slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    transition: 0.5s;
}
.con12_slide_img{
    width: 21.511vw !important;
    height: 21.511vw;
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 0.7;
    transform-origin: center bottom;
    transition: 0.5s;
}
.con12_slide_img > img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con12_slide_tt{
    text-align: center;
    font-size: 1.1vw;
    font-family: 'SUIT-Medium';
}
.con12_04 {
    width: 31.2349%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
    right: 5%;
}
.con12_04 img{
    animation: shakeTwices 2s infinite;
}
.swiper-slide-active .swiper_con12_slide{
    transform: translateX(0);
}
.swiper-slide-prev .swiper_con12_slide {
    transform: translateX(-15%);
}
.swiper-slide-next .swiper_con12_slide {
    transform: translateX(15%);
}
.swiper_con12 {
    /* padding-right: 32vw;
    box-sizing: border-box; */
}
.swiper_con12 .swiper-slide-active .con12_slide_img{
    scale: 1;
}
.swiper_con12_btn{
    width: 2.46719%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    bottom: 34%;
}
.swiper_con12_prev{
    left: 34%;
    transform: rotate(180deg);
}
.swiper_con12_next{
    right: 34%;
}




.con13{
    padding: 7vw 0 3.5vw 0;
}
.con13_bg{
    width: 96%;
    height: 100%;
    border-radius: 2vw;
    background-color: #F7F0EE;
    z-index: -1;
    top: 0;
}
.con13_15{
    width: 28.189%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con13_tt{
    font-size: 1.1vw;
    font-family: 'SUIT-Regular';
    margin-bottom: 9.5vw;
}
.swiper_con13{
    width: 100%;
    margin-bottom: 4vw;
}
.swiper_con13_slide{
    width: 89.0374%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
}
.con13_con{
    width: 90%;
    display: flex;
    z-index: 5;
}
.con13_con_box{
    width: 50%;
    border-radius: 2vw;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 2.5vw 0;
    gap: 2vw;
}
.con13_con_box.left{
    border: 1px solid var(--main-pink);
    justify-content: end;
}
.con13_con_box.right{
    border: 1px solid var(--main-purple);
}
.con13_con_box_tt{
    font-size: 1vw;
    font-family: 'SUIT-Medium';
    line-height: 1.6;
}
.con13_con_box.left .con13_con_box_tt{
    text-align: end;
}
.con13_01 {
    width: 52.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 53%;
    overflow: hidden;
}
.con13_02 {
    width: 36.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 19%;
    z-index: 4;
    overflow: hidden;
}
.con13_03{
        width: 15.4386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}
.con13_04{
        width: 15.4386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
}




.con14{
    padding: 6vw 0 6vw 0;
}
.con14_tt{
    margin-bottom: 0.5vw;
    font-size: 1.4vw;
}
.con14_06{
    width: 33.6483%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8vw;
}
.con14_tt02{
    font-size: 1.15vw;
    font-family: 'SUIT-Regular';
    margin-bottom: 3vw;
}
.con14_con{
    width: 76%;
    display: flex;
    justify-content: space-between;
}
.con14_con_box > img{
    opacity: 0;
}
.con14_con_box{
    width: 48.419%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-purple);
    border-radius: 1.6vw;
}
.con14_04 {
    width: 48.419%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_con_box_in{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.con14_con_box_ttwrap{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 0.5vw;
    top: 10%;
}
.con14_con_box_tt {
    font-size: 13vw;
    line-height: 1;
}
.con14_07 {
    width: 14.6933%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    top: 14%;
}
.con14_08{
    width: 17.689%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con14_01 {
    width: 60.0571%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -42%;
}
.con14_02{
    width: 121.969%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: -6%;
}
.con14_con_box_subtt{
    font-size: 0.9vw;
    bottom: 7.5%;
    right: 4%;
    font-family: 'SUIT-Regular';
}
.con14_05 {
    width: 18.8302%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    right: 5%;
}
.con14_03{
    width: 10.983%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




.con15{
    padding: 8vw 0 5vw 0;
}
.con15_01{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 0;
}
.con15_15{
    width: 23.5171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con15_tt{
    margin-bottom: 3vw;
}
.con15_con{
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
}
.con15_arrow{
    top: 50%;
    transform: translateY(-50%);
    right: -5%;
}
.con15_card {
    width: 20.1336%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_arrow {
    width: 7.97546%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_10 {
    width: 30.0613%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    right: -9%;
}
.con15_11 {
    width: 28.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3%;
    left: -8%;
}
.con15_12 {
    width: 23.6196%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
    right: 4%;
}
.con15_10 img{
    animation: ddm 1.5s infinite;
}
.con15_11 img{
    animation: ddm 1.5s 0.5s infinite;
}
.con15_12 img{
    animation: ddm 1.5s 1s infinite;
}
.con15_02 {
    width: 23.727%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -27%;
    z-index: 5;
}



.con16{
    padding: 7vw 0 8vw 0;
    z-index: 1;
}
.con16_01{
    width: 9.08136%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con16_06{
    width: 21.6798%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con16_04{
    width: 55.906%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02{
    width: 16.338%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3.9%;
}
.con16_02.item1{
    top: 12%;
}
.con16_02.item2{
    top: 25%;
}
.con16_05{
    width: 18.216%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2.5%;
}
.con16_04_subtt{
    font-size: 0.85vw;
    left: 4%;
    bottom: -6%;
    font-family: 'SUIT-Regular';
}
.con16_03{
    width: 33.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    bottom: -2%;
}




.con17{
    padding: 4vw 0;
    background: url("/images/con17_03.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con17_con{
    width: 95%;
    display: flex;
}
.con17_con_box{
    width: 50%;
    height: 43vw;
    border-radius: 2.4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con17_con_box.left{
    background: url("/images/con17_02.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con17_con_box.right{
    background-color: #CF5874;
}
.con17_04{
    width: 23.6464%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con17_con_box_tt{
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 3vw;
}
.con17_01{
    width: 67.7348%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    overflow: hidden;
}
.con17_telwrap{
    margin-bottom: 11vw;
    gap: 0.2vw;
}
.con17_tel{
    font-size: 4.8vw;
    line-height: 1;
    cursor: pointer;
}
.con17_05{
    width: 7.18232%;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* form1 - start */
.form_col .dot {
    color: #fff;
    top: 23%;
    font-weight: 700;
    font-size: 1.2vw;
  }
  div.form_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4.3vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .form_col.this{
    border: none;
  }
  .form {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "SUIT-Regular";
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #fff;
    background-color: transparent;
    padding-left: 1vw;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid rgba(221, 221, 221, 0.8); */
    /* padding-left: 1vw; */
  }
  
  .form label {
    white-space: nowrap;
    font-family: 'SUIT-Medium';
  }
  /* .form_input_box > label {
    font-family: "SF_HambakSnow";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05,
  .form_input_06 {
    width: 70%;
  }
  .form_input_06 {
    /* width: 70%; */
    height: 100%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    /* background: url(/images/con01_02.png) no-repeat; */
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
  }
  .form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
  }
  /* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  } */
  .form_check_wrap01 input:checked + label {
    background-color: #f5c471;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 1px solid #fff;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 0.5vw;
  }
  .footeer_agree_checkbox_01:checked::before,
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    scale: 0.7;
  }
  .footeer_agree_checkbox_01 {
    border-radius: 100%;
  }
  .footeer_agree_checkbox_01:checked::before {
    border-radius: 100%;
  }
  .footeer_checkbox_05 {
    margin-right: 0.5vw;
  }
  .form_check_name_05,
  .form_check_name_06 {
    margin-right: 4vw;
    font-size: 1.1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 0.9vw;
    margin: 2.5vw 0 2vw;
}
  .form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    background-color: #FAD467;
    padding: 1.5vw 0;
    font-size: 1.3vw;
    border-radius: 1vw;
  }
  .form_submit_img{
    width: 28.752%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
    color: #ef592c;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }
  
  /* form1 - end */
  