@font-face {
    font-family: 'SFU Futura';
    src: url('../fonts/SFUFuturaHeavy.woff2') format('woff2'),
        url('../fonts/SFUFuturaHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('../fonts/SFUFuturaBook.woff2') format('woff2'),
        url('../fonts/SFUFuturaBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Anastasia';
    src: url('../fonts/SVN-Anastasia.woff2') format('woff2'),
        url('../fonts/SVN-Anastasia.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Aptima';
    src: url('../fonts/SVN-Aptima.woff2') format('woff2'),
        url('../fonts/SVN-Aptima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Aptima';
    src: url('../fonts/SVN-Aptimabold.woff2') format('woff2'),
        url('../fonts/SVN-Aptimabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-ToySans';
    src: url('../fonts/SVN-ToySans.woff2') format('woff2'),
        url('../fonts/SVN-ToySans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFU Futura';
    src: url('../fonts/SFUFuturaBold.woff2') format('woff2'),
        url('../fonts/SFUFuturaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
  font-size: 1.041666666vw;
}
.page-template-bauchillcungmorinaga .wrap *
{
      font-family: 'SVN-Aptima' !important;
}

.page-template-bauchillcungmorinaga .banner
{
    padding-top:3rem;
    position: relative;
}
.page-template-bauchillcungmorinaga .banner img
{
    width:100%;
}
.page-template-bauchillcungmorinaga .wrap
{
    background-image:url(../images/bg-repeat.png);
    background-size:110%;
    background-position:top;
    background-repeat:repeat;
    position:relative;
    margin-top:-12rem;
}
.page-template-bauchillcungmorinaga .wrap:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-image:url(../images/bg-top.png);
    background-size:110%;
    background-position:top;
    background-repeat:no-repeat;

}
.page-template-bauchillcungmorinaga .bmi-form-section .title
{
    text-align:center;
     margin-bottom:2rem;
}
.page-template-bauchillcungmorinaga .bmi-form-section .title img
{
    width:70%;
   
}
.page-template-bauchillcungmorinaga .bmi-form-section
{
    padding:4rem 0;
}
.page-template-bauchillcungmorinaga .bmi-form
{
    border: .5rem solid #bbfbf1;
    background:#fff;
    overflow: visible;
}
.page-template-bauchillcungmorinaga .form__header
{
    text-align:center;
     margin-bottom:1rem;
}
.page-template-bauchillcungmorinaga .form__header img
{
    width:80%;
    margin:auto;
}
.page-template-bauchillcungmorinaga .form-row:not(.merge-row) .form-group-label
{
    display:none;
}
.page-template-bauchillcungmorinaga .form-group-label
{
     color:#ff3194;
     padding-left:1rem;
     font-size:1rem;
     font-weight:600;
     flex-grow: 1;
}
.form-row
{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    
}
.page-template-bauchillcungmorinaga .merge-row
{
    background:#bbfbf1;
    border-radius:1.5rem;
}
.form-row>p
{
    width:100%;
    text-align:center;
    margin: 1rem 0 0;
}
.form-row>p + .form-group
{
    width:100%;
}
.page-template-bauchillcungmorinaga .form__main .form-row:first-child
{
    flex-wrap:nowrap;
    gap:.75rem;
}
.form-group input, .form-group select
{
    background:#bbfbf1;
    color:#ff3194;
    border-color:#bbfbf1;
    height: 2.5rem;
    font-weight:600;
    font-size: 1rem;
}
.form-group input:focus, .form-group select:focus
{
     border-color:#bbfbf1;
}
.page-template-bauchillcungmorinaga .form-row
{
    margin-bottom: 1.25rem;
}
.page-template-bauchillcungmorinaga .form-group
{
    margin-bottom:0;
}
::-webkit-input-placeholder { 
  color: #ff3194;
    font-size:1rem;
     font-weight:600;
}
::-moz-placeholder { 
  color: #ff3194;
}
:-ms-input-placeholder { 
  color: #ff3194;
     font-weight:600;
}
:-moz-placeholder { 
  color: #ff3194;
}
.select-group:after
{
    content: '';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #e91e8c;
}
.select-group select,
.select-group .text-group__content,
.select-group .datepicker-group__content
{
    appearance:none;
    /* text-align:right; */
    width:100%;
}
.select-group select
{
    padding-right:3rem;
     
}
/* .select-group select option
{
    text-align:left;
} */
.select-group .datepicker 
{
     /* text-align:right; */
    padding-right:3rem;
}
.merge-row
{
    gap:2rem;
}
.merge-row .select-group
{
    text-align:center;
    flex-shrink: 1;
    max-width: max-content;
    flex-grow: unset;
}
.merge-row
{
    gap:5rem;
    justify-content:space-between;
}
.select-group-line
{
    position:relative;
    width: 1px;
    height: 2.25rem;
}
.merge-row .select-group-line:before
{
    content:'';
    position:absolute;
    left:0rem;
    top:50%;
    transform:translateY(-50%);
    width:.125rem;
    height:100%;
    border-left:thin solid #ff3194;
    left: 0;
}
.merge-row .select-group.datepicker-group
{
}
.page-template-bauchillcungmorinaga .form-buttons .btn,
.page-template-bauchillcungmorinaga .form-buttons .btn:focus
{
    font-size:2.5rem;
    text-transform:uppercase;
    border-radius:2.5rem;
    background:#ff3194;
    border-color:#ff3194;
    transform:none;
    animation: heartbeat 1.5s ease-in-out infinite;
    left: unset;
    outline:none;
}
.form-buttons
{
    text-align:center;
}
@keyframes heartbeat {
    0%, 40%, 80%, 100% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.08);
    }
    60% {
        transform: scale(1.05);
    }
}
.page-template-bauchillcungmorinaga .form__footer
{
    margin-bottom:-4rem;
}
.page-template-bauchillcungmorinaga .abs-icon
{
    width:10rem;
    height:10rem;
    overflow:visible;
  animation: pulse-scale 2s ease-in-out infinite;
}

        @keyframes pulse-scale {
            0%, 100% {
                transform: scale(1);
                filter: drop-shadow(0 0 10px rgba(255, 105, 180, 0.5));
            }
            50% {
                transform: scale(1.08);
                filter: drop-shadow(0 0 25px rgba(255, 105, 180, 0.8));
            }
        }
.sua-1.abs-icon
{
    width:11rem;
    height:11rem;
    top:15%;
    right: -14rem;
}
.sua-2.abs-icon
{
    width:11rem;
    height:11rem;
    top:20%;
    left: -15rem;
}
.sua-3.abs-icon
{
    width:8rem;
    height:8rem;
    top:0%;
    left: -16rem;
}
.sua-4.abs-icon
{
    width:8rem;
    height:8rem;
    top:2%;
    right: -13rem;
}
.sua-6.abs-icon
{
    width:11rem;
    height:11rem;
    top:65%;
    left: -18rem;
}
.sua-5.abs-icon
{
    width:11rem;
    height:11rem;
    top:75%;
    right: -16rem;
}
.morinaga-box
{
    text-align:justify;
    font-size:1.125rem;
    line-height: 1.6;
}

.morinaga-box h3
{
    color:#ff3194;
    font-size:1.25rem;
    font-weight:600;
    background-image:url('../images/Asset 8.svg');
    background-size:contain;
    background-position:bottom;
    background-repeat:no-repeat;
    padding-bottom:1rem;
    display:inline-block;
    margin: 0 0 1rem;
}
.morinaga-box ul
{
    margin-bottom:2rem;
}
.morinaga-box ul ~ p
{
    margin-bottom:0rem;
}
.sp-section .section-title
{
    background:transparent;
    border:none;
    box-shadow:none;
    margin-bottom: -2rem;
}
.sp-section
{
    padding:2rem 0;
}
.sp-section .section-title img
{
    width:70%;
}
.sp-list
{
    display:flex;
    justify-content:center;
    gap:1rem;
    align-items:flex-end;
}
.sp-list .sp-item
{
    flex-grow:1;
    flex-basis:0;
}
.sp-list .sp-item img
{
    width:auto;
    max-height:21rem;
     transition: all 0.3s ease;
            cursor: pointer;
}
.sp-list .sp-item:hover img
{
     transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 15px 30px rgba(255, 105, 180, 0.6));
}
.sp-list ~ a 
{
    text-align:center;
    display:block;
    margin:2rem 0;
}
.sp-list ~ a img
{
    width:15rem;
    animation: heartbeat 1.5s ease-in-out infinite;
}
.baico.abs-icon
{
    animation:none;
    width: calc(100% - 2rem);
    bottom:0rem;
    height: auto;
    right: -3rem;
}
.sp-section .section-inner
{
    z-index:4;
    position:relative;
}
.wrap:after
{
    content:'';
    position:absolute;
    left:0;
    bottom: 0;
    width:100%;
    height: 20rem;
    background-image:url('../images/Asset 25@2500x.png');
    background-size: 100%;
    background-position:bottom;
    background-repeat:no-repeat;
    z-index:0;
}
.sp-section
{
    position:relative;
    z-index:2;
}
.baico.abs-icon svg
{
    width:100%;
}

.is-invalid:before, .is-valid:before
{
    right:1rem;;
    z-index:222;
}
.popup--normal .popup
{
    padding:0;
    max-width: 50rem;
    background: transparent;
}
.popup--normal .result-wrap img
{
    width:100%;
    height: 100%;
}
.popup-contents
{
    padding:0;
}
.popup-contents .result-wrap
{
    height:auto;
    max-height:unset;
    padding: 0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:2.5rem;
    border:.35rem solid #fff;
    
}
.full-group
{
    flex-grow:1;
}
.ban-1.abs-icon
{
    top: calc(25% - 0rem);
    left: calc(50% + 1rem);
    animation:none;
    width: 15rem;
    height: 15rem;
    animation: wobble 2.5s ease-in-out infinite;
}
.ban-2.abs-icon
{
    top: calc(50% - .75rem);
    left: calc(34.5% + .5rem);
    animation:none;
    width: 5.75rem;
    height: 9rem;
    animation: wobble 3s ease-in-out infinite;
}
  @keyframes wobble {
            0%, 100% {
                transform: translateX(0) rotate(0deg);
            }
            15% {
                transform: translateX(-15px) rotate(-8deg);
            }
            30% {
                transform: translateX(12px) rotate(6deg);
            }
            45% {
                transform: translateX(-10px) rotate(-5deg);
            }
            60% {
                transform: translateX(8px) rotate(4deg);
            }
            75% {
                transform: translateX(-5px) rotate(-2deg);
            }
        }
@media screen and (max-width: 1023px) 
{
   html {
        font-size: 3.7325vw;
      }
    .popup--normal .popup
    {
        padding:1rem;
    }
    .page-template-bauchillcungmorinaga .wrap{
        margin-top:-4rem;
    }
    .page-template-bauchillcungmorinaga .banner
    {
        padding-top: 5.25rem;
    }
    .page-template-bauchillcungmorinaga .bmi-form-section
    {
        padding:3rem 0;
    }
    .sp-section .section-title img,
    .page-template-bauchillcungmorinaga .bmi-form-section .title img
    {
        width:80%;
    }
    .sua-1.abs-icon
    {
        width:3rem;
        height:3rem;
        top: 1rem;
        right: -2rem;
    }
    .sua-2.abs-icon
    {
        width:3rem;
        height:3rem;
        top:3rem;
        left:-1rem;
        z-index:0;
    }
    .sp-section .section-title img,
    .page-template-bauchillcungmorinaga .form__header img
    {
        width:90%;
    }
    .page-template-bauchillcungmorinaga .form__main .form-row:first-child
    {
        flex-wrap:wrap;
    }
    .page-template-bauchillcungmorinaga .form-row
    {
        margin-bottom:.75rem;
    }
    .select-group-line
    {
        display:none;
    }
    .sp-list ~ a
    {
        display:none;
    }
    .merge-row
    {
        gap:0;
        padding:1rem 0;
    }
    .merge-row .form-group input,.merge-row .form-group select
    {
        height:2rem;
    }
    .page-template-bauchillcungmorinaga .form-buttons .btn, .page-template-bauchillcungmorinaga .form-buttons .btn:focus
    {
        font-size:1.35rem;
    }
    .info-section
    {
        padding:0;
    }
    .page-template-bauchillcungmorinaga .form-group-label,
    .morinaga-box,
    .form-group input, .form-group select
    {
        font-size:.875rem;
    }
    .morinaga-box h3{
        font-size:1rem;
    }
    .morinaga-box ul
    {
        padding-left:1rem;
    }
    .sp-list
    {
        
    }
    .sp-list ~ a img
    {
        width:8rem;
    }
    .baico.abs-icon
    {
        width: 110%;
        right: -1rem;
    }
    .page-template-bauchillcungmorinaga .bmi-form
    {
        z-index:2;
    }
    ::-webkit-input-placeholder { 
  color: #ff3194;
    font-size:.875rem;
     font-weight:600;
}
::-moz-placeholder { 
  color: #ff3194;
}
:-ms-input-placeholder { 
  color: #ff3194;
     font-weight:600;
}
:-moz-placeholder { 
  color: #ff3194;
}
    .select-group:after
    {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid #e91e8c;
    }
   
    .ban-1.abs-icon
    {
        top: calc(37% + 0.375rem);
        left: calc(50% + .875rem);
        width: 3.5rem;
        height: 3.5rem;
        animation: wobble2 2.5s ease-in-out infinite;
        /* animation:none; */
    }
    .ban-2.abs-icon
    {
        top: calc(60% - 1.125rem);
        left: calc(33.25% + 0.45rem);
        animation:none;
        width: 1.75rem;
        height: 2rem;
        animation: wobble2 3s ease-in-out infinite;
        /* animation:none; */
    }
     @keyframes wobble2 {
            0%, 100% {
                transform: translateX(0) rotate(0deg);
            }
            15% {
                transform: translateX(-0) rotate(-8deg);
            }
            30% {
                transform: translateX(0) rotate(6deg);
            }
            45% {
                transform: translateX(-0) rotate(-5deg);
            }
            60% {
                transform: translateX(0) rotate(4deg);
            }
            75% {
                transform: translateX(-0) rotate(-2deg);
            }
        }
}

@media only screen and (max-width: 1365px) and (min-width: 1024px) {
 
    .page-template-bauchillcungmorinaga .banner
    {
        padding-top:4rem;
    }
}