body {
    background-color: rgba(216, 46, 139, 0.2);
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body.ja,
.font-ja {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}



.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1d6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s;
}
.loading-screen.hidden {
    visibility: hidden;
    opacity: 0;
}

#my-logo img{
    height:175px;width:175px
}
@media (max-width: 1399.98px) { 
    #my-logo img{height:150px;width:150px}
}
@media (max-width: 1199.98px) { 
    #my-logo img{height:125px;width:125px}
}
@media (max-width: 767.98px) { 
    #my-logo img{height:100px;width:100px}
}
@media (max-width: 575.98px) { 
    #my-logo img{height:75px;width:75px}
}

#main-visual{
    min-height:100vh;
}

.btn-yurumi{
    background-color: rgba(216, 46, 139, 1);
    color:#FFF;
}
.btn-yurumi:hover{
    background-color: rgba(216, 46, 139, 0.75);
    color:#FFF;
}
.btn-icons{
    height: 2rem;
}

.navigation{
    height: 50px;
    width:100%;
    position:fixed;
    top:-200px;
    left:0;
    background: transparent;
    transition: top 1s ease;
}

.wave {
    background: url(../images/wave.svg) repeat-x; 
    position: absolute;
    top: -90px;
    width: 6400px;
    height: 198px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.wave:nth-of-type(2) {
    top: -80px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}

.footer{
    height: 100px;
    width:100%;
    background: transparent;
    position:relative;
    overflow: hidden;
}
.footer-wave {
    background: url(../images/wave-bottom.svg) repeat-x; 
    position: absolute;
    bottom: -50px;
    width: 6400px;
    height: 150px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.footer-wave:nth-of-type(2) {
    bottom: -60px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
.footer-icon{
    fill:#FFF;
    height:1.8em;
    display: block;
    margin: 0 auto;
}
.footer-icon-text{
    text-decoration: none;
    font-size: 0.65em;
    color: #FFF;
    font-weight: bold;
}

@keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1600px;
    }
}
@keyframes swell {
    0%, 100% {
      transform: translate3d(0,-25px,0);
    }
    50% {
      transform: translate3d(0,5px,0);
    }
  }

.ls-1{letter-spacing: 0.1em}
.ls-2{letter-spacing: 0.2em}
.ls-3{letter-spacing: 0.3em}
.ls-4{letter-spacing: 0.4em}
.ls-5{letter-spacing: 0.5em}

.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
}

div.fluid {
    width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%; /* シンプルな形状に変更 */
    animation: fluid-anim 20s infinite ease-in-out;
    background: transparent;
    position: relative; /* 必須: 子要素を絶対配置するため */
    overflow: hidden; /* 必須: 枠外に動画がはみ出ないようにする */
    will-change: border-radius;
}

div.fluid .background-video,
div.fluid img,
div.fluid .fluid-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 親要素に合わせる */
    height: 100%; /* 親要素に合わせる */
    object-fit: cover; /* 正方形の動画が枠いっぱいに表示される */
    z-index: -1; /* 背景として表示 */
    border-radius: inherit; /* 親と同じ形状に合わせる */
}

@keyframes fluid-anim {
    0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
    25%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    50%   { border-radius: 55% 95% 65% 90% / 75% 65% 85% 70%; }
    75%   { border-radius: 60% 75% 40% 80% / 70% 70% 60% 65%; }
    100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
}
  

.sbi_load_btn{
    border-radius: 50rem !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
    font-size: 1.25rem!important;
}

.asw-widget .asw-menu-btn{
    left: 1rem!important;
    bottom: 1rem!important;
    outline: 5px solid #d82e8b !important;
    text-decoration: none !important;
    background: #d82e8b !important;
    background: linear-gradient(96deg, #e1459a 0, #d82e8b 100%) !important;
}
.asw-menu .asw-menu-header {
    background-color: #d82e8b !important;
}
.asw-menu .asw-menu-header svg {
    fill: #d82e8b !important;
}
.asw-menu .asw-btn.asw-selected, .asw-menu .asw-btn:hover {
    border-color: #d82e8b !important;
}
.asw-menu .asw-btn.asw-selected span, .asw-menu .asw-btn.asw-selected svg {
    fill: #d82e8b !important;
    color: #d82e8b !important;
}
.asw-menu .asw-btn.asw-selected:after {
    background-color: #d82e8b !important;
}

@media (max-width: 767.98px) { 
    .asw-widget .asw-menu-btn{
        bottom: 90px!important;
    }
    #go-up {
        bottom: 90px!important;
    }
}

#go-up {
    position: fixed;
    right: -5rem; /* 初期状態で非表示 */
    bottom: 1rem;
    transition: all 1s ease; /* アニメーションを追加 */
}