@import url(https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap);
.color__red{color:#ef4444}*{box-sizing:border-box;padding:0;margin:0}html{height:100%;font-size:0.875em;line-height:1.75em;-webkit-text-size-adjust:100%}@media(min-width: 48em){html{font-size:1em;line-height:2em}}body{height:100%;font-family:"Zen Kaku Gothic New","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:.8888888889rem;font-weight:400;line-height:2rem;color:#5b636f;word-break:break-all;background:#efefef;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p+p{margin-top:2rem}.blinking{-webkit-animation:fadeMove 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards,blink 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;animation:fadeMove 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards,blink 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;-webkit-animation-delay:0s,1.8s;animation-delay:0s,1.8s}@-webkit-keyframes fadeMove{0%{-webkit-transform:translate(-50%, calc(-50% + 2rem));transform:translate(-50%, calc(-50% + 2rem));opacity:0}100%{-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);opacity:1}}@keyframes fadeMove{0%{transform:translate(-50%, calc(-50% + 2rem));opacity:0}100%{transform:translate(-50%, -50%);opacity:1}}@-webkit-keyframes blink{0%{opacity:1}100%{opacity:.7}}@keyframes blink{0%{opacity:1}100%{opacity:.7}}.btn{display:inline-block;padding:.5rem 2rem;overflow:hidden;text-overflow:ellipsis;font-size:max(16px, 1rem);text-align:center;white-space:nowrap;text-decoration:none;appearance:none;cursor:pointer;outline:none;border:1px solid rgba(0,0,0,0);border-radius:9999px;transition:background .3s ease}@media(min-width: 48em){.btn{font-size:1rem}}.btn--primary{font-weight:700;color:#fff;background:#58c3e0}.btn--primary:hover{background:#44cef4}.btn--secondary{font-weight:700;color:#58c3e0;background:rgba(0,0,0,0);border:1px solid #58c3e0}.btn--secondary:hover{color:#fff;background:#44cef4}.fancybox-skin,.fancybox-opened .fancybox-skin{background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#efefef;background-image:none;box-shadow:0 0 0 1px rgba(239,239,239,.1),0 0 24px rgba(252,252,252,.5)}.fancybox-iframe{background:rgba(0,0,0,0)}.fancybox-inner{border-radius:4px}.fancybox-overlay{background:rgba(0,0,0,0);background-color:rgba(48,48,48,.5);background-image:none;animation:fancybox-overlay-fade-in .2s ease-out}@keyframes fancybox-overlay-fade-in{from{opacity:0}to{opacity:1}}html:has(.fancybox-overlay),body:has(.fancybox-overlay){overflow:hidden}.img-fluid{max-width:100%;height:auto}.img-w64{width:100%;max-width:64px;height:auto}.img-w80{width:100%;max-width:80px;height:auto}.img-w96{width:100%;max-width:96px;height:auto}.indent{display:block;padding-left:1em;text-indent:-1em}input[type=text]{width:100%;padding:.5rem 1rem;font-family:"Zen Kaku Gothic New","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:max(16px, 1rem);line-height:2;color:#5b636f;-webkit-appearance:none;appearance:none;outline:none;background:#efefef;border:none;border-radius:4px}@media(min-width: 48em){input[type=text]{font-size:1rem}}textarea{width:100%;height:16rem;padding:.5rem 1rem;font-family:"Zen Kaku Gothic New","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:max(16px, 1rem);line-height:2;color:#5b636f;-webkit-appearance:none;appearance:none;outline:none;background:#efefef;border:none;border-radius:4px}@media(min-width: 48em){textarea{font-size:1rem}}html:has(.form__wrapper),body:has(.form__wrapper){scrollbar-color:#efefef rgba(91,99,111,.1);background:rgba(0,0,0,0)}html:has(.form__wrapper)::-webkit-scrollbar-track,body:has(.form__wrapper)::-webkit-scrollbar-track{background:rgba(91,99,111,.1)}html:has(.form__wrapper)::-webkit-scrollbar-thumb,body:has(.form__wrapper)::-webkit-scrollbar-thumb{background:#efefef}.form__wrapper{position:relative;width:100%;min-height:100%;padding:4rem;color:#efefef}html.is-parent-md .form__wrapper{padding:4rem}.form__title{padding:.5rem 0;font-size:1.1428571429rem;font-weight:700;line-height:2rem;color:#58c3e0;border-top:1px solid #58c3e0;border-bottom:1px solid #58c3e0}.form__item{font-size:max(16px, 1rem)}.form__item+.form__item{margin-top:2rem}.form__item+.form__item--submit{margin-top:4rem}@media(min-width: 48em){.form__item{font-size:1rem}}.form__note{font-size:.8rem;line-height:1}.form__flower-list{display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin-top:.5rem;border:none}.form__flower-list label{position:relative;display:flex;flex-direction:column;gap:.5rem;align-items:center;width:calc(25% - .75rem);text-align:center;cursor:pointer}.form__flower-list label::before,.form__flower-list label:has(:checked)::after{content:"";border-radius:50%}.form__flower-list label::before{width:18px;height:18px;background-color:#efefef}.form__flower-list label:has(:checked)::after{position:absolute;top:4px;left:50%;width:10px;height:10px;background-color:#58c3e0;transform:translateX(-50%)}.form__flower-list label input{display:none}.form__flower-list label img{width:100%;height:auto}.form__sex-list{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.form__sex-list label{position:relative;display:flex;gap:.5rem;align-items:center;cursor:pointer}.form__sex-list label::before,.form__sex-list label:has(:checked)::after{content:"";border-radius:50%}.form__sex-list label::before{width:18px;height:18px;background-color:#efefef}.form__sex-list label:has(:checked)::after{position:absolute;top:50%;left:4px;width:10px;height:10px;background-color:#58c3e0;transform:translateY(-50%)}.form__sex-list label input{display:none}.form__select-container{position:relative;width:fit-content}.form__select-container::before,.form__select-container::after{position:absolute;pointer-events:none;content:""}.form__select-container::before{top:0;right:0;bottom:0;display:inline-block;aspect-ratio:1/1;background-color:#58c3e0;border-radius:0 4px 4px 0}.form__select-container::after{position:absolute;top:50%;right:calc(.5rem + max(16px, 1rem));width:6px;height:6px;border-right:1px solid #efefef;border-bottom:1px solid #efefef;transform:translate(50%, -50%) rotate(45deg)}.form__select-container select{min-width:160px;padding:.5rem calc(2rem + 2*max(16px, 1rem)) .5rem 1rem;font-family:"Zen Kaku Gothic New","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;font-size:max(16px, 1rem);line-height:2;color:#5b636f;appearance:none;cursor:pointer;background-color:#efefef;border:none;border-radius:4px}@media(min-width: 48em){.form__select-container select{font-size:1rem}}.form__select-container select:focus{outline:2px solid #58c3e0}.home{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;min-height:100%;background:radial-gradient(ellipse at center, white 0%, white 40%, #efefef 100%)}.home::before{position:fixed;top:0;left:0;z-index:-1;display:block;width:100%;height:100vh;content:"";background:radial-gradient(ellipse at center, white 0%, white 40%, #efefef 100%)}@media(min-width: 48em){.home{flex-direction:row}}.home__hero{position:relative;width:100%;height:50vh;background:rgba(88,195,224,.9)}@media(min-width: 48em){.home__hero{position:sticky;top:0;left:0;width:50%;height:100vh}}.home__hero__logo{position:absolute;top:50%;left:50%;display:block;width:6rem;height:auto;transform:translate(-50%, -50%) !important}@media(min-width: 48em){.home__hero__logo{width:8rem}}.home__hero__logo img{width:100%;height:auto;filter:drop-shadow(0 0 10px rgba(88, 195, 224, 0.8))}.home__hero__bgm{position:absolute;top:2rem;right:2rem;display:block;width:10rem;height:2rem;color:#efefef}@media(min-width: 48em){.home__hero__bgm{top:4rem;right:4rem}}.home__info{width:100%;padding:2rem;color:#5b636f}@media(min-width: 48em){.home__info{width:50%;padding:4rem}}.home__info__section{max-width:32rem;margin:0 auto}.home__info__section+.home__info__section{margin-top:4rem}.home__info__title{font-size:1.6rem;font-weight:700;line-height:2rem;color:#58c3e0}.home__info__subtitle{padding:.5rem 0;font-size:1.1428571429rem;font-weight:700;line-height:2rem;color:#58c3e0;border-top:1px solid #58c3e0;border-bottom:1px solid #58c3e0}.home__info__subtitle-b{display:inline-block;padding:0 1rem;font-size:.8888888889rem;font-weight:700;line-height:2rem;border:1px solid #9ca3ae}.home__info__copy{font-size:.8rem}.home__info__dl{display:flex;flex-direction:column;flex-wrap:wrap;gap:2rem}@media(min-width: 48em){.home__info__dl{flex-direction:row}}.home__info__dl__item{display:flex;flex-direction:column;gap:1rem;width:100%}@media(min-width: 48em){.home__info__dl__item{width:calc(50% - 1rem)}}.home__info__dl__item img{width:100%;height:auto}.main__wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:radial-gradient(ellipse at center, white 0%, white 40%, #efefef 100%)}.main__end{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.main__image-1-n6b7sh,.main__image-5-c653f4,.main__image-4-a7hxym,.main__image-3-h5sapt,.main__image-2-p3xm6n{position:absolute;top:50%;left:50%;z-index:0;width:74%;height:50%;background:url(../img/1-n6b7sh.jpg) no-repeat;background-position:56% 33%;background-size:cover;box-shadow:4px 4px 32px rgba(91,99,111,.25),-4px -4px 32px rgba(91,99,111,.25),4px 4px 12px #5b636f inset;transform:translate(-50%, -50%)}@media(min-width: 48em){.main__image-1-n6b7sh,.main__image-5-c653f4,.main__image-4-a7hxym,.main__image-3-h5sapt,.main__image-2-p3xm6n{width:66%;height:66%}}.main__image-1-n6b7sh span:first-child,.main__image-5-c653f4 span:first-child,.main__image-4-a7hxym span:first-child,.main__image-3-h5sapt span:first-child,.main__image-2-p3xm6n span:first-child{position:absolute;top:0;bottom:0;box-sizing:border-box;display:block;width:100%;height:100%;border-top:10px solid #fff;border-right:10px solid #fff;border-bottom:10px solid #fff;border-left:10px solid #fff}.main__image-1-n6b7sh span:last-child,.main__image-5-c653f4 span:last-child,.main__image-4-a7hxym span:last-child,.main__image-3-h5sapt span:last-child,.main__image-2-p3xm6n span:last-child{position:absolute;top:0;bottom:0;display:block;width:100%;height:100%;background:rgba(0,0,0,0);box-shadow:5px 5px 5px #fff inset,-5px -5px 10px #efefef inset}.main__image-2-p3xm6n{background:url(../img/2-p3xm6n.jpg) no-repeat;background-position:74% 49%;background-size:cover}.main__image-3-h5sapt{background:url(../img/3-h5sapt.jpg) no-repeat;background-position:63% 49%;background-size:cover}.main__image-4-a7hxym{background:url(../img/4-a7hxym.jpg) no-repeat;background-position:67% 42%;background-size:cover}.main__image-5-c653f4{background:url(../img/5-c653f4.jpg) no-repeat;background-position:20% 45%;background-size:cover}.main__logo{position:absolute;top:0;left:1rem;z-index:2}@media(min-width: 48em){.main__logo{left:2rem}}.main__logo__inner{position:relative;display:block;width:auto;height:9rem}@media(min-width: 48em){.main__logo__inner{height:12rem}}.main__logo__inner img{background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;top:0;left:0;width:auto;height:9rem;padding:2rem 1rem 1rem;border-radius:.25rem}@media(min-width: 48em){.main__logo__inner img{height:12rem;padding:3rem 1rem 1rem}}.main__pager-bgm{position:absolute;top:1rem;right:1rem;z-index:2}@media(min-width: 48em){.main__pager-bgm{top:2rem;right:2rem}}.main__pager{display:flex;justify-content:flex-end;list-style:none}.main__pager li{width:2rem;height:2rem;margin-left:1rem;text-align:center}.main__pager li a{display:block;width:100%;height:100%;font-weight:700;color:#fff;text-decoration:none;border-radius:50%;transition:background-color .3s ease;background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.main__pager li a:hover{background-color:#58c3e0}.main__bgm{box-sizing:border-box;display:block;width:10rem;height:2rem;padding:calc((2rem - 20px)/2) 1rem;margin:1rem 0 0 auto;color:#fff;text-decoration:none;border-radius:1rem;background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.main__copy{position:absolute;bottom:1rem;left:1rem;z-index:2;font-size:.8rem;color:#efefef;mix-blend-mode:difference}@media(min-width: 48em){.main__copy{bottom:2rem;left:2rem}}.main__message{position:absolute;right:1rem;bottom:1rem;z-index:2;display:flex;flex-direction:column;gap:1rem}@media(min-width: 48em){.main__message{right:2rem;bottom:2rem}}.main__message a{display:block;padding:.5rem 1rem;font-weight:700;color:#fff;text-decoration:none;border-radius:9999px;transition:background-color .3s ease;background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width: 48em){.main__message a{padding:.5rem 2rem}}.main__message a span{color:#58c3e0;transition:color .3s ease}.main__message a:hover{background-color:#58c3e0}.main__message a:hover span{color:#fff}.main__message__complete{display:block;padding:.5rem 1rem;font-weight:700;color:#fff;border-radius:9999px;background-color:rgba(163,163,163,.5);box-shadow:0 0 12px rgba(255,255,255,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width: 48em){.main__message__complete{padding:.5rem 2rem}}html:has(.message__wrapper),body:has(.message__wrapper){scrollbar-color:#efefef rgba(91,99,111,.1);background:rgba(0,0,0,0)}html:has(.message__wrapper)::-webkit-scrollbar-track,body:has(.message__wrapper)::-webkit-scrollbar-track{background:rgba(91,99,111,.1)}html:has(.message__wrapper)::-webkit-scrollbar-thumb,body:has(.message__wrapper)::-webkit-scrollbar-thumb{background:#efefef}.message__wrapper{padding:2rem;color:#efefef}@media(min-width: 48em){.message__wrapper{padding:4rem}}.message__lists{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:start;width:100%;max-width:83rem;margin:auto}.message__lists__item{display:flex;flex-direction:column;gap:1rem;width:100%;padding:2rem;font-size:1rem;line-height:1.8rem;color:#5b636f;background:#efefef;border-radius:.25rem}@media(min-width: 48em){.message__lists__item{width:calc(50% - .5rem);font-size:.8rem}}@media(min-width: 80em){.message__lists__item{width:calc(33.33333% - .6666666667rem);font-size:.8rem}}.message__lists__item__name{margin-top:auto;text-align:right}.message__pager{margin:2rem 0 0;overflow:hidden}@media(min-width: 48em){.message__pager{margin:4rem 0 0}}.message__pager ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center;padding:0 2rem;list-style:none}.message__pager ul li a{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-weight:700;color:#efefef;text-decoration:none;background-color:rgba(0,0,0,0);border-radius:9999px;transition:color .3s ease,background-color .3s ease}.message__pager ul li a .fa-solid{font-size:.75em}.message__pager ul li a:hover{color:#efefef;background-color:#58c3e0}.message__pager ul li.current span{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;font-weight:700;color:#efefef;background-color:#58c3e0;border-radius:9999px}.align__center{text-align:center}.align__right{text-align:right}
