@charset "utf-8";

html{width: 100%;font-size:12px;color:#333333;background-color: #fff;font-weight:500;font-family:"游ゴシック",sans-serif;min-width:1300px;scroll-behavior: smooth;}.spOnly{display:none;}@media only screen and (max-width:768px){html{min-width:0;}.spOnly{display:block;}.pcOnly{display:none;}}
::selection{background-color: #ffbace;color: #fff;text-shadow: none;}
img{width: 100%;height: auto;}
html a{
    text-decoration: none;
}
.ripple:hover{position: relative;}
.ripple:hover::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: 5px double #fff;
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 75px;
    animation: ripples .7s forwards linear;
}
@keyframes ripples{
from{
    transform: scale(.05);
}
80%{
    opacity: .8;
}
to{
    transform: scale(1);
    opacity: 0;
}
}
.btnLink .inner_btnLink:active::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    animation: ripples .2s forwards;
}
.fadeUp{animation-name: fade;animation-duration: 1.5s;animation-fill-mode: forwards;opacity: 0;}
.hover11:hover{animation: bigUp 1s infinite;}
@keyframes fade{
    from{
        opacity: 0;
        transform: translateY(100px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeOn{animation-name: backFade;animation-duration: 1.5s;animation-fill-mode: forwards;opacity: 0;}
@keyframes backFade{
    from{
        opacity: 0;
        transform: translateY(100px);
    }
    to{
        opacity: 0.5;
        transform: translateY(0);
    }
}
.fadeOut{animation-name: easeB;animation-duration: 1.5s;animation-fill-mode: forwards;opacity: 0;}
@keyframes easeB{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
.fadeOut2{animation-name: easeB2;animation-duration: 1.5s;animation-fill-mode: forwards;opacity: 0;}
@keyframes easeB2{
    from{
        opacity: 0.4;
    }
    to{
        opacity: 0;
    }
}
@keyframes bigUp{
    from{
        transform: scale(1);
    }
    50%{
        transform: scale(1.05);
        box-shadow: 0px 0px 5px 5px rgb(0, 0, 0, .1);
        filter: brightness(1.02);
    }
    to{
        transform: scale(1);
        box-shadow: none;
        filter: none;
    }
}
/*▲とりあえず共通しそうなやつで思いついたやつ書いてく*/

/* スクロールバー */
/* スクロールバー全体 */
/* ::-webkit-scrollbar{
    width: 8px;
    display: none;
 } */
/* スクロールバーの棒のとこ */
 /* ::-webkit-scrollbar-track{
    background-color: #c18678;
 } */
/* スクロールで動くとこ */
 /* ::-webkit-scrollbar-thumb{
    background-color: #220606;
    border-radius: 5px;
 } */

 /* ScrollAnime - スクロールの矢印 */
 .ScrollAnime{
    position: fixed;
    bottom: 50px;
    right: 50px;
    animation: scrollA 1.5s infinite;
 }
 .ScrollAnime .anime{
    position: relative;
    writing-mode: vertical-rl;
    color: #ffbace;
    font-size: 12px;
    letter-spacing: 1px;
 }
 .ScrollAnime .anime::before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 130%;
    background-color: #ffbace;
    left: -3px;
    top: 0;
 }
 .ScrollAnime .anime::after{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 11px;
    background-color: #ffbace;
    transform: rotate(30deg);
    left: 0px;
    bottom: -30%;
 }


 @keyframes scrollA{
    from{
        transform: translateY(0);
    }

    50%{
        transform: translateY(10px);
    }
    to{
        transform: translateY(0);
    }
 }

 .beB{
    animation: beBA 1s forwards;
 }

 @keyframes beBA{
    from{
        color: #ffbace;
    }
    to{
        color: #000;
    }
 }


/* boxMaternity */
.boxMaternity{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 100px;
}
.boxMaternity .tit_Maternity{
    text-align: center;
    font-size: 50px;
    line-height: 1.44;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
    z-index: 9;
}
.boxMaternity .tit_Maternity::before{
    content: "";
    position: absolute;
    display: block;
    transform: translate(-50%,0);
    bottom: 0;
    left: 50%;
    background-color: #ffdfda;
    width: 105%;
    height: 8.5%;
    z-index: -1;
}
.boxMaternity .boxImg_Maternity_train{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 25px;
}
.boxMaternity .Img_Maternity_train{
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.boxMaternity .txt_Maternity{
    text-align: center;
    font-size: 30px;
    line-height: 2.3;
    letter-spacing: .5px;
    padding: 40px 0;
}
.boxMaternity .txt_Maternity .cau_Maternity{
    display: inline-block;
    text-align: left;
    font-size: 24px;
    line-height: 1.77;
    letter-spacing: 0;
}
.boxMaternity .txt_Maternity::before{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
@media only screen and (max-width:1200px){
    .boxMaternity .tit_Maternity{
        font-size: 4vw;
        letter-spacing: 1px;
        margin: 0 auto 30px;
    }
    .boxMaternity .txt_Maternity{
        font-size: 2.6vw;
        line-height: 1.877;
        letter-spacing: .5px;
    }
    .boxMaternity .txt_Maternity .cau_Maternity{
        font-size: 2vw;
        line-height: 1.56;
    }
}
@media only screen and (max-width:768px){
    .boxMaternity{
        margin: 0 auto 13vw;
        padding: 5.2vw 0;
    }
    .boxMaternity .tit_Maternity{
        font-size: 4.1vw;
        margin-bottom: 3.25vw;
        letter-spacing: .02vw;
    }
    .boxMaternity .boxImg_Maternity_train{
        gap: 0 1.3vw;
        margin-bottom: 3.25vw;
    }
    .boxMaternity .txt_Maternity{
        font-size: 2.65vw;
        letter-spacing: .01vw;
        padding: 5.3vw 0;
    }
    .boxMaternity .txt_Maternity .cau_Maternity{
        font-size: 2.3vw;
    }
}