@charset "utf-8";

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'my-font';
    src: url('../onryou.TTF') format('truetype');
}



body {
    font-family: "my-font";
    color: #a41919;
}

body {
    background-color: #000;
    overflow-y: hidden;
}

.container {
    height: 100vh;
    overflow-y: auto;
    scroll-snap-type: y mandatory;
}

.top {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background-image: url(../img/mainlogo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.crt {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.crta {
    height: 100vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}
.another {
    /* height: 100vh; */
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.lady{
    background-color: inherit;
    border: none;
    position: absolute;
    top: 400px;
    left: 650px;
}

.lady img{
width: 25px;
height: 50px;
}

.lady:hover{
    cursor: pointer;
    opacity: 0.5;

}

.dlady{
    opacity: 0;
}

.dlady.wow{
    position: absolute;
    width: 500px;
    height: 500px;
    left: 470px;
    top: 200px;
    animation-name: big;
    animation-duration: 1s;
    animation-delay: 0s;
    opacity: 1;
    animation-fill-mode: forwards;
}

@keyframes big{
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}

.find{
font-size: 40px;
color: #a41919;
position: absolute;
top: 100px;
left: 200px;
}

.find.bye{
    opacity: 0;
}

.thk{
    font-size:60px;
    color: #a41919;
    position: absolute;
    top: 600px;
    left: 650px;
    opacity: 0;
}

.thk.up{
    opacity: 1;
    z-index: 11;
}

.scroll{
    font-size:50px;
    color: #a41919;
    position: absolute;
    top: 700px;
    left: 670px;
    opacity: 0;
}

.scroll.in{
    opacity: 1;
}

.box{
    padding: 100px;
    display: flex;
    justify-content: center;
}

.box img{
    width: 600px;
    height: 500px;
    margin-right: 100px;
}

.box p{
    margin-top: 50px;
    font-size: 40px;
    color: #a41919;
    line-height: 2;
}

.crt h2{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    margin-bottom: 50px;
}

.box2{
    padding: 100px;
    display: flex;
    justify-content: center;
}

.box2 img{
    width: 600px;
    height: 500px;
    margin-left: 100px;
}

.box2 p{
    font-size: 30px;
    line-height: 2;
}

.crta h2{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    margin-bottom: 50px;
}

.another h2{
     display: flex;
    justify-content: center;
    text-align: center;
    font-size:40px;
    padding-top: 30px;
}

.another {
    line-height: 2;
}

.slider .slick-slide img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.slider .slick-slide img:hover{
    cursor: pointer;
}

.slider {
    margin-top: 30px;
  padding: 50px 0;
}

.slider .slick-slide {
  margin-right: 16px;
}

.another img{
    width: 200px;
    height: 100px;
    margin: 30px auto 10px auto; 
    display: block;
}



.flex{
    margin-top: 50px;
      border-top: 3px solid #a41919;
    display: flex;
    justify-content: flex-start;
    border-bottom:  3px solid #a41919;
    justify-content: center;
}

.another a{
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    text-decoration: dotted underline #a41919;
    color: #a41919;
    text-underline-offset: 5px;
}

.another p:nth-of-type(1){
    font-size: 28px;
    color: #a41919;
    text-align: center;
}

.another p:nth-of-type(2){
    text-align: center;
    color: #a41919;
    font-size: 28px;
}

.another p:nth-of-type(3){
    text-align: center;
    color: #a41919;
    font-size: 24px;
}

a .ricon{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 11111;
}

