@charset "UTF-8";:root{--color-beige:#FAF0E6;--color-brown:#85411E;--color-lightbrown:#AF5527;--color-darkbrown:#703719;--color-deepbrown:#3C250D;--color-white:#F8F5EE;--color-offwhite:#FAEBD7;--color-accent:#AA003E;--color-orange:#D63D00}html[lang] body{color:var(--color-deepbrown);font-size:1.4rem;letter-spacing:.01em;min-height:100vh;background-color:var(--color-beige)}html[lang] body main b{font-weight:700}html[lang] body main em{font-weight:800}html[lang] body main strong{font-weight:800}.inner{box-sizing:border-box;max-width:1240px;margin:0 auto;padding:0 30px}@media screen and (min-width:576px){.inner{padding:0 40px}}@media screen and (min-width:768px){.inner{padding:0 50px}}@media screen and (min-width:992px){.inner{padding:0 60px}}[data-max-width="800"]{max-width:800px}[data-max-width="1000"]{max-width:1000px}[data-max-width="1300"]{max-width:1300px}.pos-center{margin-left:auto;margin-right:auto}.size-xs{font-size:1.8rem}@media screen and (min-width:768px){.size-xs{font-size:1.9rem}}@media screen and (min-width:1200px){.size-xs{font-size:2rem}}.size-sm{font-size:2rem}@media screen and (min-width:768px){.size-sm{font-size:2.2rem}}@media screen and (min-width:1200px){.size-sm{font-size:2.4rem}}.size-md{font-size:2.4rem}@media screen and (min-width:768px){.size-md{font-size:3rem}}@media screen and (min-width:1200px){.size-md{font-size:3.6rem}}.size-lg{font-size:3.2rem}@media screen and (min-width:768px){.size-lg{font-size:4rem}}@media screen and (min-width:1200px){.size-lg{font-size:4.8rem}}#btn_pagetop{display:none!important}[data-layout=mobile]{display:block!important}@media screen and (min-width:992px){[data-layout=mobile]{display:none!important}}[data-layout=pc]{display:none!important}@media screen and (min-width:992px){[data-layout=pc]{display:block!important}}.color-beige{color:var(--color-beige)!important}.color-brown{color:var(--color-brown)!important}.color-lightbrown{color:var(--color-lightbrown)!important}.color-darkbrown{color:var(--color-darkbrown)!important}.color-deepbrown{color:var(--color-deepbrown)!important}.color-white{color:var(--color-white)!important}.color-offwhite{color:var(--color-offwhite)!important}.color-orange{color:var(--color-orange)!important}.bg-beige{background-color:var(--color-beige)!important}.bg-brown{background-color:var(--color-brown)!important}.bg-lightbrown{background-color:var(--color-lightbrown)!important}.bg-darkbrown{background-color:var(--color-darkbrown)!important}.bg-deepbrown{background-color:var(--color-deepbrown)!important}.bg-white{background-color:var(--color-white)!important}.bg-offwhite{background-color:var(--color-offwhite)!important}.bg-orange{background-color:var(--color-orange)!important}.bg-paleorange{background-color:rgba(214,61,0,.05)}.radius10{overflow:hidden;position:relative;z-index:1;border-radius:10px}.radius20{overflow:hidden;position:relative;z-index:1;border-radius:20px}[data-ratio="1/1"]{overflow:hidden;position:relative;aspect-ratio:1/1}[data-ratio="2/3"]{overflow:hidden;position:relative;aspect-ratio:2/3}[data-ratio="3/2"]{overflow:hidden;position:relative;aspect-ratio:3/2}[data-ratio="16/9"]{overflow:hidden;position:relative;aspect-ratio:16/9}.fit{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.btn-cta{cursor:pointer;text-align:center;color:var(--color-white);padding:15px;width:80%;max-width:240px;font-size:1.5rem;margin:0 auto;background-color:var(--color-accent);border-radius:50px}.btn-cta:hover{background-color:rgb(220.701754386,1.298245614,80.4912280702)}.btn-round{cursor:pointer;display:block;text-align:center;color:var(--color-white)!important;padding:15px!important;width:80%;max-width:240px;font-size:1.5rem;margin:0 auto!important;background:0 0!important;background-color:var(--color-accent)!important;border-radius:50px;text-decoration:none!important}.btn-round:hover{background-color:rgb(220.701754386,1.298245614,80.4912280702)!important}.toggle-item__trigger{cursor:pointer}.toggle-item__trigger>.in{display:flex;align-items:center;justify-content:space-between}.toggle-item__trigger>.in:hover .toggle-btn i{transform:rotate(180deg)}.toggle-item__content{display:none}.toggle-item__content>.in{padding:20px 0 0}.toggle-item .toggle-btn{display:flex;align-items:center;justify-content:center;width:31px;min-width:31px;height:31px;border-radius:50%;margin-left:20px}.toggle-item .toggle-btn i{display:block;position:relative;width:11px;height:11px;transform:rotate(0);transition:transform .3s ease-out}.toggle-item .toggle-btn i:after,.toggle-item .toggle-btn i:before{content:"";display:block;position:absolute;transition:all .3s ease-out}.toggle-item .toggle-btn i:before{top:0;left:calc(50% - .5px);width:1px;height:100%}.toggle-item .toggle-btn i:after{top:calc(50% - .5px);left:0;width:100%;height:1px}.toggle-item .toggle-btn.bg-darkbrown i:after,.toggle-item .toggle-btn.bg-darkbrown i:before{background-color:var(--color-white)}.toggle-item .toggle-btn.bg-white i:after,.toggle-item .toggle-btn.bg-white i:before{background-color:var(--color-brown)}.toggle-item .toggle-btn.bg-orange i:after,.toggle-item .toggle-btn.bg-orange i:before{background-color:var(--color-white)}.toggle-item .remote-btn{cursor:pointer}.toggle-item.active .toggle-btn i:before{opacity:0}@media screen and (min-width:768px){.toggle-item.md-show .toggle-item__trigger{pointer-events:none;cursor:auto}}@media screen and (min-width:768px){.toggle-item.md-show .toggle-item__content{display:block!important}}@media screen and (min-width:768px){.toggle-item.md-show .toggle-btn{display:none!important}}.swiper.swiper-carousel .swiper-wrapper{transition-timing-function:linear}.flower{pointer-events:none;position:absolute;mix-blend-mode:soft-light}.flower.fsize-sm{width:100px}@media screen and (min-width:992px){.flower.fsize-sm{width:150px}}.flower.fsize-md{width:150px}@media screen and (min-width:992px){.flower.fsize-md{width:200px}}.flower.fsize-lg{width:200px}@media screen and (min-width:992px){.flower.fsize-lg{width:250px}}.flower img{animation:spin 50s linear infinite}.flower img.spin-right{animation-direction:normal}.flower img.spin-left{animation-direction:reverse}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.flowers{pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;mix-blend-mode:soft-light}.flowers li{position:absolute;display:block;list-style:none;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain;animation:animate 25s linear infinite;bottom:-150px}.flowers li[data-size="20"]{width:20px;height:20px}.flowers li[data-size="30"]{width:30px;height:30px}.flowers li[data-size="40"]{width:40px;height:40px}.flowers li[data-size="50"]{width:50px;height:50px}.flowers li[data-size="60"]{width:60px;height:60px}.flowers li[data-size="70"]{width:70px;height:70px}.flowers li[data-size="80"]{width:80px;height:80px}.flowers li[data-size="90"]{width:90px;height:90px}.flowers li[data-size="100"]{width:100px;height:100px}.flowers li[data-size="110"]{width:110px;height:110px}.flowers li[data-size="120"]{width:120px;height:120px}.flowers li[data-size="130"]{width:130px;height:130px}.flowers li[data-size="140"]{width:140px;height:140px}.flowers li[data-size="150"]{width:150px;height:150px}.flowers li[data-duration="20"]{animation-duration:20s}.flowers li[data-duration="25"]{animation-duration:25s}.flowers li[data-duration="30"]{animation-duration:30s}.flowers li[data-duration="35"]{animation-duration:35s}.flowers li[data-duration="40"]{animation-duration:40s}.flowers li[data-duration="45"]{animation-duration:45s}.flowers li[data-duration="50"]{animation-duration:50s}.flowers li[data-delay="0"]{animation-delay:0s}.flowers li[data-delay="1"]{animation-delay:1s}.flowers li[data-delay="2"]{animation-delay:2s}.flowers li[data-delay="3"]{animation-delay:3s}.flowers li[data-delay="4"]{animation-delay:4s}.flowers li[data-delay="5"]{animation-delay:5s}.flowers li[data-delay="6"]{animation-delay:6s}.flowers li[data-delay="7"]{animation-delay:7s}.flowers li[data-delay="8"]{animation-delay:8s}.flowers li[data-delay="9"]{animation-delay:9s}.flowers li[data-delay="10"]{animation-delay:10s}.flowers li[data-delay="11"]{animation-delay:11s}.flowers li[data-delay="12"]{animation-delay:12s}.flowers li[data-delay="13"]{animation-delay:13s}.flowers li[data-delay="14"]{animation-delay:14s}.flowers li[data-delay="15"]{animation-delay:15s}.flowers li[data-delay="16"]{animation-delay:16s}.flowers li[data-delay="17"]{animation-delay:17s}.flowers li[data-delay="18"]{animation-delay:18s}.flowers li[data-delay="19"]{animation-delay:19s}.flowers li[data-delay="20"]{animation-delay:20s}.flowers li[data-left="0"]{left:0}.flowers li[data-left="5"]{left:5%}.flowers li[data-left="10"]{left:10%}.flowers li[data-left="15"]{left:15%}.flowers li[data-left="20"]{left:20%}.flowers li[data-left="25"]{left:25%}.flowers li[data-left="30"]{left:30%}.flowers li[data-left="35"]{left:35%}.flowers li[data-left="40"]{left:40%}.flowers li[data-left="45"]{left:45%}.flowers li[data-left="50"]{left:50%}.flowers li[data-left="55"]{left:55%}.flowers li[data-left="60"]{left:60%}.flowers li[data-left="65"]{left:65%}.flowers li[data-left="70"]{left:70%}.flowers li[data-left="75"]{left:75%}.flowers li[data-left="80"]{left:80%}.flowers li[data-left="85"]{left:85%}.flowers li[data-left="90"]{left:90%}.flowers li[data-left="95"]{left:95%}.flowers li[data-left="100"]{left:100%}@keyframes animate{0%{transform:translateY(0) rotate(0);opacity:1}100%{transform:translateY(-1000px) rotate(720deg);opacity:0}}#g-lp-header{position:fixed;top:0;left:0;z-index:6;display:flex;justify-content:space-between;width:100%;height:auto;color:var(--color-offwhite);background-color:var(--color-darkbrown)}#g-lp-header .pagename{display:inline-block;background-color:#562e13;clip-path:polygon(0 0,100% 0,calc(100% - 50px) 100%,0 100%)}#g-lp-header .pagename a{display:flex;flex-direction:column;justify-content:center;height:80px;padding:20px 70px 20px 20px}@media screen and (min-width:992px){#g-lp-header .pagename a{padding:25px 75px 25px 25px}}#g-lp-header .pagename a b,#g-lp-header .pagename a small{display:block}#g-lp-header .pagename a small{font-size:1rem;font-weight:500}#g-lp-header .pagename a b{font-size:1.6rem;line-height:1.3}@media screen and (min-width:992px){#g-lp-header .pagename a b{font-size:1.8rem;line-height:1.2}}#g-lp-header #btn-menu{cursor:pointer;aspect-ratio:1/1;width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (min-width:992px){#g-lp-header #btn-menu{display:none}}#g-lp-header #btn-menu .in{width:25px;height:25px}#g-lp-header #btn-menu .in span{position:absolute;display:block;width:5px;height:5px;background-color:#fff;transition:all .3s linear}#g-lp-header #btn-menu .in span.tl{top:0;left:0}#g-lp-header #btn-menu .in span.tc{top:0;left:10px}#g-lp-header #btn-menu .in span.tr{top:0;right:0}#g-lp-header #btn-menu .in span.cl{top:10px;left:0}#g-lp-header #btn-menu .in span.cc{top:10px;left:10px}#g-lp-header #btn-menu .in span.cr{top:10px;right:0}#g-lp-header #btn-menu .in span.bl{bottom:0;left:0}#g-lp-header #btn-menu .in span.bc{bottom:0;left:10px}#g-lp-header #btn-menu .in span.br{bottom:0;right:0}#g-lp-header #btn-menu.on .in span.tl{top:20px;left:20px}#g-lp-header #btn-menu.on .in span.tc{top:10px;left:10px}#g-lp-header #btn-menu.on .in span.tr{top:20px;right:20px}#g-lp-header #btn-menu.on .in span.cl{top:10px;left:10px}#g-lp-header #btn-menu.on .in span.cc{top:10px;left:10px}#g-lp-header #btn-menu.on .in span.cr{top:10px;right:10px}#g-lp-header #btn-menu.on .in span.bl{bottom:20px;left:20px}#g-lp-header #btn-menu.on .in span.bc{bottom:10px;left:10px}#g-lp-header #btn-menu.on .in span.br{bottom:20px;right:20px}#g-lp-header #fixed-pc-nav{display:none;white-space:nowrap;position:relative;z-index:1;font-size:1.4rem}@media screen and (min-width:992px){#g-lp-header #fixed-pc-nav{display:block;padding:0 20px 0 0}}@media screen and (min-width:992px){#g-lp-header #fixed-pc-nav ul{display:flex;align-items:center;height:100%}}#g-lp-header #fixed-pc-nav ul li a{position:relative;display:flex;align-items:center;font-size:1.3rem;padding:10px 15px}@media screen and (min-width:1200px){#g-lp-header #fixed-pc-nav ul li a{padding:10px 20px}}@media screen and (min-width:992px){#g-lp-header #fixed-pc-nav ul li a:before{content:"";display:block;width:0;height:0;border:5px solid transparent;border-left:7px solid rgba(255,255,255,.2)}}#g-lp-header #fixed-pc-nav ul li a b{font-weight:400}#g-lp-header #fixed-pc-nav ul li a:hover:before{bottom:-15px}#g-lp-header #fixed-pc-nav ul li.btn-language{cursor:pointer;position:relative;color:#fff;padding:10px 15px;margin:0 10px 0 15px}@media screen and (min-width:1200px){#g-lp-header #fixed-pc-nav ul li.btn-language{padding:10px 20px;margin:0 20px 0 20px}}#g-lp-header #fixed-pc-nav ul li.btn-language:before{content:"";display:block;position:absolute;top:-30px;left:0;width:100%;height:80px;background-color:#000;border-radius:0 0 10px 10px;transition:top .2s}#g-lp-header #fixed-pc-nav ul li.btn-language b{position:relative;top:0;z-index:1;transition:top .2s}#g-lp-header #fixed-pc-nav ul li.btn-language:hover:before{top:-20px}#g-lp-header #fixed-pc-nav ul li.btn-language:hover b{top:10px}main{display:block}main .is-active{display:block!important}main .is-ended{display:none!important}main.mode-ended .is-active{display:none!important}main.mode-ended .is-ended{display:block!important}#main-visual{overflow:hidden;position:relative;margin:80px 0 0;background:url(/resource/load/src24/campaign/collab-event/fiji/bg-mainvisual.jpg) no-repeat center;background-size:cover}#main-visual .flower1{top:0;right:0;z-index:1;transform:translate(30%,-30%)}#main-visual .flower2{bottom:0;left:0;z-index:1;transform:translate(-30%,-100%)}#main-visual:before{content:"";position:absolute;inset:0;z-index:1;background:url(/resource/load/src24/common/loader.svg) no-repeat center,#3c250d;background-size:60px 60px,cover;transition:opacity 1s;opacity:1;pointer-events:none}#main-visual #player{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.2)}#main-visual #filter-mask{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:rgba(60,37,13,.9);transition:background-position 50ms}#main-visual>.inner{position:relative;display:flex;flex-direction:column;height:100%}@media screen and (min-width:992px){#main-visual>.inner{flex-direction:row-reverse;justify-content:space-between;padding-top:80px}}#main-visual>.inner .main-text{text-align:center;padding:60px 0 20px}@media screen and (min-width:992px){#main-visual>.inner .main-text{width:50%;padding:0 0 200px}}#main-visual>.inner .main-text h2{margin:5px 0 0}#main-visual>.inner .main-text h2+p{margin:20px 0 0}#main-visual>.inner .main-text p span{display:inline}@media screen and (min-width:576px){#main-visual>.inner .main-text p span{display:inline-block}}#main-visual>.inner .main-text .btn-cta,#main-visual>.inner .main-text .btn-round{margin:30px auto 0!important}#main-visual>.inner .main-person{width:92.5%;opacity:.9}@media screen and (min-width:576px){#main-visual>.inner .main-person{width:420px;margin:0 auto;padding:0 20px 0 0}}@media screen and (min-width:992px){#main-visual>.inner .main-person{display:flex;align-items:flex-end;width:45%;margin:0 0 -100px;padding:0}}#main-visual .main-bottom{position:absolute;bottom:-2px;left:-2px;right:-2px;z-index:1}#main-visual.playing:before{opacity:0}#main-visual.still:before{opacity:0}#main-visual.still #filter-mask{background:rgba(60,37,13,.8)}#section--01{margin-top:-1px}#section--01 .flower1{top:0;left:0;transform:translate(100%,0)}#section--01 .flower2{top:0;left:0;transform:translate(20%,90%)}#section--01 .flower3{top:45%;right:2%;transform:translate(20%,-50%)}@media screen and (min-width:992px){#section--01 .sec-head{display:flex;justify-content:flex-end}}#section--01 .sec-head #wrap--countdown{position:relative;top:-80px;margin:0 -10px -80px;padding:40px 20px;background-color:var(--color-beige);box-shadow:rgba(0,0,0,.45) 0 25px 20px -20px}@media screen and (min-width:576px){#section--01 .sec-head #wrap--countdown{padding:40px 30px}}@media screen and (min-width:768px){#section--01 .sec-head #wrap--countdown{padding:40px}}@media screen and (min-width:992px){#section--01 .sec-head #wrap--countdown{top:-140px;width:47.5%;margin:0 0 -140px;padding:40px 40px 50px}}#section--01 .sec-head #wrap--countdown .countdown-head{text-align:center}#section--01 .sec-head #wrap--countdown .countdown-foot{margin:20px 0 0}@media screen and (min-width:992px){#section--01 .sec-head #wrap--countdown .countdown-foot{margin:30px 0 0}}#section--01 .sec-head #wrap--countdown .countdown-foot .sns{text-align:center;margin:30px 0 0}@media screen and (min-width:992px){#section--01 .sec-head #wrap--countdown .countdown-foot .sns{margin:40px 0 0}}#section--01 .sec-head #wrap--countdown .countdown-foot .sns button.shareBtn{cursor:pointer;display:flex;align-items:center;justify-content:center;width:100%;font-family:var(--font-inter);margin:10px 0 0;padding:10px;color:#fff;background:#ff8c00;border-radius:10px}#section--01 .sec-head #wrap--countdown .countdown-foot .sns button.shareBtn img{width:30px;height:auto;margin:0 5px 0 0}@media screen and (min-width:768px){#section--01 .sec-head #wrap--countdown .is-active .countdown-head .countdown-title{font-size:3rem}}#section--01 .sec-head #wrap--countdown .is-active .countdown-head .countdown-title em{display:inline-block}#section--01 .sec-head #wrap--countdown .is-active .countdown-head .countdown-title .underline{position:relative}#section--01 .sec-head #wrap--countdown .is-active .countdown-head .countdown-title .underline svg{position:absolute;top:99%;left:0;width:100%;height:auto}#section--01 .sec-head #wrap--countdown .is-active .countdown-head .countdown-title .underline svg path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 3s linear infinite}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown{text-align:center;display:flex;justify-content:space-between;max-width:400px;margin:20px auto;padding:0 10px}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item{position:relative;padding:0 0 15px}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item b,#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item strong{display:block;line-height:1.1}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item strong{font-size:3.6rem;width:50px}@media screen and (min-width:768px){#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item strong{font-size:3.8rem;width:52px}}@media screen and (min-width:1200px){#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item strong{font-size:4rem;width:55px}}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item b{text-align:center;display:block;position:absolute;bottom:0;left:50%;transform:translateX(-50%)}#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item b i{display:none}@media screen and (min-width:576px){#section--01 .sec-head #wrap--countdown .is-active .countdown-body #countdown .item b i{display:inline}}#section--01 .sec-head #wrap--countdown .is-ended .countdown-body #targetDate{text-align:center;color:var(--color-brown);font-size:3.2rem;font-weight:800;line-height:1.1;margin:2.5px 0 20px}@media screen and (min-width:768px){#section--01 .sec-head #wrap--countdown .is-ended .countdown-body #targetDate{font-size:3.4rem}}@media screen and (min-width:1200px){#section--01 .sec-head #wrap--countdown .is-ended .countdown-body #targetDate{font-size:3.6rem}}@media screen and (min-width:768px){#section--01 .sec-body .wrap-flex{display:flex;justify-content:space-between}}@media screen and (min-width:768px){#section--01 .sec-body .wrap-flex .flex-item{width:47.5%}}@media screen and (min-width:992px){#section--01 .sec-body .wrap-flex .flex-item.image{margin-top:-160px}}#section--01 .sec-body .wrap-flex .flex-item.image span{aspect-ratio:16/9}@media screen and (min-width:992px){#section--01 .sec-body .wrap-flex .flex-item.image span{aspect-ratio:3/2}}#section--01 .sec-body .wrap-flex .flex-item.text{margin:30px 0 0}@media screen and (min-width:768px){#section--01 .sec-body .wrap-flex .flex-item.text{margin:0}}@keyframes draw{0%{stroke-dashoffset:1000}66.6%{stroke-dashoffset:0}100%{stroke-dashoffset:0}}#section--02 .flower1{top:0;left:5%;transform:translate(0,-50%)}@media screen and (min-width:992px){#section--02 .sec-body .toggle-item{display:flex;justify-content:space-between}}@media screen and (min-width:992px){#section--02 .sec-body .toggle-item__trigger{width:47.5%}}@media screen and (min-width:992px){#section--02 .sec-body .toggle-item__content{width:47.5%}}#section--02 .sec-body .toggle-item__content .in{padding:40px 0 0}@media screen and (min-width:992px){#section--02 .sec-body .toggle-item__content .in{padding:0}}#section--02 .sec-body .toggle-item__content .in dl dt:not(:first-child){padding-top:40px;border-top:1px solid rgba(255,255,255,.2)}#section--02 .sec-body .toggle-item__content .in dl dt h4{display:flex;align-items:center}#section--02 .sec-body .toggle-item__content .in dl dt h4 img{width:50px;height:auto;margin-right:10px}#section--02 .sec-body .toggle-item__content .in dl dd{margin:10px 0 0}#section--02 .sec-body .toggle-item__content .in dl dd:not(:last-child){padding-bottom:40px}.swiper-carousel{display:none}@media screen and (min-width:992px){.swiper-carousel{position:relative;display:block;margin:40px 0 0 -30vw}.swiper-carousel:before{content:"";display:block;position:absolute;top:0;left:0;z-index:2;width:10vw;height:100%;background:linear-gradient(to right,#af5527,transparent),linear-gradient(to right,#af5527,transparent)}}.swiper-carousel .swiper-wrapper .swiper-slide .in{padding:0 20px}#section--03 .flower1{top:0;right:0;transform:translate(20%,-50%)}@media screen and (min-width:992px){#section--03 .sec-body{position:relative;display:flex;justify-content:flex-end;min-height:300px}}@media screen and (min-width:992px){#section--03 .sec-body .toggle-item{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 400px);border-left:1px solid rgba(255,255,255,.2);padding-left:60px}}@media screen and (min-width:1200px){#section--03 .sec-body .toggle-item{padding-left:80px}}@media screen and (min-width:992px){#section--03 .sec-body .toggle-item__content>.in{position:static}}.swiper-figures{margin:30px 0 0}@media screen and (min-width:992px){.swiper-figures{position:absolute;top:0;left:0;width:400px;height:auto;margin:0}}.swiper-figures .swiper-wrapper .swiper-slide{position:relative}.swiper-figures .swiper-wrapper .swiper-slide .in{overflow:hidden;position:relative;width:260px;height:260px;padding:35px;margin:0 auto;border-radius:50%;background:linear-gradient(110.18deg,#af5527 8.5%,#703719 91.5%)}.swiper-figures .swiper-wrapper .swiper-slide .in:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(-45deg,rgba(0,0,0,.1) 50%,rgba(0,0,0,0) 50%)}.swiper-figures .swiper-wrapper .swiper-slide .in .wrap-num{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;background-color:var(--color-white);border-radius:50%;color:var(--color-lightbrown)}.swiper-figures .swiper-wrapper .swiper-slide .in .wrap-num .num b{display:block;font-size:4rem;line-height:1;margin-bottom:-5px}.swiper-figures .swiper-wrapper .swiper-slide .in .wrap-num .num b strong{font-size:1em;letter-spacing:0}.swiper-figures .swiper-wrapper .swiper-slide .in .wrap-num .num b small{display:inline-block;font-size:.8em}.swiper-figures .swiper-wrapper .swiper-slide .in .wrap-num .num i{font-size:1.2rem;font-weight:700}.swiper-figures .swiper-pagination{position:static;margin:30px 0 0}.swiper-figures .swiper-pagination-bullet{width:12.5px;height:12.5px;margin:0 7.5px!important;background-color:rgba(255,255,255,.6)}.swiper-figures .swiper-pagination-bullet-active{background:#fff}#section--04 .flower1{top:0;left:0;transform:translate(-20%,-25%)}#section--04 .flower2{top:50%;right:0;transform:translate(20%,-100%)}#section--04 .flower3{top:60%;left:2%;transform:translate(0,0)}@media screen and (min-width:768px){.panelist ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:-60px}}@media screen and (min-width:768px){.panelist ul li{width:50%;margin:60px 0 0}}@media screen and (min-width:992px){.panelist ul li{width:33.3333333333%}}.panelist ul li:not(:first-child){margin:60px 0 0}.panelist ul li>.in{width:80%;max-width:300px;margin:0 auto}.panelist ul li>.in .panelist-detal{position:relative;z-index:1;background-color:#fff;border-radius:10px;margin:-125px 20px 0}.panelist ul li>.in .panelist-detal .toggle-item{position:relative}.panelist ul li>.in .panelist-detal .toggle-item__trigger{display:flex;align-items:center;height:100px}.panelist ul li>.in .panelist-detal .toggle-item__trigger>.in{text-align:center;display:block;padding:20px 30px}.panelist ul li>.in .panelist-detal .toggle-item__trigger>.in p small{display:block;font-size:1.2rem;line-height:1.4}.panelist ul li>.in .panelist-detal .toggle-item__content{padding:0 30px 30px}.panelist ul li>.in .panelist-detal .toggle-item__content>.in{border-top:1px solid rgba(112,55,25,.2)}.panelist ul li>.in .panelist-detal .toggle-item .toggle-btn{position:absolute;bottom:0;left:50%;margin:0;transform:translate(-50%,50%)}#section--05 .flower1{top:0;right:0;transform:translate(10%,-50%)}#section--05 .flower2{top:20%;left:5%;transform:translate(0,0)}#section--05 .flower3{top:55%;right:5%;transform:translate(0,0)}.grid{margin:-10px}@media screen and (min-width:992px){.grid{margin:-20px}}.grid .grid-item{overflow:visible;position:relative;z-index:1;padding:10px;text-align:right;transform:scale(1);transition:transform .3s .3s}@media screen and (min-width:768px){.grid .grid-item{width:25%!important;margin:0!important;aspect-ratio:1/1!important}}@media screen and (min-width:992px){.grid .grid-item{padding:20px}}.grid .grid-item.sm{width:40%}.grid .grid-item.md{width:50%}.grid .grid-item.lg{width:60%}.grid .grid-item.left10{margin-left:10%}.grid .grid-item.left50{margin-left:50%}.grid .grid-item .flip-card{perspective:1000px;width:100%;height:100%}.grid .grid-item .flip-card .flip-inner{position:relative;width:100%;height:100%;transition:transform .3s;transform-style:preserve-3d}.grid .grid-item .flip-card .flip-inner .flip-back,.grid .grid-item .flip-card .flip-inner .flip-front{overflow:hidden;position:absolute;width:100%;height:100%;border-radius:20px;backface-visibility:hidden;box-shadow:0 0;transition:box-shadow .3s .3s}.grid .grid-item .flip-card .flip-inner .flip-front{transform:rotateY(0);z-index:2}.grid .grid-item .flip-card .flip-inner .flip-back{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:20px;transform:rotateY(180deg);z-index:1}.grid .grid-item .flip-card .flip-inner .flip-back .back-text{text-align:center;font-size:.8em;line-height:1.3}.grid .grid-item:hover{z-index:10;transform:scale(1.4)}.grid .grid-item:hover .flip-card .flip-inner{transform:rotateY(180deg)}.grid .grid-item:hover .flip-card .flip-inner .flip-back,.grid .grid-item:hover .flip-card .flip-inner .flip-front{box-shadow:rgba(0,0,0,.4) 0 30px 90px}#section--06 .flower1{top:0;left:0;transform:translate(-5%,-75%)}#section--06 .flower2{top:25%;right:2.5%;transform:translate(0,0)}.swiper-featured{overflow:visible;margin:0 -30px}.swiper-featured .swiper-wrapper .swiper-slide{width:100%;height:auto;padding:0 30px}@media screen and (min-width:992px){.swiper-featured .swiper-wrapper .swiper-slide{width:46%}}.swiper-featured .swiper-wrapper .swiper-slide .in{overflow:visible;display:flex;flex-direction:column;height:100%;padding:40px 30px}@media screen and (min-width:768px){.swiper-featured .swiper-wrapper .swiper-slide .in{padding:40px}}@media screen and (min-width:992px){.swiper-featured .swiper-wrapper .swiper-slide .in{padding:50px}}.swiper-featured .swiper-wrapper .swiper-slide .in>.svg{position:absolute;top:0;left:30px;width:30px;height:auto;transform:translateY(-50%)}.swiper-featured .swiper-wrapper .swiper-slide .in.card-orange{background:linear-gradient(180deg,rgba(214,61,0,.3) 0,rgba(255,255,255,.3) 100%),#fff}.swiper-featured .swiper-wrapper .swiper-slide .in.card-orange>.svg path{fill:#d63d00}.swiper-featured .swiper-wrapper .swiper-slide .in.card-yellow{background:linear-gradient(180deg,rgba(255,215,0,.3) 0,rgba(255,255,255,.3) 100%),#fff}.swiper-featured .swiper-wrapper .swiper-slide .in.card-yellow>.svg path{fill:gold}.swiper-featured .swiper-wrapper .swiper-slide .in.card-purple{background:linear-gradient(180deg,rgba(148,0,211,.3) 0,rgba(255,255,255,.3) 100%),#fff}.swiper-featured .swiper-wrapper .swiper-slide .in.card-purple>.svg path{fill:#9400d3}.swiper-featured .swiper-wrapper .swiper-slide .in.card-green{background:linear-gradient(180deg,rgba(128,128,0,.3) 0,rgba(255,255,255,.3) 100%),#fff}.swiper-featured .swiper-wrapper .swiper-slide .in.card-green>.svg path{fill:olive}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-body{margin:10px 0 0}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-body .movie{overflow:hidden;position:relative;z-index:1;width:100%;max-width:320px;aspect-ratio:16/9;margin:30px auto 0;border-radius:10px}@media screen and (min-width:768px){.swiper-featured .swiper-wrapper .swiper-slide .in .slide-body .movie{margin:30px 0 0}}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-body .movie.is-shorts{width:80%;max-width:160px;aspect-ratio:9/16}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-body .movie iframe{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-foot{margin:auto 0 0;padding:30px 0 0}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-foot p b{font-size:1.6rem}.swiper-featured .swiper-wrapper .swiper-slide .in .slide-foot p small{display:block;font-size:1.2rem}.swiper-featured .swiper-controller{display:flex;align-items:center;justify-content:space-between;padding:0 30px;margin:30px 0 0}.swiper-featured .swiper-controller .swiper-buttons{display:flex}.swiper-featured .swiper-controller .swiper-buttons .swiper-button-next,.swiper-featured .swiper-controller .swiper-buttons .swiper-button-prev{position:static;display:flex;align-items:center;justify-content:center;margin:0 10px 0 0;width:30px;min-width:30px;height:30px;border:2px solid var(--color-brown);border-radius:50%}.swiper-featured .swiper-controller .swiper-buttons .swiper-button-next:after,.swiper-featured .swiper-controller .swiper-buttons .swiper-button-prev:after{display:none}.swiper-featured .swiper-controller .swiper-buttons .swiper-button-next:before,.swiper-featured .swiper-controller .swiper-buttons .swiper-button-prev:before{content:"";position:relative;display:block;width:0;height:0;border:5px solid transparent}.swiper-featured .swiper-controller .swiper-buttons .swiper-button-prev:before{left:-3.5px;border-right:7px solid var(--color-brown)}.swiper-featured .swiper-controller .swiper-buttons .swiper-button-next:before{left:3.5px;border-left:7px solid var(--color-brown)}.swiper-featured .swiper-controller .swiper-pagination{position:static;color:var(--color-brown);width:auto}#wrap--video-footer #section--video{height:200vh}#wrap--video-footer #section--video #wrap--pin-video{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 80px)}#wrap--video-footer #section--video #wrap--pin-video #pin-video{overflow:hidden;position:absolute;top:50%;left:50%;width:100vw;height:100vh;transform:translate(-50%,-50%);transform-origin:center;will-change:transform;background:url(/resource/load/src24/campaign/collab-event/fiji/bg-mainvisual.jpg) no-repeat center;background-size:cover}#wrap--video-footer #section--video #wrap--pin-video #pin-video #pin-player{position:absolute;top:0;left:0;width:100%;height:100%;transform:scale(1.2)}#wrap--video-footer #section--video #wrap--pin-video #pin-video #pin-video-filter{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-color:#3c250d;opacity:0}#wrap--video-footer #g-lp-footer{height:100%;min-height:calc(100vh - 80px);display:flex;flex-direction:column}#wrap--video-footer #g-lp-footer>.inner{flex:1;padding-top:60px;padding-bottom:60px}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list{margin:40px 0 0}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul{width:60%;margin:0 auto}@media screen and (min-width:768px){#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;max-width:800px}}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li{margin:30px 0 0}@media screen and (min-width:768px){#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li{margin:10px 0 0;padding:10px;width:33.3333333333%}}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li a img{width:100%}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li a img[data-size=sm]{width:60%}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li a img[data-size=md]{width:70%}#wrap--video-footer #g-lp-footer>.inner .footer-body .sponsor-list ul li a img[data-size=lg]{width:90%}#wrap--video-footer #g-lp-footer #lp-copyright{z-index:1;padding:30px;margin:auto 0 80px}#wrap--video-footer #g-lp-footer #lp-copyright small{font-size:1.2rem}#btn-fixed-form{pointer-events:none;cursor:pointer;position:fixed;bottom:30px;right:30px;z-index:2;width:100px;height:100px;mix-blend-mode:difference;opacity:0;transform:scale(3);transition:opacity 1s,transform 2s cubic-bezier(.19,1,.22,1)}@media screen and (min-width:768px){#btn-fixed-form{bottom:40px;right:40px;width:110px;height:110px}}@media screen and (min-width:992px){#btn-fixed-form{bottom:50px;right:50px;width:120px;height:120px}}#btn-fixed-form .in{width:100%;height:100%}#btn-fixed-form .in .circleText{overflow:visible;animation:rotation 18s linear infinite}#btn-fixed-form .in .circleText__circle{fill:none}#btn-fixed-form .in .circleText__text{fill:#fff;font-size:12px;letter-spacing:.03em}#btn-fixed-form .in img{position:absolute;top:50%;left:50%;width:50px;height:auto;transform:translate(-50%,-50%)}#btn-fixed-form .in i{position:absolute;top:50%;left:50%;color:#fff;font-size:4rem;transform:translate(-50%,-50%)}#btn-fixed-form.on{pointer-events:auto;opacity:1;transform:scale(1)}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.fixed-content .btn-finxed-content-close{cursor:pointer;display:block;text-align:center;font-size:1.2rem;font-weight:400;margin:0 0 0 30px;padding:7.5px 30px;border-radius:30px}.fixed-content .in{overflow-y:auto;display:flex;flex-direction:column;width:100%;height:100%}.fixed-content .in .fixed-content-head{display:flex;align-items:center;justify-content:space-between;padding:25px 30px}.fixed-content .in .fixed-content-body{flex:1;overflow-y:auto;padding:40px 40px 60px}@media screen and (min-width:768px){.fixed-content .in .fixed-content-body{padding:50px 50px 70px}}@media screen and (min-width:992px){.fixed-content .in .fixed-content-body{padding:60px 60px 80px}}.fixed-content .in b{font-weight:700}.fixed-content[data-theme=light] .btn-finxed-content-close{color:#fff;background-color:#000;border:1px solid rgba(0,0,0,.2)}.fixed-content[data-theme=light] .in{background-color:#f0f0f0}.fixed-content[data-theme=light] .in .fixed-content-head{border-bottom:1px solid rgba(0,0,0,.2)}.fixed-content[data-theme=dark] .btn-finxed-content-close{color:#000;background-color:#fff;border:0}.fixed-content[data-theme=dark] .in{color:#e8eaed;background-color:#202124}.fixed-content[data-theme=dark] .in .fixed-content-head{border-bottom:1px solid rgba(255,255,255,.2)}#fixed-smt-nav{overflow-y:auto;position:fixed;top:0;left:100%;z-index:8;width:90%;height:100%;border-radius:20px 0 0 20px;transform:translateX(0);transition:transform .6s cubic-bezier(.19,1,.22,1),width .6s cubic-bezier(.19,1,.22,1)}@media screen and (min-width:576px){#fixed-smt-nav{width:75%}}@media screen and (min-width:768px){#fixed-smt-nav{width:60%}}@media screen and (min-width:992px){#fixed-smt-nav{width:45%}}@media screen and (min-width:1200px){#fixed-smt-nav{width:600px}}#fixed-smt-nav.on{transform:translateX(-100%)}#fixed-smt-nav.overlap{width:95%}@media screen and (min-width:576px){#fixed-smt-nav.overlap{width:80%}}@media screen and (min-width:768px){#fixed-smt-nav.overlap{width:65%}}@media screen and (min-width:992px){#fixed-smt-nav.overlap{width:50%}}#fixed-smt-nav .in .fixed-content-body ul{font-size:1.4rem}#fixed-smt-nav .in .fixed-content-body ul li:not(:first-child){border-top:1px solid rgba(0,0,0,.1)}#fixed-smt-nav .in .fixed-content-body ul li a{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:20px 0}#fixed-smt-nav .in .fixed-content-body ul li a:after{content:"";display:block;width:0;height:0;border:5px solid transparent;border-left:7px solid rgba(0,0,0,.2);margin:0 0 0 20px}#fixed-smt-nav .in .fixed-content-body ul li.btn-language{cursor:pointer;text-align:center;margin:40px 0 0;color:#fff;background-color:#000;padding:15px 20px;border-radius:10px}#fixed-form{display:none;position:fixed;top:50%;left:50%;z-index:8;width:90%;max-width:800px;height:80%;transform:translate(-50%,-50%)}#fixed-form .in{opacity:0;transform:scale(.8);border-radius:20px;transition:opacity 1s,transform .5s}#fixed-form.on .in{opacity:1;transform:scale(1)}.slate-form-result{display:none}.slate-form-result__body{margin:30px 0 0}