@charset "UTF-8";body{background-color:#fff}.u-vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@keyframes ani-sbFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}@keyframes ani-sbZoomIn{0%{opacity:0;transform:scale(var(--sb-zoom,1.06))}to{opacity:1;transform:none}}@keyframes ani-sbZoomNF{0%{opacity:1;transform:scale(var(--sb-zoom,1.06))}to{opacity:1;transform:none}}@keyframes ani-sbBubble{0%{opacity:0;transform:translateX(var(--sb-tx,0)) scale(0.5)}55%{opacity:1;transform:translateX(var(--sb-tx,0)) scale(1.06)}to{opacity:1;transform:translateX(var(--sb-tx,0)) scale(1)}}@keyframes ani-sbDrift{0%{opacity:0;transform:translate(-24px,16px)}to{opacity:1;transform:none}}@keyframes ani-sbPopIn{0%{opacity:0;transform:scale(0.92)}to{opacity:1;transform:none}}@keyframes ani-sbSpinIn{0%{opacity:0;transform:rotate(-25deg) scale(0.6)}to{opacity:1;transform:none}}@keyframes ani-sbRotate{0%{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes ani-sbBlurIn{0%{opacity:0;filter:blur(var(--sb-blur,8px))}to{opacity:1;filter:blur(0)}}@keyframes ani-sbCopyColor{0%{color:var(--copy-from,#2e647a)}22%{color:var(--copy-from,#2e647a)}to{color:#000}}@keyframes ani-sbCollabBox{0%{opacity:0}to{opacity:1}}@keyframes ani-sbCollabL{0%{opacity:0;transform:translateX(-26px)}to{opacity:1;transform:none}}@keyframes ani-sbCollabR{0%{opacity:0;transform:translateX(26px)}to{opacity:1;transform:none}}@keyframes ani-sbCollabX{0%{opacity:0;transform:scale(0.6)}to{opacity:1;transform:scale(1)}}@keyframes ani-sbCollabLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes ani-sbHandwrite{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes ani-sbStamp{0%{opacity:0;transform:scale(1.18) rotate(-3deg)}55%{opacity:1;transform:scale(0.985) rotate(1deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes ani-sbMemoryTitle{0%{opacity:0;filter:blur(16px);transform:translateY(36px) scale(1.05)}to{opacity:1;filter:blur(0);transform:none}}@keyframes ani-sbTitleText{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes ani-sbBracketL{0%{opacity:0;transform:translateY(-50%) scaleX(-1) translateX(var(--sb-bx,16px))}to{opacity:1;transform:translateY(-50%) scaleX(-1)}}@keyframes ani-sbBracketR{0%{opacity:0;transform:translateY(-50%) translateX(var(--sb-bx,16px))}to{opacity:1;transform:translateY(-50%)}}.sb-fadeup{opacity:0}.sb-fadeup.is-show{animation:ani-sbFadeUp 0.9s cubic-bezier(0,0.98,0.58,0.98) both}.sb-zoomin img{opacity:0}.sb-zoomin.is-show img{animation:ani-sbZoomIn var(--sb-dur,1s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-zoom-nf img{opacity:0}.sb-zoom-nf.is-show img{animation:ani-sbZoomNF var(--sb-dur,1s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-drift{opacity:0}.sb-drift.is-show{animation:ani-sbDrift 1.2s cubic-bezier(0,0.98,0.58,0.98) both}.sb-popin{opacity:0}.sb-popin.is-show{animation:ani-sbPopIn var(--sb-dur,1s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-spin{opacity:0}.sb-spin.is-show{animation:ani-sbSpinIn var(--sb-dur,0.9s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-rotate{opacity:0}.sb-rotate.is-show{animation:ani-mvFadeIn 0.6s cubic-bezier(0,0.98,0.58,0.98) both,ani-sbRotate var(--sb-rot-dur,24s) linear infinite}.sb-stamp{opacity:0}.sb-stamp.is-show{animation:ani-sbStamp var(--sb-dur,0.55s) ease-out both}.sb-blurin{opacity:0}.sb-blurin.is-show{animation:ani-sbBlurIn var(--sb-dur,1s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-bubble{opacity:0;transform-origin:30% 100%}.sb-bubble.is-show{animation:ani-sbBubble var(--sb-dur,0.7s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-title{opacity:0}.sb-title.is-show{animation:ani-sbTitleText var(--sb-dur,0.8s) cubic-bezier(0,0.98,0.58,0.98) both}.sb-title.is-show:before{animation:ani-sbBracketL 0.55s cubic-bezier(0,0.98,0.58,0.98) 0.12s both}.sb-title.is-show:after{animation:ani-sbBracketR 0.55s cubic-bezier(0,0.98,0.58,0.98) 0.12s both}.sb-memory-title{opacity:0}.sb-memory-title.is-show{animation:ani-sbMemoryTitle var(--sb-dur,2s) cubic-bezier(0.22,1,0.36,1) both}.sb-collab{opacity:0}.sb-collab .c-l,.sb-collab .c-r,.sb-collab .c-x{display:inline-block}.sb-collab .c-x{margin:0 0.45em}.sb-collab.is-show{animation:ani-sbCollabBox 0.7s cubic-bezier(0,0.98,0.58,0.98) both}.sb-collab.is-show .c-l{animation:ani-sbCollabL 0.95s cubic-bezier(0,0.98,0.58,0.98) both}.sb-collab.is-show .c-r{animation:ani-sbCollabR 0.95s cubic-bezier(0,0.98,0.58,0.98) both}.sb-collab.is-show .c-x{animation:ani-sbCollabX 1.1s cubic-bezier(0.22,1,0.36,1) 0.55s both}.sb-collab.is-show:after,.sb-collab.is-show:before{animation:ani-sbCollabLine 1.2s cubic-bezier(0.16,1,0.3,1) 0.75s both}.sb-handwrite{clip-path:inset(0 100% 0 0)}.sb-handwrite.is-show{animation:ani-sbHandwrite var(--sb-dur,1.5s) ease-out both}@media (prefers-reduced-motion:reduce){.sb-blurin,.sb-bubble,.sb-collab,.sb-collab .c-l,.sb-collab .c-r,.sb-collab .c-x,.sb-collab:after,.sb-collab:before,.sb-drift,.sb-fadeup,.sb-handwrite,.sb-memory-title,.sb-popin,.sb-rotate,.sb-spin,.sb-stamp,.sb-title,.sb-zoom-nf img,.sb-zoomin img{animation:none!important;opacity:1!important;transform:none!important;filter:none!important}.sb-handwrite{clip-path:none!important}.sb-title:after,.sb-title:before{animation:none!important;opacity:1!important}}main{font-family:"Zen Kaku Gothic New","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",sans-serif;color:#000;width:100%;overflow:clip}@media screen and (max-width:767px){main{padding-bottom:46px}}main img{width:100%;height:auto;display:block}main a{color:inherit;text-decoration:none;transition:0.35s cubic-bezier(0,0.98,0.58,0.98)}.disp-smd{display:none!important}@media screen and (max-width:767px){.disp-smd{display:block!important}}.txt-about{font-size:1.7rem;color:#000;line-height:1.88;font-weight:400}@media screen and (max-width:600px){.txt-about{width:106%;font-size:1.6rem;letter-spacing:-0.02em}}.con-memory .txt,.con-profile .txt,.con-spot .txt{font-size:1.6rem;color:#000000;line-height:1.88;font-weight:400}@media screen and (max-width:767px){.con-memory .txt,.con-profile .txt,.con-spot .txt{font-size:1.6rem;line-height:2}}@keyframes ani-mvFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ani-mvFadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes ani-mvKenBurns{0%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1.08)}}@keyframes ani-mvDeblur{0%{filter:blur(10px)}to{filter:blur(0)}}@keyframes ani-scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@keyframes ani-mvLogoDraw{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0 0 0)}}@keyframes ani-mvBalloonIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes ani-mvBalloonBob{0%,to{transform:translateY(0)}50%{transform:translateY(var(--amp,-4px))}}@keyframes ani-mvSunPop{0%{opacity:0;transform:scale(0.2)}70%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@keyframes ani-mvSunTwinkle{0%,12%{transform:translate(0,0) scale(1)}12.01%,34%{transform:translate(var(--tx,0),var(--ty,0)) scale(var(--sc,1.3))}34.01%,to{transform:translate(0,0) scale(1)}}.con-mv{position:relative}.con-mv .box-mv{position:relative}.con-mv .bg-image .image{margin:3.125% 3.125% 0;border-radius:15px;overflow:hidden;position:relative;z-index:2;min-height:480px;height:calc(100dvh - 6.25vw);animation:ani-mvFadeIn 1.2s cubic-bezier(0,0.98,0.58,0.98) both}@media screen and (max-width:999px){.con-mv .bg-image .image{margin:16px 16px 0;height:calc(100dvh - 32px)}}@media screen and (max-width:767px){.con-mv .bg-image .image{width:93.3333333333%;aspect-ratio:350/650;margin:2.9333333333% 3.3333333333% 0;border-radius:5px;height:auto;min-height:calc(100dvh - 5.87vw)}}.con-mv .bg-image .image img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:100%;height:100%;object-fit:cover;object-position:center center;animation:ani-mvKenBurns 20s cubic-bezier(0.22,1,0.36,1) both,ani-mvDeblur 2s ease-out both}.con-mv .box-logo{position:absolute;top:6.7915690867%;left:15.5%;width:28.125%;z-index:2}@media only screen and (max-width:1440px){.con-mv .box-logo{left:13.625%;width:34.375%}}@media screen and (max-width:999px){.con-mv .box-logo{left:8%;width:48%}}@media screen and (max-width:767px){.con-mv .box-logo{top:2.5806451613%;left:9%;width:64%}}.con-mv .box-logo h1 svg{display:block;width:100%;height:auto;overflow:visible;animation:ani-mvLogoDraw 0.6s ease-out 0.5s backwards}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4){opacity:0;animation:ani-mvBalloonIn 0.6s ease-out 1.2s both}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>*{transform-box:fill-box;transform-origin:center}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:first-child{--amp:-3.5px;animation:ani-mvBalloonBob 4s ease-in-out 2.1s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(2){--amp:-0.5px;animation:ani-mvBalloonBob 4s ease-in-out 2.2s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(3){--amp:-2px;animation:ani-mvBalloonBob 4.2s ease-in-out 1.8s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(4){--amp:-2px;animation:ani-mvBalloonBob 3.8s ease-in-out 2s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(5){--amp:-1.5px;animation:ani-mvBalloonBob 4.4s ease-in-out 2.3s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(6){--amp:-1px;animation:ani-mvBalloonBob 4s ease-in-out 1.7s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>:nth-child(7){--amp:-4px;animation:ani-mvBalloonBob 4.5s ease-in-out 1.9s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g{opacity:0;animation:ani-mvFadeIn 0.3s ease-out 1.35s both}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>*{transform-box:fill-box;transform-origin:center;animation:ani-mvSunTwinkle 1.2s linear 1.35s infinite}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:first-child{--sc:1.28}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(2){--tx:5px;--ty:-2px}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(3){--tx:-5px;--ty:-2px}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(4){--tx:5px;--ty:2px}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(5){--tx:2px;--ty:-5px}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(6){--tx:3.5px;--ty:3.5px}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>:nth-child(7){--tx:-3.5px;--ty:-3.5px}.con-mv .box-logo img{width:100%}.con-mv .box-logo h2.sub-title{margin-top:1%;font-size:1.25cqw;color:#ffffff;line-height:1.75;text-align:center;z-index:2;animation:ani-mvFadeIn 0.9s cubic-bezier(0,0.98,0.58,0.98) 0.85s both}@media screen and (max-width:767px){.con-mv .box-logo h2.sub-title{margin-top:47%;transform:translateX(-20%);font-size:3.25cqw}}@media screen and (max-width:600px){.con-mv .box-logo h2.sub-title{font-size:4.25cqw}}.con-mv .box-movie-thumb{position:absolute;right:5.5%;bottom:3.8641686183%;width:15.3125%;z-index:3;animation:ani-mvFadeInUp 0.9s cubic-bezier(0,0.98,0.58,0.98) 1.05s both}@media screen and (max-width:999px){.con-mv .box-movie-thumb{width:26%}}@media screen and (max-width:767px){.con-mv .box-movie-thumb{right:6.6%;bottom:3%;width:36.2666666667%}}.con-mv .box-movie-thumb a{position:relative;display:block;transition:transform 0.35s cubic-bezier(0,0.98,0.58,0.98),box-shadow 0.35s cubic-bezier(0,0.98,0.58,0.98)}.con-mv .box-movie-thumb a:before{content:"";display:block;position:absolute;top:calc(50% + 0px);left:calc(50% + 0px);transform:translateY(-50%) translateX(-50%);width:100%;height:100%;background-color:#707070;mix-blend-mode:multiply;opacity:0.51;transition:0.35s cubic-bezier(0,0.98,0.58,0.98)}.con-mv .box-movie-thumb a:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:21.2244897959%;aspect-ratio:1;background:url("../img/sakubiyori/icn_play_w.svg") no-repeat center/contain;z-index:2;transition:transform 0.35s cubic-bezier(0,0.98,0.58,0.98)}@media screen and (max-width:767px){.con-mv .box-movie-thumb a:after{width:21.1111111111%}}@media screen and (min-width:1200px){.con-mv .box-movie-thumb a:hover{opacity:1;transform:translateY(-4px)}.con-mv .box-movie-thumb a:hover:before{opacity:0.8}.con-mv .box-movie-thumb a:hover:after{transform:translate(-50%,-50%) scale(1.12)}}.con-mv .box-scroll{text-align:center;margin-top:1.0625%}@media screen and (max-width:999px){.con-mv .box-scroll{margin-top:16px}}@media screen and (max-width:767px){.con-mv .box-scroll{margin-top:19px}}@media screen and (max-width:600px){.con-mv .box-scroll{margin-top:7.4666666667%}}.con-mv .box-scroll a{display:inline-block;width:4.5%}@media screen and (max-width:999px){.con-mv .box-scroll a{width:60px}}@media screen and (max-width:767px){.con-mv .box-scroll a{width:60px}}@media screen and (max-width:600px){.con-mv .box-scroll a{width:18.6666666667%}}.con-mv .box-scroll a img{width:100%}.con-mv .box-scroll a:after{content:"";display:block;width:7px;height:70px;margin:0px auto 0;background:url("../img/sakubiyori/icn_arrow_down_scroll_b.svg") no-repeat center/contain;animation:ani-scrollBounce 1.6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.con-mv .bg-image .image,.con-mv .bg-image .image img,.con-mv .box-logo h1 svg,.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g,.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g>*,.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4),.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>*,.con-mv .box-logo h2.sub-title,.con-mv .box-movie-thumb,.con-mv .box-scroll,.con-mv .box-scroll a:after{animation:none!important}.con-mv .bg-image .image img{transform:translate(-50%,-50%)}.con-mv .box-logo h1 svg{clip-path:none}.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(3)>g,.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4),.con-mv .box-logo h1 svg>g>g>g>g:nth-of-type(4)>*{opacity:1!important;transform:none!important}}.con-about{padding-top:12.3125%}@media screen and (max-width:767px){.con-about{padding-top:15.2%;padding-bottom:40%}}@media screen and (max-width:600px){.con-about{padding-bottom:16%}}.con-about>.inner{width:75%;margin-inline:auto}@media only screen and (max-width:1200px){.con-about>.inner{width:84%}}@media screen and (max-width:999px){.con-about>.inner{width:90%}}@media screen and (max-width:767px){.con-about>.inner{width:88%;max-width:none}}.con-about .box-about{position:relative;aspect-ratio:1200/1340}@media screen and (max-width:767px){.con-about .box-about{aspect-ratio:auto}}.con-about .illu-cloud-about{position:absolute;top:-6.3432835821%;left:1.5%;width:40.8333333333%;z-index:0}@media screen and (max-width:767px){.con-about .illu-cloud-about{top:-8%;left:-2.5%;width:54.8387096774%}}.con-about .illu-cloud-about img{width:100%}.con-about .block-about-right{position:relative;display:flex;justify-content:flex-end;align-items:flex-start}@media screen and (max-width:767px){.con-about .block-about-right{margin-bottom:8.7976539589%}}.con-about .block-about-right .b-image{position:relative;width:43.4166666667%;order:2}@media screen and (max-width:767px){.con-about .block-about-right .b-image{width:52.7859237537%}}.con-about .block-about-right .b-image .image{overflow:hidden;border-radius:5px;--sb-dur:1.2s}@media screen and (max-width:767px){.con-about .block-about-right .b-image .image{border-radius:3px}}.con-about .block-about-right .b-image .txt-en-saku{position:absolute;left:25.1439539347%;bottom:-28.7480680062%;width:61.6122840691%;z-index:0}@media screen and (max-width:767px){.con-about .block-about-right .b-image .txt-en-saku{left:1.7647058824%;bottom:-41.7061611374%;width:94.1176470588%}}.con-about .block-about-right .b-detail{order:1;width:5.6666666667%;min-width:0;margin-right:9.3333333333%;margin-top:9.5%}@media screen and (max-width:767px){.con-about .block-about-right .b-detail{width:13.4897360704%;margin-right:17.008797654%;margin-top:14.6627565982%}}@media screen and (max-width:600px){.con-about .block-about-right .b-detail{width:16.42228739%}}.con-about .block-about-right .b-detail h2{writing-mode:vertical-rl;transform-origin:top right;transform:scale(1.1)}@media only screen and (max-width:1800px){.con-about .block-about-right .b-detail h2{transform:scale(1)}}@media screen and (max-width:767px){.con-about .block-about-right .b-detail h2{writing-mode:horizontal-tb}}.con-about .block-about-right .b-detail h2 img{width:100%;height:auto}.con-about .block-about-left{position:absolute;top:19.2537313433%;left:0;width:100%;aspect-ratio:1200/1080}@media screen and (max-width:767px){.con-about .block-about-left{position:static;top:auto;aspect-ratio:auto;display:flex;align-items:flex-start}}.con-about .block-about-left .b-image{position:relative;aspect-ratio:1200/680}@media screen and (max-width:767px){.con-about .block-about-left .b-image{width:42%;aspect-ratio:341/240}}@media screen and (max-width:600px){.con-about .block-about-left .b-image{width:40%}}.con-about .block-about-left .b-image .photo-about01{position:absolute;top:0;left:0;width:32.5833333333%}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about01{left:0;width:95.6011730205%}}.con-about .block-about-left .b-image .photo-about01 .image{border-radius:5px;overflow:hidden;--sb-dur:1.1s}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about01 .image{border-radius:3px}}.con-about .block-about-left .b-image .photo-about02{position:absolute;top:47.2058823529%;left:6.75%;width:10.5833333333%}@media screen and (max-width:999px){.con-about .block-about-left .b-image .photo-about02{left:3%}}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about02{top:109.5833333333%;left:15.8357771261%;width:30.4985337243%}}.con-about .block-about-left .b-image .photo-about02 .image{border-radius:5px;overflow:hidden;--sb-dur:0.8s}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about02 .image{border-radius:3px}}.con-about .block-about-left .b-image .photo-about03{position:absolute;top:63.3823529412%;left:21.5833333333%;width:14.4166666667%}@media screen and (max-width:999px){.con-about .block-about-left .b-image .photo-about03{left:18%}}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about03{top:147.0833333333%;left:auto;right:0;width:41.0557184751%}}.con-about .block-about-left .b-image .photo-about03 .image{border-radius:5px;overflow:hidden;--sb-dur:1.25s}@media screen and (max-width:767px){.con-about .block-about-left .b-image .photo-about03 .image{border-radius:3px}}.con-about .block-about-left .b-detail{position:absolute;top:45.1851851852%;left:41.5833333333%;width:23.5833333333%}@media only screen and (max-width:1560px){.con-about .block-about-left .b-detail{width:27.75%}}@media only screen and (max-width:1200px){.con-about .block-about-left .b-detail{width:30.4166666667%}}@media screen and (max-width:999px){.con-about .block-about-left .b-detail{top:50%;left:36%;width:38%}}@media screen and (max-width:767px){.con-about .block-about-left .b-detail{margin-left:20px;flex:1;position:static;width:auto}}@media screen and (max-width:600px){.con-about .block-about-left .b-detail{margin-left:12px}}.con-profile{margin-top:-120px}@media screen and (max-width:999px){.con-profile{margin-top:0px}}@media screen and (max-width:767px){.con-profile{margin-top:0px;padding-bottom:18.6666666667%}}.con-profile>.inner{position:relative}.con-profile .box-photo{position:relative;width:56.1875%;aspect-ratio:899/489;margin-inline:auto;padding:4.89432703% 0 6.6740823137% 5.4505005562%;background:#F2F6F8}@media only screen and (max-width:1560px){.con-profile .box-photo{width:80%}}@media screen and (max-width:999px){.con-profile .box-photo{padding:60px 0 40px 5.4505005562%;width:90%}}@media screen and (max-width:767px){.con-profile .box-photo{display:flex;flex-direction:column;width:68%;aspect-ratio:auto;margin-inline:auto;padding:10.9333333333% 10.1333333333% 10.6666666667%}}@media screen and (max-width:600px){.con-profile .box-photo{width:94%;padding:18.9333333333% 10.1333333333% 10.6666666667%}}.con-profile .box-photo:before{content:"";position:absolute;top:10.0204498978%;left:-5.5617352614%;width:13.681868743%;height:1px;background:#000}@media screen and (max-width:999px){.con-profile .box-photo:before{left:-20px}}@media screen and (max-width:767px){.con-profile .box-photo:before{top:40px;left:-4%;width:19.2%}}.con-profile .block-detail{width:45.6790123457%;--sb-dur:1.5s;--sb-blur:12px}@media screen and (max-width:767px){.con-profile .block-detail{display:contents}}.con-profile .block-detail h2{display:flex;align-items:baseline;gap:1.6em;margin-bottom:18.9189189189%}@media only screen and (max-width:1800px){.con-profile .block-detail h2{margin-bottom:21.6216216216%}}@media screen and (max-width:999px){.con-profile .block-detail h2{margin-bottom:30px}}@media screen and (max-width:767px){.con-profile .block-detail h2{order:1;margin-bottom:12.2388059701%;justify-content:center}}.con-profile .block-detail h2 span{transform:translateY(-0.3em);display:inline-block;font-family:"Zen Old Mincho","游明朝",YuMincho,"Hiragino Mincho ProN W3",serif;font-size:2rem;color:#000000}.con-profile .block-detail h2 img{width:28.1081081081%}@media screen and (max-width:767px){.con-profile .block-detail h2 img{width:37.6119402985%}}.con-profile .block-detail h3{font-family:"Zen Old Mincho","游明朝",YuMincho,"Hiragino Mincho ProN W3",serif;font-size:3.1rem;color:#000000;margin-bottom:9.1891891892%}@media only screen and (max-width:1800px){.con-profile .block-detail h3{font-size:2.8rem}}@media screen and (max-width:999px){.con-profile .block-detail h3{margin-bottom:20px}}@media screen and (max-width:767px){.con-profile .block-detail h3{font-size:2.2rem;margin-bottom:4.776119403%}}.con-profile .block-image{position:absolute;top:4.9079754601%;left:54.3937708565%;width:40.0444938821%}@media screen and (max-width:767px){.con-profile .block-image{order:2;position:relative;top:auto;left:auto;width:99.7014925373%;margin:5.9701492537% auto 8.9552238806%}}.con-profile .block-image .txt-circle{position:absolute;top:-7.5757575758%;left:-1.9178082192%;width:30.6849315068%;z-index:2}@media screen and (max-width:767px){.con-profile .block-image .txt-circle{top:-7.5757575758%;left:1.3698630137%;width:30.6849315068%}}@media screen and (max-width:767px){.con-profile .b-detail{order:3}}.con-start{padding-top:24.0833333333%;padding-bottom:8.5%}@media screen and (max-width:767px){.con-start{padding-top:180px;padding-bottom:110px}}@media screen and (max-width:600px){.con-start{padding-bottom:29.3333333333%}}.con-start>.inner{position:relative;width:75%;max-width:1200px;margin-inline:auto}@media screen and (max-width:999px){.con-start>.inner{width:90%}}@media screen and (max-width:767px){.con-start>.inner{width:81%;max-width:none}}.con-start .illu-cloud-start{position:absolute;top:-23.5%;left:15.1666666667%;width:46.6666666667%}@media screen and (max-width:767px){.con-start .illu-cloud-start{top:-53.5%;width:80.6451612903%;left:-7%}}@media screen and (max-width:600px){.con-start .illu-cloud-start{top:-83.5%;width:107.0381231672%}}.con-start .box-start{position:relative;display:flex;justify-content:center}.con-start .block-image{position:relative;width:40.25%}@media screen and (max-width:767px){.con-start .block-image{width:64.5161290323%}}.con-start .block-image .image{-webkit-mask:url("../img/sakubiyori/mask_door.svg") no-repeat center/contain;mask:url("../img/sakubiyori/mask_door.svg") no-repeat center/contain;overflow:hidden;--sb-zoom:1.12;--sb-dur:1.4s}.con-start .block-image .txt-fuki{font-family:"Zen Old Mincho","游明朝",YuMincho,"Hiragino Mincho ProN W3",serif;--sb-dur:1.1s;position:absolute;top:-10.3109656301%;right:-52.1739130435%;font-size:2.3rem;color:#000000;line-height:1.83;white-space:nowrap;background:url("../img/sakubiyori/fuki_b.svg") no-repeat right 13px center/100% 100%;padding:0 8.281573499% 29.8136645963%;text-align:center}@media only screen and (max-width:1560px){.con-start .block-image .txt-fuki{top:-16.8576104746%;right:-66.6666666667%;padding:0 8.281573499% 38.0952380952%}}@media only screen and (max-width:1200px){.con-start .block-image .txt-fuki{top:-18.4942716858%;right:-74.9482401656%;padding:0 8.281573499% 42.2360248447%;font-size:2.1rem}}@media screen and (max-width:999px){.con-start .block-image .txt-fuki{font-size:1.9rem}}@media screen and (max-width:767px){.con-start .block-image .txt-fuki{top:-34.1726618705%;right:auto;left:75%;transform:translateX(-50%);--sb-tx:-50%;font-size:1.5rem;padding:0 8.281573499% 100px;background-position:right 8px center}}@media screen and (max-width:600px){.con-start .block-image .txt-fuki{top:-52.1582733813%;padding:0 8.281573499% 47.2049689441%}}.con-photo01 .block-image .image,.con-photo02 .block-image .image{position:relative;overflow:hidden;aspect-ratio:1600/740}@media screen and (max-width:767px){.con-photo01 .block-image .image,.con-photo02 .block-image .image{aspect-ratio:375/190}}.con-photo01 .block-image .image img,.con-photo02 .block-image .image img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:100%;height:125%;object-fit:cover;object-position:center center}.con-photo01-sticky{position:relative}.con-photo01-sticky .con-photo01{position:sticky;top:0;z-index:0}.con-photo01-sticky .con-spot{position:relative;z-index:1;background:#fff}.con-photo02{margin-top:415px}@media screen and (max-width:999px){.con-photo02{margin-top:220px}}@media screen and (max-width:767px){.con-photo02{margin-top:0}}.con-photo02-sticky{position:relative;margin-top:415px}@media screen and (max-width:999px){.con-photo02-sticky{margin-top:220px}}@media screen and (max-width:767px){.con-photo02-sticky{margin-top:0}}.con-photo02-sticky .con-photo02{position:sticky;top:0;z-index:0;margin-top:0}.con-photo02-sticky .con-memory{position:relative;z-index:1;background:#fff}.con-spot{padding-top:254px}@media screen and (max-width:999px){.con-spot{padding-top:180px}}@media screen and (max-width:767px){.con-spot{padding-top:82px}}.con-spot section{margin-bottom:17.1875%}@media screen and (max-width:767px){.con-spot section{margin-bottom:34.1333333333%}}.con-spot section>.inner{position:relative}@media screen and (max-width:767px){.con-spot section>.inner{max-width:none}}.con-spot [class*=box-spot-][class$="01"]{position:relative;display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:6.5%}@media screen and (max-width:767px){.con-spot [class*=box-spot-][class$="01"]{display:block;margin-bottom:14.6627565982%}}.con-spot .block-image{position:relative;flex-shrink:0}@media screen and (max-width:767px){.con-spot .block-image{margin-right:0;margin-bottom:7.0381231672%}}.con-spot .block-image .image img{width:100%}.con-spot .block-image [class*=txt-en-]{position:absolute;z-index:2;pointer-events:none}.con-spot .block-detail{flex-shrink:0;width:19.1666666667%}@media screen and (max-width:767px){.con-spot .block-detail{width:auto;padding:0}}.con-spot .title-spot{position:relative;font-size:4.2rem;color:#2e647a;font-weight:500;text-align:center;padding:9.5652173913% 24px;margin-bottom:12.1739130435%;display:inline-block}@media only screen and (max-width:1800px){.con-spot .title-spot{font-size:4rem}}@media only screen and (max-width:1200px){.con-spot .title-spot{padding:9.5652173913% 16px}}@media screen and (max-width:999px){.con-spot .title-spot{padding:9.5652173913% 15px;font-size:3rem}}@media screen and (max-width:767px){.con-spot .title-spot{font-size:2.7rem;padding:4.6920821114% 0;margin-bottom:10.5571847507%}}.con-spot .title-spot:after,.con-spot .title-spot:before{content:"";position:absolute;top:50%;width:9px;height:91px;background:url("../img/sakubiyori/icn_kakko_right_blue.svg") no-repeat center/contain}@media screen and (max-width:999px){.con-spot .title-spot:after,.con-spot .title-spot:before{width:8px;height:80px}}@media screen and (max-width:767px){.con-spot .title-spot:after,.con-spot .title-spot:before{width:7px;height:64px}}.con-spot .title-spot:before{left:-23px;transform:translateY(-50%) scaleX(-1)}@media only screen and (max-width:1200px){.con-spot .title-spot:before{left:0px}}@media screen and (max-width:767px){.con-spot .title-spot:before{left:10px}}.con-spot .title-spot:after{right:-23px;transform:translateY(-50%)}@media only screen and (max-width:1200px){.con-spot .title-spot:after{right:0px}}@media screen and (max-width:767px){.con-spot .title-spot:after{right:10px}}.con-spot .txt-copy{font-family:"Zen Old Mincho","游明朝",YuMincho,"Hiragino Mincho ProN W3",serif;font-size:2.65rem;color:#000000;line-height:1.6;margin-bottom:10.8695652174%;--sb-dur:1.6s;--sb-blur:10px;--copy-from:#2e647a}.con-spot .txt-copy.is-show{animation:ani-sbBlurIn var(--sb-dur,1.6s) cubic-bezier(0,0.98,0.58,0.98) both}@media only screen and (max-width:1800px){.con-spot .txt-copy{font-size:2.5rem}}@media screen and (max-width:999px){.con-spot .txt-copy{font-size:2.3rem}}@media screen and (max-width:767px){.con-spot .txt-copy{font-size:2.2rem;margin-bottom:8.7976539589%}}.con-spot .btn-link-spot{margin-top:19.1304347826%}@media screen and (max-width:767px){.con-spot .btn-link-spot{margin-top:13.1964809384%}}@media screen and (max-width:600px){.con-spot .btn-link-spot{margin-top:24.926686217%}}.con-spot .btn-link-spot a{display:flex;align-items:center;justify-content:space-between;gap:1em;position:relative;overflow:hidden;z-index:0;width:270px;font-size:1.8rem;color:#2e647a;padding:0.5em 0.8em;border-bottom:1px solid #2E647A;transition:color 0.35s cubic-bezier(0,0.98,0.58,0.98),border-color 0.35s cubic-bezier(0,0.98,0.58,0.98)}.con-spot .btn-link-spot a:before{content:"";position:absolute;inset:0;background:#4d8195;transform:translateX(-101%);transition:transform 0.35s cubic-bezier(0,0.98,0.58,0.98);z-index:-1}@media only screen and (max-width:1800px){.con-spot .btn-link-spot a{font-size:1.7rem}}@media screen and (max-width:767px){.con-spot .btn-link-spot a{width:245px;padding:0.5em 0.8em}}.con-spot .btn-link-spot a:after{content:"";width:20px;height:10px;background:url("../img/sakubiyori/icn_link_arrow01_blue.svg") no-repeat right center/contain;flex-shrink:0;transition:transform 0.35s cubic-bezier(0,0.98,0.58,0.98),filter 0.35s cubic-bezier(0,0.98,0.58,0.98)}@media screen and (max-width:767px){.con-spot .btn-link-spot a:after{width:17px;height:8px}}@media screen and (min-width:1200px){.con-spot .btn-link-spot a:hover{color:#fff;border-color:#4d8195}.con-spot .btn-link-spot a:hover:before{transform:translateX(0)}.con-spot .btn-link-spot a:hover:after{transform:translateX(6px);filter:brightness(0) invert(1)}}.con-spot .title-spot-sub{margin-bottom:24px;font-size:2.15rem;color:#000000;line-height:1.75;font-weight:500}@media only screen and (max-width:1800px){.con-spot .title-spot-sub{font-size:2rem}}@media screen and (max-width:999px){.con-spot .title-spot-sub{margin-bottom:18px;font-size:1.9rem}}@media screen and (max-width:767px){.con-spot .title-spot-sub{font-size:1.9rem;margin-bottom:22px}}.con-spot [class*=box-spot-][class$="02"]{position:relative}.con-spot [class*=block-spot-]{position:relative;margin-bottom:6.6666666667%}@media screen and (max-width:767px){.con-spot [class*=block-spot-]{margin-left:0;margin-bottom:14.6627565982%}}.con-spot [class*=block-spot-] .b-image .image{border-radius:5px;overflow:hidden}#sec-balloon .box-spot-balloon01 .block-image,#sec-balloon .box-spot-pinkoro01 .block-image,#sec-balloon .box-spot-sake01 .block-image,#sec-pinkoro .box-spot-balloon01 .block-image,#sec-pinkoro .box-spot-pinkoro01 .block-image,#sec-pinkoro .box-spot-sake01 .block-image,#sec-sake .box-spot-balloon01 .block-image,#sec-sake .box-spot-pinkoro01 .block-image,#sec-sake .box-spot-sake01 .block-image{order:2}#sec-balloon .box-spot-balloon01 .block-image .image,#sec-balloon .box-spot-pinkoro01 .block-image .image,#sec-balloon .box-spot-sake01 .block-image .image,#sec-pinkoro .box-spot-balloon01 .block-image .image,#sec-pinkoro .box-spot-pinkoro01 .block-image .image,#sec-pinkoro .box-spot-sake01 .block-image .image,#sec-sake .box-spot-balloon01 .block-image .image,#sec-sake .box-spot-pinkoro01 .block-image .image,#sec-sake .box-spot-sake01 .block-image .image{border-radius:5px 0 0 5px;overflow:hidden}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .block-image .image,#sec-balloon .box-spot-pinkoro01 .block-image .image,#sec-balloon .box-spot-sake01 .block-image .image,#sec-pinkoro .box-spot-balloon01 .block-image .image,#sec-pinkoro .box-spot-pinkoro01 .block-image .image,#sec-pinkoro .box-spot-sake01 .block-image .image,#sec-sake .box-spot-balloon01 .block-image .image,#sec-sake .box-spot-pinkoro01 .block-image .image,#sec-sake .box-spot-sake01 .block-image .image{border-radius:3px 0 0 3px}}#sec-balloon .box-spot-balloon01 .block-detail,#sec-balloon .box-spot-pinkoro01 .block-detail,#sec-balloon .box-spot-sake01 .block-detail,#sec-pinkoro .box-spot-balloon01 .block-detail,#sec-pinkoro .box-spot-pinkoro01 .block-detail,#sec-pinkoro .box-spot-sake01 .block-detail,#sec-sake .box-spot-balloon01 .block-detail,#sec-sake .box-spot-pinkoro01 .block-detail,#sec-sake .box-spot-sake01 .block-detail{order:1}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon01 .block-detail,#sec-balloon .box-spot-pinkoro01 .block-detail,#sec-balloon .box-spot-sake01 .block-detail,#sec-pinkoro .box-spot-balloon01 .block-detail,#sec-pinkoro .box-spot-pinkoro01 .block-detail,#sec-pinkoro .box-spot-sake01 .block-detail,#sec-sake .box-spot-balloon01 .block-detail,#sec-sake .box-spot-pinkoro01 .block-detail,#sec-sake .box-spot-sake01 .block-detail{flex:1}}.box-spot-golf01 .block-image .image,.box-spot-sakukoi01 .block-image .image{border-radius:0 5px 5px 0;overflow:hidden}@media screen and (max-width:767px){.box-spot-golf01 .block-image .image,.box-spot-sakukoi01 .block-image .image{border-radius:0 3px 3px 0}}@media only screen and (max-width:1560px){.box-spot-golf01 .block-detail,.box-spot-sakukoi01 .block-detail{flex:1}}#sec-pinkoro .box-spot-pinkoro01 .block-image{width:50%}@media screen and (max-width:767px){#sec-pinkoro .box-spot-pinkoro01 .block-image{width:auto;display:flex;justify-content:flex-end}}@media screen and (max-width:767px){#sec-pinkoro .box-spot-pinkoro01 .block-image .image{width:84%}}#sec-pinkoro .box-spot-pinkoro01 .block-image .txt-en-pinkoro{width:87.0023419204%;left:-7.3626373626%;bottom:-52.8875379939%}@media screen and (max-width:767px){#sec-pinkoro .box-spot-pinkoro01 .block-image .txt-en-pinkoro{left:7%;bottom:-58%;width:84.6604215457%}}#sec-pinkoro .box-spot-pinkoro01 .block-detail{margin-top:-10px;margin-left:21%;margin-right:5%}@media only screen and (max-width:1560px){#sec-pinkoro .box-spot-pinkoro01 .block-detail{margin-left:16%}}@media only screen and (max-width:1200px){#sec-pinkoro .box-spot-pinkoro01 .block-detail{margin-left:8%}}@media screen and (max-width:767px){#sec-pinkoro .box-spot-pinkoro01 .block-detail{margin-left:auto!important;margin-right:auto!important;margin-top:64vw!important;width:70%}}#sec-pinkoro .box-spot-pinkoro01 .block-detail .title-spot{width:304px}@media screen and (max-width:999px){#sec-pinkoro .box-spot-pinkoro01 .block-detail .title-spot{width:100%}}@media screen and (max-width:767px){#sec-pinkoro .box-spot-pinkoro02{position:static}}#sec-pinkoro .block-spot-pinkoro02_01{position:relative;margin-left:18.9%;aspect-ratio:1200/420;width:82.75%}@media only screen and (max-width:1200px){#sec-pinkoro .block-spot-pinkoro02_01{margin-left:10%;width:97.125%}}@media screen and (max-width:999px){#sec-pinkoro .block-spot-pinkoro02_01{margin-left:6%}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01{position:static;margin-left:0;width:88%;margin-inline:auto;aspect-ratio:auto}}#sec-pinkoro .block-spot-pinkoro02_01 .b-image.disp-pc{position:absolute;top:14.2857142857%;left:40%;width:20.5833333333%}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image.disp-pc{position:absolute!important;top:79vw;left:0;width:43.9882697947%!important;margin:0!important;z-index:2}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image.disp-pc .image{width:100%!important}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image.disp-pc .image img{opacity:1!important;animation:none!important}}#sec-pinkoro .block-spot-pinkoro02_01 .b-image:not(.disp-pc){position:relative;width:23.8333333333%}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image:not(.disp-pc){position:relative!important;display:block!important;width:66.568914956%!important;margin-bottom:27.8592375367%!important}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image:not(.disp-pc) .image:first-child{width:100%!important}}#sec-pinkoro .block-spot-pinkoro02_01 .b-image:not(.disp-pc) .image:nth-child(2){position:absolute;top:99.3902439024%;left:99%;width:44.0909090909%}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-image:not(.disp-pc) .image:nth-child(2){position:absolute!important;top:100%;left:99%;width:50%!important}}#sec-pinkoro .block-spot-pinkoro02_01 .b-detail{width:21.6666666667%;margin-top:3.9166666667%}@media screen and (max-width:999px){#sec-pinkoro .block-spot-pinkoro02_01 .b-detail{width:26%}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_01 .b-detail{margin-top:-39px!important}}#sec-pinkoro .block-spot-pinkoro02_02{margin-top:-5.3%;display:flex;align-items:flex-end;gap:3.4090909091%;margin-left:40.1666666667%}@media only screen and (max-width:1200px){#sec-pinkoro .block-spot-pinkoro02_02{margin-left:36%}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_02{margin-top:0px;margin-left:0;display:block;width:88%;margin-inline:auto}}#sec-pinkoro .block-spot-pinkoro02_02 .b-image{width:36%}@media screen and (max-width:999px){#sec-pinkoro .block-spot-pinkoro02_02 .b-image{width:42%}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_02 .b-image{width:36%}}#sec-pinkoro .block-spot-pinkoro02_02 .b-detail{width:30%}@media only screen and (max-width:1200px){#sec-pinkoro .block-spot-pinkoro02_02 .b-detail{width:50%}}@media screen and (max-width:767px){#sec-pinkoro .block-spot-pinkoro02_02 .b-detail{margin-top:40px!important;width:30%}}@media screen and (max-width:767px){#sec-pinkoro [class*=box-spot-][class$="01"] .block-detail{margin-top:0;margin-left:0}}@media screen and (max-width:767px){#sec-pinkoro [class*=block-spot-] .b-detail,#sec-pinkoro [class*=block-spot-] .b-image{width:auto!important;margin:0 0 4.6920821114%;position:static!important}}@media screen and (max-width:767px){#sec-pinkoro [class*=block-spot-] .b-image{display:flex;gap:3.5190615836%;flex-wrap:wrap}}#sec-sakukoi .box-spot-sakukoi01{margin-bottom:3.3333333333%}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01{margin-bottom:14.6627565982%}}#sec-sakukoi .box-spot-sakukoi01 .block-image{width:44.8125%}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01 .block-image{width:84%;margin-left:-4.6920821114%;margin-bottom:7.0381231672%}}#sec-sakukoi .box-spot-sakukoi01 .block-image .txt-en-sakukoi{width:69.2737430168%;left:94.5530726257%;top:-4.3307086614%}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01 .block-image .txt-en-sakukoi{position:absolute;top:auto;left:27.5659824047%;bottom:-13.2930513595%;width:70.3812316716%;margin-top:0}}@media screen and (max-width:600px){#sec-sakukoi .box-spot-sakukoi01 .block-image .txt-en-sakukoi{bottom:-22.3564954683%;width:85.0439882698%}}#sec-sakukoi .box-spot-sakukoi01 .block-detail{margin-top:180px;margin-left:11%;margin-right:35%}@media only screen and (max-width:1560px){#sec-sakukoi .box-spot-sakukoi01 .block-detail{margin-right:8%}}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi01 .block-detail{margin-top:120px;margin-left:7%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01 .block-detail{margin-top:110px;margin-left:auto!important;margin-right:auto!important;width:70%}}#sec-sakukoi .box-spot-sakukoi01 .block-detail .title-spot{width:307px}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi01 .block-detail .title-spot{width:100%}}#sec-sakukoi .box-spot-sakukoi01 .title-spot:before{left:0}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01 .title-spot:before{left:40px}}#sec-sakukoi .box-spot-sakukoi01 .title-spot:after{right:0}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi01 .title-spot:after{right:40px}}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02{margin-top:50px}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02{margin-top:0}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01{position:relative;aspect-ratio:1200/336;margin-bottom:0}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01{aspect-ratio:auto;margin-top:0;margin-bottom:14.0762463343%;width:88%;margin-inline:auto}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-detail{position:absolute;top:8.3333333333%;left:31.6666666667%;width:17.5%}@media only screen and (max-width:1200px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-detail{left:23.3333333333%;width:23.3333333333%}}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-detail{left:15%;width:32%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-detail{position:static;top:auto;left:auto;width:auto}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image{position:relative;aspect-ratio:341/308;margin-bottom:11.7302052786%}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image .image{position:absolute}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image .image:first-child{top:0;left:65%;width:16.25%;z-index:2}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image .image:first-child{top:0;left:auto;right:0;width:52.7859237537%;z-index:2}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image .image:nth-child(2){top:34.5238095238%;left:51.9166666667%;width:22.8333333333%}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_01 .b-image .image:nth-child(2){bottom:0;left:0;width:74.1935483871%}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02{position:relative;aspect-ratio:1200/612;margin-top:-5%;margin-left:17%}@media only screen and (max-width:1560px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02{margin-top:40px}}@media only screen and (max-width:1200px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02{margin-top:60px;margin-left:17%}}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02{margin-top:90px;margin-left:6%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02{aspect-ratio:auto;margin-top:0px;margin-left:0;margin-bottom:11.7302052786%;width:88%;margin-inline:auto}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image{position:relative;aspect-ratio:341/244;margin-bottom:8.7976539589%}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image{position:absolute}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image{position:absolute}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:first-child{top:0;left:2.0833333333%;width:29.1666666667%}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:first-child{width:33%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:first-child{top:0;left:0%;width:55.7184750733%}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:nth-child(2){top:43.6274509804%;left:31.25%;width:21.6666666667%;z-index:2}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:nth-child(2){top:49%;left:35%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-image .image:nth-child(2){top:auto;bottom:0;left:auto;right:1%;width:43.6950146628%;z-index:2}}#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-detail{position:absolute;top:52.1241830065%;left:2.0833333333%;width:17.5%}@media only screen and (max-width:1560px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-detail{width:25.8333333333%}}@media only screen and (max-width:1200px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-detail{width:28.3333333333%}}@media screen and (max-width:999px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-detail{top:55%;width:31%}}@media screen and (max-width:767px){#sec-sakukoi .box-spot-sakukoi02 .block-spot-sakukoi02_02 .b-detail{position:static;top:auto;left:auto;width:auto}}#sec-sake .box-spot-sake01{margin-bottom:6.6666666667%}@media screen and (max-width:767px){#sec-sake .box-spot-sake01{margin-bottom:15.2492668622%}}#sec-sake .box-spot-sake01 .block-image{width:52.0625%}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-image{position:relative;width:100%;margin-top:0;margin-right:0;margin-bottom:7.0381231672%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-image .image.first{display:flex;justify-content:flex-end}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-image .image.first .w-image{overflow:hidden;border-radius:3px 0 0 3px;width:84%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-image .image.disp-smd{border-radius:0 3px 3px 0;width:43.6950146628%;margin-top:17.8885630499%}}#sec-sake .box-spot-sake01 .block-image .txt-en-sake{width:36.4396654719%;left:-18.2795698925%;bottom:-23.4426229508%}@media only screen and (max-width:1200px){#sec-sake .box-spot-sake01 .block-image .txt-en-sake{left:-8.7216248507%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-image .txt-en-sake{position:absolute;top:48.0938416422%;right:4.6920821114%;left:auto;bottom:auto;width:49.853372434%}}#sec-sake .box-spot-sake01 .block-detail{margin-top:-13px;margin-left:20%;margin-right:5%}@media only screen and (max-width:1560px){#sec-sake .box-spot-sake01 .block-detail{margin-left:15%}}@media only screen and (max-width:1200px){#sec-sake .box-spot-sake01 .block-detail{margin-left:10%}}@media screen and (max-width:999px){#sec-sake .box-spot-sake01 .block-detail{margin-left:8%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .block-detail{width:auto;margin-top:11.7302052786%;margin-left:0;margin-right:0;width:72%;margin-inline:auto}}#sec-sake .box-spot-sake01 .block-detail .title-spot{width:262px}@media screen and (max-width:999px){#sec-sake .box-spot-sake01 .block-detail .title-spot{width:100%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .title-spot:before{left:40px}}@media screen and (max-width:767px){#sec-sake .box-spot-sake01 .title-spot:after{right:40px}}#sec-sake .box-spot-sake02 .block-spot-sake02_01{position:relative;aspect-ratio:1200/447;margin-bottom:0;width:75%;margin-inline:auto}@media only screen and (max-width:1200px){#sec-sake .box-spot-sake02 .block-spot-sake02_01{width:80%}}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_01{width:90%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01{aspect-ratio:auto;margin-top:0;margin-bottom:14.6627565982%;width:100%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image{position:relative;aspect-ratio:341/100;margin-bottom:9.6774193548%}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image{position:absolute}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image{position:absolute}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:first-child{top:9.2077087794%;left:0%;width:20.0833333333%}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:first-child{top:13.6752136752%;left:-3.2258064516%;width:24.3401759531%}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(2){top:19.9143468951%;left:24.9166666667%;width:29.25%}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(2){top:25.641025641%;left:23.4604105572%;width:32.2580645161%}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(3){top:0;left:58.9166666667%;width:15.1666666667%}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(3){top:0;left:57.4780058651%;width:16.715542522%}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(4){top:19.9143468951%;right:0;width:21.25%}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-image .image:nth-child(4){top:27.3504273504%;left:auto;right:0;width:23.4604105572%}}#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-detail{position:absolute;top:93.5760171306%;left:61.6666666667%;width:30%}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-detail{left:58%;width:40%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_01 .b-detail{position:static;top:auto;left:auto;width:88%;margin-inline:auto}}#sec-sake .box-spot-sake02 .block-spot-sake02_02{position:relative;aspect-ratio:1200/505;margin-top:4%;margin-left:18.6%;margin-bottom:0}@media only screen and (max-width:1200px){#sec-sake .box-spot-sake02 .block-spot-sake02_02{margin-left:10%}}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_02{margin-left:6%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02{aspect-ratio:auto;margin-top:0;margin-left:0;margin-bottom:11.7302052786%;width:88%;margin-inline:auto}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image{position:relative;aspect-ratio:341/261;margin-bottom:8.211143695%}}#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image{position:absolute}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image{position:absolute}}#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:first-child{top:0;left:0%;width:33.8333333333%}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:first-child{width:36%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:first-child{top:0;left:0%;width:66.862170088%}}#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:nth-child(2){top:55.8415841584%;left:33.75%;width:14%;z-index:2}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:nth-child(2){top:59.3%;left:35.7%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-image .image:nth-child(2){top:auto;bottom:0;left:auto;right:0;width:33.137829912%;z-index:2}}#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-detail{position:absolute;top:67.7227722772%;left:0%;width:27.5%}@media screen and (max-width:999px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-detail{width:34%}}@media screen and (max-width:767px){#sec-sake .box-spot-sake02 .block-spot-sake02_02 .b-detail{position:static;top:auto;left:auto;width:auto}}@media screen and (max-width:767px){#sec-golf .box-spot-golf01{margin-bottom:8.7976539589%}}#sec-golf .box-spot-golf01 .block-image{width:52.5%}@media screen and (max-width:767px){#sec-golf .box-spot-golf01 .block-image{position:relative;width:82.9333333333%;margin-bottom:7.0381231672%}}#sec-golf .box-spot-golf01 .block-image .txt-en-golf{width:35.119047619%;left:82.380952381%;bottom:-22.9508196721%}@media only screen and (max-width:1200px){#sec-golf .box-spot-golf01 .block-image .txt-en-golf{left:76.4285714286%}}@media screen and (max-width:767px){#sec-golf .box-spot-golf01 .block-image .txt-en-golf{position:absolute;top:auto;left:auto;right:-13.7829912023%;bottom:-40.7692307692%;width:53.0791788856%}}#sec-golf .box-spot-golf01 .block-detail{margin-top:-13px;margin-left:8.4%;margin-right:35%}@media only screen and (max-width:1560px){#sec-golf .box-spot-golf01 .block-detail{margin-right:8%}}@media screen and (max-width:767px){#sec-golf .box-spot-golf01 .block-detail{position:static;top:auto;right:auto;width:auto;margin-right:0;margin-left:0;margin-top:26.3929618768%;width:72%;margin-inline:auto}}#sec-golf .box-spot-golf01 .block-detail .title-spot{width:304px}@media screen and (max-width:999px){#sec-golf .box-spot-golf01 .block-detail .title-spot{width:100%}}#sec-golf .box-spot-golf01 .title-spot:before{left:0}@media screen and (max-width:767px){#sec-golf .box-spot-golf01 .title-spot:before{left:40px}}#sec-golf .box-spot-golf01 .title-spot:after{right:0}@media screen and (max-width:767px){#sec-golf .box-spot-golf01 .title-spot:after{right:40px}}#sec-golf .box-spot-golf02{padding-top:25px}#sec-golf .box-spot-golf02 .block-spot-golf02_01{position:relative;aspect-ratio:1200/480;margin-bottom:3.5833333333%}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01{aspect-ratio:auto;margin-bottom:11.7302052786%;width:88%;margin-inline:auto}}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image{position:relative;aspect-ratio:341/248;margin-bottom:7.6246334311%}}#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image{position:absolute}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image{position:absolute}}#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image:first-child{top:0;left:42.0833333333%;width:29.25%}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image:first-child{top:0;left:0%;width:74.1935483871%}}#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image:nth-child(2){top:43.75%;left:69.0833333333%;width:12.1666666667%;z-index:2}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-image .image:nth-child(2){top:auto;bottom:0;left:auto;right:1%;width:30.4985337243%;z-index:2}}#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-detail{position:absolute;top:20.2083333333%;left:18.5833333333%;width:20.8333333333%}@media only screen and (max-width:1200px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-detail{left:14.4166666667%;width:25%}}@media screen and (max-width:999px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-detail{top:4%;left:8%;width:31%}}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_01 .b-detail{position:static;top:auto;left:auto;width:auto}}#sec-golf .box-spot-golf02 .block-spot-golf02_02{margin-top:-193px;position:relative;aspect-ratio:1200/410;margin-bottom:0;margin-left:18.6%}@media only screen and (max-width:1560px){#sec-golf .box-spot-golf02 .block-spot-golf02_02{margin-top:20px}}@media only screen and (max-width:1200px){#sec-golf .box-spot-golf02 .block-spot-golf02_02{margin-left:10%}}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_02{margin-top:0px;aspect-ratio:auto;margin-bottom:11.7302052786%;width:88%;margin-inline:auto}}#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-image .image{position:absolute;top:0;left:0%;width:33.9166666667%}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-image .image{position:static;top:auto;left:auto;width:100%}}#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-detail{position:absolute;top:24.8780487805%;left:38.5%;width:25%}@media only screen and (max-width:1200px){#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-detail{width:30%}}@media screen and (max-width:999px){#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-detail{top:10%;width:36%}}@media screen and (max-width:767px){#sec-golf .box-spot-golf02 .block-spot-golf02_02 .b-detail{position:static;top:auto;left:auto;width:auto;margin-top:5.8651026393%}}#sec-balloon .box-spot-balloon01{margin-bottom:2%}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01{margin-bottom:17.5953079179%}}#sec-balloon .box-spot-balloon01 .block-image{width:45.5%;margin-top:0}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .block-image{position:relative;width:100%;display:flex;justify-content:flex-end;margin-bottom:11.7302052786%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .block-image .image{width:77.3333333333%}}#sec-balloon .box-spot-balloon01 .block-image .txt-en-balloon{width:66.8956043956%;left:-5.2197802198%;bottom:-16.6865315852%}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .block-image .txt-en-balloon{position:absolute;top:auto;right:auto;left:7.7419354839%;bottom:-17.3669467787%;width:67.7419354839%}}#sec-balloon .box-spot-balloon01 .block-detail{margin-top:-13px;margin-left:21%;margin-right:5%}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon01 .block-detail{margin-left:16%}}@media only screen and (max-width:1200px){#sec-balloon .box-spot-balloon01 .block-detail{margin-left:10%}}@media screen and (max-width:999px){#sec-balloon .box-spot-balloon01 .block-detail{margin-left:8%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .block-detail{width:auto;margin-top:27.5659824047%;margin-left:0;margin-right:0;width:72%;margin-inline:auto}}#sec-balloon .box-spot-balloon01 .block-detail .title-spot{width:306px}@media screen and (max-width:999px){#sec-balloon .box-spot-balloon01 .block-detail .title-spot{width:100%}}#sec-balloon .box-spot-balloon01 .title-spot:before{left:0}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .title-spot:before{left:40px}}#sec-balloon .box-spot-balloon01 .title-spot:after{right:0}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon01 .title-spot:after{right:40px}}#sec-balloon .box-spot-balloon02{margin-top:-218px}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon02{margin-top:-40px}}@media only screen and (max-width:1200px){#sec-balloon .box-spot-balloon02{margin-top:50px}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02{margin-top:0}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01{position:relative;aspect-ratio:1200/374;margin-bottom:10.5%;margin-left:18.7%}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01{aspect-ratio:auto;margin-bottom:11.7302052786%;margin-left:0;width:88%;margin-inline:auto}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-image .image{position:absolute;top:0;left:0;width:29.8333333333%}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-image .image{position:static;top:auto;left:auto;width:60.4105571848%;margin-inline:auto}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-detail{position:absolute;top:100.2673796791%;left:35.5833333333%;width:25.8333333333%}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-detail{width:29.1666666667%}}@media only screen and (max-width:1200px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-detail{width:32.5%}}@media screen and (max-width:999px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-detail{top:14%;width:46%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_01 .b-detail{position:static;top:auto;left:auto;width:auto;margin-top:5.8651026393%}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02{margin-top:298px;position:relative;display:block;aspect-ratio:1200/379;margin-bottom:0;margin-left:20.5%}@media screen and (max-width:999px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02{margin-top:170px;margin-left:15%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02{margin-top:8px;aspect-ratio:auto;width:88%;margin-inline:auto;margin-bottom:11.7302052786%}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-detail{position:absolute;top:0;left:0%;width:26.25%}@media only screen and (max-width:1200px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-detail{left:-8.3333333333%;width:29.5833333333%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-detail{position:static;top:auto;left:auto;width:auto}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-image{position:static;width:auto}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-image{position:relative;aspect-ratio:341/288;margin-bottom:0%}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-image .image{position:absolute;top:0;left:34%;width:42.3333333333%}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .b-image .image{position:absolute;top:0;left:27.5659824047%;width:72.7272727273%}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon{position:absolute;left:18.4166666667%;top:64.6437994723%;bottom:auto;width:17.8333333333%;z-index:3}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon{left:25.0833333333%;top:69.9208443272%;width:13.6666666667%}}@media screen and (max-width:767px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon{position:absolute;top:35.7638888889%;left:2.0527859238%;bottom:auto;width:30.4985337243%;z-index:3;margin:0}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon img{width:100%;display:block}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon .txt-fuki{position:absolute;top:-13.5714285714%;left:-19.0476190476%;width:89.5238095238%;z-index:2}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon .txt-fuki{display:none}}#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon .txt-caption{display:none}@media only screen and (max-width:1560px){#sec-balloon .box-spot-balloon02 .block-spot-balloon02_02 .illu-balloon .txt-caption{display:block;position:absolute;left:68%;top:72%;width:10em;font-size:1.5rem;color:#000000;line-height:1.47;margin:0;text-align:left}}.con-memory{padding-top:264px}@media screen and (max-width:999px){.con-memory{padding-top:110px}}@media screen and (max-width:767px){.con-memory{padding-top:37px}}.con-memory>.inner{width:94.125%;margin-inline:auto}@media screen and (max-width:767px){.con-memory>.inner{width:86.6666666667%;max-width:none}}.con-memory .box-memoty{position:relative}.con-memory .block-gallery{position:relative;width:100%;aspect-ratio:1506/890;margin-bottom:2.34375%}@media screen and (max-width:767px){.con-memory .block-gallery{width:100%;margin-left:0;aspect-ratio:375/503;margin-bottom:8%}}.con-memory .block-gallery [class*=photo-memory]{position:absolute}.con-memory .block-gallery .image{border-radius:5px;overflow:hidden;--sb-zoom:1.14;--sb-dur:1.5s}.con-memory .block-gallery .photo-memory01{top:6.9662921348%;left:36.5205843293%;width:37.0517928287%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory01{top:4.1%;left:auto;right:0;width:50.6666666667%}}.con-memory .block-gallery .photo-memory02{top:0;left:0;width:20.1859229748%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory02{width:27.2%}}.con-memory .block-gallery .photo-memory03{top:23.4831460674%;left:18.8579017264%;width:12.9482071713%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory03{top:13.8709677419%;left:25.0666666667%;width:17.8666666667%}}.con-memory .block-gallery .photo-memory04{top:68.8764044944%;left:11.2217795485%;width:28.1540504648%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory04{top:41.1290322581%;left:14.6666666667%;width:38.6666666667%}}.con-memory .block-gallery .photo-memory05{top:0;right:0;width:16.401062417%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory05{top:59.6774193548%;width:24%}}.con-memory .block-gallery .photo-memory06{top:54.9438202247%;left:78.4860557769%;width:17.8618857902%}@media screen and (max-width:767px){.con-memory .block-gallery .photo-memory06{top:auto;bottom:0;left:0%;width:25.6%}}.con-memory .block-gallery h2{position:absolute;top:49.8876404494%;left:70.2523240372%;width:9.6945551129%;writing-mode:vertical-rl}@media screen and (max-width:999px){.con-memory .block-gallery h2{width:11%}}@media screen and (max-width:767px){.con-memory .block-gallery h2{top:64.5161290323%;left:40%;width:19.7333333333%}}.con-memory .block-gallery h2 img{width:100%;height:auto}.con-memory .block-detail{margin-top:-50px;width:28.125%;margin-left:44.6875%}@media only screen and (max-width:1200px){.con-memory .block-detail{margin-left:42.34375%;width:32.03125%}}@media screen and (max-width:999px){.con-memory .block-detail{margin-top:26px;width:62%;margin-inline:auto}}@media screen and (max-width:767px){.con-memory .block-detail{margin-top:30px;width:auto;margin-left:0}}.con-memory .block-detail p.txt-memory{font-size:1.7rem;color:#000000;line-height:2.12}.con-special-movie{padding-top:15.3125%;padding-bottom:3.375%;text-align:center}@media screen and (max-width:767px){.con-special-movie{padding-top:18.6666666667%;padding-bottom:0}}.con-special-movie>.inner{width:56.25%;margin-inline:auto}@media screen and (max-width:999px){.con-special-movie>.inner{width:67%}}@media screen and (max-width:767px){.con-special-movie>.inner{width:91%;max-width:none}}.con-special-movie .box-title{margin-bottom:8.2222222222%}@media screen and (max-width:767px){.con-special-movie .box-title{margin-bottom:8.7976539589%}}.con-special-movie .block-title-special-movie .txt-collaboration{position:relative;display:inline-block;padding:14px 22px;border-top:1px solid transparent;border-bottom:1px solid transparent;font-size:2.15rem;color:#000000;line-height:1.2;margin-bottom:4.8888888889%}.con-special-movie .block-title-special-movie .txt-collaboration:after,.con-special-movie .block-title-special-movie .txt-collaboration:before{content:"";position:absolute;left:0;right:0;height:1px;background:#000;transform:scaleX(0);transform-origin:center}.con-special-movie .block-title-special-movie .txt-collaboration:before{top:-1px}.con-special-movie .block-title-special-movie .txt-collaboration:after{bottom:-1px}@media only screen and (max-width:1800px){.con-special-movie .block-title-special-movie .txt-collaboration{font-size:2rem}}@media screen and (max-width:999px){.con-special-movie .block-title-special-movie .txt-collaboration{font-size:1.8rem}}@media screen and (max-width:767px){.con-special-movie .block-title-special-movie .txt-collaboration{padding:8px 10px;font-size:1.3rem;margin-bottom:5.2785923754%}}.con-special-movie .block-title-special-movie h2 img{width:42.8888888889%;margin:0 auto}@media screen and (max-width:999px){.con-special-movie .block-title-special-movie h2 img{width:270px}}@media screen and (max-width:767px){.con-special-movie .block-title-special-movie h2 img{width:47.5073313783%}}.con-special-movie .box-movie{position:relative;width:81.7777777778%;margin-inline:auto}@media screen and (max-width:767px){.con-special-movie .box-movie{width:75.9530791789%}}.con-special-movie .box-movie a{position:relative;display:block}@media screen and (min-width:1200px){.con-special-movie .box-movie a:hover{opacity:1}.con-special-movie .box-movie a:hover:before{background-color:#8f8f8f}.con-special-movie .box-movie a:hover:after{transform:translate(-50%,-50%) scale(1.12)}}.con-special-movie .box-movie a:before{content:"";display:block;position:absolute;top:calc(50% + 0px);left:calc(50% + 0px);transform:translateY(-50%) translateX(-50%);width:100%;height:100%;background-color:#B7B8B8;mix-blend-mode:multiply;transition:0.35s cubic-bezier(0,0.98,0.58,0.98)}.con-special-movie .box-movie a:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:65px;aspect-ratio:1;background:url("../img/sakubiyori/icn_play_w.svg") no-repeat center/contain;z-index:2;transition:transform 0.35s cubic-bezier(0,0.98,0.58,0.98)}@media screen and (max-width:767px){.con-special-movie .box-movie a:after{width:46px}}footer{background:#2F374F;padding:6.6875% 0 6.75%}@media screen and (max-width:767px){footer{padding:6.9333333333% 0 8%}}footer .box-footer{text-align:center}footer .box-footer h2 a{display:block;width:10.5%;margin:0 auto}@media screen and (min-width:1200px){footer .box-footer h2 a:hover{opacity:0.8}}@media screen and (max-width:999px){footer .box-footer h2 a{width:110px}}@media screen and (max-width:767px){footer .box-footer h2 a{width:19.2%}}
/*# sourceMappingURL=sakubiyori.css.map */